@import url(./normalize.css);
@import url(./roboto.css);
@import url(./font-awesome.min.css);
@import url(./block-icon.css);
.fbai{ display:none;}
.ftel{ display:none;}
.display_none {
  display: none;
}
.pc_show {
  display: block !important;
}
.phone_show {
  display: none !important;
}
.container {
  max-width: 1425px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
  position: relative;
  box-sizing: border-box;
}
header {
  transition: all .2s;
  z-index: 9998;
  width: 100%;
  position: absolute;
}
header .nav {
  display: flex;
  width: 100%;
  flex-grow: 1;
  justify-content: center;
}
header .nav .logo a{
  display: block;
  margin: 15px 0;
  width: auto;
  max-width: none;
  margin-top: 24px;
}
header .nav .logo img{
  height: 65px;
  width: auto;
}
header .nav .headerNav {
  display: none;
}
section {
  padding: 0 0 30px 0;
}
.menu {
  width: 60%;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}
.menu .btn {
  display: none;
}
.menu ul {
  display: flex;
  margin: 15px 0;
  font-size: 22px;
  line-height: 60px;
  font-family: 'Roboto Condensed';
  height: 65px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
}
.menu ul *{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.menu ul li {
  align-items: center;
  flex: 1;
  text-align: center;
}
.menu ul li a {
  color: #FFF ;
  opacity: .9;
  will-change: opacity,color;
  transition: opacity 0.2s ease,color 0.2s ease;
  position: relative;
}
.menu ul li a::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #6eb92b;
  width: 0;
  left: 0;
  bottom: -5px;
  opacity:0;
  will-change: width,opacity;
  transition: width 0.2s ease,opacity 0.2s ease;
}
.menu ul li:hover a,.menu ul li.active a {
  opacity: 1;
  color: #6eb92b;
}
.menu ul li:hover a::after,.menu ul li.active a::after {
  width: 100%;
  opacity:1;
}

.pro-top-list {
  margin: 40px auto;
  display: flex;
}
.pro-top-list .box {
  margin: 0 10px;
  width: calc(50% - 10px);
}
.pro-top-list .box img {
  width: 100%;
}
.pro-bottom-list {
  background-color: #d3d3d3;
  padding: 20px 0 50px;
  text-align: center;
  padding-top: 50px;
}
.pro-bottom-list .main_more {
  margin-top: 40px;
}
.pro-bottom-list ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-bottom-list ul li {
  margin: 0 10px;
  width: calc(32.33% - 10px);
  background-color: #fff;
  margin-bottom: 20px;
}
.pro-box a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.pro-box .pro-box-title,.pro-box .pro-box-content  {
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  margin: 20px 10% 0 10%;
  border-bottom: 4px solid #000;
}
.pro-box .pro-box-content {
  border: none;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}
.pro-bottom-title h2{
  font-size: 28px;
  padding: 20px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.pro-box img {
  width: 100%;
}
.pro-box 


/*map_section*/
.map_section{ padding:60px 0;}
.i_title .h4{background: url(../images/t_bg1.png) no-repeat center center;}
.map_section .i_title .h4{background: url(../images/title_ico3.png) no-repeat center center;}

.map_section .container{width:1655px;}
@media only screen and (max-width:1655px) { 
.map_section .container{width:100%;}
}
.map_section .map_main{ position:relative; margin-top: 40px;}
.map_section .i_title{ margin-bottom:0;}


.map_mark{position:relative;z-index:8888888;}
.map_mark .code{position:absolute;left:50%;bottom:80px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;margin-left:-96px;transform:scaleX(0); -webkit-transition:all var(--transition-time,300ms); -o-transition:all var(--transition-time,300ms); transition:all var(--transition-time,300ms); z-index:9999;}
.map_mark .code:after{position:absolute;left:50%;bottom:-17px;content:"\f0d7";font-family:FontAwesome;color:#716f70;font-size:24px;margin-left:-8px;display: none;}
.map_mark:hover .code{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;bottom:25px;visibility:visible;transform:scaleX(1);}
.map_mark:hover .map_ico {
  background-color: red;
}
.map_mark .code>div{background:#fff;border-radius:5px;text-align:center;width:194px;border:2px solid #716f70; overflow:hidden;}
.map_mark.code>div img{ width:100%;}

.map_section .map_mark:nth-child(3n+1){animation-delay: 0s;}
.map_section .map_mark:nth-child(3n+2){animation-delay: 0.3s;}
.map_section .map_mark:nth-child(3n+3){animation-delay: 0.6s;}


.map_mark{text-align:center; display:inline-block; position:absolute; z-index:450;}
.map_mark a{ position:relative;}
.map_mark span{ display:block; position:absolute; top:10px; font-size:12px; color:#404040; margin-top:5px; text-transform:capitalize; font-weight: bold; left:5px;-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);-o-transform: translate(-50%,0);transform: translate(-50%, 0); white-space:nowrap;}
.map_mark:hover span{ color:red; text-decoration:underline;}
.map_ico{ position:relative; width:10px; height:10px; border-radius:50%; background:#6eb92b; display:inline-block; font-style:normal; z-index:555;}
@keyframes warn {
0% {transform: scale(0);opacity: 0.25;}
25% {transform: scale(0);opacity: 0.5;}
50% {transform: scale(0.33);opacity: 0.7;}
75% {transform: scale(0.66);opacity: 0.8;}
100% {transform: scale(1);opacity: 0.0;}
}

.map_section .map_ico:before{ border:1px solid #716f70; width:30px; height:30px; left:50%; top:50%; position:absolute; content:''; border-radius:50%; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; margin-left:-15px; margin-top:-15px; z-index:666; opacity: 0;
-webkit-animation: warn 3s ease-out;
-moz-animation: warn 3s ease-out;
animation: warn 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;}


.map_main .li1{ position:absolute; left:19%; top:15.1%;}
.map_main .li2{ position:absolute; left:49%; top:12.5%;}
.map_main .li3{ position:absolute; left:73.5%; top:8.7%;}
.map_main .li4{ position:absolute; left:46.2%; top:17.6%;}
.map_main .li5{ position:absolute; left:49.8%; top:18.8%;}

.map_main .li6{ position:absolute; left:77.2%; top:17.2%;}
.map_main .li7{ position:absolute; left:19%; top:25.5%;}
.map_main .li8{ position:absolute; left:56.3%; top:25.2%;}
.map_main .li9{ position:absolute; left:77.5%; top:25%;}
.map_main .li10{ position:absolute; left:85.4%; top:28.3%;}

.map_main .li11{ position:absolute; left:57.2%; top:32.8%;}
.map_main .li12{ position:absolute; left:55.1%; top:35%;}
.map_main .li13{ position:absolute; left:59.2%; top:35.5%;}
.map_main .li14{ position:absolute; left:62.9%; top:37%;}
.map_main .li15{ position:absolute; left:66.3%; top:35.2%;}

.map_main .li16{ position:absolute; left:70%; top:39.5%;}
.map_main .li17{  position:absolute; left:17.8%; top:36.8%;}
.map_main .li18{ position:absolute; left:76.3%; top:43%;}
.map_main .li19{ position:absolute; left:78.8%; top:44.4%;}
.map_main .li20{ position:absolute; left:83.1%; top:45.2%;}

.map_main .li21{ position:absolute; left:77%; top:50.5%;}
.map_main .li22{ position:absolute; left:78.3%; top:53.4%;}
.map_main .li23{ position:absolute; left:58.2%; top:53.9%;}
.map_main .li24{ position:absolute; left:31.4%; top:59%;}
.map_main .li25{ position:absolute; left:55.6%; top:66.5%;}

.map_main .li26{ position:absolute; left:86%; top:71%;}
.map_main .li27{ position:absolute; left:27%; top:75.2%;}
.map_main .li28{ position:absolute; left:54.1%; top:75.8%;}
.map_main .li29{ position:absolute; left:92.6%; top:83.9%;}


.i_title{ text-align: center; margin-bottom: 30px;}
.i_title .h4{ font-size:40px; color: #333; font-weight: bold; text-transform:uppercase;  line-height: 40px; position: relative;  padding: 40px 0; }
.i_title p{ color: #999; font-size: 14px ; max-height:44px; overflow: hidden; max-width: 900px; margin: 0 auto; line-height: 22px;}
@media only screen and (max-width:1200px) {
.i_title .h4{font-size: 30px; line-height: 30px; padding: 0px; margin-bottom: 10px; background: none !important;}
}

.contact_section{position:relative;margin-top: 60px;padding-top: 0;margin-bottom: 0px;}
.contact_section ul{list-style:none;padding:0;display: flex;}
.contact_section ul li{padding:0 20px;position:relative;z-index:2;text-align:center; margin: 0 5%; width: calc(50% - 10%);}
.contact_section ul li .column{background:#f7f7f7;padding:10px 20px 30px 20px;border: 2px solid #e5e5e5; min-height:255px;border-radius: 0;}
.contact_section ul li em{font-size:18px;font-style: normal;font-weight: 700; color:#333; text-transform:capitalize; margin-bottom:20px;margin-top:0; line-height:28px; position:relative;display:block;}
.contact_section ul li .txt{font-size:12px;line-height:20px;color:#808080;padding:0;width:100%;text-transform:uppercase;margin-top:10px;display: block;}

.contact_section ul li .icon{position:relative;width:80px;height:80px;border-radius:50%;margin-bottom:0;text-align:center;display:inline-block;padding:0;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;position: relative;z-index: 4;display:inline-flex;align-items: center;justify-content: center;}
.contact_section ul li .icon span{display: inline-block;transition:all .5s;width:48px;height:48px;background-repeat:no-repeat; background-position:center }
.contact_section ul li p{font-size:14px;line-height:24px;margin:0;margin-bottom:5px;}
.contact_section ul li p a:hover{color:#175fc3;}


.numberW{ background: url(../images/num_bg.jpg) no-repeat center; background-size: cover; padding: 98px 0 ;}
.number{ display: flex; align-items: center; justify-content: space-between;}
.number_column{ position: relative; width: 40%; border: 6px solid rgba(255,255,255,0.4); border-right: none; padding:58px 43px 54px }
.number_column:after{ content: ''; display: block; position: absolute; top: 0px; right: 0; height: 60px; width: 6px; background: rgba(255,255,255,0.4)}
.number_column:before{ content: ''; display: block; position: absolute; bottom: 0px; right: 0; height: 60px; width: 6px; background: rgba(255,255,255,0.4)}
.number_column .title{ font-size: 44px; line-height: 56px; color: #ffffff;text-transform: uppercase;  font-family:'Roboto Condensed';}
.number_column .text{ font-size: 14px; line-height: 26px; color: #ffffff; overflow: hidden; max-height: 78px; margin-top: 22px}


.number_box{ width: 60% }
.number_box .percent-blocks{ display: flex;}
.number_box .numbers__one{padding-left:0; margin-top:20px; padding:0 0 0 70px;text-align:center; width: 33.3%   }
.number_box .numbers__body{ position:relative; }
.number_box .number__ico{width:73px;   position: relative;  margin: auto}
.number_box .number__ico img{ transition:all .5s;}

.number_box .numbers__one .wrap{ margin-top: 27px}
.number_box .numbers__one .numbers__num{font-size:60px;line-height:62px;color:#ffffff;  height: 62px; font-family: 'Roboto Condensed';} 
.number_box .numbers__one .numbers__num .percent{font-family: 'Roboto Condensed';}
.number_box .numbers__one .number__desc{color:#ffffff;font-size:15px;line-height:20px; max-height:20px; opacity: 0.5; overflow:hidden; text-transform: capitalize;margin-top:11px; }


.number_box .numbers__one .numbers__body .icon{display: inline-block;position: relative;}
.number_box .numbers__one .numbers__body  .icon img{margin-left: 52px;margin-top: 36px;}
.number_box .numbers__one .numbers__body  .icon .number-m-icon{display: inline-block;position: absolute;left: 0;top: 0;}
.number_box .numbers__one .numbers__body  .icon .number-m-icon svg{color: currentColor;}
.number_box .numbers__one .numbers__body  .icon .number-m-icon .number-arc-1,
.number_box .numbers__one .numbers__body  .icon .number-m-icon .number-arc-2{
	fill:none;stroke-width:1px;stroke:currentColor;stroke-dasharray:248;transform:rotate(78deg);transform-origin:center;stroke: white;
}
.number_box .numbers__one .numbers__body  .icon .number-m-icon .number-arc-1{opacity: 1;stroke-dashoffset:248;transition:all .4s cubic-bezier(.65,.05,.36,1);}
.number_box .numbers__one .numbers__body  .icon .number-m-icon .number-arc-2{opacity:0.3;stroke-dashoffset:165;}
.number_box .numbers__one .numbers__body  .icon:hover .number-m-icon .number-arc-1{stroke-dashoffset:165;}


@media only screen and (max-width: 1299px) {
	.number_box .numbers__one .numbers__num{ font-size: 42px; line-height: 50px; height: 50px}
	.number_column{    padding: 50px 22px 50px; }
	.number_column .title{font-size: 36px; line-height: 44px}
}

@media only screen and (max-width: 992px) {
	.number_box .numbers__one { padding-left: 20px}
	 
}

@media only screen and (max-width: 855px) {
	.numberW{ padding: 50px 0}
	.number{ display: block}
	.number_box .numbers__one { padding:0 10px}
	.number_column{ width: 100%; border: none; padding: 0; text-align: center}
	.number_column .text{ margin-top: 10px}
	.number_column:before,.number_column:after{ display: none}
	.number_box{ width: 100%}
}

@media only screen and (max-width: 615px) {
	.number_column .title{font-size: 32px; line-height: 40px}
	.number_box .numbers__one .numbers__num{ font-size: 38px; line-height: 42px; height: 42px}
	.number_box .numbers__one .numbers__body .icon{ display: none}
	.number_box .numbers__one .number__desc{ font-size: 12px}
}
@media only screen and (max-width: 420px) {
	.numberW{ padding: 50px 0 35px} 
	.number_column .title{font-size: 26px; line-height:32px}
	.number_box .numbers__one .numbers__num{ font-size: 30px; line-height: 32px; height: 32px}
	.number_box .numbers__one{ padding: 0 5px}
		.number_column .text{ font-size: 13px}
}

@media only screen and (max-width: 335px) {
	.number_column .title{font-size: 22px; line-height:28px}
	.number_box .numbers__one .numbers__num{ font-size: 22px; line-height: 32px; height: 32px}

}


.footer{position:relative;z-index:5;background-color: #404040; padding:60px 0 20px; }
.footer .fot_title{position:relative;display:block;margin-bottom:14px;}
.footer_m{ overflow:hidden;}
.footer .fot_title em{display:block;color:#ffffff;font-size:16px;text-transform:uppercase; line-height:30px;font-family:'Roboto Condensed';font-weight: 700; }
.footer ul,.footer li{list-style:none;}
.icon-minus-sign:before {content:"\f068";font-family:'FontAwesome';}
.icon-plus-sign:before {content: "\f067";font-family:'FontAwesome';}
.fot_title .column_icon_toggle {display: none;}

 
.fot_sub{width: 20%;float:left;text-align:left;} 
.fot_sub .top_share{float:left;margin-left:0;margin-top: 10px;display: flex;margin-bottom: 20px;}
.top_share{ float: left} 
.top_share li{ list-style:none; display:inline-block; margin-right:11px; }
.top_share li a{ display:block; width:26px; height:26px;   }
.top_share li a img{ width:26px; height:26px;} 
 
.fot_sub .text{  color: #d0d0d0; font-size: 14px; line-height: 28px; overflow: hidden; max-height:84px} 
.fot_sub .letter-input{position:relative;z-index:2; margin-top: 33px;   background:none;  } 
.fot_sub .fot_input{display:block;height:56px;line-height:56px;border:none;border-radius:0;padding:0 15px 0px;background:#ffffff;width:100%;max-width:100%;font-size:14px;}
.fot_sub .fot_input:focus{color:#333;  }
.fot_sub input:-ms-input-placeholder{color:#898989;}/* Internet Explorer 10+ */ 
.fot_sub input::-webkit-input-placeholder{color:#898989;}/* WebKit browsers */
.fot_sub input::-moz-placeholder{color:#898989;}/* Mozilla Firefox 4 to 18 */ 
.fot_sub input:-moz-placeholder{color:#898989;}/* Mozilla Firefox 19+ */ 
.fot_sub .send{display:inline-block;width:50px;height:50px;background: red url(../images/send_btn.png) no-repeat center;position:absolute;right:3px;top:3px;border: 1px solid #333;}


.fot_news{width: 12%;float:left;padding-right: 70px;} 
.fot_news ul li{border-bottom: 1px dashed rgba(221,221,221,0.2);margin-bottom: 10px;padding-bottom: 11px;}
.fot_news ul li .title{font-size:14px;color:#fff;line-height: 24px;overflow:hidden;  max-height: 48px; display: block; margin-bottom: 4px;}
.fot_news ul li .title:hover{color: #6eb92b;} 
.fot_news ul li .page_date1{display:inline-block;color:#fff;text-transform: capitalize;font-size:13px;transition:all .5s;vertical-align: middle;line-height: 20px;margin-top: 10px;}
.fot_news ul li .page_date1:before{content:'';width: 16px;height: 16px;background:url("../images/news_date1.png") no-repeat; margin-right: 5px;display: inline-block; vertical-align: middle;}



.fot_con{float:left;width: 30%;padding-right:85px;}
.fot_con .block_content>p{ color:#fff; font-size:14px; margin-bottom:14px;font-family:'Roboto Condensed'; text-transform: uppercase}
.fot_con .list{list-style:none;padding-top:0;}
.fot_con .list li{margin-bottom:16px;color:#fff;padding-left:30px;font-size:14px;line-height:24px;}
.fot_con .list li a{color:#fff;font-size:14px;}
.fot_con .list li a:hover{color:#6eb92b;}
.fot_con .list li.fcon_p{background:url(../images/fot_phone.png) no-repeat left 2px;}
.fot_con .list li.fcon_e{background:url(../images/fot_email.png) no-repeat left 3px;}
.fot_con .list li.fcon_t{background:url(../images/fot_tel.png) no-repeat left 3px;}
.fot_con .list li.fcon_a{background:url(../images/fot_add.png) no-repeat left 2px;} 

.fot_nav{  }
.fot_nav .fot_title{ display: none;}
.fot_nav ul{ display: flex; align-items: center; justify-content: center}
.fot_nav li{margin:0 30px}
.fot_nav li a{font-size:16px;text-transform:uppercase;color:#e9e9e9;font-family:'Roboto Condensed';}
.fot_nav li a:hover{color:#fff;}

.fot_tag{float:left;width: 22%;padding-right:20px;}
.fot_tag li{margin-bottom:11px;}
.fot_tag li a{font-size:14px;color:#fff;}
.fot_tag li a:hover{color:#6eb92b;}


.foot_botW{padding:29px 0 0; border-top:1px solid rgba(255,255,255,0.1);}
.foot_bot{text-align:center;}
.foot_bot .fot_text{color: #d1d1d1;font-size: 14px;line-height: 26px;margin-bottom: 15px;}
.foot_bot .fot_text .title{display: block; margin-bottom: 4px}
 
.footer-bottom{padding-top:14px;text-align:center;position:relative;z-index: 10;}
.footer-bottom .left{float:left;text-align:left;}
.footer-bottom .copy{color:#828282;font-size:13px;display:inline-block;}
.footer-bottom .copy>a{color:#828282;font-size:13px; margin:0 5px; display:inline-block}
.footer-bottom .copy span , .footer-bottom .copy span a{color:#828282;font-size:13px;}
.footer-bottom .copy a:hover , .footer-bottom .copy span a:hover{color:#fff;}
.footer-bottom .foot_ipv6{display:inline-block;color:#828282;font-size:13px; font-style:italic}
.footer-bottom .foot_ipv6 img{max-width:24px;margin-right:5px;}


 
 .fot-fri{list-style:none; }
.fot-fri p{display:inline-block;text-transform:capitalize;color:#828282;font-size:13px;}
.fot-fri li{display:inline-block;margin:0 10px; list-style:none}
.fot-fri li a{color:#828282;font-size:13px;}
.fot-fri li a:hover{color:#fff;}


@media only screen and (max-width: 1299px) {
	 .fot_con ,.fot_about{ padding-right:30px}
}
@media only screen and (max-width: 855px){
.fot_sub .top_share { display:block;}
}
@media only screen and (max-width: 992px) {  
	.footer{padding:30px 0 15px 0; }
	.footer .fot_tag,.footer .fot_sub,.footer .fot_con,.fot_news{width:100%;padding:0; text-align:left}
	.footer .fot_about{width:100%;padding:0; text-align:center; margin-top:0; margin-bottom:15px}
	.footer .fot_title em{margin-bottom:0;font-size:16px;line-height:20px;}
	.footer .fot_title span{display:none;}
	.footer .fot_title,.fot_about .fot_title{display:block;border-bottom:1px solid rgba(255, 255, 255, 0.1);padding-bottom:13px;cursor:pointer;margin-bottom:13px;text-align: left; }
	.footer .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:15px;top:5px;font-style:normal;cursor:pointer;font-size:14px;font-weight:normal;color:#fff;}
	.footer .toggle_content{padding-bottom:15px;padding-top:0;}
	.foot_botW{border:none;margin-top:0;padding:0px 0 10px;}
	.foot_bot .left{float:none;text-align:center;} 
 
 	.fot_con .list li.fcon_a{ background-position:left 5px}
	.fot_nav ul{ display: block; text-align: left}
	.fot_nav li { margin: 0 0 10px}
	.fot_nav li a{    font-family: 'Montserrat-Light'; font-size: 14px}
}

@media only screen and (max-width: 768px) { 
	.footer{padding:30px 0 65px 0; }
}


.in_whyW{ background: url(../images/why_bg.jpg) no-repeat right center; padding: 17px 0 25px }
.in_whyW .container{ width: 100%; padding: 0;display: flex;}
.in_whyW  .images{ width: 42.5%;position: relative;}
.in_whyW  .images .images01{ width: 100%; position: relative}
.in_whyW  .images .images01 a{ display: block; width: 100%; overflow: hidden; position: relative; z-index: 9}
.in_whyW  .images .images01 a img{ transition: all .9s; width: 100%}
.in_whyW  .images .images01 a:hover img{transform:scale(1.09);
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);}
.in_whyW  .images .images01:after{ content: ''; display: block; position: absolute; top: 0; left: 0; right: -10px; bottom: -10px; background: rgba(0,88,160,0.1)}
.in_whyW  .images .images02{ max-width: 335px; position: absolute; bottom: 20px; right: -60px; z-index: 99}
.in_whyW  .images .images02 a{ display: block; border:5px solid #f9f9f9}
.in_whyW  .images .images02 img{
  width: 100%;
}
 
.in_whyW .why_column{ float: left; width: 57.5%; padding-left: 124px; max-width: 900px; padding-right: 50px}
.in_whyW .why_column .in_title{ text-align: left; background-position: left top}
.in_whyW .why_column .in_title span:after{ margin: 11px 0 14px}
.in_whyW .why_column .text{ font-size: 14px; line-height: 28px; color: #666666;  overflow: hidden; max-height: 112px; margin-top: 13px;} 
.in_whyW .why_column .list{ padding-top: 22px}
.in_whyW .why_column .list li{ list-style: none; display: flex; align-items: center; margin-top: 24px;}
.in_whyW .why_column .list li>a{ display: inline-block; width: 91px;}
.in_whyW .why_column .list li>a img{ transition: all .5s; min-width: 91px;width: 100%;}
.in_whyW .why_column .list li:hover>a img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);}
.in_whyW .why_column .list li .wrap{ padding-left: 19px; }
.in_whyW .why_column .list li .wrap .title{ display: block; color: #333333; font-size: 18px; line-height: 26px;font-weight: 700;
  font-family: 'Roboto Condensed'; }
.in_whyW .why_column .list li .wrap>p { font-size: 14px; line-height: 24px; height: 48px; color: #808080; overflow: hidden; margin-top: 13px}
.in_whyW .why_column .list li:hover .wrap .title{ color: #716f70}



@media only screen and (max-width: 1540px) { 
	.in_whyW .why_column .list li{ margin-top: 15px}
	.in_whyW .why_column .list { padding-top: 10px}
}

@media only screen and (max-width: 1399px) {
	.in_whyW .why_column{ padding-left: 104px}
	.in_whyW{ margin-bottom: 50px}
	.in_whyW .images .images02{ max-width: 280px}
}

@media only screen and (max-width: 1047px) {
	.in_whyW .why_column{ padding-left: 84px}
	.in_whyW .why_column .list{ padding-top: 0}
	.in_whyW .why_column .list li{ margin-top: 10px}
	.in_whyW .why_column .list li>a{ width: 60px}
	.in_whyW .why_column .list li>a img{ min-width: 60px}
	.in_whyW .why_column .list li .wrap{ padding-left: 10px}
	.in_whyW .why_column .list li .wrap .title{ font-size: 14px}
	.in_whyW .why_column .list li .wrap>p{ margin-top: 0px}
	.in_whyW .why_column .text{ margin-top: 5px; line-height: 24px; max-height: 96px}
}

@media only screen and (max-width: 992px) {
	.in_whyW .images .images01{ padding-right: 50px}
	.in_whyW .images .images01:after{ display: none}
	.in_whyW .images .images02{ right: 0}
	.in_whyW { margin-bottom: 10px}
	.in_whyW  .images{ width: 100%; }
	.in_whyW .why_column{ width: 100%; margin-top: 10px; padding: 0 15px}
}

@media only screen and (max-width: 480px) {
	.in_whyW .images .images02{ display: none}
	.in_whyW .images .images01{ padding-right: 0px}
	
}

.about_top{position: relative;z-index: 5;background-size: cover;background-repeat: no-repeat; padding-top: 90px;padding-bottom:80px;}
.about_top .ovrly{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.7;display: block;background:#1f2f3f;}
.about_top .container{position: relative;z-index: 5; padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}
.about_top_box {display: flex;}
.about_top .in_title{text-align: left;width: 70%; background: none; padding: 8px 0 0}
.about_top .in_title span{color: #fff;}
.about_top .in_title span:after{ background: #fff; margin: 11px 0 14px}
.about_top .in_title p{max-height: 90px;line-height: 30px;color: #ffffff;margin-left: 0;margin-right: 0;max-width: 100%; letter-spacing: 0; text-transform: initial;overflow: hidden;}

.about_top .about_since{position: relative;z-index: 5;text-align: right; width: 30%;}
.about_top .about_since:before{content:'';width: 240px;height: 150px;position: absolute;right: -20px;bottom: -25px;border: 10px solid #fff;opacity: 0.1;z-index: -1;}
.about_top .about_since em{font-size: 110px;line-height: 90%;color: #fff;font-weight: 700;
  font-family: 'Roboto Condensed';}
.about_top .about_since p{margin: 0;font-size: 24px;color: #ffffff;font-weight: 700;
  font-family: 'Roboto Condensed';line-height: 36px;}

@media only screen and (max-width:992px) {
	.about_top{padding-top: 50px;padding-bottom: 60px;}
	.about_top .in_title{text-align: center;width: 100%; float: none}
	.about_top .in_title p{line-height: 24px;max-height: 48px;overflow: hidden;}
.about_top .in_title span:after{  margin: 11px auto 14px}
	.about_top .about_since{float: none;text-align: center; margin-top: 15px}
	.about_top .about_since:before{width: 200px;margin-left: -100px;left: 50%;border-width: 5px;bottom: -70px;}
	.about_top .about_since em{font-size: 80px;}
	.about_top .about_since p{font-size: 18px; line-height: 26px}
}


.about_content{background: url(../images/about_bg2.jpg) no-repeat top center;padding-bottom: 55px;}

.about_content .features-tab{position: relative;z-index: 9;top: -30px; padding: 5px 5px 5px 0}
.about_content .features-tab:before{content:'';left: 0px;top: 0;right: 0px;background:#fff;bottom: 0;border-radius: 5px;box-shadow: 0 10px 40px  rgba(0,0,0,0.05);position: absolute;z-index: -1;display: block;}

 
.about_content .about_column{padding: 0;padding-top: 45px;padding-right:20px;padding-bottom: 0;}
.about_content .about_image{padding: 0;position: relative;z-index: 5;  padding: 0 0 0 10px}
 
.about_content .about_image a{display: block;overflow: hidden;border-radius: 5px;position: relative;} 
.about_content .about_image a img{transition: all .9s;width:100%;}
.about_content .about_image:hover a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
 

.about_content .about_title{font-size: 20px;line-height: 24px;text-transform: uppercase;margin-bottom: 20px;font-weight: 700;
  font-family: 'Roboto Condensed';display: inline-block;padding: 15px 0;padding-right: 30px;position: relative;z-index: 5; color: #333333; padding-left: 40px}
.about_content .about_title:before{content:'';height: 48px;background:#f7f7f7;position: absolute;left: -40px;top: 0;right: 0;z-index: -1;display: block;}
.about_content .about_title:after{content:'';height: 48px;width: 31px;position: absolute;right: -30px;top: 0;display: inline-block;background:url(../images/about_single.jpg) no-repeat center center;}
.about_content .about_text{color:#444444;font-size: 14px;line-height: 30px;overflow: hidden;max-height: 180px; padding-left: 40px}
.about_content .about_adv{list-style: none;margin-top: 16px; padding-left: 40px}
.about_content .about_adv li{margin-bottom: 10px;position: relative;font-size: 16px;color: #716f70;font-weight: 700;
  font-family: 'Roboto Condensed';}
.about_content .about_adv li:before{content:'';background:url(../images/about_cut.png) no-repeat;width: 16px;height: 12px; display: inline-block;margin-right:10px;}
.about_content .main_more{ margin-left: 40px; margin-top: 28px} 



.in_parW{ margin-top: 58px}
.in_parW .slider{ margin-top: 40px}
.in_parW .slider .li{  padding: 0 10px}
.in_parW .slider .li p{border: 1px solid #e5e5e5; border-radius: 5px; overflow: hidden; display: block}
.in_parW .slider .li p img{ width: 100%; height: auto;}


@media only screen and (max-width:1499px) {
	.about_content .about_column{ padding-bottom: 20px}
	
}

@media only screen and (max-width:1260px) {
	.about_content .about_adv{margin-top: 15px;}
 
}
 
@media only screen and (max-width:992px) {
	.about_content{padding-bottom: 20px;} 
	.about_content .features-tab{top: -10px;} 
 
	.about_content .about_title{padding-left: 0;font-size: 16px;padding-right: 20px;margin-bottom: 20px;padding-top: 5px;padding-bottom: 5px;}
	.about_content .about_title:before{left: -10px;height: 34px;}
	.about_content .about_title:after{height: 34px;}
	.about_content .about_column{padding-right: 10px;padding-left: 10px; padding-top: 30px; width: 100%}
	.about_content .about_text{font-size: 13px; padding-left: 0;}
	.about_content .main_more{ margin-left: 0; margin-top: 5px}
	.about_content .about_adv{ padding-left: 0}
	.about_content .about_adv li{font-size: 14px;}
	.about_content .about_image{ padding: 0 0 0 5px; margin-top: 25px;width: 100%} 
.in_parW .slider .li{  padding: 0 5px}
.in_parW .slider{ margin-top: 20px}
}
@media only screen and (max-width:480px) {
	.about_content .features-tab{padding-bottom: 40px;}
 
	.about_content .about_title{font-size: 14px;margin-bottom: 10px;}
 
	.about_content .about_adv{display: none;}
}

 
.main_more{position:relative;display:inline-block;margin-top:20px;transition:all .5s;z-index:3;border-radius:0;background:#716f70; border-radius: 5px;  }
.main_more:hover{box-shadow: 0 3px 25px 4px rgba(113,111,112,0.3); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.main_more a:before{ content: ' '; position: absolute; background:rgba(255,255,255,0.5); width: 20px; height: 100%; top: 0; left: 0;  -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -webkit-transform: skewX(-25deg); transform: skewX(-25deg);opacity: 0;filter: alpha(opacity=0);}
.main_more:hover a:before { width: 45px; left: 50%;opacity: 0.15;filter: alpha(opacity=15);}
.main_more a:after{margin-left:5px;}

.main_more a,.main_more input, .main_more button{display:block;color:#ffffff;font-size:14px;height:50px;line-height:50px;padding-left:25px;padding-right:25px;text-transform:uppercase;z-index:2;position:relative;border-radius:0;font-family:'Montserrat-SemiBold';font-weight:bold;background-repeat: no-repeat;transition:all .5s; }
.main_more:hover a,.main_more:hover input, .main_more:hover button{color:#fff;text-decoration:none;} 
 
@-webkit-keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
	from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px); } }


@media only screen and (max-width: 475px) {
	.main_more a,.main_more input, .main_more button{ height: 44px; line-height: 44px; }
	
}

.in_title{ text-align:center;  background: url(../images/t_bg1.png) no-repeat top center; padding-top: 32px;}
.in_title span{ color:#333333; display:inline-block; text-transform:uppercase; font-size:40px; line-height:44px;font-family: 'Montserrat-SemiBold';font-weight: bold; }
.in_title span:after{ content: ''; display: block; width: 50px; height: 3px; background: #716f70; margin:11px auto 14px;}
.in_title p{ color:#808080; font-size:14px; text-transform: uppercase; letter-spacing: 1px;   line-height:24px; overflow:hidden; max-height:48px; max-width:885px; margin:0 auto }
@media only screen and (max-width: 1199px) {
	.in_title span{font-size:34px; line-height: 36px  }
 
} 
@media only screen and (max-width: 992px) {
	.in_title span{font-size:30px; line-height: 34px  }
	.in_title p{ font-size: 12px;  }
}
@media only screen and (max-width: 510px) {
	.in_title span{font-size:24px; line-height: 28px  } 
}
@media only screen and (max-width: 320px) {
	.in_title span{font-size:20px;   } 
}
 
.in_title span {
  color: #333333;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}
.in_title span:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  margin: 11px 0 14px;
}
.about_top .about_since p {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Roboto Condensed';
  line-height: 36px;
  font-weight: 700;
  
}

.pro-top-list .box a {
  display: block;
  position:relative;
  border:1px solid #ccc;
}
.box .top {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255,255,255,1);
  box-sizing: content-box;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.box .top:hover {
  opacity: 0;
}
.pro {
  padding: 0;
  overflow: hidden;
}
.box img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.pro-box-img {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.pro-box-title,.pro-box-content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pro-box a:hover .top{
  opacity: 0;
  margin: 0 auto;
}

.pro-box:hover {
  background-color: #716f70;
  color: #fff;
  box-shadow: 0 3px 25px 4px rgb(113 111 112 / 30%);
   
}
.pro-box:hover .pro-box-content{
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}

.pro-box:hover .pro-box-title {
  border-color: #fff;
}

.online-list {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 20px;
  overflow: unset;
}
.online-list ul {
  background: rgba(0,0,0,0.5);
  border-radius: 30px;
}
.online-list ul li {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.online-list ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  padding-left: 16px;
  height: 100%;
  line-height: 50px;
  text-align: left;
  background: #6eb92b;
  color: #fff;
  border-radius: 50px;
  z-index: 19;
  overflow: hidden;
  transition: width .5s;
  transform: scale(0);
}
.online-list ul li:hover i{
  transform: scale(1.2);
}
.online-list ul li:hover>a {
  width: 175px;
  transform: scale(1);
}
.online-list ul li:nth-child(3):hover>a {
  width: 200px;
}
.online-list ul li:nth-child(5):hover>a {
  width: 130px;
}
.icon-top:hover {
  transform: scale(1.1);
}
.online-list ul li .big-icon {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  z-index: 99;
  position: absolute;
}
.online-list ul li .big-icon.block-iconyouxiang {
  font-size: 20px;
}
.online-list ul li .big-icon.block-iconfanhuidingbu {
  background-color: #6eb92b;
  font-size: 16px;
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
.lan p {
  display: flex;
}
header:hover,header.other{
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
}
header .nav .logo a {
  position: relative;

}
.logo-hover {
  left: 0;
  top: 0;
  position:absolute;
  opacity: 0;
  transition: all .5s ease-in-out;
}
header:hover .logo-hover,header.other .logo-hover{
  opacity: 1;
}
.loading video {
  height: 100%;
  width: 100%;
  display: block;
}


.banner.stop .loading{
  display: none;
}
.banner.stop video {
  height: 0;
}
.banner .tp-banner-container {
  width: 100%;
  opacity: 1;
  transition: all .8s linear;
  display: block;
}
.banner .tp-banner-container  img {
  width: 100%;
}
.banner.stop .tp-banner-container {
  opacity: 1;
}
.tp-banner-container {
  position: relative;
}
.banner-cont {
  position:absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 25%;
}
.banner-cont h1 {
  font-size: 10vh;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.banner-cont h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 35%;
  width: 30%;
  height: 5px;
  background-color: #fff;
  box-shadow: 0 3px 25px 4px rgb(113 111 112 / 30%);
}
.banner-cont p {
  color: #fff;
  font-size: 3vh;
  display: block;
  width: 80%;
  margin: 40px 10% 20px;
  font-family: 'Roboto Condensed';
  text-shadow: 1px 2px #000;
}
.tp-banner-container .main_more {
  background-color: #6eb92b;
}
.delay5-1{
  animation-delay: 1.2s;
}
.delay5-2{
  animation-delay: 1.4s;
}
.delay5-3{
  animation-delay: 1.6s;
}

@media only screen and (max-width: 992px) {
  .menu{width: 0%;position: absolute;right: 0;top: 0;overflow: hidden;}
  header .nav {
    display: block;
    position: fixed;
    transition: all .5s ease-in-out;
  }
  header .nav.fixed {
    box-shadow: 0 3px 25px 4px rgb(113 111 112 / 30%);
  }
  .nav {position: relative;width: 100%;top: 0;z-index: 99999991;transition: 0.3s all ease;background: #fff;}
  .nav:after{content: '';display: block;clear:both;}
  header .nav .headerNav{width: 2em;height: 2em;padding: 0.75rem;display: block;position: absolute;right: 10px;top: 10%;}
  header .nav .headerNav span{display: block;width: 100%;height: 100%;}
  header .nav .headerNav span img{display: block;width: 100%;height: 100%;}
  .menu .btn{display: block;width: 1em;height: 1em;padding: 1.25rem;background: #fff;margin-left: auto;}
  .menu .btn img{width: 100%;height: auto;display: block;}
  .menu > ul > li > a{height: auto !important;line-height:3.5em !important;color: #eee !important;font-size: 0.8em !important;border-bottom: 1px solid rgba(255,255,255,0.2);}
  .nav .menu > ul > li.navcurrent > a, .nav .menu > ul > li:hover > a,.nav:hover .menu > ul > li > a,.nav:hover .menu > ul > li > a:hover, .nav:hover .menu > ul > li.navcurrent > a{color: #eee;}
  .menu > ul > li{float: none;height:auto !important;}
  .menu > ul > li > a:after{display: none;}
  header .nav .logo a {
    margin: 0;
  }
  .banner {
    margin-top: 65px;
  }
  .menu ul {
    flex-wrap: wrap;
    background-color: rgba(0,0,0,0.8);
    height: auto;
    padding: 0;
  }
  .menu > ul > li {
    width: 100%;
    flex: auto;
  }
  .menu > ul > li a {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .online-list {
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }
  .online-list.fixed {
    z-index: 9999;
    opacity: 1;
  }
  .about_content .about_column {
    padding: 10px;
    box-sizing: border-box;
  }
  .about_content .about_text {
    line-height: 25px;
    max-height: none;
  }
  .map_section .i_title .h4 {
    font-size: 20px;
  }
  .map_section .map_main {
    margin-top: 20px;
  }
  .map_section .map_main .code img {
    width: 45px;
    height: 45px;
  }
  .map_mark .code {
    margin-left: -45px;
  }
  .map_mark .code>div {
    width: 55px;
  }
  .nav.active .menu {
    width: 100%;
  }
  .menu .btn img {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 1.25em;
    height: 1.25em;
  }
  .banner .tp-banner-container {
    opacity: 1;
  }
  .banner-cont {
    top: 10%;
  }
  .banner-cont h1 {
    animation-delay: .5s;
    font-size: 22px;
  }
  .banner-cont p {
    animation-delay: .7s;
    font-size: 14px;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tp-banner-container .main_more {
    animation-delay: .8s;
    zoom: .8;
    margin-top: 10px;
  }
  .map_ico {
    width: 8px;
    height: 8px;
    bottom: 8px;
  }
  .map_mark span {
    zoom: .5;
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .pc_show {
    display: none !important;
  }
  .phone_show {
    display: block !important;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  header ,section {
    overflow: hidden;
  }
  .pro-top-list {
    margin: 0px 0 20px;
    flex-wrap: wrap;
  }
  .pro-top-list .box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pro-bottom-list ul {
    flex-wrap: wrap;
  }
  .pro-bottom-list ul li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .pro-box .pro-box-title, .pro-box .pro-box-content {
    font-size: 18px;
  }
  .pro-box .pro-box-content {
    font-size: 16px;
    font-weight: unset;
  }
  .in_whyW .container {
    flex-wrap: wrap;
  }
  .about_top_box {
    flex-wrap: wrap;
  }
  .about_top .about_since {
    margin: 0 auto;
  }
  .pro-bottom-list {
    padding-bottom: 20px;
  }
  .pro-bottom-list .main_more {
    margin-top: 20px;
  }
  .footer .container {
    padding: 0 15px;
  }
  .online-list {
    top: unset;
    bottom: 0%;
    left: 0;
    width: 100%;
    margin: 0;
    right: unset;
    transform: none;
    padding: 0;
  }
  .online-list ul {
    display: flex;
    width: 100%;
    position: relative;
  }
  .online-list ul li {
    flex: 1;
    border-left: 1px solid #d3d3d3;
    position: unset;
    transition: all .5 ease;
  }
  .online-list ul li .big-icon {
    width: 100%;
    position: unset;
  }
  .online-list ul li:last-child {
    border: none;
  }
  .icon-top {
    display: none!important;
  }
  .tawk-button {
    bottom: 80px;
  }
  .online-list ul li a {
    top: -50px;
    right: unset;
    left: 0;
    font-size: 14px;
    text-align: center;
    padding: 0;
  }
  .online-list ul li:hover>a {
    width: 100% !important;
  }
  .online-list ul li:hover {
    background-color: #6eb92b;
  }
  .tawk-flex {
    bottom: 160px;
  }
}
.in_ban .swiper-pagination{bottom: 23px;}

.in_ban .swiper-pagination span{width: 11px;height: 11px;background: #FFFFFF;margin: 0px 7px; border-radius: 50%;opacity: 1;}
.in_ban .swiper-pagination span.swiper-pagination-bullet-active{background: #1f1f1f;}
.in_ban .swiper-button-prev,.in_ban .swiper-button-next{width:38px;height:38px;background:url("../images/ban_arr.png")/*tpa=http://www.chinaokey.cn/images/ban_arr.png*/ center center no-repeat;background-size:100% 100%;opacity:1;transition:all 220ms linear;}
.in_ban .swiper-button-prev{left:135px;}
.in_ban .swiper-button-next{right:135px;transform:rotateY(180deg);}
.in_ban .swiper-button-prev:hover, .in_ban .swiper-button-next:hover { background: url("../images/ban_arr_on.png")/*tpa=http://www.chinaokey.cn/images/ban_arr_on.png*/ center center no-repeat; background-size: 100% 100%; }

.in_ban .swiper-button-disabled{opacity:0;}
.menu ul {
  padding-left: 50px;
  padding-right: 0;
}
.menu ul li {
  margin-right: 5px;
}
.menu ul li.active,.menu ul li:hover {
  background-color: #008c5b;
  color: #fff;
}
.menu ul li.active a ,.menu ul li:hover a{
  color: #fff;
}
.menu ul li a::after {
  display: none;
}
.menu ul li a {
  padding: 0 5px;
}
.in_ban .swiper-pagination span {
  background: #ccc;
}
.in_whyW {
  padding:40px 0;
}
.why_column .about_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about_text {
  margin-top: 20px;
color: #444444;
font-size: 16px;
line-height: 30px;
overflow: hidden;
margin-bottom: 20px;
}
.about_adv li {
margin-bottom: 10px;
position: relative;
font-size: 16px;
color: #716f70;
font-weight: 700;
font-family: 'Roboto Condensed';
}
.about_adv li:before {
content: '';
background: url(../images/about_cut.png) no-repeat;
width: 16px;
height: 12px;
display: inline-block;
margin-right: 10px;
}
header .nav .logo img {
  height: 75px;
}
header .nav .logo a {
  margin-top: 10px;
}
@media (max-width:768px) 
{
   .fbai{ display:block; height:59px;}
   .ftel{ display:block; position:fixed; bottom:0px; padding:5px 0; width:100%; background:#fff; text-align:center;box-shadow: rgba(0,0,0,0.7) 0px -1px 10px;}
   .ftel a{ display:block}
   .ftel a img{ height:21px;}
   .ftel p{ font-size:14px; margin-top:7px;}
   .online-list{ display:none;}
	.search {
		display:none;
	}
	.in_new_list {
		flex-wrap:wrap;;
	}
	.in_new_list li {
		width:100% !important;
		margin-right: 0 !important;
		
	}
	.in_whyW iframe {
		max-width:100%;
	}
	.number_column .text {
		padding:0 10px;
	}
.swiper-wrapper {
padding-top:80px;}
	.swiper-wrapper img{
		max-width: 100%;
	}
.m-6j-img span img,.search {
display:none;
}
}
.search{height:60px;background:#008c5b;border-radius:65px;margin-top:-60px;position:relative;z-index:999999;padding:30px 52px;position: absolute;width: 60%;max-width: 1425px;left: 30%;}/*æœç´¢è‰²*/
.semean{ font-size:18px; color:#F5F5F5;float: left;}
.semean strong{ font-size:26px; font-weight: bold; color:#fff; display:block; margin-bottom:10px;}
.sefind{ margin-left:130px;}
.keywords,.keywords a{ font-size:12px; color:#fff !important; line-height:30px;}
.keywords a:hover{ text-decoration:underline;}
#search_bg input{ border:none; background:none; font-size:12px; float:left;}
#search_bg{ height:40px; border-bottom:1px solid #F5F5F5; width:402px;}
#infoname{ width:360px; height:39px;}
.seconcat{ color:#fff; font-size:24px; float: right;margin-right: 30px;}
#sso{ padding-top:5px;}
.seconcat p:nth-child(1){ font-size:18px; padding-left:24px; background:url(../images/call.png) no-repeat left center;

margin-bottom: 10px;}
.seconcat strong {
  font-size: 24px;
  font-weight: 700;
}
.useul {
  display: flex;
}
.useul li {
  width: calc(16.666% - 20px);
  margin-right: 40px;

}
.useul li:nth-child(6n) {
  margin-right: 0;
}
.useul li img {
  width: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.in_yy {
  margin: 50px 0;
}
@media (max-width:768px)  {
  .in_yy {
    display: none;
  }
}