﻿@font-face {
	font-family: 'GeometricSlab703BT-MediumCond';
	src: url('../fonts/geometricslab703bt-mediumcond.eot') format('eot');
	src: url('../fonts/geometricslab703bt-mediumcond.eot') format('embedded-opentype'), url('../fonts/geometricslab703bt-mediumcond.woff') format('woff'), url('../fonts/geometricslab703bt-mediumcond.ttf') format('truetype'), url('../fonts/geometricslab703bt-mediumcond.svg#geometricslab703bt-mediumcond') 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/bottomarr3.png) no-repeat scroll center right 10px transparent;
	background: url(../images/bottomarr3.png) no-repeat scroll center right .1rem transparent;
	padding-right: 10px;
}

input {
	font-family: "微软雅黑";
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #a9a9a9;
	outline: none;
}

body {
	height: 100%;
	overflow: hidden;
}

.content::before,
.menu-wrap {
	display: none;
    
}

.readybefor {
	content: "";
	display: block;
	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(../images/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.containsize {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-ms-behavior: url(../images/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);
	z-index: -1;
	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;
	background: #fff;
	padding: 10px;
}
.hideqr .inbox {
	*display: inline;
}
body,
html {
	font-family: "微软雅黑";
	height: 100%;
	font-size: 100px;
}

body {
	box-sizing: border-box;
	font-size: 12px;
}

.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 {
}

.cbox {
	max-width: 1200px;
	padding: 0 20px;
	padding: 0 .2rem;
	margin: auto;
}


.wechat {
	cursor: pointer;
}



body{
}



.mobnav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.75rem;
	z-index: 1999;
	display: none;
	transition: all .5s;
}
.mobnav.active{
	margin-left: -3.2rem;
}
.mobnav .searchbox{
	width: .5rem;
	height: .5rem;
	border-radius: .5rem;
	border: 1px solid #7d6756;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	transition: all .5s;
	padding-right: .5rem;
	box-sizing: border-box;
}
.mobnav .searchbox .open{
	position: absolute;
	right: -1px;
	top: -1px;
	width: .5rem;
	height: .5rem;
	background: url(../images/icon17.png) no-repeat center;
	background-size: .22rem;
	z-index: 2;
}
.mobnav .searchbox.active .open{
	z-index: 1;
}
.mobnav .searchbox .search{
	position: absolute;
	right: -1px;
	top: -1px;
	width: .5rem;
	height: .5rem;
	background: url(../images/icon17.png) no-repeat center;
	background-size: .22rem;
	z-index: 1;
}
.mobnav .searchbox.active .search{
	z-index: 2;
}
.mobnav .searchbox.active{
	width: 2rem;
}
.mobnav .searchbox .searchinput{
	display: block;
	padding: .1rem;
	padding-right: 0;
	padding-left: .15rem;
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	box-sizing: border-box;
}
.mobnav .headpart{
	position: absolute;
	height: 1rem;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
}
.container,.footer{
	transition: all .5s;
}
.mobactive .container,.mobactive .footer{
	transform:translateX(-3.2rem);
}
.mobnav .logo{
	width: calc(40px + .4rem);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: .2rem;
	margin: auto;
	z-index: 10;
	width: 2rem;
}
.mobnav .menu{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: .5rem;
	margin: auto;
	width: .4rem;
}

.mobnav .hidepart{
	position: absolute;
	top: 0;
	right: -3.2rem;
	width: 3.2rem;
	height: 100vh;
	background: #333;
	z-index: 3;
	font-size: .26rem;
	color: #fff;
	line-height: .7rem;
	text-align: center;
	padding-top: 1rem;
}
.mobnav.active .hidepart{
}
.mobnav .searchpart{
	padding: .3rem 1rem;
}
.mobnav .links img{
	display: block;
	margin: auto;
	height: calc(10px + .1rem);
	opacity: .5;
	transition: all .5s;
}
.mobnav .links .inlink{
	display: block;
	color: #fff;
}
.mobnav .links{
	padding-bottom: .3rem;
}
.mobnav .links .active img{
	opacity: 1;
}
.mobnav .links .inlink:hover img{
	opacity: 1;
}
.mobnav .backshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	display: none;
}
.mobnav.active .backshadow{
	display: block;
}


.pcnav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	transition: all .5s;
}
.pcnav.scroll{
	height: 100px;
	margin-top: -10px;
}
.pcnav .inbox{
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
	height: 100%;
}
.pcnav .logo{
	position: absolute;
	width: 423px;
	height: 71px;
	left: calc(50% - 170px);
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	display: block;
	background-size: contain;
	transition: all .5s;
}
.pcnav.active .logo,.pcnav.scroll .logo{
	left: 0;
	margin-left: 0;
	width: 230px;
	height: 49px;
	margin-top: -30px;
	background-image: url(../images/logo2.png);
}
.pcnav .lefta{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 110px;
	height: 110px;
	font-family: ' ';
	font-size: 14px;
	color: #4c4c4c;
	transition: all .5s;
}
.pcnav.active .lefta,.pcnav.scroll .lefta{
	display: none;
}
.pcnav .lefta img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.pcnav .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-right: 50px;
	width: 0px;
	transition: all .5s;
	overflow: hidden;
}
.pcnav.active .right,.pcnav.scroll .right{
	width: 800px;
}
.pcnav.scroll .right{
	padding-right: 0;
}
.pcnav .btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icon2.png);
	cursor: pointer;
	transition: all .5s;
}
.pcnav.active .btn{
	background-image: url(../images/icon3.png);
}
.pcnav.scroll .btn{
	opacity: 0;
	filter: alpha(opacity=0);
}
.pcnav .in{
	width: 800px;
	float: right;
	position: relative;
	z-index: 2;
}
.pcnav .inlink{
	display: inline-block;
	padding: 0 15px;
	float: right;
	line-height: 110px;
	position: relative;
	font-size: 14px;
	font-family: ' ';
	color: #333333;
}
.pcnav .inlink:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 0;
	background: #0e1646;
	transition: all .5s;
}
.pcnav .inlink.active:after,.pcnav .inlink:hover:after{
	width: 72px;
}
.pcnav .righta{
	display: inline-block;
	float: right;
	line-height: 110px;
	position: relative;
	padding-left: 27px;
	padding-right: 20px;
	margin-left: 15px;
	font-family: ' ';
	font-size: 14px;
	color: #4c4c4c;
}
.pcnav .righta:after{
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #909090;
}
.pcnav .righta img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.pcnav .cbox{
	height: 100%;
}

.container{
	padding-top: 70px;
}



.windowbox{
	background: #313131;
	padding: 77px 0;
}
.windowbox .box1{
	width: 245px;
	height: 263px;
	margin: auto;
	position: absolute;
	transition:all .5s ease;
	transition-delay: 2.5s;
}
.windowbox.active .box1{
	opacity: 0;
	filter: alpha(opacity=0);
}
.windowbox .box1 .in{
	position: absolute;
	width: 222px;
	height: 239px;
	left: 12px;
	top: 13px;
}
.windowbox .box1 .line{
	position: absolute;
	background: #666666;
	transition: all .8s linear;
	width: 0px;
	height: 0px;
}
.windowbox .box1 .line1{
	height: 1px;
	right: 0;
	top: 0;
}
.windowbox.active .box1 .line1{
	width: 50%;
}
.windowbox .box1 .line2{
	height: 1px;
	right: 0;
	right: calc(6px);
	top: 5px;
}
.windowbox.active .box1 .line2{
	width: 50%;
	width: calc(50% - 6px);
}
.windowbox .box1 .line3{
	width: 1px;
	right: 0;
	top: 0;
}
.windowbox.active .box1 .line3{
	height: 100%;
}
.windowbox .box1 .line4{
	width: 1px;
	right: 6px;
	top: 0;
	top: calc(5px);
	transition-delay: .1s;
}
.windowbox.active .box1 .line4{
	height: 100%;
	height: calc(100% - 10px);
}
.windowbox .box1 .line5{
	bottom: 0;
	right: 0;
	height: 1px;
	transition-delay: .8s;
}
.windowbox.active .box1 .line5{
	width: 50%;
}
.windowbox .box1 .line6{
	right: 0;
	right: calc(6px);
	bottom: 5px;
	height: 1px;
	transition-delay: .9s;
}
.windowbox.active .box1 .line6{
	width: 50%;
	width: calc(50% - 6px);
}
.windowbox .box1 .line7{
	bottom: 0;
	left: 0;
	height: 1px;
}
.windowbox.active .box1 .line7{
	width: 50%;
}
.windowbox .box1 .line8{
	bottom: 5px;
	left: 0;
	left: calc(5px);
	height: 1px;
}
.windowbox.active .box1 .line8{
	width: 50%;
	width: calc(50% - 5px);
}
.windowbox .box1 .line9{
	bottom: 0;
	left: 0;
	width: 1px;
}
.windowbox.active .box1 .line9{
	height: 100%;
}
.windowbox .box1 .line10{
	bottom: 0;
	bottom: calc(5px);
	left: 6px;
	width: 1px;
	transition-delay: .1s;
}
.windowbox.active .box1 .line10{
	height: 100%;
	height: calc(100% - 10px);
}
.windowbox .box1 .line11{
	top: 0;
	left: 0;
	height: 1px;
	transition-delay: .8s;
}
.windowbox.active .box1 .line11{
	width: 50%;
}
.windowbox .box1 .line12{
	top: 5px;
	height: 1px;
	left: 0;
	left: calc(6px);
	transition-delay: .9s;
}
.windowbox.active .box1 .line12{
	width: 50%;
	width: calc(50% - 6px);
}
.windowbox .box1 .line13{
	right: 106px;
	top: 0;
	width: 1px;
	transition-delay: 1.6s;
}
.windowbox.active .box1 .line13{
	height: 100%;
}
.windowbox .box1 .line14{
	right: 112px;
	top: 0;
	width: 1px;
	transition-delay: 1.7s;
}
.windowbox.active .box1 .line14{
	height: 100%;
}
.windowbox .box2{
	width: 245px;
	height: 263px;
	margin: auto;
	position: absolute;
	opacity: 0;
	transition:all .5s;
	transition-delay: 2.5s;
	filter: alpha(opacity=0);
	z-index: 2;
}
.windowbox.active .box2{
	opacity: 1;
	filter: alpha(opacity=100);
}
.windowbox .box2 .left{
	width: 124px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/pic1-l.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	transition-delay: 3s;
}
.windowbox .box2 .right{
	width: 121px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/pic1-r.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	transition-delay: 3s;
}
.windowbox .box2 .lefttext{
	position: absolute;
	left: -120px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.windowbox .box2 .righttext{
	position: absolute;
	right: -120px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.windowbox .box{
	width: 245px;
	height: 263px;
	margin: auto;
	position: relative;
}
.windowbox.active .box2 .left{
	margin-left: -111px;
}
.windowbox.active .box2 .right{
	margin-right: -111px;
}
.windowbox .box3{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s;
	transition-delay: 3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.windowbox.active .box3{
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer .part1{
	background: #262626;
}
.footer .part1:after{
	content: "";
	display: block;
	clear: both;
}
.footer .part1 .left{
	padding-top: 74px;
	padding-bottom: 55px;
	width: 50%;
	float: left;
}
.footer .part1 .link{
	padding-bottom: 22px;
}
.footer .part1 .inlink{
	display: inline-block;
	width: 185px;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
	font-family: " ";
	line-height: 42px;
	height: 44px;
	border: 1px solid #959595;
	box-sizing: border-box;
	margin-right: 12px;
	margin-bottom: 12px;
}
.footer .part1 .inlink img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.footer .part1 .address{
	color: #b2b2b2;
	font-family: " ";
	font-size: 12px;
	line-height: 24px;
}
.footer .part1 .address .attr{
	color: #808080;
}
.footer .part1 .phonetitle{
	font-size: 14px;
	color: #dacbb8;
	line-height: 14px;
	font-weight: bold;
}
.footer .part1 .phone{
	font-size: 36px;
	color: #dacbb8;
	line-height: 50px;
	font-family: impact;
	margin-bottom: 15px;
}
.footer .part1 .right{
	width: 50%;
	float: right;
	padding-top: 130px;
	text-align: right;
	padding-right: 55px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 160px;
}
.footer .part1 .right:after{
	content: "";
	display: block;
	width: 115px;
	height: 315px;
	border: 1px solid #353535;
	position: absolute;
	bottom: 27px;
	right: 0;
}
.footer .part1 .rtext1{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	position: relative;
	z-index: 2;
}
.footer .part1 .rtext2{
	font-size: 29px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.footer .part1 .rtext3{
	font-size: 14px;
	color: #808080;
	position: relative;
	z-index: 2;
}
.footer .part1 .links{
	white-space: nowrap;
	text-align: left;
	position: absolute;
	right: 55px;
	bottom: 55px;
	z-index: 2;
}
.footer .part1 .innav{
	color: #fff;
	font-size: 12px;
	font-family: " ";
	margin-left: 30px;
	display: inline-block;
}
.footer .part2{
	background: #1d1d1d;
	color: #808080;
	font-size: 12px;
	font-size: calc(9px + .03rem);
	font-family: ' ';
	padding: 20px 0;
	padding: .2rem 0;
	line-height: 25px;
	line-height: calc(17px + .08rem);
}
.footer .part2 .cbox:after{
	content: "";
	display: block;
	clear: both;
}
.footer .part2 a{
	color: #808080;
}
.footer .part2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}

.banner{
}
.banner .slide{
	height: 844px;
}
.banner .slide img{
	display: block;
	margin: auto;
	max-width: 100%;
	opacity: 0;
	transform: translateY(-100px);
	transition: all 1.5s;
}
.banner .slide.active img{
	opacity: 1;
	transform: translateY(0px);
}
.banner .bx-controls-direction{
	display: none;
}
.banner .bx-wrapper .bx-pager{
	height: 0;
	padding-top: 0;
	bottom: 60px;
	bottom: .6rem;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a span{
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
	padding: 8px;
	padding: 0.08rem;
	border: 1px solid transparent;
	border-radius: 20px;
	width: 3px;
	height: 3px;
	background: none !important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
	border: 1px solid #938a8b;
}

.indextitle{
	padding: 43px 0;
	padding: .43rem 0;
}
.indextitle img{
	display: block;
	height: 1.8rem;
	margin: auto;
}
.index .part1{
	overflow: hidden;
}
.index .part1 .slide{
	height: 561px;
	height: 35vw;
	position: relative;
}
.index .part1 .inbox{
	width: 200%;
	margin: auto;
	margin-left: -50%;
}
.index .part1 .in{
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
.index .part1 .in:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 1;
	transition:all .5s;
}
.index .part1 .active .in{
	width: 100%;
	height: 100%;
}
.index .part1 .active .in:after{
	opacity: 0;
	filter: alpha(opacity=0);
}
.index .part1 .bx-wrapper .bx-viewport{
}
.index .part1 .bx-wrapper .bx-controls-direction a{
	width: 35px;
	height: 50px;
	margin-top: -25px;
	width: .35rem;
	height: .5rem;
	margin-top: -.25rem;
}
.index .part1 .bx-wrapper .bx-prev{
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 31%;
}
.index .part1 .bx-wrapper .bx-next{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: 31%;
}
.index .part1 .bx-wrapper .bx-pager{
	display: none;
}
.index .part1 .intext{
	position: absolute;
	bottom: 36px;
	bottom: .36rem;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.4);
	width: 315px;
	width: calc(115px + 2rem);
	height: 100px;
	height: calc(80px + .2rem);
	padding: 19px 20px;
	padding: 19px .2rem;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.index .part1 .active .intext{
	opacity: 1;
	filter: alpha(opacity=100);
}
.index .part1 .text1{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	line-height: 38px;
	line-height: calc(18px + .2rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.index .part1 .text2{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .part2{
	padding-bottom: 70px;
	padding-bottom: .7rem;
	overflow: hidden;
}
.index .part2 .inbox{
	width: 102%;
}
.index .part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.index .part2 .instyle{
	display: block;
	width: 31.33%;
	float: left;
	margin-right: 2%;
	padding: 0 25px;
	padding: 0 .25rem;
	padding-bottom: 25px;
	padding-bottom: .25rem;
	padding-top: 40px;
	padding-top: .4rem;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.index .part2 .instyle:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	transition:all .5s;
}
.index .part2 .instyle:hover:before{
	height: 75%;
	background: #262626;
}
.index .part2 .text1{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #1a1a1a;
	font-family: arial;
	line-height: 28px;
	line-height: calc(10px + .18rem);
	position: relative;
	z-index: 2;
	transition:all .5s;
}
.index .part2 .text2{
	font-size: 14px;
	font-family: arial;
	line-height: 20px;
	color: #1a1a1a;
	font-size: calc(10px + .04rem);
	line-height: calc(15px + .05rem);
	position: relative;
	z-index: 2;
	transition:all .5s;
}
.index .part2 .line{
	width: 43px;
	height: 1px;
	background: #797979;
	position: relative;
	z-index: 2;
	transition:all .5s;
}
.index .part2 .text3{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	color: #000000;
	line-height: 28px;
	font-size: calc(10px + .08rem);
	line-height: calc(18px + .1rem);
	margin-top: 45px;
	margin-top: .45rem;
	height: 28px;
	height: calc(18px + .1rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition:all .5s;
	z-index: 2;
}
.index .part2 .text4{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #4c4c4c;
	line-height: 24px;
	line-height: calc(14px + .1rem);
	height: 72px;
	height: calc(42px + .3rem);
	overflow: hidden;
	margin-top: 10px;
	margin-top: .1rem;
	position: relative;
	z-index: 2;
	transition:all .5s;
}
.index .part2 .picbox{
	height: 223px;
	height: 2.23rem;
	margin-top: 30px;
	margin-top: .3rem;
	position: relative;
	z-index: 2;
}
.index .part2 .instyle:hover .text3,.index .part2 .instyle:hover .text4,.index .part2 .instyle:hover .text1,.index .part2 .instyle:hover .text2{
	color: #fff;
}
.index .part2 .instyle:hover .line{
	background: #fff;
}


.productCenter .part1 .slide{
	min-height: 400px;
	text-align: center;
	color: #fff;
}
.productCenter .part1 .text1{
	font-size: 40px;
	font-family: arial;
	color: #fff;
	font-weight: bold;
	line-height: 55px;
	font-size: .4rem;
	line-height: .55rem;
	margin-top: -60px;
	margin-top: -.6rem;
}
.productCenter .part1 .text2{
	font-size: 24px;
	line-height: 44px;
	font-size: calc(10px + .14rem);
	line-height: calc(14px + .3rem);
}
.productCenter .part1 .line{
	width: 25px;
	height: 1px;
	background: #fff;
	margin: auto;
	margin-bottom: 17px;
	margin-bottom: .17rem;
}
.productCenter .bx-wrapper .bx-pager{
	display: none;
}
.productCenter .bx-wrapper .bx-controls-direction a{
	width: 115px;
	height: 63px;
	width: 1.15rem;
	height: .63rem;
	margin-top: -31px;
	margin-top: -.31rem;
}
.productCenter .bx-wrapper .bx-next{
	background-image: url(../images/next2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 10%;
}
.productCenter .bx-wrapper .bx-prev{
	background-image: url(../images/prev2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 10%;
}


.ohterbanner{

	height:3.7rem;
	padding-top: 140px;
	padding-top: 1.4rem;
	box-sizing: border-box;
}
.ohterbanner .inimg{
	display: block;
	max-width: 32%;
}


.commonnav{
	overflow: hidden;
	padding-top: 92px;
	padding-top: .92rem;
	text-align: center;
}
.commonnav .mCSB_horizontal>.mCSB_container{
	margin: auto;
}
.commonnav .ina{
	min-width: 200px;
	min-width: calc(50px + 1.5rem);
	padding: 0 20px;
	padding: 0 .2rem;
	line-height: 48px;
	height: 50px;
	line-height: calc(18px + .3rem);
	height: calc(20px + .3rem);
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	font-size: 15px;
	font-size: calc(10px + .05rem);
	color: #333333;
	text-align: center;
	border-radius: 50px;
	transition: all .5s;
	margin-right: 45px;
	margin-right: .45rem;
	margin-bottom: 2px;
}
.commonnav .ina:last-child{
	margin-right: 0;
}
.commonnav .navbox{
	white-space: nowrap;
}
.commonnav .ina:hover,.commonnav .ina.active{
	border: 1px solid #e7141a;
	background: #e7141a;
	color: #fff;
}
.commonnav .mCSB_horizontal>.mCSB_container{
	margin-bottom: 20px;
	
}


.productList .part1{
	padding-bottom: 67px;
	padding-bottom: .67rem;
}


.commontitle {
	text-align: center;
	padding-top: 65px;
	padding-top: .65rem;
	padding-bottom: 42px;
	padding-bottom: .42rem;
}
.commontitle .zh{
	font-size: 24px;
	font-size: .24rem;
	color: #0d0d0d;
	line-height: 36px;
	line-height: .36rem;
}
.commontitle .en{
	font-size: 40px;
	font-size: .4rem;
	color: #0d0d0d;
	font-family: arial;
	line-height: 45px;
	line-height: .45rem;
	font-weight: bold;
}
.commontitle .titleline{
	width: 25px;
	width: calc(10px + .15rem);
	height: 1px;
	background: #2d2c2c;
	margin: auto;
	margin-top: 10px;
	margin-top: .1rem;
}
.productList .part1 .instyle{
	width: 32.83%;
	float: left;
	box-sizing: border-box;
	margin-right: .5%;
	margin-bottom: .5%;
	display: block;
	position: relative;
}
.productList .part1 .inbox{
	width: 100.5%;
}
.productList .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.productList .part1 .picbox{
	height: 230px;
	height: 2.3rem;
}
.productList .part1 .textbox{
	background: #e6e6e6;
	line-height: 30px;
	line-height: .3rem;
	padding: 15px;
	padding: .15rem;
	font-family: " ";
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-size: calc(10px + .04rem);
}
.productList .part1 .hide{
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all .5s;
}
.productList .part1 .hide img{
	width: 50px;
	width: .5rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.productList .part1 .instyle:hover .hide{
	opacity: 1;
	filter:alpha(opacity=100)
}
.productList .commonpage{
	margin-top: 65px;
	margin-top: .65rem;
}
.commonpage{
	font-size: 0;
	text-align: center;
}
.commonpage .ina{
	color: #262626;
	font-size: 14px;
	font-family: " ";
	display: inline-block;
	min-width: 26px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding:0 5px ;
	border: 1px solid #cccccc;
	border-right: 0px;
	position: relative;
}
.commonpage .ina:last-child{
	border-right: 1px solid #cccccc;
}
.commonpage .last{
	background: #f2f2f2;
	border-right: 1px solid #cccccc;
}
.commonpage .first{
	background: #f2f2f2;
}
.commonpage .ina:after{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #ed0000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
	transition: all .5s;
}
.commonpage .ina:hover:after,.commonpage .ina.active:after{
	width: 100%;
}
.productDetail .roundabout-holder {
	width: 600.00px;
	width: 6rem;
	margin: auto;
	height: 615.00px;
	height: 6.15rem;
}
.productDetail .roundabout-holder li {
	width: 891.00px;
	width: 8.91rem;
	height: 540.00px;
	height: 5.4rem;
}
.productDetail .roundabout_box {
	width: 1200.00px;
	width: 12rem;
	margin: auto;
	height: 615.00px;
	height: 6.15rem;
	position: relative;
}

.productDetail .part1 .picbox {
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 .45rem .05rem rgba(0,0,0,0.16);
}
.productDetail .part1 .inshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: all .5s;
}
.productDetail .part1 .roundabout-in-focus .inshadow{
	opacity: 0;
	filter: alpha(opacity=0);
}
.productDetail .part1 .prev{
	width: 71px;
	height: 71px;
	width: .71rem;
	height: .71rem;
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/prev3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s;
	z-index: 200;
	cursor: pointer;
}
.productDetail .part1 .prev:hover{
	background-image: url(../images/prev3-2.png);
}
.productDetail .part1 .next{
	width: 71px;
	height: 71px;
	width: .71rem;
	height: .71rem;
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/next3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s;
	z-index: 200;
	cursor: pointer;
}
.productDetail .part1 .next:hover{
	background-image: url(../images/next3-2.png);
}
.productDetail .part1 .text1{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #0d0d0d;
	text-align: center;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	margin-top: 90px;
	margin-top: .9rem;
}
.productDetail .part1 .line{
	width: 25px;
	height: 1px;
	width: calc(10px + .15rem);
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-top: .15rem;
	margin-bottom: .3rem;
	background: #2d2c2c;
}
.productDetail .part1 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #333232;
	line-height: 28px;
	line-height: calc(18px + .1rem);
	max-width: 830px;
	margin: auto;
	text-align: center;
	font-family: " ";
	margin-bottom: 50px;
	margin-bottom: .5rem;
}
.productDetail .part2{
	padding-top: 40px;
	padding-top: .4rem;
}
.productDetail .part2 .infobox{
	display: table;
	border-left: 1px solid #666666;
	width: 100%;
}
.productDetail .part2 .instyle{
	display: table-cell;
	border: 1px solid #666666;
	border-left: 0;
	width: 20%;
}
.productDetail .part2 .attr{
	line-height: 30px;
	padding: 15px 20px;
	line-height: calc(20px + .1rem);
	padding: .15rem .2rem;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	text-align: center;
	color: #fff;
	font-family: " ";
	background: #666666;
}
.productDetail .part2 .even .attr{
	background: #333333;
}
.productDetail .part2 .val{
	padding: 25px 20px;
	padding: .25rem .2rem;
	color: #333333;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	font-family: " ";
	line-height: 26px;
	line-height: calc(16px + .1rem);
}
.productDetail .part3{
	padding-top: 27px;
	padding-top: .27rem;
	padding-bottom: 35px;
	padding-bottom: .35rem;
}
.productDetail .part3 .title{
	font-size: 20px;
	font-size: calc(10px + .1rem);
	color: #333333;
	line-height: 68px;
	line-height: calc(20px + .48rem);
	border-bottom: 1px solid #cccccc;
}
.productDetail .part3 .inbox{
	padding-top: 35px;
	padding-top: .35rem;
	width: 101%;
}
.productDetail .part3 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.productDetail .part3 .instyle{
	width: 49%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}
.productDetail .part3 .instyle.odd{
	clear: both;
}
.productDetail .part3 .imgbox{
	height: 370px;
	height: 3.7rem;
}
.productDetail .part3 .textbox{
	padding: 15px 0;
	padding: .15rem 0;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	font-family: " ";
	color: #333333;
	line-height: 28px;
	line-height: calc(20px + .08rem);
}
.productDetail .part4{
	padding-bottom: 110px;
	padding-bottom: 1.1rem;
	overflow: hidden;
}
.productDetail .part4 .text1{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #0d0d0d;
	text-align: center;
	line-height: 40px;
	line-height: calc(20px + .2rem);
}
.productDetail .part4 .line{
	width: 25px;
	height: 1px;
	width: calc(10px + .15rem);
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-top: .15rem;
	margin-bottom: .3rem;
	background: #2d2c2c;
}
.productDetail .part4 .picbox{
	box-shadow: none;
}
.productDetail .part4 .picbox{
	height: 230px;
	height: 2.3rem;
}
.productDetail .part4 .bx-wrapper .bx-pager{
	display: none;
}

.productDetail .part4 .bx-wrapper .bx-controls-direction a{
	width: 35px;
	height: 50px;
	margin-top: -25px;
	width: .35rem;
	height: .5rem;
	margin-top: -.25rem;
}
.productDetail .part4 .bx-wrapper .bx-prev{
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: -54px;
}
.productDetail .part4 .bx-wrapper .bx-next{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -54px;
}
.server .part1{
	overflow: hidden;
	padding-bottom: 120px;
	padding-bottom: 1.2rem;
}
.server .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.server .part1 .inbox{
	width: 104%;
}
.server .part1 .instyle{
	display: block;
	width: 21%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
	margin-bottom: .5rem;
	position: relative;
}
.server .part1 .instyle .backimg{
	display: block;
	width:100%;
}
.server .part1 .text{
	position: absolute;
	left: 15px;
	bottom: 20px;
	left: .15rem;
	bottom: .2rem;
	padding-right: 85px;
	padding-right: .85rem;
}
.server .part1 .text1{
	font-size: 16px;
	color: #0d0d0d;
	font-size: calc(10px + .06rem);
	line-height: 26px;
	line-height: calc(16px + .1rem);
}
.server .part1 .text2{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #333333;
	line-height: calc(16px + .08rem);
	font-family: ' ';
}
.server .part1 .dowmload{
	display: block;
	position: absolute;
	right: 14px;
	right: .14rem;
	bottom: 30px;
	bottom: .3rem;
	width: 58px;
	height: 58px;
	width: .58rem;
	height: .58rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .24rem;
	background-color: #ebebeb;
	background-image: url(../images/icon9.png);
	transition: all .5s;
	border-radius: 5px;
	border-radius: .05rem;
}
.server .part1 .dowmload:hover{
	background-color: #e7141a;
	background-image: url(../images/icon9-2.png);
}

.QA .part1{
	overflow: hidden;
	padding-bottom: 100px;
	padding-bottom: 1rem;
}
.QA .part1 .inbox{
	padding-bottom: 50px;
	padding-bottom: .5rem;
	width: 100%;
}
.QA .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.QA .part1 .instyle{
	width: 50%;
	float: left;
	padding:0 37px;
	padding: 0 .37rem;
	padding-top: 30px;
	padding-top: .3rem;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	margin-bottom: .2rem;
}
.QA .part1 .text1{
	font-size: 30px;
	font-size: .3rem;
	color: #e7141a;
	line-height: 40px;
	line-height: .4rem;
	font-family: arial;
	font-weight: bold;
}
.QA .part1 .q{
	font-size: 22px;
	font-size: calc(6px + .16rem);
	color: #000000;
	line-height: 40px;
	line-height: calc(10px + .3rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.QA .part1 .a{
	font-family: " ";
	color: #4c4c4c;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	font-size: 12px;
	font-size: calc(8px + .04rem);
	height: 150px;
	height: calc(100px + .5rem);
	overflow: hidden;
	margin-top: 15px;
	margin-top: .15rem;
}
.QA .part1 .more{
	font-family: " ";
	line-height: 30px;
	line-height: calc(20px + .1rem);
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #e7141a;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-top: .15rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid #cccccc;
}
.QA .part1 .instyle:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	top: 0;
	left: 0;
}
.QA .part1 .instyle:hover:after{
	opacity: .5;
	filter: alpha(opacity=50);
}

.repair .part1{
	padding-bottom: 66px;
	padding-bottom: .66rem;
}
.repair .part1 .infobox:after{
	content: "";
	display: block;
	clear: both;
}
.repair .part1 .box1{
	width: 40%;
	float: left;
	margin-bottom: 20px;
	margin-bottom: .2rem;
	position: relative;
	
}
.repair .part1 .box2{
	width: 46%;
	float: left;
	position: relative;
	padding-left: 85px;
	padding-left: calc(45px + .4rem);
	box-sizing: border-box;
	margin-right: 4%;
	background: #eeeeee;
	border-radius: 5px;
	border-radius: .05rem;
	height: 50px;
	height: calc(20px + .3rem);
	padding-right: 20px;
	padding-right: .2rem;
}
.repair .part1 .box3{
	width: 60%;
	float: left;
	position: relative;
	padding-left: 130px;
	padding-left: calc(65px + .65rem);
	box-sizing: border-box;
	background: #eeeeee;
	border-radius: 5px;
	border-radius: .05rem;
	height: 50px;
	height: calc(20px + .3rem);
	padding-right: 20px;
	padding-right: .2rem;
}
.repair .part1 .attr{
	position: absolute;
	left: 11px;
	left: .11rem;
	line-height: 50px;
	line-height: calc(20px + .3rem);
	top: 0;
	font-size: 14px;
	color: #515151;
	font-size: calc(9px + .05rem);
}
.repair .part1 .attr img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	margin-right: .05rem;
	width: calc(15px + .15rem);
	margin-top: calc(-1px - .02rem);
}
.repair .part1 select{
	height: 50px;
	height: calc(20px + .3rem);
	line-height: 50px;
	line-height: calc(20px + .3rem);
	border: 0px;
	width: 100%;
	outline: none;
	font-size: 14px;
	color: #515151;
	font-size: calc(9px + .05rem);
}
.repair .part1 .input{
	outline: none;
	border: 0px;
	background: none;
	height: 20px;
	height: ;
	padding: 15px 0;
	padding: .15rem 0;
	font-size: 14px;
	color: #515151;
	font-size: calc(9px + .05rem);
}
.repair .part1 .box4{
	width: 38.25%;
	float: left;
	margin-right: 1.75%;
	position: relative;
	padding-left: 120px;
	padding-left: calc(55px + .65rem);
	box-sizing: border-box;
	background: #eeeeee;
	border-radius: 5px;
	border-radius: .05rem;
	height: 50px;
	height: calc(20px + .3rem);
	padding-right: 20px;
	padding-right: .2rem;
	clear: both;
}
.repair .part1 .box5{
	width: 100%;
	float: left;
	margin-right: 1.75%;
	position: relative;
	padding-left: 120px;
	padding-left: calc(55px + .65rem);
	box-sizing: border-box;
	background: #eeeeee;
	border-radius: 5px;
	border-radius: .05rem;
	padding-right: 20px;
	padding-right: .2rem;
	clear: both;
	margin-top: 20px;
	margin-top: .2rem;
}
.repair .part1 .textarea{
	height: 230px;
	height: 2.3rem;
	width: 100%;
	padding: 15px 0;
	padding: .15rem 0;
	line-height: 20px;
	background: none;
	border: 0px;
	font-size: 14px;
	color: #515151;
	font-size: calc(9px + .05rem);
	outline: none;
}


.repair .part1 .bottombtn:after{
	content: "";
	display: block;
	clear: both;
}
.repair .part1 .submit,.repair .part1 .reset{
	display: block;
	width: 48%;
	float: left;
	height: 50px;
	height: calc(20px + .3rem);
	line-height: 50px;
	line-height: calc(20px + .3rem);
	text-align: center;
	color: #fff;
	background: #e7141a;
	font-size: 14px;
	font-family: " ";
	font-size: calc(10px + .04rem);
	border-radius: 5px;
	border-radius: .05rem;
	margin-top: 28px;
	margin-top: .28rem;
	cursor: pointer;
}
.repair .part1 .reset{
	background: #282828;
	float: right;
}


.about .part1{
	padding-top: 65px;
	padding-bottom: 70px;
	padding-top: .65rem;
	padding-bottom: .7rem;
}
.about .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.about .part1 .left{
	width: 40%;
	position: relative;
	float: left;
}
.about .part1 .inbox{
	position: relative;
}
.about .part1 .right .rightpic{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
}
.about .ctext1{
	font-size: 36px;
	font-size: .36rem;
	color: #262525;
	font-family: arial;
	line-height: 40px;
	line-height: .4rem;
	font-weight: bold;
}
.about .ctext2{
	font-size: 35px;
	font-size: .35rem;
	color: #262525;
	line-height: 40px;
	line-height: .4rem;
	font-weight: bold;
}
.about .cline{
	width: 36px;
	height: 1px;
	width: .36rem;
	background: #434242;
	margin-top: 10px;
	margin-top: .1rem;
	margin-bottom: 60px;
	margin-bottom: .6rem;
}
.about .part1 .text3{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #1a1a1a;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	font-family: ' ';
}
.about .part1 .right{
	width: 55%;
	float: right;
	position: relative;
	padding-left: 37%;
	box-sizing: border-box;
	margin-top: 20px;
	margin-top: .2rem;
}
.about .part1 .rightbox{
	border-top: 1px solid #eaeaea;
	padding-top: 50px;
	padding-top: .5rem;
	padding-bottom: 25px;
	padding-bottom: .25rem;
}
.about .part1 .rightbox:last-child{
	border-bottom: 1px solid #eaeaea;
}
.about .part1 .rightbox img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-bottom: .2rem;
	height: calc(10px + .23rem);
}
.about .part1 .rightline{
	width: 33px;
	height: 2px;
	background: #eaeaea;
	margin: auto;
	margin-bottom: 20px;
	margin-bottom: .2rem;
}
.about .part1 .righttext{
	font-size: 15px;
	font-size: calc(10px + .05rem);
	color: #000000;
	text-align: center;
	line-height: calc(18px + .06rem);
}
.about .part1 .righttext2{
	font-family: "GeometricSlab703BT-MediumCond";
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #222222;
	text-align: center;
	line-height: 32px;
	margin-bottom: 20px;
	margin-bottom: .2rem;
	vertical-align: middle;
}
.about .part1 .righttext2 span{
	font-size: 46px;
	font-size: calc(20px + .26rem);
}
.about .part2{
	padding-bottom: 42px;
	padding-bottom: .42rem;
	padding-top: 50px;
	padding-top: .5rem;
}
.about .part2 .timeline{
	position: relative;
	text-align: center;
	margin-top: 45px;
	margin-top: .45rem;
}
.about .part2 .timeline:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 17px;
}
.about .part2 .in{
	white-space: nowrap;
	padding-top: 17px;
	background-image: url(../images/icon14.png);
	background-repeat:no-repeat ;
	background-repeat-x: initial;
	background-position: center top;
	display: inline-block;
}
.about .part2 .intime{
	line-height: 60px;
	line-height: .6rem;
	color: #fff;
	padding: 0 10px;
	padding: 0 .1rem;
	display: inline-block;
	margin-right: 20px;
	margin-right: .2rem;
	font-size: 17px;
	font-size: calc(9px + .08rem);
	cursor: pointer;
	transition: all .5s;
}
.about .part2 .intime:last-child{
	margin-right: 0;
}
.about .part2 .intime:hover,.about .part2 .intime.active{
	color: #ff0000;
}
.about .part2 .times{
	overflow: hidden;
}
.about .part2 .mCSB_horizontal>.mCSB_container{
	margin: auto;
	margin-bottom: 10px;
}
.about .part2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
}
.about .part2 .mCSB_scrollTools .mCSB_draggerRail{
	background: #666;
}
.about .part2 .ctext1{
	color: #fff;
}
.about .part2 .ctext2{
	color: #fff;
}
.about .part2 .cline{
	background: #fff;
}
.about .part2 .text1{
	padding-top: 55px;
	padding-top: .55rem;
	padding-bottom: 15px;
	padding-bottom: .15rem;
	line-height: 28px;
	line-height: calc(18px + .1rem);
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #bd0000;
}
.about .part2 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #4c4c4c;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	height: 120px;
	height: calc(80px + .4rem);
	overflow: hidden;
}
.about .part2 .slidein{
	position: relative;
	padding-left: 48%;
	padding-right: 3%;
	box-sizing: border-box;
	background: #fff;
	display: block;
}
.about .part2 .slide .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
}
.about .part2 .text3{
	border-top: 1px solid #d7d7d7;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-top: .2rem;
	padding-bottom: .3rem;
}
.about .part2 .text3 img{
	float: right;
	width: calc(10px + .18rem);
}
.about .part2 .text3:after{
	content: "";
	display: block;
	clear: both;
}
.about .part2 .lefttime{
	position: absolute;
	left: 0;
	top: 45px;
	top: .45rem;
	width: 67px;
	height: 40px;
	height: calc(30px + .1rem);
	line-height: 40px;
	line-height: calc(30px + .1rem);
	width: calc(40px + .27rem);
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #fff;
	text-align: center;
	background: url(../images/back3.png) no-repeat center ;
	background-size: 100% 100%;
}
.about .part2 .inbox{
	max-width: 1000px;
	margin: auto;
}
.about .part2 .bx-controls{
	display: none;
}
.about .part3{
	background: #f5f5f5;
	padding-top: 55px;
	padding-top: .55rem;
	padding-bottom: 110px;
	padding-bottom: 1.1rem;
}
.about .part3 .pic{
	height: 182px;
	height: calc(80px + 1.02rem);
}
.about .part3 .in{
	padding: 17px;
	padding: .17rem;
	position: relative;
	background: #fff;
	transition: all .5s;
	margin: 10px;
	display: block;
}
.about .part3 .in:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 0;
	right: 0;
	transition: all .5s;
	margin: auto;
	background: #e81b21;
}
.about .part3 .in:hover:after{
	width: 100%;
	
}
.about .part3 .in:hover{
	box-shadow: 0 0 18px 2px rgba(0,0,0,0.12);
}
.about .part3 .bx-wrapper .bx-pager{
	display: none;
}

.about .part3 .bx-wrapper .bx-controls-direction a{
	width: 35px;
	height: 50px;
	margin-top: -25px;
	width: .35rem;
	height: .5rem;
	margin-top: -.25rem;
}
.about .part3 .bx-wrapper .bx-prev{
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: -54px;
}
.about .part3 .bx-wrapper .bx-next{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -54px;
}
.about .part4 {
	padding-top: 73px;
	padding-top: .73rem;
	padding-bottom: 100px;
	padding-bottom: 1rem;
}
.about .part4 .inbox{
	padding-left: 47%;
	position: relative;
}
.about .part4 .textbox{
	padding-left: 25%;
	padding-top: 55px;
	padding-bottom: 70px;
	padding-right: 70px;
	padding-top: .55rem;
	padding-right: .7rem;
	padding-bottom: .7rem;
	border: 1px solid #c2c2c2;
}
.about .part4 .text1{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: 26px;
	line-height: calc(20px + .06rem);
	color: #6e6d6d;
	margin-top: 50px;
	margin-top: .5rem;
	min-height: 170px;
	min-height: calc(140px + .3rem);
	margin-bottom: 30px;
	margin-bottom: .3rem;
	font-family: " ";
}
.about .part4 .more{
	display: block;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #e81b21;
	font-family: " ";
	font-size: calc(10px + .02rem);
	
}
.about .part4 .leftvideo{
	position: absolute;
	left: 0;
	top: 58px;
	cursor: pointer;
	max-width: 59%;
}

.hidevideo .videobox {
	height: 580px;
	width: 1080px;
	margin: auto;
	max-width: 90%;
	height: 40vw;
	max-height: 500px;
}

.hidevideo .inbox {
	width: 1080px;
	margin: auto;
	max-width: 90%;
}

.hidevideo .inbox .close {
	position: absolute;
	right: -50px;
	top: -50px;
	right: -.5rem;
	top: -.5rem;
	width: .41rem;

}

#mediaplayer_display_button_play {
	background: url(../images/play.png) center no-repeat !important;
	background-size: contain !important;
	width: 51px !important;
	height: 51px !important;
}

#mediaplayer_display .jwpreview {
	background-size: cover !important;
}

#mediaplayer_display_button {
	background: none !important;
}

#mediaplayer_logo {
	display: none !important;
}


.technology .part1{
}
.commontitle2 .zh{
	font-size: 33px;
	font-size: .33rem;
	font-weight: bold;
}
.commontitle2 .en{
	font-size: 22px;
	font-size: calc(10px + .12rem);
	font-weight: normal;
}
.technology .part1 .instyle{
	width: 25%;
	float: left;
}
.technology .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.technology .part1 .top{
	position: relative;
}
.technology .part1 .inpic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom:13px ;
}
.technology .part1 .top .inshadow{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 13px;
	background: url(../images/back4-2.png) center;
}
.technology .part1 .even .top{
	margin-top: -13px;
}
.technology .part1 .even .top .inshadow{
	top: 0;
	background: url(../images/back4.png) center;
}
.technology .part1 .bottom{
	
	background: #fff;
}
.technology .part1 .bottomin{
	padding: 45px;
	padding-top: 60px;
	padding: .45rem;
	padding-bottom: .6rem;
}
.technology .part1 .text1{
	font-size: 26px;
	font-size: calc(6px + .2rem);
	color: #0d0d0d;
	line-height: 42px;
	line-height: calc(10px + .32rem);
}
.technology .part1 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #404040;
	font-family: ' ';
	line-height: 28px;
	line-height: calc(20px + .08rem);
}
.technology .part1 .text3{
	font-size: 12px;
	font-size: calc(10px + .02rem);
	color: #737373;
	line-height: calc(20px + .04rem);
	margin-top: 12px;
	margin-top: .12rem;
}
.technology .part1 .line{
	width: 68px;
	height: 1px;
	width: .68rem;
	background: #cccccc;
	margin-top: 38px;
	margin-top: .38rem;
}
.technology .part2{
}
.technology .part2 .slide{
	height: 650px;
	height: 6.5rem;
}
.technology .part2 .inbox{
	position: relative;
}
.technology .part2 .bottom{
	position: absolute;
	width: 100%;
	bottom: 60px;
	bottom: .6rem;
	left: 0;
	
}
.technology .part2 .slide .cbox{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.technology .part2 .textbox{
	position: absolute;
	left: 50%;
	width: 444px;
	width: calc(120px + 3.24rem);
	margin-left: -222px;
	margin-left: calc(-60px - 1.62rem);
	top: 130px;
	top: 1.3rem;
}
.technology .part2 .lefticon{
	position:absolute;
	left: -75px;
	top: 44px;
}
.technology .part2 .toptext{
	background: #c60000;
	background: rgba(198,0,0,.7);
	padding: 15px 30px;
	color: #fff;
	position: relative;
}
.technology .part2 .toptext:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 10px solid rgba(198,0,0,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	left: -20px;
	top: 56px;
}
.technology .part2 .text1{
	font-size: 26px;
	font-size: calc(10px + .16rem);
	line-height: 36px;
	line-height: calc(16px + .2rem);
	margin-bottom: 10px;
	margin-bottom: .1rem;
}
.technology .part2 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: calc(14px + .1rem);
	font-family: ' ';
}
.technology .part2 .bottomtext{
	background: #000;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-family: " ";
	padding: 20px 30px;
	padding: .2rem .3rem;
}
.technology .part2 .line{
	width: 69px;
	width: .69rem;
	height: 2px;
	background: #666666;
	margin-top: 15px;
	margin-top: .15rem;
}
.technology .part2 .textbox1{
	left: 60.5%;
	top: 118px;
	top: 1.18rem;
}
.technology .part2 .textbox2{
	left: 55%;
	top: 162px;
	top: 1.62rem;
}
.technology .part2 .textbox3{
	left: 51%;
	top: 192px;
	top: 1.92rem;
}
.technology .part2 .textbox3 .toptext:before{
	left: auto;
	right: -20px;
	border-left: 10px solid rgba(198,0,0,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid transparent;
}
.technology .part2 .textbox3 .lefticon{
	right: -75px;
	left: auto;
}
.technology .part2 .textbox4{
	left: 44%;
	top: 178px;
	top: 1.78rem;
}
.technology .part2 .textbox5{
	left: auto;
	right: 0;
	top: 200px;
	top: 2rem;
	margin-left: 0;
}
.technology .part2 .textbox6{
	left: 50%;
	top: 134px;
	top: 1.34rem;
}








.technology .part2 .in{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.technology .part2 .srcollin{
	height: 120px;
	height: 1.2rem;
}
.technology .part2 .inbtn{
	padding: 8px 35px;
	padding: .08rem .35rem;
	vertical-align: middle;
	display: inline-block;
	transition: all .5s;
}
.technology .part2 .btnin{
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 75px;
	transition: all .5s;
	width: 96px;
	height: 96px;
	width: .96rem;
	height: .96rem;
	vertical-align: middle;
	display: inline-block;
}
.technology .part2 .inbtn.active{
	padding: 0 35px;
	padding: 0 .35rem;
}
.technology .part2 .inbtn.active .btnin{
	border: 2px solid #e80000;
	width: 112px;
	height: 112px;
	width: 1.12rem;
	height: 1.12rem;
}
.technology .part2 .inbtn:last-child{
	margin-right: 0;
}
.technology .part2 .mCSB_horizontal>.mCSB_container{
	margin: auto;
	margin-bottom: 20px;
}
.technology .part2 .bx-controls{
	display: none;
}
.technology .part2 .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
}
.technology .part3{
	overflow: hidden;
	padding-bottom: 20px;
	padding-bottom: .2rem;
}
.technology .part3 .inbox{
	width: 105%;
}
.technology .part3 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.technology .part3 .instyle{
	width: 28.33%;
	float: left;
	margin-right: 5%;
	position: relative;
	padding-left: 35px;
	padding-right: 60px;
	padding-top: 42px;
	padding-left: .35rem;
	padding-right: .6rem;
	padding-top: .42rem;
	box-sizing: border-box;
	height: 437px;
	height: calc(230px + 2.37rem);
	cursor: pointer;
}
.technology .part3 .instyle:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background: #d30000;
	opacity: 0;
	filter: alpha(opacity=0);
}
.technology .part3 .instyle:hover:before{
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-left: -25px;
	margin-top: 14px;
	margin-left: -.25rem;
	margin-top: .14rem;
}
.technology .part3 .stylein{
	position: relative;
	z-index: 2;
}
.technology .part3 .text1{
	font-size: 26px;
	font-size: calc(6px + .2rem);
	color: #ffffff;
	line-height: 35px;
	line-height: calc(10px + .25rem);
}
.technology .part3 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: calc(16px + .08rem);
	color: #fff;
}
.technology .part3 .line1{
	background: #fff;
	height: 1px;
	width: 0px;
	transition: all .5s;
}
.technology .part3 .line2{
	height: 1px;
	background: #6e6e6e;
	width: 70px;
	width: .7rem;
	margin-top: 20px;
	margin-top: .2rem;
	transition: all .5s;
}
.technology .part3 .instyle:hover .line1{
	width: 70px;
	width: .7rem;
	margin-bottom: 25px;
	margin-bottom: .25rem;
}
.technology .part3 .instyle:hover .line2{
	background: none;
}
.technology .part3 .text3{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	line-height: calc(16px + .08rem);
	color: #fff;
	font-family: ' ';
	height: 168px;
	height: calc(112px + .56rem);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.technology .part3 .instyle:hover .text3{
	
	opacity: 1;
	filter: alpha(opacity=100)
}
.technology .part3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
}
.technology .part3 .mCSB_draggerRail{
	background: #999;
	background: rgba(0,0,0,0.4);
}
.technology .part4{
	padding-bottom: 113px;
	padding-bottom: 1.13rem;
}
.technology .part4 .in{
	width: 80%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.technology .part4 .in:before{
	content: "";
	display: block;
	width: 100%;
	height: 350px;
	bottom: 0;
	left: 0;
	background: #000000;
	background: rgba(0,0,0,0.7);
	position: absolute;
}
.technology .part4 .inbox{
	position: relative;
	padding-bottom: 70px;
	padding-bottom: .7rem;
}
.technology .part4 .backslide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.technology .part4 .backslide .slider{
	height: 100%;
}
.technology .part4 .backslide .slide{
	height: 100%;
}
.technology .part4 .top{
	
	position: relative;
	z-index: 2;
}
.technology .part4 .left{
	width: 50%;
	float: left;
	padding-top: 120px;
	padding-top: 1.2rem;
	padding-left: 55px;
	padding-left: .55rem;
	height: 400px;
	height: 4rem;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
	padding-bottom: .1rem;
}
.technology .part4 .right{
	width: 50%;
	float: right;
	height: 400px;
	height: 4rem;
}
.technology .part4 .text1{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #dc3333;
	line-height: 34px;
	line-height: calc(14px + .2rem);
	margin-bottom: 14px;
	margin-bottom: .14rem;
}
.technology .part4 .text2{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #ffffff;
	line-height: calc(16px + .08rem);
}
.technology .part4 .backslide .bx-wrapper{
	height: 100%;
}
.technology .part4 .backslide .bx-viewport{
	height: 100% !important;
}
.technology .part4 .bx-controls{
	display: none;
}
.technology .part4 .bottom{
	white-space: nowrap;
	font-size: 0;
	background: #fff;
	position: relative;
	z-index: 2;
}
.technology .part4 .bottom:after{
	content: "";
	display: block;
	clear: both;
}
.technology .part4 .inbtn{
	display:block;
	padding:0 10px ;
	padding: 0 .1rem;
	width: 12.5%;
	float: left;
	font-size: 14px;
	font-family: " ";
	height: 55px;
	line-height: 55px;
	height: calc(25px + .2rem);
	line-height: calc(25px + .2rem);
	font-size: calc(10px + .04rem);
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
}
.technology .part4 .inbtn:hover,.technology .part4 .inbtn.active{
	background: #dc3333;
	color: #fff;
	border-right: 1px solid #dc3333;
}
.technology .part4 .intext{
	height: 100%;
}
.technology .part4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fff;
}



.contact .part1 .box3{
	width: 32.33%;
	margin-right: 1.5%;
	padding-left: 100px;
	padding-left: calc(50px + .5rem);
}
.contact .part1 .box5{
	padding-left: 100px;
	padding-left: calc(50px + .5rem);
}
.contact .part2{
	background: #f7f7f7;
	padding-bottom: 125px;
	padding-bottom: 1.25rem;
}
.contact .part2 .instyle{
	margin-bottom: 17px;
	margin-bottom: .17rem;
}
.contact .part2 .title{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	color: #000000;
	line-height: 32px;
	line-height: calc(20px + .12rem);
	padding: 10px 23px;
	padding: .1rem .23rem;
	padding-right: 77px;
	padding-right: .77rem;
	position: relative;
	background: #e6e6e6;
	transition: all .5s;
	cursor: pointer;
}
.contact .part2 .title .righticon{
	position: absolute;
	right: 23px;
	right: .23rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 31px;
	width: 31px;
	width: calc(16px + .15rem);
	height: calc(16px + .15rem);
	background-image: url(../images/icon23.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .5s;
}
.contact .part2 .hidetext{
	height: 0;
	overflow: hidden;
}
.contact .part2 .intext{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	line-height: 28px;
	line-height: calc(20px + .08rem);
	color: #4c4c4c;
	padding: 20px;
	padding: .2rem;
	padding-bottom: 28px;
	padding-bottom: .28rem;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-top: 0px;
}
.contact .part2 .instyle:hover .righticon,.contact .part2 .instyle.active .righticon{
	background-image: url(../images/icon22.png);
	
}
.contact .part2 .instyle:hover .title,.contact .part2 .instyle.active .title{
	background: #333333;
	color: #fff;
}
.contact .part3{
	padding-bottom: 100px;
	padding-bottom: 1rem;
}
.contact .part3 .inbox{
	position: relative;
	margin-top: 10px;
	margin-top: .1rem;
}
.contact .part3 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.contact .part3 .left{
	width: 50%;
	float: left;
	border-right: 20px solid #e40000;
	box-sizing: border-box;
	padding:35px 0 ;
	padding: .35rem 0;
}
.contact .part3 .leftin{
	background: #fff;
	padding: 30px 40px;
	padding: .3rem .4rem;
	box-shadow: -10px 0 20px 0 rgba(0,0,0,0.2) ;
}
.contact .part3 .text1{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #4c4c4c;
	line-height: calc(16px + .08rem);
	font-family: ' ';
}
.contact .part3 .text2{
	font-size: 36px;
	font-size: .36rem;
	color: #e40000;
	line-height: 48px;
	line-height: .48rem;
	font-family: impact;
	margin-bottom: 20px;
	margin-bottom: .2rem;
}
.contact .part3 .text3{
	font-size: 14px;
	font-size: calc(9px + .05rem);
	line-height: calc(16px + .08rem);
	color: #1a1a1a;
	font-family: ' ';
	margin-bottom: 12px;
	margin-bottom: .12rem;
}
.contact .part3 .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.contact .part3 .map{
	height: 100%;
}


.videolist .part1 .hide{
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
	height: 230px;
	height: 2.3rem;
}
.productList .part1 .hide img{
	width: 69px;
	width: .69rem;
}





.authorized .pagebtn{
	text-align: center;
	padding-bottom: 55px;
	padding-bottom: .55rem;
}
.authorized .pagebtn .inbtn{
	display: inline-block;
	width: 180px;
	width: calc(30px + 1.3rem);
	height: 45px;
	height: calc(20px + .25rem);
	text-align: center;
	line-height: 45px;
	line-height: calc(20px + .25rem);
	max-width: 40%;
	border-radius: 45px;
	border: 1px solid #dddddd;
	color: #333333;
	font-family: "微软雅黑";
	font-size: 16px;
	font-size: calc(10px + .06rem);
	transition: all .5s;
	cursor: pointer;
	margin: 0 7px;
	margin: 0 .07rem;
}
.authorized .pagebtn .inbtn.active{
	background: #c80000;
	border: 1px solid #c80000;
	color: #fff;
}
.authorized .pagebtn .inbtn:hover{
	background: #c80000;
	border: 1px solid #c80000;
	color: #fff;
}
.authorized .box2{
	white-space: nowrap;
	font-size: 0px;
	float: left;
}
.authorized .box2 .instyle{
	border: 1px solid #e5e4e4;
	background: #fff;
	width: 420px;
	width: calc(200px + 2.2rem);
	box-sizing: border-box;
	padding: 25px 37px 44px 37px;
	padding: .25rem .37rem .44rem .37rem;
	display: inline-block;
	margin-left: 70px;
	margin-left: .7rem;
}
.authorized .box2 .text1{
	font-size: 14px;
	color: #000;
	font-size: calc(10px + .04rem);
	line-height: 30px;
	line-height: calc(20px + .1rem);
	margin-bottom: 5px;
	margin-bottom: .05rem;
}
.authorized .box2 .text2{
	color: #909090;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	margin-bottom: 5px;
	margin-bottom: .05rem;
	line-height: calc(15px + .09rem);
}
.authorized .box2 .toptext{
	position: relative;
	min-height: 130px;
	min-height: calc(110px + .2rem);
	padding-bottom: 18px;
	padding-bottom: .18rem;
	box-sizing: border-box;
	padding-right: 110px;
	padding-right: calc(90px + .2rem);
}
.authorized .box2 .toptext .rightqr{
	width: 100px;
	width: calc(80px + .2rem);
	position: absolute;
	right: 0;
	top: 10px;
}
.authorized .box2 .bottomimg{
	width: 342px;
	height: 342px;
	max-width: 100%;
	background-position: center;
	background-size: cover;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.authorized .part1{
	padding-bottom: 73px;
	padding-bottom: .73rem;
}
.authorized .boxin{
	width: 400%;
}
.authorized .box{
	width: 25%
}
.authorized .boxin:after{
	content: "";
	display: block;
	clear: both;
}
.authorized .inbox{
	overflow: hidden;
	border: 1px solid #979797;
}
.authorized .box1{
	float: left;
	min-height: 1px;
	position: relative;
	box-sizing: border-box;
	padding-left: 420px;
	background: #fff;
	overflow: hidden;
}
.authorized .box1 .left{
	width: 420px;
	top: 0;
	left: 0;
	position: absolute;
	border-right: 1px solid #979797;
	height: 750px;
}
.authorized .box1 .right{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.authorized .box1 .right .inpoint{
	position: absolute;
	cursor: pointer;
	color: #939393;
	font-size: 13px;
	transition: all .5s;
	box-sizing: border-box;
}
.authorized .box1 .right .inpoint:hover{
	color: #fff;
}
.authorized .box1 .right .inpoint.hover{
	color: #fff;
}
.authorized .box1 .right .inpoint.active{
	color: #fff;
}
.authorized .box1 .top{
	padding: 25px 37px 30px 37px;
	padding: .25rem .37rem .3rem .37rem;
	height: 266px;
	box-sizing: border-box;
}
.authorized .box1 .text1{
	font-size: 24px;
	color: #e40000;
	font-size: calc(12px + .12rem);
	font-family: "微软雅黑";
	line-height: 40px;
	line-height: calc(20px + .2rem);
}

.authorized .box1 .bx-controls{
	display: none;
}
.authorized .box1 .mian{
	height: 40px;
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
	padding-left: 50px;
	padding-right: 37px;
	padding-right: .37rem;
	position: relative;
	line-height: 40px;
	color: #9b9b9b;
	font-size: 14px;
	font-size: calc(10px + .04rem);
}
.authorized .box1 .mian .lefticon{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: url(../images/icon24.png) no-repeat center;
	border-right: 1px solid #e5e4e4;
}

.authorized .box1 .bottom{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 37px 44px 37px;
	padding: .25rem .37rem .44rem .37rem;
}
.authorized .box1 .text3{
	font-size: 14px;
	color: #000;
	font-size: calc(10px + .04rem);
	line-height: 30px;
	line-height: calc(20px + .1rem);
	line-height: 24px;
	height: calc(20px + .1rem);
	margin-bottom: 5px;
	margin-bottom: .05rem;
}
.authorized .box1 .text4{
	color: #909090;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	margin-bottom: 5px;
	margin-bottom: .05rem;
	line-height: -webkit-calc(15px + .09rem);
	line-height: calc(15px + .09rem);
}
.authorized .box1 .toptext{
	position: relative;
	height: 130px;
	height: calc(110px + .2rem);
	padding-bottom: 18px;
	padding-bottom: .18rem;
	box-sizing: border-box;
	padding-right: 110px;
	padding-right: calc(90px + .2rem);
}
.authorized .box1 .toptext .rightqr{
	width: 100px;
	width: calc(80px + .2rem);
	position: absolute;
	right: 0;
	top: 10px;
}
.authorized .box1 .bottomimg{
	height: 342px;
	width: 342px;
	max-width: 100%;
	background-position: center;
	background-size: cover;
	margin: auto;
	
	-ms-behavior: url(../images/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.itemCon #ChinaMap1{
	margin: auto;
}
.authorized .part1 .text2{
	color: #444444;
	font-size: 14px;
	font-size: calc(9px + .05rem);
	line-height: 26px;
	line-height: calc(10px + .16rem);
	padding: 5px 0;
	padding: .05rem 0;
}
.authorized .part1 .selectbox select{
	width: 115px;
	height: 30px;
	border: 1px solid #d1d1d1;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 14px;
	font-size: calc(9px + .05rem);
	font-family: ' ';
	color: #a0a0a0;
}
.authorized .part1 .searchbox{
	width: 100%;
	padding-right: 60px;
	box-shadow: beige;
	position: relative;
	height: 36px;
	height: calc(.2rem + 16px);
	box-sizing: border-box;
}
.authorized .part1 .searchtext{
	width: 100%;
	height: 100%;
	border: 1px solid #d1d1d1;
	padding: 10px 15px;
	padding: .1rem .15rem;
	line-height: 14px;
	box-sizing: border-box;
	font-size: 14px;
	font-size: calc(9px + .05rem);
	
}
.authorized .part1 .searchbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background-image: url(../images/icon25.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e40000;
	padding: 0;
	border: 0px;
	cursor: pointer;
}
.authorized .part1 .text3{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #444444;
	line-height: 26px;
	line-height: calc(10px + .16rem);
	padding: 5px 0;
	padding: .05rem 0;
}
.authorized .part1 .text3 input{
	-webkit-appearance:checkbox;
}
.authorized .part1 .bottombox{
	height: 442px;
}
.authorized .part1 .instyle{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-top: .3rem;
	padding-bottom: .2rem;
	padding-left: 70px;
	padding-left: .7rem;
	padding-right: 30px;
	padding-right: .3rem;
}
.authorized .part1 .inbottom{
	padding: 0 10px;
	padding: 0 .1rem;
}
.authorized .part1 .text5{
	font-size: 14px;
	font-size: calc(9px + .05rem);
	color: #313131;
	font-family: " ";
	line-height: calc(16px + .08rem);
}
.authorized .part1 .text6{
	color: #707070;
}





.store {
	height: 680px;
	border: 1px #e5e4e4 solid;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.store .sleft {
	float: left;
	width: 35%;
	border-right: 1px #e5e4e4 solid;
	height: 680px;
	overflow: hidden;
}
/*.store .sright {
	margin-left:416px;
	text-align: center;
}*/
.store .pra {
	margin-left: 35.4%;
	display: none;
}
.store .pras {
	display: block;
	padding-top: 47px;
	overflow: hidden;
}
.store .map2{
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	height: 100%;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.store .map2 .back3{
	float: right;
    width: 87px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: '微软雅黑';
    display: block;
    margin-top: 9px;
	position: absolute;
	right: 20px;
	top: 10px;
    border: 1px solid #0065bb;
    color: #0065bb;
    z-index: 2;
    background: #fff;
}
.store .map2 #map2{
	height: 100%;
	background: #fff;
}
.store .storemap {
	font-family: 微软雅黑;
	position: relative;
	padding: 20px;
}
.store .storemap .stitle {
	margin-top: 0px;
}
.store .storemap .stitle .sone {
	font-size: 18px;
	color: #333333;
}
.store .storemap .stitle .stwo {
	color: #666666;
	margin-top: 10px;
}
.store .return {
	position: absolute;
	right: 20px;
	top: 20px;
}
.store .storemap .sthree {
	margin-top: 15px;
}
.store .find {
	margin: 0 auto;
	width: 310px;
	 height: 280px; 
	padding: 25px 0;
	padding-bottom: 0;
	box-sizing: border-box;
}
.store .tt {
	font-family: 微软雅黑;
	font-size: 22px;
	color: #e40000;
	/* margin-top: 20px; */
	margin-bottom: 10px;
}
.store .fconn .scrollcon {
	height: 361px;
	position: relative;
	overflow: hidden;
}
.store .second {
	margin-top: 10px;
	font-size: 14px;
	overflow: hidden;
}
.store .second .one {
	color: #444444;
	margin-bottom: 7px;
}
.store .second .two {
	/* margin-top: 5px; */
	overflow: hidden;
}
.store .ctest {
	width: 249px;
	height: 39px;
	border: 1px #e5e4e4 solid;
	border-right: none;
	line-height: 39px;
	padding-left: 5px;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
	font-family: ' ';
	color: #a0a0a0;
}
.store .cbut {
	border: 1px #e40000 solid;
	text-align: center;
	color: #757575;
	height: 39px;
	line-height: 39px;
	/* margin-left: 5px; */
	width: 61px;
	float: left;
	cursor: pointer;
	background: url(../images/icon25.png) no-repeat center #e40000;
}
.store .findlist {
	color: #909090;
}
.store .findlist .ftitle {
	height: 40px;
	border-bottom: 1px #e5e4e4 solid;
	border-top: 1px #e5e4e4 solid;
	color: #9b9b9b;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
 +margin-top:20px;
}
.store .findlist .ftitle .ftitlel {
	float: left;
	width: 40px;
	border-right: 1px #e5e4e4 solid;
	text-align: center;
	color: #FFF;
	height: 40px;
	background: url(../images/icon24.png) no-repeat center;
}
.store .findlist .ftitle .fname {
	float: left;
	margin-left: 15px;
	font-size: 16px;
	font-family: '微软雅黑';
	color: #444444;
}
.store .fconn {
	margin: 0 auto;
	overflow: hidden;
}
.store .fcon {
	margin: 0 auto;
	padding: 0 28px;
	overflow: hidden;
}
.store .fcon li {
	border-bottom: 1px #dcdcdc dashed;
	padding: 35px 0;
	overflow: hidden;
}
.store .fcon li.llast {
	border-bottom: none;
}
.store .fcon li .licon {
	margin: 0 auto;
	overflow: hidden;
}
.store .fcon li .licon .lileft {
	float: left;
	width: 22px;
	height: 22px;
	color: #a0a0a0;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: 2px;
	border: 1px solid #e5e5e5;
	border-radius: 100px;
}
.store .fcon li .licon .liright {
	margin-left: 42px;
	font-size: 14px;
}
.store .fcon li .licon .liright .hj {
	color: #313131;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 3px;
}
.store .fcon li .licon .liright .tel {
	color: #707070;
	line-height: 25px;
}
.store .fcon li .licon .liright .lmap {
	color: #484848;
	margin-top: 5px;
}
.store .fcon li .licon .liright .lmap a {
	color: #484848;
}
.store .fcon li .licon .liright .lmap .list {
	overflow: hidden;
}
.store .fcon li .licon .liright .lmap .list li {
	float: left;
	margin-right: 20px;
	border-bottom: none;
	overflow: hidden;
	padding: 0;
}
.store .fcon li .licon .liright .lmap .list li .a {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.store .fcon li .licon .liright .lmap .list li.mp a {
	color: #e40000;
}
.store .fmark {
}
.store #jtfx, .store #jtfx01, .store #jtfx02 {
	position: relative;
}
.store #btn5 {
	background: url(../images/mark5.jpg) no-repeat;
	background-position: -2px -1px;
	width: 17px;
	height: 15px;
	position: absolute;
	top: -28px;
	left: 3px;
	display: block;
}
.store #scrollDiv01 {
	height: 290px;
	overflow: hidden;
	padding-top: 20px;
}
.store .search {
	z-index: 9;
}
.store .search .stt {
	width: 117px;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 35px;
	cursor: pointer;
	color: #898989;
}
.store .search .slist {
	position: absolute;
	background: #eeeeee;
	width: 127px;
	text-align: center;
	display: none;
	color: #898989;
}
.store .search .slist li {
	cursor: pointer;
	border-bottom: 1px #d1d1d1 solid;
}
.store .search .slist .llast {
	border-bottom: none;
}
.store .find .stwo {
	float: left;
	width: 144px;
	/* height: 28px; */
	position: relative;
	margin: 0px 22px 0 0;
}
.store .find .stwo.llast {
	margin-right: 0;
}
.store .find .stwo .selview {
	background: url(../images/bottomarr3.png) no-repeat 95% center;
	padding: 0 30px 0 10px;
	height: 26px;
	width: 100px;
	text-align: left;
	line-height: 26px;
	color: #a0a0a0;
	position: relative;
	/* left: 0px; */
	/* top: 0px; */
	z-index: 1;
	border: 1px solid #d0d0d0;
}
.store .find .stwo .se {
	width: 140px;
	height: 26px;
	outline: none;
	color: #a0a0a0;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	line-height: 26px;
	border: 1px solid #d0d0d0;
}
.tc-photo {
	position: fixed;
	top: 50%;
	width: 674px;
	padding: 15px 15px 20px 15px;
	background: #fff;
	left: 50%;
	margin: -269px 0 0 -337px;
	z-index: 2100;
	display: none;
}
.tc-photo .media {
	overflow: hidden;
	position: relative;
}
.tc-photo .media .bd {
	overflow: hidden;
}
.tc-photo .media li {
	float: left;
}
.tc-photo .media li img {
	width: 674px;
	height: 418px;
	display: block;
}
.tc-photo .media .prev {
	background: url(../images/prev.png) no-repeat left center;
	width: 29px;
	height: 67px;
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	cursor: pointer;
	margin-top: -33px;
}
.tc-photo .media .next {
	background: url(../images/prev.png) no-repeat right center;
	width: 29px;
	height: 67px;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	cursor: pointer;
	margin-top: -33px;
}
.tc-photo .media .prev:hover {
	background: url(../images/prevs.png) no-repeat left center;
}
.tc-photo .media .next:hover {
	background: url(../images/prevs.png) no-repeat right center;
}
.tc-photo .info {
	margin-top: 15px;
}
.tc-photo .info .back3 {
	float: right;
	width: 87px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: '微软雅黑';
	display: block;
	margin-top: 9px;
}
.tc-photo .info .back3 img{
	vertical-align:middle;
	margin-right:10px;
}
.tc-photo .info .back3{
	background:#fff;
	border:1px solid #0065bb;
	color:#0065bb;
	
}
.tc-photos .info .back3{
	margin-top:0;
}
.tc-photo .info .con {
	color: #444444;
	font-size: 14px;
	margin-right: 107px;
}
.tc-photos .info .con{
	color:#0065bb;
	font-size:16px;
	line-height:30px;
}
.tc-photo .media .bx-wrapper .bx-controls-direction a {
	width: 28px;
	height: 51px;
	margin-top: -25px;
}
.tc-photo .media .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/prev4.png) no-repeat left center;
}
.tc-photo .media .bx-wrapper .bx-next {
	right:10px;
	background: url(../images/prev4.png) no-repeat right center;
}
#ChinaMap{
	text-align: center;
	padding-top: 40px;
}
.authorized .llast{
	display: none;
}
.authorized .float {
    background: url(../images/mc.png) repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2000;
    display: none;
}

.ccc{
	margin-left: -8px;
}
.ccc div{
	background: #e40000 !important;
}
.authorized .typetext{
	color: #444444;
	font-size: 12px;
	font-family: ' ';
}
.authorized .typetext input{
	-webkit-appearance:checkbox
}

.news .part2{
	background: #f5f5f5;
}
.news .part2 .instyle:before{
	background: #e0e0e0;
}
.news .part1{
	padding-top: 40px;
	padding-top: .4rem;
	padding-bottom: 140px;
	padding-bottom: 1.4rem;
}
.news .part1 .inbox{
	padding-bottom: 70px;
	padding-bottom: .7rem;
}
.news .part1 .instyle{
	padding: 40px 0;
	padding: .4rem 0;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}
.news .part1 .in{
	position: relative;
	padding-left: 295px;
	padding-left: 2.95rem;
}
.news .part1 .text1{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	color: #2d2d2f;
	line-height: 38px;
	line-height: calc(20px + .18rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 8px;
	padding-top: .08rem;
}
.news .part1 .text2{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	font-family: arial;
	color: #b2b2b2;
	line-height: 32px;
	line-height: calc(20px + .12rem);
}
.news .part1 .text2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.news .part1 .text3{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	font-family: ' ';
	color: #909090;
	line-height: 24px;
	line-height: calc(16px + .08rem);
	height: 48px;
	height: calc(32px + .16rem);
	overflow: hidden;
}
.news .part1 .text4{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #444445;
	font-family: arial;
	padding-bottom: 20px;
	padding-bottom: .2rem;
}
.news .part1 .leftpic{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 267px;
	width: 2.67rem;
}

.news_d .part1{
	padding-top: 100px;
	padding-top: 1rem;
	padding-bottom: 62px;
	padding-bottom: .62rem;
}
.news_d .part1 .inbox{
	background: #f5f5f5;
	padding: 25px 35px;
	padding: .25rem .35rem;
}
.news_d .part1 .title{
	padding-left: 120px;
	padding-left: calc(60px + .6rem);
	position: relative;
	padding-bottom: 48px;
	padding-bottom: .48rem;
	border-bottom: 1px solid #e5e5e5;
	min-height: 100px;
	min-height: calc(50px + .5rem);
}
.news_d .part1 .text1{
	font-size: 30px;
	font-size: .3rem;
	color: #414141;
	font-weight: bold;
	line-height: 46px;
	line-height: .46rem;
	padding-top: 25px;
	padding-top: .25rem;
}
.news_d .part1 .text2{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #9c9c9c;
	line-height: 26px;
	line-height: calc(20px + .06rem);
}
.news_d .part1 .time{
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	height: 100px;
	width: calc(47px + .48rem);
	height: calc(50px + .5rem);
	background: #e7141a;
	color: #fff;
	padding-top: 13px;
	padding-top: calc(6px + .07rem);
	box-sizing: border-box;
	text-align: center;
	font-family: arial;
}
.news_d .part1 .day{
	font-size: 54px;
	font-size: calc(27px + .27rem);
	font-weight: bold;
	line-height: 51px;
	line-height: calc(20px + .21rem);
}
.news_d .part1 .date{
	font-size: 18px;
	font-size: calc(9px + .09rem);
	line-height: 24px;
	line-height: calc(12px + .12rem);
	margin-top: 10px;
	margin-top: calc(5px + .05rem);
}
.news_d .part1 .textbox{
	padding-top: 55px;
	padding-top: .55rem;
	color: #323232;
	font-size: calc(8px + .04rem);
	line-height: 32px;
	line-height: calc(20px + .12rem);
	font-family: " ";
	padding-bottom: 50px;
	padding-bottom: .5rem;
	border-bottom: 1px solid #cfcfcf;
}
.news_d .part1 .textbox img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.news_d .part1 .control:after{
	content: "";
	display: block;
	clear: both;
}
.news_d .part1 .control{
	padding: 15px 0;
	padding: .15rem 0;
	line-height: 45px;
	line-height: .45rem;
	font-size: 12px;
	font-size: calc(8px + .04rem);
	font-family: " ";
	padding-top: 25px;
	padding-top: .25rem;
}
.news_d .part1 .control .prev{
	float: left;
	color: #777777;
	transition: all .5s;
}
.news_d .part1 .control .next{
	float: right;
	color: #777777;
	transition: all .5s;
}
.news_d .part1 .control .prev img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.news_d .part1 .control .next img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 8px;
}
.news_d .part1 .control .prev:hover,.news_d .part1 .control .next:hover{
	color: #000;
}
.partin .part1 .instyle{
	position: relative;
	padding-right: 440px;
	margin-bottom: 15px;
	margin-bottom: .15rem;
}
.partin .part1 .instyle.odd{
	padding-left: 440px;
	padding-right: 0;
}
.partin .part1 .instyle .left{
	height: 300px;
	width: 100%;
	box-sizing: border-box;
}
.partin .part1 .instyle .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 300px;
	width: 420px;
	box-sizing: border-box;
}
.partin .part1 .instyle.odd .right{
	left: 0;
	right: auto;
}
.partin .part1 .text1{
	font-size: 20px;
	font-size: calc(10px + .1rem);
	color: #e80000;
	line-height: 35px;
	line-height: calc(17px + .18rem);
}
.partin .part1 .innumber{
	display: block;
	margin-bottom: 10px;
	margin-bottom: .1rem;
}
.partin .part1 .text2{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #ffffff;
	line-height: 28px;
	line-height: calc(16px + .12rem);
	font-family: " ";
}
.partin .part1 .text3{
	color: #333333;
}
.partin .part1 .padding1{
	padding: 0 22px;
	padding: 0 .22rem
}
.partin .part1 .padding3{
	padding: 0 55px;
	padding: 0 .55rem
}
.partin .part1 .padding2 .in{
	display: inline-block;
	text-align: left;
}
.partin .part1 .padding2{
	text-align: center;
}
.partin .part1{
	padding-bottom: 75px;
	padding-bottom: .75rem;
}
.partin .part1 .text4{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #0d0d0d;
	line-height: 42px;
	line-height: calc(20px + .22rem);
}
.partin .part1 .text5{
	font-size: 20px;
	font-size: calc(10px + .1rem);
	color: #0d0d0d;
	font-family: arial;
	font-weight: bold;
	line-height: 32px;
	line-height: calc(16px + .16rem);
}
.partin .part1 .bottombox{
	padding-top: 60px;
	padding-top: .6rem;
	text-align: center;
}
.partin .part1 .bottombox .line{
	width: 25px;
	height: 1px;
	width: calc(12px + .13rem);
	margin: auto;
	margin-top: 15px;
	margin-top: .15rem;
	background: #313131;
}
.partin .part1 .bottombox .domnload{
	display: block;
	width: 420px;
	height: 50px;
	width: 4.2rem;
	height: calc(20px + .3rem);
	line-height: 50px;
	line-height: calc(20px + .3rem);
	color: #fff;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	font-family: " ";
	border-radius: 50px;
	margin: auto;
	margin-top: 43px;
	margin-top: .43rem;
	background: #313131;
}

.process .part1 .inbox{
	padding-bottom: 140px;
	padding-bottom: 1.4rem;
}
.process .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.process .part1 .instyle{
	
}
.process .part1 .img1{
	width: 21.66%;
	display: block;
}
.process .part1 .img2{
	width: 4.41%;
	display: block;
}
.process .part1 .img5{
	display: block;
	width: 47.75%;
}
.process .part1 .box1{
	display: inline;
}
.process .part1 .box2:after{
	content: "";
	display: block;
	clear: both;
}
.process .part1 .box2 .img3{
	width: 21.66%;
}
.process .part1 .hideimg3{
	display: none;
}
.process .part1 .img4{
	float: right;
	width: 4.41%;
	display: block;
}
.process .part1 .floatleft{
	float: left
}
.process .part1 .floatright{
	float: right
}

.condition .part1{
	padding-bottom: 80px;
	padding-bottom: .8rem;
	text-align: center;
}
.condition .part1 .instyle{
	display: inline-block;
	border: 1px solid #b6b6b6;
	width: 250px;
	width: calc(150px + 1rem);
	padding: 50px 25px 35px 25px;
	padding: .5rem .25rem .35rem .25rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 30px;
	margin: 0 .3rem;
	margin-bottom: 47px;
	margin-bottom: .47rem;
	vertical-align: middle;
	text-align: left;
}
.condition .part1 .topimg{
	display: block;
	margin: auto;
	margin-bottom: 37px;
	margin-bottom: .37rem;
	max-width: 60%;
	width: calc(40px + .45rem);
}
.condition .part1 .textbox{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #333333;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	min-height: 90px;
	min-height: calc(60px + .3rem);
	font-family: " ";
}
.condition .part1 .bottomimg{
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-top: .25rem;
	width: calc(20px + .25rem);
}
.condition .part1 .instyle:before{
	content: "";
	display: block;
	width: 35px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}
.condition .part1 .instyle:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	background: #1a1a1a;
	border-radius: 12px;
}

.linktxt{
    color: #cccccc;
    font-size: 18px;
    padding: 10px 0px;
}
