@charset "utf-8";
/*CSS 解决页面切换时滚动条出现时跳动问题 start*/
html {overflow-y: scroll;}
:root {overflow-y: auto;overflow-x: hidden;}
::-ms-clear,::-ms-reveal{display:none;}
:focus{outline:0;}
/*CSS 解决页面切换时滚动条出现时跳动问题 end*/

html,body,div,ul,li,dl,dd,dt,a,ol,u,i,b,br,p,span,hr,label,input,select,textarea,button,form,h1,h2,h3,h4,h5,h6,font,strong,em,iframe,img,tr,th,td,q,abbr,acronym{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body{padding:0;margin:0;width:100%;min-width:1200px;font: 14px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif;color:#333;background:#eaecef url(../images/bg.png) no-repeat center top;overflow: hidden;}
input,textarea,select,button{vertical-align:middle;outline:none;font-family:"Microsoft YaHei",微软雅黑;color:#333;}
input.active,textarea.active,select.active,button.active,input.on,textarea.on,select.on,button.on{color:#333;}
textarea{resize:none;}
a{color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());transition: 0.2s color;}
a:focus {outline:none;}
a:hover{color:#cc0001;text-decoration:none;cursor: pointer;}
a:focus{outline:none;}
a img {border:none;}
i,em{font-style: normal;font-weight: normal;}
.no-pointer a:hover{cursor:initial;}

h1,h2,h3{font-weight:normal;}
h1{ font-size:20px;}
h2{ font-size:18px;}
h3{ font-size:16px;}

/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;	margin-top:0;overflow:hidden;}
.clear20{clear:both;font-size:0;line-height:0;height:0; padding:10px 0; overflow:hidden; }
.over{overflow: hidden;}

.left,.fl{float:left;}
.right,.fr{float:right;}

.pr{position:relative;}
.pa{position:absolute;}
ul,li{ vertical-align:middle;}

@-webkit-keyframes tada{
    0%{-webkit-transform:scale(1);}
    10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
    0%{-moz-transform:scale(1);}
    10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}
}
@-webkit-keyframes flipInY{
    0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
    70%{-webkit-transform:perspective(400px) rotateY(10deg);}
    100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}

@-moz-keyframes flipInY{
    0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{-moz-transform:perspective(400px) rotateY(-10deg);}
    70%{-moz-transform:perspective(400px) rotateY(10deg);}
    100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}

/*外链跳转提示*/
.jump-info .btn-group{ text-align: center; padding: 0;}
.jump-info .btn-group .btn{ background:#1C73BB !important; float: none; padding: 0; display: inline-block;}
.ui-dialog-title{ color:#4768a8 !important;}
.ui-dialog-footer button.ui-dialog-autofocus{background-color:#4768a8 !important;border-color: #4768a8 !important;}
a.nolink{ cursor:default !important;}

/*自定义滚动条*/
.slimScrollBar{background:#dedede !important;}
.slimScrollRail{background:#f1f1f1 !important;}

.container {width:1200px !important;margin:0px auto;}
.news-mian{ margin-top:15px;}

/*头部*/
.header-warp{}
.header-top{width: 100%;height: 40px;line-height: 40px;color:#4c4c4c;background:#f8f8f8;border-bottom:1px solid #a5bbce;}
.header-top ul li{float: left;line-height:40px;}
.header-top ul li.line{width:1px;padding:0 8px;}
.header-top ul li a{color: #4c4c4c;}
.top-tianqi{margin:7px 0 0 15px;height:25px;}

.header {width:100%;height:160px; background:url(../images/banner.png) top center no-repeat;}
.header .logo{height:112px;width:686px;margin:40px 0 0 0px;}
.header .img_title{display: none;}
.menu_bg{ width:100%; background:#1572d5;}
.menu{height:50px; width:1200px; margin:0px auto;}
.menu li:first-child{margin-left:10px;}
.menu li{float:left;line-height:80px;width:146px;border-right:1px solid #2e9d5d;    position: relative;}
.menu li:last-child{border-right:none}
.menu li a{font-size:16px;color:#fff;text-align:center;display:block;height:50px;line-height:50px;}
.menu li:hover  a{font-weight: bold;}
/*
.menu li.cur a.a1{background:#fff;color:#1377cc;line-height:50px;}
.menu li.cur i{background: url(../images/home1.png);top: 20px;
left: 8px;}
.menu li:hover i{background: url(../images/home1.png);top: 20px;
left: 8px;}
.menu li:hover  a.a1{background:#fff;color:#1377cc;line-height:50px;}
*/
.menu li:first-child a{}
.chilmenu{  position: absolute;top:50px;width:146px;background:#a80030;z-index:999999;display:none}
.menu li .chilmenu a{display:block;color:#fff;font-size:13px;height:40px;line-height:40px;margin-top:0;margin:0 10px;border-top:1px solid #8d0129;}
.tab{ border-bottom:1px solid #999}
.tab li{float:left;cursor: pointer;color:#000;width:80px;text-align:center;margin:0px; padding:0px; font-size:18px; font-weight:bold; line-height:40px; margin-right:20px;}

.tab li a{color:#000}
.tab .current a{color:#1572d5;border-bottom: 2px solid #1572d5; font-size:18px; font-weight:bold; line-height:40px;}
.tab .current{color:#fff;height: 35px;    background: none;}


/*****搜索****/
.search-box{width: 330px;padding-right:35px;margin-top:40px;}
.head-tel{margin:10px 0 0px 130px;}
.search{padding:0px 15px;height: 40px;background:url(../images/ss-bg.png) no-repeat;}
.search ul li{float:left;height:40px;}
.search ul li.ss1{float:none;margin-right:45px;position:relative;}
.search ul li.ss1 .msg-box{position:absolute !important;bottom:40px !important;left:0 !important;z-index:1000;}
.search ul li.ss2{width:35px;float:right;}
.search .search-keywords{float:left;width:100%;height:26px;line-height:26px;padding:6px 0;background:none;border:0 none;font-size:14px;color:#666;}
.search .search-btn{float:left;width:35px;height:40px;border:0;font-size: 20px;color:#fff;background:url(../images/ss-btn.png) center center no-repeat;}
.search-btn:hover{cursor: pointer;}
.search input:-input-placeholder{color:#999;}
.search input::-webkit-input-placeholder {color:#999;}
.search input:-moz-placeholder {color:#999;}
.search input::-moz-placeholder {color:#999;}
.search input:-ms-input-placeholder {color:#999;}

.hotname{ height:28px; line-height:28px;margin-top:5px;font-size:14px; color:#666; overflow:hidden;}
.hotname span{padding-left:13px; font-size:14px; float:left;}
.hotname ul li{ display:inline; float:left; margin-right:8px;}
.hotname ul li a{color:#666;}
.hotname ul li a:hover{color:#d62525;}

.gxq-ph-label .ph-label{position:absolute !important;left:0px !important;}
.gxq-ph-label .ph-label span{font-weight:normal !important;}
/*****搜索end****/

/****导航****/
.nav-box{height: 62px;background: #1572d5;z-index: 1;}
.nav{padding:0 20px;}
.nav li{float:left;width: 165px;height:62px;line-height:62px; position: relative;}
.nav li a{display:block;height:62px;font-size:18px;color:#fff; text-decoration:none;}
.nav li a span.ico{display:block;float:left;width:31px;height:30px;margin:16px 8px 0 30px;background:url(../images/nav-ico.png) no-repeat left 3px;}
.nav li.num2 a span.ico{background-position: left -59px;}
.nav li.num3 a span.ico{background-position: left -111px;}
.nav li.num4 a span.ico{background-position: left -164px;}
.nav li.num5 a span.ico{background-position: left -216px;}
.nav li.num6 a span.ico{background-position: left -269px;}
.nav li.num7 a span.ico{background-position: left -319px;}
.nav li:hover a,.nav li.on a{background:#085ab0;}

/*footer*/
.footer{width: 100%;background: #202225;font-size: 16px;padding:30px 0;color:#fff;}
.footer a{color:#fff;}
.footer a:hover{color:#1572d5;}
.footer .fotnav{height: 24px; line-height: 24px; text-align: center;}
.footer .fotnav em{font-style: normal;display:inline-block;width:1px;padding:0 8px;}
.footer .fotcon{ line-height: 30px;padding:20px 360px 0 30px;position: relative;}
.footer .fotcon span{ padding:0 3px;}
.footer .fotcon .dzjg,.footer .fotcon .jiucuo{ position: absolute;}
.footer .fotcon .jiucuo{right: 160px; top: 32px; width: 110px; height: 55px;}
.footer .fotcon .dzjg{right: 300px; top: 20px; width: 80px; height: 80px;}
.footer .fotcon img.gaj{vertical-align: middle; padding-right: 0.5em;margin-top:-3px;}

/*公共标题*/
.tab-title01{width: 100%;height: 50px;border-bottom: 1px solid #999;}
.tab-title01 ul li{float:left;position: relative;margin-left:30px;}
.tab-title01 ul li.first{margin-left:0;}
.tab-title01 ul li a{display: block;height:49px;line-height:49px;text-align:center;font-size: 18px;color:#4c4c4c;font-weight:bold;text-decoration: none; float:left;}
.tab-title01 ul li.active a{color:#1572d5;border-bottom: 2px solid #1572d5;}
.tab-title01 ul li.wlwz{float: right; padding-left: 42px; background: url("../images/sprites_03_03.png") left center no-repeat;}
.tab-title01 ul li.wlwz a,.tab-title01 ul li.wlwz a:hover{color:#1572d5;}

.tab-title02{width: 100%;height:35px;}
.tab-title02 ul li{float:left;position: relative;margin-left:5px;}
.tab-title02 ul li.first{margin-left:0;}
.tab-title02 ul li a{display: block;height:35px;line-height:35px;padding:0 26px;border-radius:30px;font-size: 20px;color:#4c4c4c;font-weight:bold;text-decoration: none;}
.tab-title02 ul li.active a{color:#fff;background:#1572d5;}
.tab-title02 ul li.tit a{color:#fff;background:#1572d5;}

.copyright{ background:#121316; color:#fff; font-size:12px;}
.copyright a{color:#fff;}
/*公共列表*/
.tab-list{display:none;}
.tab-list.active{display:block;}

.news-list{padding-top:10px;overflow: hidden;}
.news-list li{height:42px;line-height: 42px;padding-left: 20px;font-size:16px;color:#4c4c4c;background: url(../images/dot-blue.png) left center no-repeat; vertical-align:bottom;overflow:hidden;}
.news-list li .date{float:right;color:#999;}
.news-list li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news-list li:hover{background-image:url(../images/dot-red.png); }
.news-list li:hover a{color:#cc0001;}
.news-list li img{float: left;padding-top:15px;}

.listgk{padding:10px 0;}
.listgk li{height:34px;line-height:34px;vertical-align:bottom;padding:0 0px 0 16px;background:url(../images/dot.png) 0 center no-repeat;overflow:hidden;position:relative; font-size: 16px;}
.listgk li .date{display:block;float:none;position:absolute;right:0;top:0;color:#999;white-space:nowrap; font-size: 14px;}
.listgk li .col-block{float:left; max-width: 100%; display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.listgk li .title{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; float: none; margin-right: 0;}
.listgk li .explain-list,.listgk li .policy-list{display:block;float:right;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;}
.listgk li .explain-list .split-line,.listgk li .policy-list .split-line{padding: 0 0px 0 3px;color:#666;font-size:14px;}
.listgk li .explain-list a,.listgk li .policy-list a{display:inline;color:#dd3a3a;float:none;background:none;max-width:none;padding:0;margin:0;}
.listgk li .explain-list a:hover,.listgk li .policy-list a:hover{color: #dd3a3a;}

/*分页*/
.pagination{clear:both;width:100%;text-align:center;margin:0;padding:15px 0;line-height:28px;font-size:14px;font-family:"Microsoft YaHei",微软雅黑;}
.pagination a,.pagination span{display:inline-block;border:1px solid #d9d9d9;color:#666;margin:3px;padding:0 10px;text-decoration:none;white-space:nowrap;height:28px;}
.pagination a:hover{background:#4768a8;border:1px solid #4768a8;color:#fff !important;}
.pagination a.active{border:1px solid #4768a8;color:#fff;}
.pagination span.current,.pagination span.current:hover{background:#4768a8;border:1px solid #4768a8;color:#fff;}
.pagination span.disabled,.pagination span.disabled:hover{border:1px solid #d9d9d9;color:#666;background:#eee;}
.pagination a.text,.pagination a.text:hover{color:#fff;background:#4768a8;border:#4768a8 1px solid;cursor:text;}
.pagination a.pagemore,.pagination a.pagemore:hover{color:#666;background:#fff;border:1px solid #fff;cursor:text;padding:0 3px;}
.pagination .inputBar{border:0;height:28px;padding:0 6px;}
.pagination .total{border:0;height:28px;padding:0;}
.pagination .inputBar input{width:40px;height:24px;line-height:24px;padding:2px 5px;border:#ccc 1px solid;margin:-4px 3px 0;*margin:-4px 3px 0;_margin:-4px 3px 0;background:#eee;vertical-align:middle;}
.pagination .go-page{width: 40px;height: 30px;line-height: 22px;padding: 2px 5px;border: #4768a8 1px solid;margin: -5px 6px 0 3px;_margin: -5px 3px 0;background: #4768a8;vertical-align: middle;color: #fff;}

/***漂浮***/
.j-float{position:relative;z-index:999;display:none;}
.j-float .img_title{display:none;}
.j-float .float-close{position:absolute;width:43px;height:11px;right:0;top:-20px;}
.j-float .float-close img{cursor:pointer;}

/*左右悬浮窗口*/
.ind-left-xf { position: fixed; z-index: 1000;  left: 0;bottom:0;z-index: 9999; }
.ind-left-xf ul li{ margin-bottom: 5px;}
.ind-left-xf ul li .img_title{display:none;}
.ind-right-xf { position: fixed; z-index: 1000;  right: 0;bottom:0;z-index: 9999; }
.ind-right-xf ul li{ margin-bottom: 5px;}
.ind-right-xf ul li .img_title{display:none;}
.couplet-close{ cursor: pointer; padding-bottom: 5px;}

/*左右悬浮窗口*/
.j-couplet{}
.j-left{width:145px;position:fixed;_position:absolute;left:0;top:170px;_top:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,100)||0)-(parseInt(this.currentStyle.marginBottom,100)||0)));margin-top:-2px;_margin-top:-2px;z-index:1000;}
.j-right{width:40px;position:fixed;_position:absolute;left:50%; top:300px;margin-left:650px; _top:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,100)||0)-(parseInt(this.currentStyle.marginBottom,100)||0)));margin-top:-2px;_margin-top:-2px;z-index:1000;}
.j-left ul li .img_title,.j-right ul li .img_title{ display:none;}
.j-left ul li,.j-right ul li{ margin-top:2px;}
.couplet-close{ cursor:pointer;}

/***右侧悬浮***/
.slidebox{width: 60px;height:auto;padding-bottom:10px;position: fixed; _position: absolute; right: 0px;top: 260px;_top: auto; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,100)||0)-(parseInt(this.currentStyle.marginBottom,100)||0))); /*margin-top: -2px; _margin-top: -2px;*/ z-index: 999;}
.slidebox .couplet-close{display: block;width: 82px;height: 32px;margin-top:10px;cursor: pointer;}
.slidebox dl dd{width:60px;height:60px;background:#1572d5;margin-bottom: 1px; position: relative;}
.slidebox dl dd>a{display: block;height:59px;padding-top: 1px;text-align: center;line-height:20px;color:#fff;}
.slidebox dl dd>a>img{display:block;width:28px;height:28px;margin:5px auto 0;}
.slidebox dl dd>a>img:hover {-webkit-animation: tada 1s .3s ease both;-moz-animation: tada 1s .3s ease both;}

.web_area{ position: absolute; top:0px;right:60px;padding-right: 9px;text-align: center;display: none;z-index: 1;}
.web_area .jt{display:block;width:9px;height:16px;background:url(../images/right-jt.png);position: absolute; top:50%;right:1px;margin-top:-8px;}
.web_area ul{padding: 10px;background: #fff;border: 1px solid #ddd;}
.web_wx{top:-46px;}
.web_wx li .img_title{display: none;}
.web_tel{top:0px;width:125px;}

@media print{

   a[href]:after {
        content: none!important;
   }
.top,.header-warp,.footer-warp,.position,.wzbot1{ display:none;}
}


