﻿@font-face {
  font-family: 'HelveticaCdBd';
  src:url('../font/HelveticaCdBd.eot') format('eot');
  src:url('../font/HelveticaCdBd.eot?#iefix') format('embedded-opentype'),
  		url('../font/HelveticaCdBd.woff') format('woff'),
      url('../font/HelveticaCdBd.ttf') format('truetype'),
      url('../font/HelveticaCdBd.svg#HelveticaCdBd') format('svg');
  font-weight: normal;
  font-style: normal;
  
}
@font-face {
  font-family: 'Helvetica-Conth';
  src:url('../font/Helvetica-Conth.eot') format('eot');
  src:url('../font/Helvetica-Conth.eot?#iefix') format('embedded-opentype'),
  		url('../font/Helvetica-Conth.woff') format('woff'),
      url('../font/Helvetica-Conth.ttf') format('truetype'),
      url('../font/Helvetica-Conth.svg#Helvetica-Conth') 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 right center transparent;
 	padding-right: 10px;
 }
input{
	font-family: "微软雅黑";
 -webkit-appearance: none;
 border-radius: 0px;
	border: 1px solid #a9a9a9;
}

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);
	}
}

.commonhidebox{
	position: fixed;
	z-index: 2000;
	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, Helvetica, sans-serif,Verdana;
	height: 100%;
}
body{
	box-sizing: border-box;
}
.container{
	position: relative;
	
}
.table{
	display: table;
	height: 100%;
}
.cell{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.content-wrap{
	overflow: hidden;
}
.content,.container{
	background: #fff;
}

.cbox{
	max-width: 1440px;
	padding: 0 20px;
	padding: 0 .2rem;
	box-sizing: border-box;
	margin: auto;
}

.rightfloat{
	position: fixed;
	top: 50%;
	margin-top: -120px;
	right: 0;
	width: 0;
	z-index: 3000;
}
.rightfloat .leftcion{
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	
}
.rightfloat .inbtn{
	border-bottom: 1px solid #fff;
	background: #F36F20;
	float: right;
	position: relative;
	width: 60px;
	cursor: pointer;
}
.rightfloat .righttext{
	white-space: nowrap;
	line-height: 60px;
	position: absolute;
	left: 70px;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	top: 0;
}
.rightfloat .totop{
	width: 60px;
	height: 60px;
	background: url(../images/icon23.png) no-repeat center ;
	float: right;
	background-color: #000;
	cursor: pointer;
}
.topnav_mobile{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
}


.topnav_pc{
	height: 90px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
	background: url(../images/back1.png) no-repeat center #fff;
}
.topnav_pc .searchbox{
	height: 0px;
	overflow: hidden;
	background: #F36F20;
	width: 100%;
	top: 90px;
	position: absolute;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-sizing: border-box;
}
.topnav_pc .searchboxin{
	position: relative;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.topnav_pc .searchboxin .searchtext{
	padding: 0 15px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border: 0px;
	color: #666;
	font-family: arial, Helvetica, sans-serif,Verdana;
	padding-right: 110px;
	
	outline: none;
}
.topnav_pc .searchboxin .rightbtn{
	position: absolute;
	right: 15px;
	top:16px;
	width: 95px;
	height: 60px;
	color: #fff;
	background: #333436;
	outline: none;
	border: 0px;
	padding: 0;
	font-family: arial, Helvetica, sans-serif,Verdana;
	cursor: pointer;
}

.topnav_pc .searchboxin :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c; opacity:1; 
}

.topnav_pc .searchboxin ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8c8c8c;opacity:1;
}

.topnav_pc .searchboxin input:-ms-input-placeholder{
    color: #8c8c8c;opacity:1;
}

.topnav_pc .searchboxin input::-webkit-input-placeholder{
    color: #8c8c8c;opacity:1;
}


.topnav_pc .cbox{
	position: relative;
	height: 100%;
	text-align: right;
}

.topnav_pc .leftlogo{
	position: absolute;
	height: 100%;
	max-width: 20%;
	background: #333436;
	padding-right: 20px;
	box-sizing: border-box;
}
.topnav_pc .leftlogo img{
	max-width: 100%;
	display: block;
}
.topnav_pc .rightnav{
	vertical-align: middle;
	line-height: 50px;
	padding-top: 20px;
}
.topnav_pc .rightnav a img{
	vertical-align: middle;
	margin-top: -3px;
}
.topnav_pc .rightnav a{
	color: #2c2c2c;
	font-size: 14px;
	margin-left: 4.1%;
	border-bottom: 1px solid #fff;
	transition: all .5s;
	display: inline-block;
	vertical-align: middle;
}
.topnav_pc .rightnav a:hover{
	border-bottom: 1px solid #F36F20;
}
.topnav_pc .rightnav a.active{
	border-bottom: 1px solid #F36F20;
}
.topnav_pc .rightnav a.search{
	height: 50px;
	display: inline-block;
	background: url(../images/search.png) no-repeat center;
	width: 24px;
	
}
.topnav_pc .rightnav a.search:hover{
	background: url(../images/search-2.png) no-repeat center;
}
.topnav_mobile{
	height: .75rem;
	background: #333436;
}
.topnav_mobile .leftlogo{
	display: block;
	float: right;
	height: .32rem;
	margin-top: .215rem;
	margin-right: .2rem;
}
.morph-shape{
	fill: #626262;
}
.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 a{
	color: #fff;
}
.menu-wrap a:hover, .menu-wrap a:focus, .menu-wrap a.active{
	color: #F36F20;
}
.menu-wrap .searchbox{
	height: .8rem;
	overflow: hidden;
	position: relative;
}
.menu-wrap .searchtext{
	height: .6rem;
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif,Verdana;
	outline: none;
	padding-right: .8rem;
	color: #666;
	border: 0px;
}
.menu-wrap .rightbtn{
	position: absolute;
	right: 0;
	top: 0;
	width: .6rem;
	height: .6rem;
	color: #fff;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
	background: url(../images/search-3.png) no-repeat center #333436;
}
.footer .part1{
	background: #868686;
	position: relative;
	height:38px;
	height: calc(20px + .18rem);
	padding: 20px 0;
	padding: .2rem 0;
}
.footer .part1 .rightnav{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 78px;
	height: 78px;
	height: calc(20px + .58rem);
	overflow: hidden;
}
.footer .part1 .innav{
	float: left;
	width: 800px;
	max-width: 86%;
	background: #F36F20;
	white-space: nowrap;
	text-align: center;
}
.footer .part1 .totop{
	display: inline-block;
	height: 78px;
	width: 80px;
	height: calc(20px + .58rem);
	width: .8rem;
	background: url(../images/icon6.png) no-repeat center;
	float: left;
	cursor: pointer;
}
.footer .part1 .innav a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12%;
	margin: 0 .3%;
}
.footer .part1 .cbox img{
	margin: 0 5px;
	height: calc(20px + .18rem);
}
.footer .part2{
	line-height: 45px;
	line-height: .45rem;
	padding: 15px 0;
	padding: .15rem 0;
	text-align: center;
	color: #848484;
}
.footer .part2 img{
	margin-top: -3px;
	vertical-align: middle;
}
.footer .part2 a{
	color: #848484;
}
.commonpage{
	text-align: center;
}
.commonpage .num{
	display: inline-block;
	width: 33px;
	height: 33px;
	border: 1px solid #646464;
	color: #646464;
	font-family: arial;
	transition: all .5s;
	text-align: center;
	line-height: 33px;
	vertical-align: middle;
}
.commonpage .num.active{
	color: #fff;
	border: 1px solid #F36F20;
	background: #F36F20;
}
.commonpage .num:hover{
	color: #fff;
	border: 1px solid #F36F20;
	background: #F36F20;
}
.commonpage .prev{
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../images/prev.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #646464;
	vertical-align: middle;
	transition: all .5s;
}
.commonpage .prev:hover{
	background-image: url(../images/prev2.png);
	border: 1px solid #F36F20;
	background-color: #F36F20;
}
.commonpage .next{
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(../images/next.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #646464;
	vertical-align: middle;
	transition: all .5s;
}
.commonpage .next:hover{
	background-image: url(../images/next2.png);
	border: 1px solid #F36F20;
	background-color: #F36F20;
}
.banner{
	padding-top: 55px;
	padding-bottom: 35px;
	padding-top: .55rem;
	padding-bottom: .35rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 6rem;
}
.banner .lefttext{
	height:5.12rem ;
}
.banner .bannertext{
	
	font-family: HelveticaCdBd;
}
.banner .text1{
	font-size: 42px;
	line-height: 56px;
	line-height: .56rem;
	color: #303030;
	margin-bottom: 5px;
	padding-bottom: .05rem;
}
.banner .xx{ 
    margin:0 auto;
    height:385px;
}
.banner .texta1{
	font-size: 36px;
	font-size: .36rem;
	text-align: center;
	line-height: 80px;
	line-height: .80rem;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 5px;
	padding-bottom: .05rem;
}
.banner .texta2{
	font-size: 80px;
	font-size: .80rem;
	text-align: center;
	line-height: 80px;
	line-height: .80rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: .05rem;
}
.banner .texta3{
	font-size: 28px;
	font-size: .28rem;
	text-align: center;
	line-height: 80px;
	line-height: .80rem;
	color: #ffffff;
	margin-bottom: 5px;
	padding-bottom: .05rem;
}
.banner .text3{
	font-size: 19px;
	font-size: calc(10px + .09rem);
	line-height: 4px;
	line-height: .4rem;
	color: #303030;
	margin-bottom: 5px;
	padding-bottom: .05rem;
	color: #F36F20;
}
.banner .inimg{
	max-width: 80%;
}
.banner .text2{
	font-size:68px;
	font-size: .68rem;
	color: #F36F20;
	text-align: center;
	width: 400px;
	line-height: 68px;
	line-height: .68rem;
	max-width: 80%;
}
.banner .text2 .plus{
	font-size: 30px;
	font-size: calc(15px + .15rem);
	font-weight: bold;
}
.banner .text2:after{
	content: "";
	display: block;
	clear: both;
}
.banner .text2 .left{
	width: 42%;
	float: left;
}
.banner .text2 .right{
	width: 52%;
	float: left;
	margin-left: 5%;
}
.banner .text3 .left{
	width: 38%;
	float: left;
}
.banner .text3 .right{
	width: 56%;
	float: left;
	margin-left: 8%;
}
.banner .text4 img{
	margin-top: 25px;
	margin-top: .25rem;
	max-height: .5rem;
	margin-right: 5px;
	margin-right: .05rem;
}

.indextitle{
	text-align: center;
}
.indextitle .text1{
	font-size: 22px;
	font-size: .22rem;
	color: #3d3d3d;
	font-family: "微软雅黑";
	line-height: 31px;
	line-height: .31rem;
}
.indextitle .text3{
	font-size: 22px;
	font-size: .22rem;
	color: #949494;
	font-family: "微软雅黑";
	line-height: 28px;
	line-height: .28rem;
}
.indextitle .text2{
	display: inline-block;
	padding-left: 40px;
	background: url(../images/back2.png) no-repeat center left;
}
.indextitle .text2 .textin{
	display: inline-block;
	padding-right: 40px;
	background: url(../images/back2.png) no-repeat center right;
	font-size: 31px;
	font-size: .31rem;
	color: #000;
	font-family: arial;
	line-height: 50px;
	line-height: .5rem;
}
.index .part1 .indextitle{
	padding-top: 45px;
	padding-bottom: 35px;
	padding-top:.45rem ;
	padding-bottom: .35rem;
}
.index .part1 .topnav{
	margin-bottom: 50px;
	margin-bottom: .5rem;
	text-align: center;
}
.index .part1 .innav{
	display: inline-block;
	max-width: 14.2%;
	width: 180px;
	font-size: 14px;
	color: #1f1f1f;
	font-family: "微软雅黑";
	border: 1px solid #dcdcdc;
	line-height: 20px;
	padding:8px 0;
	padding: .08rem 0;
	text-align: center;
	box-sizing: border-box;
	transition: all .5s;
	cursor: pointer;
	overflow: hidden;
}
.index .part1 .innav.active{
	color: #fff;
	background: #F36F20;
	border: 1px solid #F36F20;
}
.index .part1 .innav:hover{
	color: #fff;
	background: #F36F20;
	border: 1px solid #F36F20;
}
.index .part1 .m_nav{
	display: none;
}
.index .part1 .p_nav{
	overflow: hidden;
}
.index .part1 .rightpoint{
	display: none;
}
.index .part1 .slidein{
	width: 102%;
}
.index .part1 .instyle{
	width: 23%;
	float: left;
	margin-right: 2%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	display: block;
	padding: 0 25px;
	padding: 0 .25rem;
	transition: border .5s;
	text-align: center;
}
.index .part1 .slidein:after{
	content: "";
	display: block;
	clear: both;
}
.index .part1 .topimg{
	background-position: center;
	background-repeat: no-repeat;
	background-size:auto 90% ;
	transition: all .5s;
	height: 260px;
	height: 2.6rem;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.index .part1 .instyle .text1{
	color: #181818;
	font-family: arial;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index .part1 .instyle .text2{
	color: #3b3a3a;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 24px;
	padding-bottom: .24rem;
}
.index .part1 .instyle:hover{
	border: 1px solid #333436;
}
.index .part1 .instyle:hover .topimg{
	background-size: auto 100%;
}
.index .part1 .bx-controls{
	display: none;
}
.index .part1{
	padding-bottom: 50px;
	padding-bottom: .5rem;
}
.index .part1 .more{
	width: 112px;
	height: 30px;
	border: 1px solid #999797;
	background: url(../images/icon10.png) no-repeat center;
	transition: all .5s;
	margin: auto;
	display: block;
	margin-top: 50px;
	margin-top: .5rem;
}
.index .part1 .more:hover{
	border: 1px solid #F36F20;
	background: url(../images/icon10-2.png) no-repeat center #F36F20;
}
.index .part2{
	padding: 110px;
	padding: 1.1rem 0;
	background-position: center;
	
}
.index .part2 .cbox{
	position: relative;
}
.index .part2 .cbox:after{
	content: "";
	display: block;
	clear: both;
}
.index .part2 .rightbox{
	height: 191px;
	height: calc(80px + 1.11rem);
	width: 191px;
	float: right;
	transition: all .5s;
	margin-left:4.8% ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.index .part2 .right1{
	background-image: url(../images/icon14.png);
}
.index .part2 .right1:hover{
	background-image: url(../images/icon14-2.png);
}
.index .part2 .right2{
	background-image: url(../images/icon13.png);
}
.index .part2 .right2:hover{
	background-image: url(../images/icon13-2.png);
}
.index .part2 .right3{
	background-image: url(../images/icon12.png);
}
.index .part2 .right3:hover{
	background-image: url(../images/icon12-2.png);
}
.index .part2 .right4{
	background-image: url(../images/icon11.png);
}
.index .part2 .right4:hover{
	background-image: url(../images/icon11-2.png);
}
.index .part2 .lefttext{
	position: absolute;
	top: 50%;
	left: 20px;
	left: .2rem;
	margin-top: -31px;
	max-width: 24%;
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
}
.index .part2 .innum{
	display: inline-block;
	position: relative;
	color: #fff;
	font-family: Helvetica-Conth;
	font-size: 52px;
	font-size: .52rem;
	line-height: 68px;
	line-height: .68rem;
	letter-spacing: 27px;
	letter-spacing: .27rem;
	padding-left: 10px;
	padding-left: .1rem;
	overflow: hidden;
	vertical-align: middle;
}
.index .part2 .innum .counter{
	display: block;
	background: url(../images/back5.png);
	background-size: auto .62rem;
	text-indent: 10px;
	text-indent: .1rem;
	margin-right: -18px;
	margin-right: -.18rem;
	height: 62px;
	height: .62rem;
	
}
.index .part3 .indextitle{
	padding-top: 50px;
	padding-bottom: 55px;
	padding-top: .5rem;
	padding-bottom: .55rem;
}
.index .part3 .topimg{
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.index .part3 .instyle{
	border: 1px solid #eeeeee;
	transition: all .5s;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.index .part3 .instyle .tricon{
	position: absolute;
	right: -1px;
	top: -1px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
.index .part3 .instyle.active .tricon{
	
	opacity: 1;
	filter: alpha(opacity=100);
}
.index .part3 .instyle .textbox{
	padding: 20px 25px;
	padding: 0.2rem .25rem;
	background: #f8f8f8;
	transition: all .5s;
	text-align: center;
}
.index .part3 .instyle .text1{
	line-height: 55px;
	line-height: .55rem;
	height: 55px;
	height: .55rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: arial;
	font-size: 15px;
	color: #333333;
	transition: all .5s;
}
.index .part3 .instyle .text2{
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	transition: all .5s;
	color: #999999;
}
.index .part3 .instyle .more{
	padding: 0 25px;
	padding: 0 .25rem;
}
.index .part3 .instyle .inmore{
	height: 40px;
	background: url(../images/icon16.png) no-repeat center left;
	transition: all .5s;
}
.index .part3 .instyle:hover .inmore{
	background: url(../images/icon16-2.png) no-repeat center left;
}
.index .part3 .instyle:hover{
	border: 1px solid #333436;
}
.index .part3 .instyle:hover .textbox{
	background: #333436;
}
.index .part3 .instyle:hover .text1{
	color: #fff;
}
.index .part3 .instyle:hover .text2{
	color: #dfdfdf;
}
.index .part3{
	padding-bottom: 135px;
	padding-bottom: 1.35rem;
}
.index .part3 .bx-wrapper .bx-pager{
	bottom: -70px;
	bottom: -.7rem;
	margin-bottom: -10px;
}
.index .part3 .bx-controls-direction{
	display: none;
}
.index .part3 .bx-wrapper .bx-pager.bx-default-pager a{
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	padding: 7px;
	box-sizing: border-box;
	border-radius: 20px;
	background: none;
	margin: 0;
}
.index .part3 .bx-wrapper .bx-pager.bx-default-pager a.active{
	border: 1px solid #F36F20;
}
.index .part3 .bx-wrapper .bx-pager.bx-default-pager span{
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background: #F36F20;
	display: block;
}
.index .part4{
	height: 575px;
	position: relative;
	background: #f4f4f4;
}
.index .part4 .showvideo{
	width: 62.5%;
	height: 575px;
	float: right;
}
#mediaplayer_display_button_play{
		background:url(../images/play3.png) center no-repeat !important ;
		width: 338px !important;
		height: 184px  !important;
	}
	#mediaplayer_display_button{
		background: none !important;
	}
	#mediaplayer_logo{
		display: none;
	}
	

.index .part4 .lefttext{
	position: absolute;
	left: 0;
	top: 13%;
	width: 48%;
	height: 74%;
	padding-top: 60px;
	padding-right: 50px;
	padding-top: .6rem;
	padding-right: .5rem;
	box-sizing: border-box;
	background: #fff;
	z-index: 100;
}
.index .part4 .text1{
	font-size: 18px;
	font-family: "微软雅黑";
	color: #000;
	line-height: 60px;
	line-height: .6rem;
}
.index .part4 .line{
	height: 1px;
	width: 45px;
	background: #000;
	margin-bottom: 15px;
	margin-bottom: .15rem;
}
.index .part4 .text2{
	height:150px ;
	font-size: 14px;
	color: #201f1f;
	line-height: 30px;
	overflow: hidden;
}
.index .part4 .more{
	display: block;
	width: 165px;
	max-width: 2.5rem;
	height: 40px;
	height: calc(30px + .1rem);
	background: #212226;
	color: #fff;
	text-align: center;
	line-height: 40px;
	line-height: calc(30px + .1rem);
	font-size: 14px;
	font-family: arial;
	margin-top: 25px;
	margin-top: .25rem;
}
.index .part4 .more img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}
.index .part5 .topnav{
	text-align: center;
}
.index .part5 .topnav .inav{
	display: inline-block;
	width: 180px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	transition: all .5s;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #3d3d3d;
}
.index .part5 .topnav .inav.active{
	color: #fff;
	background: #F36F20;
	border: 1px solid #F36F20;
}
.index .part5 .indextitle{
	padding-top: 55px;
	padding-top: .55rem;
	padding-bottom: 35px;
	padding-bottom: .35rem;
}
.index .part5 .topnav{
	padding-bottom: 80px;
	padding-bottom: .8rem;
}
.index .part5 .instyle{
	width: 23.5%;
	margin-left: 2%;
	display: block;
	float: left;
	height: 324px;
	overflow: hidden;
}
.index .part5 .topimg{
	height: 197px;
	background-position: center;
	background-size: cover;
	transition: all .5s;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.index .part5 .text1{
	color: #000;
	font-size: 15px;
	font-family: "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
	margin-top: .25rem;
	line-height: 30px;
	transition: all .5s;
}
.index .part5 .time{
	color: #b7b7b7;
	font-family: arial;
	font-size: 17px;
	transition: all .5s;
}
.index .part5 .text2{
	color: #7e7e7e;
	height: 48px;
	overflow: hidden;
	transition: all .5s;
}
.index .part5 .more{
	width: 155px;
	height: 38px;
	border: 1px solid #131c2d;
	line-height: 38px;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 50px;
	color: #131c2d;
}
.index .part5 .line{
	height: 0;
	background: #000;
	width: 26px;
	transition: all .5s;
}
.index .part5{
	padding-bottom: 100px;
	padding-bottom: 1rem;
}
.index .part5 .bx-controls{
	display: none;
}
.index .part5 .hideimg{
	height: 0;
	transition: all .5s;
}

	
.index .part5 .topnav .inav:hover{
	color: #fff;
	background: #F36F20;
	border: 1px solid #F36F20;
}
.index .part5 .instyle:hover .topimg{
	height: 0;
}
.index .part5 .instyle:hover .time{
	color: #717171;
}
.index .part5 .instyle:hover .line{
	height: 1px;
	margin: 15px 0;
}
.index .part5 .instyle:hover .hideimg{
	height: 34px;
	padding-top: 20px;
}
.index .part5 .instyle:hover .text1{
	margin-top: 15px;
}



.ohterbanner{
	height: 415px;
	height: 4.15rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about{
	background: #f7f7f7;
}
.aboutnav{
	width: 50%;
	position: relative;
	height: 80px;
	height: .8rem;
	line-height: 80px;
	line-height: .8rem;
	margin-top: -40px;
	margin-top: -.4rem;
	background: #F36F20;
	margin-bottom: -40px;
	margin-bottom: -.4rem;
}
.aboutnav .inbox{
	width: 200%;
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	height: .8rem;
}
.aboutnav .innavbox{
	background: #F36F20;
	display: inline-block;
	min-width: 600px;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
.aboutnav .innavbox .innav{
	margin-right: 5%;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-bottom: 1px solid #F36F20;
	display: inline-block;
	transition: all .5s;
}
.aboutnav .innavbox .innav.active{
	border-bottom: 1px solid #fff;
}
.aboutnav .innavbox .innav:hover{
	border-bottom: 1px solid #fff;
}
.aboutnav .m_innav{
	width: calc(100% + .4rem);
	margin-left: -.2rem;
	transition: all .5s;
	display: none;
	background: #fff;
	z-index: 2;
}
.aboutnav .m_innav .innav{
	display: block;
	width: 100%;
	background: #fff;
	color: #333;
	line-height: 30px;
	text-align: center;
	height: 0px;
	overflow: hidden;
	transition: all .5s;
}
.aboutnav:hover .innav{
	height: 30px;
}
.aboutnav:hover .m_innav{
	padding: .2rem 0;
}
.ctitle .chi{
	font-size: 26px;
	font-size: calc(13px + .13rem);
	font-family: "微软雅黑";
	color: #333436;
	text-align: center;
	line-height: 34px;
	line-height: calc(16px + .18rem);
}
.ctitle .en{
	color: #a5a5a5;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.ctitle{
	padding-top:110px ;
	padding-top: 1.1rem;
	padding-bottom: 70px;
	padding-bottom: .7rem;
}

.guest .part1{
	background-position: center;
}




.mKeBanner,.mKeBanner div{text-align:center;}
.imageflow img{ -webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); }
.imageflow{ position:relative; text-align:left; visibility:hidden; margin:0 auto}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{position:relative; visibility:hidden; z-index:10001; height:1px;width: 100% !important;margin: auto !important;margin-top: -1.2rem !important;}
.imageflow .slider{display: none;}
.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:46px; position:relative; width:46px}
.imageflow .previous{background:url(../images/icon19.png) center left no-repeat; float:left; margin:-7px 0 0 -50px}
.imageflow .next{background:url(../images/icon19.png) center right no-repeat; float:right; margin:-7px -50px 0 50px}

.guest .imageflow{
}
.guest #LoopDiv{
	max-height: 550px;
}
.imageflow .inimg{
}
.imageflow .inimg:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: 100px;
	height: 100px;
	background: red;
}

.compinfo .part1{
	padding-bottom: 70px;
	padding-bottom: .7rem;
}
.compinfo .part1 .textbox{
	position: relative;
	padding-right: 510px;
}
.compinfo .part1 .rightimg{
	position: absolute;
	right: 0;
	top: -40px;
	width: 466px;
}
.compinfo .part1 .instyle{
	line-height: 50px;
	line-height: .5rem;
	border-bottom: 1px solid #dfdfdf;
	padding: 40px 0;
	padding: .4rem 0;
	padding-right: 80px;
	padding-right: .8rem;
	position: relative;
}
.compinfo .part1 .instyle:last-child{
	border-bottom: 0;
}
.compinfo .part1 .instyle img{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: .55rem;
}
.compinfo .part1 .instyle .text1{
	display: inline-block;
	min-width: 120px;
	min-width: 1.2rem;
	margin-right: 5px;
	margin-right: .05rem;
	font-size: 35px;
	font-size: .35rem;
	vertical-align: middle;
	color: #F36F20;
	font-family: HelveticaCdBd;
}
.compinfo .part1 .instyle .text2{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: calc(10px + .06rem);
	color: #666666;
}
.compinfo .part1 .lefttext{
	height:442px ;
	line-height: 26px;
	color: #707070;
	font-size: 14px;
	overflow: hidden;
	padding-right: 20px;
}
.compinfo .part2 .inbox{
	padding-right: 540px;
	position: relative;
}
.compinfo .part2 .inbox .inimg{
	max-width: 100%;
	display: block;
}
.compinfo .part2 .videobox{
	position: absolute;
	right: 0;
	height: 100%;
	width: 515px;
	top: 0;
}
.compinfo .part2{
	padding-bottom: 80px;
	padding-bottom: .8rem;
}

.pinfo{
	background: #f7f7f7;
}
.pinfo .part1:after{
	content: "";
	display: block;
	clear: both;
	border: 1px solid #f7f7f7;
}
.pinfo .part1 .instyle{
	position: relative;
	padding-bottom: 65px;
	margin-bottom: .65rem;
	padding-left: 50%;
}
.pinfo .part1 .instyle2{
	padding-left: 0;
	padding-right: 50%;
}
.pinfo .part1 .instyle .img{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	height: 388px;
	width: 50%;
}
.pinfo .part1 .instyle2 .img{
	right: 0;
	left: auto;
}
.pinfo .part1 .instyle .text{
	background: #fff;
	height:  388px;
	padding: 50px 70px;
	padding: .5rem .7rem;
	box-sizing: border-box;
}
.pinfo .part1 .instyle .title{
	font-size: 24px;
	color: #4a4a4a;
	font-family: "微软雅黑";
	font-size: calc(12px + .12rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 45px;
	line-height: calc(20px + .25rem);
	margin-bottom: 5px;
}
.pinfo .part1 .instyle .detailinfo{
	height:217px ;
	overflow: hidden;
	line-height: 31px;
	font-size: 14px;
	color: #686868;
}


.honnor .part1 .inbox{
	width: 102%;
}
.honnor .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.honnor .part1 .instyle{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	padding: 15px;
	padding: .15rem;
	box-sizing: border-box;
	background: #fff;
}
.honnor .part1 .instyle img{
	width: 100%;
}
.honnor .part1 .commonpage{
	padding-top: 40px;
	padding-top: .4rem;
}
.honnor .part1{
	
	padding-bottom: 65px;
	padding-bottom: .65rem;
}

.dhistory .historybox{
	padding: 0 100px;
	padding: 0 1rem;
	position: relative;
}
.dhistory .historybox .time{
	color: #ca0b0b;
	font-size: 25px;
	font-family: arial;
	line-height: 45px;
	font-size: calc(12px + .13rem);
	line-height: calc(20px + .25rem);
}
.dhistory .historybox .text{
	color: #949494;
	margin-bottom: 5px;
}
.dhistory .historybox .instyle{
	padding: 15px 25px 35px 25px;
	padding: .15rem .25rem .35rem .25rem;
	height: 230px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
.dhistory .part1{
	padding-bottom: 140px;
	padding-bottom: 1.40rem;
}
.dhistory .historybox .stylebox{
	padding-top: 10px;
	padding-bottom: 60px;
	position: relative;
	padding-left: 50px;
	padding-left: calc(25px + .25rem);
	box-sizing: border-box;
}
.dhistory .historybox .bx-viewport{
	background: none;
}
.dhistory .historybox .stylebox:before{
	content: "";
	display: block;
	clear: both;
	width: 50px;
	width: calc(25px + .25rem);
	height: 298px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon24.png) no-repeat center ;
}
.dhistory .historybox{
	background: url(../images/line.png) repeat-x center bottom;
}
.dhistory .bx-wrapper .bx-controls-direction a{
	width: 34px;
	height: 35px;
	top: auto;
	bottom: 0;
	margin-bottom: -5px;
}
.dhistory .bx-wrapper .bx-prev{
	background: url(../images/prev3.png);
	left: -100px;
	left: -1rem;
}
.dhistory .bx-wrapper .bx-next{
	background: url(../images/next3.png);
	right: -100px;
	right: -1rem;
}
.dhistory .bx-pager{
	display: none;
}


.dhistory .timeChoice{
	text-align: center;
	padding-bottom: 80px;
	padding-bottom: .8rem;
}
.dhistory .timestyle{
	width: 183px;
	height: 46px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-family: "微软雅黑";
	border-radius: 46px;
	border: 1px solid #dddddd;
	line-height: 46px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s;
}
.dhistory .timestyle:hover{
	background: #F36F20;
	border: 1px solid #F36F20;
	color: #fff;
}
.dhistory .timestyle.active{
	background: #F36F20;
	border: 1px solid #F36F20;
	color: #fff;
}


.environment .part1 .inbox{
	width: 102%;
}
.environment .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.environment .inbox .instyle{
	width: 48%;
	margin-right: 2%;
	height: 280px;
	height: calc(140px + 1.4rem);
	position: relative;
	background: #fff;
	float: left;
	margin-bottom: 2%;
	display: block;
}
.environment .instyle .text{
	position: absolute;
	left: 0;
	top: 0;
	height: 280px;
	height: calc(140px + 1.4rem);
	width: 50%;
	background: #F36F20;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: calc(10px + .08rem);
	line-height: calc(16px + .08rem);
	font-family: "微软雅黑";
	z-index: 3;
}
.environment .instyle .table{
	width: 80%;
	margin: auto;
}
.environment .instyle .text:after{
	width: 0;
	height: 0;
	display: block;
	content: "";
	border-left: 15px solid #F36F20;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -15px;
	z-index: 4;
}
.environment .instyle .img{
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 280px;
	height: calc(140px + 1.4rem);
	z-index: 2;
	background-size: cover;
	background-position: center;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.environment .instyle1 .text{
	background: #333436;
}
.environment .instyle1 .text:after{
	border-left: 15px solid #333436;
}
.environment .instyle2 .text{
	background: #fff;
	right: 0;
	left: auto;
	color: #333436;
}
.environment .instyle2 .img{
	left: 0;
	right: auto;
}
.environment .instyle2 .text:after{
	right: auto;
	left: -30px;
	border-left: 15px solid transparent;
	border-right: 15px solid #fff;
}
.environment .instyle3 .text{
	background: #F36F20;
	right: 0;
	left: auto;
}
.environment .instyle3 .img{
	left: 0;
	right: auto;
}
.environment .instyle3 .text:after{
	right: auto;
	left: -30px;
	border-left: 15px solid transparent;
	border-right: 15px solid #F36F20;
}
.environment .part1 .commonpage{
	
	padding-bottom: 74px;
	padding-bottom: .74rem;
}
.environment .commonpage{
	padding-top: 40px;
	padding-top: .4rem;
}


.p_detail .part1 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.p_detail .part1 .right{
	width: 50%;
	float: right;
	box-sizing: border-box;
	position: relative;
	padding-right: 100px;
	height: 420px;
}
.p_detail .part1 .rightcontrol{
	position: absolute;
	right: 1px;
	top: 0;
	height: 420px;
	width: 90px;
	box-sizing: border-box;
	padding-top: 50px;
}
.p_detail .part1 .slider2 .slide{
	height: 420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p_detail .part1 .slider2 .slide img{
	height: 100%;
	width: 100%;
	opacity: 0;
	margin: auto;
	filter: alpha(opacity=0);
}
.p_detail .part1 .bx-controls{
	display: none;
}
.p_detail .rightcontrol .bx-controls{
	display: block;
}
.p_detail .part1 .slider3 .slide img{
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.p_detail .part1 .slider3 .slide.active img{
	border: 1px solid #444444;
}
.p_detail .part1 .bx-pager{
	display: none;
}
.p_detail .rightcontrol .bx-wrapper .bx-controls-direction a{
	width: 90px;
	height: 31px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.p_detail .rightcontrol .bx-wrapper .bx-prev{
	margin-top: 0;
	top: -50px;
	left: 0;
	background: url(../images/prev4.png) no-repeat center ;
}
.p_detail .rightcontrol .bx-wrapper .bx-next{
	margin-top: 0;
	bottom: -50px;
	top: auto;
	left: 0;
	background: url(../images/next4.png) no-repeat center ;
}
.p_detail .part1{
	background: #f7f7f7;
	padding: 77px 0;
	padding: .77rem 0;
}
.p_detail .cbox{
}
.p_detail .part1 .inbox{
	padding: 55px 16px;
	padding: .55rem .16rem;
	background: #fff;
}
.p_detail .part1 .left{
	width: 50%;
	float: left;
}
.p_detail .part1 .text1{
	color: #454545;
	font-size: 46px;
	font-size: .46rem;
	line-height: 60px;
	line-height: .6rem;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
.p_detail .part2 .part1 .text1{
	line-height: 24px;
	line-height: 0.24rem;
}
.p_detail .part1 .text2{
	color: #737373;
	font-size: 20px;
	line-height: 40px;
	line-height: 0.4rem;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: calc(10px + .1rem);
}
.p_detail .part1 .text3{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #8e8e8e;
	margin-top: 20px;
	margin-top: .2rem;
}
.p_detail .part1 .text3 .colorbar{
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.p_detail .part1 .text4{
	font-size: 12px;
	color: #8f8f8f;
	line-height: 26px;
	margin-top: 46px;
	margin-top: .46rem;
	padding-right: 70px;
	font-size: calc(10px + .02rem);
	line-height: calc(16px + .1rem);
}
.p_detail .part1 .text4 td{
	padding-right: 10px;
	min-width: 190px;
	max-width: 300px;
	vertical-align: top;
}
.p_detail .part1 .text4 table{
	max-width: 100%;
	margin-bottom: 20px;
	margin-bottom: .2rem;
}
.p_detail .part2 .inbox{
	padding-top: 78px;
	padding-top: .78rem;
	padding-bottom: 75px;
	padding-bottom: .75rem;
}
.p_detail .part2 .top{
    font-size: 14px;
	font-size: .14rem;
	line-height: 24px;
	line-height: .24rem;
}
.p_detail .part2 .top table{
	width: 100%;
	font-size: 14px;
	font-size: calc(10px + .04rem);
}
.p_detail .part2 .top span{
    width: 1300px;
	width: 13rem;
	display: block;
	min-width: 1000px;
	min-width: 10rem;
}
.p_detail .part2 .top .r1 .red{
	background: #F36F20;
}
.p_detail .part2 .top td{
	line-height: 24px;
	line-height: calc(14px + .1rem);
	padding: 8px 4px;
	padding: .08rem .04rem;
	border: 1px solid #999999;
	font-family: arial;
	color: #000000;
	white-space: nowrap;
}
.p_detail .part2 .top .r1 td{
	background: #333436;
	color: #fff;
	font-family: arial, Helvetica, sans-serif,Verdana;
}
.p_detail .part2 .top td>div{
	min-height: 24px;
	min-height: calc(14px + .1rem);
}
.p_detail .part2 .intitle{
	padding-bottom: 23px;
	padding-top: 50px;
	padding-bottom: .23rem;
	padding-top: .5rem;
	line-height: 50px;
	line-height: .5rem;
}
.p_detail .part2 .intitle .big{
	font-size: 22px;
	font-size: calc(12px + .1rem);
	color: #333436;
	vertical-align: middle;
	font-family: "微软雅黑";
}
.p_detail .part2 .intitle .smll{
	font-family: arial;
	font-size: calc(10px + .02rem);
	color: #a5a5a5;
	vertical-align: middle;
}
.p_detail .part2 .rightsearch{
	width: 50%;
	float: right;
	position: relative;
	height: 50px;
	height: calc(30px + .2rem);
}
.p_detail .part2 .searchtext{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	padding: 0 .2rem;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	outline: none;
	line-height: 50px;
	line-height: calc(30px + .2rem);
}
.p_detail .part2 .rightbtn{
	position: absolute;
	right: 0;
	top: 0;
	width:95px;
	width: calc(30px + .65rem);
	height: 50px;
	height: calc(30px + .2rem);
	background: #333436;
	color: #fff;
	padding: 0;
	border: 0;
	cursor: pointer;
	outline: none;
}
.p_detail .part2 .part1{
	background: #fff;
	padding: 0px;
}

.jqzoom{
	position: relative;
}
.jqzoom img {
	display: block;
}
.zoomdiv {
	z-index:10000;
	position:absolute;
	top:1px !important;
	left:40% !important;
	width:278px;
	height:200px;
	background:#fff;
	border:1px solid #c18c7d;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg {
	width:1182px;
	display: block;
}
.jqZoomPup {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	border:1px solid #aaa;
	background:#c4c4c4 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:crosshair;
}
.bbg {
	background:#333;
	filter:alpha(Opacity=50);
	opacity:0.5;
	filter:alpha(Opacity=50);
	width:87px;
	height:87px;
	position:absolute;
	top:0;
	left:0;
}
.moq a {
	padding-top:10px;
	display:block;
	text-align:right;
}
.zoomdiv{
	right: 100% !important;
	left: auto !important;
}
.p_list .pbanner .slide{
	background-size: cover;
	background-position: center;
}
.p_list .pbanner .bx-controls-direction{
	display: none;
}
.p_list .pbanner .slide img{
	max-width: 1000%;
}
.p_list .pbanner .slidein{
	overflow: hidden;
}
.p_list .pbanner .bx-wrapper .bx-pager.bx-default-pager a{
	background: #ddd;
	background: rgba(255,255,255,.32);
}
.p_list .pbanner .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
	background: rgba(255,255,255,.69);
}
.p_list .pbanner .bx-wrapper .bx-pager{
	bottom: 40px;
	bottom: .4rem;
}

.pclass {
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	padding: 52px 0;
	padding: .52rem 0;
}
.pclass .inbox{
	overflow: hidden;
	width: 100%;
}
.pclass .mCSB_container{
	margin: auto !important;
	padding-bottom: 15px;
}

.pclass .mCSB_container.mCS_no_scrollbar{
	padding-bottom: 0px;
}
.pclass .instyle{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 0 20px;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.pclass .instyle .img{
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.pclass .instyle .chi{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #000;
}
.pclass .instyle .en{
	font-size: 12px;
	font-family: arial;
	color: #888;
}
.p_list .ctitle{
	padding-top:45px ;
	padding-top: .45rem;
	padding-bottom: 35px;
	padding-bottom: .35rem;
}
.p_list .listbox{
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.p_list .listclass{
	padding: 15px 0;
	padding: .15rem 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 50px;
	font-size: 0;
	margin-bottom: .5rem;
	text-align: center;
}
.p_list .showstyle{
	display: inline-block;
	padding:8px 0;
	padding:.08rem 0;
	font-size: 12px;
	color: #9c9c9c;
	transition: all .5s;
}
.p_list .showstyle>span{
	display: block;
	border-right: 1px solid #d6d6d6;
	padding:0 33px;
	padding:0 .33rem;
	line-height: 14px;
	transition: all .5s;
}
.p_list .showstyle:hover{
	background: #333333;
}
.p_list .showstyle:hover>span{
	border-right: 1px solid #333;
	color: #fff;
}
.p_list .showstyle.active{
	background: #333333;
}
.p_list .showstyle.active>span{
	border-right: 1px solid #333;
	color: #fff;
}
.p_list .showbox{
	padding-right: 116px;
	padding-right: calc(.66rem + 50px);
}
.p_list .showbox.active{
	padding-right: 0;
}
.p_list .showbox .more>span{
	border-right: 0px;
	font-family: arial;
}
.p_list .hidebox{
	height: 0;
	overflow: hidden;
}
.p_list .showbox .more img{
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 2px;
}
.p_list .showbox .more{
	cursor: pointer;
	display: none;
}
.p_list .showbox.active .more{
	display: inline-block;
}
.p_list .pclass .bottomsearch{
	width: 100%;
	max-width: 1020px;
	margin: auto;
	margin-top: 45px;
	margin-top: .45rem;
	position: relative;
	height: 50px;
	height: calc(30px + .2rem);
}
.p_list .pclass .searchtext{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	padding: 0 .2rem;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	outline: none;
	line-height: 50px;
	line-height: calc(30px + .2rem);
}
.p_list .pclass .rightbtn{
	position: absolute;
	right: 0;
	top: 0;
	width:95px;
	width: calc(30px + .65rem);
	height: 50px;
	height: calc(30px + .2rem);
	background: #333436;
	color: #fff;
	padding: 0;
	border: 0;
	cursor: pointer;
	outline: none;
}
.p_list .liststyles{
	border-left: 1px solid #d6d6d6;
	overflow: hidden;
	padding-top: 1px;
}
.p_list .liststyles .imgbox{
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% auto;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
	transition: all .5s;
}
.p_list .liststyles .inimg{
	width: 100%;
	display: block;
}
.p_list .liststyles .textbox{
	padding: 10px 35px;
    padding: .1rem .35rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.p_list .liststyles .text1{
	color: #181818;
    font-family: arial;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.p_list .liststyles .text2{
	  color: #3b3a3a;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
.p_list .liststyles .instyle{
	display: block;
	width: 25%;
	margin-top: -1px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
	float: left;
	background: #fff;
	transition: all .5s;
	position: relative;
	z-index: 1;
}
.p_list .liststyles .in{
	border-bottom: 4px solid #fff;
	transition: all .5s;
	padding: 0 !important;
}
.p_list .liststyles:after{
	content: "";
	display: block;
	clear: both;
}
.p_list .liststyles .instyle:hover .imgbox{
	
	background-size: 80% auto;
}
.p_list .liststyles .instyle:hover{
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
	
	z-index: 2;
}
.p_list .liststyles .instyle:hover .in{
	border-bottom: 4px solid #333436;
}
.p_list .commonpage{
	padding-top: 52px;
	padding-top: .52rem;
}
.p_list .listbox .commonpage{
	padding-bottom: 52px;
	padding-bottom: .52rem;
}

.promise .part1{
	padding: 100px 0;
	padding: 1rem 0;
}
.promise .part1 .text1{
	font-size: 30px;
	font-size: calc(10px + .2rem);
	color: #333436;
	line-height: 40px;
	line-height: calc(10px + .3rem);
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: .15rem;
	font-family: "微软雅黑";
}
.promise .part1 .text2{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #7a7a7a;
	line-height: 24px;
	text-align: center;
	
}
.promise .part1 .in{
	white-space: nowrap;
	padding-top: 75px;
	padding-top: .75rem;
	font-size: 0px;
}
.promise .part1 .in:after{
	content: "";
	display: block;
	clear: both;
}
.promise .part1 .instyle{
	width: 150px;
	width: calc(100px + .5rem);
	margin-left: 100px;
	margin-left: .9rem;
	text-align: center;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
}
.promise .part1 .instyle .imgbox{
	height: 150px;
	height: calc(50px + 1rem);
	position: relative;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	transition: all .5s;
}
.promise .part1 .instyle .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	
	transition: all .5s;
}
.promise .part1 .instyle .img2{
	opacity: 0;
	filter: alpha(opacity=0);
}
.promise .part1 .text3{
	font-size: 16px;
	font-size: calc(6px + .1rem);
	color: #F36F20;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	margin-top: 15px;
	margin-top: .15rem;
	margin-bottom: 10px;
	margin-bottom: .1rem;
}
.promise .part1 .text4{
	font-size: 12px;
	color: #919191;
}
.promise .part1 .instyle:hover .imgbox{
	border: 4px solid #F36F20;
}
.promise .part1 .instyle:hover .img1{
	opacity: 0;
	filter: alpha(opacity=0);
}
.promise .part1 .instyle:hover .img2{
	opacity: 1;
	filter: alpha(opacity=100);
}



.videos .videobox{
	height: 580px;
	height: 5.8rem;
	position: relative;
	padding-right: 370px;
}
.videos .videobox .leftvideo{
	width: 100%;
	float: left;
	height: 580px;
	height: 5.8rem;
}
.videos .videobox .rightlistbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
	overflow: hidden;
	height: 580px;
	height: 5.8rem;
}
.videos .videobox .instyle{
	margin-bottom: 35px;
	margin-bottom: .35rem;
	position: relative;
	display: block;
	width: 100%;
}
.videos .videobox .instyle:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play2.png) no-repeat center;
	background-size: calc(20px + .29rem) auto;
}
.videos .videobox .instyle img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.videos .part2{
	padding-top: 15px;
	padding-top: .15rem;
}
.videos .part2 .intitle{
	font-size: 26px;
	font-size: .26rem;
	color: #373737;
	font-family: "微软雅黑";
	line-height: 85px;
	line-height: .85rem;
}
.videos .part2 .inbox{
	width: 103.5%;
	padding-bottom: 55px;
	padding-bottom: .55rem;
}
.videos .part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.videos .part2 .instyle{
	width: 30%;
	float: left;
	margin-right: 3.33%;
}
.videos .part2 .instyle .imgbox{
	position: relative;
}
.videos .part2 .instyle .imgbox img{
	width: 100%;
	display: block;
}
.videos .part2 .instyle .imgbox:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play2.png) no-repeat center;
	background-size: calc(20px + .29rem) auto;
}
.videos .part2 .text1{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #373737;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 24px;
	padding-top: 22px;
	padding-top: .22rem;
}
.videos .part2 .text2{
	font-size: 12px;
	font-size: calc(10px + .02rem);
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 10px;
	padding-bottom: .1rem;
}

.problem .instyle{
	margin-bottom: 20px;
	margin-bottom: .2rem;
}
.problem .qabox .titlebox{
	background: #f3f3f3;
	position: relative;
	padding-left: 100px;
	padding-left: 1rem;
	line-height: 70px;
	line-height: calc(20px + .5rem);
	padding-right: 84px;
	padding-right: .84rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 2;
}
.problem .qabox .miantext{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	transition: all .5s;
}
.problem .qabox .lefticon{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 29px;
	padding-left: .29rem;
	color: #aeaeae;
	font-family: arial;
	font-size: 23px;
	font-size: calc(10px + .13rem);
	transition: all .5s;
}
.problem .qabox .righticon{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 82px;
	width: .82rem;
	background-position: center;
	background-image: url(../images/icon40.png);
	background-repeat: no-repeat;
	background-size: calc(40px + .42rem);
	transition: all .5s;
}
.problem .qabox .titlebox:hover{
	background: #F36F20;
}
.problem .qabox .titlebox:hover .righticon{
	background-image: url(../images/icon42.png);
}
.problem .qabox .titlebox:hover .lefticon{
	color: #810000;
}
.problem .qabox .titlebox:hover .miantext{
	color: #fff;
}
.problem .qabox .active .titlebox{
	background: #F36F20;
}
.problem .qabox .active .titlebox .righticon{
	background-image: url(../images/icon41.png);
}
.problem .qabox .active .titlebox .lefticon{
	color: #810000;
}
.problem .qabox .active .titlebox .miantext{
	color: #fff;
}
.problem .part1{
	padding-bottom: 72px;
	padding-bottom: .72rem;
}
.problem .part1 .commonpage{
	padding-top: 52px;
	padding-top: .52rem;
}
.problem .part1 .abox{
	position: relative;
	padding-left: 100px;
	padding-left: 1rem;
	background: #f3f3f3;
	height: 0;
	overflow: hidden;
}
.problem .part1 .aleft{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	width: 1rem;
	padding-left: 29px;
	padding-left: .29rem;
	color: #aeaeae;
	font-family: arial;
	font-size: 23px;
	font-size: calc(10px + .13rem);
	line-height: 30px;
	line-height: calc(15px + .15rem);
}
.problem .part1 .aright{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: 30px;
	line-height: calc(15px + .15rem);
	color: #8d8d8d;
}

.download .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.download .part1{
	padding-bottom: 60px;
	padding-bottom: .6rem;
}
.download .part1 .commonpage{
	padding-top: 35px;
	padding-top: .35rem;
}
.download .instyle{
	display: block;
	width: 48.5%;
	position: relative;
	padding-left: 170px;
	padding-left: 1.7rem;
	padding-right: 85px;
	padding-right: .85rem;
	height: 90px;
	height: calc(48px + .42rem);
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 25px;
	margin-bottom: .25rem;
	float: left;
	margin-right: 3%;
}
.download .instyle.active{
	margin-right: 0;
}
.download .instyle .lefttext{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	width: .85rem;
	color: #fff;
	background: #F36F20;
	line-height:90px;
	line-height:calc(48px + .42rem);
	text-align: center;
	font-size: 40px;
	font-size: .4rem;
	font-family: arial;
}
.download .instyle .lefticon{
	width: 85px;
	width: .85rem;
	position: absolute;
	height:90px;
	height:calc(48px + .42rem);
	background: url(../images/icon43.png) no-repeat center;
	left: 85px;
	left: .85rem;
	top: 0;
	background-size: calc(10px + .34rem);
}
.download .instyle .text1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #737373;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	padding-top: 21px;
	padding-top: .21rem;
}
.download .instyle .text2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #a3a3a3;
	font-family: arial;
	font-size: calc(10px + .02rem);
}
.download .instyle .text2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
	width: calc(10px + .05rem);
}
.download .instyle .righticon{
	height: 100%;
	width: 85px;
	width: .85rem;
	transition: all .5s;
	background-image: url(../images/icon45.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: calc(10px + .1rem);
	right: 0;
	top: 0;
	position: absolute;
}
.download .instyle:hover .righticon{
	background-image: url(../images/icon45-2.png);
	
}


.news .part1 .part5{
	width: 102%;
}
.news .part1 .instyle{
	width: 23%;
	margin-left: 0;
	margin-right: 2%;
	padding-bottom: 45px;
	padding-bottom: .45rem;
	margin-bottom: 2%;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.news .part1 .index:after{
	content: "";
	display: block;
	clear: both;
}
.news .part1 .commonpage{
	padding-top: 55px;
	padding-top: .55rem;
}
.news .part1{
	padding-bottom: 58px;
	padding-bottom: .58rem;
}
.index .part5 .hideimg{
	display: block;
}
.news .part1 .textbox{
	padding: 0 30px;
	padding: 0 .3rem;
}
.news .index .part5 .instyle:hover .hideimg{
	padding-top: 50px;
	padding-top: .5rem;
}


.news_d .part1{
	padding-top: 100px;
	padding-top: 1rem;
	
}
.news_d .part1 .text1{
	font-size: 23px;
	font-size: calc(10px + .13rem);
	color: #333333;
	font-family: "微软雅黑";
	line-height: 45px;
	line-height: calc(20px + .25rem);
}
.news_d .part1 .text2{
	color: #b1b1b1;
	font-size: 12px;
	font-family: arial;
}
.news_d .part1 .title{
	padding-bottom: 30px;
	padding-bottom: .3rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	padding-right: 120px;
}
.news_d .part1 .righticon{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #333436;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .5s;
	position: absolute;
	right: 60px;
	top: 0;
}
.news_d .part1 .wechat{
	right: 0px;
}
.news_d .part1 .righticon:hover{
	background-color: #F36F20;
}
.news_d .part1 .textbox{
	font-size: 12px;
	padding-top: 35px;
	padding-top: .35rem;
	color: #707070;
}
.news_d .part1 .textbox img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.news_d .controlbox{
	padding: 90px 0;
	padding: .9rem 0;
	position: relative;
}
.news_d .controlbox .pre{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	display: inline-block;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #707070;
}
.news_d .controlbox .pre a{
	color: #707070;
}
.news_d .controlbox .next{
	position: absolute;
	top: 65%;
	margin-top: -12px;
	display: inline-block;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #707070;
}
.news_d .controlbox .next a{
	color: #707070;
}
.news_d .controlbox .back{
	color: #F36F20;
	width: 110px;
	height: 35px;
	text-align: center;
	border: 1px solid #F36F20;
	line-height: 35px;
	border-radius: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	display: block;
	transition: all .5s;
}
.news_d .controlbox .back:hover{
	background: #F36F20;
	color: #fff;
}


.marketing{
	background: #f7f7f7;
}
.marketing .pagebtn{
	text-align: center;
	padding-bottom: 55px;
	padding-bottom: .55rem;
}
.marketing .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;
}
.marketing .pagebtn .inbtn.active{
	background: #F36F20;
	border: 1px solid #F36F20;
	color: #fff;
}
.marketing .pagebtn .inbtn:hover{
	background: #F36F20;
	border: 1px solid #F36F20;
	color: #fff;
}
.marketing .box2{
	white-space: nowrap;
	font-size: 0px;
	float: left;
}
.marketing .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;
}
.marketing .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;
}
.marketing .box2 .text2{
	color: #909090;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	margin-bottom: 5px;
	margin-bottom: .05rem;
	line-height: calc(15px + .09rem);
}
.marketing .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);
}
.marketing .box2 .toptext .rightqr{
	width: 100px;
	width: calc(80px + .2rem);
	position: absolute;
	right: 0;
	top: 10px;
}
.marketing .box2 .bottomimg{
	width: 342px;
	height: 342px;
	max-width: 100%;
	background-position: center;
	background-size: cover;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.marketing .part1{
	padding-bottom: 73px;
	padding-bottom: .73rem;
}
.marketing .boxin{
	width: 400%;
}
.marketing .box{
	width: 25%
}
.marketing .boxin:after{
	content: "";
	display: block;
	clear: both;
}
.marketing .inbox{
	overflow: hidden;
}
.marketing .box1{
	float: left;
	min-height: 1px;
	position: relative;
	box-sizing: border-box;
	padding-left: 420px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e5e4e4;
}
.marketing .box1 .left{
	width: 420px;
	top: 0;
	left: 0;
	position: absolute;
	border-right: 1px solid #e5e4e4;
}
.marketing .box1 .right{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.marketing .box1 .right .inpoint{
	position: absolute;
	cursor: pointer;
	color: #939393;
	font-size: 13px;
	transition: all .5s;
	box-sizing: border-box;
}
.marketing .box1 .right .inpoint:hover{
	color: #deb722;
}
.marketing .box1 .right .inpoint.hover{
	color: #deb722;
}
.marketing .box1 .right .inpoint.active{
	color: #deb722;
}
.marketing .box1 .top{
	padding: 25px 37px 30px 37px;
	padding: .25rem .37rem .3rem .37rem;
}
.marketing .box1 .text1{
	font-size: 19px;
	color: #626262;
	font-size: calc(9px + .1rem);
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 40px;
	line-height: calc(20px + .2rem);
}
.marketing .box1 .text2{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.marketing .box1 .text2 img{
	vertical-align: middle;
	margin-top: -3px;
	display: inline-block;
}
.marketing .box1 .bx-controls{
	display: none;
}
.marketing .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);
}
.marketing .box1 .mian .lefticon{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: url(../images/icon48.png) no-repeat center;
	border-right: 1px solid #e5e4e4;
}

.marketing .box1 .bottom{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 37px 44px 37px;
	padding: .25rem .37rem .44rem .37rem;
}
.marketing .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;
}
.marketing .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);
}
.marketing .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);
}
.marketing .box1 .toptext .rightqr{
	width: 100px;
	width: calc(80px + .2rem);
	position: absolute;
	right: 0;
	top: 10px;
}
.marketing .box1 .bottomimg{
	height: 342px;
	width: 342px;
	max-width: 100%;
	background-position: center;
	background-size: cover;
	margin: auto;
	
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}



.order .part1:after{
	content: "";
	display: block;
	clear: both;
}
.order .part1 .left{
	width: 47.1%;
	float: left;
	background: #F36F20;
	padding-top: 35px;
	padding-top: .35rem;
	padding-bottom: 45px;
	padding-bottom: .45rem;
}
.order .part1 .right{
	width: 47.1%;
	float: right;
	background: #333436;
	padding-top: 35px;
	padding-top: .35rem;
	padding-bottom: 45px;
	padding-bottom: .45rem;
}
.order .part1 .topimg{
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 60%;
	margin: auto;
}
.order .part1 .inqr{
	padding: 8px;
	max-width: 160px;
	width: 60%;
	margin: auto;
	box-sizing: border-box;
	background: #fff;
	margin-top: 15px;
	margin-top: .15rem;
}
.order .part1 .inqr img{
	width: 100%;
	display: block;
}
.order .part1{
	padding-bottom: 84px;
	padding-bottom: .84rem;
}
.order .ctitle{
	padding-top: 55px;
	padding-top: .55rem;
	padding-bottom: 50px;
	padding-bottom: .5rem;
}


.contact .map{
	height: 307px;
	height: calc(100px + 2.07rem);
	position: relative;
}
.contact  #container1{
	height: 100%;
}
.contact .part1{
	padding-bottom: 60px;
	padding-bottom: .6rem;
}
.contact .map .micon{
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	background-image: url(../images/icon51.png);
	background-color: #fff;
	border-radius: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	width: 50px;
	height: 50px;
	width: calc(30px + .2rem);
	height: calc(30px + .2rem);
	z-index: 2;
	padding: 0;
	border: 1px solid #0060d7;
	display: none;
}
.contact .part2 .instyle{
	width: 25%;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	float: left;
	height: 300px;
	padding: 0 30px;
	padding: 0 .3rem;
	text-align: center;
}
.contact .part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.contact .part2 .inbox{
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.contact .part2{
	padding-bottom: 60px;
	padding-bottom: .6rem;
}
.contact .part2 .topimg img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.contact .part2 .topimg{
	padding-top: 48px;
	padding-top: .48rem;
	padding-bottom: 20px;
	padding-bottom: .2rem;
}
.contact .part2 .text1{
	font-size: 23px;
	font-size: calc(10px + .13rem);
	color: #333333;
	line-height: 35px;
	line-height: calc(20px + .15rem);
	font-family: "微软雅黑";
}
.contact .part2 .text2{
	font-size: 16px;
	font-family: arial;
	color: #797979;
	margin-top: 5px;
	margin-top: .05rem;
	font-size: calc(10px + .06rem);
}
.contact .part2 .text2 a{
	color: #797979;
}
.contact .part2 .text2 a:hover{
	color: #797979;
}
.contact .part3{
	padding-top: 47px;
	padding-top: .47rem;
	background: #f7f7f7;
	background-size: auto 2rem;
	padding-bottom: 63px;
	padding-bottom: .63rem;
}
.contact .part3:after{
	content: "";
	display: block;
	clear: both;
}
.contact .part3 .inputbox{
	width: 32%;
	float: left;
}
.contact .part3 .inputbox .attr{
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	line-height: calc(20px + .15rem);
}
.contact .part3 .inputbox input{
	width: 100%;
	padding: 0 20px;
	padding: 0 .2rem;
	box-sizing: border-box;
	height: 45px;
	height: calc(20px + .25rem);
	line-height: 45px;
	line-height: calc(20px + .25rem);
	box-sizing: border-box;
	border: 1px solid #ececec;
	font-size: 12px;
	color: #666666;
}
.contact .part3 .minbox{
	margin: 0 2%;
}
.contact .part3 .textbox{
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-top: .2rem;
}
.contact .part3 .textbox .attr{
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	line-height: calc(20px + .15rem);
}
.contact .part3 .textbox textarea{
	width: 100%;
	padding: 15px 20px;
	padding: .15rem .2rem;
	box-sizing: border-box;
	height: 230px;
	height: calc(100px + 1.3rem);
	font-size: 12px;
	border: 1px solid #ececec;
	color: #666666;
}
.contact .part3 .submit{
	color: #fff;
	width: 250px;
	height: 45px;
	height: calc(30px + .15rem);
	line-height: 45px;
	line-height: calc(30px + .15rem);
	padding: 0;
	border: 0;
	font-size: 16px;
	font-size: calc(10px + .06rem);
	background: #F36F20;
	max-width: 100%;
	margin: auto;
	display: block;
	margin-top: 63px;
	margin-top: .63rem;
}



.hidevideo .inbox{
	height: 70%;
	width: 80%;
	margin: auto;
	max-width: 800px;
	max-height: 400px;
}

#mediaplayer2_display_button_play{
		background:url(../images/play.png) center no-repeat !important ;
		width: 99px !important;
		height: 99px  !important;
	}
	#mediaplayer2_display_button{
		background: none !important;
	}
	#mediaplayer2_logo{
		display: none;
	}
	.jwplayer:focus{
		outline: none !important;
	}



.itemCon{
}
.stateTip, #StateTip { display: none; position: absolute; padding: 8px; background: #fff; border: 2px solid #2385B1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 12px; font-family: Tahoma; color: #333; }
.mapInfo i { display: inline-block; width: 15px; height: 15px; margin-top: 5px; line-height: 15px; font-style: normal; background: #aeaeae; color: #fff; font-size: 11px; font-family: Tahoma; -webkit-border-radius: 15px; border-radius: 15px; text-align: center }
.mapInfo i.active { background: #E27F21; }
.mapInfo span { padding: 0 5px 0 3px; }
.mapInfo b { font-weight: normal; color: #2770B5 }
.itemCon #ChinaMap1{
	margin: auto;
}
.stateTip{
	display: none !important;
}
.bx-viewport .slide{
	min-height: 1px;
}



.hidehonnor .bx-controls-direction{
	
}
.hidehonnor .bx-wrapper .bx-controls-direction a{
	width:46px;
	height: 46px;
	width: .46rem;
	height: .46rem;
	margin-top: -23px;
	margin-top: -.23rem;
}
.hidehonnor .bx-wrapper .bx-prev{
	background: url(../images/icon19.png) no-repeat center left;
	background-size:auto .46rem;
}
.hidehonnor .bx-wrapper .bx-next{
	background: url(../images/icon19.png) no-repeat center right;
	background-size:auto .46rem;
}
.hidehonnor .bx-pager{
	display: none;
}
.hidehonnor .inslide img{
	display: block;
	margin: auto;
	position: relative;
	z-index: 20;
}
.hidehonnor .bx-wrapper .bx-viewport{
	background: none;
}
.hidehonnor .bx-wrapper .bx-pager{
	bottom: 40px;
	bottom: .4rem;
}
.hidehonnor .bx-wrapper .bx-pager.bx-default-pager a:hover,.hidehonnor  .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #F36F20;
}
.hidehonnor .inbox{
	width: 90%;
	max-width: 600px;
}

.marketing .box1 .bottombox{
	box-sizing: border-box;
}
.marketing .box1 .bottombox .mCSB_container{
	margin-right: 0;
}


.hidehonnor .bx-wrapper img{
	max-width: 90%;
	width: 600px;
}


.index .bannerbox .bx-controls-direction{
	display: none;
}
.index .bannerbox .bx-wrapper .bx-pager.bx-default-pager a{
	background: #ddd;
	background: rgba(255,255,255,.32);
}
.index .bannerbox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
	background: rgba(255,255,255,.69);
}