@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('../font/HelveticaNeue-Bold.eot') format('eot');
	src: url('../font/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../font/HelveticaNeue-Bold.woff') format('woff'), url('../font/HelveticaNeue-Bold.ttf') format('truetype'), url('../font/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GeosansLight';
	src: url('../font/GeosansLight.eot') format('eot');
	src: url('../font/GeosansLight.eot?#iefix') format('embedded-opentype'), url('../font/GeosansLight.woff') format('woff'), url('../font/GeosansLight.ttf') format('truetype'), url('../font/GeosansLight.svg#GeosansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button,select {
 -webkit-appearance: none;
 }
 select{
 	background: url(../images/icon4.png) no-repeat scroll center right 5px transparent;
 	padding-right: 15px;
 	padding-left: 5px;
	outline: none;
 }
 textarea{
	font-family: arial,"微软雅黑";
	outline: none;
 }
input{
	font-family: arial,"微软雅黑";
 -webkit-appearance: none;
 border-radius: 0px;
	border: 1px solid #a9a9a9;
	outline: none;
}
html{
	font-size: 100px;
}
body{
	height: 100%;
	font-size: 12px;
}
.content::before,.menu-wrap{
	display: none;
}

.readybefor{
	content: "";
	display:none;
	
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10000;
}
.readybefor .loading{
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
}
.readybefor .inpoint{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 100%;
	animation: loading 3s   infinite linear ;
		opacity: 0;
}
.readybefor .p1{
	animation-delay: 0;
}
.readybefor .p2{
	animation-delay: 0.5s;
}
.readybefor .p3{
	animation-delay: 1s;
}
.readybefor .p4{
	animation-delay: 1.5s;
}
.readybefor .p5{
	animation-delay: 2s;
}
.readybefor .p6{
	animation-delay: 2.5s;
}
.readybefor .readybox{
	position: absolute;
	height: 100px;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
}
.readybefor .inpoint .in{
	height: 10px;
	border-radius: 10px;
	width: 10px;
	background: #666;
}
@keyframes loading{
	0%{
		transform: rotate(0deg);
		opacity: 0;
	}
	50%{
		
		opacity: 1;
		transform: rotate(180deg);
	}
	100%{
		opacity: 0;
		transform: rotate(360deg);
	}
}
.coversize{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
	
}
.containsize {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}


.commonhidebox{
	position: fixed;
	z-index: 3001;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	text-align: center;
}
.commonhidebox .shadowback{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .38;
	filter: alpha(opacity=38);
}
.commonhidebox .inbox{
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.hideqr .inbox{
	display: inline-block;
}
body,html{
	font-family: arial,"微软雅黑";
	height: 100%;
}
body{
	box-sizing: border-box;
}
.container{
	position: relative;
}
.table{
	display: table;
	height: 100%;
	width: 100%;
}
.cell{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.content-wrap{
	overflow: hidden;
}
.content,.container{
	background: #fff;
}

.cbox{
	padding: 0 25px;
	padding: 0 .25rem;
	box-sizing: border-box;
	margin: auto;
	max-width: 1466px;
}
.cbox2{
	max-width: 1416px;
	margin: auto;
}
.topnav_mobile{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
}

.wechat{
	cursor: pointer;
}



.topnav_mobile{
	height: .75rem;
	background: #333436;
}
.topnav_mobile .leftlogo{
	display: block;
	float: right;
	height: .52rem;
	margin-top: .115rem;
	margin-right: .2rem;
}
.morph-shape{
	fill: #fff;
}
.topnav_mobile .menu-button{
	height: .75rem;
	width: .9rem;
}
.menu-button::before{
	left: .2rem;
	top: .25rem;
	right: .2rem;
	bottom: .25rem;
	background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
}
.content::before,.menu-wrap{
	display: none;
}
.menu-wrap{
	position: fixed;
	top: 0;
	right: -4rem;
	width: 4rem;
	height: 100%;
	text-align: center;
	color: #9f9f9f;
	overflow: auto;
	z-index: 3000;
}
.menu-wrap .logo{
	max-width: 80%;
	display: block;
	margin: auto;
}

.menu-wrap .link{
	margin-top: .4rem;
	margin-bottom: .1rem;
	outline: none;
}
.menu-wrap .link select{
	outline: none;
}
.menu-wrap .level1{
	color: #666;
	transition: all .5s;
	font-weight: 700;
	line-height: calc(30px + .2rem);
}
.menu-wrap .level1:hover, .menu-wrap .level1:focus, .menu-wrap .level1.active{
	color: #164c96;
}
.menu-wrap .hide .ina{
	height: 0;
	overflow: hidden;
	line-height: calc(20px + .2rem);
	transition: all .5s;
	font-size: 12px;
	color: #999;
}
.menu-wrap .hide .ina:hover{
	
	color: #164c96;
}
/*.menu-wrap .level1:hover .ina{
	height: calc(20px + .2rem);
}*/
.menu-wrap .searchbox{
	height: .8rem;
	overflow: hidden;
	position: relative;
	margin-top: .2rem;
}
.menu-wrap .searchtext{
	height: .6rem;
	height: calc(10px + .3rem);
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-size: 12px;
	font-family: "宋体";
	outline: none;
	padding-right: calc(10px + .5rem);
	color: #666;
	border: 0px;
	border: 1px solid #333;
}
.menu-wrap .rightbtn{
	position: absolute;
	right: 0;
	top: 0;
	width: calc(10px + .3rem);
	height: calc(10px + .3rem);
	color: #fff;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
	background: url(../images/icon1-2.png) no-repeat center #333436;
}


.footer{
	background: #eeeeee;
}
.footer .bottomnav{
	text-align: center;
}
.footer .bottomnav a{
	display: inline-block;
	font-size: 14px;
	color: #1b1b1b;
	font-size: calc(10px + .04rem);
	line-height: 35px;
	line-height: calc(20px + .15rem);
	padding: 0 10px;
	padding: 0 .1rem;
	margin: 0 50px;
	margin: 0 .5rem;
}
.footer .part1{
	padding: 25px 0;
	padding: .25rem 0;
}
.footer .links{
	text-align: center;
	margin-top: 30px;
	margin-top: .3rem;
}
.footer .links .inlink{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 15px;
	margin: 0 .15rem;
}
.footer .bottomlogo {
	text-align: center;
	margin-top: 35px;
	margin-top: .35rem;
}
.footer .bottomlogo img{
	max-width: 20%;
}
.footer .part2{
	background: #fff;
	text-align: center;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	padding: 10px ;
	padding: .1rem ;
	font-family: arial,"宋体";
	color: #959595;
	font-size: calc(10px + .02rem);
}
.footer .part2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 20px;
	margin-right: .2rem;
	margin-left: 8px;
	margin-left: .08rem;
}
.footer .part2 a{
	color: #959595;
}

.totop{
	position: fixed;
	right: 2.6%;
	bottom: 20%;
	cursor: pointer;
	z-index: 100;
	width: calc(20px + .25rem);
}

.topnav_pc{
	height: 195px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	transition: all .5s;
}
.topnav_pc.nofixed{
	position: relative;
}
.topnav_pc .part1{
	position: relative;
	height: 135px;
	padding-top: 20px;
	box-sizing: border-box;
	text-align: center;
	transition: all .5s;
}
.topnav_pc.active{
	height: 80px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.topnav_pc.active .part1{
	height: 0;
	padding-top: 0;
}
.topnav_pc.active .level1{
	line-height: 77px;
}
.topnav_pc .part1 .logo{
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -152px;
	transition: all .5s;
}
.topnav_pc.active .logo{
	margin-left: 0;
	left: 20px;
	top: 10px;
	height: 60px;
}
.topnav_pc .searchbox{
	position: absolute;
	left: 25px;
	top: 30px;
	padding-left: 30px;
	height: 30px;
	transition: all .5s;
}
.topnav_pc.active .searchbox{
	top: 25px;
	left: 100%;
	margin-left: -380px;
}
.topnav_pc .searchbox .tosearch{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon1.png) no-repeat center;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.topnav_pc .searchbox .searchtext{
	padding: 0;
	border: 0;
	color: #1b1b1b;
	font-size: 14px;
	width: 100px;
	height: 20px;
	padding: 5px 0;
}
.topnav_pc .language{
	position: absolute;
	top: 30px;
	right: 145px;
	width: 110px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #1b1b1b;
	transition: all .5s;
}
.topnav_pc .language2{
	right: 25px;
}
.topnav_pc.active .language{
	top: 20px;
}
.topnav_pc .language img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
}
.topnav_pc .language .selectbox{
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	/*height: 0;
	opacity: 0;
	filter: alpha(opacity=0);*/
	transition: all .5s;
	overflow: hidden;
}
.topnav_pc .language .inoption{
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	display: block;
	color: #1b1b1b;
	background: #fff;
}
.topnav_pc .language .flag{
	margin-right: 6px;
	margin-left: 0;
}
.topnav_pc .language:hover .selectbox{
	height: 86px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.topnav_pc .level1{
	line-height: 57px;
	margin: 0 20px;
	color: #1b1b1b;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.topnav_pc .part2{
	text-align: center;
}
.topnav_pc .level1 a{
	color: #1b1b1b;
	display: inline-block;
	padding: 0 10px;
	border-bottom: 3px solid #fff;
	transition: all .5s;
}
.topnav_pc .level1 a:hover,.topnav_pc .level1 a.active{
	border-bottom: 3px solid #254585;
}
.container{
	padding-top: 195px;
}

.banner{
	padding: 0 25px;
	padding: 0 .25rem;
}
.banner .bx-controls-direction{
	display: none;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
	width: 41px;
	width: calc(20px + .21rem);
	height: 4px;
	height: calc(2px + .02rem);
	background: #fff;
	opacity: .56;
	filter: alpha(opacity=56);
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .bx-wrapper .bx-pager{
	bottom: 30px;
	bottom: .3rem;
	padding-top: 0;
}

.index-part1{
	font-size: 0;
	margin-top: 130px;
	margin-top: 1.3rem;
}
.index-part1 .instyle{
	width: 14.28%;
	font-size: 13px;
	font-size: calc(10px + .03rem);
	color: #1b1b1b;
	position: relative;
	display: inline-block;
	line-height: calc(15px + .09rem);
	margin-bottom: 20px;
	margin-bottom: .2rem;
	vertical-align: top;
	text-align: center;
}
.index-part1 .instyle .textbox{
	padding: 0 10px;
	padding: 0 .1rem;
	padding-top: 25px;
	padding-top: .25rem;
}
.index-part1 .instyle:after{
	content: "";
	display: block;
	width: 1px;
	height: 58px;
	height: calc(20px + .38rem);
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
}
.index-part1 .inbox{
	position: relative;
}
.index-part1 .inbox:before{
	content: "";
	display: block;
	width: 1px;
	height: 58px;
	height: calc(20px + .38rem);
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
}
.index-part1 .imgbox img{
	display: block;
	margin: auto;
	max-width: 35%;
}
.index-part2{
	margin-top: 90px;
	margin-top: .9rem;
	word-break: break-all;
}
.index-part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.index-part2 .inbox .left{
	width: 27%;
	float: left;
}
.index-part2 .inbox .right{
	width: 71.6%;
	float: right;
}
.index-part2 .text1{
	color: #1b1b1b;
	font-size: 30px;
	font-size: calc(10px + .2rem);
	line-height: 33px;
	line-height: calc(12px + .21rem);
	font-family: "HelveticaNeue-Bold";
}
.index-part2 .text2{
	font-size: 15px;
	color: #959595;
	font-size: calc(10px + .05rem);
	line-height: calc(16px + .08rem);
}
.index-part2 .text3{
	font-size: 16px;
	color: #7d7d7d;
	font-size: calc(10px + .06rem);
	line-height: calc(16px + .08rem);
}
.indexmore{
	font-size: 17px;
	font-size: calc(10px + .07rem);
	color: #1b1b1b !important;
	line-height: 30px;
	line-height: calc(18px + .12rem);
	margin-top: 30px;
	margin-top: .3rem;
	display: inline-block;
	font-family: "HelveticaNeue-Bold";
}
.indexmore img{
	vertical-align: middle;
	margin-top: -3px;
	margin-top: calc(-1px - .02rem);
	margin-left: 10px;
	margin-left: .1rem;
	width: calc(15px + .15rem);
}
.index-part3{
	margin-top: 100px;
	margin-top: 1rem;
}
.index-part3 .inbox{
	padding-left: 63.6%;
	position: relative;
}
.index-part3 .text1{
	color: #1b1b1b;
	font-size: 30px;
	font-size: calc(10px + .2rem);
	line-height: 33px;
	line-height: calc(12px + .21rem);
	font-family: "HelveticaNeue-Bold";
}
.index-part3 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #7d7d7d;
	line-height: 36px;
	line-height: calc(16px + .2rem);
	margin-top: 30px;
	margin-top: .3rem;
}
.index-part3 .right{
	padding: 10px 0;
	padding: .1rem 0;
}
.index-part3 .right .table{
	min-height: 400px;
	min-height: 4rem;
}
.index-part3 .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 56.25%;
	background-size: auto 100%;
	transition: all .5s;
}
.index-part3 .left:hover{
	background-size: auto 120%;
	
}
.index-part3.smll .left{
	padding-left: 25px;
	padding-left: .25rem;
	margin-left: -25px;
	margin-left: -.25rem;
}
.index-part3 .inline{
	padding-left: 22px;
	position: relative;
}
.index-part3 .inline:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 36px;
	height: calc(16px + .2rem);
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../images/icon13.png);
}
.product-list{
	padding-top: 70px;
	padding-top: .7rem;
}
.product-list .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.product-list .inbox .instyle{
	width: 33.3%;
	float: left;
	display: block;
	height: 300px;
	height: 3rem;
	padding-top: 120px;
	padding-top: 1.2rem;
	padding-bottom: 130px;
	padding-bottom: calc(30px + 1rem);
	position: relative;
	margin-bottom: 70px;
	margin-bottom: .7rem;
}
.product-list .picbox{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 500px;
	height: 5rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
	transition: all .5s;
	margin: auto;
}
.product-list .instyle:hover .picbox{
	width: 80%;
	background-color: #e5e5e5;
}
.product-list .name2{
	position: absolute;
	left: 0;
	top: 420px;
	top: 4.2rem;
	width: 100%;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1b1b1b;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	font-weight: bold;
	margin-left: -80px;
	margin-left: -.8rem;
	transition: all .3s;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.product-list .instyle:hover .name2{
	margin-left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}
.product-list .name{
	position: absolute;
	left: 0;
	top: 385px;
	top: 3.85rem;
	width: 100%;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1b1b1b;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}
.product-list .instyle:hover .name{
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-list .toptext{
	position: absolute;
	left: 0;
	top: 45px;
	top: .45rem;
	font-size: 26px;
	font-size: calc(10px + .16rem);
	color: #1b1b1b;
	line-height: 30px;
	line-height: calc(10px + .2rem);
	font-family: "HelveticaNeue-Bold";
	margin-left: -80px;
	margin-left: -.8rem;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
	z-index: -1;
}
.product-list .instyle:hover .toptext{
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left:0;
	z-index: 1;
}
.product-list .toplink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	height: 5rem;
	z-index: 3;
}
.product-list .colors{
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	margin-bottom: -100px;
	margin-bottom: -1rem;
	transition: all .3s;
}
.product-list .instyle:hover .colors{
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
	margin-bottom: 0;
}
.product-list .incolor{
	width: 20px;
	width: calc(10px + .1rem);
	height: 20px;
	height: calc(10px + .1rem);
	border-radius: 20px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-right: .1rem;
}
.product-list .incolor:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.product-list .colorin{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: 2;
}

.index-part4{
	display: block;
	padding: 33px 0;
	padding: .33rem 0;
	color: #fff !important;
	text-align: center;
	font-size: 24px;
	font-size: calc(12px + .12rem);
	line-height: 32px;
	line-height: calc(16px + .16rem);
}
.index-part4 img{
	max-width: .35rem;
	margin-top: 10px;
	margin-top: .1rem;
}
.ohterbanner{
	padding: 0 .2rem;
}
.ohterbanner .table{
	min-height: 265px;
	min-height: 2.65rem;
	text-align: center;
}
.ohterbanner .text1{
	font-size: 36px;
	font-size: calc(10px + .26rem);
	color: #fff;
	line-height: 50px;
	line-height: calc(20px + .3rem);
}
.ohterbanner .text2{
	font-size: 24px;
	font-size: calc(12px + .12rem);
	color: #fff;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	font-family: "GeosansLight";
}
.ohterbanner .text2 img{
	margin-top: 10px;
	margin-top: .1rem;
	width: 18px;
	width: calc(9px + .09rem);
}


.product-nav{
	margin-top: 70px;
	margin-top: .7rem;
	overflow: hidden;
}
.product-nav .navin{
	white-space: nowrap;
}
.product-nav .inbtn{
	display: inline-block;
	padding: 0 20px;
	padding: 0 .2rem;
	min-width: 90px;
	min-width: 1.1rem;
	text-align: center;
	line-height: 38px;
	line-height: calc(18px + .2rem);
	height: 40px;
	height: calc(20px + .2rem);
	font-size: 14px;
	color: #1b1b1b;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
	margin: 0 10px;
	box-sizing: border-box;
	transition: all .5s;
	white-space: nowrap;
}
.product-nav .inbtn:hover,.product-nav .inbtn.active{
	background: #0045b2;
	color: #fff;
	border: 1px solid #0045b2;
}




.productD-part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.productD-part1 .right{
	width: 70%;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
	height: 483px;
}
.productD-part1 .rightcontrol{
	position: absolute;
	left: 1px;
	top: 0;
	height: 483px;
	width: 90px;
	box-sizing: border-box;
	padding-top: 50px;
}
.productD-part1 .slider2 .slide{
	height: 483px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.productD-part1 .slider2 .slide img{
	height: 100%;
	width: 100%;
	opacity: 0;
	margin: auto;
	filter: alpha(opacity=0);
	display: none;
}
.productD-part1 .bx-controls{
	display: none;
}
.productD-part1 .rightcontrol .bx-controls{
	display: block;
}
.productD-part1 .slider3 .slide .in{
	height: 100%;
	box-sizing: border-box;
}
.productD-part1 .ibox{
	height: 90px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	cursor: pointer;
}
.productD-part1 .slider3 .slide img{
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	display: none;
}
.productD-part1 .slider3 .slide.active img{
	border: 1px solid #444444;
}
.productD-part1 .slider3 .slide.active .ibox{
	border: 1px solid #225ebc;
}
.productD-part1 .bx-pager{
	display: none;
}
.productD-part1 .rightcontrol .bx-wrapper .bx-controls-direction a{
	width: 90px;
	height: 31px;
	box-sizing: border-box;
}
.productD-part1 .rightcontrol .bx-wrapper .bx-prev{
	margin-top: 0;
	top: -40px;
	left: 0;
	background: url(../images/prev4.png) no-repeat center ;
}
.productD-part1 .rightcontrol .bx-wrapper .bx-next{
	margin-top: 0;
	bottom: -40px;
	top: auto;
	left: 0;
	background: url(../images/next4.png) no-repeat center ;
}
.productD-part1{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.productD-part1 .prevpage{
	width: 48px;
	height: 48px;
	background: url(../images/prev2.png) no-repeat center #e5e5e5;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -24px;
	z-index: 2;
	transition: all .5s;
}
.productD-part1 .prevpage:hover{
	background: url(../images/prev2-2.png) no-repeat center #0045b2;
}
.productD-part1 .nextpage{
	width: 48px;
	height: 48px;
	background: url(../images/next2.png) no-repeat center #e5e5e5;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -24px;
	z-index: 2;
	transition: all .5s;
}
.productD-part1 .nextpage:hover{
	background: url(../images/next2-2.png) no-repeat center #0045b2;
}
.productD-part1 .cbox{
}
.productD-part1 .inbox{
	padding: 55px 36px;
	padding: .55rem .36rem;
	background: #fff;
}
.productD-part1 .left{
	width: 30%;
	float: left;
}
.productD-part1 .left .table{
	min-height: 488px;
}
.productD-part1 .text1{
	font-size: 22px;
	font-size: calc(10px + .12rem);
	color: #535353;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	padding-bottom: 10px;
	padding-bottom: .1rem;
	margin-bottom: 25px;
	margin-bottom: .25rem;
	font-family: "微软雅黑";
}
.productD-part1 .text1:after{
	content: "";
	display: block;
	width: 82px;
	width: calc(41px + .41rem);
	height: 2px;
	background: #cfa972;
	margin-top: 10px;
	margin-top: .1rem;
}
.productD-part1 .text2{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #a0a0a0;
	line-height: calc(16px + .08rem);
}
.productD-part1 .text2 span{
	font-family: arial;
}
.productD-part1 .text3{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #a0a0a0;
	line-height: calc(16px + .08rem);
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	margin-top: .25rem;
	padding-top: 20px;
	padding-top: .2rem;
}
.productD-part1 .colors{
	position: relative;
	transition: all .3s;
	margin-top: 35px;
	margin-top: .35rem;
}
.productD-part1 .incolor{
	width: 20px;
	width: calc(10px + .1rem);
	height: 20px;
	height: calc(10px + .1rem);
	border-radius: 20px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-right: .1rem;
}
.productD-part1 .incolor:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.productD-part1 .colorin{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: 2;
}

.history{
	padding-top: 0;
}
.history .timebox{
	height: 45px;
	line-height: 45px;
	background: #254585;
}
.history .timeline{
	height: 45px;
	line-height: 45px;
	background: #254585;
	color: #fff;
	position: relative;
	text-align: center;
	padding:0 21.18%;
	white-space: nowrap;
}
.history .timebox.active .cbox2{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}
.history .timeline .intime{
	opacity: .34;
	filter: alpha(opacity=34);
	transition: all .5s;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	width: 6.25%;
	position: relative;
}
.history .timeline .intime.active:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid transparent;
	margin: auto;
}
.history .timeline .intime:hover,.history .timeline .intime.active{
	opacity: 1;
	filter: alpha(opacity=100);
}
.history .timeline .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 21.18%;
	font-size: 24px;
}
.history .timeline .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 21.18%;
	font-size: 24px;
}


.historybox .mianpic{
	display: block;
	margin: auto;
	max-width: 100%;
}
.historybox{
	position: relative;
	transition: all .5s;
}
.historybox .toptext{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 390px;
	background: #000;
	background: rgba(0,0,0,0.59);
	padding-right: 46px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
}
.historybox .toptext .lefttime{
	position: absolute;
	left: 46px;
	top: 0;
	line-height: 160px;
	line-height: 1.6rem;
	font-size: 132px;
	font-size: 1.32rem;
	font-weight: bold;
}
.historybox .toptext .righttext{
	padding: 10px 0;
	padding: .1rem 0;
	color: #fff;
	font-size: 12px;
	max-width: 480px;
	transition: all .8s;
	opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
	
}
.historybox.active .toptext .righttext{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.historybox .toptext .table{
	min-height: 140px;
	min-height: 1.4rem;
	
}
.historybox .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.historybox1 .inbox{
	padding: 180px 45px 22px 45px;
	padding: 1.8rem .45rem .22rem .45rem;
	background: #e5cfc0;
}
.historybox1 .pic1{
	float: left;
	width: 31.5%;
}
.historybox1 .pic2{
	float: right;
	width: 66.6%;
}
.historybox2 .pic1{
	position: absolute;
	right: 50px;
	right: .5rem;
	top: 200px;
	top: 2rem;
	width: 33.8%;
}
.historybox3 .inbox{
	padding: 195px 45px 35px 45px;
	padding: 1.95rem .45rem .35rem .45rem;
	background: #dcdcdc;
}
.historybox3 .pic1{
	display: block;
	width: 31%;
	float: left;
}
.historybox3 .pic2{
	display: block;
	width: 26.76%;
	float: left;
	margin: 0 1.344%;
}
.historybox3 .pic3{
	display: block;
	width: 39.55%;
	float: right;
}
.historybox4 .pic1{
	position: absolute;
	bottom: 25px;
	right: 18.4%;
	width: 48.125%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.historybox5 .inbox{
	padding: 195px 45px 35px 45px;
	padding: 1.95rem .45rem .35rem .45rem;
	background: #686a6f;
}
.historybox5 .pic1{
	width: 65.9%;
	float: left;
}
.historybox5 .pic2{
	width: 31.829%;
	float: right;
}

.historybox6 .inbox{
}
.historybox6 .inbox .coversize{
    
	padding-top: 325px;
	padding-top: 3.25rem;
	padding-bottom: 150px;
	padding-bottom: 1.5rem;
	padding-left: 45px;
	padding-left: .45rem;
	padding-right: 45px;
	padding-right: .45rem;
}
.historybox6 .inbox .coversize:after{
    content:"";
    display:block;
    clear:both;
}
.historybox6 .pic1{
	width:58.42% ;
	float: left;
}
.historybox6 .pic2{
	width:37.74% ;
	float: right;
}


.about-nav{
	height: 60px;
	height: calc(30px + .3rem);
	line-height: 60px;
	line-height: calc(30px + .3rem);
	background: #f9f9f9;
}
.about-nav .inav{
	width: 33.3%;
	text-align: center;
	float: left;
}
.about-nav .cbox{
	padding: 0;
}
.about-nav .inav a{
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-size: calc(8px + .08rem);
	color: #1b1b1b;
	position: relative;
	white-space: nowrap;
}
.about-nav .inav a:after{
	content: "";
	display: block;
	width: 57px;
	width: calc(20px + .27rem);
	height: 2px;
	transition: all .5s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.about-nav .inav a.active:after,.about-nav .inav a:hover:after{
	background: #254585;
}

.about-part1{
	padding-top: 40px;
	padding-top: .4rem;
	padding-bottom: 60px;
	padding-bottom: .6rem;
}
.about-part1 .title{
	font-size: 30px;
	font-size: calc(10px + .2rem);
	color: #1b1b1b;
	text-align: center;
	line-height: 50px;
	line-height: calc(10px + .4rem);
	font-family: "HelveticaNeue-Bold";
}
.about-part1 .intext{
	text-align: center;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #7d7d7d;
	line-height: 36px;
	line-height: calc(15px + .21rem);
	margin-top: 15px;
	margin-top: .15rem;
}
.about-part1 .intext img{
	margin-right: 11px;
	margin-right: .11rem;
}
.about-part2 .title{
	color: #fff;
	font-size: 30px;
	font-size: calc(10px + .2rem);
	text-align: center;
	line-height: 50px;
	line-height: calc(10px + .4rem);
	font-family: "HelveticaNeue-Bold";
	margin-bottom: .8rem;
}
.about-part2 .instyle{
	text-align: center;
	width: 33.3%;
	float: left;
	color: #fff;
	font-size: 16px;
	font-size: calc(10px + .06rem);
	line-height: calc(16px + .08rem);
	transition: all .5s;
}
.about-part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about-part2{
	padding-top: 70px;
	padding-top: .7rem;
	padding-bottom: 90px;
	padding-bottom: .9rem;
	
}
.about-part2 .instyle img{
	display: block;
	margin: auto;
	max-width: .7rem;
	margin-bottom: 10px;
	margin-bottom: .1rem;
}
/*.about-part2 .instyle .iconbox .before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s;
}
.about-part2 .instyle .iconbox .after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.about-part2 .instyle:hover{
	color: #254585;
}
.about-part2 .instyle:hover .before{
	opacity: 0;
	filter: alpha(opacity=0);
}
.about-part2 .instyle:hover .after{
	opacity: 1;
	filter: alpha(opacity=100);
}*/
.about-part3{
	position: relative;
	background: #254585;
}
.about-part3:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #01256d;
}
.about-part3 .instyle{
	width: 25%;
	float: left;
	padding: 30px 10px;
	padding:.3rem .1rem ;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.about-part3 .title{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	line-height: 38px;
	line-height: calc(18px + .2rem);
}
.about-part3 .inbox{
	margin: auto;
	max-width: 1440px;
}
.about-part3 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about-part3 .intext{
	font-family: impact;
	font-size: 38px;
	font-size: calc(10px + .28rem);
	line-height: 55px;
	line-height: calc(10px + .45rem);
}

.about-part4{
	padding-top: 50px;
	padding-top: .5rem;
	padding-bottom: 80px;
	padding-bottom: .8rem;
}
.about-part4 .text1{
	font-size: 30px;
	font-size: calc(10px + .2rem);
	text-align: center;
	line-height: 50px;
	line-height: calc(10px + .4rem);
	font-family: "HelveticaNeue-Bold";
}
.about-part4 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	text-align: center;
	line-height: 30px;
	line-height: calc(15px + .15rem);
	color: #7d7d7d;
}
.about-part4 .inbox{
	width: 102%;
	margin-top: 55px;
	margin-bottom: .55rem;
}
.about-part4 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about-part4 .instyle{
	width: 48%;
	float: left;
	margin-right: 2%;
	min-height: 200px;
	min-height: calc(100px + 1rem);
	background-position: center;
	background-size: 3rem auto;
	background-repeat: no-repeat;
	box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 .25rem .05rem rgba(0,0,0,.1);
	transition: all .5s;
}
.about-part4 .instyle:hover{
	background-size: 3.6rem auto;
}
.about-part4 .picbox{
	height: 240px;
	height: 2.4rem;
	transition: all .5s;
	background-size: auto 100%;
}
.about-part4 .instyle:hover .picbox{
	background-size: auto 120%;
}
.about-part4 .textbox{
	padding: 25px 40px;
	padding: .25rem .4rem;
	background: #fff;
}
.about-part4 .text3{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #1b1b1b;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	line-height: calc(16px + .14rem);
}

.about-part4 .text4{
	font-size: 12px;
	font-size: calc(10px + .02rem);
	line-height: 24px;
	line-height: calc(16px + .08rem);
	height: 72px;
	height: calc(48px + .24rem);
	overflow: hidden;
	color: #959595;
}
.about-part5{
	background: #f5f5f5;
}
.about-part6 .inbox{
	padding-top: 10px;
	padding-top: .1rem;
	padding-bottom: 80px;
	padding-bottom: .8rem;
}
.about-part6 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about-part6 .instyle{
	display: block;
	width: 25%;
	box-sizing: border-box;
	padding: 0 2%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: .5rem;
}
.about-part6 .instyle.clear{
	clear: both;
}
.about-part6 .instyle:nth-of-type(4n+1){
	clear: both;
}
.about-part6 .toppic{
	height: 155px;
	width: 155px;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 155px;
	border: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 0 0 .3rem 0 rgba(0,0,0,0.1);
	margin: auto;
	background-size: 100% auto;
	transition: all .5s;
}
.about-part6 .instyle:hover .toppic{
	
	background-size: 140% auto;
}
.about-part6 .text1{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	margin: auto;
	color: #1b1b1b;
	line-height: 35px;
	line-height: calc(20px + .15rem);
	margin-top: 20px;
	margin-top: .2rem;
	font-weight: bold;
	max-width: 85%;
}
.about-part6 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	margin: auto;
	color: #7d7d7d;
	line-height: 24px;
	line-height: calc(14px + .1rem);
	margin-top: 8px;
	margin-top: .08rem;
	max-width: 85%;
}
.about-part7{
	padding-top: 60px;
	padding-top: .6rem;
	padding-bottom: 80px;
	padding-bottom: .8rem;
}
.about-part7 .title{
	font-size: 30px;
	font-size: calc(10px + .2rem);
	text-align: center;
	line-height: 50px;
	line-height: calc(10px + .4rem);
	font-family: "HelveticaNeue-Bold";
	color: #1b1b1b;
	margin-bottom: 75px;
	margin-bottom: .75rem;
}
.about-part7 .inbox{
	width: 102%;
}
.about-part7 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about-part7 .inbox .instyle{
	width: 31.33%;
	float: left;
	margin-right: 2%;
	height: 155px;
	height: 1.55rem;
	margin-bottom: 35px;
	margin-bottom: .35rem;
	display: block;
}
.about-part7 .bx-pager{
	display: none;
}
.about-part7 .bx-wrapper .bx-controls-direction a{
	width: 35px;
	width: calc(15px + .2rem);
	height: 35px;
	height: calc(15px + .2rem);
	margin-top: -35px;
	margin-top: calc(-7px - .28rem);
}
.about-part7 .bx-wrapper .bx-prev{
	background-image: url(../images/prev1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: -70px;
}
.about-part7 .bx-wrapper .bx-next{
	background-image: url(../images/next1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -70px;
}
.about-part7 .bx-wrapper .bx-prev:hover{
	background-image: url(../images/prev1-2.png);
}
.about-part7 .bx-wrapper .bx-next:hover{
	background-image: url(../images/next1-2.png);
}
.about-part7.smll .bx-wrapper .bx-next{
	right: 0;
}	
.about-part7.smll .bx-wrapper .bx-prev{
	left: 0;
}	


.contact-part1{
	padding-top: 65px;
	padding-top: .65rem;
}
.contact-part1 .title{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #7d7d7d;
	text-align: center;
	line-height: calc(16px + .08rem);
}
.contact-part1 .title img{
	display: block;
	margin: auto;
	margin-bottom: 8px;
	margin-bottom: .08rem;
	width: 25px;
	width: calc(10px + .15rem)
}

.contact-part1 .inbox{
	max-width: 900px;
	margin: auto;
	margin-top: 80px;
	margin-top: .8rem;
	padding-bottom: 75px;
	padding-bottom: .75rem;
}
.contact-part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.contact-part1 .left{
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	border-radius: .1rem;
	width: 48%;
	float: left;
	min-height: 530px;
	min-height: 5.3rem;
	padding: 40px ;
	padding: .4rem;
	padding-bottom: 25px;
	padding-bottom: .25rem;
	box-sizing: border-box;
}
.contact-part1 .right{
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	border-radius: .1rem;
	width: 48%;
	float: right;
	min-height: 530px;
	min-height: 5.3rem;
	padding: 40px ;
	padding: .4rem;
	padding-bottom: 25px;
	padding-bottom: .25rem;
	box-sizing: border-box;
}
.contact-part1 .left .logo{
	display: block;
	max-width: 60%;
	margin-bottom: 40px;
	margin-bottom: .4rem;
	width: calc(70px + .71rem);
}
.contact-part1 .left .text1{
	font-size: 13px;
	color: #1b1b1b;
	font-family: "HelveticaNeue-Bold";
	line-height: calc(18px + .06rem);
	margin-bottom: 7px;
	margin-bottom: .07rem;
}
.contact-part1 .left .text1-2{
	font-size: 18px;
	font-size: calc(13px + .05rem);
}
.contact-part1 .left .text2{
	/*padding-left: 60px;*/
	line-height: calc(18px + .06rem);
	color: #7d7d7d;
	position: relative;
	font-size: 13px;
}
.contact-part1 .left .attr{
	position: absolute;
	top: 5px;
	top: calc(2px + .03rem);
	left: 0;
	width: 55px;
	text-align: right;
}
.contact-part1 .left .text3{
	letter-spacing: 3px;
	margin-top: 25px;
	margin-top: .25rem;
}
.contact-part1 .left .text4{
	margin-top: 25px;
	margin-top: .25rem;
}
.contact-part1 .left .text4 img{
	margin-right: 15px;
	margin-right: .15rem;
	width: calc(20px + .2rem);
}
.contact-part1 .text5{
	font-size: 23px;
	font-size: calc(10px + .13rem);
	color: #313131;
	line-height: 34px;
	line-height: calc(20px + .14rem);
	margin-bottom: 36px;
	margin-bottom: .36rem;
	font-family: "HelveticaNeue-Bold";
}
.contact-part1 .inputbox{
	width: 48%;
	float: left;
	font-size: 13px;
	font-size: calc(10px + .03rem);
	color: #1b1b1b;
}
.contact-part1 .inputbox input{
	padding: 10px ;
	padding: .1rem;
	height: 45px;
	height: calc(25px + .2rem);
	box-sizing: border-box;
	line-height: 25px;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-top: .1rem;
}
.contact-part1 .textarea{
	clear: both;
	margin-top: 15px;
	margin-top: .15rem;
	width: 100%;
}
.contact-part1 .textarea textarea{
	padding: 10px ;
	padding: .1rem;
	height: 155px;
	height: calc(55px + 1rem);
	box-sizing: border-box;
	line-height: 25px;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-top: .1rem;
	outline: none;
}
.contact-part1 .submit{
	clear: both;
	height: 40px;
	height: calc(20px + .2rem);
	width: 180px;
	width: calc(90px + .9rem);
	background: #fff;
	padding: 0;
	border: 2px solid #959595;
	font-size: 18px;
	font-size: calc(9px + .09rem);
	color: #1b1b1b;
	text-align: center;
	max-width: 100%;
	margin: auto;
	margin-top: 27px;
	margin-top: .27rem;
	display: block;
	cursor: pointer;
	transition: all .5s;
}
.contact-part1 .submit:hover{
	background: #959595;
	color: #fff;
}


.product-list .recommended{
	font-size: 20px;
	font-size: calc(12px + .08rem);
	color: #7d7d7d;
	line-height: 45px;
	line-height: calc(20px + .25rem);
	text-align: center;
	margin-bottom: 45px;
	margin-bottom: .45rem;
}
.product-list .recommended .line{
	width: 30px;
	height: 1px;
	background: #cea975;
	margin: auto;
}


.productD-part1 .left .backbtn{
	color: #0045b2;
	font-family: arial,"微软雅黑";
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: 40px;
	height: 40px;
	line-height: calc(20px + .2rem);
	height: calc(20px + .2rem);
	text-align: center;
	padding:0 25px ;
	padding: 0 .25rem;
	border: 1px solid #0045b2;
	border-radius: 40px;
	display: inline-block;
	margin-top: 40px;
	margin-top: .4rem;
}
.productD-part1 .left .backbtn img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	margin-right: .1rem;
}

.about-part8 .slide img{
	margin: auto;
}