@charset "UTF-8";
header{
	background-color: transparent;
	position: fixed;
	top: 1rem;
	width:100%;
	z-index: 100;
}
header .header{
	height:2rem;
	line-height: 2rem;
}
.w1680{
	width:87.7%;
	margin-left: 9.9%;
	position:relative;
}
header .header .open{
	font-size:0.5rem;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-7.1%;
	color:#fff;
}
header .header .open span{
	font-size:0.5rem;
}
header .logo{
	display:inline-block;
	position:absolute;
	top:0;
	left: 0;
	width:125px;

}
header .logo img{
	width:100%;
}
header .logo .mask{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -50%;
    -webkit-mask-image: url(../img/logo11.png);
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    transition-delay: 4.5s;
    opacity: 0;
}
.header .logo.ani .mask {
    opacity: 1;
}
header .logo .mask:after{
	content: "";
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0;
    top: 0;
    z-index: 7;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%, #efefef 90%, rgba(255, 255, 255, 0)) no-repeat 0 0;
    animation: lightLine1 3s linear infinite;
    -webkit-animation: lightLine1 3s linear infinite;
    background-size: cover;
}
.header .logo-img {
    transition: all 1s cubic-bezier(0.04, 0.79, 1, 1) 1.8s;
}
@keyframes lightLine1{
    0%{transform:translateX(0) ;}                
    100%{transform:translateX(1000%);}
}
@-webkit-keyframes lightLine1{
    0%{-webkit-transform:translateX(0) ;}                
    100%{-webkit-transform:translateX(1000%) ;}
}
.header ul.headerul{
	font-size:0;
	text-align: center;
}
.header ul.headerul li{
	font-size:0.45rem;
	margin:0 0.75rem;
	height:2rem;
	line-height:2rem;
	display:inline-block;
	position:relative;
}
.header ul.headerul li a{
	color:#fff;
}
.header ul.headerul li:after{
	position:absolute;
	left:0;
	bottom:10px;
	content:"";
	width:0%;
	transition:width 0.3s;
	height:2px;
	background-color:#fff;
}
.header ul.headerul li.cur:after{
	width:100%;
}
.header .header-right{
	position:absolute;
	top:0;
	right:0;
}
.header .header-right .item{
	display:inline-block;
	height:2rem;
	line-height:2rem;
	margin-left:0.75rem;
	font-size:0.45rem;
	float: left;
	position:relative;
}
.header .header-right .item .yuyan{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	margin-top:-15px;
	display:none;
	text-align:left
}
.header .header-right .item .yuyan li{
	font-size:0.4rem;
    line-height:0.6rem;
    height:0.6rem;
}
.header .header-right .item span{
	margin-right: 10px;
}
.header .header-right .item a{
	color:#fff;
	cursor:pointer;
}
.header-model{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/header_model.jpg);
	display:none;
	z-index: 101;
	background-size:100% 100%
}
.header-model .header{
	background-color: transparent;
	position: absolute;
	top: 1rem;
	width:100%;
	height:2rem;
	line-height:2rem;
}
.header-model .header .closoe{
	font-size:0.5rem;
	color:#fff;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:4%;
	cursor:pointer;
}
.header-model .header .hader{
	height:2rem;
	line-height:2rem;
	position:relative;
}

.header-model .header .hader .logo{
	display:inline-block;
	position:absolute;
	top:0;
	left: 0;
	width:160px;
}
.header-model .header .hader .logo img{
	width:100%;
}
.header-model .header .hader .logo .mask{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -50%;
    -webkit-mask-image: url(../img/logo.png);
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    transition-delay: 4.5s;
    opacity: 0;
}
.header-model .header .hader .logo.ani .mask {
    opacity: 1;
}
.header-model .header .hader .logo .mask:after{
	content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    z-index: 7;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%, #efefef 90%, rgba(255, 255, 255, 0)) no-repeat 0 0;
    animation: lightLine2 2s linear infinite;
    -webkit-animation: lightLine1 2s linear infinite;
    background-size: cover;
}
.header-model .header .hader .logo-img {
    transition: all 1s cubic-bezier(0.04, 0.79, 1, 1) 1.8s;
}
@keyframes lightLine2{
    0%{transform:translateX(0) ;}                
    100%{transform:translateX(500%);}
}
@-webkit-keyframes lightLine2{
    0%{-webkit-transform:translateX(0) ;}                
    100%{-webkit-transform:translateX(500%) ;}
}
.header-model ul.headerul{
	font-size:0;
	text-align: center;
}
.header-model ul.headerul li{
	font-size:0.45rem;
	margin:0 0.75rem;
	height:2rem;
	line-height:2rem;
	display:inline-block;
}
.header-model ul.headerul li a{
	color:#fff;
}
.header-model .header-right{
	position:absolute;
	top:0;
	right:0;
}
.header-model .header-right .item{
	display:inline-block;
	height:2rem;
	line-height:2rem;
	margin-left:0.75rem;
	font-size:0.45rem;
}
.header-model .header-right .item span{
	margin-right: 10px;
}
.header-model .header-right .item a{
	color:#fff;
	cursor:pointer;
}
.header-model .heademo-ul{
	font-size:0;
	text-align:center;
	width:100%;
	height:100%;
	overflow: hidden;
}
.header-model .heademo-ul li{
	display:inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
    height:100%;
    padding-top: 16%;
    vertical-align: top;
    margin-right:1.5rem;
}
.header-model .heademo-ul li dl dt{
	padding-left: 0.5rem;
	margin-bottom: 1rem;
	position:relative;
}
.header-model .heademo-ul li dl dt.f-cb:after{
	visibility:initial;
	overflow:initial;
}
.header-model .heademo-ul li dl dt span{
	display:none;
}
.header-model .heademo-ul li dl dt:after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	content:"";
	width:8px;
	height:8px;
	border-radius: 50%;
	background-color:#fff;
	left:-0.1rem;
}
.header-model .heademo-ul li dl dt a{
	font-size:0.55rem;
	color:#fff;
	cursor:pointer;
}
.header-model .heademo-ul li dl dd{
	margin-bottom:0.5rem;
	padding-left: 0.5rem;
	text-align:left;
}
.header-model .heademo-ul li dl dd a{
	font-size:0.4rem;
	color:#fff;
}

/*搜索*/
.search-dialog-box{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
}
.search-dialog-box .black{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 90%;
    padding: .2rem;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.33);
    border-radius: .4rem;
}
.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: .24rem;
    line-height: .4rem;
    height: .4rem;
    color: #999;
    background-color: #fff;
    border-radius: 0;
}
.search-dialog input[type=submit] {
    float: right;
    width: 15px;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url(../img/dialog-search-btn.png);
    background-color: transparent;
}
/*分享*/
.bdshare-button-style0-16 .bds_more{
	background-image:none !important;
	padding-left:0 !important;
	margin:0 !important;
	height:auto !important;
	line-height: auto !important;
	font-size:0.45rem !important;
	line-height:2rem !important;
	opacity:1 !important;
}
.bdshare-button-style0-16:after{
	display:none;
}
.bdshare_popup_box{
	display:none !important;
}
/*底部*/
footer{
	padding: 1.75rem 0 1.25rem;
	background-color:#393939;
	background-position:left bottom;
	background-repeat:no-repeat;
	// background-size:cover;
	background-image:url(../img/yuanf.png);
}
footer ul.footer-ul{
	font-size:0;
	text-align:left;
	padding-bottom:3.5rem;
}
footer ul.footer-ul li{
	display:inline-block;
	margin:0 1.1rem;
	vertical-align:top;
}
footer ul.footer-ul li .tit{
	font-size:0.4rem;
	color:#fff;
	font-weight:bold;
	line-height:0.4rem;
	margin-bottom: 0.75rem;
	display:block;
	cursor:pointer;
}
footer ul.footer-ul li .sub a{
	margin-bottom:0.4rem;
	font-size:0.35rem;
	color:#fff;
	opacity:0.6;
	line-height:0.4rem;
	display:block;
}
footer ul.footer-ul li.li5 .sub{
	width:3.75rem;
}
footer ul.footer-ul li.li5 .sub a{
	display: inline-block;
    margin-right: 1.25rem;
}
footer ul.footer-ul li.li5 .sub a:nth-child(2n){
	margin-right:0;
}
footer .footer-right{
	position:absolute;
	top:0;
	right:5%;
}
footer .footer-right form{
	text-align:right;
	position:relative;
}
footer .footer-right .f-input{
	width:7rem;
	height:1.25rem;
	line-height:1.25rem;
	background-color:#fff;
	border-radius:0.75rem;
	font-size:0.4rem;
	padding-left:0.75rem;
	color:#c1c1c1;
}
footer .footer-right form .submit{
	position:absolute;
	top:0.35rem;
	right:0.4rem;
    width: .55rem;
    height: .55rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    font-size:0;
    background-image: url(../img/dialog-search-btn.png);
    background-color: transparent;
}

footer .footer-right .f-share{
	font-size:0;
	text-align:right;
	margin-top:0.75rem;
}
footer .footer-right .f-share .share-tit{
	display:inline-block;
	width:1.25rem;
	height:1.25rem;
	line-height:1.25rem;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	margin-left:0.4rem;
	position:relative;
}
footer .footer-right .f-share .share-tit .ma-er{
	position:absolute;
	width:3rem;
	height:3rem;
	line-height:3rem;
	background-color:#fff;
	border-radius:6px;
	left:50%;
	transform:translateX(-50%);
	display:none;
}
footer .footer-right .f-share .share-tit .ma-er:after{
	position:absolute;
	top:-10px;
	left:50%;
	transform:translateX(-50%);
	height:0.25rem;
	width:0.5rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-image:url(../img/shang.png);
	content:"";
}
footer .footer-right .f-share .share-tit .ma-er img{
	max-width:100%;
}
footer .footer-right .f-share .share-tit span{
	font-size:0.75rem;
}
footer .footer-right .right-fname{
	font-size:0.35rem;
	color:#fff;
	line-height:0.55rem;
	margin-top:0.75rem;
}
.w1820{
	width:95%;
	margin:0 auto;
	position:relative;
}
footer ul.ui-bootm{
	font-size:0;
	text-align:left;
}
footer ul.ui-bootm li{
	font-size:0.35rem;
	color:#fff;
	margin-right: 1rem;
	display:inline-block
}
footer ul.ui-bootm li span{
	font-size:0.35rem;
	margin-right:0.25rem;
}
footer .foonter-po{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}
footer .foonter-po ul.ui-io{
	font-size:0;
	text-align:right;
}
footer .foonter-po ul.ui-io li{
	display:inline-block;
	font-size:0.35rem;
	margin:0 0.3rem;
	position:relative;
}
footer .foonter-po ul.ui-io li:after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-0.3rem;
	content:"";
	width:1px;
	height:0.3rem;
	background-color:#fff;
}
footer .foonter-po ul.ui-io li:nth-child(1):after{
	display:none;
}
footer .foonter-po ul.ui-io li a{
	color:#fff;
}
footer .foonter-po ul.ui-io li a.iop{
	width:3.25rem;
	display:inline-block;
	height:0.75rem;
	text-align:center;
	line-height:0.75rem;
	border:1px solid rgba(255, 255, 255, 0.5)
}
footer .foonter-po ul.ui-io li a span{
	font-size:0.35rem;
	margin-left:0.25rem;
	transform: rotate(-90deg);
	display: inline-block;
}
footer .foonter-po ul.ui-io li .zhichi{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	// transform:translateY(-100%);
	border:1px solid rgba(255, 255, 255, 0.5);
	text-align:left;
	transition:all 0.3s;
	box-sizing: border-box;
	opacity:0;
	background-color:#393939;
}
footer .foonter-po ul.ui-io li .zhichi a{
	font-size:0.35rem;
	display:block;
    height:0.5rem;
    line-height:0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
footer ul.footer-ul li .tit span{
	display:none;
	transition:all 0.3s;
}
footer ul.footer-ul li.cur .tit span{
       transform: rotate(90deg);
}
@media (max-width: 1300px){
footer ul.footer-ul li{
	margin: 0 0.75rem;
}
}
@media (max-width: 1240px){
footer .w1680{
	width:90%;
	margin-left:5%;
}
footer ul.ui-bootm li{
	margin-right:0.5rem;
}
footer .foonter-po ul.ui-io{
	text-align:left;
}
}
@media (max-width: 1200px){
footer .foonter-po{
	position: relative;
    top: 0;
    transform:translateY(0%)
}
footer ul.footer-ul li{
	margin:0 0.5rem;
}
}
@media (max-width: 1024px){
	.header ul.headerul{
		display:none;
	}
	header .logo{
		left:50%;
		transform:translateX(-50%);
	}
	footer .footer-right{
		position:relative;
		right:auto;
	}
	footer .footer-right form{
		display:none;
	}
	footer ul.footer-ul{
		padding-bottom:0.5rem;
		padding-top:1rem;
	}
	footer ul.footer-ul li{
		width:100%;
		margin:0;
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
		padding-bottom:0.4rem;
		margin-top:0.4rem;
	}
	footer{
		background-image:none;
		background-color:#393939;
	}
	footer ul.footer-ul li.li5 .sub{
		width:100%;
	}
	footer ul.footer-ul li.li5 .sub a{
		display:block;
		margin-right: 0;
	}
	footer ul.footer-ul li .tit span{
		display:block;
		float:right;
		font-size:0.4rem;
	}
	footer .footer-right .f-share{
		text-align:center;
	}
	footer .footer-right .right-fname{
		text-align:center;
	}
	footer ul.ui-bootm{
		margin-top:0.3rem;
		text-align:center;
	}
	footer .foonter-po{
		display:none;
	}
	footer ul.footer-ul li .sub{
		display:none;
		margin-top:0.3rem;
	}
	footer ul.footer-ul li .tit{
		margin-bottom:0
	}
	footer ul.footer-ul li .sub a:nth-last-child(1){
		margin-bottom: 0;
	}
}

@media (max-width: 992px){
	.header-model .heademo-ul li{
		width:100%;
		border-left:0;
		height:auto;
		padding-top:0;
		text-align:left;
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
		margin-top:0.4rem;
	}
	.header-model .heademo-ul{
		width:90%;
		margin:0 auto;
		padding-top:4rem;
	}
	.header-model .heademo-ul li dl dt:after{
		display:none;
	}
	.header-model .heademo-ul li dl dd{
		display:none;
	}
	.header-model .heademo-ul li dl dt{
		margin-bottom: 0.4rem;
		cursor:pointer;
	}
	.bdshare-button-style0-16{
		display:none !important;
	}
    .header-model .heademo-ul li dl dt span{
    	display:block;
    	float:right;
    	color:#fff;
    	font-size:0.4rem;
    	transition:all 0.3s;
    }
    .header-model .heademo-ul li.cur dl dt span{
       transform: rotate(90deg);
    }
}

@media (max-width: 767px){
	header .header{
		height:1rem;
		line-height:1rem;
	}
	header{
		top:0.2rem;
	}
	header .header .open span{
		font-size:0.4rem;
	}
	header .header .open{
		font-size:0.4rem;
		left:auto;
		right:0%;
	}
	header .logo{
		width:80px;
		display:block;
		top:5px;
		left:0;
		transform:translateX(0);
	}
	.header .header-right{
		right:0.8rem;
	}
	.header .header-right .item a{
		font-size:0;
	}
	.header .header-right .item{
		height:1rem;
		line-height:1rem;
		margin-left:0.3rem;
		font-size:0.4rem;
	}
	.header-model .header .hader .logo{
		width:80px;
		height:40px;
	}
	header .logo img{
		display:block;
	}
	header .logo .mask:after{
		top:-8px;
		opacity:0.5;
	}
	.header-model .header .hader{
		height:1rem;
		line-height:1rem;
	}
	.header-model .header .hader .logo .mask{
		height:auto;
	}
	.header-model .header .hader .logo{
		left:0;
		transform:translateX(0%);
	}
	.header-model .header{
		height:1rem;
		line-height:1rem;
		top:0.2rem;
	}
	.w1680{
		width:90%;
		margin-left:5%;
	}
	.header-model .header .closoe{
		font-size:0.4rem;
		right:5%;
		z-index: 100;
		left:auto;
	}
	.header-model .heademo-ul{
		padding-top:1.6rem;
	}
	.header-model .heademo-ul li dl dt a{
		font-size:0.3rem;
	}
	.header-model .heademo-ul li dl dt{
		margin-bottom:0.2rem;
		padding-left:0.2rem;
	}
	.header-model .heademo-ul li{
		margin-top:0.2rem;
	}
	.header-model .heademo-ul li dl dd{
		margin-bottom: 0.2rem;
		padding-left:0.2rem;
	}
	.header-model .heademo-ul li dl dd a{
		font-size:0.28rem;
	}
	footer ul.footer-ul{
		padding-top:0rem;
	}
	footer ul.footer-ul li .tit{
		font-size:0.3rem;
		line-height:0.36rem;
		margin-bottom:.0rem;
	}
	footer ul.footer-ul li{
		margin-bottom:0.2rem;
		margin-top:0.2rem;
	}
	footer ul.footer-ul li .sub a{
		font-size:0.28rem;
		margin-bottom: 0.2rem;
		line-height:0.3rem;
	}
    footer .footer-right .f-share{
    	margin-top: 0;
    }
    footer .footer-right .f-share .share-tit{
    	width:0.8rem;
    	height:0.8rem;
    	margin-left: 0.2rem;
    	line-height:0.8rem;
    }
    footer .footer-right .f-share .share-tit span{
        font-size:0.4rem;
    }
    footer .footer-right .right-fname{
    	font-size:0.24rem;
    	margin-top: 0.3rem;
    	line-height:0.36rem;
    	line-height:0.4rem;
    }
    footer ul.ui-bootm li{
    	font-size:0.24rem;
    	margin-right: 0.2rem;
    }
    footer ul.ui-bootm li span{
    	font-size:0.24rem;
    }
    footer{
    	padding: 1.75rem 0 0.4rem;
    }
}
@media (min-width: 1025px){
	.search-dialog {
    font-size: 18px;
}
}
@media (min-width: 768px){
	   .search-dialog {
    width: 500px;
    padding: 15px 25px;
    border-radius: 30px;
}
.search-dialog input[type=text] {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 90%;
}
.search-dialog input[type=submit] {
    width: 28px;
    height: 28px;
}
}