@charset "utf-8";
/* CSS Document 
绿色：#09cc57
蓝色：#35679A
*/
*{margin:0;padding:0;-webkit-tap-highlight-color: transparent;}
body{
	font-family:'microsoft yahei';
	margin:0 auto;
}
a{
text-decoration: none;
color:#333;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
.l{float:left;}
.r{float:right;}
.textcenter{text-align:center;}
li{list-style-type:none;}
em{font-style:normal}
.block{display:block;}
.none{display:none;}
.border3{border-radius:3px;}
.border5{border-radius:3px;}
.mrw10{margin-right:10px;}
.miw10{margin-left:10px;}
.mrw15{margin-right:15px;}
.miw15{margin-left:15px;}
.mrw20{margin-right:20px;}
.mlw20{margin-left:20px;}



#nodata{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:20px auto;
	font:14px/50px 'microsoft yahei';
	color:#999;
	text-align:center;
}
#nodata img{
	display:block;
	margin:0 auto 15px auto;
}
#nodata span{
	display:block;
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	font:14px/24px 'microsoft yahei';
	color:#999;
	text-align:center;
}
#nodata dl{
	display:block;
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	font:14px/24px 'microsoft yahei';
	color:#333;
	text-align:center;
}
#loading{
	display:block;
    position: fixed;
    width:100%;
    height:100%;
    top:0%;
    left:0%;
	z-index:999999;
	/*background: rgba(255,255,255, 0.9);*/
}
#loading .max{
	width:50px;
	height:50px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
}
#loading .max img{
	display:block;
	margin:0 auto;
}
.loadEffect {
	width: 100px;
	height: 100px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-50px 0 0 -50px;
	filter: blur(4px);
}
.loadEffect div{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: load 2.08s linear infinite;
}
.loadEffect div span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3AAC66;
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
@-webkit-keyframes load{
	0%{
		-webkit-transform: rotate(0deg);
	}
	10%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		opacity: 1;
		-webkit-transform: rotate(160deg);
	}
	62%{
		opacity: 0;
	}
	65%{
		opacity: 0;
		-webkit-transform: rotate(200deg);
	}
	90%{
		-webkit-transform: rotate(340deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}

}
.loadEffect div:nth-child(1){
	-webkit-animation-delay:0.2s;
}
.loadEffect div:nth-child(2){
	-webkit-animation-delay:0.4s;
}
.loadEffect div:nth-child(3){
	-webkit-animation-delay:0.6s;
}
.loadEffect div:nth-child(4){
	-webkit-animation-delay:0.8s;
}

#UpdateHint{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto -100px auto;
	position:fixed;
	left:0;
	top:0px;
	z-index:99999999;
	text-align:center;
	display:none;
}
#UpdateHint span{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	padding:20px 30px;
	background: rgba(240,42,26, 0.8);
	font:18px/30px 'microsoft yahei';
	text-align:center;
	color:#fff;
	
}
#UpdateHint .ok{
	font:18px/30px 'microsoft yahei';
	color:#fff;
	background: rgba(18,166,10, 0.8);
}



.maxw{
	max-width:900px;
}
/*显示与隐藏*/
.move{display:block;}

.mw{
	max-width:1560px;
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.ico-topvip{
	background: url('img/tvip1.svg');
	background-size: 32px 32px;	
}
.ico-topvip:hover{
	background: url('img/tvip2.svg');
	background-size: 32px 32px;	
}
.ico-tophelp{
	background: url('img/thelp1.svg');
	background-size: 32px 32px;	
}
.ico-tophelp:hover{
	background: url('img/thelp2.svg');
	background-size: 32px 32px;	
}

header{
	width:100%;
	height:64px;
}
header .hmain{
	width:98%;
	height:64px;
	margin:0 auto;
}
header .hmain .hleft{
	float:left;
	width:16%;
	height:64px;
}
header .hmain .logo{
	display:block;
	float:left;
	height:58px;
	margin-top:3px;
}
header .hmain .logo img{
	height:100%;
}
header .hmain .hright{
	width:84%;
	height:64px;
	float:right;
}
header .hmain .hright .rt{
	float:right;
}
header .hmain .hright a{
	float:left;
	cursor:pointer;
}
header .hmain .hright .userp{
	float:left;
	display:block;
	width:38px;
	height:38px;
	margin:13px 0 0 6px;
	position:relative;
}
header .hmain .hright .userp img{
	height:100%;
	border-radius:29px;
	cursor:pointer;
}
header .hmain .hright .userp .usernav{
	display:none;
	width:180px;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:38px;
	padding-top:16px;
	padding-bottom:10px;
	right:0px; 
	z-index:9999;
}
header .hmain .hright .userp:hover .usernav{
	display:block;
}

header .hmain .hright .userp .usernav .tin{
	width:94%;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	margin:0 auto;
	border-radius:5px;
	box-shadow:0px 0px 5px #ccc;
	padding-bottom:15px;
}
header .hmain .hright .userp .usernav .tin .lobut{
	display:block;
	clear:both;
	width:60%;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#333;
	border: 1px solid #CFCFCE;
	margin:20px 20% 10px 20%;
	border-radius:5px;
	cursor:pointer;
}
header .hmain .hright .userp .usernav .tin .lobut:hover{
	background-color:#09CC57;
	color:#fff;
}
header .hmain .hright .userp .usernav .tin dl{
	display:block;
	float:left;
	width:100%;
	height:1px;
	margin:15px auto 15px auto;
	background-color:#E0E0E0;
}
header .hmain .hright .userp .usernav .tin h2{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	line-height:25px;
	color:#222;
	margin:0 auto 0 auto;
	padding-top:15px;
}
header .hmain .hright .userp .usernav .tin p{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	font-size:12px;
	line-height:22px;
	color:#666;
	margin:0 auto 0 auto;
	font-weight: normal;
}
header .hmain .hright .userp .usernav .tin a{
	display:block;
	width:100%;
	height:42px;
}
header .hmain .hright .userp .usernav .tin a:hover{
	background-color:#EDF3F0;
}
header .hmain .hright .userp .usernav .tin a span{
	display:block;
	width:70%;
	height:42px;
	font-size:14px;
	line-height:42px;
	color:#333;
	margin:0 auto;
}

header .hmain .hright .tbut{
	display:block;
	padding:0 15px;
	height:38px;
	font-size:14px;
	line-height:38px;
	color:#222;
	margin-right:10px;
	margin-top:13px;
	border-radius:3px;
	font-weight: bold;
}
header .hmain .hright .tbut:hover{
	background-color:#eff1f0;
}
header .hmain .hright .bico{
	display:block;
	padding:0 5px;
	height:38px;
	margin-right:10px;
	margin-top:13px;
	overflow:hidden;
	border-radius:3px;
	transition-duration:0.2s;
}
header .hmain .hright .bico i{
	display:block;
	width:32px;
	height:32px;
	margin:3px auto;
}
header .hmain .hright .search{
	width:30%;
	height:48px;
	overflow:hidden;
	padding:0 15px;
	background-color:#F1F3F4;
	float:left;
	margin-top:8px;
	border-radius:3px;
}
header .hmain .hright .search .ico-so{
	display:block;
	width:28px;
	height:28px;
	margin-top:10px;
	background: url('img/sou1.svg');
	background-size: 28px 28px;
	float:left;
}
header .hmain .hright .search:hover .ico-so{
	display:block;
	width:28px;
	height:28px;
	margin-top:10px;
	background: url('img/sou2.svg');
	background-size: 28px 28px;
	float:left;
}
header .hmain .hright .search input{
    border:0;outline:none;
	background-color:transparent;
    color: #222;
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:48px;
    height: 48px;
    transition: background 0.3s ease-in-out;
    width:60%;
	float:left;
	margin-left:15px;
}
header .hmain .hright .search .button {
    -webkit-appearance: none;
    background: #09CC57;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height:32px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
	line-height:32px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    width:60px;
	margin-top:8px;
	float:right;
	transition-duration:0.2s;
	margin-right:-80px;
}
header .hmain .hright .search:hover .button{
	margin-right:0px;
}

nav{
	width:16%;
	height:100vh;
	overflow:hidden;
	float:left;
	position:relative;
}
nav h3{
	display:block;
	width:80%;
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#999;
	font-weight: normal;
	margin:15px auto 15px auto;
}
nav dl{
	width:100%;
	height:1px;
	margin:15px auto 15px auto;
	background-color:#E0E0E0;
}
nav .navlist{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:5px auto 5px auto;
}
nav .navlist a{
	display:block;
	width:80%;
	height:48px;
	padding:0 10%;
	transition-duration:0.2s;
	border-radius: 0 24px 24px 0px;
}
nav .navlist a:hover{
	background-color:#F1F3F4;
}
nav .navlist a i{
	display:block;
	width:20px;
	height:20px;
	margin:14px 15px 0 0;
	float:left;
}
nav .navlist a i.ico-home{
	background: url('img/home.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-yinyue{
	background: url('img/yinyue.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-shoucang{
	background: url('img/shoucang.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-zhuanji{
	background: url('img/zhuanji.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-paihang{
	background: url('img/paihang.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-vip{
	background: url('img/vip.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-xieyi{
	background: url('img/xieyi.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-guanyu{
	background: url('img/guanyu.svg');
	background-size: 20px 20px;
}
nav .navlist a i.ico-lianxi{
	background: url('img/lianxi.svg');
	background-size: 20px 20px;
}
nav .navlist a span{
	display:block;
	float:left;
	line-height:48px;
	font-size:15px;
	color:#333;
}
nav .navlist a:hover span{
	color:#222;
	font-weight: bold;
}
nav .comt{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;
}
nav p{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	padding:0 10%;
	font-size:12px;
	color:#666;
	line-height:24px;
}

.box{
	width:84%;
	height:auto;
	overflow:hidden;
}
.box .left{
	width:76%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:2%;
}
.box .right{
	width:18%;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:20px;
	margin-right:2%;
}
.ht{
	max-width:1560px;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:35px;
	line-height:52px;
	color:#333;
	border-bottom:1px solid #E0E0E0;
	margin:0 auto 30px auto;
	padding:10px 0;
}
.box .copyright{
	max-width:1560px;
	width:96%;
	height:auto;
	overflow:hidden;
	margin:30px auto 10px auto;
	padding-top:10px;
	border-top: 1px solid #E0E0E0;
}
.box .copyright p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	color:#666;
	line-height:24px;
}
.box .copyright p a{
	color:#333;
}

.loginFinm{
	width:100%;
	height:100vh;
	background: rgba(0,0,0, 0.3);
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999;
	display:none;
}
.loginFinm .lfbox{
	width:100%;
	height:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.lr-wrapper{
    width: 800px;
    height: 660px;
    background-color: var(--white-color);
    box-shadow: 0 0 50px var(--wrapper-shadow-color);
    border: 5px solid var(--wrapper-shadow-color);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transform: scale(0.9);
	background-color:#fff;
	margin:0 auto;
}
.forms-area{
	position: relative;
    width:60%;
    height: 640px;
    background-color: transparent;
	margin:10px;
	background-color:#fff;
	border-radius: 5px;
}
.forms-area .btnSubmit{
	display:block;
	width:60%;
	height:60px;
	margin:8% auto 0 auto;
	background-color:#09CC57;
	text-align:center;
	line-height:60px;
	font-size:15px;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
.forms-area .closeSubmit{
	display:block;
	width:60%;
	height:60px;
	margin:4% auto 0 auto;
	background-color:#EAEBEB;
	text-align:center;
	line-height:60px;
	font-size:15px;
	color:#333;
	border-radius:3px;
	cursor:pointer;
}
.forms-area h2{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	font-size:26px;
	color:#222;
	font-weight: normal;
	line-height:40px;
	margin:25px auto 25px auto;
}
.forms-area .txt{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px;
}
.forms-area .wjmm{
	display:block;
	float:left;
	font-size:14px;
	line-height:30px;
	color:#333;
}
.forms-area .input-group{
	position: relative;
    width:80%;
	height:auto;
	overflow:hidden;
    margin: 10px auto;
}
.forms-area .input-group .input-s{
	border:0;outline:none;
	background-color:transparent;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 50px;
    padding:10px 4%;
    transition: background 0.3s ease-in-out;
    width: 92%;
	transition-duration:0.5s;
}
.forms-area .input-group .input-s:focus{
	background-color:#F5F6F7;
}
.forms-area .input-group .input-c{
	border:0;outline:none;
	background-color:transparent;
    border-radius: 2px;
	float:left;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 50px;
    padding:10px 4%;
    transition: background 0.3s ease-in-out;
    width: 40%;
	transition-duration:0.5s;
}
.forms-area .input-group .input-c:focus{
	background-color:#F5F6F7;
}
.forms-area .input-group img{
	display: block;
    width: 160px;
    height: 48px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
}
.forms-area .input-group dl{
	display:block;
	width:90%;
	height:2px;
	background-color:#E7E8E9;
	transition-duration:0.5s;
	float:left;
}
.forms-area .input-group:hover dl{
	width:0%;
}
.forms-area .input-group dd{
	display:block;
	width:10%;
	height:2px;
	background-color:#09CC57;
	transition-duration:0.5s;
	float:left;
}
.forms-area .input-group:hover dd{
	width:100%;
}
.aside-area{
	position:relative;
    width:40%;
    height: 640px;
    border-radius: 5px;
    opacity: 1;
    margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#ffb996;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.aside-area .ctr{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10% 0;
}
.aside-area .ctr img{
	display:block;
	width:100%;
}
.aside-area .ctr p{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}
.aside-area .ctr .but{
	display:block;
	width:60%;
	height:56px;
	text-align:center;
	font-size:18px;
	line-height:56px;
	color:#fff;
	border:2px solid #fff;
	margin:0 auto;
	transition-duration:0.2s;
}
.aside-area .ctr .but:hover{
	background-color:#FF4A00;
}
.aside-area .ctr dl{
	display:block;
	width:70px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	border-radius:3px;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
}
.aside-area .ctr dl:hover{
	background-color:#fff;
	color:#333;
}


.banner{
	width:100%;
	height:auto;
	overflow:hidden;
	min-height:320px;
	background-color:#35679A;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.banner .ctext{
	max-width:1560px;
	width:96%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.banner .ctext h2{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:42px;
	line-height:50px;
	font-weight: normal;
	color:#fff;
}
.banner .ctext p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:26px;
	padding-top:15px;
	font-weight: normal;
	color:#fff;
}
.bannerImg{
	display:block;
	width:100%;
}
.cnnavlsit{
	max-width:1560px;
	width:96%;
	height:56px;
	margin:0 auto;
	border-bottom:1px solid #E0E0E0;
}
.cnnavlsit a{
	display:block;
	padding:0 20px;
	line-height:56px;
	font-size:15px;
	color:#333;
	float:left;
	transition-duration:0.2s;
}
.cnnavlsit a:hover{
	font-weight: bold;
	background-color:#F0F1F3;
	color:#222;
	padding:0 30px;
}
.cnnavlsit a.cur{
	font-weight: bold;
	background-color:#35679A;
	color:#fff;
	padding:0 40px;
}

.pageContent{
	max-width:1560px;
	width:96%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	padding:15px 0;
	font-size:16px;
	line-height:26px;
	color:#222;
}
.pageContent p{
	font-size:16px;
	line-height:26px;
	color:#222;
}
.pageContent img{
	max-width:1560px;
height:auto;
zoom:expression( function(elm)
       {     if (elm.width>1560) 
               {  var oldVW = elm.width; elm.width=1560;             
                   elm.height = elm.height*(1560 /oldVW);        
                }         elm.style.zoom = '1';     
      }
(this));
}


