﻿@charset "utf-8";
/*reset*/
html,body { padding:0px;margin:0px;font: 12px/16px "Microsoft Yahei", "Hiragino Sans GB", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;color: #333; -webkit-text-size-adjust:100%; font-size-adjust:none; -webkit-appearance:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, images, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
abbr, acronym, fieldset, img, input{ border: none;}
q:before, q:after {content: "";}
:focus{outline:none;}
h1, h2, h3, h4, h5, h6{ padding: 0; margin: 0;font-weight: normal;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {	display: block}
ol,ul,li {list-style: none;}
a{ text-decoration:none; cursor:pointer; color:inherit;}
a:hover{text-decoration: none;outline:none;color:inherit;}
a:link{color:inherit;text-decoration:none;}
a:visited{color:inherit;text-decoration:none;}
a:active{color:inherit;text-decoration:none;}
input[type=button]{ cursor:pointer; }
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	word-break: break-all;
}
ul, li {
    padding: 0;
    list-style: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
input {
	outline: none;
}
img {
	border: 0;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
a{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/*common*/
.left{
	float: left;
}
.right{
	float: right;
}
.text-overflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-overflow2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-overflow3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-overflow4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.transiton3s{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.trans{
    -webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.clearfix:before,.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
body .whiteColor{
	color: #fff;
}
.object-cover,.objectBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic-box .objectBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.relative{
	position: relative;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.text-bold{
	font-weight: bold;
}
.mshow{
	display: none;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f21{
	font-size: 21px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.f26{
	font-size: 26px;
}
.f36{
	font-size: 36px;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pbt20{
	padding-bottom: 20px;
}
.pbt40{
	padding-bottom: 40px;
}
.mtp10{
	margin-top: 10px;
}
.mtp20{
	margin-top: 20px;
}
.mtp30{
	margin-top: 30px;
}
.mtp40{
	margin-top: 40px;
}
.mtp60{
	margin-top: 60px;
}
.mbt10{
	margin-bottom: 10px;
}
.mbt20{
	margin-bottom: 20px;
}
.mbt30{
	margin-bottom: 30px;
}
.mbt40{
	margin-bottom: 40px;
}
.mbt50{
	margin-bottom: 50px;
}
.mbt60{
	margin-bottom: 60px;
}
.mbt70{
	margin-bottom: 70px;
}
.cor333{
	color: #333;
}
.cor666{
	color: #666;
}
.cor999{
	color: #999;
}
.corfff{
	color: #fff;
}
.pic100{
	display: block;
	width: 100%;
}
.halfMo{
	width: 48%;
	float: left;
}
.halfMo:nth-of-type(2n){
	float: right;
}
.content p {
   font-size: 14px;
   line-height: 22px;
 }
.content img {
   display: block;
   max-width: 100%;
 }

/* header */
.header .top-box{
	background-image: url(01-head-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 300px;
	background-position: top center;
}
.header .top-box .top-bar{
	line-height: 36px;
	height: 36px;
	margin-bottom: 80px;
}
.header .top-box .top-bar .time{
	display: block;
	float: left;
}
.header .top-box .top-bar .functions{
	float: right;
}
.header .top-box .top-bar .functions span{
	cursor: pointer;
	padding: 0 10px;
}
.header .top-box .top-bar .functions i{
	font-style:normal;
}
.header .top-box .logo-box .logo{
	height: 73px;
	float: left;
}
.header .top-box .search-box{
	float: right;
}
.header .top-box .search-box .search-form{
	display: block;
	width: 320px;
	height: 46px;
	border-radius: 8px;
	background:#fff;
	background: rgba(255,255,255,0.8);
	padding-right: 76px;
	position: relative;
}
.header .top-box .search-box .search-form .serach-input{
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 16px;
	line-height: 34px;
	background: none;
}
.header .top-box .search-box .search-form .serach-sub{
	position: absolute;
	right: 0;
	top: 0;
	width: 76px;
	height: 100%;
	background: #1895df url(01-search-btn.png) no-repeat center center;
	padding: 0;
	border: none;
	border-radius: 0 8px 8px 0;
}
.header .nav-box{
	width: 100%;
	height: 56px;
	background: #fff;
	box-shadow: 3.597px 3.473px 4.85px 0.15px rgba(70, 121, 255, 0.14);
	-webkit-box-shadow: 3.597px 3.473px 4.85px 0.15px rgba(70, 121, 255, 0.14);
	position: relative;
	z-index: 10;
}
.header .nav-box .nav{
	display: block;
}
.header .nav-box .nav .nav-item{
	display: block;
	width: 20%;
	float: left;
	line-height: 56px;
	color: #333;
	text-align: center;
}
.header .nav-box .nav .nav-item span{
	display: inline-block;
	padding: 0 8px;
	position: relative;
}
.header .nav-box .nav .nav-item.active{
	color: #1895df;
	font-weight: bold;
}
.header .nav-box .nav .nav-item.active span::after{
	content: '';
	width: 100%;
	height: 4px;
	background: #1895df;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.header .nav-box .nav .nav-item:hover{
	color: #1895df;
}
.header .nav-box.ie8{
	border-bottom: 1px solid #eee;
}

/* common */
.tab-cons .tab-con{
	display: none;
}
.tab-cons .tab-con.active{
	display: block;
}
.motitle{
	width: 100%;
	border-bottom: 2px solid #f3f3f3;
	height: 42px;
	color: #333;
	line-height: 42px;
	position: relative;
}
.motitle .motitle-name{
	display: inline-block;
}
.motitle .motitle-name span{
	display: block;
	border-bottom: 2px solid transparent;
	line-height: 40px;
	padding: 0 10px;
}
.motitle .motitle-name.active span{
	border-color: #1895df;
	color: #1895df;
}
.motitle .name{
	display: inline-block;
	border-left: 5px solid #1895DF;
	padding-left: 20px;
	font-weight: bold;
	color: #1895DF;
	line-height: 1;
}
.motitle .moTab{
	position: absolute;
	right: 0;
	top: 0;
}
.motitle .moTab .tab-bar{
	display: inline-block;
	padding-left: 6px;
	padding-right: 12px;
	position: relative;
}
.motitle .moTab .tab-bar.active{
	color: #c4000a;
}
.motitle .moTab .tab-bar::after{
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}
.motitle .moTab .tab-bar:last-of-type{
	padding-right: 0;
}
.motitle .moTab .tab-bar:last-of-type::after{
	display: none;
}
.common-list{
	padding-top: 6px;
}
.common-list .list-item a{
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 134px;
	line-height: 35px;
}
.common-list .list-item a::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #e6e6e6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.common-list .list-item .time{
	position: absolute;
	right: 16px;
	top: 0;
}
.common-list .list-item a:hover .title{
	color: #1895DF;
}
.common-list .list-item a:hover .time{
	color: #1895DF;
}
.common-list .list-item a:hover::before{
	background: #1895DF;
}
.right-aside{
	position: fixed;
	right: 3%;
	top: 41%;
	z-index: 100;
}
#a_zwwbClose{
    width: 16px;
    height: 16px;
    left: 66px;
    position: absolute;
    background: url(textclose.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: #999999;
    border-radius: 10px;
}

.right-aside li{
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.right-aside li .icon{
	display: block;
	background: url(01-right-aside-icon.png) no-repeat 0px 0px;
	background-position-x: center;
	padding-top: 55px;
	transition:all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
	-ms-transition: all 0s;
}
.right-aside li .icon.wx{
	background-position-y: -188px;
}
.right-aside li .icon.tt{
	background-position-y: -376px;
}
.right-aside li .ewm-box{
	width: 0;
	height: 150px;
	position: absolute;
	left: -160px;
	top: 0;
	overflow: hidden;
	background: #fff;
}
.right-aside li:hover .ewm-box{
	width: 160px;
	padding-right: 10px;
}
.right-aside li:hover .icon.wb{
	background-position-y: -93px;
	color: rgb(210, 8, 1);
}
.right-aside li:hover .icon.wx{
	background-position-y: -282px;
	color: rgb(210, 8, 1);
}
.right-aside li:hover .icon.tt{
	background-position-y: -470px;
	color: rgb(210, 8, 1);
}
/* footer */
.footer{
	background: #1895df;
	padding: 20px 0 20px;
}
.footer .links .linkItem{
	width: 20.8%;
	height: 42px;
	float: left;
	background: #f4f4f4;
	padding: 0 20px;
	line-height: 42px;
	position: relative;
	margin-right: 5.6%;
}
.footer .links .linkItem:last-of-type{
	margin-right: 0;
}
.footer .links .linkItem::after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	border: 8px solid transparent;
	border-top-color: #666666;
}
.footer .links .linkItem i{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	border: 8px solid transparent;
	border-top-color: #666666;
}
.footer .links .linkItem.noArr::after,.footer .links .linkItem.noArr i{
	display: none;
}
.footer .links .linkItem .name{
	width: 100%;
	height: 42px;
	cursor: pointer;
}
.footer .links .linkItem .list{
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 10;
	width: 100%;
	max-height: 150px;
	overflow: auto;
	background: #f5f5f5;
}
.footer .links .linkItem .list li{
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #e7e7e7;
}
.footer .links .linkItem .list a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .webAbout{
	text-align: center;
	margin: 20px auto;
	padding-right: 40%;
}
.footer .webAbout span{
	padding: 0 15px;
}
.footer .infos{
	position: relative;
	padding-right: 40%;
}
.footer .infos .box span,.footer .infos .box a{
	margin: 0 10px;
}
.footer .infos .box{
	text-align: center;
	width: 100%;
	line-height: 1.8;
}
.footer .infos .icon1{
	position: absolute;
	right: 164px;
	top: -14px;
}
.footer .infos .icon2{
	position: absolute;
	right: 60px;
	top: -22px;
}
/* 分页 */
.page{
	font-size: 12px;
	color: #666;
	line-height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page span,.page a{
	display: inline-block;
	padding: 0 12px;
	border: 1px solid #dce0e0;
	margin: 4px;
}
.page>span{
	border-color: #1895DF;
	background: #1895DF;
	color: #fff;
}
.page #num{
	display: inline-block;
	width: 32px;
	line-height: 32px;
	height: 34px;
	border: 1px solid #dce0e0;
	padding: 0;
	text-align: center;
	color: #666;
	margin: 4px;
}
.page .pageSub{
	display: inline-block;
	line-height: 32px;
	height: 32px;
	border: 1px solid #dce0e0;
	padding: 0 12px;
	cursor: pointer;
	background: none;
	color: #666;
	margin: 4px;
}
.page .pageSub:hover,.page a:hover{
	background: #1895DF;
	color: #fff;
	border-color: #1895DF;
}
/* 当前位置 */
.position{
	padding-left: 32px;
	line-height: 40px;
	background: url(01-position.png) no-repeat left center;
}
/* 通用列表 */
.list-box .box{
	
}
.list-box .left-box{
	float: left;
	width: 22.33%;
	/* background: #f6faff; */
	min-height: 800px;
}
.list-box .right-box{
	float: right;
	width: 77.67%;
	min-height: 800px;
	padding-left: 32px;
	background: #fff;
}
.list-box .left-box .title{
	width: 100%;
	min-height: 60px;
	background: url(06-title-bg.jpg);
	background-size: 100% 100%;
	font-weight: bold;
	line-height: 32px;
	padding: 14px 16px;
	text-align: center;
}
.list-box .left-box .list{
	background: #e3f0ff;
}
.list-box .left-box .list-item{
	width: 100%;
	border-bottom: 1px dashed #0062d1;
	background: #e3f0ff;
}
.list-box .left-box .list-item a{
	display: block;
	width: 100%;
	padding: 5px  9px;
}
.list-box .left-box .list-item span{
	display: block;
	width: 100%;
	border-radius: 6px;
	line-height: 24px;
	padding: 8px 0 8px 20px;
}
.list-box .left-box .list-item.active span{
	background: #1895DF;
	color: #fff;
	font-weight: bold;
}
.list-box .left-box .list-item:last-of-type{
	border-bottom: none;
}
.list-box .left-box .list-item:hover span{
	background: #1895DF;
	color: #fff;
	font-weight: bold;
}
.list-box .right-box .current-title{
	width: 100%;
	height: 40px;
	border-top: 2px solid #1895DF;
	background: #f6faff;
	position: relative;
}
.list-box .right-box .current-title span{
	display: block;
	float: left;
	min-width: 140px;
	background-color: #1895DF;
	color: #fff;
	font-weight: bold;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
}
.list-box .common-list .list-item a{
	margin-top: 13px;
}
/* 附件 */
.attachments {
    display: none;
    font-size: 14px;
    margin-top:20px;
}
.attachments.has {
    display:block;
}
.attachments .attachments-title {
	line-height: 1.5;
	text-indent:0;
}
.attachments .attachments-list {
}
.attachments .attachments-list li {
	padding-left:14px;
}
.attachments .attachments-list a, .attachments .attachments-list a:active, .attachments .attachments-list a:visited {
	color: rgb(70, 129, 175);
}
.attachments .attachments-list a:hover {
	text-decoration: underline;
	color:#ff4000;
}
/* ie8提示 */
.ieNotice{
	display: none;
	background: #fbda39;
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.ieNotice .closeIeNotice{
	width: 50px;
	position: absolute;
	cursor: pointer;
	line-height: 50px;
	font-size: 15px;
	right: 10px;
	top: 0;
	color: #ff7600;
}