@charset "utf-8";
* {	margin: 0;	padding: 0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img {	border: medium none;	margin: 0;	padding: 0; font-weight:500;}
body,button,input,select,textarea {	 font-family:"Microsoft Yahei","宋体",tahoma,Srial,helvetica,sans-serif;	outline: none;}
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
ul,ol,li {	list-style: none; }
a {	text-decoration: none;	color: #474747;  }
a:hover {	color: #2da5b7;text-decoration: none;	}
img {	border: 0px;}
em{ font-style:normal;}
table {	border-collapse: collapse;	border-spacing: 0;}
html,body {	color: #474747;	background: #fff;	margin: 0 auto;font-size: 15px !important; overflow-x:hidden;}
::selection { color: #32c3d9; background-color: #fff;}    
::-moz-selection { color: #32c3d9; background-color: #fff;} 
::-webkit-scrollbar { width:8px;  height: 8px; background-color: #fcfcfc;}  
::-webkit-scrollbar-track  { border-radius: 10px; background-color: #fcfcfc;}  
::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #211F1F; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.clear {clear: both;}
.pic100 img{width:100%;}
.justify_fix{display:inline-block;*display: inline; *zoom:1; width:100%; height:0; overflow:hidden;}
.f-turn{-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
.fl{float:left;}
.fr{float:right;}
.pad60{padding:60px 0;}
.overflow{ overflow:hidden;}
.white a,.white{ color:#fff;}
.rela{ position:relative;}
.slh{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.top35{ margin-top:35px;}
.red{color: #32c3d9;}




@font-face {
    font-family: 'greektimesancientsskbold';
    src: url('../fonts/greetasb-webfont.woff2') format('woff2'),
         url('../fonts/greetasb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header{position: fixed; top: 0;left: 0; width: 100%; z-index: 99; background:url(../images/navbg.png) bottom repeat-x;}
.logo{width:200px;margin:20px 0 0 3%;}
nav{width:45%;margin: 36px 3% 0 0;}
nav li{width:14.28%; text-align:center;float:left; position:relative;}
nav li>a{ display:block; font-size:16px;color:#cac7c7;padding-bottom: 12px; position:relative;}
nav li>a:after{ content:'';width:0;left: 10%;height:3px; background-color:#32c3d9;bottom:0; display:block; position:absolute;-webkit-transition: .6s; -moz-transition: .6s; transition: .6s;}
nav li:hover a:after{left:10%;right:auto;width:80%;}
nav li a.cur,nav li>a:hover{ color:#fff !important;}
nav li a.cur:after{width:80%;}
nav li div{ display:none; position:absolute;width:120%; top:100%;left:-10%;}
nav li div a{ background-color:rgba(0,0,0,0.8);color:#fff; display:block;padding:10px 0;margin-bottom:1px;}
nav li div a:hover{ background-color:rgba(16,191,217,0.8);color:#fff !important;}
nav li:hover div{ display:block;}
.banner{ border-bottom:10px solid #32c3d9;}
.bannerb .item a{ display:block;width:100%;}
.scollfox{ background-color:#1a1a1a;box-shadow: 0px 1px 11px #444444; animation: 850ms 350ms;-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadedown; animation-name: fadedown; }
.scollfox .logo{width:150px;margin: 10px 0 0 2%;}
.scollfox .free a{padding: 7px 13px;}
.scollfox .tel { margin: 15px 2% 0 0;}
.scollfox nav { margin: 21px 2% 0 0;}
.scollfox .free img{ width:30px;}
@keyframes fadedown {
    from { transform: translateY(-100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
#owl-demo .owl-pagination{ position:absolute;width:100%;bottom:30px;left:0; text-align:center;}
#owl-demo .owl-pagination .owl-page{width:14px;height:14px; display:inline-block; background-color:transparent;border:1px solid #32c3d9; border-radius:100%;margin:0 5px;}
#owl-demo .owl-pagination .owl-page.active{ background-color:#32c3d9;}
#owl-demo .owl-prev{width:50px;height:50px; /*background:url(../images/caseprev.png) no-repeat;*/left:-45px;top:50%;margin-top:-22px;}
#owl-demo .owl-next{width:50px;height:50px; /*background:url(../images/casenext.png) no-repeat;*/right:-45px;top:50%;margin-top:-22px;}
#owl-demo:hover .owl-prev{left:30px; }
#owl-demo:hover .owl-next{right:30px;}
#owl-demo:hover .owl-prev:hover,#owl-demo:hover .owl-next:hover{ opacity:1;}
.owl-theme .owl-controls .owl-buttons div{ position:absolute; font-size:0;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.banners{ display:none;}
.mobile-inner{z-index:101;background-color:#fafafa;position:fixed;}
.mobile-inner-header{background-color:rgba(0,0,0,.7);width:100%;height:50px;position:absolute;top:0;left:0}.mobile-inner-header-icon{ display:none; z-index:2;background-color: #037bba;height:80px;font-size:25px;text-align:center;left:0;top:0;width:80px;position:absolute;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s}.mobile-inner-header-icon-click{cursor:pointer}.mobile-inner-header-icon span{position:absolute;left:19px;top:calc((100% - 1px)/2);width:40px;height:3px;background-color:#fff}.mobile-inner-header-icon span:nth-child(1),.topnavR span i:nth-child(1){transform:translateY(4px) rotate(0deg)}.mobile-inner-header-icon span:nth-child(2),.topnavR span i:nth-child(2){transform:translateY(-4px) rotate(0deg)}.mobile-inner-header-icon-click span:nth-child(1),.topnavR.click span i:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:clickfirst}.mobile-inner-header-icon-click span:nth-child(2),.topnavR.click span i:nth-child(2){animation-duration:.5s;animation-fill-mode:both;animation-name:clicksecond}@keyframes clickfirst{0%{transform:translateY(4px) rotate(0deg)}100%{transform:translateY(0) rotate(45deg)}}@keyframes clicksecond{0%{transform:translateY(-4px) rotate(0deg)}100%{transform:translateY(0) rotate(-45deg)}}.mobile-inner-header-icon-out span:nth-child(1),.topnavR span i:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:outfirst}.mobile-inner-header-icon-out span:nth-child(2),.topnavR span i:nth-child(2){animation-duration:.5s;animation-fill-mode:both;animation-name:outsecond}@keyframes outfirst{0%{transform:translateY(0) rotate(-45deg)}100%{transform:translateY(-4px) rotate(0deg)}}@keyframes outsecond{0%{transform:translateY(0) rotate(45deg)}100%{transform:translateY(4px) rotate(0deg)}}
.free a{ display:block; background-color:#32c3d9;color:#fff;padding:20px;}
.free img{ display:block;margin:auto;width:40px;}
.free a:hover{ color:#fff;background-color:#c53131;}
.tel{margin:30px 3% 0 0;font-size:24px;color:#fff; font-weight:bold;}
.tel img{ display:inline-block; vertical-align:middle;margin-right:10px;}
.h_business{ display:flex;}
.h_businessL{ background-color:#fff;padding:50px;}
.h_title h2,.h_title2 h2{ font-size:36px;color:#333333; font-weight:100;}
.h_title p{ margin-top:10px;color:#a5a4a4; font-size:15px;}
.h_title i,.h_title2 i,.free1 li h5:after{width: 50px; height: 2px; display:block; background-color:#32c3d9; margin-top:20px;}
.h_title.white h2,.past3 dl a:hover,.past3 dl a:hover dt p{ color:#fff;}
.h_title.white i,.free1 li.on h5:after{ background-color:#fff;}
.h_businessL ul li,.case_mainTR li{ width:25%;float:left;}
.h_businessL ul li a,.case_mainTR li a{ display:block;padding:20px 0;font-size:16px; cursor:default;}
.h_businessL ul li img,.case_mainTR li img{ display:block;margin:0 auto 10px;}
.h_businessL ul li:last-child a,.case_mainTR li:last-child a{ border:1px solid #fff;color:#32c3d9; cursor:pointer;}
.h_businessL ul li:last-child a:hover,.case_mainTR li:last-child a:hover{ border:1px solid #32c3d9;}
.h_businessL ul li a:hover img,.website2C li a:hover img,.case_mainTR li a:hover img{ -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); -webkit-animation: gelatine 0.5s 1; animation: gelatine 0.5s 1; }
@keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
    35% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }
    60% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }
    85% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
@-webkit-keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
    35% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }
    60% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }
    85% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
.h_businessR a{ display:block; position:absolute;width:100%;height:100%;top:0;left:0; background-color:rgba(0,0,0,0.49);}
.h_businessR a img{ margin-top:35%;}
.h_businessR a:hover{background-color:rgba(0,0,0,0.59);}
.h_case{ padding:50px;margin-top:40px; background-color:#fff;}
.h_caseC{  margin-top:30px;}
.h_caseC .tab,.h_past2C .tab{ overflow:hidden; position:absolute;top:-123px;right:0;}
.h_caseC .tab a,.h_past2C .tab a,.othernav2 a{ display:inline-block; padding: 4px 15px;font-size: 16px;color:#fff; background-color:#13042b; border-radius:30px;}
.h_caseC .tab a.on,.h_past2C .tab a.on,.othernav2 a.cur,.othernav2 a:hover{ background-color:#32c3d9;}
.h_caseC .content,.h_past2C .content{ overflow:hidden;}
.h_caseC .content li,.h_past2C .content li{ display:none;}
.h_caseC .content li dl,.partner dl{margin-bottom:20px;}
.h_caseC .content li dl dt div,.case1C dl dt div{ opacity:0; position:absolute;width:100%;height:100%;top:0;left:0; background-color:rgba(0,0,0,0.59);}
.h_caseC .content li dl dt div img,.case1C dl dt div img{width:56px;margin-top:23%;}
.h_caseC .content li dl dd,.case1C dl dd{ border:1px solid #ededed;padding:20px 18px;}
.h_caseC .content li dl dd h5,.case1C dl dd h5{ width:80%; font-size:19px;}
.h_caseC .content li dl dd p,.case1C dl dd p{width:80%;font-size:13px;color:#afacac;margin-top:8px;}
.h_caseC .content li dl dd div,.case1C dl dd div,.grid li div p{width:40px;position:absolute;right:12px;top:23px;height:40px;overflow:hidden;}
.h_caseC .content li dl a:hover dd div img,.case1C dl a:hover dd div img,.grid li a:hover div p img{ margin-top:-39px;}
.h_caseC .content li dl a:hover dt div,.case1C dl a:hover dt div{opacity:1;}
.more{width:218px;height:56px; display:block;}
.more a{display:block;line-height:56px; text-align:center;color:#afacac; background-color:#f8f7f7; position:relative; z-index:1;}
/*.more a:hover{background-color:#32c3d9;color:#fff;}*/
.more a:after,.morea:after,.partner dl a:after{content:''; position:absolute;width:100%;height:100%;top:0;left:0; background-color:#32c3d9;z-index: -1;-webkit-transition: -webkit-transform .8s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .8s cubic-bezier(.4,0,.2,1); transition: transform .8s cubic-bezier(.4,0,.2,1); transition: transform .8s cubic-bezier(.4,0,.2,1),-webkit-transform .8s cubic-bezier(.4,0,.2,1); transform-origin: left 100%; -webkit-transform-origin: left 100%; transform: scaleX(0); -moz-transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9; }
.more a:hover:after,.morea:hover:after,.partner dl a:hover:after{ transform: scaleX(1); -webkit-transform: scaleX(1); transform-origin: left 0; -webkit-transform-origin: left 0; visibility: visible\9; }
.more a:hover,.morea:hover,.partner dl a:hover dd article{color:#fff;}
.h_caseC .more{ margin:20px 0 0 15px;}
.h_about,.h_customer{margin-top:60px;padding-top:120px;}
.h_aboutbg,.h_customerbg{ position:absolute;top:0;left:0;}
.h_customerbg{ background:url(../images/pic7.jpg) no-repeat top center; background-size:cover;width:100%;height:400px;}
.h_aboutC{display:flex;}
.h_aboutCR{ background-color:#32c3d9;padding:77px 50px 40px;}
.h_aboutCR article{ margin-top:40px;line-height:30px;}
.h_aboutCR article b{ font-size:22px;margin-top:40px; display:block;}
.h_aboutC span{width:196px;height:44px; display:block;margin:20px auto 0;border:1px solid #fff;line-height:44px; text-align:center;}
.h_past{ background-color:#fff;padding:70px 60px;margin-top:40px;}
.h_past1 .more{ position:absolute;right:0;top:0;}
.h_past1 .more a,.partner dl a:hover h5:after{ background-color:#fff;}
.h_past1C{ margin:60px -0.5%;}
.h_past1C a{width:19%;float:left; display:block;margin:5px 0.5%; border:1px solid #ededed; cursor:default;}
.h_past1C a:hover{ border-color:#32c3d9;}
.h_past2C dl dd,.past1C dl dd{padding:30px 30px 44px; border:1px solid #ededed; position:relative;}
.h_past2C dl dd time,.past1C dl dd time{ font-family:"宋体"; font-size:30px;}
.h_past2C,.h_customerCcon{ margin:60px -15px;}
.h_past2C dl dd h5,.past1C dl dd h5{ font-size:20px;margin:10px 0; color:#333;}
.h_past2C dl dd p,.past1C dl dd p{ color:#a8a7a7;line-height:25px;height:50px; overflow:hidden;}
.h_past2C dl dd:after,.past1C dl dd:after{content:'';width:30px;height:30px; background:url(../images/icon11.png) no-repeat; position:absolute;left:50%;margin-left:-15px;bottom:-15px;-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
.h_past2C dl dd:before,.past1C dl dd:before{content:'';width:30px;height:30px; background:url(../images/icon12.png) no-repeat; position:absolute;left:0;bottom:-15px;-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;opacity:0;}
.h_past2C .content,.past1C {padding-bottom: 30px;}
.h_past2C dl a:hover dd:after,.past1C dl a:hover dd:after{left:100%; opacity:0;}
.h_past2C dl a:hover dd:before,.past1C dl a:hover dd:before{left:50%; opacity:1;}
.h_past2C dl a:hover time,.past1C dl a:hover time{color:#32c3d9;}
.h_past2C dl a:hover dt img,.past1C dl a:hover dt img{transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);}
.h_customerCcon{ background-color:#fff;padding:60px;}
.h_customerCcon dl{margin:24px 0;}
.h_customerCcon dl dt{float:left;width:64px; border-radius:100%; overflow:hidden;}
.h_customerCcon dl dd{ float:right;width:calc(100% - 80px);}
.h_customerCcon dl dd h5{ position:relative; font-size:18px; font-weight:bold;padding-bottom:15px; border-bottom:1px solid #ededed;}
.h_customerCcon dl dd h5:after{ content:'';width:35px;height:2px; background-color:#32c3d9; display:inline-block; position:absolute;bottom:0;left:0;-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
.h_customerCcon dl dd p{color: #a8a7a7; line-height: 25px; height: 75px; overflow: hidden;margin-top:20px;}
.h_customerCcon dl a:hover dd h5:after{width:100%;}
.about-us-illustration{position: relative; pointer-events: none; z-index:-1;}
.about-us-illustration__inner {position: absolute;bottom: 0;left: -20px;right: -20px;overflow: hidden;margin: 0 0 -78vw;height: 100vw;}
@media (min-height: 416px) and (min-width: 668px){
 .about-us-illustration__inner {left: -5.55556vw;right: -5.55556vw;}
}
.h_abouta:before {transition-duration: .4s;transition-timing-function: cubic-bezier(.26, 0, .22, 1);content: "";width: 70px;height: 70px;background: url(../images/icon13.png) no-repeat; background-size:100%;margin: -17px 0 0 -35px;transition-property: opacity, -webkit-transform;transition-property: opacity, transform;transition-property: opacity, transform, -webkit-transform;}
.has-hover .cursor {pointer-events: none;position: fixed;left: 50%;top: 50%;}
.has-hover .cursor:before {content: "";display: block;background: #f00;width: 60px;height: 60px;border-radius: 60px;position: absolute;left: 0;top: 0;	-webkit-transform: translate(-50%, -50%) scale(.5);	transform: translate(-50%, -50%) scale(.5);-webkit-transform-origin: center;transform-origin: center;transition: opacity .45s cubic-bezier(.26, 0, .22, 1), -webkit-transform .45s cubic-bezier(.26, 0, .22, 1);	transition: transform .45s cubic-bezier(.26, 0, .22, 1), opacity .45s cubic-bezier(.26, 0, .22, 1);	transition: transform .45s cubic-bezier(.26, 0, .22, 1), opacity .45s cubic-bezier(.26, 0, .22, 1), -webkit-transform .45s cubic-bezier(.26, 0, .22, 1);opacity: .3;}
.has-hover .cursor--page-lg:before {-webkit-transform: translate(-50%, -50%) scale(1.33333);transform: translate(-50%, -50%) scale(1.33333);opacity: 1;}
.h_abouta {z-index: 1;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);will-change: transform;}
.h_abouta,.h_abouta:before {position: absolute;left: 50%;top: 50%;}
.has-hover .h_abouta:hover:before {opacity: 0;-webkit-transform: scale(2.66667);transform: scale(2.66667);}
.has-hover .cursor--page:before {-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1);	opacity: 0.8;  background:url(../images/icon16.png) no-repeat; background-size:100%; border-radius:0;}
footer{ background-color:#1b1b1b;padding:70px 0;border-top:10px solid #32c3d9;color:#6b6b6b;}
footer a{color:#6b6b6b;}
footer .container,.footT{ overflow:visible;}
.footT{padding-bottom:35px;border-bottom:1px solid #2a2a2a;}
.footTR dl{ display:inline-block;margin-left:20px;}
.footTR dl dt{width:100px; position:absolute;bottom:-10px; right: 116%;display:none;}
.footTR dl dd{color:#6f6f6f;font-size:12px;}
.footTR dl dd img{ display:block;margin:0 auto 5px;}
.footTR dl:hover dt{ display:block;}
.footB{padding:30px 0 0;}
.footBLnav a{font-size:16px; display:inline-block;padding:0 10px;}
.footBL{width: 64%;}
.footBL article{ margin-top:20px;line-height:30px;}
.footBL article p a,.footBL article p span{display:inline-block;padding:0 10px;} 
.footBR{line-height:30px;width: 35%;}
.footBR b{ font-size:24px;}
.iphone {position: relative;}
.iphone__item {width:100%;height:100%;position: absolute;bottom: -2em;color: #158f76;text-align: center;}
.iphone__power-btn {width: 2.188em;height: .188em;background: #e0e0e0;position: absolute;right: 2.5em;top: -0.188em;}
.iphone__left-btn {width: .188em;height: 1.250em;top: 3.250em;left: -0.188em;position: absolute;background: #e0e0e0;}
.iphone__left-btn:before {content: '';width: .188em;height: .875em;position: absolute;top: 3em;background: #e0e0e0;}
.iphone__left-btn:after {content: '';width: .188em;height: .875em;position: absolute;top: 5.5em;background: #e0e0e0;}
.iphone__details {width: .438em;height: .438em;border-radius: 100%;position: relative;top: 1.313em;left: 8em;background: #7c7c7c;}
.iphone__details:before {content: '';width: 2.5em;height: .25em;border-radius: .25em;position: absolute;top: 1em;left: -1em;background: #7c7c7c;}
.iphone__home-btn {width: 2.25em;height: 2.25em;border-radius: 100%;position: absolute;bottom: 1em;right: 6.75em;background: #f7f7f7;}
.iphone__home-btn:before {content: '';width: .813em;height: .813em;border: .15em solid #a8a8a8;border-radius: .2em;position: absolute;top: .6em;left: .57em;}
.iphone__screen {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.iphone__content {position: relative;width: 100%;height: 100%;}
.nav {position:fixed;z-index: 100;opacity: 0;-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 300ms;
          transition-duration: 300ms;}
.nav ul li>a{ display:block; border-bottom:1px dashed #434343;padding: 10px 0; font-size: 1.3em;text-transform: uppercase;text-decoration: none;color: #FFFFFF;opacity: 1;-webkit-transition: opacity 300ms ease-in-out;
 transition: opacity 300ms ease-in-out;
}
.nav--active .nav {opacity: 1;background-color: #333; position:fixed;}
.nav ul {margin: 0;font-size: 16px;padding: 50px 10% 15px 10%;}
.nav ul li{ margin:10px 0;}
.nav ul li div{background-color:#414141;display:none;padding: 0 5%;}
.nav ul li div a{ display:block; padding:10px 0; font-size:1.2rem;color:#c3c3c3;}
.nav li{list-style-type: none;text-align: left;margin: 10px 0;}
.nav li>a {font-size: 1.3em;text-transform: uppercase;text-decoration: none;color: #FFFFFF;opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;}
.nav li a{ color:#fff; display:block;}
.nav ul li div p{ padding-left:20px; display:none;}
.nav__trigger {display: none;position:fixed;width: 30px;height: 25px;right: 10px;top:14px;z-index: 9999;}
.nav--active .nav__trigger {    z-index: 9999;opacity: 0.5;}
.nav--active .nav__trigger{ position:fixed;}
.nav__icon { display: inline-block;position: relative;width: 30px;height: 3px;background-color: #32c3d9;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;}
.nav__icon:before,
.nav__icon:after {content: '';display: block;width: 30px;height: 3px;position: absolute;background: #32c3d9;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {margin-top: -10px;}
.nav__icon:after {margin-top: 10px;}
.style-1 .nav {    z-index: 999;  overflow-y: scroll;width: 100%;height: 100%;
-webkit-transform: translateX(-100%);
          transform: translateX(-100%);}
.style-1 .nav li>a {opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;}
.style-1 .nav--active .nav li>a {opacity: 1;}
.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);}
.style-1 .nav--active .nav__icon {background: rgba(0, 0, 0, 0);}
.style-1 .nav--active .nav__icon:before {margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);}
.style-1 .nav--active .nav__icon:after {margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);}
.nav--active .nav__icon:before,.nav--active .nav__icon:after{background: #fff;}
.otherbanner1,.otherbanner2{ padding:240px 0 210px;border-bottom: 5px solid #32c3d9;}
.otherbanner1 h2{ font-size:70px;color:#fff;}
.otherbanner1 p{ font-size:26px;margin-top:25px;color:#32c3d9;}
.other1{ background:url(../images/otherbanner1.jpg) no-repeat top center fixed; background-size:cover;}
.other2{ background:url(../images/otherbanner2.jpg) no-repeat top center fixed; background-size:cover;}
.other3{ background:url(../images/otherbanner3.jpg) no-repeat top center fixed; background-size:cover;}
.other4{ background:url(../images/pic13.jpg) no-repeat center top; background-size:cover;}
.other5{ background:url(../images/otherbanner4.jpg) no-repeat top center fixed; background-size:cover;}
.other6{ background:url(../images/otherbanner5.jpg) no-repeat top center fixed; background-size:cover;}
.other7{ background:url(../images/otherbanner6.jpg) no-repeat top center fixed; background-size:cover;}
.other8{ background:url(../images/otherbanner7.jpg) no-repeat top center fixed; background-size:cover;}
.other9{ background:url(../images/otherbanner8.jpg) no-repeat top center fixed; background-size:cover;}
.otherbanner2 h2{ font-size:40px;color:#fff;width:44%;}
.otherbanner2 h2:after{ width:74px;height:3px; display:block;margin-top:20px; background-color:#32c3d9; content:'';}
.otherbanner2 p{color:#fff;margin-top:20px;font-size:16px;width:44%;line-height:25px;}
.otherbanner2 a,.case_mainTL a,.freelink{ width:46px;height:46px; overflow:hidden; display:block;margin-top:30px;}
.otherbanner2 a:hover img,.case_mainTL a:hover img,a:hover.freelink img{margin-top:-46px; }
.website2 .h_title{padding-top:55px;}
.h_title2.text-center i,.free1 li h5:after{margin:20px auto;}
.h_title2 p{font-size:23px;}
.website1 article,.business1 article,.contact1C{color:#666666;line-height:30px;margin:30px 10% 0; font-size:16px;}
.website1 article img,.business1 article img,.about1C img{ max-width:100%;}
.website2{ background-color:#32c3d9;}
.h_title.white p{color:#fff;}
.h_title.text-center i{margin: 20px auto;}
#particles-js{ position:absolute;top:0;left:0;width:100%;height:100%;}
.website2lianxi a{ display:block;width:150px;height:30px;margin:30px auto 0; text-align:center;line-height:30px; background-color:#51e2f8;color:#fff; border-radius:30px; z-index:2; position:relative;}
.website2lianxi a:hover{ background-color:#fff;color:#32c3d9;}
.website2C{ background:url(../images/line.png) no-repeat top center; background-size:100%;margin-top:50px;padding-top:10px;}
.website2C li{ float:left;width:14.66%;margin:0 1%;}
.website2C li .div2 h5{margin:20px 0 15px;font-size:24px;}
.website3{width:94%;margin:auto;}
.website3C .tab{ position:inherit; text-align:center;margin:30px 22% 40px;}
.website3C .tab a{ background-color:#fff;font-size:20px; padding:10px 15px; border:1px solid #ededed; display:inline-block;margin:5px 1px; border-radius:0;color:#333;}
.website3C .tab a.on{ background-color:#32c3d9;color:#fff;}
.website3C .tab a:nth-child(4){ font-size:28px;}
.website3C .tab a:nth-child(5),.website3C .tab a:nth-child(8),.website3C .tab a:nth-child(10){font-size:14px;}
.business2 dl,.free1 li{ background-color:#f5f5f5; padding:90px 20px;outline:2px solid #fff;font-size:20px;}
.business2 dl dt{ font-size:60px;margin-bottom:20px;}
.business2 dl.on,.free1 li.on,.grid li a:hover div{ background-color:#32c3d9;color:#fff;}
.website4{ background:url(../images/bg1.jpg) no-repeat center center fixed; background-size:cover;padding:60px 0 160px;}
.website4 .h_title i,.free1 li:after{ background-color:#32c3d9;}
.website4C{ display:flex;}
.website4C li a{height: 100%; display:block; background-color:#fff;padding:60px 30px; position:relative; border-top:6px solid #32c3d9;}
.website4C li a:before{ content:'';width:0; position:absolute;top:-6px;left:0; display:block; height:6px; background-color:#32c3d9;-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
.website4C li:nth-child(1) a:before{background-color:#51e2f8;}
.website4C li:nth-child(2) a:before{background-color:#51e2f8;}
.website4C li:nth-child(3) a:before{background-color:#51e2f8;}
.website4C li:nth-child(4) a:before{background-color:#51e2f8;}
.website4C li a:hover:before{width:100%;}
.website4C li div{width:90px;height:90px;margin:auto; overflow:hidden;border:1px solid #dcdcdc; border-radius:100%;}
.website4C li a:hover div{ border-color:#32c3d9; background-color:#32c3d9;}
.website4C li a:hover div img{ margin-top:-90px;}
.website4C li:nth-child(2) a:hover div{ border-color:#ea7899; background-color:#ea7899;}
.website4C li:nth-child(3) a:hover div{ border-color:#77cbdb; background-color:#77cbdb;}
.website4C li:nth-child(4) a:hover div{ border-color:#5097dd; background-color:#5097dd;}
.website4C li h5{font-size:20px;color:#32c3d9;margin:28px 0 15px; text-align:center;}
.website4C li p{line-height:23px;color:#333;}
.website5{ background-color:#f7f7f7;padding-bottom:70px;}
.website5 .container{ background-color:#fff;padding:60px;margin:-80px auto 0;}
.website5C li{width:13.68%;float:left;margin:10px 0.3%;}
.website5C li a{ display:block; background:url(../images/icon27.png) no-repeat;background-position:0 0; background-size:200% 100%;padding:48px 15px 35px; font-size:16px;}
.website5C li a div{width:40px;height:40px; overflow:hidden;margin:0 auto 5px;}
.website5C li a p{line-height:25px;height:50px; overflow:hidden;}
.website5C li a:hover div img{ margin-top:-40px;}
.website5C li a:hover{ background-position:100% 0!important;color:#fff;}
.website5C li:nth-child(8){margin:-43px 0.3% 0 7.5%;}
.website5C li:nth-child(9),.website5C li:nth-child(10),.website5C li:nth-child(10),.website5C li:nth-child(11),.website5C li:nth-child(12),.website5C li:nth-child(13){margin:-43px 0.3% 0;}
.case1C dl,.case2C dl,.past3 dl{ margin-bottom:20px;}
.case1C dl dt div p{ color:#fff;margin-top:5px;}
.othernav{float:right;margin-top: 48px;}
.othernav a{ display:inline-block; padding:0 10px;font-size:15px;}
.othernav a.cur{color:#32c3d9;}
.case2,.contact2{ background-color:#f5f5f5;}
.case2:before{ content:''; position:absolute;width:100%;height:400px; background:url(../images/bg2.jpg) no-repeat center center fixed; background-size:cover;left:0;top:0;}
.case2 .container{ background-color:#fff;padding:60px 50px;}
.case2C dl a{ display:block; padding:40px 18px; border:1px solid #dcdcdc; position:relative;}
.case2C dl a dt{width:60%;margin:auto; border-radius:100%; background-color:#fff; overflow:hidden;}
.case2C dl a dd h5{ font-size:20px;margin:15px 0;}
.case2C dl a dd h5:after{width:28px;height:3px; background-color:#32c3d9; content:''; display:block;margin:10px auto 0;}
.case2C dl a dd p{color:#666666;font-size:13px;line-height:22px;height:66px;overflow:hidden;text-align:left;}
.case2C dl a dd span{ color:#999999; display:block;margin:40px auto 0; border:1px solid #ededed;width:60%;line-height:38px;font-size:14px;}
.case2C dl div{position:absolute;width:100%;height:100%;top:0;left:0; background-color:#32c3d9;z-index:-1;-webkit-transition: -webkit-transform .8s cubic-bezier(0.68, -0.55, 0.27, 1.55); transition: -webkit-transform .8s cubic-bezier(0.68, -0.55, 0.27, 1.55); transition: transform .8s cubic-bezier(0.68, -0.55, 0.27, 1.55); transition: transform .8s cubic-bezier(0.68, -0.55, 0.27, 1.55),-webkit-transform .8s cubic-bezier(0.68, -0.55, 0.27, 1.55); transform-origin: left 100%; -webkit-transform-origin: left 100%; transform: scaleY(0); -moz-transform: scaleY(0); -webkit-transform: scaleY(0); visibility: hidden\9; }
.case2C dl a:hover div{ transform: scaleY(1); -webkit-transform: scaleY(1); transform-origin: left 0; -webkit-transform-origin: left 0; visibility: visible\9; }
.case2C dl a:hover,.case2C dl a:hover h5,.case2C dl a:hover p,.case2C dl a:hover span,.case3C dl a:hover,.case3C dl a:hover p,.partner dl a:hover{ color:#fff;}
.case3C dl a{ display:block; border:1px solid #dcdcdc;}
.case3C dl dd{ background-color:#f5f5f5;border-top:1px solid #dcdcdc;border-left:0;border-bottom:0;border-right:0;}
.case3C dl a:hover dd{ background-color:#32c3d9;border-color:#fff;}
.othernav2{ position:absolute;top:5px;right:0;}
.pagelist {margin:40px 0 0;}
.pagelist li{ display:inline-block;margin:0 3px;}
.pagelist li a,.pagelist li span{ display:block;width:42px;height:42px;line-height:42px;border:1px solid #ededed;border-radius:100%;}
.pagelist li a:hover,.pagelist li.active span{border-color:#32c3d9;  background-color:#32c3d9;color:#fff;}
.case_main,.free3{ background-color:#f7f7f7;}
.case_mainT{ display:flex;} 
.case_mainTL{background-color:#fff;padding:50px 30px 50px 50px;}
.case_mainTR{background-color:#f0f0f0;padding:50px 30px;}
.case_mainTL h2{ font-size:30px;}
.case_mainTL i{width:20px;height:3px; display:block; background-color:#9a9a9a;margin:16px 0;}
.case_mainTL h6{ font-size:20px;}
.case_mainTL .article{line-height:25px;color:#777777;margin:35px 0;}
.case_mainTR li:last-child a{ border-color:#f0f0f0; }
.case_mainB{background-color:#fff;padding:50px; margin-top:45px;}
.case_mainB img{ max-width:100%; }
.past1,.past3,.pastmain,.partner,.howtosay{ background-color:#f5f5f5;}
.past1 .container,.pastmain .container,.partner .container,.free3 .container,.howtosay .container{background-color:#fff;padding:80px 50px;}
.morea{ width:110px;height:38px; border:1px solid #ededed;line-height:38px; text-align:center; color:#a5a4a4;font-size:12px;margin-top:30px;position: relative;z-index: 1;}
.past2CR{ width:49%;float:right; border:1px solid #ededed;padding:26px 30px;}
.past2CR dl{padding:30px 0;border-bottom:1px dashed #ededed; overflow:hidden;}
.past2CR dl:last-child{border-bottom:0;}
.past2CR dl dt{width:77px;float:left;font-family:"宋体";}
.past2CR dl dd{width:calc(100% - 97px);float:right;}
.past2CR dl dt b{ display:block; border-bottom:1px solid #ededed;font-size:26px;padding-bottom:6px;margin-bottom:6px;}
.past2CR dl dd h5,.past3C dl dt h5{ font-size:18px;}
.past2CR dl dd p,.past3C dl dt p{ color:#777777;margin-top:10px;line-height:22px;height:44px; overflow:hidden;}
.past2CL{width:49%;float:left;}
.past2CL .item a h5{ position:absolute; background-color:rgba(0,0,0,0.4);padding:26px 30px; font-size:16px;color:#fff;width:100%;left:0;bottom:0;}
.past2CL .item a:hover h5{background-color:rgba(0,0,0,0.8);}
.past2CL .item a h5 span{ width:89%; display:block;}
#owl-demo3 .owl-pagination{ position:absolute;right:20px;bottom:28px;}
#owl-demo3 .owl-pagination div{width:10px;height:10px; display:inline-block; margin:0 3px; border-radius:100%;background-color:#fff;}
#owl-demo3 .owl-pagination div.active{background-color:#32c3d9; border-radius:5px;}
.past3C{ padding-top:30px;}
.past3C dl a{ display:block; position:relative;padding:35px 30px; background-color:#fff;}
.past3 dl dt p{height:66px;font-size:14px;}
.past3 dl dd{margin-top:20px;padding-top:15px;border-top:1px dashed #ededed;font-family:"宋体"; position:relative;}
.past3 dl dd b{font-size:24px;display:block;}
.past3 dl dd span{ position:absolute;right:8px;bottom:17px;width:19px;height:16px; overflow:hidden; display:inline-block;}
.past3 dl dd span img{ vertical-align:top;}
.past3 dl a:hover{ background-color:#32c3d9; box-shadow:0 0 10px #949191;transform:translateY(-20px);}
.past3 dl a:hover dd span img{ margin-left:-20px;}
.pastlist dl{ margin-bottom:52px;}
.pastmainT h1{font-size: 36px;margin-bottom: 12px;}
.pastmainT time{ color:#a5a4a4; display:block; border-bottom:1px solid #ededed;padding:0 0 31px;}
.pastmainT time span{ display:inline-block; margin:0 10px;}
.pastmainT article,.about1C{ line-height:35px;font-size:16px;margin-top:30px;}
.pastmainT img{max-width:100%;}
.tj{ margin-top:75px;}
.partner dl a{ background-color:#f9f9f9; display:block;padding:37px 30px; overflow:hidden; position:relative; z-index:1;}
.partner dl a dt{width:178px;float:left;}
.partner dl a dd{width:calc(100% - 190px);float:right;}
.partner dl a dd h5{ font-size:24px;}
.partner dl dd h5:after{ content:'';width: 40px; height: 2px; display:block; background-color:#32c3d9; margin-top:15px;} 
.partner dl dd article{ color:#666666;font-size:15px;line-height:23px;height:161px; overflow-y:scroll;overflow-x:hidden;margin-top:20px;}
.partner dl dd article::-webkit-scrollbar { width:4px;  height: 4px; background-color: #f9f9f9;}  
.partner dl dd article::-webkit-scrollbar-track  { border-radius: 10px; background-color: #f9f9f9;}  
.partner dl dd article::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #211F1F; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.about2{background: #eeeeee;padding: 120px 0 60px;}
.code h2{ font-size:18px;color:#32c3d9;margin-bottom:20px;}
.code li{ display:inline-block; font-size:14px; margin:0 5px;}
.code li img{ width:100px;border:2px solid #ebebeb;}
.contact2L{ float:left;width:60%; border:1px solid #dcdcdc;}
.contact2R{ float:right;width:40%;}
.contact2 .container{ display:flex;}
.contact2R{ background-color:#32c3d9;padding:40px 30px;}
.contact2R h2{ font-size:30px;}
.contact2R h2:after{ content:'';width:50px;height:3px; background-color:#fff;margin-top:20px; display:block;}
.contact2R h6{font-size:24px; margin-top:10px;}
.contact2RC{margin-top:25px;}
.contact2RC p{margin:15px 0;}
.contact2RC p img{ display:inline-block; vertical-align:middle;margin-right:16px;}
.map{ position:absolute;width:100%;height:100%;top:0;left:0;}
.free1 li h5{ font-size:36px;}
.free1 li h5:after{content:'';}
.number li{ border-right:1px solid #ededed; font-size:22px;text-align: center;}
.number li span{ color:#32c3d9;font-size:58px;font-family: 'greektimesancientsskbold'; font-weight:bold; display:block;line-height: 58px;}
.number li span sup{font-size: 26px;display: inline-block;margin: -10px 0 0 7px;}
.grid li{display:block;float:left;margin:10px 1%;width:23%; border:1px solid #dcdcdc;}
.grid li a{ display:block;}
.grid li div{ font-size:18px;padding:13px 25px;border-top:1px solid #dcdcdc; position:relative;}
.grid li div p{top:4px;}
.grid li a:hover{ box-shadow:0 0 10px #ccc;}
.fixbottonnew{ display:none; position:fixed;width:100%;left:0;bottom:0;z-index: 9; background-color:#1b1b1b; border-top:1px solid #dcdcdc;overflow:hidden;}
.fixbottonnew a{width:50%;float:left;font-size:18px; position:relative; display:block; padding:10px 0;color:#fff;height:46px;}
.fixbottonnew a img{width:23px; display:inline-block; vertical-align:middle;margin-right:12px;}
.fixbottonnew a:last-child{background-color: #32c3d9;}
.fixbottonnewh{ display:none; height:46px;}
.freelink{ position:absolute;right:0;top:0;margin-top:0;}
.freelink img{ display:block;}
.gotop,.gotopindex{width:60px;height:60px;background:url(../images/top.png) no-repeat;position:fixed;bottom:0;right:0;cursor:pointer;display:none;z-index:100;}
.gotop:hover,.gotopindex:hover{background-position:0px -60px;}

.service-title{width:100%;float:left; text-align:center;}
.service-title > span{width:100%;float:left; font-size:30px; line-height:32px; color:#454545; margin-bottom:21px;}
.service-title div{width:auto; display:inline-block; border-top: 1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.service-title div p{width:auto; float:left; line-height:32px; font-size:16px; color:#454545; padding-right:4px}
.service-title div p a{color:#454545;}
.service-title div p:first-child{ margin-right:20px;}
.service-title div span{ margin-right:6px; margin-left:4px; color:#188cd0;}
.service{width:100%;float:left; padding-top:30px; padding-bottom:83px;}
.service section{ padding:15px;}
.service .servicetit1{width:100%; float:left; background:url(../images/ser_03.png) left center no-repeat; font-size:26px; line-height:41px; color:#fff; padding-left:45px;}
.service .servicetit2{width:100%; float:left; background:url(../images/ser_05.png) left center no-repeat; font-size:26px; line-height:41px; color:#fff; padding-left:45px;}
.service div{ background:#f4f4f4; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;padding-top:57px; float:left;width:100%;}
.service ul{width:100%;float:left; padding:47px 40px 62px;}
.service li{width:100%;float:left; border-bottom:1px solid #c3c3c3; font-size:14px; line-height:30px; color:#454545; padding:5px 0;}
@media(max-width:767px){
.service{padding-top:15px; padding-bottom:15px;}
}






@media(max-width:1360px){
	.case2C dl{ padding:0 7px;}
	.case2C dl a dd span{width: 91%;}
	.otherbanner2{padding: 166px 0 164px;}
	.past2CR dl { padding: 20px 0;}
	.past2CR{padding: 0px 30px;}
	.past2CR dl dd p{margin-top: 6px;}
	.pastmainT h1 { font-size: 32px;}
	.partner dl a dt { width: 150px;}
	.partner dl a dd {width: calc(100% - 160px);}
	.partner dl a{padding: 37px 20px;}
	.free1 li h5 {font-size: 28px;}
	.free1 li{font-size: 16px;}
	.free1 li p{ height:66px;}
}
@media(max-width:1111px){
	.tel{ display:none;}
	nav {width: 53%;}
	
}
@media(max-width:1199px){
	.website3C .tab{margin: 30px 12% 40px;}
	.business2 dl dt { font-size: 47px;}
	.business2 dl{font-size:16px;}
	.website5C li a,.partner dl dd article{font-size: 14px;}
	.otherbanner2 { padding: 156px 0 65px;}
	.otherbanner2 h2,.pastmainT h1 {font-size: 26px;}
	.contact2L,.contact2R{width:50%;}
	.number li span{font-size: 45px;}


}
@media(max-width:991px){
	nav,.free,.h_caseC .content li dl dd div,.h_abouta ,.h_past1 .more,.footT,.footBLnav,.footBR,.othernav,.tj{ display:none;}
	.logo {width: 147px;margin: 10px 3%;}
	.h_title h2,.h_title2 h2{ font-size: 26px;}
	.h_title p{margin-top: 5px; font-size: 14px;}
	.h_title2 p{font-size: 18px;}
	.h_businessL ul li img{width: 40px;}
	.h_business,.nav__trigger,.h_aboutC,.case_mainT{ display: block;}
	::-webkit-scrollbar { width:auto;  height: auto; background-color:inherit;}  
	::-webkit-scrollbar-track  { border-radius:auto; background-color:inherit;}  
	::-webkit-scrollbar-thumb  {  border-radius:auto; background-color: inherit; -webkit-box-shadow:none;}
	#owl-demo .owl-pagination{bottom: 13px;}
	#owl-demo .owl-pagination .owl-page { width: 10px;height: 10px;}
	.h_businessR,.h_aboutCL {height: 306px;}
	.h_businessR a img { margin-top: 14%;}
	.h_caseC .content li dl dd h5 { width: 100%; font-size: 16px;}
	.h_caseC .content li dl dd{padding: 20px 10px;}
	.h_caseC .content li dl dd p {width: 100%;}
	.h_past1C a {width: 24%;}
	.h_about, .h_customer { padding-top: 64px;}
	.footB {padding:0;}
	.footBL,.case_mainTL ,.case_mainTR{ width: 100%;}
	footer{padding: 15px 0;}
	.otherbanner1 { padding: 208px 0 158px;}
	.otherbanner1 h2 {font-size: 50px;}
	.website2C li .div1 img{ width:70px;}
	.website2C li .div2 h5{font-size: 15px;}
	.website2C li .div2 p{font-size: 13px;}
	.website4C,.contact2 .container{ display:block;}
	.website4C li{margin:10px 0;}
	.website4C li p{ height:138px;}
	.website5C li { width: 24.4%;}
	.website5C li:nth-child(5){margin:-48px 0.3% 0 13%;}
	.website5C li:nth-child(6),.website5C li:nth-child(7){margin:-48px 0.3% 0;}
	.website5C li:nth-child(8),.website5C li:nth-child(9),.website5C li:nth-child(10),.website5C li:nth-child(11),.website5C li:nth-child(13){margin:-39px 0.3% 0;}
	.website5C li:nth-child(12){margin:-37px 0.3% 0 13%;}
	.case2 .container,.past1 .container{padding: 0;}
	.otherbanner2 { padding: 127px 0 30px;}
	.otherbanner2 p{font-size: 14px;}
	.past1 { background-color:#fff;}
	.past1 dl{padding:0 5px;}
	.contact2L, .contact2R { width: 100%;}
	.map{ height:250px; position:inherit;}
	.number li span{font-size: 37px;}
	.grid li{margin: 10px 1%;width: 31.33%;}
	.fixbottonnew, .fixbottonnewh{display: block;}

	
}
@media(max-width:767px){
	.bannerb,.h_aboutbg{ display:none;}
	.banners{ display:block;}
	.h_businessL,.h_case,.h_past,.h_customerCcon{padding: 30px 20px;}
	.h_businessL ul li a{font-size: 15px;}
	.h_businessR a img { margin-top: 18%;}
	.h_caseC .tab, .h_past2C .tab {position: initial;text-align: center;margin-bottom: 20px;}
	.h_about{ padding-top: 0;}
	.h_aboutCR,.website2{padding: 50px 20px;}
	.h_past1C {margin: 30px -0.5%;}
	.h_past2C, .h_customerCcon { margin: 30px -15px;}
	.h_customerbg{width: 200% !important;margin-left: -50%;}
	.h_customerCcon dl {margin: 15px 0;}
	.h_past2C dl dd { padding: 12px 10px 31px;}
	.h_past2C dl dd time{font-size: 24px;}
	.h_past2C dl dd h5 { font-size: 16px;}
	.h_past2C dl dd p { line-height: 20px;height: 40px;font-size: 13px;}
	.footB {padding: 0 20px;}
	.otherbanner1 h2 { font-size: 40px;}
	.otherbanner1 p {font-size: 19px;margin-top: 16px;}
	.otherbanner1 { padding: 169px 0 126px;}
	.website2C li {width: 31.33%;margin: 20px 1%;}
	.website2C {background: url(../images/line.png) no-repeat center center; background-size: 100%;}
	.website3C .tab { margin: 30px 0% 40px;}
	.h_caseC .content li dl{padding: 0 5px;}
	.website3C .tab a{font-size: 16px;}
	.website3C .tab a:nth-child(4) { font-size: 20px;}
	.website1 article,.contact1C  {margin: 30px 20px 0;}
	.website5 .container,.pastmain .container,.partner .container,.howtosay .container{padding: 40px 20px;}
	.website4C li p { height: auto;}
	.business2 dl dt { font-size: 32px;}
	.business2 dl,.free1 li{padding: 45px 9px;}
	.case1C dl dd h5,.partner dl a dd h5{font-size: 17px;}
	.case_main,.pastmain,.partner,.partner dl{padding:0;} 
	.otherbanner2 .container,.past1 dl{ padding:0 20px;}
	.otherbanner2 h2{width: 80%;font-size: 22px;}
	.otherbanner2 p{width: 74%;}
	.otherbanner2 { padding: 103px 0 30px;}
	.partner dl dd article{height:auto;}
	.partner dl a dt { width: 110px;}
	.partner dl a dd { width: calc(100% - 120px);}
	.pad60 { padding: 40px 0;}
	.about1, .free3 .container{padding: 40px 20px;}
	.about1C p,.howtosay,.h_customerCcon dl{ padding: 0;}
	.contact2R h2,.free1 li h5{ font-size: 22px;}
	.contact2R h6{font-size: 18px;}
	.free1 li p{font-size: 15px;}
	.number li{ margin:10px 0;}
	.grid li{margin: 10px 1%;width: 48%;}
	.h_customerbg{height: 200px;}
	.gotop,.gotopindex{width:45px;height:45px; background-size:100% !important;bottom: 51px;}
	
}
@media(max-width:640px){
	.case_mainTL{padding: 23px 20px;}
	.case_mainTL h2 { font-size: 25px;}
	.case_mainTL h6 { font-size: 17px;}
	.case_mainTL .article{margin: 24px 0;}
	.case_mainTR{ display:none;}
	.case_mainB {padding: 30px 20px;margin-top: 24px;}
	.pastmainT h1{font-size: 22px;}
	.partner dl a { padding: 20px 10px;}
	
}
@media(max-width:500px){
	.website2C li { width: 48%;}
	.otherbanner1 h2 { font-size: 33px;}
	.otherbanner1 { padding: 135px 20px 96px;}
	.website5C li a{padding: 48px 5px 35px;}
	.website5C li a p {line-height: 17px;height: 51px;}
	.website5C li a { padding: 42px 5px 28px;}
	.website1 article, .business1 article{margin: 30px 20px 0;font-size: 15px;}
	.business2 dl dt { font-size: 25px;}
	.business2 dl { font-size: 14px;}
	.website4C li a{padding: 35px 20px;}
	.pagelist li a { width: 35px;height: 35px;line-height: 35px;}
	.h_past2C dl{ padding:0 5px;}
	.partner dl a dt { width: 88px;}
	.partner dl a dd {width: calc(100% - 100px);}
}
@media(max-width:450px){
	.h_title h2 { font-size: 22px;}
	.h_title p {margin-top: 2px;font-size: 13px;}
	.h_title i{margin-top: 13px;}
	.h_businessL ul li a{padding: 12px 0;font-size: 14px;}
	.top35 {margin-top: 25px;}
	footer {font-size: 13px;}
	.h_customerCcon dl dt{width: 47px;}
	.h_customerCcon dl dd{width: calc(100% - 60px);}
	.h_title2 p { font-size: 15px;}
	.case2C dl a {padding: 30px 12px;}
	.case2C dl a dd h5 { font-size: 17px;}
	.case2C dl a dd span {width: 100%;font-size: 13px;margin: 29px auto 0;}
	.number li{font-size: 18px;}
	.number li span { font-size: 30px;}
	.number li span sup {font-size: 16px; margin: -10px 0 0 5px;}
	
}
