﻿@charset "utf-8";
/* CSS Document */

/* banner */
.banner_box{ position: relative; width: 100%;}
.img_a{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:3;border-radius:8px;}
.banner{ width: 100%; padding-top: 360px; position: relative; -webkit-border-radius: 8px;-o-border-radius: 8px;border-radius: 8px;overflow: hidden; }
 
.banner .swiper-container{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.banner .swiper-container .swiper-slide{ height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center;border-radius:8px; }
.banner .swiper-container .swiper-slide .box{ width: 630px; height: 360px; position: absolute; left: 50%; top: 0; margin-left: -585px; z-index: 2;}
.banner .swiper-container .swiper-slide .box .cell{width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.banner .swiper-container .swiper-slide .box .cell .cell2{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}

.banner .swiper-container .swiper-slide .box .tit{ font-size: 36px; line-height: 60px; color: #fff; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.banner .swiper-container .swiper-slide .box .con{ font-size: 16px; line-height: 24px; color: #fff; margin:30px 0;  display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.banner .swiper-container .swiper-slide .box .more{ width: 128px; height: 37px; line-height: 37px; text-align: left; position: relative; background: #EC9F20; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin-bottom:42px; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.banner .swiper-container .swiper-slide .box .more a{ display: block; }
.banner .swiper-container .swiper-slide .box .more span{margin-left: 25px; display: inline-block; color: #fff; font-size: 16px; }
.banner .swiper-container .swiper-slide .box .more img{ position: absolute;  right: 18px; top: 15px; }
.banner .swiper-container .swiper-slide .box .more:hover{ background: #E77411; }
.banner .swiper-container .swiper-slide .box .more.n2{background: #1352AC;}
.banner .swiper-container .swiper-slide .box .more.n2:hover{background: #0F408A;}

.banner .swiper-pagination{  width: 100%; bottom:20px; left: 0;  }
.banner .swiper-pagination-bullet {width: 23px; height: 4px; background: #fff; opacity: 1; margin: 0 3px; border-radius: 4px; filter:alpha(opacity=50);opacity:0.5; }
.banner .swiper-pagination-bullet-active {opacity: 1; background: #fff; width: 23px; border-radius: 4px;  -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }

.banner .swiper-button-next,.banner .swiper-button-prev{ width: 40px; height: 40px; margin-top: 120px; background: none; }
.banner .swiper-button-next .ico,.banner .swiper-button-prev .ico{width: 100%; height: 100%; position: relative; z-index: 5; }
.banner .swiper-button-next .ico:before{content: ""; position: absolute; background: #fff; width: 100%; height: 100%; z-index: 1; filter:alpha(opacity=80);opacity:0.8; border-radius: 50%; -webkit-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear; z-index: -1;}
.banner .swiper-button-prev .ico:before{content: ""; position: absolute; background: #fff; width: 100%; height: 100%; z-index: 1; filter:alpha(opacity=80);opacity:0.8; border-radius: 50%; -webkit-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear; z-index: -1;}
.banner .swiper-button-prev:hover .ico:before{ filter:alpha(opacity=100);opacity:1;}
.banner .swiper-button-next:hover .ico:before{ filter:alpha(opacity=100);opacity:1;}
.banner .swiper-button-prev .ico i{ display: block; width: 100%; height: 100%; background: url(../images/ico_arrow_2.png) no-repeat center; -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
.banner .swiper-button-next .ico i{ display: block; width: 100%; height: 100%; background: url(../images/ico_arrow_2.png) no-repeat center;  -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}

.banner .swiper-button-prev:hover .ico i{ background: url(../images/ico_arrow_2.png) no-repeat center; -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
.banner .swiper-button-next:hover .ico i{ background: url(../images/ico_arrow_2.png) no-repeat center; -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}
.banner .swiper-button-prev{ left: 50%; margin-left: 350px; }
.banner .swiper-button-next{ right: 50%; margin-right: -450px; }





.max1920{
	width: 1300px;
	margin: 0 auto;
}

.bgfff{
	background: #fff;
}

.header{
	position: relative;
	padding: 18px 0;
	margin-bottom: 14px;
	z-index: 2;
	background: #fff;
}

.header .logo{
	float: left;
}

.header .logo .img{
	display: block;
	height: 74px;
}

.header .link{
	float: right;
}

.header .link li{
	float: left;
	height: 74px;
	line-height: 74px;
	padding-left: 20px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 36px;
}

.header .link li a{
	position: relative;
	font-size: 14px;
	color: #333;
}

.header .link li a .qrcode{
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	background: #fff;
	border-radius: 8px;
	padding: 20px 20px 16px;
	width: 120px;
	box-shadow: 0 0 12px rgba(128,128,128,0.2);
}

.header .link li a:hover .qrcode{
	display: block;
}

.header .link li a .qrcode img{
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 12px;
}

.header .link li a .qrcode p{
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 1.4;
}

.header .link li a:hover,
.header .link li a.active{
	color: #f30304;
}

.header .search{
	float: right;
	margin-right: 5px;
	width: 382px;
	height: 48px;
	background: #f8f8f8;
	border-radius: 24px;
	overflow: hidden;
	margin-top: 13px;
}

.header .search .input{
	float: left;
	box-sizing: border-box;
	width: 298px;
	height: 48px;
	padding: 8px 20px 8px 54px;
	background: url(../images/header-search.png) 20px center no-repeat;
}

.header .search .input input{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
}

.header .search .searchBtn{
	float: right;
	width: 84px;
	height: 48px;
	background: #f30304;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-indent: -4px;
}

.nav{
	margin-bottom: 36px;
	border: 1px solid #EBEBEB;
	background: #f8f8f8;
}

.nav li{
	float: left;
	margin-right: 32px;
}

.nav li a{
	position: relative;
	font-size: 20px;
	color: #333;
	display: block;
	height: 64px;
	line-height: 64px;
}

.nav li a:hover{
	color: #f30304;
}

.nav li a.active{
	font-size: 20px;
	color: #f30304;
}

.nav li a.active::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 4px;
	margin-left: -16px;
	background: #f30304;
}

.nav li:last-child{
	margin-right: 0;
}

.footer{
	background: #f8f8f8;
}

.footer .content{
	padding: 76px 0 24px;
}

.footer .content .logo{
	float: left;
	width: 188px;
	margin-right: 60px;
}

.footer .content .link{
	float: left;
}

.footer .content .link dl{
	float: left;
	width: 150px;
	padding-right: 20px;
}

.footer .content .link dl a{
	color: #333;
}

.footer .content .link dt{
	font-size: 18px;
	margin-bottom: 24px;
}

.footer .content .link dd{
	font-size: 14px;
	margin-bottom: 16px;
}

.footer .content .link dd a:hover{
	text-decoration: underline;
	color: #fe0000;
}

.footer .content .qrcode{
	float: right;
	width: 115px;
	margin-right: 64px;
}

.footer .content .qrcode img{
	display: block;
	width: 115px;
	height: 115px;
	margin-bottom: 12px;
}

.footer .content .qrcode p{
	font-size: 14px;
	color: #333;
	text-align: center;
}

.footer .copyright{
	padding: 20px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid #e1e1e1;
}

.rightFixedBtnBox{
	position: fixed;
	bottom: 16px;
	right: 16px;
	background: #e1e1e1;
	z-index: 999;
}

.rightFixedBtnBox a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 15px;
	color: #9c9c9c;
}

.rightFixedBtnBox a i{
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	transition: all .4s ease;
}

.rightFixedBtnBox a .text{
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #c01733;
	text-align: center;
	transition: all .4s ease;
}

.rightFixedBtnBox a .text .inner{
	width: 170px;
	height: 50px;
	line-height: 50px;
}

.rightFixedBtnBox a:hover i{
	color: #fff;
}

.rightFixedBtnBox a:hover .text{
	color: #fff;
	width: 170px;
}

.loginBox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
}

.loginBox.active{
	opacity: 1;
	visibility: visible;
}

.loginBox .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .4s ease;
}

.loginBox.active .mask{
	background: rgba(0,0,0,0.2);
}

.loginBox .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 282px;
	padding: 46px 56px 40px;
	margin-left: -197px;
	margin-top: -214px;
	background: #fff;
	border-radius: 8px;
	transition: all .4s ease;
	transform: scale(0.6);
}

.loginBox.active .inner{
	transform: scale(1);
}

.loginBox .close{
	position: absolute;
	right: 12px;
	top: 4px;
	font-size: 30px;
	color: #9a9a9a;
	font-weight: bold;
	cursor: pointer;
}

.loginBox .close:hover{
	color: #666;
}

.loginBox .logo{
	display: block;
	margin: 0 auto 42px;
}

.loginBox .input{
	background: #f7f7f7;
	border-radius: 5px;
	padding-left: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}

.loginBox .input input{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 6px 0;
	font-size: 15px;
	color: #333;
}

.loginBox .input-verify input{
	float: left;
	width: 154px;
}

.loginBox .input-verify a.btn,.loginBox .input-verify .btn{
	float: right;
	width: 116px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #888888;
	background: #EDEDED;
    padding:0;
}

.loginBox .submitBtn{
	display: block;
	width: 100%;
	height: 44px;
	font-size: 15px;
	color: #fff;
	border-radius: 22px;
	margin-bottom: 18px;
	cursor: pointer;
	background: linear-gradient(to right, #fd3d50, #f30304);
}

.loginBox .tip{
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

.loginBox .tip a{
	color: #227fff;
}

.loginBox .tip a:hover{
	text-decoration: underline;
}

.help {
    margin: 24px 0 100px;
    border: 1px solid #dcdcdc;
    padding: 0 35px 20px 35px;
    color: #999;
    margin-top: 10px;
}

.help .box-title {
    font-size: 20px;
    font-weight: bold;
    color: #F30304;
    border-bottom: 3px solid #a6a6a6;
    padding: 20px 0 12px 0;
    position: relative;
}

.help .box-title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 222px;
    background-color: #F30304;
    height: 3px;
}

.help .help-header {
    float: left;
    width: 222px;
    margin-top: 15px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #dcdcdc;
}

.help .help-header .title {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
}

.help .help-header li {
    border-top: #dcdcdc solid 1px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.help .help-header dt {
    position: relative;
    padding-left: 78px;
    background-image: url(../images/ico.jpg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: 50px 12px;
}

.help .help-header dt a {
    color: #666;
}

.help .help-header dt a:hover {
    color: #e51a45;
}

.help .help-header dt i {
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    right: 55px;
    top: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFAQMAAACtnVQoAAADJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI3RkZCQjc2NjhCMzExRThCMjdCQTc4RUNEMDk2MTNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI3RkZCQjc3NjhCMzExRThCMjdCQTc4RUNEMDk2MTNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjQyNzgxRkY2OEFEMTFFOEIyN0JBNzhFQ0QwOTYxM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjQyNzgyMDA2OEFEMTFFOEIyN0JBNzhFQ0QwOTYxM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5JUXTDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFR3BMkJCPbn8oCgAAAAF0Uk5TAEDm2GYAAAAXSURBVAjXY3jcwFDOwGDHwCDDwMDBAAAaogI99X7rTwAAAABJRU5ErkJggg==);
}

.help .help-header dd {
	display: none;
    border-top: #ccc dashed 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAIAAAByq0inAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyN0ZGQkI3QTY4QjMxMUU4QjI3QkE3OEVDRDA5NjEzQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyN0ZGQkI3QjY4QjMxMUU4QjI3QkE3OEVDRDA5NjEzQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3RkZCQjc4NjhCMzExRThCMjdCQTc4RUNEMDk2MTNBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI3RkZCQjc5NjhCMzExRThCMjdCQTc4RUNEMDk2MTNBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KPfo5wAAABFJREFUeNpiaWxsZEAFAAEGABoSAYh8VbP/AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 6px 1px;
    background-position: 78px 14px;
    font-size: 12px;
}

.help .help-header dd a {
    color: #666;
    padding-left: 105px;
    display: block;
    width: 114px;
}

.help .help-header dd a:hover,
.help .help-header dd a.active {
    color: #e51a45;
}

.help .help-header li.active dt a{
	color: #F30304;
}

.help .help-header li.active dd{
	display: block;
}

.help .help-body {
    margin-top: 15px;
    margin-left: 240px;
    border: 1px solid #dcdcdc;
}

.help .help-body .title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
    border-bottom: 2px solid #a6a6a6;
    color: #535353;
    font-weight: bold;
}

.help .help-body .title:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    background-color: #F30304;
    height: 2px;
}

.help .help-body .content{
    font-size: 12px;
    padding: 15px;
    line-height: 26px;
    margin: 4px 0;
    color: #444;
}




 

































































