body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei","Arial","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "AVANTGARDECE"; 
    src: url('../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF');
}
@font-face{
    font-family: "SourceHanSansCN-Bold"; 
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}
@font-face{
    font-family: "MONTSERRAT-REGULAR"; 
    src: url('../fonts/MONTSERRAT-REGULAR.TTF');
}

.conwidth{
	max-width: 1600px;
	width: 100%;
	margin: auto;
}
/*.product-detail .conwidth, .o-mall .conwidth{
	max-width: 1400px;
}*/
.owidth{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.main{
	padding-top: 110px;
}

/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	background-color: #FFFFFF;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header.on{
	top: -110px;
}
.header .box{
	text-align: center;
	/*height: 110px;*/
}
.header .content{
	font-size: 0;
}
.header .logo{
	float: left;
	padding-left: 3.38%;
	text-align: center;
}
.header .logo a{
	display: block;
	line-height: 110px;
}
.header .logo a img{
	max-width: 211px;
}
.header .nav{
	display: inline-block;
}
.header .nav ul{
}
.header .nav>ul>li{
	float: left;
	position: relative;
	z-index: 10;
	margin-right: 90px;
}
.header .nav>ul>li>a{
	padding: 0px 10px;
	transition: all .3s; 
	line-height: 110px;
	font-size: 20px;
	color: #444444; 
}
.header .nav>ul>li:hover>a{
	color: #1b3952;
}
.header .nav>ul>li::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #1b3952;
    left: 50%;
    margin-left: -50%;
    bottom: 10px;
    display: none;
    transition: all .3s;
}
.header .nav>ul>li:hover:before{
	display: block;
}
.header .nav>ul>li.on>a{
	color: #1b3952;
}
.header .nav>ul>li.on::before{
	display: block;
}

.header-product-nav-minibox a{font-size: 20px;color: #444444;}
.header-product-nav-minibox a:hover{cursor: pointer;color: #1b3952;}
.header .nav{position: relative;}
.header-product-nav{position: absolute;top: 110px;left: -130px;width: 1000px;background: white;/*border: 1px solid #999;*/z-index: 99;display: flex;padding: 20px 0 80px 0;}
.header-product-nav-minibox li{text-align: left;padding: 10px 25px;}
.header-product-li{/*text-align: center !important;*/font-weight: bold;}

@media (max-width: 1537px){
	.header-product-nav{top: 100px;width: 900px;}
	.header-product-nav-minibox a{font-size: 18px;}
}

@media (max-width: 1281px){
	.header-product-nav{top: 70px;width: 800px;}
	.header-product-nav-minibox a{font-size: 14px;}
}

/**/
/*.header .navcell {
    display: none;
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 100;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 18px 0px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.header .navcell .con{
	min-height: 270px;
	min-width: 200px;
}
.header .nav-li{
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.header .nav-li:last-child{
	margin-bottom: 0;
}
.header .nav-li>a{
	display: block;
	width: 100%;
	font-family: "AVGARDM";
	color: #666666;
	font-size: 18px;
	line-height: 42px;
	cursor: pointer;
	padding: 0px 12px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0px 30px;
	text-align: left;
}
.header .nav-li:hover>a{
	color: #276a35;
}*/
/*产品导航*/
/*.head-nav .subnav{
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	padding: 40px 0px 0px;
	background: #FFFFFF;
	z-index: 9;
	border-top: #dfdfdf solid 1px;
	display: none;
}
.head-nav .subnav .nav_2{
	text-align: center;
}
.head-nav .subnav .nav_2>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.head-nav .subnav .nav_2>li:last-child{
	margin-right: 0;
}
.head-nav .subnav .nav_2>li>a{
	font-family: "AVGARDM";
	color: #666666;
	font-size: 16px;
}
.head-nav .subnav .nav_2>li.act a, .head-nav .subnav .nav_2>li:hover a{
	color: #276a35;
}
.head-nav .subnav .nav-pro{
	margin-top: 25px;
}
.head-nav .subnav .nav-pro .nav-proli{
	display: none;
}
.head-nav .subnav .nav-pro .nav-proli.act{
	display: block;
}
.head-nav .subnav .nav-proli ul{
	text-align: center;
	max-width: 840px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.head-nav .subnav .nav-proli ul li{
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
	text-align: center;
}
.head-nav .subnav .nav-proli ul li:last-child{
	margin-right: 0;
}
.head-nav .subnav .nav-proli ul li a{
	display: block;
	width: 100%;
}
.head-nav .subnav .nav-proli ul li .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.head-nav .subnav .nav-proli ul li .img img{
	max-width: 100%;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.head-nav .subnav .nav-proli ul li:hover .img img{
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.head-nav .subnav .nav-proli ul li .txt{
	font-family: arial;
	font-size: 14px;
	color: #999999;
	margin-bottom: 25px;
}
.head-nav .subnav .nav-proli ul li:hover .txt{
	color: #276a35;
}
.head-nav .subnav .pro-more{
	border-top: #eeeeee solid 1px;
	text-align: center;
}
.head-nav .subnav .pro-more a{
	display: inline-block;
	font-family: "microsoft yahei";
	color: #666666;
	font-size: 14px;
	line-height: 60px;
}
.head-nav .subnav .pro-more a:hover{
	color: #276a35;
}*/
/*搜索*/
.searchdiv{
	float: right;
	padding-right: 8.33%;
	text-align: center;
}
.header .show-search-btn {
    display: block;
    height: 110px;
    line-height: 110px;
    transition-duration: .3s;
    text-align: center;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    cursor: pointer;
}
.show-search-btn img{
	margin-left: 10px;
}
.search {
  	position: fixed;
 	z-index: 6;
  	top: 100px;
  	right: 0;
  	height: auto;
  	overflow: hidden;
  	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
  	-webkit-overflow-scrolling: touch;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	opacity: 0;
  	visibility: hidden;
  	transition-property: opacity,visibility;
  	transition-duration: .5s;
  	transition-delay: .5s;
}
.search.search-is-open{
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	visibility:visible;
	transition-delay:0s;}
.search.search-is-open .search__container{
	transform:translateY(0) translateZ(0);
}
.search__container{
  	position:relative;
  	z-index:2;
	background-color:#fff;
	transform:translateY(-100%) translateZ(0);
	transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search__overlay{
  	position:fixed;
  	z-index:1;
	top:0;
	right:0;
	width:100%;
	height:100%;
	/*background-color:#1d1d1d;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity:.2;
}
.search, .search__overlay{
	left:0;
}
.search-header{
	position:relative;
  	padding-top: 90px;
	padding-bottom: 120px;
}
.row{
	position: relative;
}
.search-header .search-loader{
	position:absolute;
  	top:17px;
	left:2.6vw;
}
.search-header .search-btn-close{position:absolute;
  	top:0;
	right:0;
}
.search-header .search-input{
  	font-size:24px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
}
.search-header .search-input__wrapper:after{content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background-color:#d9d9d9;
	width:100%;
}
.search-item{position:relative;
  	display:block;
	overflow:hidden;
	transition:background-color .2s,opacity .3s,color .3s;
	transform-origin:0 0;
	color:#1d1d1d;
}
.search-item:after{
	content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:8.333%;
	right:8.333%;
	height:1px;
	background-color:#d9d9d9;
}
.search-item .solr-highlight{
	background-color:rgba(101,32,142,.2);
}
.search-close {
  	position: absolute;
  	display: block;
  	top: 0;
 	right: 0;
  	width: 28px;
  	height: 72px;
  	background: url(../images/close.png) no-repeat center;
  	background-size: 28px 28px;
  	cursor: pointer;
  	z-index: 6;
  	transition-duration: .5s; 
}
.search-close:hover {
  	transform: rotate(90deg); 
}
.search .submit0 {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	width: 28px;
  	height: 75px;
  	background: url(../images/searchf.png) no-repeat center;
  	border: none;
  	background-size: 28px 28px;
  	box-sizing: border-box;
  	display: block;
}
.search-header .search-input {
  	display: block;
  	text-indent: 80px;
 	line-height: 75px;
  	font-size: 24px;
  	color: #333;
  	width: 100%;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	border: 0;
  	border-bottom: 1px solid #d9d9d9;
}
/*移动端*/
.menubtn{
	float: right;
	display: none;
	width: 50px;
    height: 60px;
    background: url(../images/menu-icon1.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
}
.menubtn.on{
    background: url(../images/menu-icon2.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.m-nav{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 52px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}
.m-nav .nav-list{
	padding-top: 30px;
}
.m-nav .nav-list>li{
	padding: 0 5%;
	text-align: left;
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
	font-size: 20px;
	color: #444444;
	display: block;
	height: 60px;
	line-height: 60px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on, .m-nav .nav-list .one-level:hover{
	color: #1b3952;
}
.m-nav .m-subnav{
	display: none;
}
.m-nav .m-subnav ul li>a, .m-nav .m-subnav ul li .two-level{
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.m-nav .m-subnav ul li a:hover{
	color: #1b3952;
}
.m-nav .subnav_2{
	padding: 0 20px;
	display: none;
}
.m-nav .subnav_2 a{
	display: block;
	font-size: 15px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}


/*footer*/
.footer{
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #f6f8fa;
}
.footer .upper{
	padding-bottom: 25px;
	border-bottom: #eeeeee solid 1px;
}
.footer .infor{
}
.footer .infor ul li{
	float: left;
	width: 25%;
	text-align: left;
}
.footer .infor ul li .icon{
	float: left;
	width: 60px;
	text-align: left;
}
.footer .infor ul li .icon img{
	width: 40px;
	height: 40px;
}
.footer .infor ul li .txt{
	float: left;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}
.footer .infor ul li .txt .t1{
	color: #999999;
	font-size: 14px;
}
.footer .infor ul li .txt .t2{
	font-family: "AVANTGARDECE"; 
	color: #444444;
	font-size: 22px;
	word-break: break-word;
}
.footer .infor ul li .txt .t3{
	color: #444444;
	font-size: 14px;
	margin-top: 5px;
}
.footer .lookup{
	float: right;
	width: 200px;
}
.footer .lookup .t1{
	color: #444444;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer .lookup .t2{
	overflow: hidden;
	border-bottom: #535353 solid 1px;
}
.footer .lookup .t2 .input1{
	float: left;
	width: 78%;
}
.footer .lookup .t2 .input1 input{
	width: 100%;
	background: none;
	outline: none;
	border: none;
	color: #444444;
	font-size: 12px;
	line-height: 30px;
}
.footer .lookup .t2 .input1 input::-webkit-input-placeholder{
    color: #999999;
}
.footer .lookup .t2 .input1 input:-moz-placeholder{
  	color: #999999;
}
.footer .lookup .t2 .input1 input::-moz-placeholder{
  	color: #999999;
}
.footer .lookup .t2 .input1 input:-ms-input-placeholder{
  	color: #999999;
}
.footer .lookup .t2 .input2{
	float: left;
	width: 22%;
	height: 30px;
	cursor: pointer;
	background: url(../images/img6.png) center right 8px no-repeat;
}
.footer .lookup .t2 .input2 input{
	width: 100%;
	background: none;
	outline: none;
	border: none;
	color: #444444;
	font-size: 12px;
	line-height: 30px;
}
.footer .lower{
	padding-top: 30px;
}
.footer .lower .left{
	float: left;
}
.footer .lower .left .foot-nav ul li{
	float: left;
}
.footer .lower .left .foot-nav ul li a{
	float: left;
	color: #666666;
	font-size: 16px;
}
.footer .lower .left .foot-nav ul li a:hover{
	color: #1b3952;
}
.footer .lower .left .foot-nav ul li i{
	float: left;
	margin: 10px 35px 0px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1b3952;
}
.footer .lower .left .copyright{
	padding: 10px 0px;
	color: #999999;
	font-size: 14px;
}
.footer .lower .left .copyright a{
	color: #999999;
}
.footer .lower .left .copyright .support{
	margin-left: 10px;
}
.footer .lower .left .copyright .support a{
	color: #d2d2d2;
}
.footer .lower .left .copyright a:hover{
	color: #444444;
}
.footer .lower .foot-share{
	float: right;
	text-align: right;
}
.footer .lower .foot-share .tit{
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer .lower .foot-share ul li{
	float: left;
	margin-right: 25px;
}
.footer .lower .foot-share ul li:last-child{
	margin-right: 0;
}
.footer .lower .foot-share ul li a{
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.footer .lower .foot-share ul li a img{
	width: 100%;
}

/*banner*/
.bannerbox{
	padding-top: 110px;
}
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide{
	width: 100%;
	/*height: 100vh;*/
	height: -moz-calc(100vh - 110px);
	height: -webkit-calc(100vh - 110px);
	height: calc(100vh - 110px);
}
.lunbotu a{
	display: block;
	width: 100%;
	height: 100%;
}
.picBox{
	width: 100%;
	/*height: 100vh;*/
	height: -moz-calc(100vh - 110px);
	height: -webkit-calc(100vh - 110px);
	height: calc(100vh - 110px);
	overflow: hidden;
}
.picBox .imgbg{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
    transform: scale(2);
}
.lunbotu .active .picBox .imgbg{
	transform: scale(1);
}
.picBox .simg{
	display: none;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*-moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;*/
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img8.png);
    left: 10px;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img9.png);
    right: 10px;
    left: auto;
}

.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	text-align: center;
}
.i-banner .box .t1{
	/*font-family: "思源黑体";*/
	color: #222222;
	font-size: 70px;
	font-weight: bold;
}
.i-banner .box .btn{
	margin-top: 40px;
}
.i-banner .box .btn span{
	display: inline-block;
	min-width: 180px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	color: #222222;
	font-size: 14px;
}
.i-banner .box .btn span img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	animation: moves 2s linear infinite;
}
@keyframes moves {
	0%{transform: translateX(0px);} 
	50%{transform: translateX(10px);} 
	100%{transform: translateX(0px);}
}


.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.obanner .imgbox{
	width: 100%;
}
.obanner .imgbox img, .obanner .oimg1{
	display: block;
	width: 100%;
}
.particles-box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ob-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.obanner .bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%); 
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%); 
    margin: auto;
}

.obanner .bannerzi1{
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.obanner .bannerzi .box{
	text-align: center;
}
.obanner .bannerzi .box .t1{
	font-family: "SourceHanSansCN-Bold";
	color: #ffffff;
	font-size: 40px;
}
.obanner .bannerzi .box .t2{
	font-family: "MONTSERRAT-REGULAR";
	color: #ffffff;
	font-size: 23px;
} 
.obanner .bannerzi .box .blue{
	color: #1b3952;
}
@media only screen and (max-width: 1024px){
	.obanner .oimg1{
		display: none;
	}
	.ob-img{
		display: block;
	}
	.obanner .bannerzi{
		position: static;
	    transform: none;
	    padding-top: 18%;
	    padding-bottom: 18%;
	}
	.obanner .bannerzi1{
		padding-top: 8%;
    	padding-bottom: 32%;
	}
}
/**/
canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js{
	/*position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;*/
	width:100%;
	height: 100%;
}
/*第二屏*/
.section{
	overflow: hidden;
}
.section .pagebg{
	position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.module ul li{
	float: left;
	width: 28.13%;
	margin-right: 7.8%;
}
.module ul li:nth-child(3n){
	margin-right: 0;
}
.module ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.module ul li .above{
	text-align: center;
	padding-bottom: 35px;
	background-color: #FFFFFF;
    position: relative;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(0deg);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 24;
    box-shadow: 0px 0px 35px rgba(0,0,0,.03);
    padding: 10% 13% 13%;
    min-height: 500px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.module ul li:hover .above{
	z-index: 35;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.module ul li .below{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #19466c;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 13;
    box-shadow: 0px 0px 35px rgba(0,0,0,.2);
    padding: 10% 13% 0%;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.module ul li:hover .below{
	display: block;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}
.module ul li:hover .below{
	z-index: 46;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}

.module ul li .above .img1{
	width: 100%;
	margin-bottom: 50px;
}
.module ul li .above .img1 img{
	max-width: 100%;
}
.module ul li .above .txt1{
	text-align: left;
}
.module ul li .above .t1{
	font-family: "AVANTGARDECE"; 
	color: #1b3952;
	font-size: 26px;
}
.module ul li .above .t2{
	color: #222222;
	font-size: 30px;
	font-weight: bold;
}
.module ul li .above .t3{
	color: #1b3952;
	font-size: 14px;
	margin-top: 30px;
	text-decoration: underline;
}
.module ul li .below .t4{
	font-family: "AVANTGARDECE"; 
	color: #ffffff;
	font-size: 20px;
}
.module ul li .below .t5{
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
}
.module ul li .below .cont{
}
.module ul li .below .txt2{
	float: left;
	width: 55%;
	text-align: left;
}
.module ul li .below .img2{
	float: right;
	width: 41.66%;
	text-align: center;
	background-color: #FFFFFF;
}
.module ul li .below .img2 img{
	max-width: 100%;
}
.module ul li .below .text{
	margin-top: 30px;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.module ul li .below .more{
	text-align: left;
}
.module ul li .below .more span{
	display: inline-block;
	min-width: 150px;
	height: 55px;
	line-height: 55px;
	color: #1b3952;
	font-size: 14px;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: center;
}

.i-title{
	text-align: center;
}
.i-title.left{
	text-align: left;
}
.i-title .t1{
	font-weight: bold;
	color: #1b3952;
	font-size: 42px;
}
.i-title .t2{
	color: #222222;
	font-size: 30px;
	margin-top: 30px;
}
.product-detail .i-title .t2{
	margin-top: 0;
}
.i-title .t3{
	max-width: 1015px;
	width: 90%;
	margin: 30px auto 0px;
	color: #222222;
	font-size: 22px;
	line-height: 3.3;
}
.i-title .t4{
	color: #222222;
	font-size: 40px;
	font-weight: bold;
}
.i-title .t5{
	color: #000000;
	font-size: 16px;
	line-height: 2;
}
.i-title .white{
	color: #FFFFFF;
}
.i-title .bold{
	font-weight: bold;
}
.i-title .btn{
	text-align: center;
	margin-top: 50px;
}
.i-title .btn a{
	background: none;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    padding: 17px 35px;
    overflow: hidden;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a:before{
	content: "";
    position: absolute;
    z-index: 50;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27,57,82,0.3);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a:after{
	content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #1b3952;
    z-index: 100;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a span{
	position: relative;
    z-index: 300;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-right: 30px;
    background: url(../images/img16.png) center right no-repeat;
}
.i-title .btn a:hover span{
	background: url(../images/img17.png) center right no-repeat;
	-moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/*.i-title .btn a span img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a span .icon2{
	display: none;
	opacity: 0;
}*/
@media only screen and (min-width: 1025px){
	.i-title .btn a:hover, .i-title .btn a:hover span, .i-title .btn a:hover img{
	    color: #1b3952;
	}
	.i-title .btn a:hover:before {
	    -moz-transform: scale(0, 0);
	    -ms-transform: scale(0, 0);
	    -webkit-transform: scale(0, 0);
	    transform: scale(0, 0);
	}
	.i-title .btn a:hover:after {
	    background-color: #FFFFFF;
	}
}
/*.i-title .btn a:hover span .icon1{
	display: none;
	opacity: 0;
}
.i-title .btn a:hover span .icon2{
	display: inline-block;
	opacity: 1;
}*/
.entering{
	max-width: 600px;
	width: 90%;
	margin: 60px auto 0px;
	height: 60px;
	border: #d2d2d2 solid 1px;
	border-radius: 30px;
	background: rgba(255,255,255,.3);
	padding-left: 50px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.entering form{
}
.entering .t1{
	float: left;
	width: 85%;
	overflow: hidden;
}
.entering .t1 input{
	width: 100%;
	background: none;
	outline: none;
	border: none;
	color: #666666;
	font-size: 14px;
	line-height: 58px;
}
.entering .t1 input::-webkit-input-placeholder{
    color: #666666;
}
.entering .t1 input:-moz-placeholder{
  	color: #666666;
}
.entering .t1 input::-moz-placeholder{
  	color: #666666;
}
.entering .t1 input:-ms-input-placeholder{
  	color: #666666;
}
.entering .t2{
	float: right;
	width: 15%;
	height: 58px;
	background: url(../images/img15.png) center no-repeat;
}
.entering .t2 input{
	width: 100%;
	height: 58px;
	background: none;
	outline: none;
	border: none;
}
.num{
	margin-top: 180px;
}
.num ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.num ul li .t1{
	color: #999999;
	font-size: 14px;
}
.num ul li .t1 .timer{
	font-family: "AVANTGARDECE"; 
	color: #222222;
	font-size: 50px;
}
.num ul li .t1 .plus{
	font-family: "AVANTGARDECE"; 
	color: #222222;
	font-size: 30px;
}
.num ul li .t2{
	color: #222222;
	font-size: 14px;
}
/*20210325*/
.i-online{
	position: relative;
	padding-top: 6%;
}
.posture{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24.6%
}
@media only screen and (max-width: 1024px){
	.entering{
		max-width: 500px;
	}
	.i-online{
		padding-top: 0;
	}
	.posture{
		top: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 768px){
	.posture{
		left: -50px;
	}
}

/**/
.i-join{
	position: relative;
	/*width: 100%;
    height: 100%;*/
}
/*.i-join .txtbox{
	padding-top: 10%;
}*/
.i-join .box{
	margin-top: 110px;
	background: url(../images/img18.png) center no-repeat;
}
.i-join .box ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.i-join .box ul li .sphere{
	position: relative;
	z-index: 2;
	display: table;
	background-color: #1b3952;
	border-radius: 50%;
	margin: 0 auto;
	/*-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
   	-o-transition: ease 1.5s;
    -ms-transition: ease 1.5s;
    -moz-transition: ease 1.5s;
    -webkit-transition: ease 1.5s;
    transition: ease 1.5s;*/
}
.section.active .i-join .box ul li .sphere{
	/*-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);*/
}
.i-join .box ul li .sphere1{
	position: relative;
	top: -20px;
	width: 300px;
	height: 300px;
}
.i-join .box ul li .sphere2{
	position: relative;
	top: 75px;
	width: 250px;
	height: 250px;
}
.i-join .box ul li .sphere1:hover{
	background: url(../images/img20.jpg);
}
.i-join .box ul li .sphere2:hover{
	background: url(../images/img21.jpg);
}
.i-join .box ul li .sphere:hover:before{
	content: "";
    display: block;
    border-radius: 50%;
    /*background: rgba(27,57,82);*/
    background: #1b3a53;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*animation: circle-opacity 1.5s infinite;*/
   	animation: circle-opacity 1s forwards;
    transform: translate(-50%,-50%) scale(0,0);
}
@keyframes circle-opacity{
    from {
        opacity: 0.7;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0.22;
        transform:translate(-50%,-50%) scale(1.5);
    }
}
.i-join .box ul li .sphere .cont{
	display: table-cell;
	vertical-align: middle;
}
.i-join .box ul li .sphere .txt{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.i-join .box ul li .sphere .arrow{
	
}

@media only screen and (min-width: 1025px){
	.section .pagebg{
	    -o-transform: scale(1.2,1.2);
	    -ms-transform: scale(1.2,1.2);
	    -moz-transform: scale(1.2,1.2);
	    -webkit-transform: scale(1.2,1.2);
	    transform: scale(1.2,1.2);
	    -o-transition: ease 2s;
	    -ms-transition: ease 2s;
	    -moz-transition: ease 2s;
	    -webkit-transition: ease 2s;
	    transition: ease 2s;
	}
	.section.active .pagebg {
	    -o-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	    -moz-transform: scale(1,1);
	    -webkit-transform: scale(1,1);
	    transform: scale(1,1);
	}
	/*组件*/
	.module ul li{
		transform:scale(0.5);
		opacity: 0.5;
		transition: ease 1.5s;
	}
	.section.active .module ul li{
		transform:scale(1);
		opacity: 1;
	}
	/*关于我们*/
	.i-about .i-title{
		transform: scale(0.9);
	    opacity: 0;
	    transition: ease 1.5s;
	}
	.section.active .i-about .i-title{
		transform: scale(1);
	    opacity: 1;
	}
	/*在线商城*/
	.i-online .i-title{
		transform: translateY(100%);
	    opacity: 0;
	    transition: ease 1.5s;
	}
	.section.active .i-online .i-title{
		transform: translateY(0%);
	    opacity: 1;
	}
	.entering{
		transform: translateY(100%);
	    opacity: 0;
	    transition: ease 2s;
	}
	.section.active .i-online .entering{
		transform: translateY(0%);
	    opacity: 1;
	}	
	.num ul li:first-child{
		transform: translateY(100%);
	    transition: all 2s ease 0s;
	}
	.num ul li:nth-child(2){
		transform: translateY(100%);
	    transition: all 2s ease 0.1s;
	}
	.num ul li:nth-child(3){
		transform: translateY(100%);
	    transition: all 2s ease 0.2s;
	}
	.num ul li:nth-child(4){
		transform: translateY(100%);
	    transition: all 2s ease 0.3s;
	}
	.num ul li:nth-child(5){
		transform: translateY(100%);
	    transition: all 2s ease 0.4s;
	}
	.section.active .num ul li:first-child, .section.active .num ul li:nth-child(2), .section.active .num ul li:nth-child(3), .section.active .num ul li:nth-child(4), .section.active .num ul li:nth-child(5){
		transform: translateY(0%);
	}
	/*加入我们*/
	.i-join .i-title{
		transform: translateY(100%);
	    opacity: 0;
	    transition: ease 1.5s;
	}
	.section.active .i-join .i-title{
		transform: translateY(0%);
	    opacity: 1;
	}
	.i-join .box{
		-o-transform: translateY(40%);
		-ms-transform: translateY(40%);
		-moz-transform: translateY(40%);
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
	   	-o-transition: ease 1s;
	    -ms-transition: ease 1s;
	    -moz-transition: ease 1s;
	    -webkit-transition: ease 1s;
	    transition: ease 1s;
	}
	.section.active .i-join .box{
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/**/
@media only screen and (max-width: 1680px){
	.conwidth{
		padding-right: 7%;
		padding-left: 7%;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.i-title .t1{
		font-size: 36px;
	}
	.i-title .t2{
		font-size: 24px;
	}
	.i-title .t3{
		font-size: 18px;
	}
	.i-title .t4{
		font-size: 34px;
	}
	/*index*/
	.module ul li .above .t1{
		font-size: 20px;
	}
	.module ul li .above .t2{
		font-size: 24px;
	}
	.i-join .box{
		-o-transform: translateY(20%);
	    -ms-transform: translateY(20%);
	    -moz-transform: translateY(20%);
	    -webkit-transform: translateY(20%);
	    transform: translateY(20%);
	}
}
@media only screen and (max-width: 1536px){
	.header.on{
		top: -100px;
	}
	.header .logo a{
		line-height: 100px;
	}
	.header .nav>ul>li{
		margin-right: 60px;
	}
	.header .nav>ul>li>a{
		line-height: 100px;
	}
	.header .show-search-btn{
		height: 100px;
		line-height: 100px;
	}
	.bannerbox{
		padding-top: 100px;
	}
	.lunbotu .swiper-slide{
		height: -moz-calc(100vh - 100px);
		height: -webkit-calc(100vh - 100px);
		height: calc(100vh - 100px);
	}
	.picBox{
		height: -moz-calc(100vh - 100px);
		height: -webkit-calc(100vh - 100px);
		height: calc(100vh - 100px);
		overflow: hidden;
	}
	.i-banner .box .t1{
		font-size: 60px;
	}
	.i-banner .box .btn span{
		height: 55px;
		line-height: 55px;
	}
	.module ul li{
		width: 30%;
		margin-right: 5%;
	}
	.module ul li .above{
		padding: 10% 10% 15%;
	}
	.module ul li .below{
		padding: 10% 10% 0%;
	}
	.module ul li .below .more span{
		height: 50px;
		line-height: 50px;
	}
	.module ul li .above .t1{
		font-size: 18px;
	}
	.module ul li .below .t4, .module ul li .below .t5{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1440px){
	.header .nav>ul>li>a{
		font-size: 18px;
	}
	.i-banner .box .t1{
		font-size: 50px;
	}
	.i-banner .box .btn span{
		min-width: 160px;
		height: 50px;
		line-height: 50px;
	}
	.i-title .t1{
		font-size: 34px;
	}
	.i-title .t2{
		font-size: 22px;
	}
	.i-title .t3{
		font-size: 17px;
	}
	.i-title .t4{
		font-size: 32px;
	}
	/*index*/
	.module ul li .above .t1{
		font-size: 16px;
	}
	.module ul li .above .t2{
		font-size: 20px;
	}
	.module ul li .below .t4, .module ul li .below .t5{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1280px){
	.header.on{
		top: -70px;
	}
	.header .logo a{
		line-height: 70px;
	}
	.header .logo a img{
		max-width: 160px;
		max-height: 45px;
	}
	.header .nav>ul>li>a{
		line-height: 70px;
		font-size: 14px;
	}
	.header .nav>ul>li::before{
		height: 2px;
	}
	.header .show-search-btn{
		font-size: 14px;
		height: 70px;
		line-height: 70px;
	}
	.show-search-btn img{
		width: 15px;
		height: 15px;
	}
	/**/
	.i-banner .box .t1{
		font-size: 46px;
	}
	.i-banner .box .btn span{
		min-width: 150px;
	}
	.bannerbox{
		padding-top: 70px;
	}
	.lunbotu .swiper-slide{
		height: -moz-calc(100vh - 70px);
	    height: -webkit-calc(100vh - 70px);
	    height: calc(100vh - 70px);
	}
	.picBox{
		height: -moz-calc(100vh - 70px);
	    height: -webkit-calc(100vh - 70px);
	    height: calc(100vh - 70px);
	}
	.footer .infor ul li .txt .t2{
		font-size: 20px;
	}
	.footer .lower .left .foot-nav ul li a{
		font-size: 15px;
	}
	/**/
	.main{
		padding-top: 70px;
	}
	/**/
	.module ul li .above{
		min-height: 400px;
	}
	.module ul li .above .img1{
		margin-bottom: 40px;
	}
	.module ul li .below .text {
	    margin-top: 20px;
	    margin-bottom: 30px;
   	}
   	.module ul li .below .more span{
   		min-width: 130px;
   		height: 45px;
    	line-height: 45px;
   	}
   	.i-join .box ul li .sphere1{
   		width: 250px;
   		height: 250px;
   	}
   	.i-join .box ul li .sphere2{
   		width: 200px;
   		height: 200px;
   	}
   	.i-join .box ul li .sphere .txt{
   		font-size: 22px;
   		margin-bottom: 20px;
   	}
}
@media only screen and (max-width: 1200px){
	.header .logo a img{
		max-width: 190px;
	}
	.header .nav>ul>li{
		margin-right: 24px;
	}
	.module ul li .above .t1{
		font-size: 28px;
	}
}
@media only screen and (max-width: 1024px){
	.header.on{
		top: 0;
	}
	.conwidth, .header .box{
		padding-left: 3%;
		padding-right: 3%;
	}
	.header .nav{
		display: none;
	}
	.menubtn{
		display: block;
	}
	.header .logo{
		padding-left: 0;
	}
	.header .logo a{
		line-height: 60px;
	}
	.header .logo a img{
		max-height: 40px;
	}
	.searchdiv{
		padding-right: 0;
	}
	.search{
		top: 60px;
	}
	.header .show-search-btn{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.show-search-btn img{
		width: 22px;
		height: 22px;
	}
	.search .submit0{
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 24px 24px;
	}
	.search-close{
		background: url(../images/close.png) no-repeat center;
		background-size: 24px 24px;
	}
	.search-header{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.search-header .search-input{
		text-indent: 50px;
	}
	.main, .bannerbox{
		padding-top: 60px;
	}
	.lunbotu .swiper-slide{
		height: auto;
	}
	/*.picBox{
		height: auto;
	}
	.picBox .imgbg{
		display: none;
	}
	.picBox .simg{
		display: block;
	}*/
	.lunbotu a{
		position: relative;
	}
	.lunbotu .picBox{
		position: absolute;
		height: 100%;
		z-index: -1;
	}
	.i-banner{
		position: static;
		transform: none;
		padding: 30% 0;
	}
	.i-banner .box .t1{
		font-size: 40px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	/**/
	.footer .upper{
		padding-bottom: 15px;
	}
	.footer .infor ul li{
		width: 33.33%;
		min-height: 50px;
		margin-bottom: 30px;
	}
	.footer .lookup{
		float: none;
		width: 100%;
	}
	.footer .lower{
		padding-top: 20px;
	}
	.footer .lower .left{
		float: none;
	}
	.footer .foot-nav, .foot-share{
		display: none;
	}
	.footer .lower .left .copyright{
		padding: 0;
		text-align: center;
	}
	/**/
	.i-title .t1{
		font-size: 32px;
	}
	.i-title .t2{
		font-size: 20px;
		margin-top: 20px;
	}
	.i-title .t3{
		font-size: 16px;
		margin-top: 20px;
	}
	.i-title .t4{
		font-size: 28px;
	}
	.i-title .t5{
		font-size: 15px;
	}
	.i-title .btn{
		margin-top: 40px;
	}
	.i-title .btn a:hover span{
    	background: url(../images/img16.png) center right no-repeat;
	}
	/**/
	.module ul li .above .t1{
		font-size: 16px;
	}
	.module ul li .above .t2{
		font-size: 20px;
	}
	.num ul li .t1 .timer{
		font-size: 50px;
	}
	.num ul li .t1 .plus{
		font-size: 24px;
	}
	.entering{
		margin-top: 50px;
	}
	.num{
		margin-top: 70px;
	}
	/**/
	.section{
		position: relative;
		padding: 90px 0px;
	}
	.section.page4{
		padding: 120px 0px 150px;
	}
	.section.page1, .section.page6{
		padding: 0;
	}
	.section.page4 .imgpg{
		background-position: bottom center; 
	}
	.i-join{
		padding-bottom: 50px;
	}
	.i-join .box{
		margin-top: 80px;
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.i-join .box ul li .sphere1{
   		width: 200px;
   		height: 200px;
   	}
   	.i-join .box ul li .sphere2{
   		width: 160px;
   		height: 160px;
   		top: 85px;
   	}
   	.i-join .box ul li .sphere .txt{
   		font-size: 20px;
   		margin-bottom: 15px;
   	}
   	.i-join .box ul li .sphere .arrow img{
   		width: 40px;
   	}
   	
}
@media only screen and (max-width: 768px){
	.i-banner .box .t1{
		font-size: 30px;
	}
	.i-banner .box .btn{
		margin-top: 30px;
	}
	.search-header{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.search .submit0{
		height: 60px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 22px 22px;
	}
	.search-close{
		height: 60px;
		background: url(../images/close.png) no-repeat center;
		background-size: 22px 22px;
	}
	.search-header .search-input{
		line-height: 60px;
		font-size: 22px;
	}
	.i-title .t1{
		font-size: 28px;
	}
	.i-title .t2{
		font-size: 18px;
		margin-top: 10px;
	}
	.i-title .t3{
		font-size: 15px;
		margin-top: 10px;
		line-height: 2.5;
	}
	.i-title .t4{
		font-size: 24px;
	}
	.footer{
		padding-top: 40px;
	}
	.footer .upper{
		padding-bottom: 0;
	}
	.footer .infor ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.footer .infor ul li:nth-child(2n){
		margin-right: 0;
	}
	/**/
	.section.page2{
		padding: 70px 0px;
	}
	/**/
	.module ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.module ul li:nth-child(2n){
		margin-right: 0;
	}
	.entering{
		height: 50px;
		margin-top: 40px;
	}
	.entering .t1{
		width: 80%;
	}
	.entering .t1 input{
		line-height: 48px;
	}
	.entering .t2{
		width: 20%;
	}
	.entering .t2, .entering .t2 input{
		height: 48px;
	}
	.num{
		margin-top: 50px;
	}
	.num ul li .t1 .timer{
		font-size: 40px;
	}
	.num ul li .t1 .plus {
		font-size: 20px;
	}
	
	.i-join .box ul li .sphere1{
   		width: 150px;
   		height: 150px;
   	}
   	.i-join .box ul li .sphere2{
   		width: 120px;
   		height: 120px;
   	}
   	.i-join .box ul li .sphere .txt{
   		font-size: 18px;
   		margin-bottom: 10px;
   	}
   	.i-join .box ul li .sphere .arrow img{
   		width: 30px;
   	}
}
@media only screen and (max-width: 640px){
	.i-banner .box .t1{
		font-size: 28px;
	}
	.i-banner .box .btn{
		margin-top: 20px;
	}
	.i-banner .box .btn span{
		min-width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.i-title .t1{
		font-size: 24px;
	}
	.i-title .t2{
		font-size: 16px;
	}
	.product-detail .i-title .t2{
		font-size: 18px;
	}
	.i-title .t3{
		font-size: 14px;
		line-height: 2;
	}
	.i-title .t4{
		font-size: 22px;
	}
	.i-title .t5{
		font-size: 14px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer .infor ul li .txt .t2{
		font-size: 18px;
	}
	.i-join .box{
		margin-top: 60px;
	}
	.section.page3{
		background: rgba(0,0,0,0.05);
	}
	.num{
		margin-top: 40px;
	}
	.num ul{
		font-size: 0;
		text-align: center;
	}
	.num ul li{
		float: none;
		display: inline-block;
		width: 33.33%;
		margin: 20px auto;
	}
	.num ul li .t1 .timer{
		/*color: #FFFFFF;*/
		font-size: 36px;
	}
	/*.num ul li .t1, .num ul li .t1 .plus{
		color: #FFFFFF;
	}
	.num ul li .t2{
		color: #FFFFFF;
	}*/
	.i-title .btn a{
		padding: 12px 25px;
	}
	.section.page3, .section.page5{
		padding: 25% 0;
	}
	.section.page4{
		padding: 35% 0;
	}
}
@media only screen and (max-width: 576px){
	.search-header{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.search .submit0{
		height: 50px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 20px 20px;
	}
	.search-close{
		height: 50px;
		background: url(../images/close.png) no-repeat center;
		background-size: 20px 20px;
	}
	.search-header .search-input{
		font-size: 20px;
		line-height: 50px;
	}
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 18px;
	}
	.i-banner .box .t1{
		font-size: 24px;
	}
	.i-banner .box .btn span{
		min-width: 110px;
		height: 40px;
		line-height: 40px;
	}
	.i-banner .box .btn span img{
		width: 5px;
		vertical-align: 0px;
		margin-left: 10px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.i-title .t1{
		font-size: 22px;
	}
	.i-title .t2{
		font-size: 15px;
	}
	.product-detail .i-title .t2{
		font-size: 18px;
	}
	.section{
		padding: 50px 0px 40px;
	}
	.section.page2{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section.page4{
		padding: 35% 0;
	}
	.module ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.entering{
		margin-top: 30px;
		padding-left: 30px;
	}
	.num{
		margin-top: 30px;
	}
	.i-join .box{
		background-size: 100% auto;
	}
	.i-join .box ul li .sphere1{
		top: -10px;
   		width: 110px;
   		height: 110px;
   	}
   	.i-join .box ul li .sphere2{
   		top: 20px;
   		width: 90px;
   		height: 90px;
   	}
   	.i-join .box ul li .sphere .txt{
   		font-size: 15px;
   	}
   	.i-join .box ul li .sphere .arrow img{
   		width: 26px;
   	}
   	.footer .upper{
   		border-bottom: none;
   	}
   	.footer .infor ul li{
   		width: 100%;
   		margin-right: 0;
   		margin-bottom: 25px;
   	}
   	.footer .infor ul li .icon{
   		width: 55px;
   	}
}

.bgcolor{
	background-color: #f6f6f6;
}
/*产品与方案*/
.o-title{
	position: relative;
	top: 0;
	z-index: 10;
	margin-top: -160px;
}
.o-title .box{
	display: inline-block;
	padding: 50px;
	background-color: #1b3a53;
}
.o-title .box .txt{
	position: relative;
	width: 500px;
	padding-right: 60px;
	background: url(../images/img22.png) top 8px right 10px no-repeat;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.o-title .box .txt .t1{
	font-family: "SourceHanSansCN-Bold";
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 5px;
}
.o-title .box .txt .t2{
	font-family: "MONTSERRAT-REGULAR"; 
	color: #4f6678;
	font-size: 18px;
}
.o-title .box .o-tab{
	margin-top: 40px;
	padding-top: 40px;
	border-top: #324e65 solid 1px; 
}
.o-title .box .o-tab ul{
	font-size: 0;
}
.o-title .box .o-tab ul li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 90px;
}
.o-title .box .o-tab ul li:last-child{
	padding-right: 0;
}
.o-title .box .o-tab ul li a{
	color: #ffffff;
	font-size: 20px;
}
.o-title .box .o-tab ul li a:hover,.o-title .box .o-tab ul li a.on{
	color: #c7c7c7;
}
/**/
.product{
	padding-top: 110px;
	padding-bottom: 100px;
}
.product .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.product .box ul li{
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.04);
}
.product .box ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 35px;
}
.product .box ul li .txtbox{
	float: left;
	padding-left: 6.9%;
	padding-right: 2.5%;
	width: 50%;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product .box ul li .txtbox .t1{
	color: #222222;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
}
.product .box ul li .txtbox .t2{
	color: #666666;
	font-size: 16px;
	line-height: 2.25;
	min-height: 140px;
}
.product .box ul li .txtbox .btn{
	position: relative;
	display: inline-block;
	min-width: 150px;
	margin-top: 30px;
	background-color: #eeeeee;
}
.product .box ul li .txtbox .btn span{
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	text-align: center;
	color: #1b3a53;
	font-size: 14px;
	line-height: 55px;
	text-decoration: underline;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product .box ul li .txtbox .btn:hover span{
	color: #FFFFFF;
}
.product .box ul li .txtbox .btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 3px;
	height: 100%;
	background-color: #1b3a53;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product .box ul li .txtbox .btn:hover:before{
	width: 100%;
}
.product .box ul li .imgbox{
	float: right;
	width: 50%;
	text-align: center;
	overflow: hidden;
}
.product .box ul li .imgbox img{
	max-width: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product .box ul li:hover .imgbox img{
	transform: scale(1.05);
}
@media only screen and (max-width: 1680px){
	.o-title .box .txt .t1{
		font-size: 34px;
	}
	.product .box ul li a{
		padding-top: 80px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 30px;
	}
}
@media only screen and (max-width: 1440px){
	.o-title{
		margin-top: -120px;
	}
	.o-title .box .txt .t1{
		font-size: 30px;
	}
	.o-title .box .o-tab{
		margin-top: 25px;
    	padding-top: 25px;
	}
	.o-title .box .o-tab ul li a{
		font-size: 18px;
	}
	.product{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.product .box ul li a{
		padding-top: 60px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 28px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 15px;
	}
	.product .box ul li .txtbox .btn span{
		line-height: 50px;
	}
	
}
@media only screen and (max-width: 1024px){
	.o-title{
		margin-top: -80px;
	}
	.o-title .box{
		padding: 30px 40px 40px;
	}
	.o-title .box .o-tab{
		padding-top: 20px;
		margin-top: 20px;
	}
	.o-title .box .txt .t1{
		font-size: 28px;
	}
	.o-title .box .txt .t2{
		font-size: 17px;
	}
	.o-title .box .o-tab ul li{
		padding-right: 60px;
	}
	.o-title .box .o-tab ul li a{
		font-size: 16px;
	}
	.product{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.product .box ul li a{
		padding-top: 50px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.product .box ul li .txtbox .btn{
		min-width: 130px;
	}
}
@media only screen and (max-width: 768px){
	.o-title .box .txt .t1{
		font-size: 24px;
	}
	.o-title .box .txt .t2{
		font-size: 15px;
	}
	.product{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.product .box ul li a{
		padding-top: 40px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product .box ul li .txtbox .t2{
		font-size: 14px;
		line-height: 2;
	}
	.product .box ul li .txtbox .btn{
		min-width: 120px;
	}
	.product .box ul li .txtbox .btn span{
		line-height: 45px;
	}
	.product .box ul li .imgbox{
		width: 46%;
	}
}
@media only screen and (max-width: 640px){
	.o-title .box{
		display: block;
	}
	.o-title .box .o-tab ul li{
		padding-right: 40px;
	}
	.product{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 576px){
	.o-title{
		margin-top: -60px;
	}
	.o-title .box{
		padding: 20px 30px 30px;
	}
	.o-title .box .txt .t1{
		font-size: 20px;
	}
	.o-title .box .o-tab{
		padding-top: 15px;
		margin-top: 15px;
	}
	.o-title .box .o-tab ul li{
		padding-left: 0;
		padding-right: 30px;
		margin: 5px auto;
	}
	.product{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product .box ul li a{
		padding-top: 30px;
	}
	.product .box ul li .imgbox{
		float: none;
		width: 100%;
	}
	.product .box ul li .txtbox{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.product .box ul li .txtbox .t1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.product .box ul li .txtbox .t2{
		min-height: 1px;
	}
	.product .box ul li .txtbox .btn{
		margin-top: 20px;
	}
}
/*产品详情*/
.product-detail{
}
.attribute{
	position: relative;
	background-color: #2f6c9b;
}
/**/
.attribute .shortcut{
	position: relative;
	z-index: 5;
	padding-top: 60px;
}
.shortcut .return{
	float: left;
}
.shortcut .return a{
	padding-left: 20px;
	cursor:pointer;
	color: #f6f6f6;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/img32.png) center left no-repeat;
}
.shortcut .return a:hover{
	color: #1b3a53;
	background: url(../images/img33.png) center left no-repeat;
}
.shortcut .return img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.shortcut .position{
	float: right;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.shortcut .position a{
	color: #ffffff;
}
.shortcut .position a:hover{
	color: #1b3a53;
}
/**/
.attribute .box{
	margin-top: 60px;
}
.attribute .box .owidth{
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
	z-index: 5;
	background-color: #FFFFFF;
}
.attribute .left{
	float: left;
	width: 50%;
	text-align: center;
}
.attribute .pc-slide{
	max-width: 400px;
	width: 100%;
	margin: 40px auto 0px;
}
.attribute .view, .attribute .preview{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.attribute .view .bigimg{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.attribute .view .bigimg img{
	max-width: 100%;
}
.attribute .previewbox{
	position: relative;
	margin-top: 75px;
	padding: 0px 35px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute .preview .smallimg{
	border: #eeeeee solid 1px;
}
/*.attribute .preview .swiper-slide-active .smallimg{
	border: #666666 solid 1px;
}*/
.attribute .preview .active-nav .smallimg{
	border: #666666 solid 1px;
}
.previewbox .arrow-left {
	background: url(../images/img29.png) no-repeat center left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
    height: 14px;
	z-index: 10;
}
.previewbox .arrow-right {
	background: url(../images/img31.png) no-repeat center right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
    height: 14px;
	z-index: 10;
}
/*.previewbox .swiper-button-next, .previewbox .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    z-index: 10;
    cursor: pointer;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    outline: none;
}
.previewbox .swiper-button-next, .previewbox .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img31.png);
    right: 0;
    left: auto;
}
.previewbox .swiper-button-prev, .previewbox .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img29.png);
    left: 0;
    right: auto;
}
.previewbox .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img30.png);
}
.previewbox .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img28.png);
}*/

.attribute .right{
	float: right;
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute .right .tit{
	font-weight: bold;
	color: #222222;
	font-size: 36px;
}
.attribute .right .line{
	position: relative;
	width: 40px;
	height: 4px;
	margin-top: 32px;
	margin-bottom: 32px;
	background-color: #e5e5e5;
}
.attribute .right .line:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #1b3a53;
}
.attribute .right .txt{
	color: #666666;
	font-size: 16px;
	line-height: 2.25;
}
.attribute .selection{
	margin-top: 35px;
}
.attribute .selection .t1{
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.attribute .selection ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.attribute .selection ul li a{
	font-family: arial;
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px 30px;
	border: #eeeeee solid 1px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.attribute .selection ul li a:hover{
	background-color: #1b3a53;
	color: #FFFFFF;
}
/**/
.cp-detail{
	padding-top: 60px;
}
.cp-detail .box{
	margin-top: 20px;
	text-align: center;
}
/*产品形态*/
.cp-form{
	padding-top: 60px;
}
.cp-form .box{
	margin-top: 45px;
}
.cp-form .box ul li{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
}
.cp-form .box ul li:nth-child(3n){
	margin-right: 0;
}
.cp-form .box ul li .imgbox{
	width: 100%;
	overflow: hidden;
}
.cp-form .box ul li .imgbox img{
	width: 100%;
}
.cp-form .box ul li .txtbox{
	position: relative;
	z-index: 10;
	width: 84%;
	margin: -60px auto 0px;
	background-color: #ffffff;
	padding: 30px 50px 20px;
	min-height: 240px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.08);
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp-form .box ul li .txtbox .t1{
	text-align: center;
	color: #222222;
	font-size: 24px;
}
.cp-form .box ul li .txtbox .t2{
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
}
.cp-form .box ul li .txtbox .line{
	position: relative;
	width: 40px;
	height: 3px;
	margin: 20px auto;
	background-color: #e5e5e5;
}
.cp-form .box ul li .txtbox .line:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #1b3a53;
}
/*产品及应用*/
.cp-application{
	padding-top: 80px;
}
.cp-application .box{
	position: relative;
	max-width: 1550px;
	width: 100%;
	margin: 45px auto 0px;
	padding: 0px 75px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.appliance{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.appliance .swiper-slide{
	transition: all 0.5s;
	width: 8.5%;
}
.appliance .swiper-slide-active{
	width: 41% !important;
}*/
/**/
.appliance .content ul li{
	float: left;
	width: 8.57%;
	width: -moz-calc(60% / 7);
	width: -webkit-calc(60% / 7);
	width: calc(60% / 7);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp-application .imgbox{
	display: block;
	width: 100%;
}
.appliance .content ul li.on{
	width: 40%;
}
.appliance .content ul li.on .imgbox .img:before{
	background: url(../images/img39.png) bottom center no-repeat;
	background-size: 100% auto;
}
.appliance .content ul li.on .imgbox .txt .t1,
.appliance .content ul li.on .imgbox .txt .t2{
	display: block;
	writing-mode: inherit;
}
/**/
.cp-application .imgbox{
	position: relative;
}
.appliance .imgbox .img{
	position: relative;
	width: 100%;
    height: 600px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.other-appliance .imgbox img{
	width: 100%;
}
.appliance .imgbox .img:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.other-appliance .imgbox .img:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img39.png) bottom center no-repeat;
	background-size: 100% auto;
}
/*.appliance .swiper-slide-active .imgbox .img:before{
	background: url(../images/img39.png) bottom center no-repeat;
	background-size: 100% auto;
}*/
.appliance .imgbox .txt{
	position: absolute;
	left: 0;
	top: 65%;
	width: 100%;
	min-height: 160px;
	padding: 0px 25px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*.appliance .swiper-slide-active .imgbox .txt{
	bottom: 45px;
	top: auto;
	min-height: 1px;
}*/
.other-appliance .imgbox .txt{
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	padding: 0px 25px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.appliance ul li.on .imgbox .txt{
	bottom: 45px;
	top: auto;
	min-height: 1px;
}
.cp-application .imgbox .txt .t1{
	color: #ffffff;
	font-size: 22px;
}
.cp-application .imgbox .txt .t2{
	font-family: arial;
	color: #999999;
	font-size: 15px;
}
.appliance .imgbox .txt .t1, .appliance .imgbox .txt .t2{
	display: inline-block;
	vertical-align: top;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
}
.other-appliance .imgbox .txt .t1{
	font-size: 18px;
	margin-bottom: 5px;
}
.other-appliance .imgbox .txt .t2{
	font-size: 14px;
}
/*.appliance .swiper-slide-active .imgbox .txt .t1,
.appliance .swiper-slide-active .imgbox .txt .t2{
	display: block;
	writing-mode: inherit;
}*/
.cp-application .swiper-button-next, .cp-application .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.09);
    border-radius: 50%;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.09);
    border-radius: 50%;
}
.cp-application .swiper-button-next, .cp-application .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img50.png);
    right: 0;
    left: auto;
}
.cp-application .swiper-button-prev, .cp-application .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img48.png);
    left: 0;
    right: auto;
}
.cp-application .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    background-image: url(../images/img49.png);
}
.cp-application .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-image: url(../images/img47.png);
}
.cp-application .box.other{
	display: none;
}
.other-appliance{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*客户案例*/
.case{
	padding-top: 90px;
	padding-bottom: 80px;
}
.case .box{
	position: relative;
	max-width: 1550px;
	width: 100%;
	margin: 45px auto 0px;
	padding: 0px 75px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.casebox{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.casebox .caseli{
	padding: 60px 35px 20px;
	margin: 15px auto;
	min-height: 420px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.09);
}
.casebox .caseli .caselogo{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.casebox .caseli .caselogo img{
	max-width: 100%;
}
.casebox .caseli .txt{
	margin-top: 30px;
}
.casebox .caseli .txt .t1{
	text-align: center;
	color: #222222;
	font-size: 16px;
	margin-bottom: 15px;
}
.casebox .caseli .txt .t2{
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.casebox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #e3e3e3;
    opacity: 1;
}
.casebox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1b3a53;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.case .swiper-button-next, .case .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    z-index: 10;
    cursor: pointer;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img58.png);
    right: 0;
    left: auto;
}
.case .swiper-button-prev, .case .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img56.png);
    left: 0;
    right: auto;
}
.case .swiper-button-next.swiper-button-disabled{
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img57.png);
}
.case .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img55.png);
}
@media only screen and (max-width: 1680px){
	.attribute .right .tit{
		font-size: 30px;
	}
	.attribute .right .line{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	/*.cp-application .box, .case .box{
		max-width: 1400px;
		padding-left: 7%;
		padding-right: 7%;
	}
	.attribute .box{
		max-width: 1400px;
		margin: auto;
		padding-left: 7%;
		padding-right: 7%;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}*/
	.cp-application .swiper-button-prev, .cp-application .swiper-container-rtl .swiper-button-next, .case .swiper-button-prev, .case .swiper-container-rtl .swiper-button-next{
		left: 2%;
	}
	.cp-application .swiper-button-next, .cp-application .swiper-container-rtl .swiper-button-prev, .case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
		right: 2%;
	}
	.owidth, .attribute .box, .cp-application .box, .case .box{
		max-width: 1600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 7%;
		padding-right: 7%;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.attribute .box .owidth{
		padding-top: 70px;
	}
	.attribute .box .owidth, .cp-application .box .owidth, .case .box .owidth{
		padding-left: 0;
		padding-right: 0;
	}
	.attribute .selection ul li a{
		font-size: 15px;
	}
	.appliance .imgbox .txt .t1{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1440px){
	.attribute .shortcut{
		padding-top: 50px;
	}
	.attribute .box{
		margin-top: 50px;
	}
	.attribute .right{
		padding-left: 2%;
	}
	.attribute .right .tit{
		font-size: 28px;
	}
	.attribute .right .txt{
		font-size: 15px;
	}
	.cp-form .box ul li .txtbox{
		padding: 25px 35px 20px;
	}
	.cp-form .box ul li .txtbox .t1{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1280px){
	.attribute .shortcut{
		padding-top: 40px;
	}
	.attribute .box{
		margin-top: 40px;
	}
	.appliance .imgbox .txt .t1{
		font-size: 16px;
	}
	.cp-form .box ul li .txtbox .t1{
		font-size: 20px;
	}
	.casebox .caseli{
		min-height: 400px;
		padding: 40px 30px 20px;
	}
	.cp-application{
		padding-top: 70px;
	}
	.cp-form .box, .cp-application .box, .case .box{
		margin-top: 40px;
	}
	.case{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media only screen and (max-width: 1024px){
	.shortcut .return{
		display: none;
	}
	.attribute .shortcut{
		padding-top: 30px;
	}
	.attribute .box{
		margin-top: 30px;
	}
	.owidth{
		padding-left: 3%;
		padding-right: 3%;
	}
	.attribute .box{
		padding-left: 0;
		padding-right: 0;
	}
	.attribute .box .owidth{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.attribute .previewbox{
		margin-top: 50px;
	}
	.attribute .right .tit{
		font-size: 24px;
	}
	.appliance{
		display: none;
	}
	.cp-application .box.other{
		display: block;
	}
	.cp-application .swiper-button-next{
		right: 0;
	}
	.cp-application .swiper-button-prev{
		left: 0;
	}
	.cp-form .box ul li .txtbox{
		padding: 20px;
	}
	.cp-form .box ul li .txtbox .t1{
		font-size: 18px;
	}
	.cp-form .box ul li .txtbox .line{
		margin: 15px auto;
	}
}
@media only screen and (max-width: 992px){
	.attribute .left{
		padding-left: 5%;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.attribute .right{
		padding-left: 5%;
	}
	.attribute .right .line{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.attribute .right .txt{
		line-height: 2;
		font-size: 14px;
	}
	.attribute .selection{
		margin-top: 25px;
	}
	.attribute .selection ul li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.attribute .selection ul li a{
		padding: 6px 15px;
		font-size: 14px;
	}
	.attribute .selection .t1{
		margin-bottom: 20px;
	}
	.attribute .pc-slide{
		margin-top: 0;
	}
	.cp-detail{
		padding-top: 50px;
	}
	.cp-form .box, .cp-application .box, .case .box{
		margin-top: 30px;
	}
	.cp-form .box ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	.cp-form .box ul li .txtbox{
		margin-top: 0;
		width: 100%;
		min-height: 220px;
	}
	.cp-application{
		padding-top: 60px;
	}
	.case {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.cp-application .box, .case .box{
		padding-left: 60px;
		padding-right: 60px;
	}
	.cp-application .swiper-button-next, .cp-application .swiper-button-prev{
		width: 45px;
		height: 45px;
	}
}
@media only screen and (max-width: 640px){
	.attribute .shortcut {
	    padding-top: 20px;
	}
	.attribute .box{
		margin-top: 20px;
	}
	.attribute .box .owidth{
		padding-bottom: 0;
	}
	.attribute .left, .attribute .right{
		float: none;
		width: 100%;
	}
	.attribute .left{
		padding-left: 0;
	}
	.attribute .right{
		margin-top: 40px;
	}
	.attribute .previewbox{
		margin-top: 30px;
	}
	.attribute .selection{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.attribute .right .tit{
		font-size: 20px;
	}
	.attribute .pc-slide{
		max-width: 90%;
	}
	.cp-form{
		padding-top: 50px;
	}
	.cp-form .box ul li{
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.cp-form .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.cp-form .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.cp-form .box ul li .txtbox .t1{
		font-size: 16px;
	}
	.cp-application{
		padding-top: 40px;
	}
	.case{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.case .box{
		padding: 0px 50px;
	}
	.casebox{
		padding-left: 20px;
		padding-right: 20px;
	}
	.casebox .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}
@media only screen and (max-width: 576px){
	.attribute .box .owidth{
		padding-top: 30px;
	}
	.attribute .pc-slide{
		/*padding-left: 25px;
		padding-right: 25px;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;*/
	}
	.attribute .right{
		margin-top: 30px;
	}
	.attribute .right .tit{
		font-size: 18px;
	}
	.attribute .selection .t1{
		font-size: 15px;
	}
	.cp-form .box ul li{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.cp-form .box ul li .txtbox{
		min-height: 1px;
		padding: 30px;
	}
	.case {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.casebox .caseli{
		min-height: 1px;
		padding: 30px 25px 30px;
	}
	.case .box{
	 	padding-left: 30px;
		padding-right: 30px;
	}
	.cp-application .box{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cp-application .swiper-button-next, .cp-application .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
}
/*关于我们*/
.about{
	padding-top: 90px;
	padding-bottom: 60px;
}
.about .box{
}
.about .b-nav{
	float: left;
	width: 19%;
}
.about .b-nav .tit{
	color: #222222;
	font-size: 40px;
	font-weight: bold;
}
.about .b-nav ul{
	margin-top: 60px;
}
.about .b-nav ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 50px;
}
.about .b-nav ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 0px;
	height: 2px;
	background-color: #1b3952;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.about .b-nav ul li.on:before, .about .b-nav ul li:hover:before{
	width: 20px;
	opacity: 1;
}
.about .b-nav ul li a{
	color: #222222;
	font-size: 24px;
}
.about .b-nav ul li:hover a, .about .b-nav ul li.on a{
	color: #1b3952;
}
.about .box .content{
	float: right;
	width: 80%;
	border-left: #eeeeee solid 1px;
	padding-left: 8%;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222222;
    font-size: 16px;
    line-height: 1.7;
}
@media only screen and (max-width: 1680px){
	.about .b-nav .tit{
		font-size: 34px;
	}
	.about .b-nav ul li a{
		font-size: 22px;
	}
	.about .b-nav ul{
		margin-top: 50px;
	}
	.about .b-nav ul li{
		margin-bottom: 40px;
	}
	.about .box .content{
		padding-left: 6%;
	}
}
@media only screen and (max-width: 1440px){
	.obanner .bannerzi .box .t1{
		font-size: 36px;
	}
	.about{
		padding-top: 80px;
	}
	.about .b-nav .tit{
		font-size: 30px;
	}
	.about .b-nav ul{
		margin-top: 40px;
	}
	.about .b-nav ul li{
		margin-bottom: 30px;
	}
	.about .b-nav ul li a{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1024px){
	.obanner .bannerzi .box .t1{
		font-size: 32px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 20px;
	}
	.about{
		padding-top: 70px;
	}
	.about .b-nav .tit{
		font-size: 28px;
	}
	.about .b-nav ul{
		margin-top: 30px;
	}
	.about .b-nav ul li{
		margin-bottom: 20px;
	}
	.about .b-nav ul li a{
		font-size: 18px;
	}
	.about .b-nav ul li:before{
		top: 12px;
	}
	.about .box .content{
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px){
	.obanner .bannerzi .box .t1{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 18px;
	}
	.about{
		padding-top: 60px;
	}
	.about .b-nav .tit{
		font-size: 24px;
	}
	.about .b-nav ul{
		margin-top: 20px;
	}
	.about .b-nav ul li{
		margin-bottom: 15px;
	}
	.about .b-nav ul li a{
		font-size: 16px;
	}
	.about .b-nav ul li:before{
		top: 10px;
	}
	.about .box .content{
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px){
	.obanner .bannerzi .box .t1{
		font-size: 24px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 16px;
	}
	.about{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about .b-nav{
		float: none;
		width: 100%;
	}
	.about .b-nav ul{
		margin-bottom: 15px;
	}
	.about .b-nav ul{
		width: 100%;
		text-align: center;
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.about .b-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.about .b-nav ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.about .b-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.about .b-nav ul li{
		display: inline-block;
		padding-left: 0;
		padding-bottom: 10px;
		margin-right: 35px;
	}
	.about .b-nav ul li:last-child{
		margin-right: 0;
	}
	.about .b-nav ul li:before{
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.about .box .content{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
		border-left: none;
		border-top: #eeeeee solid 1px;
	}
}
@media only screen and (max-width: 576px){
	.obanner .bannerzi .box .t1{
		font-size: 22px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 15px;
	}
}
/*在线商城*/
.screen{
	padding-top: 60px;
	padding-bottom: 50px;
}
.screen .box{
	padding: 20px 50px;
	background-color: #FFFFFF;
}
.screen .o-search{
	border-bottom: #d2d2d2 solid 1px;
}
.screen .o-search .t1{
	float: left;
	width: 90%;
	height: 50px;
	background: url(../images/img61.png) center left 10px no-repeat;
	padding-left: 70px;
	padding-right: 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.screen .o-search .t1 input{
	width: 100%;
	color: #666666;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.screen .o-search .t1 input::-webkit-input-placeholder {
    color: #cecece;
}
.screen .o-search .t1 input:-moz-placeholder {
	color: #cecece;
}
.screen .o-search .t1 input::-moz-placeholder {
	color: #cecece;
}
.screen .o-search .t1 input:-ms-input-placeholder {
	color: #cecece;
}
.screen .o-search .t2{
	float: right;
	max-width: 90px;
	width: 10%;
	height: 50px;
}
.screen .o-search .t2 input{
	width: 100%;
	color: #f18d0c;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
  	-moz-appearance: none;
}
.screen .o-search .t2 input::-webkit-input-placeholder {
    color: #f18d0c;
}
.screen .o-search .t2 input:-moz-placeholder {
	color: #f18d0c;
}
.screen .o-search .t2 input::-moz-placeholder {
	color: #f18d0c;
}
.screen .o-search .t2 input:-ms-input-placeholder {
	color: #f18d0c;
}
/**/
.labelbox{
}
.labelbox .labelrow{
	overflow: hidden;
	margin-top: 30px;
	border-bottom: #eeeeee solid 1px;
}
.labelbox .labelrow:last-child{
	border-bottom: none;
}
.screen .tit{
	float: left;
	width: 80px;
	overflow: hidden;
	color: #999999;
	font-size: 16px;
	line-height: 35px;
	margin-top: 7px;
}
.labelbox .labelrow .content{
	float: left;
	width: 90%;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	overflow: hidden;
}
.classtab{
	width: 100%;
	overflow: hidden;
}
.classtab li{
	float: left;
	margin-right: 32px;
	margin-bottom: 15px;
}
.classtab li:last-child{
	margin-right: 0;
}
.classtab li span{
	display: block;
	color: #222222;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	padding: 0px  35px 0px 18px;
	background: url(../images/img62.png) center right 15px no-repeat;
	cursor: pointer;
}
.classtab li.on span, .classtab li:hover span{
	color: #FFFFFF;
	background: #1b3952 url(../images/img63.png) center right 15px no-repeat;
}
.classbox{
	padding-top: 5px;
}
.classbox .classli{
	display: none;
	width: 100%;
	overflow: hidden;
}
.classbox .classli.on{
	display: block;
}
.labelbox .classli a{
	float: left;
	margin-right: 25px;
	margin-left: 18px;
	color: #222222;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.labelbox .classli a.opt, .labelbox .classli a.on, .labelbox .classli a:hover{
	color: #f18d0c;
}
/**/
.choicebox{
	display: none;
}
.choicebox ul li{
}
.choicebox ul li span.tit{
	float: none;
	display: inline-block;
	margin-top: 15px;
}
.choicebox ul li .level1{
	position: relative;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #eeeeee solid 1px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.choicebox ul li .level1 .t1{
	color: #222222;
    font-size: 15px;
    line-height: 2;
}
.choicebox ul li .level1 i{
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	height: 100%;
	background: url(../images/img62.png) center no-repeat;
}
.choicebox ul li .level2box{
	display: none;
    margin: auto;
    width: 100%;
    padding: 3%;
    border: #eeeeee solid 1px;
    border-top: none;
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.choicebox ul li .level2box .linkbox {
	padding: 0px 10px;
	overflow: hidden;
}
.choicebox ul li .level2box .linkbox a{
	float: left;
	min-width: 43%;
	margin-right: 5%;
	color: #444444;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.choicebox ul li .level2box .linkbox a:hover, .choicebox ul li .level2box .linkbox  a.on{
	color: #f18d0c;
}
.choicebox ul li .level2box .subli{
	padding: 0px 10px;
	border-bottom: #eeeeee solid 1px;
}
.choicebox ul li .level2box .subli:last-child{
	border-bottom: none;
}
.choicebox ul li .level2box .level2{
	color: #444444;
    font-size: 14px;
    line-height: 2.5;
}
.choicebox ul li .level2box .level2.on{
	color: #f18d0c;
}
.choicebox ul li .level3box{
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}
.choicebox ul li .level3box a{
	float: left;
	margin-right: 20px;
	color: #444444;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
}
.choicebox ul li .level3box a:hover, .choicebox ul li .level3box a.on{
	color: #f18d0c;
}
/**/
.result-list{
	padding-top: 50px;
	padding-bottom: 90px;
	background-color: #FFFFFF;
}
.result-list a{
	display: block;
	width: 100%;
}
.result-list .box{
	padding: 40px 50px 0px;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.08);
}
.result-list .box ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #eeeeee solid 1px;
	overflow: hidden;
}
.result-list .box ul li .imgbox{
	float: left;
	width: 140px;
	overflow: hidden;
}
.result-list .box ul li .imgbox img{
	width: 100%;
}
/*20210623*/
.result-list .box ul li .txtbox{
	float: left;
	width: 70%;
	max-width: -moz-calc(100% - 310px);
	max-width: -webkit-calc(100% - 310px);
	max-width: calc(100% - 310px);
	padding-left: 4.5%;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.result-list .box ul li .txtbox .t1{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}
.result-list .box ul li .txtbox dl{
	margin-top: 15px;
}
.result-list .box ul li .txtbox dd{
	float: left;
	min-width: 30%;
	padding-right: 15px;
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 5px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.result-list .box ul li .txtbox dd .sp{
	color: #222222;
}
/*20210623*/
.result-list .box ul li .btnbox{
	float: right;
	/*width: 120px;*/
}
.result-list .box ul li .btnbox .naddli{
}
.result-list .box ul li .btnbox a{
	position: relative;
	/*display: block;
	width: 100%;*/
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
	/*overflow: hidden;*/
	transition: all 0.5s;
}
.result-list .box ul li .btnbox .ic{
	display: inline-block;
	margin-left: 5px;
	width: auto;
}
.result-list .box ul li .btnbox .ic img{
}
.result-list .box ul li .btnbox a.consult{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #1b3952;
}
.result-list .box ul li .btnbox a.buy{
	background-color: #f18d0c;
}
.result-list .box ul li .btnbox a:hover{
	color: rgba(255,255,255,.7);
	box-shadow: 0px 5px 26px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 1280px){
	.result-list{
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 1024px){
	.screen{
		padding-bottom: 40px;
	}
	.screen .box{
		padding: 20px 30px;
	}
	.classtab li{
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.screen .o-search .t1{
		padding-left: 60px;
	}
	.screen .o-search .t1 input, .screen .o-search .t2 input{
		font-size: 15px;
	}
	.result-list{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.result-list .box{
		padding: 30px 30px 0px;
	}
	/*20210623*/
	/*.result-list .box ul li .btnbox{
		width: 100px;
	}*/
	.result-list .box ul li .btnbox a{
		width: 100px;
	}
	.screen .tit{
		font-size: 15px;
		width: 60px;
	}
	.result-list .box ul li{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px){
	.screen{
		padding-top: 50px;
	}
	.screen .o-search .t1{
		padding-left: 50px;
		background: url(../images/img61.png) center left 10px no-repeat;
		background-size: 20px auto;
	}
	.result-list{
		padding-bottom: 50px;
	}
	.result-list .box ul li .imgbox{
		width: 30%;
	}
	/*20210623*/
	.result-list .box ul li .txtbox{
		float: right;
		width: 70%;
		max-width: 70%;
	}
	.result-list .box ul li .btnbox .naddli{
		display: inline-block;
	}
	.result-list .box ul li .btnbox .ic{
		margin-left: 0;
	}
	.result-list .box ul li .btnbox{
		float: right;
		width: 65%;
		padding-left: 0;
		margin-top: 20px;
		overflow: hidden;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.result-list .box ul li .btnbox a{
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		max-width: 100px;
	}
	.result-list .box ul li .btnbox a.consult{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px){
	.screen{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.screen .box{
		padding: 20px 20px 30px;
	}
	.classtab li{
		margin-right: 15px;
	}
	.labelbox .classli a{
		margin-right: 20px;
	}
	.labelbox{
		display: none;
	}
	.choicebox{
		display: block;
	}
	.result-list{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.result-list .box{
		padding: 20px 20px 0px;
	}
}
@media only screen and (max-width: 576px){
	.screen .o-search .t1, .screen .o-search .t2{
		height: 45px;
	}
	.screen .o-search .t1 input, .screen .o-search .t2 input{
		height: 45px;
		line-height: 45px;
	}
	.screen .o-search .t1{
		padding-left: 45px;
	    background: url(../images/img61.png) center left 10px no-repeat;
	    background-size: 18px auto;
	}
	.labelbox .labelrow{
		margin-top: 20px;
	}
	.labelbox .labelrow .tit{
		float: none;
		width: 100%;
	}
	.labelbox .labelrow .content{
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	.classtab li span{
		height: 32px;
		line-height: 32px;
		padding: 0px 28px 0px 12px;
		background: url(../images/img62.png) center right 10px no-repeat;
	}
	.classtab li.on span, .classtab li:hover span {
	    background: #1b3952 url(../images/img63.png) center right 10px no-repeat;
	}
	.labelbox .classli a{
		margin-bottom: 10px;
		margin-left: 12px;
	}
	.result-list .box ul li .imgbox{
		float: none;
		width: 100%;
	}
	.result-list .box ul li .txtbox{
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.result-list .box ul li .btnbox{
		float: none;
		width: 100%;
	}
	.result-list .box ul li .btnbox a{
		height: 36px;
		line-height: 36px;
	}
}
/*招贤纳士*/
.join{
	padding-top: 110px;
	padding-bottom: 130px;
	background: #f7f9fa url(../images/img66.png) top center no-repeat;
	background-size: cover;
}
.join .box{
	margin-top: 45px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0,0,0,0.04);
}
.join .box ul li{
	padding: 25px 0px;
	color: #444444;
	font-size: 16px;
	line-height: 2;
	border-bottom: #eeeeee solid 1px;
	overflow: hidden;
}
.join .box ul li:first-child{
	color: #999999;
}
.join .box ul li:not(:first-child) .post{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}
.join .box ul li .post{
	float: left;
	width: 22%;
	padding-left: 4%;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.join .box ul li .experience, .join .box ul li .education{
	float: left;
	width: 29%;
	padding-left: 2.5%;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.join .box ul li .operation{
	float: left;
	width: 20%;
	text-align: center;
}
.join .box ul li .operation .btn{
	display: inline-block;
	padding: 0px 25px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-color: #1b3a53;
	border-radius: 20px;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.join .box ul li .operation .btn:hover{
	border-radius: 0;
	cursor:pointer;
	background-color: #406583;
}
.join .box ul li .operation .btn img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
/*弹窗*/
.zpbg, .imgpopup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.r-detail{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 1300px;
	width: 80%;
	max-height: 80%;
	overflow: auto;
	background-color: #FFFFFF;
}
.recruit-detail{
	background-color: #FFFFFF;
	padding: 3.85% 7.3%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
.r-d-t{
	padding: 0px 20px 20px;
	overflow: hidden;
	border-bottom: #EEEEEE solid 1px;
}
.r-d-t .t1{
	float: left;
	color: #222222;
	font-size: 24px;
	font-weight: bold;
}
.r-d-t .t2{
	float: right;
	min-width: 88px;
	line-height: 38px;
	color: #222222;
	font-size: 16px;
	text-align: center;
	border: #EEEEEE solid 1px;
	cursor: pointer;
}
.rd-describe{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0px 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rd-describe-t{
	color: #222222;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.rd-describe-p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.rd-mark{
	display: inline-block;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 2;
	background-color: #1b3a53;
}
/*人才战略*/
.strategy{
	padding-top: 110px;
	padding-bottom: 110px;
	background: #FFFFFF url(../images/img66.png) bottom center no-repeat;
	background-size: cover;
}
.strategy .left .t4{
	float: left;
	width: 37.5%;
	padding-right:3% ;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.strategy .left .t5{
	float: left;
	width: 62.5%;
	overflow: hidden;
}
.strategy .box{
	margin-top: 80px;
}
.strategy ul li{
	position: relative;
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	overflow: hidden;
}
.strategy ul li:nth-child(3n){
	margin-right: 0;
}
/*.strategy ul li:hover:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(../images/img70.png) bottom right no-repeat;
}*/
.strategy ul li .img{
	width: 100%;
	overflow: hidden;
}
.strategy ul li .img img{
	width: 100%;
}
.strategy ul li .txt{
	/*position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	width: 100%;
	padding: 0px 20px;
	text-align: center;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.strategy ul li .txt .t1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.strategy ul li .txt .t2{
	color: #ffffff;
	font-size: 16px;
	font-family: arial;
}
.strategy ul li .mask{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: rgba(0,178,223,.2) solid 200px;
	transition: all 0.5s ease;
}
.strategy ul li .ring{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background: rgba(0,178,223,.2);
	border-radius: 50%;
	border: rgba(255,255,255,0.04) solid 50px;
}
.strategy ul li.first1:hover .mask{
   	border: #31a67b solid 200px;
}
.strategy ul li.first2:hover .mask{
   	border: #1b3a53 solid 200px;
}
.strategy ul li.first3:hover .mask{
   	border: #00b2df solid 200px;
}
.strategy ul li:hover .ring{
	border: none;
}
.strategy ul li.first1:hover .ring{
	background: #31a67b;
}
.strategy ul li.first2:hover .ring{
	background: #1b3a53;
}
.strategy ul li.first3:hover .ring{
	background: #00b2df;
}
/*20210323*/
.strategy ul li .ximg{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.strategy ul li .ximg img{
	width: 100%;
	overflow: hidden;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.strategy ul li:hover .ximg img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.strategy ul li .txt{
	/*position: static;
	transform: none;*/
}
.strategy ul li .txt .t1{
	color: #222222;
	margin-bottom: 8px;
}
.strategy ul li .txt .t2{
	color: #999999;
}
@media only screen and (max-width: 1024px){
	.strategy ul li .txt .t1{
		font-size: 18px;
	}
	.strategy ul li .txt .t2{
		font-size: 15px;
	}
}
@media only screen and (max-width: 640px){
	.strategy ul li .txt .t1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.strategy ul li .txt .t2{
		font-size: 14px;
	}
}
/**/
.invitation{
	padding-top: 110px;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
.invitation .txt{
	color: #1b3a53;
	font-size: 16px;
	margin-top: 20px;
}
/**/
@media screen and (max-width: 1680px){
	.join {
	    padding-top: 90px;
	    padding-bottom: 100px;
    }
    .strategy{
    	padding-top: 90px;
    	padding-bottom: 90px;
    }
    .strategy .box{
    	margin-top: 70px;
    }
    .invitation{
    	padding-top: 90px;
    }
    .strategy ul li .mask{
    	width: 200px;
    	height: 200px;
    }
    .strategy ul li .ring{
    	width: 100px;
    	height: 100px;
    }
}
@media screen and (max-width: 1440px){
	.join {
	    padding-top: 80px;
	    padding-bottom: 90px;
    }
    .strategy{
    	padding-top: 80px;
    	padding-bottom: 80px;
    }
    .strategy .box{
    	margin-top: 60px;
    }
    .invitation{
    	padding-top: 80px;
    }
    .strategy ul li .mask{
    	width: 190px;
    	height: 190px;
    }
    .strategy ul li .ring{
    	width: 100px;
    	height: 100px;
    	border: rgba(255,255,255,0.04) solid 45px;
    }
    
}
@media screen and (max-width: 1280px){
	.join {
	    padding-top: 70px;
	    padding-bottom: 70px;
    }
    .join .box ul li{
    	padding: 20px 0px;
    }
    .strategy{
    	padding-top: 70px;
    	padding-bottom: 70px;
    }
    .strategy .box{
    	margin-top: 50px;
    }
    .strategy ul li .mask{
    	width: 180px;
    	height: 180px;
    }
    .strategy ul li .ring{
    	width: 100px;
    	height: 100px;
    	border: rgba(255,255,255,0.04) solid 40px;
    }
    .invitation{
    	padding-top: 70px;
    }
}
@media screen and (max-width: 1024px){
	.hot-r-con{
		width: 96%;
		padding: 0 4%;
	}
	.hot-r .box{
		padding-top: 130px;
	}
	.hot-r-table td{
		padding: 0;
		font-size: 16px;
	}
	.rd-describe-p{
		font-size: 15px;
	}
	.r-detail{
		padding: 20px 0;
	}
	.mCSB_scrollTools .mCSB_dragger, .mCS-greenbar.mCSB_scrollTools .mCSB_draggerRail{
		display: none !important;
		opacity: 0;
	}
	.zp_close{
		right: 5%;
	}
	.recruit-detail{
		padding: 3% 4%;
	}
	.r-d-t .t1{
		font-size: 20px;
		line-height: 40px;
	}
	.r-d-t .t2{
		font-size: 15px;
	}
	
	.join {
	    padding-top: 60px;
	    padding-bottom: 60px;
    }
    .join .box{
    	margin-top: 40px;
    }
    .join .box ul li{
    	padding: 18px 0px;
    }
    .strategy{
    	padding-top: 60px;
    	padding-bottom: 60px;
    }
    .strategy .box{
    	margin-top: 40px;
    }
    .strategy ul li .mask{
    	width: 150px;
    	height: 150px;
    }
    .strategy ul li .ring{
    	width: 90px;
    	height: 90px;
    	border: rgba(255,255,255,0.04) solid 30px;
    }
    .invitation{
    	padding-top: 60px;
    }
}
@media screen and (max-width: 768px){
	.hot-r .box {
	    padding-top: 80px;
	}
	.r-detail{
		width: 90%;
	}
	.r-d-t{
		padding: 0px 15px 15px;
	}
	.r-d-t .t1{
		font-size: 18px;
	}
	.rd-describe-t{
		margin-top: 15px;
	}
	.r-d-t .t2{
		font-size: 14px;
	}
	
	.join{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.join .box ul li{
		font-size: 15px;
	}
	.join .box ul li:not(:first-child) .post{
		font-size: 17px;
	}
	.join .box ul li .operation .btn{
		padding: 0px 20px;
	}
	.strategy{
		padding-top: 50px;
	}
	.strategy .left .t4, .strategy .left .t5{
		float: none;
		width: 100%;
	}
	.strategy .left .t5{
		margin-top: 15px;
	}
	.strategy ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.strategy ul li:nth-child(3n){
		margin-right: 4%;
	}
	.strategy ul li:nth-child(2n){
		margin-right: 0;
	}
	.invitation{
		padding-top: 50px;
	}
	.invitation .txt{
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px){
	.education{
		display: none;
	}
	.join .box ul li .post, .join .box ul li .operation{
		width: 25%;
	}
	.join .box ul li .experience{
		width: 50%;
	}
}
@media screen and (max-width: 640px){
	.r-d-t{
		padding-right: 0;
	}
	.r-d-t .t1{
		font-size: 16px;
		line-height: 32px;
	}
	.r-d-t .t2{
		min-width: 70px;
		line-height: 30px;
	}
	.rd-describe-p{
		font-size: 14px;
		line-height: 26px;
	}
	.join{
		padding-bottom: 40px;
	}
	/*.join .box{
		overflow-x: auto;
	}
	.join .box ul{
		min-width: 600px;
	}*/
	.join .box ul li:not(:first-child) .post{
		font-size: 16px;
	}
	.join .box{
		margin-top: 30px;
	}
	.strategy{
		padding-top: 40px;
	}
	.strategy .box{
		margin-top: 30px;
	}
	.invitation{
		padding-top: 40px;
	}
	.join .box ul li .operation .btn{
		font-size: 13px;
	}
	.strategy ul li .txt .t1{
		font-size: 18px;
	}
}
@media screen and (max-width: 576px){
	.i-title .t4{
		font-size: 20px;
	}
	.join{
		padding-top: 40px;
	}
	.join .box ul li{
		font-size: 14px;
		line-height: 1.7;
		padding: 15px 0px;
	}
	.join .box ul li:not(:first-child) .post{
		font-size: 15px;
	}
	.join .box ul li .operation .btn{
		padding: 0px 10px;
		height: 32px;
		line-height: 32px;
	}
	.join .box ul li .experience, .join .box ul li .education{
		font-size: 13px;
	}
	.strategy{
		padding-top: 30px;
	}
	.strategy ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.strategy ul li:last-child{
		margin-bottom: 0;
	}
	.strategy ul li .mask{
    	width: 190px;
    	height: 190px;
    }
    .strategy ul li .ring{
    	width: 120px;
    	height: 120px;
    	border: rgba(255,255,255,0.04) solid 35px;
    }
}
@media screen and (max-width: 414px){
	.hot-r{
		margin-top: 30px;
	}
	.hot-r .conwidth{
		padding: 0 3%;
	}
	.hot-r .a-title{
		padding-top: 20px
	}
	.hot-r .box {
	    padding-top: 40px;
	}
	.hot-r-table td{
		font-size: 14px;
		padding: 0;
		height: 60px;
	}
	.hot-r-table thead tr td{
		font-size: 15px;
		height: 70px;
	}
	.a-recruit-con{
		margin-top: 20px;
	}
	.a-recruit-p{
		font-size: 15px;
		line-height: 28px;
	}
	.zp_close{
		right: 0;
		top: 5%;
	}
	.zp_close img{
		width: 30px;
	}
	.recruit-detail{
		width: 100%;
		max-height: 80%;
	}
	.r-d-o{
		margin: 15px auto;
		padding: 0px 10px;
	}
	.r-d-t{
		font-size: 16px;
		line-height: 45px;
	}
	.r-d-oli{
		font-size: 14px;
	}
	.rd-describe{
		margin: 15px auto;
		padding: 0px 10px;
	}
	.rd-describe-t{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.rd-mark{
		font-size: 14px;
		line-height: 26px;
	}
	.rd-apply{
		height: 36px;
		line-height: 36px;
	}
	.rd-apply a{
		font-size: 14px;
	}
}



/*20210317新增*/
.result-list .box{
	margin-bottom: 60px;
}
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
	font-family: "m-semibold"; 
   	padding: 0px 12px;
   	min-width: 38px;
   	width: auto;
   	height: 38px;
   	line-height: 38px;
   	margin-right: 16px;
	margin-bottom: 5px;
    text-align: center;
    font-family: arial;
    font-size: 18px;
    color: #1b3952;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev{
	border: none;
	background: url(../images/img71a.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img72a.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img71.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img72.png) center no-repeat;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    background-color: #1b3952;
}
@media screen and (max-width: 1024px){
	.result-list .box{
		margin-bottom: 40px;
	}
	.page-list a{
		min-width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 12px;
	}
}


/*20210326*/
.footer .foot-share ul li{
	position: relative;
}
.footer .foot-share ul li .popup{
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    padding-bottom: 11px;
    z-index: 10;
}
.footer .foot-share ul li:hover .popup{
	display: block;
}
.footer .foot-share ul li .er-code{
	padding: 6px;
   	border-radius: 10px;
   	background-color: #eeeeee;
}
.footer .foot-share ul li .er-code img {
    width: 100%;
}
.footer .foot-share ul li .triangle{
	/*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
   	height: 22px;
   	background: url(../images/img6.png) center no-repeat;*/
   	position: absolute;
   	left: 50%;
   	bottom: 0;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
   	width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0px;
    border-color: #eeeeee transparent transparent transparent ;
}
/*20210623*/
@media screen and (max-width: 375px){
	/*20210623*/
	.result-list .box ul li .btnbox a{
		width: 90px;
	}
}



/* 弹窗 */
.pop-ups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
}

.pop-ups .mess-box {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 50px;
	transform: translate(-50%, -50%);
}

.pop-ups .title .h1 {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

.pop-ups .title .h2 {
	font-size: 16px;
	color: #222222;
}

.pop-ups .btn-close {
	position: absolute;
	top: 3%;
	right: 3%;
	font-size: 30px;
	color: #333333;
	cursor: pointer;
}

.mess-box {
	padding: 58px 40px 65px;
	background-color: #f4f8ff;
}

.mess-box .title {
	margin-bottom: 55px;
}

.mess-box .text-box {
	align-items: center;
	margin-bottom: 20px;
}

.mess-box .text-box .form-group {
	width: 23.77%;
	margin-right: 1%;
}

.mess-box .text-box .form-group:nth-child(4n) {
	margin-right: 0;
}



.mess-box .input-text {
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 70px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
	color: #999999;
}

.mess-box .area-box {
	width: 100%;
}

.mess-box .area {
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 220px;
	padding-left: 35px;
	padding-right: 35px;
}

.mess-box .btn-box {
	margin-top: 40px;
	text-align: center;
}

.mess-box .btn-submit {
	width: 200px;
	height: 70px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #1b3952;
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.pop-ups .title .h1 {
		margin-bottom: 10px;
	}

	.pop-ups .mess-box .title {
		margin-bottom: 20px;
	}

	.pop-ups .mess-box .text-box {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.pop-ups .mess-box .text-box .form-group {
		width: 100%;
	}

	.pop-ups .mess-box .input-text {
		height: 40px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.pop-ups .mess-box .area {
		height: 130px;
	}

	.pop-ups .mess-box .btn-box {
		margin-top: 20px;
	}

	.pop-ups .mess-box .btn-submit {
		font-size: 14px;
		width: 120px;
		height: 40px;
	}

	.pop-ups .btn-close {
		top: 2%;
		font-size: 20px;
	}
}
