/*********************************************************************************
/**
Base Styles
*/
@charset "UTF-8";

/*基础设置*/
.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* .clearfix{zoom:1;} */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

/* html {
  -webkit-filter: grayscale(100%);baidu
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter:none;
  } */
body,
input,
select,
textarea,
button {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}

body {
  font: 14px 'Microsoft Yahei', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  line-height: 1.6;
  color: #333;
}

input,
select,
textarea,
button {
  font-family: 'Microsoft Yahei', 'SimHei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}

body,
h1,
h2,
h3,
h4,
ul,
ol,
dd,
dl,
form {
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}

.clearfix:after {
  clear: both;
}

ul,
li {
  list-style-type: none
}

._full {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.hoverImg:hover {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  opacity: 0.9;
}

.imgZoom img,
.imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imgZoom {
  overflow: hidden;
}

.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

/*时间延迟*/
.delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay1400 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay1600 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay1800 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay2400 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.delay3000 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* 等比填充 */
/* reset */
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  *height: auto;
}

.rect-50 {
  padding-bottom: 50%;
}

.rect-5625 {
  padding-bottom: 56.25%;
}

.rect-60 {
  padding-bottom: 60%;
}

.rect-618 {
  padding-bottom: 61.8%;
}

.rect-70 {
  padding-bottom: 70%;
}

.rect-75 {
  padding-bottom: 75%;
}

.rect-80 {
  padding-bottom: 80%;
}

.rect-90 {
  padding-bottom: 90%;
}

.rect-100 {
  padding-bottom: 100%;
}

.rect-85 {
  padding-bottom: 85%
}

/*图片效果*/
.imgZoom img,
.imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imgZoom {
  overflow: hidden;
}

.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.imghove img,
.imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imghove {
  overflow: hidden;
}

.imghove:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  text-decoration: none;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}

/*a {
  color: #ca3c08;
  text-decoration: none; }*/
/*a:visited {
  color: #ac0404; }
*/
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  text-decoration: underline;
  color: #008cd6;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*  font-family: Bitter, Georgia, serif;*/
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 0px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
Typography Styles
*/
body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 26px;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  /*  font-family: "Work Sans", sans-serif;*/
  color: #454545;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #afafaf;
  font-size: 16px;
}

:-moz-placeholder {
  color: #afafaf;
  font-size: 16px;
}

::-moz-placeholder {
  color: #afafaf;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #afafaf;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*  font-family: "Poppins", sans-serif;*/
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2 {
  font-weight: 700;
}

h3,
.h3,
h4,
.h4 {
  font-weight: 500;
}

h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}


select {
  height: 45px;
  line-height: 45px;
}

input,
select,
textarea {
  background: transparent;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  /* width: 100%; */
  font-size: 16px;
  color: #afafaf;
  /*  font-family: "Work Sans", sans-serif;*/
  font-weight: 300;
  /* -webkit-appearance: none; 2020专业调剂修改*/
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #008cd6;
}

option {
  font-weight: 300;
}

select {
  background: url(images/icons/caret-down.png) no-repeat scroll;
  background-position: center right 15px;
}

blockquote {
  background: #fafafa;
  border-left: 4px solid #00AC1F;
  padding: 30px;
  padding-left: 34px;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding: 60px;
    padding-left: 105px;
  }
}

@media only screen and (max-width: 575px) {
  blockquote {
    padding: 40px;
    padding-left: 30px;
    padding-right: 20px;
  }

  blockquote:before {
    left: 5px;
    top: 5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  input,
  select,
  textarea {
    padding: 0 15px;
  }
}

/**
Helper Class
*/
.hidden {
  display: none;
}

.alignright {
  float: right;
  padding-left: 15px;
}

.alignleft {
  float: left;
  padding-right: 15px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* Define Colors */
.color--theme {
  color: #008cd6;
}

.colog--blue {
  color: #333982;
}

.colog--green {
  color: #00AC1F;
}

.colog--orange {
  color: #EF785A;
}

.color--yellow {
  color: #EFC418;
}

.color--light {
  color: #999999;
}

.color--dark {
  color: #333333;
}

.color--black {
  color: #000000;
}

.color--white {
  color: #ffffff;
}

/* Background Color */
.bg--theme {
  background: #00AC1F;
}

.bg--secondary {
  background: #333982;
}

.bg--blue {
  background: #333982;
}

.bg--green {
  background: #00AC1F;
}

.bg--yellow {
  background: #EFC418;
}

.bg--orange {
  background: #EF785A;
}

.bg--light {
  background: #999999;
}

.bg--dark {
  background: #222222;
}

.bg--blue--new {
  background: #023a61;
  /* background: #1a1e6c; */
}

.bg--dark--light {
  background: #2a2a2a;
}

.bg--black {
  background: #000000;
}

.bg--white {
  background: #ffffff;
}

.bg--grey {
  background: #fafafa;
}

.bg--grey--light {
  background: #023a61;
  border-top: 1px #3b5f7c solid;
  /* color: #fff; */
}

.bg--abstruct-mask {
  position: relative;
}

.bg--abstruct-mask:before,
.bg--abstruct-mask:after {
  content: "";
  top: 0;
  height: 100%;
  width: 25%;
  position: absolute;
  background-size: cover;
}

.bg--abstruct-mask:before {
  left: 0;
  background: url(images/bg/abstruct-mask-left.png) no-repeat scroll;
  background-position: center center;
}

.bg--abstruct-mask:after {
  right: 0;
  background: url(images/bg/abstruct-mask-right.png) no-repeat scroll;
  background-position: center center;
}

.bg--abstruct-mask>div {
  position: relative;
}

/* Text specialized */
.text--italic {
  font-style: italic;
}

.text--normal {
  font-style: normal;
}

.text--underline {
  font-style: underline;
}


/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

.w--100 {
  width: 100%;
}

.w--75 {
  width: 75%;
}

.w--50 {
  width: 50%;
}

.w--33 {
  width: 33.33%;
}

.w--25 {
  width: 25%;
}

.w--10 {
  width: 10%;
}

.h--100 {
  height: 100%;
}

.h--75 {
  height: 75%;
}

.h--50 {
  height: 50%;
}

.h--25 {
  height: 25%;
}

.h--33 {
  height: 33.33%;
}

.h--10 {
  height: 10%;
}

/* Section padding */
.section-padding--xlg {
  padding: 40px 0;
}

.section-padding--lg {
  padding: 20px 0;
}

.section-padding--md {
  padding: 80px 0;
}

.section-padding--sm {
  padding: 65px 0;
}

.section-padding--xs {
  padding: 25px 0 0 0;
}

.section-padding-top--xlg {
  padding-top: 120px;
}

.section-padding-top--lg {
  padding-top: 100px;
}

.section-padding-top--md {
  padding-top: 80px;
}

.section-padding-top--sm {
  padding-top: 30px;
}

.section-padding-top--xs {
  padding-top: 0px;
  background-color: #ededed;
  padding-bottom: 30px;
}

.section-padding-bottom--xlg {
  padding-bottom: 120px;
}

.section-padding-bottom--lg {
  padding-bottom: 100px;
}

.section-padding-bottom--md {
  padding-bottom: 80px;
}

.section-padding-bottom--sm {
  padding-bottom: 65px;
}

.section-padding-bottom--xs {
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding--xlg {
    padding: 100px 0;
  }

  .section-padding--lg {
    padding: 80px 0;
  }

  .section-padding--md {
    padding: 70px 0;
  }

  .section-padding--sm {
    padding: 60px 0;
  }

  .section-padding-top--xlg {
    padding-top: 100px;
  }

  .section-padding-top--lg {
    padding-top: 80px;
  }

  .section-padding-top--md {
    padding-top: 70px;
  }

  .section-padding-top--sm {
    padding-top: 60px;
  }

  .section-padding-bottom--xlg {
    padding-bottom: 100px;
  }

  .section-padding-bottom--lg {
    padding-bottom: 80px;
  }

  .section-padding-bottom--md {
    padding-bottom: 70px;
  }

  .section-padding-bottom--sm {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding--xlg {
    padding: 80px 0;
  }

  .section-padding--lg {
    padding: 70px 0;
  }

  .section-padding--md {
    padding: 60px 0;
  }

  .section-padding-top--xlg {
    padding-top: 80px;
  }

  .section-padding-top--lg {
    padding-top: 70px;
  }

  .section-padding-top--md {
    padding-top: 60px;
  }

  .section-padding-bottom--xlg {
    padding-bottom: 80px;
  }

  .section-padding-bottom--lg {
    padding-bottom: 70px;
  }

  .section-padding-bottom--md {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding--xlg {
    padding: 30px 0 0 0;
  }

  .section-padding--lg {
    padding: 60px 0;
  }

  .section-padding--md {
    padding: 50px 0;
  }

  .section-padding-top--xlg {
    padding-top: 70px;
  }

  .section-padding-top--lg {
    padding-top: 60px;
  }

  .section-padding-top--md {
    padding-top: 50px;
  }

  .section-padding-bottom--xlg {
    padding-bottom: 70px;
  }

  .section-padding-bottom--lg {
    padding-bottom: 60px;
  }

  .section-padding-bottom--md {
    padding-bottom: 50px;
  }
}

.mt-10-reverse {
  margin-top: -10px;
}

.mt-20-reverse {
  margin-top: -20px;
}

.mt-30-reverse {
  margin-top: -30px;
}

/* Overlay styles */
[data-overlay],
[data-black-overlay] {
  position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

[data-overlay]:before {
  background-color: #00AC1F;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before {
  opacity: 1;
}

/* Other Styels */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  /* font-family: Flaticon;*/
  font-size: inherit;
  font-style: normal;
  margin-left: 0;
  line-height: inherit;
}

/*默认右侧返回顶部 actice.js设置*/
#scrollUp {
  right: 0px;
  bottom: 0px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 22px;
  /*  border: 1px solid #008cd6;*/
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
  -moz-animation: bounceIn 0.8s ease-in-out 1 both;
  -ms-animation: bounceIn 0.8s ease-in-out 1 both;
  -o-animation: bounceIn 0.8s ease-in-out 1 both;
  animation: bounceIn 0.8s ease-in-out 1 both;
}

button.plyr__play-large {
  background: #00AC1F;
  padding: 15px;
  border: 2px solid #ffffff;
}

button.plyr__play-large:focus,
button.plyr__play-large:active {
  outline: none;
  border: none;
}

.plyr input[type=range] {
  background: #00AC1F;
  border-radius: 100px;
  height: 8px;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #EF785A;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ccc;
  color: #454545;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:active {
  outline: none;
}

.select2-container .select2-selection--single:focus {
  border-color: #008cd6;
}

.select2-container .select2-selection--single:hover {
  border-color: #008cd6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #949494;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 5px;
}

.select2-search--dropdown {
  display: none;
}

.select2-results__option {
  padding: 10px 5px 10px 15px;
}

.select2-dropdown {
  border-radius: 0;
}

[class*=" flaticon-"] {
  vertical-align: middle;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

/*******************
Elements Styles
********************/
/**
Button Styles 
*/
a.cr-btn,
button.cr-btn,
.cr-btn {
  display: inline-block;
  background: #008cd6;
  padding: 11px 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #008cd6;
  -webkit-transition: border-color 0.5s ease-in-out 0s;
  -moz-transition: border-color 0.5s ease-in-out 0s;
  -ms-transition: border-color 0.5s ease-in-out 0s;
  -o-transition: border-color 0.5s ease-in-out 0s;
  transition: border-color 0.5s ease-in-out 0s;
}

a.cr-btn span,
button.cr-btn span,
.cr-btn span {
  position: relative;
  line-height: auto;
}

a.cr-btn:before,
button.cr-btn:before,
.cr-btn:before {
  content: "";
  left: 50%;
  top: 50%;
  height: 400px;
  width: 400px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: box-shadow 0.5s ease-in-out 0s;
  -moz-transition: box-shadow 0.5s ease-in-out 0s;
  -ms-transition: box-shadow 0.5s ease-in-out 0s;
  -o-transition: box-shadow 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s, -webkit-box-shadow 0.5s ease-in-out 0s;
  border-radius: 100%;
}

a.cr-btn:hover,
button.cr-btn:hover,
.cr-btn:hover {
  color: #fff;
  border-color: #333982;
}

a.cr-btn:hover:before,
button.cr-btn:hover:before,
.cr-btn:hover:before {
  -webkit-box-shadow: inset 0 0 0 400px #333982;
  -moz-box-shadow: inset 0 0 0 400px #333982;
  -ms-box-shadow: inset 0 0 0 400px #333982;
  -o-box-shadow: inset 0 0 0 400px #333982;
  box-shadow: inset 0 0 0 400px #333982;
}

a.cr-btn.cr-btn--lg,
button.cr-btn.cr-btn--lg,
.cr-btn.cr-btn--lg {
  padding: 12px 30px;
}

a.cr-btn.cr-btn--sm,
button.cr-btn.cr-btn--sm,
.cr-btn.cr-btn--sm {
  padding: 8px 40px;
}

a.cr-btn.cr-btn--transparent,
button.cr-btn.cr-btn--transparent,
.cr-btn.cr-btn--transparent {
  font-weight: 600;
  font-size: 14px;
  color: #646464;
  background: transparent;
  border-color: #9f9f9f;
}

a.cr-btn.cr-btn--transparent:hover,
button.cr-btn.cr-btn--transparent:hover,
.cr-btn.cr-btn--transparent:hover {
  border-color: #00AC1F;
  color: #fff;
}

a.cr-btn.cr-btn--transparent:hover:before,
button.cr-btn.cr-btn--transparent:hover:before,
.cr-btn.cr-btn--transparent:hover:before {
  -webkit-box-shadow: inset 0 0 0 400px #00AC1F;
  -moz-box-shadow: inset 0 0 0 400px #00AC1F;
  -ms-box-shadow: inset 0 0 0 400px #00AC1F;
  -o-box-shadow: inset 0 0 0 400px #00AC1F;
  box-shadow: inset 0 0 0 400px #00AC1F;
}



/**
Section Title Styles
*/
.blue--hr h2:after {
  display: table;
  content: '';
  border-bottom: 1px solid #003584;
  width: 100%;
  height: 20px;
}

.section-title font {
  /* font-family:楷体; */
  font-size: 18px;
  line-height: 1.2;
}

.section-title {
  padding-top: 10px;
  /* padding-left: 0;
  padding-right: 0px; */
}

.section-title h4 {
  color: #323232;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
  margin-top: -2px;
}

.section-title h2 {
  /* font-family:楷体; */
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0px;
  /* font-size: 18px; */
  color: #0064aa;
  font-weight: 600;
}

.section-title.text-center {
  padding: 0 60px;
  text-align: center;
}

.section-title.text-right {
  padding-right: 0;
  padding-left: 90px;
}

.section-title.no-padding {
  padding: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding-right: 30px;
  }

  .section-title.text-center {
    padding: 0 25px;
  }

  .section-title.text-right {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding-right: 30px;
  }

  .section-title.text-center {
    padding: 0 25px;
  }

  .section-title.text-right {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    padding-right: 30px;
  }

  .section-title.text-center {
    padding: 0 25px;
  }

  .section-title.text-right {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title {
    padding-right: 0;
  }

  .section-title.text-center {
    padding: 0;
  }

  .section-title.text-right {
    padding-left: 0;
  }
}

h4.small-title {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/**
Slider Elements Styles
*/
.blog--slider-active .blog__thumb {
  position: relative;
}

.blog--slider-active .blog__thumb .cr-slick-arrow {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 35px;
  margin-top: -17px;
  outline: none;
  border: none;
  display: inline-block;
  border-radius: 100%;
  background: #303030;
  color: #fff;
  font-size: 18px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog--slider-active .blog__thumb .cr-slick-arrow:hover {
  background: #00AC1F;
}

.blog--slider-active .blog__thumb .cr-slick-arrow i {
  line-height: 35px;
}

.blog--slider-active .blog__thumb .cr-slick-arrow:active,
.blog--slider-active .blog__thumb .cr-slick-arrow:focus {
  outline: none;
}

.blog--slider-active .blog__thumb .cr-slick-arrow.cr-slick-prev {
  left: 25px;
}

.blog--slider-active .blog__thumb .cr-slick-arrow.cr-slick-next {
  right: 25px;
}

.blog--slider-active .blog__thumb:hover .cr-slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Slider Arrow Style */
.banner-slider-active {
  position: relative;
}

.banner-slider-active .cr-slick-arrow {
  position: absolute;
  top: 40%;
  /* height:120px;
    width: 120px; */
  margin-top: -40px;
  outline: none;
  border: none;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 80px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.banner-slider-active .cr-slick-arrow i {
  line-height: 58px;
}

.banner-slider-active .cr-slick-arrow i.fa {
  display: inline-block;
  font: normal normal normal 80px/1 FontAwesome;
  /* font-size: 40px; */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* -webkit-text-stroke: 2px gray; */
  color: white;

}

.banner-slider-active .cr-slick-arrow i:hover {
  /* background: rgb(9, 168, 231);  */
  color: #008cd6;
}

.banner-slider-active .cr-slick-arrow.cr-slick-prev {
  left: 0;
}

.banner-slider-active .cr-slick-arrow.cr-slick-next {
  right: 0;
}

.banner-slider-active:hover .cr-slick-arrow {
  visibility: visible;
  opacity: 1;
}

.banner-slider-active:hover .cr-slick-arrow.cr-slick-prev {
  left: 2%;
}

.banner-slider-active:hover .cr-slick-arrow.cr-slick-next {
  right: 2%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slider-active .cr-slick-arrow {
    top: auto;
    bottom: 25px;
    height: 50px;
    width: 50px;
    font-size: 24px;
  }

  .banner-slider-active .cr-slick-arrow i {
    line-height: 48px;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: 50%;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: 50%;
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px);
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider-active .cr-slick-arrow {
    height: 42px;
    width: 42px;
    font-size: 20px;
    top: auto;
    bottom: 25px;
  }

  .banner-slider-active .cr-slick-arrow i {
    line-height: 40px;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: 50%;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: 50%;
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px);
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px);
  }
}

@media only screen and (max-width: 767px) {
  .banner-slider-active .cr-slick-arrow {
    height: 36px;
    width: 36px;
    font-size: 18px;
    top: auto;
    bottom: 20px;
  }

  .banner-slider-active .cr-slick-arrow i {
    line-height: 34px;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: 50%;
  }

  .banner-slider-active .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: 50%;
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 10px);
  }

  .banner-slider-active:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

/* Slider Pagination */
.slider--pagination {
  position: relative;
  margin-bottom: 0 !important;
}

.slider--pagination ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 8%;
  display: inline-block;
  width: auto;
  counter-reset: li;
  list-style-type: none;
}

.slider--pagination ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 30px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
  line-height: 30px;
}

.slider--pagination ul.slick-dots li button {
  display: none;
}

.slider--pagination ul.slick-dots li:before {
  counter-increment: li;
  content: "0" counter(li);
  height: 50px;
  width: 50px;
  color: #d6d6d6;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.slider--pagination ul.slick-dots li.slick-active:before {
  color: #767676;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--pagination ul.slick-dots {
    bottom: 2%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 767px) {
  .slider--pagination ul.slick-dots {
    bottom: 2%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  .slider--pagination ul.slick-dots li:before {
    font-size: 18px;
  }
}

/**
Social Icons Styles
*/
.social-icons {
  padding-left: 10px
}

.social-icons ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.social-icons ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
}

.social-icons ul li a {
  color: #ffffff;
  display: inline-block;
}

.social-icons ul li:hover a {
  color: #00AC1F;
}

.social-icons ul li:first-child {
  padding-left: 0;
}

.social-icons ul li:last-child {
  padding-right: 0;
}

.social-icons ul li.facebook:hover a {
  color: #3B5998;
}

.social-icons ul li.twitter:hover a {
  color: #00ACEE;
}

.social-icons ul li.google-plus:hover a {
  color: #DD4B39;
}

.social-icons ul li.pinterest:hover a {
  color: #C8232C;
}

.social-icons ul li.linkedin:hover a {
  color: #0E76A8;
}

.social-icons ul li.flickr:hover a {
  color: #FF0084;
}

.social-icons ul li.dribbble:hover a {
  color: #EA4C89;
}

.social-icons ul li.google:hover a {
  color: #DD4B39;
}

.social-icons ul li.skype:hover a {
  color: #00AFF0;
}

.social-icons ul li.youtube:hover a {
  color: #C4302B;
}

.social-icons ul li.vimeo:hover a {
  color: #86C9EF;
}

.social-icons ul li.yahoo:hover a {
  color: #720E9E;
}

.social-icons ul li.paypal:hover a {
  color: #00588B;
}

.social-icons ul li.instagram:hover a {
  color: #D6317D;
}

.social-icons.social-icons--white ul li a {
  color: #ffffff;
}

.social-icons.social-icons--rounded ul li {
  padding: 0 8px;
}

.social-icons.social-icons--rounded ul li:first-child {
  padding-left: 0;
}

.social-icons.social-icons--rounded ul li:last-child {
  padding-right: 0;
}

.social-icons.social-icons--rounded ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #949494;
  color: #949494;
  border-radius: 100%;
  font-size: 13px;
}

.social-icons.social-icons--rounded ul li:hover a {
  background: #00AC1F;
  color: #ffffff;
  border-color: #00AC1F;
}

.social-icons.social-icons--rounded ul li.facebook:hover a {
  background: #3B5998;
  border-color: #3B5998;
}

.social-icons.social-icons--rounded ul li.twitter:hover a {
  background: #00ACEE;
  border-color: #00ACEE;
}

.social-icons.social-icons--rounded ul li.google-plus:hover a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.social-icons.social-icons--rounded ul li.pinterest:hover a {
  background: #C8232C;
  border-color: #C8232C;
}

.social-icons.social-icons--rounded ul li.linkedin:hover a {
  background: #0E76A8;
  border-color: #0E76A8;
}

.social-icons.social-icons--rounded ul li.flickr:hover a {
  background: #FF0084;
  border-color: #FF0084;
}

.social-icons.social-icons--rounded ul li.dribbble:hover a {
  background: #EA4C89;
  border-color: #EA4C89;
}

.social-icons.social-icons--rounded ul li.google:hover a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.social-icons.social-icons--rounded ul li.skype:hover a {
  background: #00AFF0;
  border-color: #00AFF0;
}

.social-icons.social-icons--rounded ul li.youtube:hover a {
  background: #C4302B;
  border-color: #C4302B;
}

.social-icons.social-icons--rounded ul li.vimeo:hover a {
  background: #86C9EF;
  border-color: #86C9EF;
}

.social-icons.social-icons--rounded ul li.yahoo:hover a {
  background: #720E9E;
  border-color: #720E9E;
}

.social-icons.social-icons--rounded ul li.paypal:hover a {
  background: #00588B;
  border-color: #00588B;
}

.social-icons.social-icons--rounded ul li.instagram:hover a {
  background: #D6317D;
  border-color: #D6317D;
}

.social-icons.social-icons--rounded.social-icons--medium ul li a {
  height: 35px;
  width: 35px;
  line-height: 36px;
}

.social-icons.social-icons--rounded-color ul li {
  padding: 0 4px;
}

.social-icons.social-icons--rounded-color ul li:first-child {
  padding-left: 0;
}

.social-icons.social-icons--rounded-color ul li:last-child {
  padding-right: 0;
}

.social-icons.social-icons--rounded-color ul li a {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #ffffff;
  border-radius: 100%;
  font-size: 12px;
}

.social-icons.social-icons--rounded-color ul li.facebook a {
  background: #3B5998;
  border-color: #3B5998;
}

.social-icons.social-icons--rounded-color ul li.facebook:hover a {
  color: #3B5998;
}

.social-icons.social-icons--rounded-color ul li.twitter a {
  background: #00ACEE;
  border-color: #00ACEE;
}

.social-icons.social-icons--rounded-color ul li.twitter:hover a {
  color: #00ACEE;
}

.social-icons.social-icons--rounded-color ul li.google-plus a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.google-plus:hover a {
  color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.pinterest a {
  background: #C8232C;
  border-color: #C8232C;
}

.social-icons.social-icons--rounded-color ul li.pinterest:hover a {
  color: #C8232C;
}

.social-icons.social-icons--rounded-color ul li.linkedin a {
  background: #0E76A8;
  border-color: #0E76A8;
}

.social-icons.social-icons--rounded-color ul li.linkedin:hover a {
  color: #0E76A8;
}

.social-icons.social-icons--rounded-color ul li.flickr a {
  background: #FF0084;
  border-color: #FF0084;
}

.social-icons.social-icons--rounded-color ul li.flickr:hover a {
  color: #FF0084;
}

.social-icons.social-icons--rounded-color ul li.dribbble a {
  background: #EA4C89;
  border-color: #EA4C89;
}

.social-icons.social-icons--rounded-color ul li.dribbble:hover a {
  color: #EA4C89;
}

.social-icons.social-icons--rounded-color ul li.google a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.google:hover a {
  color: #DD4B39;
}

.social-icons.social-icons--rounded-color ul li.skype a {
  background: #00AFF0;
  border-color: #00AFF0;
}

.social-icons.social-icons--rounded-color ul li.skype:hover a {
  color: #00AFF0;
}

.social-icons.social-icons--rounded-color ul li.youtube a {
  background: #C4302B;
  border-color: #C4302B;
}

.social-icons.social-icons--rounded-color ul li.youtube:hover a {
  color: #C4302B;
}

.social-icons.social-icons--rounded-color ul li.vimeo a {
  background: #86C9EF;
  border-color: #86C9EF;
}

.social-icons.social-icons--rounded-color ul li.vimeo:hover a {
  color: #86C9EF;
}

.social-icons.social-icons--rounded-color ul li.yahoo a {
  background: #720E9E;
  border-color: #720E9E;
}

.social-icons.social-icons--rounded-color ul li.yahoo:hover a {
  color: #720E9E;
}

.social-icons.social-icons--rounded-color ul li.paypal a {
  background: #00588B;
  border-color: #00588B;
}

.social-icons.social-icons--rounded-color ul li.paypal:hover a {
  color: #00588B;
}

.social-icons.social-icons--rounded-color ul li.instagram a {
  background: #D6317D;
  border-color: #D6317D;
}

.social-icons.social-icons--rounded-color ul li.instagram:hover a {
  color: #D6317D;
}

.social-icons.social-icons--rounded-color ul li:hover a {
  background: transparent;
  color: #fff;
}

/**
Breadcrumb Styles
*/
.cr-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cr-breadcrumb__left {
  padding: 10px 0;
  padding-right: 30px;
}

.cr-breadcrumb__left h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

.cr-breadcrumb__left p {
  margin-bottom: 0;
  color: #ffffff;
}

.cr-breadcrumb__right {
  padding: 10px 0;
}

.cr-breadcrumb__pagination {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.cr-breadcrumb__pagination li {
  list-style: none;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.cr-breadcrumb__pagination li::after {
  content: "/";
  padding: 0 5px;
}

.cr-breadcrumb__pagination li:last-child::after {
  display: none;
}

.cr-breadcrumb__pagination li a {
  color: #ffffff;
}

.cr-breadcrumb__pagination li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cr-breadcrumb__left {
    padding-right: 0;
  }
}

/**
Pagination Style
*/
.cr-pagination {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cr-pagination ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.cr-pagination ul li {
  display: inline-block;
  list-style: none;
  margin-top: 7px;
}

.cr-pagination ul li:not(:last-child) {
  margin-right: 7px;
}

.cr-pagination ul li a {
  background: transparent;
  display: inline-block;
  /* font-family: "Poppins", sans-serif;*/
  line-height: 33px;
  min-width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #454545;
  border: 1px solid #d1d1d1;
  /* border-radius: 100px; */
  font-size: 13px;
}

.cr-pagination ul li.active a,
.cr-pagination ul li:hover a {
  background: #008cd6;
  border-color: #008cd6;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cr-pagination {
    padding-top: 30px;
  }
}

/**
 * Team Styels
 */
.team {
  margin-top: 30px;
}

.team__header {
  position: relative;
}

.team__image {
  position: relative;
}

.team__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00AC1F;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.team__social {
  position: absolute;
  bottom: 27px;
  left: 30px;
}

.team__social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.team__social ul li {
  margin: 15px 0;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team__social ul li:nth-child(1) {
  -webkit-transition-delay: 0.24s;
  -moz-transition-delay: 0.24s;
  -ms-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.team__social ul li:nth-child(2) {
  -webkit-transition-delay: 0.36s;
  -moz-transition-delay: 0.36s;
  -ms-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.team__social ul li:nth-child(3) {
  -webkit-transition-delay: 0.48s;
  -moz-transition-delay: 0.48s;
  -ms-transition-delay: 0.48s;
  -o-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.team__social ul li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.team__social ul li:nth-child(5) {
  -webkit-transition-delay: 0.72s;
  -moz-transition-delay: 0.72s;
  -ms-transition-delay: 0.72s;
  -o-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.team__social ul li:nth-child(6) {
  -webkit-transition-delay: 0.84s;
  -moz-transition-delay: 0.84s;
  -ms-transition-delay: 0.84s;
  -o-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.team__social ul li:first-child {
  margin-top: 0;
}

.team__social ul li:last-child {
  margin-bottom: 0;
}

.team__social ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 35px;
  width: 35px;
  line-height: 33px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #fff;
}

.team__social ul li a:hover {
  background: #333982;
  color: #ffffff;
  border-color: #333982;
}

.team__content {
  background: #ffffff;
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #eeeeee;
}

.team__content h5 {
  margin-bottom: 2px;
}

.team__content h5 a {
  color: #2b2b2b;
}

.team__content h5 a:hover {
  color: #333982;
}

.team__content p {
  margin-bottom: 0;
  color: #a0a0a0;
}

.team:hover .team__image:before {
  opacity: 0.85;
  visibility: visible;
}

.team:hover .team__social ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/**
 * Videobox
 */
.videopopup-box {
  position: relative;
  z-index: 1;
}

.videopopup-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.videopopup-box img {
  position: relative;
  z-index: -1;
  width: 100%;
}

.videopopup-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/**
Widget Styels
*/
.widgets.sidebar-widgets {
  padding-left: 20px;
  margin-top: -60px;
  /* About Widget */
  /* Widget Search */
  /* Widget Recentpost */
  /* Widget Categories */
  /* Widget Newsletter */
  /* Widget Instafeed */
  /* Widget Social Icons */
  /* Widget Tags */
}

.widgets.sidebar-widgets .single-widget {
  margin-top: 60px;
  width: 100%;
}

.widgets.sidebar-widgets .single-widget>h6 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.widgets.sidebar-widgets .single-widget>h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #f1f1f1;
}

.widgets.sidebar-widgets .single-widget>h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #6d6d6d;
}

.widgets.sidebar-widgets .single-widget>ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.widgets.sidebar-widgets .single-widget>ul li {
  padding-bottom: 25px;
}

.widgets.sidebar-widgets .single-widget>ul li:last-child {
  padding-bottom: 0;
}

.widgets.sidebar-widgets .widget-about__content {
  padding: 30px;
  background: #fafafa;
}

.widgets.sidebar-widgets .widget-about__content h6 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.widgets.sidebar-widgets .widget-about__content h6 small {
  display: block;
  font-size: 12px;
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 400;
}

.widgets.sidebar-widgets .widget-about__content .social-icons {
  margin-top: 10px;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li a {
  color: #a0a0a0;
  font-size: 16px;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li a:hover {
  color: #00AC1F;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.facebook:hover a {
  color: #3B5998;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.twitter:hover a {
  color: #00ACEE;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.google-plus:hover a {
  color: #DD4B39;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.pinterest:hover a {
  color: #C8232C;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.linkedin:hover a {
  color: #0E76A8;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.flickr:hover a {
  color: #FF0084;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.dribbble:hover a {
  color: #EA4C89;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.google:hover a {
  color: #DD4B39;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.skype:hover a {
  color: #00AFF0;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.youtube:hover a {
  color: #C4302B;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.vimeo:hover a {
  color: #86C9EF;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.yahoo:hover a {
  color: #720E9E;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.paypal:hover a {
  color: #00588B;
}

.widgets.sidebar-widgets .widget-about__content .social-icons ul li.instagram:hover a {
  color: #D6317D;
}

.widgets.sidebar-widgets .widget-search form {
  position: relative;
  margin-bottom: 0;
}

.widgets.sidebar-widgets .widget-search input {
  height: 50px;
  line-height: 50px;
  padding-right: 75px;
}

.widgets.sidebar-widgets .widget-search button {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  background-color: #00AC1F;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  width: 60px;
}

.widgets.sidebar-widgets .widget-recentpost ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.widgets.sidebar-widgets .widget-recentpost ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.widgets.sidebar-widgets .widget-recentpost ul li:last-child {
  margin-bottom: 0;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  display: inline-block;
  position: relative;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 25, 25, 0.65);
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:after {
  content: "\f0c1";
  font-family: fontAwesome;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: -20px;
  position: absolute;
  z-index: 2;
  color: #d7d7d7;
  font-size: 18px;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:hover:before {
  visibility: visible;
  opacity: 1;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:hover:after {
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__content {
  padding-left: 17px;
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  margin-top: -8px;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__content span.date {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__content h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: #2b2b2b;
  line-height: 1.4;
  margin-bottom: 0;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__content h6 a {
  display: inline-block;
  color: #2b2b2b;
}

.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__content h6 a:hover {
  color: #00AC1F;
}

.widgets.sidebar-widgets .widget-categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.widgets.sidebar-widgets .widget-categories ul li {
  line-height: 26px;
  font-weight: 400;
  color: #646464;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 15px;
}

.widgets.sidebar-widgets .widget-categories ul li:before {
  content: url(images/icons/widget-dot.png);
  padding-right: 23px;
}

.widgets.sidebar-widgets .widget-categories ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widgets.sidebar-widgets .widget-categories ul li:last-child {
  padding-bottom: 0;
}

.widgets.sidebar-widgets .widget-categories ul li a {
  color: #646464;
}

.widgets.sidebar-widgets .widget-categories ul li a:hover {
  color: #00AC1F;
}

.widgets.sidebar-widgets .widget-categories ul li span {
  float: right;
}

.widgets.sidebar-widgets .widget-newsletter form {
  position: relative;
}

.widgets.sidebar-widgets .widget-newsletter form input {
  height: 50px;
}

.widgets.sidebar-widgets .widget-newsletter form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  border: none;
  outline: none;
  background: #303030;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widgets.sidebar-widgets .widget-newsletter form button:hover {
  background: #00AC1F;
}

.widgets.sidebar-widgets .widget-instagram>ul {
  margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
}

.widgets.sidebar-widgets .widget-instagram>ul>li {
  display: inline-block;
  height: 118px;
  width: 118px;
  overflow: hidden;
  padding: 2px;
  vertical-align: middle;
  position: relative;
}

.widgets.sidebar-widgets .widget-instagram>ul>li a {
  display: block;
  position: relative;
}

.widgets.sidebar-widgets .widget-instagram>ul>li a:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(25, 25, 25, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widgets.sidebar-widgets .widget-instagram>ul>li ul.likes-comments {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widgets.sidebar-widgets .widget-instagram>ul>li ul.likes-comments li {
  display: inline-block;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0 5px;
  color: #fff;
}

.widgets.sidebar-widgets .widget-instagram>ul>li ul.likes-comments li span {
  padding-left: 3px;
}

.widgets.sidebar-widgets .widget-instagram>ul>li:hover a {
  z-index: 1;
}

.widgets.sidebar-widgets .widget-instagram>ul>li:hover a:before {
  visibility: visible;
  opacity: 1;
}

.widgets.sidebar-widgets .widget-instagram>ul>li:hover ul.likes-comments {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.widgets.sidebar-widgets .widget-social-icon ul {
  margin-left: -5px;
  font-size: 0;
}

.widgets.sidebar-widgets .widget-social-icon ul li {
  padding: 0;
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}

.widgets.sidebar-widgets .widget-social-icon ul li a {
  display: block;
  background: #00AC1F;
  text-align: center;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 3px;
  color: #fff;
  position: relative;
  width: 83px;
}

.widgets.sidebar-widgets .widget-social-icon ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.widgets.sidebar-widgets .widget-social-icon ul li a>* {
  position: relative;
  z-index: 1;
}

.widgets.sidebar-widgets .widget-social-icon ul li.facebook a {
  background: #3B5998;
  border-color: #3B5998;
}

.widgets.sidebar-widgets .widget-social-icon ul li.twitter a {
  background: #00ACEE;
  border-color: #00ACEE;
}

.widgets.sidebar-widgets .widget-social-icon ul li.google-plus a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.widgets.sidebar-widgets .widget-social-icon ul li.pinterest a {
  background: #C8232C;
  border-color: #C8232C;
}

.widgets.sidebar-widgets .widget-social-icon ul li.linkedin a {
  background: #0E76A8;
  border-color: #0E76A8;
}

.widgets.sidebar-widgets .widget-social-icon ul li.flickr a {
  background: #FF0084;
  border-color: #FF0084;
}

.widgets.sidebar-widgets .widget-social-icon ul li.dribbble a {
  background: #EA4C89;
  border-color: #EA4C89;
}

.widgets.sidebar-widgets .widget-social-icon ul li.google a {
  background: #DD4B39;
  border-color: #DD4B39;
}

.widgets.sidebar-widgets .widget-social-icon ul li.skype a {
  background: #00AFF0;
  border-color: #00AFF0;
}

.widgets.sidebar-widgets .widget-social-icon ul li.youtube a {
  background: #C4302B;
  border-color: #C4302B;
}

.widgets.sidebar-widgets .widget-social-icon ul li.vimeo a {
  background: #86C9EF;
  border-color: #86C9EF;
}

.widgets.sidebar-widgets .widget-social-icon ul li.yahoo a {
  background: #720E9E;
  border-color: #720E9E;
}

.widgets.sidebar-widgets .widget-social-icon ul li.paypal a {
  background: #00588B;
  border-color: #00588B;
}

.widgets.sidebar-widgets .widget-social-icon ul li.instagram a {
  background: #D6317D;
  border-color: #D6317D;
}

.widgets.sidebar-widgets .widget-social-icon ul li:hover a:before {
  opacity: 1;
  visibility: visible;
}

.widgets.sidebar-widgets .widget-tags ul {
  margin-left: -13px;
}

.widgets.sidebar-widgets .widget-tags ul li {
  display: inline-block;
  margin-left: 13px;
  padding-bottom: 18px;
}

.widgets.sidebar-widgets .widget-tags ul li a {
  display: inline-block;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #eeeeee;
}

.widgets.sidebar-widgets .widget-tags ul li a:hover {
  background: #00AC1F;
  color: #fff;
  border-color: #00AC1F;
}

.widgets.sidebar-widgets.widgets--left-side {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets.sidebar-widgets {
    padding-left: 0;
  }

  .widgets.sidebar-widgets.widgets--left-side {
    padding-right: 0;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li a {
    width: 68px;
  }

  .widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .widgets.sidebar-widgets .widget-recentcomment>ul>li h6 {
    font-size: 15px;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }

  .widgets.sidebar-widgets .widget-instagram>ul>li {
    height: 98px;
    width: 98px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets.sidebar-widgets {
    padding-left: 0;
  }

  .widgets.sidebar-widgets.widgets--left-side {
    padding-right: 0;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li a {
    width: 75px;
  }

  .widgets.sidebar-widgets {
    margin-left: -15px;
    margin-right: -15px;
  }

  .widgets.sidebar-widgets .single-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .widgets.sidebar-widgets .widget-recentcomment>ul>li h6 {
    font-size: 15px;
  }

  .widgets.sidebar-widgets .widget-social-icon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li {
    margin-right: 3px;
  }

  .widgets.sidebar-widgets {
    margin-top: 0;
  }

  .widget-about__thumb img {
    width: 100%;
  }

  .widgets.sidebar-widgets .widget-instagram>ul>li {
    width: 111px;
    height: 111px;
  }
}

@media only screen and (max-width: 767px) {
  .widgets.sidebar-widgets {
    padding-left: 0;
  }

  .widgets.sidebar-widgets.widgets--left-side {
    padding-right: 0;
  }

  .widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .widgets.sidebar-widgets .widget-recentcomment>ul>li h6 {
    font-size: 15px;
  }

  .widgets.sidebar-widgets .widget-social-icon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li {
    margin-right: 3px;
  }

  .widgets.sidebar-widgets {
    margin-top: 0;
  }

  .widget-about__thumb img {
    width: 100%;
  }

  .widgets.sidebar-widgets .widget-instagram>ul>li {
    width: 115px;
    height: 115px;
  }
}

@media only screen and (max-width: 575px) {
  .widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .widgets.sidebar-widgets .widget-social-icon ul li a {
    width: 65px;
  }

  .widgets.sidebar-widgets .widget-instagram>ul>li {
    height: 98px;
    width: 98px;
  }
}

/**
 * Pricebox
 */
.pricebox {
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pricebox-header {
  background: #fafafa;
}

.pricebox-title {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pricebox-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eeeeee;
  z-index: -1;
  -webkit-transform: rotate(-5deg) scale(1.5);
  -ms-transform: rotate(-5deg) scale(1.5);
  transform: rotate(-5deg) scale(1.5);
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pricebox-price {
  font-size: 42px;
  font-weight: 300;
  padding: 45px 20px 30px 20px;
}

.pricebox-price span {
  font-size: 14px;
  font-weight: 400;
}

.pricebox-body {
  padding: 30px 20px;
}

.pricebox-body ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.pricebox-body ul li {
  list-style: none;
}

.pricebox-body ul li:not(:last-child) {
  margin-bottom: 8px;
}

.pricebox-footer {
  padding: 0 20px 40px 20px;
}

.pricebox.is-active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricebox.is-active .pricebox-title {
  color: #ffffff;
}

.pricebox.is-active .pricebox-title::before {
  background: #00AC1F;
}

.pricebox:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricebox:hover .pricebox-title {
  color: #ffffff;
}

.pricebox:hover .pricebox-title::before {
  background: #00AC1F;
}

/*******************
Blocks Styles
********************/
/**
Header Styles
*/
/* Header Top Styles */
.header {
  position: relative;
  z-index: 999;
}

.header__top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header__top__button .cr-btn::before {
  display: none;
}

.header__top__button .cr-btn:hover {
  border-color: #00AC1F;
}

.header__top__info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header__top__info li {
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
  line-height: 1;
}

.header__top__info li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.header__top__info li:first-child {
  padding-left: 0;
}

.header__top__info li:last-child {
  padding-right: 0;
}

.header__top__info li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
}

.header__top__info li a i {
  padding-right: 7px;
}

.header__top__info li a:hover {
  color: #00AC1F;
}

/* Header Bottom Styles */
.header__bottom__inner {
  background: url(/2022img/logo_bg.png) no-repeat;
  background-position: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header__logo a {
  display: inline-block;
  padding: 30px 0 20px 10px;
}


.top_search {}

/* Sticky Header */
.sticky--header.is-sticky .header__bottom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(5, 86, 153, .8);
  -webkit-animation: slideInDown 0.5s ease-in-out 1 both;
  -moz-animation: slideInDown 0.5s ease-in-out 1 both;
  -ms-animation: slideInDown 0.5s ease-in-out 1 both;
  -o-animation: slideInDown 0.5s ease-in-out 1 both;
  animation: slideInDown 0.5s ease-in-out 1 both;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.sticky--header.is-sticky .header__logo a {
  padding: 30px 0 30px 20px;
}

.sticky--header.is-sticky .header__logo a img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top__info li {
    padding: 0 18px;
  }

  .sticky--header {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .header__top__inner {
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 0;
  }

  .header__top__info {
    margin-bottom: 15px;
    text-align: center;
  }

  .header__top__info li {
    padding: 0 20px;
  }

  .header__top__info li:first-child {
    padding-left: 20px;
  }

  .header__top__info li:last-child {
    padding-right: 20px;
  }

  .sticky--header {

    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  .mean-container .mean-nav {
    width: 100%;
  }
}

/**
Navigation Styles
*/
.main-navigation {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.main-navigation>ul>li:hover>a {
  /* color: #fdf47a;  */
  /* background-color: navy; */
  /* color: oldlace; */
}

.main-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  /* padding-left:20px; */
  margin-bottom: 0;
}

.main-navigation ul li:hover {
  /* background-color: royalblue; */
}

.main-navigation ul li.cr-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 15px 15px 15px;
  /* Dropdown Menu Styles */
  /* Last Element */
}

.main-navigation ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 15px 15px 10px;
  /* Dropdown Menu Styles */
  /* Last Element */
}

.main-navigation ul li:first-child {
  padding-left: 30px;
}

.main-navigation ul li:last-child {
  padding-right: 20px;
  border: none;
}

.main-navigation ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  text-rendering: unset;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.main-navigation ul li {
  position: relative;
  border-right: 1px #3b5f7c solid;

}

.main-navigation ul li.cr-dropdown>a:after {
  /* content: "\f107";
  font-family: fontAwesome;
  margin-left: 8px;
  line-height: 26px;
  display: inline-block; */
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu {
  position: absolute;
  left: 0;
  top: 101%;
  width: 160px;
  text-align: center;
  background: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px #86a9e5 solid;
  /* Sub Dropdown Menu */
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li a {
  display: block;
  font-size: 16px;
  height: 50px;
  background: #ffffff;
  color: #454545;
  padding: 0px 20px;
  line-height: 50px;
  position: relative;
  font-weight: 400;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li:hover>a {
  background: #66c6f9;
  color: #ffffff;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub>a {
  position: relative;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub>a:after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  height: 40px;
  line-height: 50x;
  margin-top: -15px;
  font-size: 14px;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 190px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #fff;
}

.main-navigation ul li.cr-dropdown .cr-dropdown-menu li:hover ul {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-navigation ul li:hover a:before {
  width: 100%;
}

.main-navigation ul li:hover .cr-dropdown-menu {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

ul.cr-dropdown-menu li {
  border-right: none
}

.main-navigation ul li.last-elements .cr-dropdown-menu {
  right: 0;
  left: auto;
}

.main-navigation ul li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
  left: auto;
  right: 100%;
  background: #fff;
}

.main-navigation ul ul {
  display: block;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation ul li {
    padding: 0 17px;
  }
}

/**
Banner Styles
*/
.banner-area {
  margin-top: 0 !important;
  /* margin-bottom: 20px; */
}

.banner {
  position: relative;
}

.banner__single {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* height:70vh;  */
  /* max-height: 400px; */
}

.banner__single:focus,
.banner__single:active {
  outline: 0;
}

.banner__single__content {
  padding: 55px 0 70px 0;
  color: #fff;
}

.banner__single__content h5 {
  margin-bottom: 20px;
}

.banner__single__content h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner__single__content p {
  font-size: 17px;
  margin-bottom: 20px;
}

.banner__single__content .cr-btn {
  margin-top: 20px;
}

.banner__single__content.color--black {
  color: #303030;
}

.banner-slider-active .banner__single__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.6s ease-in 0.2s;
  -o-transition: all 0.6s ease-in 0.2s;
  transition: all 0.6s ease-in 0.2s;
}

.banner-slider-active .slick-current .banner__single__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__single__content h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
  }

  .banner__single__content a.cr-btn {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__single {
    margin-top: 0 !important;
  }

  .banner__single__content {
    text-align: center;
  }

  .banner__single__content h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__single {
    margin-top: 0 !important;
  }

  .banner__single__content {
    text-align: center;
  }

  .banner__single__content h3 {
    font-size: 18px;
  }

  .banner__single__content h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .banner__single__content p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .banner__single__content a.cr-btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .banner__single__content h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

/**
About Area
*/
.about-area__content h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #474747;
}

.about-area__content h3 {
  color: #303030;
  text-transform: uppercase;
  padding-right: 50px;
  margin-bottom: 25px;
}

.about-area__content a.cr-btn {
  margin-top: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area__image {
    padding: 50px 0;
    text-align: center;
    max-height: auto;
  }

  .about-area__image img {
    position: relative;
  }

  .about-area__content {
    padding: 0;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area__image {
    padding: 50px 0;
    text-align: center;
    max-height: auto;
  }

  .about-area__image img {
    max-width: 100%;
    position: relative;
  }

  .about-area__image img {
    max-width: 100%;
  }

  .about-area__content {
    padding: 0;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .about-area__content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-area__content h3 {
    padding-right: 0;
    padding-left: 0;
  }
}

/**
Service Area
*/
.service {
  height: auto;
  margin-top: 30px;
  padding: 15px;
  padding: 25px 15px;
  border: 1px solid #ccc;
  background: #fafafa;
}

.service:hover {
  border: 1px solid #008cd6;
  background: #008cd6;
}

.service:hover .service__icon {
  color: #fff;
  border: 1px solid #fff;
}

.service:hover .service__content h5 a {
  color: #fff;
}

.service__icon {
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 100%;
  color: #666;
  height: 100px;
  border: 1px solid #666;
  line-height: 100px;
  -webkit-box-flex: 55px;
  -webkit-flex: 55px;
  -moz-box-flex: 55px;
  -moz-flex: 55px;
  -ms-flex: 55px;
  flex: 100px;
  width: 100px;
}

.service__icon i {
  padding-top: 20px;
  /*    font-size: 24px;*/
  vertical-align: text-bottom;
}

.service__icon [class^="flaticon-"]:before,
.service__icon [class*=" flaticon-"]:before,
.service__icon [class^="flaticon-"]:after,
.service__icon [class*=" flaticon-"]:after {
  vertical-align: text-bottom;
}

.service__content {
  text-align: center;
  width: 100%;
  margin-top: 30px;

}

.service__content h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2b2b;
}

.service__content h5 a {
  color: #666;
}

.service__content h5 a:hover {
  color: #fff;
}

.service__content p {
  margin-bottom: 0;
}

.service:hover .service__icon {
  -webkit-animation: bounceIn 0.5s ease-in-out 1 both;
  -moz-animation: bounceIn 0.5s ease-in-out 1 both;
  -ms-animation: bounceIn 0.5s ease-in-out 1 both;
  -o-animation: bounceIn 0.5s ease-in-out 1 both;
  animation: bounceIn 0.5s ease-in-out 1 both;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .service__icon {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .service__icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* .service__icon {
    margin-right: 0; } */
}

/**
Footer Styles
*/
.footer-area {
  /* background: #009fd9; */
  /* margin-top: 30px; */
  /* padding-top: 10px; */
  background: url(/2022img/bottom_bg.png) repeat top left;
}

.footer-area__logo {
  margin-bottom: 25px;
}

.footer--widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
  /* border-bottom: #ffffff 1px solid; */
  /* Widget About */
  /* Widget Quick Links */
  /* Widget Twitterfeed */
  /* Widget Contact Info */
}

.footer--widgets .widget-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
  /*    text-transform: uppercase;*/
  margin-bottom: 10px;
}

.footer--widgets .widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 0px;
  /* margin-top: 20px;
    margin-bottom: 20px;  */
}

.footer--widgets .widget:last-child {
  padding-right: 0 !important;
}

.footer--widgets .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer--widgets .widget ul li {
  font-size: 14px;
  padding-left: 15px;
  color: #949494;
  margin-bottom: 5px;
  position: relative;
}

.footer--widgets .widget ul li:last-child {
  margin-bottom: 0;
}

.footer--widgets .widget ul li:before {
  content: "";
  left: 0;
  top: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: #444;
  position: absolute;
}

.footer--widgets .widget:not(.widget-about) ul li a {
  color: #eaeaea;
}

.footer--widgets .widget:not(.widget-about) ul li a:hover {
  color: #00AC1F;
}

.footer--widgets .widget-about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 70%;
  padding-bottom: 20px;
}

.footer--widgets .widget-about p {
  font-weight: 300px;
  color: #fff;
  font-size: 14px;
}

.footer--widgets .widget-about .social-icons ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer--widgets .widget-about .social-icons ul li {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.social-icons .links_left {
  width: 60%;
}

.social-icons .links_right {
  width: 40%;
}

.footer--widgets .widget-about .social-icons ul li:before {
  display: none;
}

.footer--widgets .widget-quick-links {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.widget-area .foot-pic {
  padding-top: 10px;
  /* padding-right:100px; */
  /* margin-top: 20px;
margin-bottom: 20px */
}

.widget-area .foot-pic li {
  /* width:70px; */
  display: inline-block;
  /* height:70px; */
  margin-right: 10px;
  margin-top: 20px;
}

.widget-area .foot-pic li span {
  color: #fff;
  font-size: 11px;
  display: block;
}

.widget-area .foot-pic li img {
  /* margin-bottom:5px; */
  background-color: #ffffff;
  padding: 5px 5px;
  width: 70px;
  height: 70px;
}

.footer--widgets .widget-twitter-feed {
  padding-right: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.footer--widgets .widget-twitter-feed ul li {
  padding-left: 0;
  margin-bottom: 20px;
}

.footer--widgets .widget-twitter-feed ul li:last-child {
  margin-bottom: 0;
}

.footer--widgets .widget-twitter-feed ul li p {
  margin-bottom: 0;
}

.footer--widgets .widget-twitter-feed ul li p a {
  font-weight: 400;
}

.footer--widgets .widget-twitter-feed ul li:before {
  display: none;
}

.footer--widgets .widget-twitter-feed ul li span.time {
  font-size: 16px;
  display: block;
  font-weight: 400;
}

.footer--widgets .widget-contact-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}

.footer--widgets .widget-contact-info ul li {
  margin-bottom: 20px;
}

.footer--widgets .widget-contact-info ul li:last-child {
  margin-bottom: 0;
}

.footer--widgets .widget-contact-info ul li p {
  margin-bottom: 0;
  line-height: 26px;
}

.foot-logo {
  margin-top: 20px;
  /* margin-bottom: 20px */

}

.foot-logo img {
  width: auto;
  height: auto;

}

.copyright {
  /* line-height: 35px; */
  padding: 5px 0;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.copyright p {
  margin-bottom: 0;
}

.copyright a {
  color: #fff;
  /*  font-weight: 600; */
}

.copyright a:hover {
  color: #EFC418;
  opacity: 0.9;
}

.widget-about p {
  padding-left: 10px;
  margin: 10px 0 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer--widgets .widget-about {
    padding-right: 30px;
  }

  .footer--widgets .widget-twitter-feed {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer--widgets .widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
  }

  .footer--widgets .widget-about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
  }

  .footer--widgets .widget-twitter-feed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
  }

  .footer--widgets .widget-quick-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
  }

  .footer--widgets .widget-contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer--widgets .widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 65px;
  }

  .footer--widgets .widget-about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 65px;
  }

  .footer--widgets .widget-twitter-feed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 65px;
  }

  .footer--widgets .widget-quick-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 65px;
  }

  .footer--widgets .widget-contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .footer--widgets .widget-about {
    padding-right: 0;
  }

  .footer--widgets .widget-twitter-feed {
    padding-right: 0;
  }

  .footer--widgets .widget-quick-links {
    padding-right: 0;
  }

  .footer--widgets .widget-contact-info {
    padding-right: 0;
  }
}

#top_top {
  height: 42px;
  font-size: 16px;
  background: rgba(0, 0, 0, .8);
}

.logBox {
  _position: inline-block;
  top: 0;
  _top: expression(documentElement.scrollTop+0+'px');
  left: 0;
  /* height: 42px; */
  width: 100%;
  z-index: 100000000;
  border-bottom: 0px #ccc solid
}

.siderBar01 {
  float: right;
  width: 280px;
}

.login {
  position: relative;
  width: 100%;
  height: 42px;
  margin: 0 auto;
  /* padding: 0 10px; */
  /* _padding-top: 4px; */
  color: #fff;
  /* font-size: 14px; */
}

@media only screen and (max-width: 767px) {
  .login {
    position: relative;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    padding: 0 10px;
    _padding-top: 4px;
    color: #fff;
    line-height: 40px;
  }

  .login .siderNav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    float: right
  }

  .login .siderNav ul.topmenu li {
    float: right;
    position: relative;
    background-position: right top;
  }
}

.siderNav li.webnav input:focus {
  border-color: none;
}

.login a {
  color: rgb(255, 255, 255);
}

.login input,
.login select {
  margin-top: 9px;
  _margin-top: 1px;
  vertical-align: middle;
}

.login form a {
  color: #666;
}

.login form a:hover {
  color: #c00;
}

.login label input {
  width: 80px;
  height: 14px;
}

.login .siderNav {
  position: absolute;
  right: 0;
  top: 0;
}

.login .siderNav_n {
  position: absolute;
  right: 0;
  top: -10px;
  /* background: url(img/logo_bg_r.png) no-repeat; */
  /* background-position:center -10px; */
  width: 380px;
  height: 60px;
}

.header-button1 i {
  margin-left: 20px;
  font-size: 20px;
  /* color: #0064aa; */
}

.siderNav_n h3 {
  font-size: 14px;
  display: inline;
  padding-left: 10px;
}

.login .siderNav li:hover {
  color: #333
}

.btnLogin {
  width: 40px;
  height: 20px;
  border: none;
  cursor: pointer;
  color: #666;
}

.btnLogin:hover {
  color: #333;
}

.topmenu strong.icon_arr,
.topmenu li.weibo strong,
.topmenu li.weixin strong,
.topmenu .focusht,
.topmenu .wxht {
  background: url(../images/topmenu.png) no-repeat;
}

.topmenu strong.icon_arr,
.topmenu li.weibo strong,
.topmenu li.weixin strong,
.topmenu .focusht,
.topmenu .wxht2 {
  background: url(../images/topmenu2.png) no-repeat;
}

.topmenu {
  margin-top: 10px;
  line-height: 22px;
  color: #fff;
}

.topmenu li {
  float: left;
  position: relative;
  background-position: right top;
  margin-left: 5px
}

.topmenu strong {
  display: block;
  position: relative;
  height: 25px;
  padding: 0 10px;
  font-weight: normal;
  cursor: default;
  z-index: 20;
}

.topmenu .jq_hidebox {
  display: none;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0px 0px #ccc;
  background: #fff;
  z-index: 1000000000000;
}

.topmenu li.hover strong {
  /* border:1px solid #dfdfdf;border-bottom:none;background-color:#fff; */
}

/* .topmenu li.hover{margin:-1px -1px 0 -1px;} */
.topmenu li.htphone {
  _width: 83px;
}

.topmenu li.htphone .jq_hidebox {
  width: 71px;
  padding: 1px 5px 0;
}

.topmenu .htphonebox {
  padding: 5px;
  border-top: 1px solid #f3f3f3;
}

.topmenu strong.icon_arr {
  padding-right: 23px;
  background-position: right -23px;
}

.topmenu li.hover strong.icon_arr {
  background-position: right -46px;
}

.topmenu li.weibo {
  _width: 65px;
}

.topmenu li.weibo strong {
  padding-left: 29px;
  background-position: 0 -75px;
}

.topmenu li.weibo .jq_hidebox {
  width: 250px;
}

.topmenu li.weixin {
  _width: 66px;
}

.topmenu li.weixin strong {
  padding-left: 30px;
  background-position: 0 -46px;
}

.topmenu li.webnav {
  _width: 83px;
}

.topmenu li.webnav .jq_hidebox {
  width: 200px;
}

.topmenu li.qxpp {
  background: none;
}

.topmenu li.qxpp .jq_hidebox {
  width: 160px;
  left: -99px;
}

.jq_hidebox ul li {
  padding: 6px 0
}

.topmenu li.nojq {
  margin: 0;
  background: none;
}

.topmenu .focusht {
  display: block;
  width: 155px;
  height: 50px;
  background-position: 0 -106px;
  text-indent: -100em;
  overflow: hidden;
}

.topmenu .wxht {
  height: 72px;
  width: 75px;
  /* padding-left:80px; */
  background-position: 0 -177px;
}

.topmenu .wxht span {
  display: inline-block;
  padding-top: 3px;
  color: #666;
}

.topmenu .wxht2 {
  height: 72px;
  width: 74px;
  /* padding-left:80px; */
  background-position: 0 -177px;
}

.topmenu .wxht2 span {
  display: inline-block;
  padding-top: 3px;
  color: #666;
}

.topmenu i {
  font-size: 33px;
}





.header-button2 i {
  margin-left: 10px;
  font-size: 20px;
  color: #0064aa
}

.header-button2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* text-indent: -119988px; */
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  /* display: block; */
  width: 40px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-color: #82c2ed;
  top: 6px;
  outline: none;
  /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII="); */
  border: none;
  cursor: pointer;
}

/* .header-button2 i{margin-left:20px;font-size: 20px;color: #fafafa;} */
#toggle-search {
  float: right;
  background-position: -50px -5px;
  outline: none;
}

#toggle-search.open:after {
  top: 32px;
}

#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #0064aa;
  border-style: solid;
  border-width: 8px 8px 12px;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 48px;
  left: -10px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
  z-index: 100000000000;
}

#search-form.open {
  max-height: 48px;
}

#search-form fieldset {
  position: relative;
  /* margin: 0 60px 0 0; */
  padding: 0;
  border: none;
}

#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 48px;
  width: 100%;
  outline: none;
  border-color: none;
}

#search-form input:focus {
  outline: none;
  border: none
}

#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
}

#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #0064aa;
  border: none;
  cursor: pointer;
}


.aSty01 {
  margin: 0;
}

.aSty01 dt {
  margin-top: 6px;
  padding: 5px 0 2px 0;
  border-top: 1px solid #e5e5e5;
}

.aSty01 dd {
  margin: 0;
}

.aSty01 dd a {
  color: #666;
}

.aSty01 dd a:hover {
  color: #c00;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* img{ display:block; border:0;} */
a {
  text-decoration: none;
}

a:hover {
  color: #1189E6;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.index_img_hot img {
  display: inline;
}

.video_bg {
  background: #000000;
  margin-bottom: 20px;
}


.banner__single {
  min-height: 300px;
}

/* 江水波浪 */
.marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.marquee {
  width: 8000%;
  height: 40px
}

.wave-list-box {
  float: left
}

.wave-list-box ul {
  float: left;
  height: 40px;
  overflow: hidden;
  zoom: 1
}

.wave-list-box ul li {
  height: 40px;
  width: 100%;
  float: left;
  line-height: 50px;
  list-style: none
}

.wave-box {
  position: relative;
  height: 40px;
  background: #fff
}


/* .footer-area__widgets { background: url(img/index2021_bg.png) no-repeat right bottom;} */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1601px) {
  .container {
    max-width: 1300px !important;
  }
}


/* 滑动块  min-width: 200px; */
.bg_main {
  background: #19A7FD;
}

.w-simgtext {
  border-top: 0px solid #003584;
}

.w-simgtext ul,
.w-simgtext li {
  list-style: none;
  padding: 0;
}

.w-simgtext {
  padding: 5px 0px 0 0;
  /* background:#d5efff; */
  /* border: 1px solid #0064aa; */
}

.w-simgtext li {
  margin-bottom: 10px;
}

.w-simgtext a {
  display: block;
  text-decoration: none;
}

.w-simgtext a:hover {
  text-decoration: none;
}

.w-simgtext h3 {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}

.w-simgtext p {
  margin-bottom: 0;
  line-height: 1.7;
}

.w-simgtext2 li {
  float: left;
  width: 33.33333%;
  *width: 33%;
}

.w-simgtext2 li .item {
  position: relative;
  width: 92%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.w-simgtext2 li .s_img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.w-simgtext2 li .s_img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-simgtext2 li .line {
  height: 1px;
  margin: 5px auto;
}

.w-simgtext2 li .sigt1 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #ccc;
}

.w-simgtext2 li .sigt1 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  /* border-radius:10px; -webkit-border-radius:10px; */
  /* border:1px solid #ccc;  */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* background:#d5efff;  */
}

.w-simgtext2 li .sigt1 .sigt_text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 1em 1%;
  top: 50%;
  top: 15%\9;
  *top: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

:root .w-simgtext2 li .sigt1 .sigt_text {
  top: 50%;
}

.w-simgtext2 li .sigt_text i {
  font-size: 20px;
}

.w-simgtext2 li .sigt1 h3 {
  font-size: 16px;
  color: #0064aa;
  font-weight: 600;
}

.w-simgtext2 li .sigt2 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
}

.w-simgtext2 li .sigt2 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-simgtext2 li .sigt2 .sigt_text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0.8em 5%;
  top: 50%;
  top: 15%\9;
  *top: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

:root .w-simgtext2 li .sigt2 .sigt_text {
  top: 50%;
}

.w-simgtext2 li .sigt2 .s_img img {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-simgtext2 li .sigt2 .line {
  width: 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-simgtext2 li .sigt2 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
}

.w-simgtext2 li a:hover .sigt1 .bg {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-simgtext2 li a:hover .sigt1 .s_img img {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.w-simgtext2 li a:hover .sigt2 .s_img img {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* .w-simgtext2 li a:hover .sigt2 .line{ width: 80px; } */
.w-simgtext2 li a:hover .sigt2 .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-simgtext2 li a:hover .sigt2 .sigt_text {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

@media (max-width:1000px) {
  .w-simgtext2 li {
    min-width: 33.33%;
  }

  .w-simgtext2 li .sigt2 {
    display: none;
  }

  .w-simgtext2 li a:hover .sigt1 .bg {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }

  .w-simgtext2 li a:hover .sigt1 .s_img img {
    transform: none;
    -webkit-transform: none;
  }
}

@media (max-width:640px) {
  .w-simgtext2 li {
    min-width: 50%;
  }

  .w-simgtext2 li:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width:520px) {
  .w-simgtext2 {
    margin: 0 -0.3em;
  }

  .w-simgtext2 li {
    margin-bottom: 0.6em;
  }

  .w-simgtext2 li a {
    margin: 0 0.3em;
  }

  .w-simgtext2 li .item {
    width: auto;
    height: auto;
  }

  .w-simgtext2 li .line {
    margin: 0.3em auto;
  }

  .w-simgtext2 li .sigt1 {
    position: relative;
  }

  .w-simgtext2 li .sigt1 .bg {
    border-radius: 0;
    -webkit-border-radius: 0;
  }

  .w-simgtext2 li .sigt1 .sigt_text {
    position: relative;
    transform: none;
    -webkit-transform: none;
    top: 0;
    padding: 2em 5%;
  }

  :root .w-simgtext2 li .sigt1 .sigt_text {
    top: 0;
  }
}

@media (max-width:480px) {
  .w-simgtext2 li .s_img {
    max-width: 4.5em;
    max-height: 4.5em;
  }

  .w-simgtext2 li .sigt1 h3 {
    font-size: 105%;
  }
}

.rsMinW .index_title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #d6d6d6;
  color: black;
  z-index: 100000000;
}

.rsMinW .index_title div {
  width: 60%;
  padding-left: 10px;
}

/*专题图片平滑滚动  */
.inews1 {
  /* margin-bottom: 30px; */
}

#demo {
  /* background: #FFF; */
  overflow: hidden;
  max-height: 162px;
  margin-right: 20px;
  margin-left: 20px;
  /* width: 1780px; */
}

#demo img {
  /* border: 3px solid #F2F2F2; */
  width: auto;
  margin-right: 10px;
  /* border-radius:10px; */
  /* border:1px solid #1189E6; */
}

#indemo {
  float: left;
  width: 1000%;

}

#demo1 {
  float: left;

}

#demo2 {
  float: left;
  margin-left: 4px;
}

.section-padding--top {

  /* padding: 10px; */
}


li.hiSlider-item img.spacila {
  position: relative;
}

.rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  left: 63%;
  top: 30%;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 100000;

}

.rsPlayBtn1 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  left: 63%;
  top: 30%;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 100000;

}

.rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(img/rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;

  cursor: pointer;
}

.rsPlayBtnIcon1 {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(img/rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;

  cursor: pointer;
}

li.hiSlider-item img.spacila1 {
  position: relative;
}

.rsPlayBtn1 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  left: 78%;
  top: 40%;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 100000;

}

.rsPlayBtnIcon1 {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(img/rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;

  cursor: pointer;
}

.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal1.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal1.fade .modal-dialog {
    transition: none;
  }
}

.modal1.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-content video {
  outline: 0px;
}

.footer-area__widgets .container {
  /* width: 1100px; */
  margin: 0 auto;
}

.footer-area__copyright {
  background: #505050;
}

.hb_form fieldset {
  /* border: 1px solid #c0c0c0; */
  border: none;
  margin: 0 2px;
  min-width: inherit;
  padding: 0 0 0 0.75em;
}

.hb_form input {
  background: transparent;
  border: 1px solid #a7a7a7;
  padding: 8px 10px 6px 10px;
  width: 60%;
  font-size: 12px;
  color: #fff;
  /* width: 95%; */
  /*  font-family: "Work Sans", sans-serif;*/
  font-weight: 300;
  /* -webkit-appearance: none; 2020专业调剂修改*/
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}


/* Background Image */
.bg-image--1 {
  background-image: url(media/sy2020.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bg-image--7 {
  background-image: url(images/2021new.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--8 {
  background-image: url(images/bg/8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--9 {
  background-image: url(media/jzg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--10 {
  background-image: url(images/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--11 {
  background-image: url(media/jsx.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--12 {
  background-image: url(media/qmxx.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--13 {
  background-image: url(images/bg/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--14 {
  background-image: url(media/zszn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--15 {
  background-image: url(media/whfy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--16 {
  background-image: url(images/bg/16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--17 {
  background-image: url(images/bg/17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--18 {
  background-image: url(images/bg/18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--19 {
  background-image: url(images/bg/19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* index_about_bg */
.bg-image--20 {
  background-image: url(images/bg/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.quike_link {
  background-color: #fff;
}

.ztzl-p {
  padding-right: 60px;
  padding-left: 60px;
}

.ztzl .col-md-3 img {
  height: 103%;
}

.ztzl .col-md-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.ztzl .col-md-3,
.ztzl .col-md-8,
.ztzl .col-md-4 {
  padding: 1px 2px 0 2px;
}

.ztzl .col-md-3 {
  padding-bottom: 10px;
  padding-right: 20px;
}

.mb-3,
.my-3 {
  margin-bottom: 0.3rem !important
}

/**
 * Portfolio
 */
.portfolio-filters {
  font-size: 0;
}

.portfolio-filters button {
  display: inline-block;
  font-size: 16px;
  color: #454545;
  background: transparent;
  padding: 6px 22px 6px 22px;
  outline: none;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 0px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  position: relative;
  border: 1px solid transparent;
}

.portfolio-filters button.is-active {
  color: #008cd6;
  border: 1px solid #008cd6;
}

.portfolio-filters button:hover {
  color: #008cd6;
}

.portfolio-wrap {
  margin-top: 0px;
}

.portfolio {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.portfolio-image {
  position: relative;
  overflow: hidden;

}

.portfolio-image img {
  min-height: 240px;
}

.portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px;
  text-align: center;
  background: rgba(51, 57, 130, 0.5);
  text-align: left;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-content a {
  color: #ffffff;
}

.portfolio-content h5 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.portfolio-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-zoomicon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 3;
  font-size: 22px;
  padding: 2px;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-zoomicon::before {
  position: absolute;
  height: 100px;
  width: 45px;
  background: #008cd6;
  bottom: -37px;
  right: -10px;
  z-index: 2;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio .portfolio-zoomicon i {
  position: relative;
  z-index: 3;
}

.portfolio:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.portfolio:hover .portfolio-zoomicon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.portfolio .portfolio-zoomicon1 {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 3;
  font-size: 22px;
  padding: 2px;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-zoomicon1::before {
  position: absolute;
  height: 100px;
  width: 45px;
  background: #00AC1F;
  bottom: -37px;
  right: -10px;
  z-index: 2;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio .portfolio-zoomicon1 i {
  position: relative;
  z-index: 3;
}

.portfolio:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.portfolio:hover .portfolio-zoomicon1 {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.portfolio:hover .portfolio-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-content {
    padding: 15px;
  }
}

/**
 * Portfolio Details
 */
.portfolio-details-image img {
  width: 100%;
}

.portfolio-details-meta ul {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin-bottom: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
}

.portfolio-details-meta ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  padding: 10px 0;
}

.portfolio-details-meta ul li:last-child {
  border-bottom: 0 none;
}

.portfolio-details-meta ul li i {
  color: #444;
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
}

.portfolio-details-meta ul li span {
  color: #444;
  font-weight: 600;
  margin-right: 5px;
}

.portfolio-details-meta ul li a {
  color: #454545;
}

.portfolio-details-meta ul li a:hover {
  color: #00AC1F;
}

.portfolio-details-info .portfolio-title {
  font-weight: 600;
  letter-spacing: 1px;
}

.portfolio-details-info .post-share {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 30px;
}

.portfolio-details-info .post-share h6 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.portfolio-details-info .post-share ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
}

.portfolio-details-info .post-share ul li {
  display: inline-block;
  list-style: none;
  margin: 0 6px;
  font-size: 14px;
}

.portfolio-details-info .post-share ul li a {
  display: block;
  color: #454545;
}

.portfolio-details-info .post-share ul li a:hover {
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-info {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-details-info {
    margin-top: 50px;
  }
}

.about-area_zs {
  margin-top: 30px;
}

/* =========
 	.clearfix:after, .container:after, .tab-nav:after {
	  content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	}

	/* ==========
	   Setup Page */
*,
*:before,
*:after {
  box-sizing: border-box;
}



/* =================
       Container Styling */

/* ===========
       Tab Styling */
.tab-group {
  position: relative;
  /* border: 1px solid #eee; */
  margin-top: 3em;
  /* border-radius: 0 0 10px 10px; */
}

.tab-group section {
  opacity: 0;
  height: 0;
  /* padding: 0 1em; */
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-group section.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.tab-nav {
  list-style: none;
  margin: -2.4em -1px 0 0;
  padding: 0;
  height: 2.5em;
  overflow: hidden;
}

.tab-nav li {
  display: inline;
}

.tab-nav li a {
  top: 1px;
  position: relative;
  display: block;
  float: left;
  border-radius: 10px 10px 0 0;
  background: #eee;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none;
  color: grey;
  margin-top: .5em;
  margin-right: 1px;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
}

.tab-nav li.active a {
  background: #0064aa;
  color: white;
  line-height: 2.6em;
  margin-top: 0;
  font-size: 16px;
}

.info_list ._title {
  display: inherit;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_list ._intro {
  overflow: hidden;
  padding-left: 0px;
}

.info_list li span {
  color: #ccc;
  float: right;
}

.info_list ._title {
  display: inline;
}

/* .info_list li:first-child { padding-top:30px;} */
.info_list li {
  clear: both;
  overflow: hidden;
  /* border-bottom: #eee 1px solid; */
  line-height: 30px;
}

/*列表页 { margin-bottom:20px; }*/
.info_list li a {
  color: #222
}

.info_list li.row {
  clear: both;
  overflow: hidden;
  border-bottom: #eee 1px solid;
  margin-bottom: 30px;
}

.info_list ._img {
  width: 100%;
  float: left;
}

.info_list ._img img {
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  max-height: 180px
}

.info_list ._intro {
  overflow: hidden;
  padding: 10px 0 10px 0;
  border-bottom: 1px #eee solid;
}

.info_list ._title {
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}

.info_list ._info {
  height: 20px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 10px;
}

.info_list ._info a {
  text-decoration: none;
  color: #000
}

.info_list ._text {
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 25px;
}

.info_list ._more {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  height: 36px;
  line-height: 32px;
  background-color: #fff;
  color: #555;
  padding: 0 20px;
  border: 1px solid #bababa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info_list li:hover ._title {
  color: #008cd6;
  font-weight: bold;
}

.info_list li:hover ._more {
  border: 1px solid #008cd6;
  background-color: #008cd6;
  color: #fff;
}

.info_list li:hover ._img img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/* .info_list li:hover ._text { color:#008cd6;} */

.info_list ._more1 {
  display: inline-block;
  height: 36px;
  line-height: 32px;
  background-color: #fff;
  color: #555;
  padding: 0 20px;
  border: 1px solid #bababa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px
}

.info_list ._more1:hover {
  display: inline-block;
  height: 36px;
  line-height: 32px;
  background-color: rgba(39, 38, 39, .8);
  color: #fff;
  padding: 0 20px;
  border: 1px solid #bababa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px
}

.info_list li:hover ._more1 {
  border: 1px solid #0c0c0c;
  background-color: rgba(39, 38, 39, .8);
  color: #fff;
}

.info_list_title {
  left: 0;
  background: rgba(255, 255, 255, .8);
  line-height: 50px;
  position: relative;
  bottom: 50px;
}

.info_list_title .cur-in {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  /* display: block; */
}

.info_list_title .inthis {
  background-color: #008cd6;
}

.info_list_title h1.inthis a {
  color: #fff
}

.info_list_title .cur-in a {
  color: #333
}

.info_list_title .title26 {
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

.info_list_title h1:hover {
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  background: #008cd6;
  display: inline-block
}

.info_list_title h1:hover a {
  color: #fff;
}

.info_list_title .cur {
  background-color: #023a61;
  color: #fff
}

.cur a {
  color: #fff
}

.info_list_title a {
  display:
}

.posi {
  text-align: right;
  float: right;
  padding-right: 10px
}

.info_list_title h1 {
  display: inline-block;
}

.info_list li.list_no_line {
  padding-bottom: 30px
}


/* #tab1  font{top:-30px;position: relative;} */