@import url("font-awesome.min.css");
@import url("font-awesome-all.css");
@import url("owl.css");
@import url("bootstrap.css");
@import url("jquery.fancybox.min.css");
@import url("animate.css");
@import url("color.css");
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}



body {
  font-size:16px;
  color:#555;
  line-height:1.8;
  font-weight:400;
  background:#ffffff;font-family: 'Microsoft YaHei', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1400px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

.lxwm{
  position: relative;font-family: 'Microsoft YaHei', sans-serif;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
.lxwm p{ color:#fff;}
.lxwm .gzwm{ width:100px; position:absolute; right:0px; bottom:0px;}
.lxwm .gzwm img{ width:100px; display:block;}
.lxwm .gzwm p{ text-align:center; font-size:14px; margin-top:5px;}
h1,h2,h3,h4,h5,h6{
  position:relative;font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#272727;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../images/preloader.svg);
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 14.5px 31px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #272727;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  width: 100%;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #f4f4f4;
  text-align: center;
  color: #757575;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover{
  background: #272727;
}

.sec-pad{
  padding:2.5% 0px 10px 0px;
}

.sec-pad-2{
  padding: 120px 0px !important; 
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.sec-title.centred{
  text-align: center !important;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #272727;
  padding: 3px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-top .info-list li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-left: 27px;
  margin-right:20px;
}

.header-top .info-list li:last-child{
  margin: 0px !important;
}

.header-top .info-list li a{
  color: #fff;
}

.header-top .info-list li a:hover{

}

.header-top .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 18px;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  display: inline-block;
  font-size: 14px;
  color: #a7a7a7;
}

.header-top .social-links li a:hover{

}

.header-top .social-links{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}

.main-header .language-box{
  position: relative;
  float: left;
  display: inline-block;
  padding-left: 30px;
}

.main-header .language-box img{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.main-header .language-box .text{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
  padding-right: 13px;
}

.main-header .language-box .text:before{
  position: absolute;
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  top: -2px;
  right: 0px;
  font-weight: 700;
}

.main-header .language-box .language-list{
  position: absolute;
  right: 0px;
  top: 50px;
  width: 150px;
  background: #282828;
  padding: 10px 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 500ms ease;
}

.main-header .language-box:hover .language-list{
  visibility: visible;
  opacity: 1;
  top: 35px;
}

.main-header .language-box .language-list li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #a7a7a7;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header .language-box .language-list li:last-child{
  border-bottom: none;
}

.main-header .language-box .language-list li a{
  display: inline-block;
  color: #a7a7a7;
}

.main-header .language-box .language-list li a:hover{

}

/** header-lower **/

.main-header .header-lower{   position: relative;
}
.main-header .header-lower .yysb{ position:absolute; right:8%; top:25px; z-index:1000;}
.main-header .header-lower .yysb p{ margin:0px; padding:0px; font-size:14px; line-height:32px;}
.main-header .header-lower .yysb p a{margin-left:15px;width:88px;overflow:hidden;display:block;float:left;}
.main-header .header-lower .yysb p img{ margin-bottom:4px;}
 .yysb a.sec{ color:#008AE2}
 .yysb a{ color:#333333}
.main-header .sticky-header .yysb{ position:absolute; right:2%; top:25px; z-index:1000;}
.main-header .sticky-header .yysb p a{margin-left:15px;width:108px;overflow:hidden;display:block;float:left;}
.main-header .sticky-header .yysb p img{ margin-bottom:4px;}
.main-header.style-one .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%; 
  padding: 0px 20px;
  background:#fff;
  opacity:0.9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header .sticky-header .outer-box{
  position: relative;
  border-bottom: none;
}




.main-header .sticky-header .theme-btn-one:before{
  background: #fff;
}

.main-header .sticky-header .theme-btn-one:hover{

}

.main-header.style-one .sticky-header .main-menu .navigation > li > a:before{
  bottom: -15px;
}

.header-lower .logo-box{
  position: relative;
}

.main-header.style-one .menu-area{
  z-index: 1;
  display: flex;
  
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-one .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  
  -ms-flex-pack: center;
  justify-content: center;
}


/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  margin-right: 0px; 
}

.main-header .search-box-btn{
  position: relative;
  font-size: 24px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align:right;
  color: #000;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-header .search-box-btn:hover{
  
}

.main-header .search-box-outer .dropdown-menu {
  top: 54px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding: 30px 0px;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

@media (max-width:1666px){
	.main-menu .navigation > li{  margin: 0px 10px;}
}
@media (max-width:1466px){
	.main-menu .navigation > li{  margin: 0px 5px;}
}

@media (max-width:1366px){
	.yysb{display:none;}
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:bold;
  opacity:1;
  color:#000;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-header.style-one .main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  background: url(../images/shape-1.png);
  width: 62px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -34px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-header.style-one .main-menu .navigation > li.current > a:before,
.main-header.style-one .main-menu .navigation > li:hover > a:before{
  transform: translateX(-50%) scale(1,1);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  background: #272727;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background: #272727;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  display: none; 
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box{
  padding: 0px 0px 0px 0px;
}

.main-header .sticky-header .main-menu .navigation > li{
  padding: 27px 0px 30px 0px !important;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 20px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background: #272727;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 20px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
   height:80vh;}
.nyzs .banner-carousel .slide-item{
   height:60vh;}
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  
  top: 0px;
  left: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;background-size: cover; text-align:center;
}
.banner-carousel .slide-item .wznr{width:100%; height:100%;display: flex; 
 justify-content: center; /*ʹ����Ŀˮƽ����*/
  align-items: center;
 /*ʹ����Ŀ��ֱ����*/text-align:center;  position:absolute; left:0px; top:0px; z-index:2;  justify-content:flex-start; background-color:rgba(0,0,0,0.4)
}
.banner-carousel .slide-item .wznr .js{ width:80%; display:none;flex-shrink:0; margin-left:10%;  margin-top:8%;}
.banner-carousel .slide-item .wznr h5{
	font-size:24px;
	color:#fff;
	line-height:2;
	text-shadow: 1px 2px 8px #000;
	text-transform:uppercase;
	}
.banner-carousel .slide-item .wznr h4{ font-size:60px; color:#fff; line-height:2;text-shadow: 1px 2px 8px #000; }
.banner-carousel .slide-item .wznr p{ font-size:16px; color:#f1f1f1; margin-top:15px; line-height:2;text-shadow: 1px 2px 8px #000;} 
.banner-carousel .slide-item .wznr span{display:inline-block;  color:#fff; text-align:center; text-transform:uppercase; padding-left:12px; padding-right:12px; height:40px;border-radius:4px; background-color:#288FE1; line-height:38px; font-size:14px; margin-top:2.5%;}
.banner-carousel .slide-item .wznr span:hover{ background-color:#0070C0;}
.banner-carousel .slide-item .image-layer-active .wznr .js{ display:block;}
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}
.banner-carousel .active .slide-item .wznr .js{ display:block}
.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 600px;
  z-index:5;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 95px;
  font-weight: 900;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 41px;
  font-style: italic;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box .theme-btn-one{
  padding: 22px 69px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}


.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}
.nyzs .banner-carousel .owl-nav .owl-prev,.nyzs  .banner-carousel .owl-nav .owl-next{ display:none}
.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  color: #fff;
}

.bg-color-1{
  background: #f6f6f6;
}

/** main-footer **/
.main-footer{ width:100%; float:left;}
.footer-top{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/dbg.jpg);
}

.footer-top:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.75;
}

.footer-top .footer-info .single-item{
  position: relative;
  float: left;
  width: 33.333%;
}

.footer-top .footer-info .single-item .inner{
  position: relative;
  display: block;
  background: #1f1f1f;
  padding: 41px 30px 45px 115px;
}

.footer-top .footer-info .single-item .inner .icon-box{
  position: absolute;
  left: 50px;
  top: 40px;
  font-size: 45px;
  line-height: 45px;
}

.footer-top .footer-info .single-item .inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height:35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-top .footer-info .single-item .inner p{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #a7a7a7;
}

.footer-top .footer-info .single-item .inner p a{
  color: #a7a7a7;
}

.footer-top .footer-info .single-item .inner p a:hover{
  text-decoration: underline;
}

.footer-top .footer-info .single-item:nth-child(2) .inner{

}

.footer-top .footer-info .single-item:nth-child(2) .inner .icon-box{
  color: #fff;
}

.footer-top .footer-info .single-item:nth-child(2) .inner p,
.footer-top .footer-info .single-item:nth-child(2) .inner p a{
  color: #fff;

}

.footer-top .footer-info .single-item:last-child .inner{
  background: #323232;
}

.footer-top .widget-section{
  position: relative;
  padding: 75px 0px 78px 0px;
}

.footer-top .widget-section .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 28px;
}

.footer-top .widget-section .logo-widget p{
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
  margin-bottom: 22px;
}

.footer-top .widget-section .logo-widget form .form-group{
  position: relative;
  margin-bottom: 23px;
}

.footer-top .widget-section .logo-widget form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 70px;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 500;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.footer-top .widget-section .logo-widget form .form-group button{
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .widget-section .logo-widget form .form-group input:focus{

}

.footer-top .widget-section .logo-widget form .form-group input::-webkit-input-placeholder{
  color:#a7a7a7;
}

.footer-top .widget-section .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.footer-top .widget-section .logo-widget .social-links li:last-child{
  margin: 0px !important;
}

.footer-top .widget-section .logo-widget .social-links li h6{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.footer-top .widget-section .logo-widget .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #a7a7a7;
}

.footer-top .widget-section .logo-widget .social-links li a:hover{

}

.footer-top .widget-section .logo-widget{
  margin-right: 30px;
  margin-top: 6px;
}

.ml-30{
  margin-left: 30px;
}

.footer-top .widget-section .widget-title{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-top .widget-section .widget-title h4{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.footer-top .widget-section .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.footer-top .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .widget-section .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height:1.5;
  color: #a7a7a7;
}

.footer-top .widget-section .links-widget .links-list li a:hover{

}

.footer-top .widget-section .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-top .widget-section .links-widget .links-list li a:hover:before{
  width: 100%;
  opacity: 1;
}

.ml-50{
  margin-left: 50px;
}

.footer-top .widget-section .post-widget .post{
  position: relative;
  padding-left: 100px;
  margin-bottom: 35px;
  min-height: 85px;
}

.footer-top .widget-section .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top .widget-section .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.footer-top .widget-section .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease; min-height:70px;
}

.footer-top .widget-section .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
}

.footer-top .widget-section .post-widget .post h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height:25px;
  color: #a7a7a7;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-top .widget-section .post-widget .post h6 a{
  display: inline-block;
  color: #a7a7a7;
}

.footer-top .widget-section .post-widget .post h6 a:hover{

}

.footer-top .widget-section .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.footer-bottom{
  position: relative;
  width: 100%;
  padding:2% 0px;
  background: #008AE2;
  border-top: 1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.5);
}
.footer-bottom .copyright p{
  color:rgba(255,255,255,0.5);
}

.footer-bottom .copyright p a{
  color: rgba(255,255,255,0.8);
}

.footer-bottom .copyright p a:hover{
color:#fff;
}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li a{
  font-size: 16px;
  color: #a7a7a7;
}
.footer-bottom .footer-nav li a:hover{}
#piaofu{width:100%;height:62px;position:fixed;bottom:0px;left:0px; z-index:98;}
#wp_nav{width:100%;float:left;HEIGHT:62px; background-color:rgba(0,0,0,0.8);}#wp_nav .footera{HEIGHT:62px}#wp_nav .footera UL{TEXT-ALIGN:left}#wp_nav .footera UL LI{width:24%;text-align:center;height:62px;float:left; padding-top:}#wp_nav .footera UL LI A{width:100%;overflow:hidden;display:block;cursor:pointer;text-align:center;line-height:30px;color:#fff; padding-top:30px; font-size:13px;}#wp_nav .footera UL LI.home{background-image:url(../images/home.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav .footera UL LI.tel{background-image:url(../images/dh.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav .footera UL LI.dx{background-image:url(../images/fx.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav .footera UL LI.fx{background-image:url(../images/dx.png);background-repeat:no-repeat;background-position:center 4px; position:relative; height:32px; padding-top:30px; cursor:pointer;}#wp_nav .footera UL LI.fx A{ padding:0px;}#wp_nav .footera UL LI.d05{background-image:url(../images/ico4.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav .footera UL LI.kg{width:1%;height:62px;float:left;background-image:url(../images/dl_bg.jpg);background-repeat:repeat-y;background-position:center top}
#wp_nav .footera UL LI #cdh{width:220px;float:left;max-height:200px; overflow-y:auto;overflow-x:hidden;  }
#wp_nav .footera UL LI #cdh p{width:220px;float:left;margin:0px; padding-top:0px;line-height:22px; border-bottom:#222 solid 1px;}
#wp_nav .footera UL LI #cdh p A{ color:#fff; display:block;line-height:22px; text-align:center; background-color:#111;  overflow:hidden; padding:5px;}
#wp_nav .footera UL LI #cdh p A:hover{ background-color:#0B55A5; color:#fff;}




.ey-lang a{color:#000;text-decoration:none;outline:none}
.ey-lang a:focus,a:hover{text-decoration:none;outline:none}
.ey-lang .fr{float:right}
.ey-lang .ey-cl:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.ey-lang img{vertical-align:middle}
.ey-lang .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.ey-lang .container{padding:0}

.ey-lang .ey-top{width:100%;height:50px;line-height:60px;color:#333;font-size:15px;}
.ey-top .langu{position:relative;padding:0 14px 0 10px;cursor:pointer;transition:all .3s}
.ey-top .langu img{margin-top:-3px}
.ey-top .langu span{padding:0 4px}
.ey-top .language span{padding:0 5px;}
.ey-top .langu:after{position:absolute;content:"";top:50%;right:0;margin-top:-2px;border:6px solid #333;border-color:#333 transparent transparent transparent;transition:all .3s}
.ey-top .langu:hover span{color:#9ab14d;transition:all .3s}
.ey-top .langu:hover:after{margin-top:-2px;border:6px solid #9ab14d;border-color:#9ab14d transparent transparent transparent;transition:all .3s}

.langu .languagebox{display:none;position:absolute;width:114px;left:50%;transform:translateX(-50%);top:30px;text-align:center;z-index:10}
.langu .language{width:100%;margin-top:16px;border:1px solid #e6e6e6;background-color:#fff;line-height:25px;}
.langu .language a{display:block;padding:6px 0;color:#808080;font-size:14px;}
.langu .language a:hover{color:#333;background-color:#f5f5f5;transition:all .3s}
.ey-top .langu:hover .languagebox{display:block;transition:all .3s}
@media (max-width:767px){.ey-lang .container{padding:0 10px}
}


