@charset "utf-8";
@media only screen and (min-width: 800px) {
body::-webkit-scrollbar {
 width: 0px;
 height: 0px;
 background-color: #000;
}
  
/*界说滚动条轨路 内阴影+圆角*/  
body::-webkit-scrollbar-track {
 -webkit-border-radius: 0px;
         border-radius: 0px;
 background: #000;
}
  
/*界说滑块 内阴影+圆角*/  
body::-webkit-scrollbar-thumb {
 -webkit-border-radius: 0px;
         border-radius: 0px;
 background-color:#000;
}
}
 /*=========
  根基默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html{
	height: 100vh;
}
html,body{ 
	-webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现布景*/
    width: 100%;

    min-width: 320px;
	font-size: 12px;
}
body {
	overflow-y: auto;
	color: #000;

}


/** Generated by FG **/
@font-face {
	font-family: 'ziti';
	src: url('/static/fonts/din-bold.eot');
	src: local('?'), url('/static/fonts/din-bold.woff') format('woff'), url('/static/fonts/din-bold.ttf') format('truetype'), url('/static/fonts/din-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	transition: all .5s;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
	border-collapse: collapse;
}



/*94%的内容*/
.wrap{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    position: relative;
}
.wrap1{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}


/*图片通用形状*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	-webkit-background-size: cover;
}
/*明显浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}
/*Flex居中形状*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
     justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
     align-items: center;
}
/*动画*/
.donghua {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    
}
.ellipsis2 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ellipsis3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}


.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(/static/images/icons_0_16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.imgbox{
	overflow: hidden;
	position: relative;
	display: block;
}
.out-box{
	position: relative;
}
.mejs-container .mejs-controls .mejs-fullscreen-button button{
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-pagination-bullet{
	outline: none;
	cursor: pointer;
}
.en{
	text-transform:uppercase;
}
.btn{
	outline: none;
}
.swiper-container{
	height: auto;
}
.swiper-container .swiper-wrapper{
	height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide1{
	height: auto;
	width: 25%;
}
/*通用按钮more*/
.more-common{
	font-size: 0;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	text-transform:uppercase;
}
.more-common span{
	font-family: "ziti";
	font-size: 14px;
	color: #fff;	
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.more-common.green span{
	color: #009ee0;
}
.more-common span:nth-child(2){
	-webkit-transition-delay: .03s;
	   -moz-transition-delay: .03s;
	     -o-transition-delay: .03s;
	        transition-delay: .03s;
}
.more-common span:nth-child(3){
	-webkit-transition-delay: .06s;
	   -moz-transition-delay: .06s;
	     -o-transition-delay: .06s;
	        transition-delay: .06s;
}
.more-common span:nth-child(4){
	margin-right: 3px;
	-webkit-transition-delay: .09s;
	   -moz-transition-delay: .09s;
	     -o-transition-delay: .09s;
	        transition-delay: .09s;
}
.more-common span:nth-child(5){
	-webkit-transition-delay: .12s;
	   -moz-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
}
.more-common span:nth-child(6){
	-webkit-transition-delay: .15s;
	   -moz-transition-delay: .15s;
	     -o-transition-delay: .15s;
	        transition-delay: .15s;
}
.more-common span:nth-child(7){
	-webkit-transition-delay: .18s;
	   -moz-transition-delay: .18s;
	     -o-transition-delay: .18s;
	        transition-delay: .18s;
}
.more-common span:nth-child(8){
	-webkit-transition-delay: .21s;
	   -moz-transition-delay: .21s;
	     -o-transition-delay: .21s;
	        transition-delay: .21s;
}
.more-common:before{
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.more-common:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;

}
@media only screen and (min-width: 601px){
.more-common:hover span{
	-webkit-transform: rotateX(360deg);
	   -moz-transform: rotateX(360deg);
	        transform: rotateX(360deg);
}
.more-common:hover:before{
	width: 100%;
}
.more-common:hover:after{
	width: 0;
}
}
@media only screen and (max-width: 414px){
.more-common:hover span{
	
}
}


/*通用按钮*/
.index-btn{
	position: relative;
	width: 130px;
	height: 45px;
	display: block;
    clear: both;
}
.index-btn:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 0;
}
.index-btn .block{
		width: 130px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #009ee0;
	position: relative;
	z-index: 5;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border:none;
	cursor: pointer;
}
.index-btn .block span{
	width: 45px;
	height: 10px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.index-btn .block span:before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.index-btn .block span:after{
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%,-50%);
	   -moz-transform: translate(50%,-50%);
	    -ms-transform: translate(50%,-50%);
	     -o-transform: translate(50%,-50%);
	        transform: translate(50%,-50%);
}
@media only screen and (min-width: 601px){
.index-btn:hover .block{
	-webkit-transform: translate(-5px,-5px);
	   -moz-transform: translate(-5px,-5px);
	    -ms-transform: translate(-5px,-5px);
	     -o-transform: translate(-5px,-5px);
	        transform: translate(-5px,-5px);
}
}
@media only screen and (max-width: 1024px){
.index-btn{
    width: 100px;
    height: 36px;
}
.index-btn .block{
    width: 100px;
    height: 36px;
    line-height: 36px;
}
}

/* =========

    导航

 ========= */

.headerbox .header{
   background-color: rgba(85,85,85,.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 111;
	height: 80px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	
}
.headerbox .header .wrap{
    display: flex;
	top:5px;
	max-width:1520px;
}
.wap-top{
    margin-top: 10px;
}
.headerbox .header .logo{
	display: block;
	width: 245px;
	height: 50px;
	position: relative;
	float: left;
	margin-right: 40px;
}
.headerbox[data-on='on'] .header .logo{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.headerbox[data-on='on'] .header .logo1{

}
.headerbox .header .logo img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.headerbox .header .nav-list{
	float: left;
	font-size: 0;

}
.headerbox .header .nav-list .lin{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px;
	position: relative;
		height: 50px;
	line-height: 50px;
}
.headerbox .header .nav-list .lin:after{
	content: "";
	width: 0;
	height: 4px;
	background-color: #00b0e8;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%)
}
.headerbox .header .nav-list .lin .a{
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: bold;	
}
/*下拉菜单*/
.headerbox .header .nav-list .lin .nsub{
	width: 100vw;
	padding: 30px 0;
	background-color: #f5f5f5;
	position: fixed;
	left: 0;
	top: 80px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: left top;
	   -moz-transform-origin: left top;
	    -ms-transform-origin: left top;
	     -o-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: scaleY(0);
	   -moz-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	     -o-transform: scaleY(0);
	        transform: scaleY(0);
}
.headerbox .header .nav-list .lin .nsub .subbox{
	max-width: 1300px;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
     justify-content: space-between; 	
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft{
	max-width: 290px;
	width: 100%;
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll{
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	position: relative;
	font-size: 16px;
	color: #626262;
	cursor: pointer;
	display: block;
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"]{
	color: #222222;
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll .ico{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll .ico.i2{
	-webkit-transform:translateY(-50%) scale(0);
	   -moz-transform:translateY(-50%) scale(0);
	    -ms-transform:translateY(-50%) scale(0);
	     -o-transform:translateY(-50%) scale(0);
	        transform:translateY(-50%) scale(0)
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .ico.i1{
	-webkit-transform:translateY(-50%) scale(0);
	   -moz-transform:translateY(-50%) scale(0);
	    -ms-transform:translateY(-50%) scale(0);
	     -o-transform:translateY(-50%) scale(0);
	        transform:translateY(-50%) scale(0)
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .ico.i2{
	-webkit-transform:translateY(-50%) scale(1);
	   -moz-transform:translateY(-50%) scale(1);
	    -ms-transform:translateY(-50%) scale(1);
	     -o-transform:translateY(-50%) scale(1);
	        transform:translateY(-50%) scale(1)
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll .jt{
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #626262 #626262 transparent transparent;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.headerbox .header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .jt{
	border-color: #222222 #222222 transparent transparent;
}
.headerbox .header .nav-list .lin .nsub .subbox .smid{
	max-width: 390px;
	width: 100%;
}
.headerbox .header .nav-list .lin .nsub .subbox .smid .mbox{
	display: none;
	padding-left: 40px;
	border-left: 1px solid #dcdcdc
}
.headerbox .header .nav-list .lin .nsub .subbox .smid .mbox[data-on="on"]{
	display: block;
}
.headerbox .header .nav-list .lin .nsub .subbox .smid .mbox .mm{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #626262;
	display: block;
}
.headerbox .header .nav-list .lin .nsub .subbox .smid .mbox .mm[data-on="on"]{
	font-weight: bold;
	color: #00b0e8;
} 


.headerbox .header .nav-list .lin .nsub .subbox .sright{
	max-width: 490px;
	width: 100%;
	padding-top: 10px;
	position: relative;
}
.headerbox .header .nav-list .lin .nsub .subbox .sright:after{
	content: "";
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: 0;
}
.headerbox .header .nav-list .lin .nsub .subbox .sright .inbox{
	max-width: 390px;
	margin: 0 auto;
	width: 100%;
}
.headerbox .header .nav-list .lin .nsub .subbox .sright .inbox .imgbox .rimg{
	padding-top: -webkit-calc(230 / 390 * 100%);
	padding-top: -moz-calc(230 / 390 * 100%);
	padding-top: calc(230 / 390 * 100%);
}
.headerbox .header .nav-list .lin .nsub .subbox .sright .inbox .bt{
	margin-top: 6px;
	font-size: 14px;
	color: #222222;
	line-height: 20px;
}


/*电话*/
.dingbu{
	width: 100%;
	float: right;
	margin-right: 17%;

}
.headerbox .header .phone{
	top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.headerbox .header .select i{
	height: 20px;
	line-height: 20px;
	padding: 8px;
}
.headerbox .header .phone .select{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	color: #fff;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}
.headerbox .header .phone .select .word{
	height: 35px;
	top: 20px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #fff;
}
.headerbox .header .phone .select .menu{
	position: absolute;
	padding: 0px ;
	right: 0;
	top: 100%;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: calc(100% + 30px);
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    overflow: hidden;
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    background-color: #171717;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.headerbox .header .phone[data-on="on"] .select .menu{
   width: 100%;
	position: absolute;
	z-index: 12;
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
}
.headerbox .header .phone .select .menu .mm{
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	padding: 0 10px;
	border-bottom: 1px solid #696a6b;
	-moz-text-align-last: right;
	     text-align: center;
}

.ss-sy{
    position: absolute;
    right: 100px;
    display: flex;
}
.ss-sy .modal-backdrop{
    z-index: 10;
}
.ss-sy .ss-i{
    color: #fff;
    line-height: 50px;
    margin-left: 30px;
    font-size: 20px;
}
.out-box .down .ss-sy .ss-i {
    color: #504f4f;
}
.ss-sy .modal-title{
    color:#323232 ;
    font-size: 25px;
}
.ss-sy .modal-dialog{
    width: 100%;
    position: absolute;
    right: 0px;
    top: 30px;
    
}
/*按钮*/
.headerbox .header .mmbtn{
	position: absolute;
	right: 0px;
	height: 50px;
}
.headerbox .header .mmbtn .inbox{
	padding-top: 25px;
	font-size: 12px;
	color: #fff;
	position: relative;
	text-transform:uppercase;
	cursor: pointer;
}
.headerbox .header .mmbtn .inbox .line{
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.headerbox .header .mmbtn .inbox .line.l2{
	top: 8px;
	left: 0;
	right: auto;
}
.headerbox .header .mmbtn .inbox .line.l3{
	top: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}


/*搜索*/
.headerbox .db .container{
	display: flex;
}

.headerbox .header .searchbox form{
	background-color: #fff;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	position: relative;
	border:1px solid #fff;
	padding-left: 90px;
	transition: all .5s ease;

}
.headerbox .header .searchbox[data-on="on"] form{
	-webkit-border-radius: 50px 50px 50px 0px;
	   -moz-border-radius: 50px 50px 50px 0px;
	        border-radius: 50px 50px 50px 0px;
}
.headerbox .header .searchbox form .select{
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.headerbox .header .searchbox form .select:before{
	content: "";
	width: 1px;
	height: 20px;
	background-color: #dcdcdc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.headerbox .header .searchbox form .select:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #00acec #00acec transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
	z-index: 5;
}
.headerbox .header .searchbox form .select .word{
	width: 100%;
	padding-left: 16px;
    font-size: 13px;
    color: #383838;
    cursor: pointer;
    position: relative;
    z-index: 11;
    height: 100%;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.headerbox .header .searchbox form .select .menu{
	position: absolute;
	left: -1px;
	top:100%;
	width: 100%;
	font-size: 13px;
	color: #383838;
	background-color: #fff;
	border:none;
	cursor: pointer;
	z-index: 1;
	transition: all .3s ease;
	transform-origin: left top;
	transform: scaleY(0);
}
.headerbox.down .header .searchbox form .select .menu{
	background-color: #c9c9c9;
}
.headerbox .header .searchbox form .select[data-on="on"] .menu{
	transform: scaleY(1);
}
.headerbox .header .searchbox form .select .menu .mm{
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	transition: all .5s ease;
}
.headerbox .header .searchbox form .select .menu .mm span{
	position: relative;
	transition: all .5s ease;
}
.headerbox .header .searchbox form .select .menu .mm span:after{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #00acec;
	position: absolute;
	left:calc(100% + 10px);
	top: 50%;
	margin-top: -1px;
	transform: scale(0);
}
.headerbox .header .searchbox form .select .menu .mm:hover span{
	color: #00acecc;
}
.headerbox .header .searchbox form .select .menu .mm:hover span:after{
	transform: scale(1);
}



.headerbox .header .searchbox form input[type="text"]{
	border:none;
	height: 35px;
	width: 180px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	padding: 0 40px 0 10px;
	background-color: transparent;
}
.headerbox .header .searchbox form input[type="submit"]{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 6px;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/static/images/sico.png);
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	  -o-background-size: 17px auto;
	     background-size: 17px auto;
	background-color: transparent;
	border:none;
	cursor: pointer;
}

/*下滚动*/
.headerbox.down .header{
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	        box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headerbox.down .header .nav-list .lin .a{
	color: #000;
}
.headerbox.down .header .nav-list .lin.on .a{
	color: #00acec;
}
.headerbox .header .nav-list .lin.on:after{
	width: 100%;
}
.headerbox.down .header .phone{
	color: #000;
}
.headerbox.down .header .phone select{
	color: #000;
}
.headerbox.down .header .searchbox form{
	border:1px solid transparent;
}
.headerbox.down .header .mmbtn .inbox{
	color: #000;
}
.headerbox.down .header .mmbtn .line{
	background-color: #000;
}
.out-box .headerbox.down .header .phone .select .word{
	color: #504f4f;
}


/*menu*/
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	left: 0;
	top: 0;
	z-index: 112;
	display: none;
}
.head-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 360px;
	background-color: #fff;
	z-index: 113;
	overflow: hidden;
	  background: -webkit-linear-gradient(top, #fff , #eef2f5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #fff, #eef2f5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #fff, #eef2f5); /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff) , to(#eef2f5));
  background: -moz-linear-gradient(top, #fff , #eef2f5);
  background: -o-linear-gradient(top, #fff , #eef2f5);
  background: linear-gradient(to bottom, #fff , #eef2f5); /* 尺度的语法 */
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.head-menu[data-on="on"]{
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
	visibility: visible;
}
.head-menu .toolbox{
	height: 100px;
	border-bottom: 1px solid #e6e6e6;
}
.head-menu .toolbox .tool{
	width: 94%;
	max-width: 260px;
	padding-right: 40px;
	position: relative;
}
.head-menu .toolbox .mmclose{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
}
.head-menu .toolbox .mmclose:before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #009ee0;
	position: absolute;
	left:50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	   -moz-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	     -o-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
.head-menu .toolbox .mmclose:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #009ee0;
	position: absolute;
	left:50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	   -moz-transform: translate(-50%,-50%) rotate(-45deg);
	    -ms-transform: translate(-50%,-50%) rotate(-45deg);
	     -o-transform: translate(-50%,-50%) rotate(-45deg);
	        transform: translate(-50%,-50%) rotate(-45deg);
}
.head-menu .toolbox .tool .searchbox{
	max-width: 180px;
}
.head-menu .toolbox .tool .searchbox form{
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    position: relative;
}
.head-menu .toolbox .tool .searchbox form input[type="text"]{
	width: 100%;
	height: 35px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    border:none;
    padding: 0 40px 0 10px;
	background-color: #f0f0f0;
	font-size: 13px;
	color: #aaaaaa;
}
.head-menu .toolbox .tool .searchbox form input[type="submit"]{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 6px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/images/sico.png);
    -webkit-background-size: 17px auto;
    -moz-background-size: 17px auto;
      -o-background-size: 17px auto;
         background-size: 17px auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
	position: relative;
}
.head-menu .menu-box .wrap{
	max-width: 260px;
}
.head-menu .menu-box .mlist .lim{
	display: block;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.head-menu .menu-box .mlist .lim .word{
		height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #1a1a1a;
	margin-left: 10px;
    width: 100%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.head-menu .menu-box .mlist .lim  i{
    position: absolute;
    right: 10px;

    line-height: 50px;
}
.head-menu .menu-box .mlist .lim:hover  i{
    color: #fff;
}
.head-menu .menu-box .mlist .lim .menu{
	display: none;
	padding: 0 5%;
}
.head-menu .menu-box .mlist .lim[data-on="on"] .menu{
	display: block;
}
.head-menu .menu-box .mlist .lim .menu .mm{
	height: 30px;
	line-height: 30px;
	display: block;
}
.head-menu .menu-box .inbox{
	padding-top: 50px;
	height: 100%;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
     justify-content: space-between;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.head-menu .menu-box .inbox[data-on="on"]{
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}
.head-menu .menu-box .inbox .contact{
	margin-bottom: 50PX;
}
.head-menu .menu-box .inbox .contact .bt{
	font-size: 12px;
	color: #009ee0;
	margin-bottom: 10px;
}
.head-menu .menu-box .inbox .contact .desc{
	font-size: 12px;
	color: #1a1a1a;
	line-height: 30px;
	margin-bottom: 30px;
}
.head-menu .menu-box .inbox .contact .wxcode{
	width: 100px;
	height: 100px;
}
.head-menu .menu-box .outbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 115;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.head-menu .menu-box .outbox[data-on="on"]{
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.head-menu .menu-box .outbox .inbtn{
	height: 50px;
	line-height: 50px;
	background-color: #009ee0;
	margin-bottom: 20px;
	cursor: pointer;
}
.head-menu .menu-box .outbox .inbtn .ww{
	max-width: 260px;
	width: 94%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.head-menu .menu-box .outbox .inbtn .ww span{
	width: 20px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.head-menu .menu-box .outbox .inbtn .ww span:before{
	content: "";
	border-style: solid;
	border-width:2px 3px; 
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.head-menu .menu-box .outbox .inbtn .ww span:after{
	content: "";
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.head-menu .menu-box .outbox .mlist .lim .word{
	font-size: 19px;
}


@media only screen and (min-width: 601px){
.headerbox .header .nav-list .lin:hover:after{
	width: 100%;
}
.head-menu .menu-box .mlist .lim:hover{
	background-color: #009ee0;
}
.head-menu .menu-box .mlist .lim:hover .word{
	color: #fff;
}
.headerbox .header .mmbtn .inbox:hover .line{
	width:60%;
}
.headerbox .header .nav-list .lin:hover .a{
	color: #00b0e8;
}
.headerbox .header .nav-list .lin:hover .nsub{
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	     -o-transform: scaleY(1);
	        transform: scaleY(1);
}
.head-menu .menu-box .mlist .lim .menu .mm:hover{
	color: #fff;
}
}
@media only screen and (max-width: 1360px){
    .headerbox .header .logo{
        margin-right: 0px;
    }

.headerbox .header .logo{
	width: 216px;
	margin-right: 50px;
}
.wrap{
	top: 15px;
}

.headerbox .header .nav-list .lin{
	padding: 0 10px;
    height: 65px;
    line-height: 80px;
}
.headerbox .header .phone{
    height: 40px;
    line-height: 40px;
}
.headerbox .header .searchbox{
	height: 0px;
}
.headerbox .header .mmbtn{
	height: 80px;
}
.head-menu .toolbox{
	height: 80px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 80px);
	height: -moz-calc(100% - 80px);
	height: calc(100% - 80px);
}
.headerbox .header .nav-list .lin .nsub{
	top: 170px;
}
}
@media only screen and (max-width: 1280px){
.headerbox .header .wrap{
   top: 0px;
}
.wap-top{
    margin-top: 10px;
}

.headerbox .header .logo{
	width: 187px;
	height: 60px;
	margin-right: 30px;
}
.headerbox .header .nav-list{
	margin-right: 30px;
}
.nav-list{
    display: none;
}
.headerbox .header .nav-list .lin{
	padding: 0 20px;
    height: 60px;
    line-height: 60px;
}
.headerbox .header .phone{
    height: 40px;
    line-height: 40px;
}
.headerbox .header .searchbox{
	height: 60px;
}
.headerbox .header .mmbtn{
	height: 60px;
}
.head-menu .toolbox{
	height: 60px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: calc(100% - 60px);
}
.headerbox .header .nav-list .lin .nsub{
	top: 138px;
}
}
@media only screen and (max-width: 1024px){


.headerbox .header .logo{
	height: 50px;
	margin-right: 15px;
}
.headerbox .header .nav-list{
	display: none;
}
.headerbox .header .phone{
    height: 40px;
    line-height: 40px;
}
.headerbox .header .searchbox{
	height: 50px;
}
.headerbox .header .mmbtn{
	height: 50px;
}
.headerbox .header .searchbox form input[type="text"]{
	height: 30px;
}
.headerbox .header .searchbox form input[type="submit"]{
	width: 30px;
	height: 30px;
}
.headerbox .header .mmbtn {
	margin-left: 20px;
}
.headerbox .header .mmbtn .inbox{
	padding-top: 22px;
	font-size: 14px;
	width: 45px;
}
.head-menu .toolbox{
	height: 50px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: calc(100% - 50px);
}
}
@media only screen and (max-width: 414px){
    .ss-sy .modal-dialog{
        margin: 80px auto;
    }
    .headerbox .header .logo img{
        left: 38%;
        width: 80%;
    }
    .ss-sy{
        right: 80px;
    }
    .ss-sy .ss-i{
        margin-left: 20px;
    }
.head-menu{
	width: 86vw;
}
.head-menu .menu-box .inbox{
	padding-top: 3%;
}
.head-menu .toolbox .tool{
	max-width: none;
}
.head-menu .toolbox .tool .searchbox{
	max-width: none;
}
.head-menu .toolbox .tool .searchbox form input[type="text"]{
	height: 30px;
}
.head-menu .toolbox .tool .searchbox form input[type="submit"]{
	width: 30px;
	height: 30px;
}
.head-menu .menu-box .mlist .lim .word{
    height: 35px;
	line-height: 35px;
	width: 90%;
	font-size: 18px;
}
.head-menu .menu-box .wrap{
	max-width: none;
}
.head-menu .menu-box .inbox .contact{
	margin-bottom: 5%;
}
.head-menu .menu-box .outbox .inbtn{
	margin-bottom: 3%;
}
.head-menu .menu-box .outbox .inbtn .ww{
	max-width: none;
}
.head-menu .menu-box .inbox .contact .desc{
	margin-bottom: 3%;
}
.headerbox .header .searchbox form input[type="text"]{
	width: 120px;
}
}
@media only screen and (max-width: 375px){
.headerbox .header .searchbox form input[type="text"]{
	height: 25px;
}
.headerbox .header .searchbox form input[type="submit"]{
	width: 25px;
	height: 25px;
}
}



/* =========

    首页

 ========= */

/*首页轮播图*/
.htmleaf-container{
	position: relative;
}
.htmleaf-container.phone{
	display: none;
}
.htmleaf-container .section-info{
	position: relative;
}

#sections-wrapper {
	position: relative;
	overflow: hidden;
	height: 450px;
	background: #000;
}

#sections-wrapper section {
	height: 450px;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.hide-bottom {
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
}

.hide-top {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}

/*描述*/
#sections-wrapper .text{
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 94%;
	max-width: 1200px;
	z-index: 12;
}
#sections-wrapper .text.center{
	text-align: center;
}
#sections-wrapper .text .bbt{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
		-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}
#sections-wrapper section.show[data-on="on"] .text .bbt{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;

}
#sections-wrapper section[data-on="off"] .text .bbt{
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
/*#sections-wrapper section[data-on="off"] .text .bbt{
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}*/

#sections-wrapper .text .bbt b{
	color: #009ee0;
}
#sections-wrapper .text .desc{
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	font-family: 'ziti';
}
#sections-wrapper section[data-on="on"] .text .desc{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
#sections-wrapper section[data-on="off"] .text .desc{
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
/*#sections-wrapper .hide-bottom .text .desc{
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}*/

#sections-wrapper .text.left{
	text-align: left;
	padding-top: 40px;
}
#sections-wrapper .text.left .bbt{
	margin-bottom: 40px;
}
#sections-wrapper .link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
z-index: 11;
}

#sections-wrapper .segment {
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.segment-inner {
	position: absolute;
	top: 0;
	background: no-repeat center center / cover; 
	height: 100%;
	width: 100vw;
}

.sections-control {
	text-align: center;
	font-size: 0;
	position: absolute;
	right: 25px;
	bottom: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
}

.section-thumbnail {
	width: var(--thumbnail-width);
	height: var(--thumbnail-height);
	display: block;
	margin-top: 4px;
	padding: 4px 0;
	position: relative;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	opacity: .5;
	cursor: pointer;
	-webkit-transform-origin: right top;
	   -moz-transform-origin: right top;
	    -ms-transform-origin: right top;
	     -o-transform-origin: right top;
	        transform-origin: right top;
}

.section-thumbnail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: var(--thumbnail-height);
	top: 50%;
	margin-top: -webkit-calc(var(--thumbnail-height)/2 * -1);
	margin-top: -moz-calc(var(--thumbnail-height)/2 * -1);
	margin-top: calc(var(--thumbnail-height)/2 * -1);
	background: #fff;
}

.section-thumbnail:hover {
	opacity: 1;
}

.section-thumbnail.active {
	-webkit-transform: scaleX(2);
	   -moz-transform: scaleX(2);
	    -ms-transform: scaleX(2);
	     -o-transform: scaleX(2);
	        transform: scaleX(2);
	opacity: 1;
}


.htmleaf-container .btn{
	display: none;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 24px;
	-moz-background-size: 15px 24px;
	  -o-background-size: 15px 24px;
	     background-size: 15px 24px;
	position: absolute;
	top: 50%;
	transition: all .5s ease;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
	z-index: 111;
	border-radius:50%;
}
.htmleaf-container .btn.prev{
	background-image: url(/static/images/btn_03.png);
	left:2%;
}
.htmleaf-container .btn.next{
	background-image: url(/static/images/btn_05.png);
	right:2%;
}

/*分页*/
.htmleaf-container .htmleaf-pagination{
	width: 94%;
	max-width:1800px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding-left: 60px;
}
.htmleaf-container .htmleaf-pagination:after{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.htmleaf-container .htmleaf-pagination .now{
	font-size: 38px;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.htmleaf-container .htmleaf-pagination span{
	width: 40px;
	font-size: 30px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}
.htmleaf-container .htmleaf-pagination .how{
	font-size: 30px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*scroll*/
.htmleaf-container .scroll{
	position: absolute;
    left: 0;
	bottom: 0;
	height: 0;
    width: 94%;
    max-width: 1820px;
    z-index: 11;
}
.htmleaf-container .scroll .click{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	-webkit-writing-mode:vertical-lr; 
    -ms-writing-mode:tb-lr; 
    writing-mode:vertical-lr;	
    text-transform:uppercase;
    padding-bottom: 30px;
    cursor: pointer;
}
.htmleaf-container .scroll .click:after{
	content: "";
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/*推荐分类*/
.bannerbox{
	position: relative;
}
.bannerbox .incommon-box{
	position: absolute;
	left: 50%;
	top: 70%;
	width: 94%;
	max-width: 850px;
	transform: translate(-50%,-50%);
	z-index: 12;
}
.bannerbox .incommon-box .bbt{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.bannerbox .incommon-box .bbt b{
	color: #009ee0;
}
.bannerbox .incommon-box .desc{
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	font-family: 'ziti';
}
.bannerbox .incommon-box .incommon-swiper{
	margin-top: 160px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: rgba(0,0,0,.5);
}
.bannerbox .incommon-box .incommon-swiper .lic{
	display: block;
	padding-bottom: 5px;
	border-right:1px solid #fff;
}
.bannerbox .incommon-box .incommon-swiper .swiper-slide1:last-child .lic{
	border:none;
}
.bannerbox .incommon-box .incommon-swiper .lic .imgbox .cimg{
	padding-top: calc(160/ 224 * 100%);
}
.bannerbox .incommon-box .incommon-swiper .lic .title{
	font-size: 16px;
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 601px){
.htmleaf-container .btn:hover{
	background-color: #ed8900;
	opacity: .8;
}

.bannerbox .incommon-box .incommon-swiper .lic:hover{
	transition: 0.2s;
	transition-duration:1s;
	background-color: #ed8900;
}
}
@media only screen and (max-width: 1024px){
#sections-wrapper .text .bbt{
	font-size: 30px;
	font-weight: normal;
}
#sections-wrapper .text .desc{
	font-size: 24px;
}
.htmleaf-container .htmleaf-pagination{
	padding-left: 40px;
}
.htmleaf-container .htmleaf-pagination:after{
	width: 30px;
	height: 2px;
}
.htmleaf-container .htmleaf-pagination .now{
	font-size: 36px;
}
.htmleaf-container .htmleaf-pagination span{
	width: 30px;
}
.htmleaf-container .htmleaf-pagination .how{
	font-size: 24px;
}
.bannerbox .incommon-box .bbt{
	font-size: 24px;
}
.bannerbox .incommon-box .desc{
	font-size: 24px;
}
.bannerbox .incommon-box .common-list{
	margin-top: 50px;
}
}
@media only screen and (max-width: 414px){
    .bannerbox .incommon-box{
    top: 50%;
}
    .ellipsis{
        white-space:break-all;
    }
    .bannerbox .incommon-box .incommon-swiper .lic .title{
        font-size: 6px;
    }
#sections-wrapper .text{
	top: 45%;
}
#sections-wrapper .text .bbt{
	font-size: 20px;
	margin-bottom: 5%;
	font-weight: normal;
}
#sections-wrapper .text .desc{
	font-size: 16px;
}
.htmleaf-container .htmleaf-pagination{
	padding-left: 30px;
	bottom: 60px;
}
.htmleaf-container .htmleaf-pagination:after{
	width: 24px;
	height: 1px;
}
.htmleaf-container .htmleaf-pagination .now{
	font-size:30px;
}
.htmleaf-container .htmleaf-pagination span{
	width: 20px;
}
.htmleaf-container .htmleaf-pagination .how{
	font-size: 20px;
}
.htmleaf-container .btn.prev{
	left: 30%;
	top: auto;
	bottom: 5px;
	transform: translateY(0);
}
.htmleaf-container .btn.next{
	right: 30%;
	top: auto;
	bottom: 5px;
	transform: translateY(0);
}
.bannerbox .incommon-box .bbt{
	font-size: 16px;
}
.bannerbox .incommon-box .desc{
	font-size: 16px;
}
.bannerbox .incommon-box .incommon-swiper{
	margin-top: 65%;
}
.bannerbox .incommon-box .incommon-swiper .lic .lic .imgbox{
	max-width: 70%;
	margin: 0 auto;
}
.bannerbox .incommon-box .incommon-swiper .lic .lic .title{
	font-size: 14px;
	font-weight: normal;
}
}






/*不容下载*/
.layui-layer.unload{
	max-width: 390px;
	max-height: 390px;
}
.unload-box{
	background-color: #fff;
	border-radius:10px;
	padding: 40px 30px 0 30px;
	position: relative;
}
.unload-box .close{
	width: 26px;
	height: 26px;
	position: absolute;
	right: 14px;
	top: 14px;
	border:1px solid #2ba860;
	border-radius:50%;
	cursor: pointer;
}
.unload-box .close:before{
	content: "";
	width: 60%;
	height: 1px;
	background-color: #2ba860;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.unload-box .close:after{
	content: "";
	width: 60%;
	height: 1px;
	background-color: #2ba860;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.unload-box .imgbox{
	max-width: 134px;
	border:1px solid #e7e7e7;
}
.unload-box .imgbox .uimg{
	padding-top: 100%;
}
.unload-box .desc{
	padding: 15px 0;
	font-size: 18px;
	color: #676767;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
}
.unload-box .contact{
	padding: 25px 0;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/static/images/pphone_03.png);
	font-weight: bold;
}
.unload-box .contact .bbt{
	font-size: 15px;
	color: #009ee0;
	margin-bottom: 6px;
}
.unload-box .contact .text{
	font-size: 24px;
	color: #959595;
}
@media only screen and (max-width: 414px){
.unload-box{
	padding: 30px 20px 0 20px;
}
}
<!--耗时1782490125.9219秒-->