@charset "utf-8";
body{position: relative; color:#333333; font-size:16px; font-family:Microsoft YaHei,Simsun,SimHei,Arial; -webkit-text-size-adjust:none;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, textarea, ul{ padding:0; margin:0;}
li, ol, ul{ list-style:none;}
img{ border:none; border:0; max-width:100%;}
a{ text-decoration:none; color:#333333;}
a:focus {outline:none;-moz-outline:none;}
a:hover{color:#1b48a5;}
button, input, select, textarea {font-family: inherit; font-size:0.9375em;}
input:focus, textarea:focus{ outline: none;}
input::-webkit-input-placeholder{color: #cccccc;}


/*layout*/
.body-bg{background: #eef7fe;}
.container{ width:1248px; margin:0 auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-col-space{margin:0 -15px;}
.common-col-space>*{float: left;}
.common-col-space .grid{padding:0 15px;}
.common-col-4 > div{width: 33.33333333%;}
.common-col-6 > div{width: 50%;}
.common-col-space.space60{margin:0 -30px;}
.common-col-space.space60 .grid{padding:0 30px;}
.container.pt{padding-top: 30px;}
.container.pb{padding-bottom: 30px;}
.mb{margin-bottom: 30px;}
.mb15{margin-bottom: 15px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.container-mainBox{background: #fff; padding:20px;}
.color-blue{color: #355e92;}
.color-999{color: #999;}
.fl{float: left;}
.fr{float: right;}
.container > .mainBox{padding:25px; background: #fff;}
.bg-white{background: #fff;}
.ov-h{overflow: hidden;}


/*common*/
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
.header-t a,
.header-t-r .li-icon a:before,
.mainNav li a,
.footer-links .hd ul li a:before,
.common-scrollZtzl .owl-nav div,
.transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgScale{ overflow: hidden; }
.imgScale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgScale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.hover-opacity:hover, .hover-opacity-box a:hover{filter:alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;}
.text-nowrap,
.text-nowrap p,
.text-nowrap a,
.text-nowrap span,
.text-nowrap font
{display:block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.text-nowrap a{display: inline-block; max-width: 100%;}


/***** header *****/
.home-body .header{background-image: url(/2021css/../2021images/home_banner.jpg);}
.header{position: relative; height: 390px; background: url(/2021css/../2021images/banner.png) center top;}
.header-menu{/*width: 478px;*/ width: 328px;height: 50px; margin:0 auto; border-radius: 0 0 50px 50px; -webkit-border-radius: 0 0 50px 50px; background: rgba(17,41,74, 0.4); -webkit-background: rgba(17,41,74, 0.4); text-align: center;}
.header-menu li{display: inline-block; position: relative; height: 50px; color:#fff;}
.header-menu li h4{position:relative; margin-top: 10px; padding: 0 16px;}
.header-menu li h4 a{display: block; width: 30px; height: 30px; background:url(/2021css/../2021images/header_icons.png) no-repeat;}
.header-menu li + li h4:after{content: ''; position: absolute; left: 0; top: 50%; margin-top:-10px; width: 1px; height: 20px; background: #fff; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
.header-menu li h4.arrow a{position: relative; padding-right: 20px;}
.header-menu li h4.arrow a:after{content:''; width: 0; height: 0; position: absolute; right: 0; top:50%; margin-top: -2px; border: transparent solid 5px; border-top-color: #fff; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity:0.7;}
.header-menu li.cn h4 a{background-position:0 0;}
.header-menu li.wap h4 a{background-position:0 -30px;}
.header-menu li.wb h4 a{background-position:0 -60px;}
.header-menu li.wx h4 a{background-position:0 -90px;}
.header-menu li.wza h4 a{background-position:0 -120px;}
/* .header-menu li.on h4 a:after, .header-menu li:hover h4 a:after{transform-origin: center 30%;  transform:rotate(-180deg);} */
.header-menu .drop{position:absolute; top:100%; left:0; width:120px;  z-index:9; display: none;}
/* .header-menu .drop:before{content:''; position:absolute; left:50%; bottom: 100%; margin-left:-7px; display:block;  line-height:0; font-size:0; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:#000; filter:alpha(opacity=30); -moz-opacity: 0.3; opacity:0.3;} */
.header-menu .drop dt{padding: 10px; background: rgba(17,41,74, 0.4); -webkit-background: rgba(17,41,74, 0.4); border-radius:0 0 8px 8px; -moz-border-radius:0 0 8px 8px; -ms-border-radius:0 0 8px 8px; -o-border-radius:0 0 8px 8px; -webkit-border-radius:0 0 8px 8px;}
.header-menu .ewm{margin-left: -10px;}
.header-menu .ewm dt img{display:block; width: 100%;}
.header-menu .ewm dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-menu .lang a{color: #fff; margin: 0 5px;  font-size:14px;}
.header-menu .lang a:hover{text-decoration: underline;}

.header-logo{padding:62px 0 22px;}
.header-logo img{display: block; margin: 0 auto;}
.header-search{ width:496px; margin:0 auto;}
.header-search .ss{position: relative; padding:0 58px 0 20px; background: #fff; background: rgba(255,255,255,0.8); -webkit-background: rgba(255,255,255,0.8); overflow: hidden; border-radius: 25px;}
.header-search .s-txt{width:100%; height:48px; line-height:48px; border:0; color: #666666; background: none;}
.header-search .s-btn{ position:absolute; top: 0; right: 0; width:58px; height:50px; border:0; cursor:pointer; background:url(/2021css/../2021images/header_icon_search.png) no-repeat center center; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search .s-btn:hover{filter:alpha(opacity=80); -moz-opacity: 0.8; opacity:0.8;}
.header-search .s-txt::-webkit-input-placeholder{color: #878787;}
.header-search .hotKey{color: #fff; padding-top: 10px; line-height:28px; padding-left: 20px;}
.header-search .hotKey span{float: left;}
.header-search .hotKey a{float: left; border-radius: 14px; height: 28px; color: #fff; margin: 0 10px;}
.header-search .hotKey a:hover{text-decoration: underline;}

.mainNav{position: relative; z-index: 9; margin-top: -26px; background: url(/2021css/../2021images/mainnav_bg2.png) repeat-x center bottom; box-shadow: 0 3px 3px 0 rgba(0, 45, 113, 0.3); -webkit-box-shadow: 0 3px 3px 0 rgba(0, 45, 113, 0.3); overflow: hidden;}
.mainNav li{float: left; position: relative; width: 14.2857%;}
.mainNav li a{display:block; position: relative; line-height: 70px; font-size: 1.25em; font-weight: bold; text-align:center; color: #b3cef9; }
.mainNav li a:hover, .mainNav li.on a{color: #fff;}
.mainNav .container{position: relative; height: 72px; padding-top: 10px; background: url(/2021css/../2021images/mainnav_c.png) repeat-x center top;}
.mainNav .container:before, .mainNav .container:after{position: absolute; display: block; top: 0; content: ''; width: 40px; height: 82px; background-repeat: no-repeat;}
.mainNav .container:before{left: -40px; background-image: url(/2021css/../2021images/mainnav_l.png);}
.mainNav .container:after{right: -40px; background-image: url(/2021css/../2021images/mainnav_r.png);}

.header-ban-bd{height: 390px; overflow: hidden;}
.header-ban-bd ul, .header-ban-bd ul li{width: 100% !important;}
.header-ban-bd li{height:390px; background-repeat: no-repeat; background-position: center 0;}
.header-main{position: absolute; left: 0; right: 0; top: 0;}

/*footer*/
.footer-links .hd{height: 38px; padding: 10px 0; background: #2461b1;}
.footer-links .hd ul{margin: 0 -10px;}
.footer-links .hd ul li{float: left; width: 16.666667%; text-align: center;}
.footer-links .hd ul li a{position: relative; z-index:5; display:inline-block; margin: 0 10px; padding-right: 25px; color:#fff; height:36px; text-align: center; line-height: 36px;}
.footer-links .hd ul li.hs a:before{content: ''; position: absolute; right:0; top: 50%; margin-top: -3px; width: 12px; height: 7px; background: url(/2021css/../2021images/icon_links.png) no-repeat;}
.footer-links .hd ul li.on a{font-weight: bold; }
.footer-links .hd ul li.on a:before{transform: rotate(-180deg);}
.footer-links .bd{background: #f4f4f4;}
.footer-links .bd ul{padding:15px 0; overflow: hidden; display: none;}
.footer-links .bd ul li{float: left; width: 20%;}
.footer-links .bd ul li h4{padding:5px 0; font-size:1em; font-weight: normal; line-height:1.6em; overflow:hidden; vertical-align:top;}
.footer-links .bd ul li a{color:#666; float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.footer-links .bd ul li a:hover{font-weight: bold;}
.footer{padding:25px 0; background: #618dc4; font-size: 0.9375em; color: #fff;}
.footer a{color: #fff;}
.footer .cont{position: relative; min-height: 135px;padding: 0 282px 0 210px;}
.footer .box{background: #5286c4; height: 135px;}
.footer-wzbs{position:absolute; left: 0; top: 50%; margin-top: -70px;}
.footer-wzbs img{vertical-align: middle;}
.footer-ewm{position: absolute; right: 0; top: 50%; margin-top: -67.5px;}
.footer-ewm .inPad{ padding:20px;}
.footer-ewm img{width: 95px; height: 95px; display: inline-block; vertical-align: middle;}
.footer-ewm img + img{margin-left: 18px;}
/* .footer-nav{float: left; width: 48.4%;} */
.footer-nav{float: left; width: 41%;}
.footer-nav li{float: left; width: 50%;}
/* .footer-contact{float: right; width: 48.4%;} */
.footer-contact{float: right; width: 55%;}
.footer-nav .inPad, .footer-contact .inPad{padding: 13px 25px; line-height: 36px;}

.footer-copyright{ padding: 13px 0; background: #ebebeb; line-height: 24px; text-align: center;}
.footer-copyright .beian{padding-left: 25px; margin-left: 5px; background: url(/2021css/../2021images/beian.png) no-repeat left center;}


/* crumb */
.crumb{background: #f7fafd;}
.crumb h2{ padding:15px 25px 15px 46px; line-height: 20px; font-size:1em; font-weight: normal; background: url(/2021css/../2021images/position.png) no-repeat 10px center;}
.crumb a:hover{color: #335e92;}
.crumb.gray{background: #eeeeee;}
.crumb.gray span{color: #0055c2;}

.common-banner img{display: block; width: 100%;}
.guidang{position: absolute; left: 0; right: 0;  top: 440px;}
.guidang .container{position: relative;}
.guidang .box{position: absolute; right: 2%; width: 278px; height: 104px; background: url(/2021css/../2021images/guidang.png) no-repeat; z-index: 999;}
.guidang span{display: block; padding: 4px 0 0 116px;  color: #c81208; font-size:1.375em; font-weight: bold; transform:rotate(-2deg); 
	-ms-transform:rotate(-2deg); 	/* IE 9 */
	-moz-transform:rotate(-2deg); 	/* Firefox */
	-webkit-transform:rotate(-2deg); /* Safari ºÍ Chrome */
	-o-transform:rotate(-2deg);}

/* tab */
.tab-brief > .hd{border-bottom:#dfdfdf 1px solid; }
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 14px; font-size: 1.125em; color: #666666; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #666;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 2px; background: #0050b5;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a{color: #0046a9;}
.tab-brief > .hd .common-more{padding-top: 8px;}
.tab-brief > .hd.notBorder{border-bottom: none;}

.tab-concise .hd li{float:left; margin-right: 30px; font-size: 1.25em; font-weight: bold;}
.tab-concise .hd li a{color:#999999;}
.tab-concise .hd li.on a{color:#345e92;}

.common-more{float:right; padding-top:8px;}
.common-more a{color:#999;}
.common-more a:hover{color:#345d91;}
.tab-brief .bd > .newsList, 
.tab-card .bd > .newsList{margin-top: 10px;}

.common-title h3{position:relative; display: inline-block; font-size:1.5em; font-weight:bold; color:#0050b5;}
.common-title.iconLeft h3:before{position:absolute; top:50%; left:0; content:""; width:5px; height:22px; margin-top:-11px; background-color:#b20000;}
.common-title h3 a{color:#0050b5;}
.common-title.iconLeft h3{padding-left:20px;}
.common-title.s h3{font-size:1.375em; font-weight: normal;}
.common-title.iconLeft.s h3:before{width: 5px;	height: 18px; margin-top: -9px;}

.brief-title-blue{border-bottom: 1px solid #355e92;}
.brief-title-blue h3{display: inline-block; padding: 0 25px; height: 40px; line-height: 40px; font-size:1.125em; font-weight: normal; color: #fff; background: #355e92;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 30px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card > .hd .more a{font-size: 14px; color: #666666;}
.tab-card > .hd .more a:hover{color: #0046a9;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #0f59a4; margin-left: -8px;}
.tab-card-line > .hd{border-bottom: 1px solid #006eac;}
.tab-card.bgGray{background: #f5f5f5;}


/* newsList */
.newsList{clear: both;}
.newsList h4{position:relative; padding:7px 0 7px 18px; font-size: 1em; font-weight: normal; line-height:26px; overflow:hidden; vertical-align:top;}
.newsList li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -3px; width: 5px; height: 5px; background: #103f9e;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -15px;}
.newsList.twoCol li h4{margin: 0 15px;}
.newsList.LH66 li h4{padding-top: 20px; padding-bottom: 20px;}
.newsList.d6 li h4{padding-left: 26px;}
.newsList.d6 li h4:before{width: 6px; height: 6px;}
.newsList.dr li h4:before{background: #ec0000;}
.newsList.dr li h4 a:hover{color: #ec0000;}
.newsList.dg li h4:before{background: #959595;}
.newsList.line li{border-bottom: 1px solid #eee;}


/* Í¼Æ¬ÂÖ²¥ */
.common-slideTpxw{position:relative; overflow:hidden;}
.common-slideTpxw .item-name{position:absolute; right:0; bottom:0; left:0; z-index:9; padding:0 115px 0 18px; height:46px; line-height:46px; color:#fff; background-color:rgba(0,0,0,.5);}
.common-slideTpxw .owl-dots{position:absolute; bottom:20px; right:20px; z-index:99;}
.common-slideTpxw .owl-dot{float:left; width:6px; height:6px; margin-right:6px; background-color:#fff;}
.common-slideTpxw .owl-dot.active{background-color:#ee4943;}
.common-scrollZtzl .owl-nav div{position: absolute; top: 50%; margin-top: -20px; width: 38px; height: 38px; line-height: 38px; background: #fff; text-align: center; color:#9c9c9c; font-size:1.5em; font-family: "ËÎÌå"; border-radius: 50%; cursor: pointer; box-shadow:0 0 5px rgba(0,0,0,0.08); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.08); border: #f1f1f1 1px solid;}
.common-scrollZtzl .owl-nav i{font-style: normal; font-weight: bold;}
.common-scrollZtzl .owl-prev{left:-55px;}
.common-scrollZtzl .owl-next{right:-55px;}
.common-scrollZtzl .owl-nav.disabled{display: block;}
.common-scrollZtzl .owl-prev:hover, .common-scrollZtzl .owl-next:hover{background: #0150b5; color: #fff; border-color: #0150b5;}
.common-scrollZtzl.snav .owl-nav div{width: 27px; height: 27px; margin-top: -14px; font-size:1em; line-height: 27px;}
.common-scrollZtzl.snav .owl-prev{left:-14px;}
.common-scrollZtzl.snav .owl-next{right:-14px;}

.common-slideOPic{position:relative; overflow:hidden;}
.common-slideOPic .owl-dots{position:absolute; bottom:15px; right:15px; z-index:99;}
.common-slideOPic .owl-dot{float:left; width:6px; height:6px; margin-right:6px; background-color:#fff; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity:0.6;}
.common-slideOPic .owl-dot.active{filter:alpha(opacity=100); -moz-opacity: 1; opacity:0.85;}

.common-scroll-list .pic{overflow: hidden;}
.common-scroll-list img{display: block;}
.common-scroll-list .item h4{height:60px; padding:0 10px; line-height: 60px; text-align: center; font-size: 1.125em; background: #f4f4f4; font-weight: normal;}


/*pagediv*/
.pagediv{padding:20px 0; font-size:15px; color:#555; line-height:28px; text-align:center; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #555;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#2461b1; border-color:#2461b1; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}


/*pages*/
.pages{ clear:both; padding:20px 0; line-height:28px; text-align:center; color:#555; font-size:15px;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current, .pages a:hover{background:#2461b1; border-color:#2461b1; color:#fff; text-decoration:none;}
.pages a.current{font-weight: bold;}

/* ÍâÁ´Ìø×ª */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; line-height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}