/*
 * 说明：
 * 1. z-index: 头部 100，底部 200，菜单 11*，提醒 9**，弹窗 8**
 */

/*-----------------[初始化]--------------*/
*, :after, :before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0 !important; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
table { border-collapse: collapse; border-spacing: 0; }
body {min-width: 1280px; color: #333333; background: #fff; font: 14px/1.5 "Microsoft Yahei", "Arial",sans-serif; outline: 0;}
a {color: #333;text-decoration: none;}
a:hover { color: inherit; }
img { max-width: 100%; border: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
em, i { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }

input, textarea, select { font-size: 14px; color: #333333; font-family: "Microsoft Yahei", sans-serif; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.false:focus { border: 2px solid #ff1531; background: #fff; }

::-webkit-input-placeholder { color: #D7D7D8; }
::-moz-placeholder { color: #D7D7D8; }
::-ms-input-placeholder { color: #D7D7D8; }
/* 去掉 IE10+ 密码框默认小眼睛、输入框 X */
::-ms-clear, ::-ms-reveal { display:none; }

.fix { *zoom: 1; }
.fix:after, .fix:before { display: block; content: ""; height: 0; clear: both; }
.c { clear: both; }
/* 可以用于选项卡 */
.dn{display: none;}
.db{display: block;}

.col-l,.l { float: left; }
.col-r,.r { float: right; }

.ani { -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

/*无选中效果*/
.unselect { -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; }

/*布局*/
.wp { width: 98%; max-width: 1200px; margin: 0 auto; }
.wp2 { width: 98%; max-width: 1080px; margin: 0 auto; }
body{
	padding: 14% 0 0;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;background-size: cover;
}
.body2{
	padding: 0;
	height: auto;
}
.logo{
	position: fixed;
	top: 0;
	left: 52px;
	z-index: 800;
}
.login-txt{
	text-align: center;
	margin-bottom: 90px;
}
.form-login{
	position: relative;
	width: 1124px;
	height: 130px;
	padding: 38px 0 0 54px;
	background: linear-gradient(0deg, #EE382D, #E7837D);
	box-shadow: 0px 7px 23px 0px rgba(163, 163, 163, 0.35);
	border-radius: 4px;
	margin: 0 auto;
}
.form-login .inp{
	font-size: 16px;
	width: 236px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 196px center;
	background-color: #ffffff;
	box-shadow: 0px 7px 23px 0px rgba(163, 163, 163, 0.35);
	border-radius: 4px;
	padding: 0 20px;
	border: 1px solid #ff9c00;
	margin-right: 22px;
}
.form-login .inp.user{
	background-image: url(../images/icon-user.png);
}
.form-login .inp.pwd{
	background-image: url(../images/icon-pwd.png);
}
.form-login .inp.code{
	width: 218px;
}
.form-login img{
	position: absolute;
	left: 705px;
	top: 42px;
	width: 82px;
	height: 40px;
}
.form-login .submit{
	font-size: 16px;
	color: #ffffff;
	width: 137px;
	height: 49px;
	background: #FF9C00;
	border: 1px solid #ff9c00;
	box-shadow: 0px 0px 12px 0px rgba(151, 151, 151, 0.35);
	border-radius: 4px;
	cursor: pointer;
}
.label-pwd{
	cursor: pointer;
	margin-right: 20px;
}
.label-pwd input{
	position: absolute;
	left: -9999px;
}
.label-pwd span{
	font-size: 16px;
	color: #ffffff;
	padding-left: 36px;
	background: url(../images/icon-checkbox.png) no-repeat left center;
}
.label-pwd input:checked + span{
	background-image: url(../images/icon-checkbox_on.png);
}
.footer{
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.welcome{
	position: fixed;
	top: 30px;
	right: 52px;
	font-size: 18px;
	color: #2a2a2a;
}
.nav{
	position: fixed;
	top: 110px;
	right: 52px;
}
.nav li{
	position: relative;
	float: left;
	margin-left: 10px;
}
.nav li > a{
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #050505;
	padding: 0 10px;
	border-bottom: 4px solid transparent;
}
.nav .con{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 10px;
	background: #ffffff;
}
.nav .con a{
	display: block;
	height: 30px;
	line-height: 29px;
	border-bottom: 1px solid #c6c5c5;
	text-align: center;
	margin-bottom: 12px;
}
.nav .con a:hover{
	color: #ee382d;
	border-bottom-color: #EE382D;
}
.nav li.on > a,
.nav li > a:hover{
	color: #ee382d;
	border-bottom-color: #EE382D;
}
.nav li:hover .con{
	display: block;
}
.form-so{
	position: relative;
	width: 1194px;
	height: 130px;
	background: linear-gradient(0deg, #EE382D, #E7837D);
	box-shadow: 0px 7px 23px 0px rgba(163, 163, 163, 0.35);
	border-radius: 12px;
	margin: 0 auto;
	padding: 32px 0 0 50px;
}
.form-so .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 60px;
	color: #ffffff;
	margin-right: 32px;
}
.form-so .box{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 948px;
	height: 60px;
	background-color: #fff;
	border-radius: 2px;
}
.m-select{
	position: absolute;
	top: 0;
	left: 0;
}
.m-select .show{
	font-weight: bold;
	font-size: 16px;
	color: #030303;
	width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-align-last: center;
	border: 0;
	background: url(../images/icon-sel.png) no-repeat 100px center;
	cursor: pointer;
}
.m-select .opt{
	display: none;
	background-color: #fff;
	padding: 2px;
}
.m-select .opt li{
	font-size: 16px;
	color: #000000;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.m-select .opt li:hover{
	background: #EE382D;
	color: #ffffff;

}


.form-so .box:before{
	content: '';
	position: absolute;
	left: 138px;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #EE382D;
	z-index: 2;
}
.form-so .box:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 110px;
	background: linear-gradient(0deg, #FF7200, #FEA660);
}
.form-so .box .inp{
	display: block;
	width: 100%;
	height: 60px;
	border: 0;
	padding: 0 10px 0 160px;
}
.form-so .box .inp::-webkit-input-placeholder { color: #939292; }
.form-so .box .inp::-moz-placeholder { color: #939292; }
.form-so .box .inp::-ms-input-placeholder { color: #939292; }
.form-so .box .so{
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 60px;
	border: 0;
	background: transparent url(../images/so.png) no-repeat 18px center;
	border-radius: 0px 2px 2px 0px;
	padding-left: 20px;
	font-size: 22px;
	color: #ffffff;
	z-index: 3;
	cursor: pointer;
}
.so-checkbox{
	padding: 6px 0 0 128px;
}
.so-checkbox label{
	cursor: pointer;
	margin-right: 28px;
}
.so-checkbox label input{
	position: absolute;
	left: -9999px;
}
.so-checkbox label span{
	font-size: 11px;
	color: #ffffff;
	padding-left: 18px;
	background: url(../images/icon-checkbox2.png) no-repeat left center;
}
.so-checkbox label input:checked + span{
	background-image: url(../images/icon-checkbox2_on.png);
}
.so-link{
	position: absolute;
	top: -50px;
	left: 176px;
	right: 50px;
	z-index: 2;
	line-height: 50px;
}
.so-link a{
	font-weight: bold;
	float: left;
	color: #010101;
	margin-right: 20px;
}
.so-link a.high{
	float: right;
	font-size: 20px;
	color: #ee382d;
}

/*高级搜索*/
.header{
	height: 88px;
	background: #f5f5f5;
}
.logo2{
	float: left;
	line-height: 88px;
}
.logo2 img{
	display: inline-block;
	vertical-align: middle;
}
.ban{
	height: 449px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;background-size: cover;
}
.cur{
	height: 52px;
	line-height: 52px;
	background: #EDEDED;
	color: #999999;
}
.cur .box{
	padding-left: 30px;
	background: url(../images/cur.png) no-repeat left center;
}
.cur .box a{
	color: #999999;
}
.cur .box a:hover{
	color: #e8320d;
}
.header .nav{
	float: right;
	position: static;
	border-left: 1px solid #EEEEEE;
}
.header .nav li{
	border-right: 1px solid #EEEEEE;
	margin-left: 0;
	/*width: 134px;*/
	padding: 0 12px;
}
.header .nav li > a{
	font-size: 16px;
	line-height: 84px;
	text-align: center;
}
.form-so2{
	padding: 36px 0 60px;
}
.form-so4{
	padding: 36px 0 60px;
}
.form-so4 .submit{
	font-size: 23px;
	color: #ffffff;
	width: 125px;
	height: 49px;
	background: #E8320D;
	border: 0;
	border-radius: 8px;
    //margin-left: 235px;
	cursor: pointer;
}
.form-so2 ul li{
	font-weight: bold;
	font-size: 15px;
	color: #191e1e;
	margin-bottom: 20px;
}
.form-so2 ul li span{
	display: inline-block;
	width: 215px;
	text-align: right;
	margin-right: 20px;
}
.form-so2 ul li span em{
	color: #d90e0e;
}
.form-so2 ul li input{
	width: 221px;
	height: 26px;
	border: 1px solid #E7E7E7;
	padding: 0 4px;
	margin-right: 6px;
}
.form-so2 .submit{
	font-size: 23px;
	color: #ffffff;
	width: 125px;
	height: 49px;
	background: #E8320D;
	border: 0;
	border-radius: 8px;
	margin-left: 235px;
	cursor: pointer;
}
.form-so3{
	padding: 0 0 45px;
}
.form-so3 ul{
	overflow: hidden;
}
.form-so3 ul li{
	font-weight: bold;
	float: left;
	font-size: 17px;
	margin-right: 25px;
}
.form-so3 a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background: #EBEBEB;
	margin-left: 5px;
}
.form-so3 a:hover{
	color: #E8320D;
}
.form-so3 a.on{
	background-color: #3878DC;//#E8320D
	color: #ffffff;
}
.form-so3 .result{
	font-size: 16px;
	color: #d7d7d8;
	padding: 8px 0 0;
}
.form-so3 .result em{
	margin: 0 10px;
}
.form-so3 .result span{
	color: #e8320d;
}
.form-so3 input{
	font-size: 17px;
	width: 240px;
	height: 25px;
	border: 1px solid #EBEBEB;
	padding: 0 9px;
	margin-left: 24px;
}
.z-list1{
	padding: 0 0 55px;
}
.z-list1 li{
	position: relative;
}
.z-list1 li a{
	font-weight: bold;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	display: block;
	font-size: 15px;
	color: #3878dc;
	padding-right: 200px;
}
.z-list1 .time{
	position: absolute;
	top: 0;
	right: 0;
	color: #666666;
}
.z-list1 p{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	color: #666666;
}
.z-tit1{
	font-size: 18px;
	margin-bottom: 16px;
}
.z-tit1 em{
	display: inline-block;
	font-size: 13px;
	width: 38px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background: #3878DC;
	color: #ffffff;
	//margin-right: 7px;
}
.z-tit1 span{
	font-weight: bold;
	color: #e8320d;
}

.z-tit2{
	display: block;
	font-size: 18px;
    line-height: 28px;
	margin-bottom: 8px;
	color: #212121;
}
.z-tit3{
	display: block;
	font-size: 25px;
	margin-bottom: 8px;
	color: #2579e2;
}
.z-tit2:hover{
	color: #3878dc;
}
.z-tit2 em{
/*	display: inline-block;
	//font-size: 13px;
	//width: 79px;
	//height: 29px;
	line-height: 29px;
	text-align: center;
	background: #E8320D;//#3878DC;
	color: #ffffff;
	//margin-right: 7px;*/
	color: #d23939;
}
.z-tit2 span{
	font-weight: bold;
	color: #e8320d;
}

}
.z-list2{
	padding: 0 0 50px;
}
.z-list5{
	padding: 0 0 50px;
}
.z-list2 li{
	margin-bottom: 38px;
}
.z-list5 li{
	margin-bottom: 38px;
}
.z-list2 p{
/*	font-size: 13px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
	max-height: 120px;
	margin-bottom: 16px;*/
	color: #333;
    line-height: 24px;
    margin-bottom: 22px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.z-list5 p{
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	//overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
	max-height: 120px;
	margin-bottom: 16px;
}
.z-list2 p em{
/*	display: inline-block;
	line-height: 29px;
	text-align: center;
	background: #E8320D;//#3878DC;
	color: #ffffff;
	//margin-right: 7px;*/
	color: #d23939;
}
.z-list2 .bot{
	position: relative;
	font-size: 13px;
}
.z-list2 .bot a{
	color: #579c6d;
}
.z-list2 .bot a em{
	color: #3878dc;
	margin-right: 15px;
}
.z-list2 .bot .time{
	position: absolute;
	right: 30%;
	color: #666666;
}
.pages{
	text-align: center;
	margin-bottom: 76px;
}
.pages ul{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.pages ul li{
	float: left;
	margin: 0 4px;
}
.pages ul li a{
	font-weight: bold;
	display: block;
	font-size: 15px;
	color: #000000;
	padding: 0 15px;
	height: 31px;
	line-height: 31px;
	background: #F1F1F1;
	border-radius: 5px;
}
.pages .inp{
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 33px;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
	text-align: center;
}
.pages button{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #000000;
	width: 54px;
	height: 33px;
	background: #f1f1f1;
	border: 0;
	cursor: pointer;
}
.pages ul li a:hover{
	color: #d1484a;
}
.pages ul li.on a{
	background: #D1484A;
	color: #ffffff;
}
.footer2{
	height: 76px;
	line-height: 76px;
	background: #444444;
	color: #ffffff;
	text-align: center;
}
.footer2 span{
	margin-left: 10px;
}




@media only screen and (max-width: 1399px){
	.logo{
		max-width: 300px;
	}
	.nav{
		top: 90px;
	}
	.footer{
		bottom: 20px;
	}
	.login-txt{
		margin-bottom: 60px;
	}
}
