﻿@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;padding: 0;border: none;}
input::-moz-focus-inner { border: 0; padding: 0;}
pre{
	white-space: unset;
}
* {
    -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*/
.main{
	padding-bottom: 1px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.textOverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textOverflow2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textOverflow3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textOverflow4{
	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;
}
.objectCover,.objectBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.relative{
	position: relative;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.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;
}
.f26{
	font-size: 26px;
}
.f28{
	font-size: 28px;
}
.f30{
	font-size: 30px;
}
.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;
}
.mbt4{
	margin-bottom: 4px;
}
.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;
}
.pic100{
	display: block;
	width: 100%;
}
.halfMo{
	width: 48%;
	float: left;
}
.halfMo:nth-of-type(2n){
	float: right;
}
.textCenter{
	text-align: center;
}
/* header start*/
.headerTop{
	background: url(01-01-head-bg.jpg) center top no-repeat;
	padding-bottom: 140px;
}
.headerTop .functions{
	color: #fff;
	text-align: right;
	padding-top: 16px;
	margin-bottom: 36px;
}
.headerTop .functions span{
	display: inline-block;
	padding: 0 18px;
	line-height: 18px;
	cursor: pointer;
}
.headerTop .functions .border{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.headerTop .logo{
	display: block;
	text-align: center;
}
.headerTop .logo .logoPic{
	display: block;
	margin: 0 auto;
	height: 289px;
}
.headerTop .searchForm{
	display: block;
	float: right;
	width: 292px;
	height: 44px;
	border: 1px solid #6da7dd;
	background: #fff;
	border-radius: 3px;
	position: relative;
	padding-right: 40px;
	margin-right: 40px;
}
.headerTop .searchForm .serachInput{
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 10px;
	line-height: 30px;
	background: none;
}
.headerTop .searchForm .serachSub{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: url(01-01-searchBtn.png) center no-repeat;
}
.header .nav{
	width: 100%;
	height: 60px;
	background: #19518c;
	color: #fff;
}
.header .nav .navList .navItem{
	width: 14.28%;
	float: left;
	text-align: center;
	line-height: 60px;
}
.header .nav .navItem a{
	display: block;
	position: relative;
	height: 60px;
}
.header .nav .navItem .line{
	position: relative;
	width: 0;
	height: 4px;
	background: #eeb763;
}
.header .nav .navItem .line:after{
	display: none;
	content: " ";
	border: 6px solid transparent;
	border-top-color: #eeb763;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -6px;
}
.header .nav .navItem a:hover .line,.header .nav .navItem.active .line{
	width: 100%;
}
.header .nav .navItem a:hover .line:after,.header .nav .navItem.active .line:after{
	display: block;
}
/* header end */
.tabCons .tabCon{
	display: none;
}
.tabCons .tabCon.active{
	display: block;
}
.list .listItem:hover{
	color: #0c318c;
}
.list .listItem:hover .time{
	color: #0c318c;
}
.commonList .comItem a{
	display: block;
	position: relative;
	padding: 5px 140px 5px 20px;
	line-height: 26px;
}
.commonList .comItem a .icon{
	display: block;
	width: 7px;
	height: 7px;
	background: #19518c;
	position: absolute;
	left: 0;
	top: 14px;
}
.commonList .comItem .time{
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}
.commonList .comItem a:hover{
	color: #0c318c;
}
.commonList .comItem a:hover .time{
	color: #0c318c;
}
.moTitle{
	border-bottom: 2px solid #f3f3f3;
	position: relative;
}
.moTitle .tabBar{
	line-height: 50px;
	display: inline-block;
	padding: 0 14px;
	border-bottom: 4px solid transparent;
	position: relative;
	margin-bottom: -3px;
}
.moTitle .tabBar.active{
	border-bottom-color: #19518c;
}
.moTitle .tabBar:after{
	content: ' ';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 15px;
	background: #333;
}
.moTitle .tabBar:last-of-type:after{
	display: none;
}
.moTitle .tabBar.ieStyle:after{
	background: #fff;
}
.moTitle .tabBar:hover{
	color: #19518c;
}
.moTitle .tabBars2{
	float: right;
}
.moTitle .tabBars2 .tabBar{
	padding:0 8px;
	float: left;
	border-bottom: none;
}
.moTitle .tabBars2 .tabBar.active{
	border-bottom: none;
	color: #19518C;
	font-weight: bold;
}
/* footer */
.footer{
	background: #19518c;
	padding-top: 26px;
	padding-bottom: 20px;
}
.footer .box1 .mapLink{
	color: #fff;
	float: left;
	display: block;
	line-height: 40px;
}
.footer .box1 .links{
	float: right;
}
.footer .box1 .linkItem{
	color: #fff;
	width: 256px;
	height: 40px;
	border: 1px solid #287bd3;
	background: #2465a9;
	border-radius: 3px;
	text-align: center;
	position: relative;
	padding-right: 28px;
	padding-left: 10px;
	line-height: 40px;
	float: left;
	margin-left: 36px;
	cursor: pointer;
}
.footer .box1 .linkItem .icon{
	position: absolute;
	right: 10px;
	top: 16px;
	border: 6px solid transparent;
	border-top-color: #fff;
}
.footer .box1 .linkItem .list{
	display: none;
	width: 100%;
	max-height:170px;
	overflow:auto;
	background: #2465a9;
	position: absolute;
	left: 0;
	top: 40px;
}
.footer .box1 .linkItem .list li{
	border-bottom: 1px solid #287bd3;
}
.footer .box2 .text{
	float: left;
	color: #9fc0ea;
	line-height: 1.6;
}
.footer .box2 .text p{
	margin-bottom: 10px;
}
.footer .box2 .otherlink{
	float: right;
	margin: 35px 70px 0 150px;
}
.footer .box2 .text img{
	position: relative;
	top: 4px;
}
.position{
	padding-left: 36px;
	line-height: 26px;
	background: url(01-position.png) no-repeat left center;
}
.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;
}
.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;
}
/* 分页 */
.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: #19518C;
	background: #19518C;
	color: #fff;
}
.page #num{
	display: inline-block;
	width: 32px;
	line-height: 32px;
	height: 32px;
	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: #19518C;
	color: #fff;
	border-color: #19518C;
}