@font-face {
	font-family: 'helveticaneueltpro';
	src: url('../font/helveticaneueltpro.eot') format('eot');
	src: url('../font/helveticaneueltpro.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneueltpro.woff') format('woff'), url('../font/helveticaneueltpro.ttf') format('truetype'), url('../font/helveticaneueltpro.svg#helveticaneueltpro') 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 .15rem transparent;
	background-size: calc(8px + .09rem);
	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(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.containsize {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.commonhidebox {
	position: fixed;
	z-index: 3001;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	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;
}

body,
html {
	font-family: arial,"微软雅黑";
	height: 100%;
	font-size: 100px;
}

body {
	box-sizing: border-box;
	font-size: 12px;
	overflow: hidden;
}

.container {
	position: relative;
	height: 100vh;
	overflow: auto;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.content-wrap {
	overflow: hidden;
}

.content,
.container {
	background: #fff;
}

.cbox {
	max-width: 1200px;
	padding: 0 20px;
	padding: 0 .2rem;
	margin: auto;
}


.wechat {
	cursor: pointer;
}


.nav{
	height: 120px;
	line-height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 32px 0;
	box-sizing: border-box;
	transition: all .5s;
}
.nav.scroll{
	background: rgba(0,0,0,.8);
	height: 100px;
	padding: 22px 0;
}
.nav .ina{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 .25rem;
	transition: all .5s;
	margin: 0 .05rem;
	cursor: pointer;
}
.nav .right{
	float: right;
	padding-right: 60px;
	white-space: nowrap;
}
    .nav .ina:hover {
        border-bottom: 2px solid;
    }
.nav .ina.active{
	border-bottom:2px solid;
}
.nav .logo{
	position: absolute;
	left: .6rem;
	top: 0;
	bottom: 0;
	margin: auto;
	
}
.nav .inbtn{
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 32px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	cursor: pointer;
	margin-left: 14px;
	position: relative;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.nav .showphone{
	background-image: url(../images/icon1-2.png);
}
.nav .showsearch{
	background-image: url(../images/icon2-2.png);
}
.nav .showphone .hidetext{
	position: absolute;
	right:40px;
	top: 0;
	text-align: right;
	color: #fff;
	overflow: hidden;
	width: 0;
	transition: all .5s;
	font-size: 14px;
}
.nav .showphone.active{
	margin-left: 100px;
}
.nav .showphone.active:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100px;
	right: 0;
	top: 0;
}
.nav .showphone.active .hidetext{
	width: 95px;
}
.nav .hidesearch{
	position: absolute;
	right: 40px;
	top: 0;
	width: 0;
	overflow: hidden;
	transition: all .5s;
}
.nav .showsearch.active:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100px;
	right: 0;
	top: 0;
}
.nav .hidesearch input{
	width: 100%;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	background: none;
}
.nav .showsearch.active{
	margin-left: 100px;
}
.nav .showsearch.active .hidesearch{
	width: 85px;
}
.nav .showsearch .submit{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0;
	background: none;
	border: 0;
}
.nav .showsearch.active .submit{
	display: block;
	cursor: pointer;
}
.mobilenav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
	height: .98rem;
	display: none;
	transition: all .5s;
}
.mobilenav.scroll{
	background: #333;
}
.mobilenav .logo{
	position: absolute;
	left: .3rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2rem;
}
.mobilenav .menu{
	position: absolute;
	right: .5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: .51rem;
}
.hidenav {
	display: none;
}
.hidenav .backshadow{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  background: rgba(0, 0, 0, 0.1);
  transition: all .5s;
  opacity: 0;
}
.hidenav.active .backshadow{
	opacity: 1;
}
.hidenav .logo{
	width: 3rem;
	margin: auto;
	display: block;
}
.hidenav .rightnav{
  background: #fff;
  background: rgba(255,255,255,.85);
  width: 4.50rem;
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: -4.5rem;
  top: 0;
  z-index: 202;
  transition: all .5s;
  backdrop-filter:blur(10px);
}
.hidenav.active .rightnav{
  right: 0rem;
}
.hidenav .searchbox{
  height: .60rem;
  position: relative;
  padding-left: .2rem;
  padding-right: 1rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  border-bottom: 1px solid #888;
  margin-bottom: .2rem;
  display: none;
}
.hidenav .searchtext{
	width: 100%;
	height: .4rem;
	padding: .1rem;
	border: 0;
	font-size: .24rem;
	background: none;
}
.hidenav .searchbtn{
	position: absolute;
	top: .1rem;
	right: .2rem;
	width: .6rem;
	height: .6rem;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-size: .4rem;
	background-position: center;
	border: 0;
	background-color: transparent;
}
.hidenav .inlink{
  padding: .15rem .30rem;
  display: block;
  line-height: .50rem;
  font-size: .26rem;
  color: #333;
  font-weight: bold;
  /* border-bottom: 1px solid #888; */
}
.hidenav .inlink a{
	color: #333;
	display: block;
}
.hidenav .inlink.active{
  color: #0081ff
}
.hidenav .level2{
  padding-top: 0rem;
  transition: all .5s;
}
.hidenav .inlink.enter .level2{
  padding-top: .10rem;
}
.hidenav .level2 a{
  line-height: .45rem;
  font-size: .25rem;
  color: #444;
  display: block;
  overflow: hidden;
  transition: all .5s;
  height: 0;
}
.hidenav .inlink.enter .level2 a{
  height: .45rem;
}
.hidenav .phonebox{
	text-align: center;
	font-size: .3rem;
	padding: .2rem;
	color: #666;
	margin-top: .3rem;
}
.hidenav .phonebox img{
	vertical-align: middle;
	margin-top: -.03rem;
	margin-right: .05rem;
	max-width: .39rem;
	border: 1px solid #666;
	border-radius: .3rem;
	padding: .05rem;
}







.footer{
	background: #2e3436;
}
.footer .fpart2{
	line-height: 26px;
	padding: 10px .62rem;
	font-size: 12px;
	font-family: "宋体";
	color: #fff;
}
.footer .fpart2 a{
	color: #fff;
}
.footer .fpart2 img{
	vertical-align: middle;
	margin-top: -3px;
}

.container{
}


.index .banner .sliders{
	height: 8.43rem;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
}


.index .banner .bx-wrapper .bx-controls-direction{
	display: none;
}
.index .footer{
	background: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.index .bx-wrapper .bx-pager{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.index .bx-controls{
	position: absolute;
	left: 2%;
	top: 0;
	height: 100%;
	height: 100vh;
	width: 30px;
	display: table;
}
.index .bx-wrapper .bx-pager.bx-default-pager a{
	background: none;
	padding: 8px;
	padding: calc(4px + .04rem);
	border: 2px solid transparent;
	border-radius: 20px;
}
.index .bx-wrapper .bx-pager.bx-default-pager a.active{
	border: 2px solid #fff;
	padding: 12px;
	padding: calc(6px + .06rem);
}
.index .bx-wrapper .bx-pager.bx-default-pager a span{
	width: 10px;
	width: calc(5px + .05rem);
	height: 10px;
	height: calc(5px + .05rem);
	border-radius: 10px;
	background: #fff;
	display: block;
}

.otherbanner{
	position: relative;
}
.otherbanner .inbox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 82px;
	height: calc(41px + .41rem);
	background: #000;
	background: rgba(0,0,0,.53);
}
.otherbanner .inbox2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	height: calc(24px + .24rem);
	line-height: 48px;
	line-height: calc(24px + .24rem);
	background: #000;
	background: rgba(0,0,0,.53);
	text-align: center;
	font-size: 0;
}
.otherbanner .btnbox .inbtn{
	display: inline-block;
	width: 176px;
	width: calc(88px + .88rem);
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #fff;
	transition: all .5s;
}
.otherbanner .btnbox .inbtn.active,.otherbanner .btnbox .inbtn:hover{
	background: #0081ff;
}
.otherbanner .bannerbox{
	height: 3.78rem;
}
.plist .otherbanner .bannerbox,.pdetail .otherbanner .bannerbox{
	height: 4.12rem;
}
.otherbanner .searchbox{
	overflow: hidden;
	padding-top: 19px;
	padding-top: calc(9px + .1rem);
}
.otherbanner .category{
	width: 20%;
	background-color: #fff;
	height: 44px;
	height: calc(22px + .22rem);
	padding:0 .17rem;
	float: left;
	border: 0;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #a0a0a0;
}
.otherbanner .inputbox{
	position: relative;
	float: right;
	width: 78%;
	background: #fff;
	box-sizing: border-box;
	height: 44px;
	height: calc(22px + .22rem);
	line-height: 44px;
	line-height: calc(22px + .22rem);
	padding-right: 1.38rem;
	padding-right: calc(69px + .69rem);
}
.otherbanner .inputbox .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.38rem;
	width: calc(69px + .69rem);
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	background: #0153a3;
}
.otherbanner .inputbox .btn img{
	vertical-align: middle;
	margin-right: .12rem;
}
.otherbanner .inputbox input{
	width: 100%;
	border: 0;
	padding: 0 .2rem;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #333;
	
}

.othernav .inbox{
	border-bottom: 1px solid #efefef;
	padding-top: .25rem;
	overflow: hidden;
}
.othernav .inbox .left{
	float: left;
	line-height: 40px;
	line-height: calc(20px + .2rem);
	padding: .1rem 0;
	font-size: 20px;
	font-size: calc(10px + .1rem);
	color: #313131;
}
.othernav .inbox .right{
	padding-top: .2rem;
	padding-bottom: .1rem;
	line-height: 30px;
	line-height: calc(15px + .15rem);
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #a0a0a0;
	font-family: "宋体";
	float: right;
}
.othernav .inbox .right a{
	color: #a0a0a0;
}
.othernav .inbox .right a.active{
	color: #0153a3;
}
.othernav .inbox .right a:hover{
	color: #0153a3;
}
.commonpage{
	text-align: center;
}
.commonpage a{
	display: inline-block;
	min-width: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	border: 1px solid #dcdcdc;
	color: #535353;
	text-align: center;
	transition: all .5s;
}
.commonpage a.active{
	color: #fff;
	background: #0081ff;
	border: 1px solid #0081ff;
}
.commonpage a:hover{
	border: 1px solid #0081ff;
}
.plist .part1{
	padding-bottom: .65rem;
	padding-top: .4rem;
	overflow: hidden;
}
.plist .part1 .inbox{
	overflow: hidden;
	width: 101.5%;
	padding-bottom: .4rem;
}
.plist .part1 .instyle{
	display: block;
	width: 23.5%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	padding-bottom: .38rem;
	border: 1px solid #efefef;
	box-sizing: border-box;
	transition: all .5s;
}
.plist .part1 .instyle:hover{
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
}
.plist .part1 .picbox{
	display: block;
	height: 3.45rem;
    background-size:100%
}
.plist .part1 .text1{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	color: #000000;
	line-height: 36px;
	line-height: calc(20px + .16rem);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	margin: auto;
	transition: all .5s;
}
.plist .part1 .instyle:hover .text1{
	color: #0081ff;
}
.plist .part1 .text2{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #707070;
	line-height: 34px;
	line-height: calc(18px + .16rem);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	margin: auto;
}

.pdetail .part1{
	padding-top: .45rem;
	padding-bottom: .55rem;
}
.pdetail .part1 .left{
	width: 35%;
	float: left;
	border: 1px solid #e5e5e5;
}
.pdetail .part1 .slide{
	height: 4.2rem;
}
.pdetail .part1 .right{
	width: 61%;
	float: right;
}
.pdetail .part1 .text1{
	font-size: 18px;
	font-size: calc(9px + .09rem);
	color: #000000;
	line-height: 28px;
	line-height: calc(14px + .14rem);
	font-weight: bold;
	margin-top: -.05rem;
}
.pdetail .part1 .text2{
	font-size: 16px;
	font-size: calc(8px + .08rem);
	color: #000000;
	line-height: 28px;
	line-height: calc(14px + .14rem);
	margin-bottom: .12rem;
}
.pdetail .part1 .text3{
	font-size: 13px;
	font-size: calc(8px + .05rem);
	color: #000000;
	line-height: 24px;
	line-height: calc(14px + .1rem);
	margin-bottom: .22rem;
}
.pdetail .part1 .recommend{
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.pdetail .part1 .text4{
	font-size: 16px;
	font-size: calc(8px + .08rem);
	color: #434343;
	line-height: 58px;
	line-height: calc(29px + .29rem);
}
.pdetail .part1 .links{
	display: block;
	width: 22%;
	height: 1.65rem;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.pdetail .part1 .links img{
	width: 100%;
	display: block;
}
.pdetail .part1 .box{
	width: 103%;
}
.pdetail .part1 .bx-pager{
	display: none;
}
.pdetail .part2{
	padding-bottom: .55rem;
}
.pdetail .part2 .title{
	font-size: 20px;
	font-size: calc(10px + .1rem);
	color: #333333;
	line-height: 45px;
	line-height: calc(22px + .23rem);
	text-align: center;
	background: #eeeeee;
}
.pdetail .part2 .boxs{
	padding-top: .3rem;
}
.pdetail .part2 .text1{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
}
.pdetail .part2 .text1:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 1px solid #434343;
}
.pdetail .part2 .text1:after{
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 14px;
	background: #434343;
}
.pdetail .part2 .text2{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #333333;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	padding-left: 28px;
	position: relative;
	overflow: auto;
}
.pdetail .part2 .tablebox{
	margin-top: .1rem;
	overflow: auto;
}
.pdetail .part2 .tablebox table{
	width: 100%;
}
.pdetail .part2 .tablebox td{
	border: 1px solid #717171;
	text-align: center;
	line-height: 24px;
	padding: 3px 5px;
	white-space: nowrap;
}
.pdetail .part2 .tablebox tr:first-child td{
	height: 54px;
	height: calc(27px + .27rem);
	background: #a0a0a0;
	color: #fff;
}



.development .timeline{
	position: relative;
	
	padding: 0 20px;
	padding: 0 .2rem;
	padding-top: 50px;
	padding-top: .5rem;
	text-align: center;
}
.development .timeline .mCustomScrollBox {
}
.development .timeline .instyle{
	display: inline-block;
	width: 135px;
	width: calc(80px + .55rem);
	text-align: center;
	cursor: pointer;
}
.development .timeline .instyle{
	*display: inline;
}
.development .timeline .toptime{
	font-size: 15px;
	font-size: calc(8px + .07rem);
	color: #a0a0a0;
	font-family: arial;
	line-height: 43px;
	line-height: calc(10px + .33rem);
	transition: all .5s;
	height: 43px;
	height: calc(10px + .33rem);
	overflow: hidden;
}
.development .timeline .instyle:hover .toptime{
	color: #e60012;
}
.development .timeline .bottomicon{
	width: 15px;
	height: 15px;
	border: 1px solid #d3d3d3;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 15px;
	margin: auto;
	transition: all .5s;
}
.development .timeline .inicon{
	height: 100%;
	border-radius: 15px;
	background: #d2d2d2;
	transition: all .5s;
}
.development .timeline .instyle:hover .bottomicon{
	
	border: 1px solid #e60012;
}
.development .timeline .instyle:hover .inicon{
	
	background: #e60012;
}
.development .timeline:before{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	position: absolute;
	left: 0;
	bottom: 33px;
	background: #d2d2d2;
}
.development .timeline:after{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	position: absolute;
	right: 0;
	bottom: 33px;
	background: #d2d2d2;
}
.development .timeline .backline{
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 37px;
	left: 0;
	background: #d2d2d2;
}
.development .timeline .mCSB_horizontal>.mCSB_container{
	margin-bottom: 30px;
}
.development .inbox{
	white-space: nowrap;
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	max-height: 58px;
}
.development .timeline .instyle.active .toptime{
	font-size: 22px;
	color: #000;
	font-size: calc(10px + .12rem);
}
.development .timeline .instyle.active .bottomicon{
	
	border: 1px solid #0081ff;
}
.development .timeline .instyle.active .inicon{
	background: #0081ff;
}
.development .part3 .in{
	position: relative;
	padding-left: 55%;
}
.development .part3 .left{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
}
.development .part3 .right .table{
	min-height: 336px;
	*height: 336px;
	*overflow:hidden ;
}
.development .part3 .right{
	text-align: center;
	padding: 0 50px;
	padding: 0 .5rem;
}
.development .part3 .intitle{
	font-size: 20px;
	font-size: calc(8px + .12rem);
	color: #0081ff;
	line-height: 30px;
	line-height: calc(15px + .15rem);
}
.development .part3 .texts{
	font-size: 14px;
	font-size: calc(7px + .07rem);
	color: #7d7d7d;
	line-height: calc(14px + .1rem);
	font-family: "宋体";
}
.development .part3 .indetail{
	padding:0 110px;
	padding: 0 1.1rem;
	box-sizing: border-box;
	padding-top: 30px;
	padding-top: .3rem;
}
.development .part3 .bx-pager{
	display: none;
}

.development .part3 .bx-wrapper .bx-controls-direction a {
	height: 52px;
	height: .52rem;
	width: 52px;
	width: .52rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	margin-top: -26px;
	margin-top: -.26rem;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.development .part3 .bx-wrapper .bx-controls-direction a:hover{
	background-color: #0081ff;
	border: 1px solid #0081ff;
}
.development .part3 .bx-wrapper .bx-prev {
	left: 25px;
	left: .25rem;
	background-image: url(../images/prev.png);
}

.development .part3 .bx-wrapper .bx-prev:hover {
	background-image: url(../images/prev-2.png);
}

.development .part3 .bx-wrapper .bx-next {
	right: 25px;
	right: .25rem;
	background-image: url(../images/next.png);
}

.development .part3 .bx-wrapper .bx-next:hover {
	background-image: url(../images/next-2.png);
}
.development .part3{
	padding-bottom: 74px;
	padding-bottom: .74rem;
}

.about .part1{
	padding-top: .4rem;
	padding-bottom: .8rem;
}
.about .part1 .title{
	font-size: 20px;
	font-size: calc(12px + .08rem);
	color: #0081ff;
	line-height: 55px;
	line-height: calc(27px + .28rem);
	margin-bottom: .22rem;
}
.about .part1 .title:after{
	content: "";
	display: block;
	height: 2px;
	width: 26px;
	background: #e5e5e5;
}
.about .part1 .left{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #a0a0a0;
	width: 55%;
	float: left;
	box-sizing: border-box;
	padding-right: 5%;
	position: relative;
}
.about .part1 .left:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #eeeeee;
}
.about .part1 .right{
	float: right;
	width: 45%;
	box-sizing: border-box;
	padding-left: 5%;
}
.about .part1 .right .pic{
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: .1rem;
}
.about .part1 .right .text1{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	color: #0153a3;
	line-height: 30px;
	line-height: calc(15px + .15rem);
	margin-bottom: .1rem;

}
.about .part1 .right .text2{
	font-size: 16px;
	font-size: calc(9px + .07rem);
	color: #a0a0a0;
	line-height: 24px;
	line-height: calc(20px + .04rem);
	margin-bottom: .1rem;
}

.solution .part1{
	padding-top: .35rem;
	padding-bottom: .55rem;
}
.solution .part1 .inbox{
	overflow: hidden;
	width: 102%;
	padding-bottom: .3rem;
}
.solution .part1 .instyle{
	width: 31.33%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 2%;
	margin-right: 2%;
	padding: 18px 11px;
	border: 1px solid #eaeaea;
	transition: all .5s;
}
.solution .part1 .picbox{
	height: 2.25rem;
}
.solution .part1 .title{
	font-size: 18px;
	font-size: calc(10px + .08rem);
	color: #434343;
	line-height: 36px;
	line-height: calc(20px + .16rem);
	margin-top: .12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}
.solution .part1 .describe{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	color: #b5b5b5;
	line-height: 24px;
	margin-top: .12rem;
	height: 72px;
	overflow: hidden;
}
.solution .part1 .time{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	color: #959595;
	line-height: 43px;
	line-height: calc(25px + .18rem);
	margin-top: .15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #e5e5e5;
	transition: all .5s;
}
.solution .part1 .instyle:hover{
	border: 1px solid #0153a3;
}
.solution .part1 .instyle:hover .title{
	color: #0153a3;
}
.solution .part1 .instyle:hover .time{
	color: #0153a3;
}

.solution_d .part1 {
	padding-bottom: .2rem;
    min-height:500px;
}
.solution_d .part1 .title{
	font-size: 24px;
	font-size: calc(16px + .08rem);
	color: #0153a3;
	line-height: 40px;
	line-height: calc(30px + .1rem);
	padding: .2rem 0;
	position: relative;
	padding-right: 96px;
	border-bottom: 1px solid #cccccc;
}
.solution_d .part1 .title .time{
	position: absolute;
	right: 0;
	bottom: .2rem;
	font-size: 14px;
	color: #cccccc;
}
.solution_d .part1 .textbox{
	padding-top: .25rem;
	padding-bottom: .7rem;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #666666;
	line-height: 30px;
	line-height: calc(24px + .06rem);
}
.solution_d .part1 .textbox img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.solution_d .part1 .controls{
	position: relative;
	padding: .1rem 0;
	padding-right: 1.5rem;
	padding-right: calc(75px + .75rem);
	border-top: 1px solid #cccccc;
}
.solution_d .part1 .controls .link{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: 32px;
	line-height: calc(24px + .08rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.solution_d .part1 .controls .link a{
	color: #b2b2b2;
}
.solution_d .part1 .controls .link a span{
	color: #666666;
	margin-left: .1rem;
}
.solution_d .part1 .controls .link a:hover span{
	color: #0153a3;
}
.solution_d .part1 .controls .back{
	position: absolute;
	right: 0;
	bottom: .2rem;
	bottom: calc(10px + .1rem);
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #0153a3;
	width: 120px;
	width: calc(60px + .6rem);
	height: 34px;
	height: calc(17px + .17rem);
	line-height: 34px;
	line-height: calc(17px + .17rem);
	text-align: center;
	border-radius: 34px;
	border: 1px solid #0153a3;
	transition: all .5s;
}
.solution_d .part1 .controls .back:hover{
	background: #0153a3;
	color: #fff;
}

.contact .part1{
	padding-top: .55rem;
	padding-bottom: .55rem;
}
.contact .part1 .inbox{
	min-height: 7rem;
	position: relative;
	padding: .7rem 0;
	box-sizing: border-box;
	overflow: hidden;
}
.contact .part1 .inbox #map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact .otherbanner .bannerbox{
	height: 3.3rem;
}
.contact .part1 .infobox{
	background: #fff;
	padding: .38rem;
	float: right;
	margin-right: 5%;
	width: 363px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
	max-width: 90%;
	box-sizing: border-box;
}
.contact .part1 .text1{
	width: calc(130px + .79rem);
}
.contact .part1 .text2{
	line-height: 34px;
	color: #595757;
	font-size: 20px;
	font-size: calc(12px + .08rem);
	line-height: calc(20px + .14rem);
	font-weight: bold;
	margin-bottom: .5rem;
}
.contact .part1 .text3{
	line-height: 30px;
	color: #0f0f0f;
	font-size: 14px;
	font-size: calc(10px + .04rem);
	line-height: calc(20px + .1rem);
	margin-bottom: .3rem;
	min-height: 220px;
	min-height: calc(150px + .7rem);
}
.contact .part1 .pic{
	display: block;
	max-width: 100%;
}




.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:47px;height:calc(20px + .27rem); position:relative; width:47px;width:calc(20px + .27rem);}
.imageflow .previous{background:url(../images/prev6.png) center no-repeat; background-size: contain;float:left; margin:-7px 0 0 -50px;margin-left: -.2rem !important;}
.imageflow .next{background:url(../images/next6.png) center no-repeat; background-size: contain;float:right; margin:-7px -50px 0 50px;margin-right: -.2rem !important;}

.honor .imageflow{
}
.honor #LoopDiv{
	max-height: 500px;
	height: 42vw;
}
.imageflow .inimg{
}
.imageflow .inimg:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: 100px;
	height: 100px;
	background: red;
}

.honor .part1{
	padding: 100px 0;
	padding: 1rem 0;
	padding-top: 130px;
	padding-top: 1.3rem;
    overflow:hidden;
}
.imageflow .inimg{
	padding: 25px;
	padding: .25rem;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}
.honor .honortext{
	position: relative;
	text-align: center;
	padding-top: 20px;
	text-align: center;
}
.honor .honortext .intext{
	display: none;
	color: #898989;
	font-size: 16px;
	font-size: calc(10px + .06rem);
	line-height: 26px;
	line-height: calc(16px + .1rem);
	padding-left: 20px;
	background: url(../images/icon22.png) no-repeat center left;
}
.honor .honortext .intext.active{
	display: inline-block;
}
.honor .honortext .intext .textbox{
	padding-right: 20px;
	background: url(../images/icon22.png) no-repeat center right;
}
.honor .cbox{
	padding: 0 .5rem;
}

.news .part1{
	padding-top: 5px;
	padding-bottom: .75rem;
}
.news .part1 .inbox{
	padding-bottom: .55rem;
}
.news .part1 .instyle{
	position: relative;
	padding-left: 366px;
	display: block;
	margin-top: .5rem;
	padding-bottom: .4rem;
	border-bottom: 1px solid #e5e5e5;
}
.news .part1 .picbox{
	position: absolute;
	left: 17px;
	width: 317px;
	height: 200px;
	height: calc(100% - .4rem);
}
.news .part1 .time{
	position: absolute;
	left: 0;
	top: -15px;
	width: 85px;
	height: 85px;
	width: calc(42px + .43rem);
	height: calc(42px + .43rem);
	background: #0081ff;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: calc(8px + .08rem);
}
.news .part1 .day{
	font-size: 57px;
	font-size: calc(28px + .29rem);
	line-height: 52px;
	line-height: calc(26px + .26rem);
	padding-top: 5px;
	padding-top: calc(2px + .03rem);
}
.news .part1 .title{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	color: #434343;
	line-height: 55px;
	line-height: calc(35px + .2rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
}
.news .part1 .describe{
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #a0a0a0;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-family: "宋体";
}
.news .part1 .more{
	font-size: 12px;
	color: #434343;
	font-size: calc(8px + .04rem);
	margin-top: .43rem;
	line-height: calc(20px + .1rem);
	transition: all .5s;
}
.news .part1 .instyle:hover .title{
	color: #0081ff;
}
.news .part1 .instyle:hover .more{
	color: #0081ff;
}

.hidecategray{
	background:#1E345A;
	position: fixed;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	transform: translateY(-50%);
	z-index: 999;
	opacity: 0;
}
.hidecategray.active{
	height: 100%;
	opacity: 1;
}
.hidecategray .in{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 100vh;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.hidecategray .rightbtn{
	display:flex;
	align-items: center;
	cursor: pointer;
	
}
.hidecategray .top{
	display: flex;
	align-items: center;
}
.hidecategray .top .text{
	font-size: 16px;
	line-height: 32px;
	color: #6DADFF;
	white-space: nowrap;
}
.hidecategray .top .line{
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	margin:0 30px;
}
.hidecategray .top .icon{
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #4470A9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.hidecategray .categrays{
	padding: 90px 0;
	display: flex;
	justify-content: space-between;
}
.hidecategray .title{
	font-size: 24px;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 36px;
}
.hidecategray .links{
	margin-top: 20px;
}
.hidecategray .link{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 5px 0;
	display: block;
}



