/*reset*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

:focus {
	outline: 0;
}

body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
	
}

em {
	font-style: normal;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

a {
	text-decoration: none;
}

input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';  /* project id 574899 */
  src: url("../fonts/AlibabaPuHuiTi-3-55-Regular.ttf");
   src: url("../fonts/AlibabaPuHuiTi-3-55-Regular.otf");
    src: url("../fonts/AlibabaPuHuiTi-3-55-Regular.eot");

}
body {
	overflow-x: hidden;
	font-size: 13px;
	line-height: 24px;
	word-wrap: break-word;
	color: #333;
	font-family: AlibabaPuHuiTi;
}

a {
	line-height: 24px;
	color: #666;
}

.table-responsive {
	overflow: auto;
	min-height: .01%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

a:hover,
img:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a,
img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

ul li {
	list-style-position: inside;
	list-style: none;
}

a {
	text-decoration: none;
}
.header_o{
    background: #000;
	background:rgba(0,0,0,0.8);  
    filter: alpha(opacity=80);}
.header{
	width: 100%;
	position: fixed;
	z-index:99999;
	top: 0;
	left: 0;
	height:100px;
	}
.NavTop{
	height:100px;
	padding:0px 5%;
	background:rgba(255,255,255,0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	
	
}

.NavTop ul{
	width:1200px;
	position: absolute;
    left: 50%;
    margin-left: -600px;
	}
.NavTop ul li{
	float:left;
	color:#fff;
	line-height:100px;
	font-size:16px;
	width:14%;
	font-weight: 700;
	    text-transform: uppercase;
	    text-align: center;
	}

.header .NavTop .active ul li{
	color:#000000;}
.NavTop.active{
	background:#ffffff;}
.NavTop.active ul li{ color: #333;}

.NavTop ul li m{
	display:block;
	width:0px;
	height:3px;
	background:#be0008;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-left:30px;
	margin-top:-4px
	}
.NavTop ul li:hover m{
	width:110px;
	margin-left:30px
	}	
.NavTop ul li.active m{
	width:110px;
	margin-left:30px
	}	
.active-header{ background: #fff; border-bottom: 3px solid #0077d4;}
.active-header .NavTop ul li{ color: #333;}
.sub_menu{
	display:block;
	height:0px;
	width:100%;
	position:absolute;
	top:100px;
	left:0px;
	background: #ffffff;
	background:rgba(241,241,241,0.94);
    filter: alpha(opacity=94);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display:none;
	}
.sub_menu.active{
	height:300px;
	background: #ffffff;
	background:rgba(241,241,241,0.94);
    filter: alpha(opacity=94);
	display:block;
	}
.sub_menu.active{
	height:300px;}

.sub_menu ul{
	width:1200px;
	margin:0px -580px;
	padding:30px 0;
	opacity:0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-top:-40px;
	}

.sub_menu.active ul{
	opacity:1;
	ilter: alpha(opacity=100);
	margin-top:0px
	}
	
.sub_menu ul li{
	width:14%;
	margin-right:0;
	border-right:1px solid #e7e7e7;
	opacity:0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	height:250px;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	text-transform: capitalize;
	}

.sub_menu ul li:first-of-type{
	border-left:1px solid #ddd;
	}
.sub_menu.active ul li{
	border-right:1px solid #ddd;
	opacity:1;
	}
.sub_menu ul li ol{
	color:#333;
	line-height:18px;
	margin:8px 0;
	font-size:13px;
	padding: 0;
	}
.sub_menu ul li ol:hover{
	color:#be0008;

	}
	
.NavTop .logo{
	height: 90px;
	float: left;
	margin-top:0px;
    margin-right: 80px;
}
.NavTop .logo1.active{
	display:none
	}

.NavTop .logo img{
	display: block;
	height: 100%;
	cursor: pointer;
}
.NavTop .logo .logo_over{
	display:none
	}
.navBtn{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	margin-top:15px;
	position:fixed;
	top:0px;
	right:200px;
	z-index:33333

}
.navBtn:hover{
	background: #ffffff;
	background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn span{
	display: block;
	width: 58%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 20%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.active-header .navBtn span{
	background: #333;
}
.navBtn span.active{
	background: #555;


	}
.navBtn span:nth-of-type(1){
	margin-top: -10px;
}
.navBtn span:first-child{margin-top: -10px;}
.navBtn span:first-child+span+span{margin-top: 10px;}
.navBtn span:nth-of-type(3){
	margin-top: 10px;
}
.navBtn.active{
	background: #ffffff;
	background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn.active span{
	background:#333;}
.navBtn.active span:nth-of-type(2){
	opacity: 0;
}
.navBtn.active span:nth-of-type(1){
	margin-top: 0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.navBtn.active span:nth-of-type(3){
	margin-top: 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.selectLanguage{
	float: right;
	margin-top:15px
}
.selectLanguage span{
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	margin-left: 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.active-header .selectLanguage span{
	color: #333;
}
.selectLanguage span.active{
	color: #e2001a;
}
.selectLanguage span:hover{
	color: #e2001a;
	text-decoration: underline;
}
/*å¯¼èˆªBox*/
.NavBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #2d2d33;
	background: #fff;
	z-index:338;
	box-sizing: border-box;
	/*padding:80px 5%;*/
	padding-bottom: 0;
	display: none;

	
}
.Nav{
	background:url(../images/banner4s.jpg) no-repeat;
	background-size:cover;
	margin:0px auto;
	height:100%;
}
.Nav a{ color: #333;}
.Nav dl{
	width:14.2%;
	float: left;
	text-align:center;
	border-right:1px solid #eee;
	height:100%;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	background:#fff;
}
.Nav dl:hover{
	background:none;
	}
.Nav dl dt h1{
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 2px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-bottom:15px;
	padding-top:64%;
	color:#333;	
}
/*.Nav dl:hover h1{
	color:#fff;}
	.Nav dl:hover h1 a{
	color:#fff;}*/
.Nav dl dt h1:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.Nav dl:hover dt h1:before{
	margin-left:-100px;
	width: 200px;
}
/*.Nav dl:hover dt h2{
	color: #ffffff;
}*/
.Nav dl dd h2{
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	line-height: 45px;
}
/*.Nav dl:hover h2{
	color: #ffffff;
	color: rgba(255,255,255,0.8);
    filter: alpha(opacity=80);}*/
.Nav dl dd h2:hover{
	text-decoration: underline;
}
.Nav dl p{
	font-size: 14px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: 6px;
	white-space: nowrap;
}
.Nav dl p:first-of-type(){
	margin-top: 30px;
}

/*.Nav dl:nth-child(6){
	margin-top: 30px;
}*/
@media(max-width: 1440px){
.navBtn {
        right: 140px;}
.NavTop {
    padding: 0px 5%;}
.industryBox {
    width: 90%;}
.indexContactBigBox .box {
    width: 74%;}
.indexContactBigBox .box li .right {
    width: 40%;
    left: 40%;}
.indexContactBigBox .btn_n {
    width: 74%;}
.a1_ban {
    height: 680px;}
.w_all {
    width: 82%;}
.xq .close {
    top: 3%;
	right:8%;}
.p_bar2 .box .right{
	width:45%;}
.NavTop ul{ width: 800px; margin-left: -400px;}
.sub_menu ul{    margin: 0px -380px;}
}
@media(max-width: 1100px){
.p_bar2 .box .right{
	width:60%;}
html[lang="en"] .p_bar2 .box .right{
	width:65%;}
	}
@media(max-width: 992px){
.header {
    height: 62px;
}
.NavTop{
	padding:0 4%;
	height:62px;
	}
.NavTop .logo {
    height: 46px;
	margin-top:8px;
	position:relative;
	z-index:999999;
	margin-right:0;}
.NavTop ul{
	display:none;}
.selectLanguage{
	margin-top:4px;
	margin-right:60px;}
.selectLanguage span{
	margin-left:5px;}
.navBtn{
	right:1%;
	margin-right:0;
	margin-top:2px;}
.navBtn:hover {
    background: rgba(255,255,255,0);
}
.navBtn.active{
	background:#111;
	right:0;
	margin-top:0px;
	width:60%;
	height:62px;}
.navBtn.active span {
    background: #fff;
	width:30px;
	height:2px;
	margin-left: 60%;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.NavBox{
	background:rgba(0,0,0,0.5);
	right:-100%;
	overflow: auto;
	}
.Nav {
    padding: 20% 0 90% 0;
    width: 60%;
    float: right;
    background: rgba(255,255,255,0.96);
     height: auto;

    }
.Nav dl dt h1 {
    font-size: 15px;
	letter-spacing:0;
	padding-top:0;
	margin:auto;
	margin-bottom:0;
	width:85%;
	display:block;}
.Nav dl:hover h1 {
	color:#333;}
.Nav dl dd h2 {
    font-size: 13px;
	letter-spacing:0px;
	padding-left:8%;}
.Nav dl:hover h2 {
    color:#666;
}
.about ul li h3 {
    margin-top: 10px;
	font-size:14px;}
.Nav dl {
    width: 100%;
    margin-left: 0%;
    float: none;
    height: auto;
    margin: auto;
    text-align: left;
	border:none;
	border-bottom: 1px solid #eee;
	margin-bottom:15px;
	padding-bottom:10px;
}
.Nav dl dd{
	display:none;
	color:#333;}
.Nav dl:hover {
    background:none;
}
.Nav dl dt h1:before {
	display:none;
}
.Nav dl dt h1:after {
	content:"";
	position:absolute;
	right:3%;
	top:10px;
	background:url(../images/arrow-down2.png);
	width:15px;
	height:9px;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	opacity:0.6;
}
}
.banner{ position: relative;}
.banner .swiper-pagination{
    bottom: 5%;
    width: 100%;
}
.banner .text{
    position: absolute;
    top: 50%;
    left: 45%;
    width: 1500px;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 0 4.7%;
    text-shadow: 2px 2px 6px rgba(0,0,0,.8);
}
.banner .text .title1{
    font-size: 25px;
    text-transform: uppercase; 
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
     line-height: 50px;
     font-family: arial;
}
.banner .text .title2{
    font-size: 25px;
    -webkit-transition: 2s .5s;
    transition: 2s .5s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: 30px;
}
.banner .text .link1 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    cursor: pointer;
    margin-top: 40px;
}
.banner .swiper-slide-active .text .link1, .banner .swiper-slide-active .text .title1, .banner .swiper-slide-active .text .title2
{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 65px;
    height: 4px;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: .6;
    margin: 0 5px;
    background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #007aff;
}

.banner1{ position: relative;}
.banner1 .swiper-pagination{
    bottom: 5%;
    width: 100%;
}
.banner1 .text{
    position: absolute;
    top: 50%;
    left: 55%;
    width: 1500px;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 0 4.7%;
    text-shadow: 2px 2px 6px rgba(0,0,0,.8);
}
.banner1 .text .title1{
    font-size: 25px;
    text-transform: uppercase; 
    -webkit-transition: 2s;
    transition: 2s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
     line-height: 50px;
     font-family: arial;
}
.banner1 .text .title2{
    font-size: 25px;
    -webkit-transition: 2s .5s;
    transition: 2s .5s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: 30px;
}
.banner1 .text .link1 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    cursor: pointer;
    margin-top: 40px;
}
.banner1 .swiper-slide-active .text .link1, .banner1 .swiper-slide-active .text .title1, .banner1 .swiper-slide-active .text .title2
{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 65px;
    height: 4px;
    border: 1px solid #fff;
    border-radius: 0;
    opacity: .6;
    margin: 0 5px;
    background-color: transparent;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active{
	background: #007aff;
}


.banner1  .banner-pagination{  display: none;}




.about{padding: 100px 0; box-sizing: border-box;}
.flex-wrap{-ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex {display: -webkit-box; display: -ms-flexbox;  display: flex;}
.about .img{
    width: 50%;
    text-align: center;
}
.about .img img{
    mix-blend-mode: darken;
    max-width: 100%;
}
.about .text{
    width: 44%;
    padding: 3%;
    overflow: hidden;
}
.about .text .container{
    width: 620px;
    max-width: 100%;
    padding: 30px 0;
}
.about .text .title {
    font-size: 44px;
    color: #004b94;
    border-bottom: 1px solid #b7b5c0;
    padding: 15px 0;
}
.about .text .container .content {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}
.about .text .container .data {
    margin-top: 50px;
    overflow: hidden;
}
.about .text .container .data .item{
    float: left;
    width: 33.33%;
    color: #004b94;
}
.about .text .container .data .item .num {
    font-size: 30px;
    line-height: 50px;
    
}
.about .text .container .data .item .num .small {
    font-size: 16px;
    vertical-align: bottom;
}
.link{
    border: 1px solid #004b94;
    color: #004b94;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 250px;
    max-width: 100%;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 3;
}
.link a{color: #004b94; display: block;}
.link .txt .t1 {
    font-size: 20px;
    line-height: 1em;
}
.link .txt .t2 {
    font-size: 16px;
    line-height: 1em;
}

.link i {
	-webkit-transition: .3s;
	transition: .3s
}

.link:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #004b94;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 0 50px 50px 0;
	border-right: 50px solid #004b94;
	margin-left: -50px;
	z-index: -1
}
.link:before a{ color: #fff;}
.link:hover:before {
	left: 0;
	margin-left: 0;
	color: #fff;
}
.link a:hover {
	color: #fff
}
.strength {
    position: relative;
    overflow: hidden;
}
.strength img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 3s;
    transition: 3s;
    z-index: -1;
    -webkit-animation: scale-data-v-0057b57b 6s forwards;
    animation: scale-data-v-0057b57b 6s forwards;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: visible!important;
}
.strength .header{
    max-width: 1500px;
    padding-top: 60px;
    margin: 0 auto;
}
.strength .title {
    color: #212121;
    border-bottom: 1px solid hsla(0,0%,77.6%,.5);
    padding: 20px 0;
    text-align: center;
    max-width: 615px;
    margin: 0 auto;
}
.strength .title .en {
    font-size: 40px;
    text-transform: uppercase;
   
}
.strength .title .cn{
    font-size: 35px;
}
.strength .title .en p{
	line-height: 50px;
}
.strength .title .cn {
    font-size: 35px;
}
.strength .title{
    color: #212121;
    border-bottom: 1px solid hsla(0,0%,77.6%,.5);
    padding: 20px 0;
    text-align: center;
    max-width: 615px;
    margin: 0 auto;
}
.strength .container{
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 0;
    overflow: hidden;
}
.strength .container .box{
    width: 43.5%;
    margin-right: 6.5%;
    background-color: hsla(0,0%,100%,.3);
    padding: 4%;
    float: left;
}
.strength .container .box .txt{
    font-size: 14px;
    color: #000;
    line-height: 35px;
    min-height: 175px;
}
.strength .container .box .more {
    text-align: right;
    margin-top: 30px;
}
.strength .container .box .more a{
    font-size: 12px;
    color: #004b94;
    position: relative;
}
.strength-tab {
    width: 42%;
    float: left;
    margin-top: 130px;
}
.strength-tab li{
    text-align: center;
    cursor: pointer;
    float: left;
    width: 25%;
}
.strength .container .strength-tab li .icon{
    background: url(../images/border.png)no-repeat 50%;
 
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.strength .container .strength-tab li  .tit{
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
 .strength .container .strength-tab li:hover .icon {
    background-image: url(../images/border_h.png);
}
.product{
    
    padding: 100px 0;
}
.product .img {
    width: 50%;
    text-align: center;
    float: left;
}
.product .container{
    width: 43.5%;
    padding-left: 6.5%;
    float: left;
}
.product .container .title{
    border-bottom: 1px solid #aeaead;
    color: #004b94;
    padding: 30px 0;
}
.product .container .content{
    font-size: 14px;
    color: #696969;
    line-height: 35px;
    width: 630px;
    max-width: 100%;
    margin-top: 50px;
}
.product .container .title .en{
    font-size: 50px;
    text-transform: uppercase;
    line-height: 80px;
  
}
.product .container .title .cn{
    font-size: 35px;
}
.product .container .icon {
    margin-top: 20px;
}
.service{
    background-color: #242a33;
    padding: 50px 0;
}
.service .container{
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.service .container .box{
    color: #fff;
    max-width: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.service .container .box .title {
    border-bottom: 1px solid rgba(141,144,149,.5);
    padding:0 25px;
    pointer-events: auto;
}
.service .container .box .title .en{
    font-size: 40px;
    text-transform: uppercase;
   
}
.service .container .box .title .en{ line-height: 55px;}
.service .container .box .title .cn {
    font-size: 35px;
    line-height: 55px;
}
.service .container .box .content{
    font-size: 14px;
    color: #efefef;
    line-height: 30px;
    padding: 25px;
    pointer-events: none;
}
.service .container .box .link {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 250px;
    max-width: 100%;
    margin-top: 25px;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: auto;
}
.service .container .map{
    max-width: 1339px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.service .container .map  {
	max-width: 1339px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.service .container .map>img  {
	width: 100%
}

.service .container .map .hint  {
	position: absolute;
	width: 60px;
	height: 60px;
	transition: opacity .5s ease, transform .5s cubic-bezier(.5, 0, 0, 1), -webkit-transform .5s cubic-bezier(.5, 0, 0, 1);
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.service .container .map .hint:before {
	width: 8px;
	height: 8px;
	background-color: #fff
}

.service .container .map .hint:after,
.service .container .map .hint:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

.service .container .map .hint:after {
	width: 2px;
	height: 2px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	-webkit-animation: home_hero_item_hints_glow 2s cubic-bezier(.25, .1, .2, 1) infinite;
	animation: home_hero_item_hints_glow 2s cubic-bezier(.25, .1, .2, 1) infinite
}

.service .container .map .hint:hover:after {
	opacity: 0
}

@-webkit-keyframes home_hero_item_hints_glow {
	0% {
		-webkit-box-shadow: 0 0 30px 5px #fff;
		box-shadow: 0 0 30px 5px #fff
	}
	70% {
		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}
	to {
		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}
}

@keyframes home_hero_item_hints_glow {
	0% {
		-webkit-box-shadow: 0 0 30px 5px #fff;
		box-shadow: 0 0 30px 5px #fff
	}
	70% {
		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}
	to {
		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}
}

.service .container .map .hint .hint-radius{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin: -125px 0 0 -125px;
	border-radius: 50%;
	transition-property: background-color, opacity, visibility, transform, -webkit-transform;
	-webkit-transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
	transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.service .container .map .hint:hover .hint-radius{
	background-color: #fff;
	opacity: .1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.service .container .map .hint .hint-dot{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid;
	-webkit-animation: home_hero_item_hints_border 2s linear infinite;
	animation: home_hero_item_hints_border 2s linear infinite
}

@-webkit-keyframes home_hero_item_hints_border {
	0%,
	to {
		border-color: hsla(0, 0%, 100%, .6);
		-webkit-transform: translate(-50%, -50%) scale(.95);
		transform: translate(-50%, -50%) scale(.95)
	}
	50% {
		border-color: hsla(0, 0%, 100%, .3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
}

@keyframes home_hero_item_hints_border {
	0%,
	to {
		border-color: hsla(0, 0%, 100%, .6);
		-webkit-transform: translate(-50%, -50%) scale(.95);
		transform: translate(-50%, -50%) scale(.95)
	}
	50% {
		border-color: hsla(0, 0%, 100%, .3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
}

.service .container .map .hint .hint-content {
	position: absolute;
	width: 180px;
	color: #fff;
	z-index: 5;
	padding: 12px 0;
	font-size: 12px;
	color: #b0b0b0;
	-webkit-transition: opacity .7s ease, visibility .7s ease;
	transition: opacity .7s ease, visibility .7s ease;
	opacity: 0;
	visibility: hidden
}

.service .container .map .hint:hover .hint-content {
	opacity: 1;
	visibility: visible
}

.service .container .map .hint .hint-content:after,
.service .container .map .hint .hint-content:before {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #fff;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0
}

.service .container .map .hint .hint-content:before {
	width: 180px
}

.service .container .map .hint .hint-content:after {
	width: 80px
}

.service .container .map .hint:hover .hint-content:after,
.service .container .map .hint:hover .hint-content:before {
	opacity: 1
}

.service .container .map .hint:hover .hint-content:before {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.service .container .map .hint .hint-content p {
	opacity: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.service .container .map .hint:hover .hint-content p{
	opacity: 1
}

.service .container .map .hint.beimei {
	top: calc(41.64% - 30px);
	left: calc(18.29% - 30px)
}

.service .container .map .hint.beimei .hint-content {
	top: 85px;
	right: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: -55px
}

.service .container .map .hint.beimei .hint-content:before {
	top: 0;
	left: 0
}

.service .container .map .hint.beimei .hint-content:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.service .container .map .hint.ouzhou{
	top: calc(34.5% - 30px);
	left: calc(53.47% - 30px)
}

.service .container .map .hint.ouzhou .hint-content {
	top: 85px;
	left: 50%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: -55px
}

.service .container .map .hint.ouzhou .hint-content:before {
	top: 0;
	right: 0
}

.service .container .map .hint.ouzhou .hint-content:after {
	top: 0;
	right: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.service .container .map .hint.yatai{
	top: calc(34.5% - 30px);
	left: calc(75.52% - 30px)
}

.service .container .map .hint.yatai .hint-content {
	bottom: 85px;
	right: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: -55px
}

.service .container .map .hint.yatai .hint-content:before {
	bottom: 0;
	left: 0
}

.service .container .map .hint.yatai .hint-content:after {
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.service .container .map .hint.nanmei {
	top: calc(75.06% - 30px);
	left: calc(30.24% - 30px)
}

.service .container .map .hint.nanmei .hint-content {
	bottom: 85px;
	right: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: -55px
}

.service .container .map .hint.nanmei .hint-content:before {
	bottom: 0;
	left: 0
}

.service .container .map .hint.nanmei .hint-content:after {
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.service .container .map .hint.dayang{
	top: calc(81.13% - 30px);
	left: calc(83.86% - 30px)
}

.service .container .map .hint.dayang .hint-content {
	bottom: 85px;
	right: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: -55px
}

.service .container .map .hint.dayang .hint-content:before {
	bottom: 0;
	left: 0
}

.service .container .map .hint.dayang .hint-content:after {
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.service .container .map .ningbo {
	position: absolute;
	top: 52.02%;
	left: 78.49%
}

.service .container .map .ningbo:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%
}

.service .container .map .ningbo .tq1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .2);
	-webkit-animation: bianda 2.5s linear infinite;
	animation: bianda 2.5s linear infinite
}

.service .container .map .ningbo .tq2 {
	-webkit-animation: bianda2 2s linear infinite;
	animation: bianda2 2s linear infinite
}

.service .container .map .ningbo .tq2,
.service .container .map .ningbo .tq3{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .1)
}

.service .container .map .ningbo .tq3{
	-webkit-animation: bianda3 3s linear infinite;
	animation: bianda3 3s linear infinite
}

.service .container .map .ningbo .content {
	position: absolute;
	left: 20px;
	bottom: -10px;
	font-size: 12px;
	color: #fff;
	width: 140px;
}

.service .container .map .ningbo .content img{
	margin-left: -70px
}

@-webkit-keyframes bianda {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(10);
		transform: scale(10)
	}
}

@keyframes bianda{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(10);
		transform: scale(10)
	}
}

@-webkit-keyframes bianda2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(13);
		transform: scale(13)
	}
}

@keyframes bianda2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(13);
		transform: scale(13)
	}
}

@-webkit-keyframes bianda3{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(17);
		transform: scale(17)
	}
}

@keyframes bianda3{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(17);
		transform: scale(17)
	}
}


.news{
	padding: 50px 0
}

.news .container {
	max-width: 1500px;
	margin: 0 auto
}

.news .header{
	max-width: 390px;
	padding-top: 60px
}

.news .title{
	color: #004b94;
	border-bottom: 1px solid #b6b3be;
	padding: 20px
}

.news .title .en{
	font-size: 50px;
	line-height: 65px;
}

.news .title .cn{
	font-size: 35px
}

.news .newslist {
	position: relative
}

.news .newslist .swiper-pagination {
	width: 100%;
	bottom: 0
}

.news .newslist .swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 1px;
	border-radius: 0;
	background-color: #b4b4b4;
	opacity: 1;
	margin: 0 5px
}

.news .newslist .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #004b94
}
.news .newslist .swiper-container {
        width: 100%;
        height: 100%;
    }
 .news .newslist  .swiper-slide {
        
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.newsitem  {
	-webkit-transition: 3s;
	transition: 3s;
	margin: 50px 30px;
	cursor: pointer
}

.newsitem:hover {
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3)
}

.newsitem .img  {
	overflow: hidden
}

.newsitem .img img  {
	width: 100%;
	-webkit-transition: 3s;
	transition: 3s;
	display: block
}

.newsitem:hover .img img  {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.newsitem .content  {
	padding: 12px 17px
}

.newsitem .content .tit  {
	font-size: 16px;
	color: #000
}

.newsitem .content .txt  {
	font-size: 12px;
	color: #535353;
	line-height: 26px
}

.newsitem .content .date  {
	font-size: 12px;
	color: #3d3d3d;
	padding: 12px 0;
	margin-top: 30px;
	position: relative
}

.newsitem .content .date :before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #004b94
}

.newsitem .content .details  {
	font-size: 12px;
	color: #181818;
	-webkit-transition: .3s;
	transition: .3s
}

.newsitem .content .details i  {
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 20px
}

.newsitem:hover .content .details  {
	color: #004b94
}

.footer  {
	background-color: #3a3a3a;
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .container  {
	max-width: 1500px;
	margin: 0 auto
}

.footer .container .menu-wrap  {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 50px 0
}

.footer .container .menu-wrap .menu  {
	width: 16.66%
}

.footer .container .menu-wrap .menu .title  {
	font-size: 16px;
	color: #fff
}

.footer .container .menu-wrap .menu .list  {
	margin-top: 15px
}

.footer .container .menu-wrap .menu .list a  {
	font-size: 12px;
	color: #a1a1a1;
	line-height: 35px;
	-webkit-transition: 1s;
	transition: 1s;
	display: block;
}

.footer .container .menu-wrap .menu .list a :hover {
	color: #fff
}

.footer .container .info  {
	background-color: #323232;
	width: 420px;
	padding: 25px
}

.footer .container .info .follow  {
	padding: 30px 0 20px;
	border-bottom: 1px solid #474747
}

.footer .container .info .follow .title  {
	font-family: DINEngschrift;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase
}

.footer .container .info .follow .link  {
	margin-top: 20px
}

.footer .container .info .follow .link a  {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 30px;
	color: #004b94;
	background-color: #373839;
	text-align: center;
	border-radius: 50%;
	margin-right: 25px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	padding-top: 15px;
	padding-bottom: 15px
}

.footer .container .info .follow .link a :hover {
	color: #fff;
	background-color: #004b94
}

.footer .container .info .follow .link a i  {
	background-color: transparent;
	width: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.footer .container .info .follow .link a:hover i  {
	background-color: #373839;
	padding: 10px;
	margin-top: -10px
}

.footer .container .info .hotline  {
	padding-top: 20px
}

.footer .container .info .hotline .title  {
	font-family: DINEngschrift;
	font-size: 18px;
	color: #848484
}

.footer .container .info .hotline input  {
	background-color: #474747;
	border: 0;
	padding: 12px 0px;
	margin-top: 20px;
	color: #fff;
	width: 100%;
	text-indent: 20px;
}

.footer .bottom  {
	background-color: #323232;
	padding: 35px 0;
	font-size: 14px;
	color: #969696
}

.footer .bottom .link  {
	margin-right: 20px
}

.footer .bottom a {
	color: #969696;
	-webkit-transition: 1s;
	transition: 1s
}

.footer .bottom .link span {
	margin: 0 10px
}

.footer .bottom a:hover {
	color: #fff
}
.flex-space-between{
	    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-detail{
	padding:0 0 50px 0;
    max-width: 1500px;
    margin: 0 auto;
}
.news-detail .container{
    max-width: 1310px;
    margin: 50px auto 0;
    padding: 4%;
    background-color: #fafafa;
}
.news-detail .container .title{
    text-align: center;
    font-size: 25px;
    color: #000;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.news-detail .container .title p{
    
    font-size: 14px; color: #999;
    line-height: 50px;
    
}
.news-detail .container .content{
    padding: 40px 0;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}
.products .container{
    max-width: 1500px;
    margin: 0 auto;
    padding:0;
}
.products .container .list{
    margin-top: 70px;
}
.products .container .list .item{
    width: 23%;
    margin-right: 2%;
    margin-bottom: 45px;
    border: 1px solid #f0f0f0;
    padding: 4%;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer;
}
.products .container .list .item:hover {
    border-color: #005598;
}

.products .container .list .item:nth-of-type(4n) {
	margin-right: 0
}

.products .container .list .item .title{
	font-size: 16px;
	color: #000;
	margin-bottom: 50px
}

.products .container .list .item .img{
	overflow: hidden;
	padding: 20px
}

.products .container .list .item img{
	display: block;
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s
}

.products .container .list .item:hover {
	border-color: #005598
}

.products .container .list .item:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.ep-pages { clear: both; font-size: 12px; margin: 20px 0; overflow: hidden; text-align: center; vertical-align: top; }
.ep-pages li { display: inline-block; margin-left: 5px; }
.ep-pages a, .ep-pages a:visited { color: #333; }
.ep-pages li.active a { background: #333 none repeat scroll 0 0; border: 1px solid #333; color: #fff; }
.ep-pages a, .ep-pages span { background: #fff none repeat scroll 0 0; border: 1px solid #999999; display: inline-block; height: 30px; line-height: 30px; overflow: hidden; padding: 0 10px; vertical-align: top; }
.proimg img{ width: 100%;}
.CompanyProfile{ padding: 50px 0;}
.CompanyProfile .title{
	text-align: center;
	color: #1e1e1e
}

.CompanyProfile .title .cn{
	font-size: 30px
}

.CompanyProfile .title .en {
	font-size: 15px;
	text-transform: uppercase
}

.CompanyProfile .container{
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.CompanyProfile .container .content{
	width: 52%;
	font-size: 14px;
	color: #1e1e1e;
	line-height: 40px
}

.CompanyProfile .container .video {
	width: 44.8%;
	margin-left: 3.2%
}
.organization .title{
	text-align: center;
	color: #1e1e1e
}

.organization .title .cn{
	font-size: 30px
}

.organization .title .en {
	font-size: 15px;
	text-transform: uppercase
}

.organization{
	padding: 50px 0;
	background: url(../images/banner3.jpg)no-repeat top/cover
}

.organization .container{
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center
}

.organization .container img{
	max-width: 100%
}

.companyculture .title{
	text-align: center;
	color: #1e1e1e
}

.companyculture .title .cn{
	font-size: 30px
}

.companyculture .title .en {
	font-size: 15px;
	text-transform: uppercase
}

.companyculture{
	padding: 50px 0
}

.companyculture .container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 0
}

.companyculture .header {
	text-align: center
}

.companyculture .header img{
	width: 100%;
	display: block
}

.companyculture .content{
	width: 50%;
	border-right: 1px solid #c6c6c6;
	color: #1e1e1e;
	 float: left;
}

.companyculture .content .title{
	padding: 30px 0;
	border-bottom: 1px solid #c6c6c6;
	font-size: 25px;
	position: relative;
	text-align: left;
}

.companyculture .content .title:after,
.companyculture .content .title:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #005598
}

.companyculture .content .title:before {
	top: -4px;
	right: -4px
}

.companyculture .content .title:after {
	bottom: -4px;
	right: -4px
}

.companyculture .content .txt {
	font-size: 14px;
	line-height: 40px;
	padding: 30px 30px 30px 0;
	position: relative
}

.companyculture .content .txt:before {
	content: "";
	position: absolute;
	top: -7px;
	right: -7px;
	width: 11px;
	height: 11px;
	border: 1px solid #005598;
	border-radius: 50%
}

.companyculture .img{
	padding: 50px 0 0 50px;
	
	float: left;
}

.companyculture .img img{
	width: 100%
}


.contact .container {
	max-width: 1500px;
	margin: 0 auto
}

.contact .container .box {
	background-color: #f2f3f3;
	margin-top: -166px;
	position: relative;
}

.contact .container .box .head{
	background-color: #005598;
	color: #fff;
	padding: 20px 50px;
	font-size: 16px
}

.contact .container .box .head .email{
	text-transform: uppercase
}

.contact .container .box .head i {
	font-size: 30px;
	vertical-align: middle
}

.contact .container .box .content{
	padding: 70px 0;
	overflow: hidden;
}

.contact .container .box .content .item {
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	float: left;
}

.contact .container .form {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #333
}

.contact .container .form .tit {
	padding-left: 30px;
	background: url(../images/pen.jpg)no-repeat 0;
	margin: 10px 0 20px
}

.contact .container .form .info {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact .container .form .info .item{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	float: left;
}
/*
.contact .container .form .info .item:nth-of-type(odd) {
	padding-right: 8.3%
}*/

.contact .container .form .info .item span {
	width: 50px;
	line-height: 30px
}

.contact .container .form .info .item input {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	border: 0;
	border-bottom: 1px solid #ddd;
	height: 30px;
	outline: none
}

.contact .container .form textarea {
	width: 100%;
	height: 170px;
	resize: none;
	border: 1px solid #ddd;
	color: #666;
	outline: none
}

.contact .container .form .submit{
	display: block;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background-color: #3166ac;
	margin: 50px auto;
	border: 0;
	cursor: pointer;
}

.news .container .list .item {
    width: 33.33%;
}

.productdetail{
	    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
}
.productdetail .container{
    background-color: #fafafa;
    padding: 40px;
}
.productdetail .img{
	width: 44%;
    background-color: #fff;
    position: relative;
}
.productdetail .container .content{
    width: 56%;
    padding-left: 50px;
}
.productdetail .container .content .title{
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}
.productdetail .container .content .txt{
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 50px;
    max-width: 560px;
}

.top {
	display: none;
}

.menuBox {
	display: none;
}
.main ul li a {
    color: #fff;
    text-transform:uppercase;
}
.select-language{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
        padding-top: 35px;
        margin-left: 5%;
        
}
.select-language a{ padding: 5px 20px; color: #fff;}
.language-input{
	    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__inner{
	background-color: hsla(0,0%,100%,.3)!important;
    border: none!important;
    font-size: 14px!important;
    height: 30px!important;
    color: #0c3665;
    padding-right: 30px;
    width: 210px;
}
.select-language .current{ color: #004b94;}
.active .select-language a{ color: #333;}
.small-banner{ display: none;}

@media (max-width:768px) {
	
	.about {
		padding: 50px 0 20px
	}
	.about .img,
	.about .text {
		width: 100%
	}
	.about .text .title {
		font-size: 24px
	}
	.about .text .container .data .item .num {
		font-size: 20px;
		line-height: 30px
	}
	.about .text .container .data .item .num .small{
		font-size: 12px
	}
	.product{
	    padding: 50px 0;
	}
	.product .img{
	    width: 100%;
	}
	.product .container{
	    width: 100%;
	    padding: 0 20px;
	}
	.product .container .title .en {
	    font-size: 24px;
	}
	.product .container .title .cn{
	    font-size: 20px;
	}
	.product .container .content{
		width: 100%;
	}
	.service .container {
		padding-top: 0
	}
	.service .container .box .title .en{
		font-size: 24px
	}
	.service .container .box .title .cn {
		font-size: 20px
	}
	.service .container .map .hint,
	.service .container .map .ningbo {
		display: none
	}
	.service .container .box{
		position: static;
		padding-bottom: 50px
	}
	.news .header{
		padding-top: 0
	}
	.news .title .en {
		font-size: 24px
	}
	.news .title .cn {
		font-size: 20px
	}
	.footer{
		text-align: center
	}
	.footer .container .menu-wrap{
		display: none
	}
	.footer .container .info{
		width: 100%
	}
	.footer .bottom{
		padding-left: 20px;
		padding-right: 20px
	}
	.footer .bottom .left,
	.footer .bottom .right{
		width: 100%
	}
	.footer .bottom .link{
		margin-right: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer .bottom .copyright{
		width: 100%;
		margin-top: 30px
	}
	.footer .bottom .right .link {
		margin-top: 20px
	}
	.footer .bottom .right .copyright-en{
		display: none
	}
	.products .container .list{
	    padding: 0 20px;
	}
	.products .container .list .item{ width: 48%; margin-right: 4%;}
	.products .container .list .item:nth-child(2n){ margin-right: 0;}
	.CompanyProfile .container{
		padding-bottom: 0
	}
	.CompanyProfile .container .content,
	.CompanyProfile .container .video{
		width: 100%;
		margin-left: 0
	}
	.CompanyProfile .container .content{
		padding: 20px
	}
	.CompanyProfile .container .video img{
		width: 100%
	}
	.companyculture .content{
		width: 100%;
		border-right: 0;
		padding: 0 20px
	}
	.companyculture .img{
		width: 100%;
		padding: 0
	}
	.companyculture .content .title:after,
	.companyculture .content .title:before,
	.companyculture .content .txt:before {
		display: none
	}
	.companyculture .content .txt{
		padding-right: 0
	}
	.contact .container .box .head {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px
	}
	.contact .container .box .head i {
		font-size: 16px
	}
	.contact .container .box .head .email{
		margin-top: 20px
	}
	.contact .container .box .content{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contact .container .box .content .item {
		width: 100%
	}
	.contact .container .form{
		padding: 20px
	}
	.contact .container .form .info .item{
		width: 100%
	}
	.contact .container .form .info .item:nth-of-type(odd) {
		padding-right: 0
	}
	.productdetail{
		 padding-top: 0;
	}
	.productdetail .container{
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.productdetail .container .content, .productdetail .container .img{
  	  width: 100%;
    }
    .productdetail .container .content .title{
	    font-size: 18px;
	}
	.productdetail .container .content{
	    padding-left: 0;
	    margin-top: 20px;
	}
	.prev-next{
		padding:20px 0;
	}
	.menuBox {
		position: fixed;
		top: 84px;
		left: -100%;
		height: 100vh;
		width: 100%;
		background-color: rgba(0, 0, 0, .9);
		z-index: 1010;
		-webkit-transition: .8s;
		transition: .8s;
		display: block;
	}
	.menuBox .item {
		margin-top: 50px;
	}
	.menuBox .item span {
		display: block;
		font-size: 18px;
		color: #fff;
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.menuBox .item span a {
		color: #fff;
	}
	.menuBox.open{
    left: 0;
    }
	.top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding: 20px 0;
		-webkit-transition: all 2s;
		transition: all 2s;
		/* background-color: rgba(12,54,101,.5);*/
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: all .6s;
		transition: all .6s;
	}
	.top img {
		padding-left: 20px;
	}
	.top .logo4 {
		display: none;
	}
	.active .logo3 {
		display: none;
	}
	.active .logo4 {
		display: block;
	}
	.active .mNav .burger {
		background-color: #333;
	}
	.top .mNav {
		display: block;
		-webkit-transition: .8s;
		transition: .8s;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60px;
	}
	.mNav .burger {
		width: 32px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 28px;
		left: 50%;
		margin: 0 0 0 -16px;
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transition: .8s;
		transition: .8s;
	}
	.top .mNav .burger:nth-of-type(2) {
		top: 38px;
	}
	.top .mNav .burger:nth-of-type(3) {
		top: 48px;
	}
	.header-top {
		display: none;
	}
	
	.news .container .list .item{ width: 100%;}
	.newsitem{ margin: 0;}
	.news-detail .container .title{ font-size: 18px;}
	
	.select-language{ text-align: center; margin-left: 20%;}
	.select-language a{ display: inline-block;}
	.banner .text .title1{ font-size: 14px; line-height: 30px;}
	.banner .text .title2{ font-size: 16px; line-height: 30px;}
	.banner1 .text .title1{ font-size: 14px; line-height: 30px;}
	.banner1 .text .title2{ font-size: 16px; line-height: 30px;}
	.lgrage-banner{ display: none;}
	.small-banner{ display: block;}
	.strength .container .box{ width: 100%; margin-right: 0;}
	.strength-tab{ width: 100%; padding: 20px; margin-top: 0;}
	.strength .container{ padding: 20px 0;}
	.strength .title .en{
	    font-size: 24px;
	}
	.strength .title .cn{
		font-size: 20px;
	}
	
}

.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}

.sp-loading img {
	max-width: 100%;
	height: auto;
}

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	box-shadow: 1px 1px 8px #ddd;
	position: relative;
	text-align: center;
	max-width: 100%;
	width: 100%;
}

.sp-thumbs {
	text-align: left;
	display: block;
	background: #fafafa;
	padding: 10px;
}

.sp-thumbs a {
	position: relative;
	border: 2px solid #f7f7f7;
}

.sp-thumbs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.sp-thumbs a:hover:before {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 47px;
	height: 50px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0 3px;
}

.sp-thumbs a:hover {
	opacity: 1;
	border: 2px solid #1c7aba;
}

.sp-thumbs a:active,
.sp-current {
	opacity: 1!important;
	position: relative;
	border: 2px solid #1c7aba !important;
}

.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	over-roll: hide;
}

.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.sp-large a {
	display: block;
}

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}

#sp-prev,
#sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}

#sp-prev {
	left: 14%;
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#sp-next {
	right: 14%;
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
	background: #444;
}


@media only screen and (max-width: 767px) {

    .share{
    	
    display: none;
    }
    .tab-menu-vertical .nav{ padding: 0;}
    .pb-44{ padding-bottom: 15px!important;}  
    .preview li{ font-size: 14px;}
}
.shouji{ display: none;}

@media screen and (max-width: 768px) {
	#sp-prev {
		left: 10px;
	}
	#sp-next {
		right: 10px;
	}
	
}

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev,
	#sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
.post-thumb{max-height: 200px; overflow: hidden;}
