﻿/* html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;box-sizing: border-box;}
body{background:#fff;color:#333;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;}
dl,dt,dd{margin: 0;}

.w11{width: 1200px; margin: 0 auto;}
.header{padding: 20px 0;background: url(../images/bg_1.png) no-repeat top center,#FFFFFF;}
.header_nav{zoom: 1;}
.header_nav:after{display: block;content: '';clear: both;}
.header_nav_fl{float: left;width: 57%;}
.header_nav_fl img{max-width: 100%;}
.header_nav_fr{float: right;width: 40%;margin-top: 14px;position: relative; zoom: 1;}
.header_nav_fr:after{display: block;content: '';clear: both;}
.header_nav_search{float: left;width: 58%;margin-top: 10px; zoom: 1;}
.header_nav_search:after{display: block;content: '';clear: both;}
.header_nav_search input:nth-child(1){border: 1px solid #eeeeee;outline: none;width: 195px;height: 40px;padding: 0 10px;font-size: 14px;color: #333333;float: left;}
.header_nav_search input:nth-child(2){border: none;outline: none; width: 65px;height: 40px;background: #014f99;font-size: 16px;color: #FFFFFF;text-align: center;line-height: 40px;cursor: pointer;}
.header_nav_fr ul{float: left;width: 42%; zoom: 1;}
.header_nav_fr ul:after{display: block;content: '';clear: both;}
.header_nav_fr ul li{float: left;text-align: center;width: 33.333%;position: relative;}
.header_nav_fr ul li p{font-size: 12px;
    color: #333333;
    width: 100%;
    display: block;
    text-align: center;}
.ewm{position: absolute;top: 100%;left: 0; width: 90px;height: 90px;background: #fff;text-align: center;line-height: 90px;z-index: 666;display: none;transition-duration: 0.5s;}
.header_nav_fr ul li:hover .ewm{display: block;}
.pic img{border-radius: 50%;transition-duration: 0.5s;}
.pic img:hover{-moz-box-shadow:4px 5px 9px #BFBFBF; -webkit-box-shadow:4px 5px 9px #BFBFBF; box-shadow:4px 5px 9px #BFBFBF;}
.header_language{position: absolute; width: 145px;height: 30px;line-height:30px; text-align: center;z-index: 2;right: 24px;top: -34px;}
.header_language a{color: #FFFFFF;margin: 0 5px;font-size: 16px;}
.header_language:after{display: block;content: "";position: absolute;left: 43%;top: 8px; width: 1px;height: 16px;background: rgba(255,255,255,0.5);}
.header_notice{position: absolute;width: 90px;height: 30px;font-size: 14px;color: #fff;text-align: center;line-height:30px;z-index: 2;right: -64px;top: -32px;}


/*小屏导航*/
.xs-top{display: none;}
.mobile-inner-nav a{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}  
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 50px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-inner img{ width: 100%;}
.mobile-inner p{ color: #676767; line-height: 25px; font-size: 16px; padding-bottom: 30px; padding-right: 30px;  padding-left: 30px; margin:0px;}
.mobile-inner-header{width: 100%; height: 50px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner{}
.mobile-inner-header-icon{color: #ffffff; height: 50px; font-size:25px; text-align: center; float:right; width: 50px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 15px) / 2); top: calc((100% - 5px) / 2); width: 25px; height: 3px; background-color: #0a58a0;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background-color: rgba(0,0,0,0.8); width: 100%; position: absolute; top: 50px;left: 0px; padding-top: 30px; padding-bottom: 30px;display: none;}
.mobile-inner-nav a{ display: inline-block; line-height: 40px; text-decoration: none; width: 85%; margin-left: 5%; color: #FFFFFF; border-bottom: solid 1px rgba(255,255,255,0.3); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight:300;}
.mobile-inner-nav a:hover{ color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2);}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
/*菜单结束*/
.mobile_search{display: none;}

.home_list{background: #014f99;}
.home_list ul{zoom: 1;}
.home_list ul:after{display: block;content:'';clear: both;}
.home_list ul li{float: left;padding: 0 30px;position: relative; width:12.5%; text-align:center;}
.home_list ul li dl{position: absolute;width: 100%;left: 0;top: 50px;z-index: 666;display: none;}
.home_list ul li dl dd{background: #014f99;text-align: center;}
.home_list ul li:hover dl{display: block;}
.home_list ul li dd:hover>a{opacity: 0.7;}
.home_list ul li a{font-size: 16px;color: #FFFFFF;font-weight: bold;line-height: 50px;letter-spacing: 3px;}
.home_list ul li dd a{letter-spacing: 1px;font-size: 15px;line-height: 45px;}
.home_list ul li:not(:last-child):after{display: block;content: '';width: 6px;height: 17px;background: url(../images/i3.png) no-repeat;position: absolute;right: -3px;top: 16px;}
.home_list ul li:hover>a{opacity: 0.7;}

.home_banner{margin-top: 10px;width: 100%;}
.home_banner .slideBox{width:100%;overflow:hidden; position:relative;}
.home_banner .slideBox .hd{width:100%;bottom: 40px;position:absolute;text-align: center; z-index:1;}
.home_banner .slideBox .hd ul{zoom:1;display: inline-block;}
.home_banner .slideBox .hd ul li{ float:left; margin:0 6px;width:12px;height:12px;border-radius: 12px;background: #fff; moz-box-shadow: 2px 2px 2px #555 inset;-webkit-box-shadow: 2px 2px 2px #555 inset;box-shadow: 2px 2px 2px #555 inset; cursor:pointer;transition-duration: 0.5s;}
.home_banner .slideBox .hd ul li.on{ background:#1b6fb3;width: 44px;}
.home_banner .slideBox .bd{position:relative; height:100%; z-index:0;}
.home_banner .slideBox .bd li{zoom:1; vertical-align:middle;}
.home_banner .slideBox .bd img{display: block;width: 100%;}

.home_column{padding: 53px 65px;}
.home_column ul{zoom: 1;}
.home_column ul:after{display: block;content: '';clear: both;}
.home_column ul li{float: left;width: 20%;position: relative;text-align: center;cursor: pointer;}
.home_column ul li:not(:last-child):after{display: block;content: '';width: 1px;height: 70px;background: #e0e1e1;position: absolute;right: 0;top: 20px;}
.home_column ul li img{margin-bottom: 15px;transition-duration: 0.5s;}
.home_column ul li p{font-size: 20px;color: #111111;}
.home_column ul li span{display: block;font-size: 12px;color: #666666;text-transform: uppercase;}
.home_column ul li:hover img{-moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1);transform:scaleX(-1);}
.home_column ul li:hover p{color: #014f99;}
.home_column ul li:hover span{color: #014f99;}

.home_content{background: #f5f5f5;padding: 20px 0;}
.home_information{zoom: 1;margin-bottom: 20px;}
.home_information:after{display: block;content: '';clear: both;}
.home_information_fl{float: left;width: 67.5%;margin-right: 1%;background: #FFFFFF;padding: 15px;}
.home_information_fr{float: left;width: 31.5%;background: #FFFFFF;padding: 15px;}
.title_com{border-bottom: 1px solid #cacaca;margin-bottom: 20px; zoom: 1;}
.title_com:after{display: block;content: '';clear: both;}
.title_com ul{float: left;zoom: 1;}
.title_com ul:after{display: block;content: '';}
.title_com ul li{float: left;padding-left: 35px;font-size: 22px;padding-bottom: 10px; color: #333333;font-weight: bold;position: relative;cursor: pointer;}
.title_com ul li:nth-child(2){margin-left: 30px;}
.active1{color: #014f99 !important;}
.active1:before{content: '';display: block; position: absolute;left: 2px;top: 5px;width: 16px;height: 23px;background:url(../images/i4.png) no-repeat;}
.active1:after{content: '';display: block; position: absolute;left: 0;bottom: -2px;width: 100%;height: 4px;background:#014f99;}
.title_com>a{float: right;font-size: 14px;color: #1b6fb3;line-height: 40px;}
.home_message_com{width: 100%; height: 288px;zoom: 1;position: relative;}
.home_message_com:after{display: block;content: '';clear: both;}
.home_information_fl .home_message_box{
	position: relative;
}
.home_information_fl .home_message_box .home_message_com{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.home_information_fl .home_message_box .home_message_com:nth-child(1){
	position: relative;
	z-index: 20;
}
.active_show{z-index: 40 !important;opacity: 1 !important;visibility: visible !important;}
.home_message_com .slideBox{float: left;width: 48%;overflow:hidden; position:relative;}
.home_message_com .slideBox .hd{width:100%;padding:0 10px; bottom: 50px;position:absolute;text-align: right; z-index:1;}
.home_message_com .slideBox .hd ul{zoom:1;display: inline-block;}
.home_message_com .slideBox .hd ul li{ float:left; margin:0 3px;width:12px;height:12px;border-radius: 12px;background:rgba(255,255,255,0.5); cursor:pointer;transition-duration: 0.5s;}
.home_message_com .slideBox .hd ul li.on{ background:#FFFFFF;}
.home_message_com .slideBox .bd{position:relative; height:100%; z-index:0;}
.home_message_com .slideBox .bd li{zoom:1; vertical-align:middle;position: relative;}
.home_message_com .slideBox .bd img{display: block;width: 100%;}
.home_message_com .slideBox .bd li p{height: 45px;font-size:16px;color: #222;line-height: 45px; width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.home_message_com_fr{float: left;width: 52%;padding-left: 3%;}
.home_message_com_fr_spe{padding-bottom: 15px;border-bottom: 1px dashed #cacaca;}
.home_message_com_fr_spe h4{font-size: 18px;color: #111111;font-weight: normal;margin-bottom: 15px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.home_message_com_fr_spe p{font-size: 14px;color: #777777;line-height: 26px;text-align: justify; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/*.home_message_com_fr ul{padding-top: ;}*/
.home_message_com_fr li{zoom: 1;box-sizing: border-box;padding-left: 15px;position: relative;/*margin-top: 9px;*/}
.home_message_com_fr li:before{display: block;content: "";width: 5px;height: 5px;background: #ce0609;border-radius: 50%;position: absolute;left: 0;top: 12px;}
.home_message_com_fr li:after{display: block;content: '';clear: both;}
.home_message_com_fr li p{float: left;font-size: 15px;color: #444444;line-height: 28px; width: 75%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.home_message_com_fr li span{float: right;font-size: 14px;color: #555555;line-height: 28px;opacity: 0.7;}
.active2{display: block !important;}
.home_message_com .txtScroll-top{width:100%;height: 100%; overflow:hidden; position:relative;}
.home_message_com .txtScroll-top .bd{width: 100%;height: 100%;}
.home_message_com .txtScroll-top .bd .tempWrap{width: 100%;height: 100% !important;}
.home_message_com .txtScroll-top .infoList li{ padding-left: 15px; height:31px !important; line-height:31px;border-bottom: 1px dashed #e1e1e1; zoom: 1;position: relative;}
.home_message_com .txtScroll-top .infoList li:before{display: block;content: "";width: 5px;height: 5px;background: #ce0609;border-radius: 50%;position: absolute;left: 0;top: 14px;}
.home_message_com .txtScroll-top .infoList li:after{display: block;content: '';clear: both;}
.home_message_com .txtScroll-top .infoList li p{float: left;font-size: 15px;color: #444444;width: 70%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.home_message_com .txtScroll-top .infoList li span{float: right;font-size: 14px;color: #555555;opacity: 0.7;}
.home_banner2{margin-bottom: 20px;}
.home_banner2 .slideBox{width:100%; overflow:hidden; position:relative;}
.home_banner2 .slideBox .hd{width:100%;bottom: 18px;position:absolute;text-align: center; z-index:1;}
.home_banner2 .slideBox .hd ul{zoom:1;display: inline-block;}
.home_banner2 .slideBox .hd ul li{ float:left; margin:0 6px;width:12px;height:12px;border-radius: 12px;background:#FFFFFF; cursor:pointer;transition-duration: 0.5s;}
.home_banner2 .slideBox .hd ul li.on{ background:#1b6fb3;}
.home_banner2 .slideBox .bd{position:relative; height:100%; z-index:0;}
.home_banner2 .slideBox .bd li{zoom:1; vertical-align:middle;}
.home_banner2 .slideBox .bd img{display: block;width: 100%;}
.home_ksjs{background: #FFFFFF;padding: 15px;margin-bottom: 20px; zoom: 1;}
.home_ksjs:after{display: block;content: '';clear: both;}
.home_ksjs_fl{float: left;width: 67.5%;}
.ksjs_box_list ul{zoom: 1;}
.ksjs_box_list ul:after{display: block;content: '';clear: both;}
.ksjs_box_list ul li{float: left;width: 24.7%;margin-right: 0.4%;background: #eeeeee;height: 60px;font-size: 20px;color: #333333;font-weight: bold;text-align: center; line-height: 60px;border-top-left-radius: 5px;border-top-right-radius: 5px; overflow: hidden;position: relative;cursor: pointer;}
.ksjs_box_list ul li:last-child{margin-right: 0;}
.ksjs_box_list ul li:before{content: '';display: block;width: 24px;height: 24px;position: absolute;top: 19px;left: 30px;}
.ksjs_box_list ul li:nth-child(1):before{background: url(../images/ks1.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(2):before{background: url(../images/ks2.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(3):before{background: url(../images/ks3.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(4):before{background: url(../images/ks4.png) no-repeat center center;}
.active3{background: url(../images/bg_2.png) no-repeat 100% 100% !important;color: #fff !important;}
.ksjs_box_list ul li:nth-child(1).active3:before{background: url(../images/ks1a.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(2).active3:before{background: url(../images/ks2a.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(3).active3:before{background: url(../images/ks3a.png) no-repeat center center;}
.ksjs_box_list ul li:nth-child(4).active3:before{background: url(../images/ks4a.png) no-repeat center center;}
.ksjs_box_list ul li span{width: 80px;display: block;margin-left: 60px;text-align: justify;text-align-last: justify;}
.ksjs_box_nav{padding-top: 10px;height: 175px;display: none;}
.ksjs_box_nav ul{zoom: 1;}
.ksjs_box_nav ul:after{display: block;content: '';clear: both;}
.ksjs_box_nav ul li{float: left;width: 23%;margin-right: 2.66%; height: 40px;margin-top: 15px; border: 1px solid #cccccc;border-radius: 5px;position: relative;}
.ksjs_box_nav ul li:nth-child(4n){margin-right: 0;}
.ksjs_box_nav ul li a{display: block;text-align: left;padding-left:20px; line-height: 40px;font-size: 16px;color: #333333;text-align: center;}
.ksjs_box_nav ul li:before{content: '';display: block;width: 1px;height: 38px;background: #ccc;position: absolute;left: 15px;top: 0;}
.ksjs_box_nav ul li:after{content: '';display: block;width: 6px;height: 6px;border-top: 2px solid #333333;border-left: 2px solid #333333;transform: rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg); position: absolute;left: 5px;top: 15px;transition-duration: 0.5s;}
.ksjs_box_nav ul li:hover{background: url(../images/bg_2.png) no-repeat 100% 100%;}
.ksjs_box_nav ul li:hover>a{color: #ffffff;}
.ksjs_box_nav ul li:hover:after{border-top: 2px solid #ffffff;border-left: 2px solid #ffffff;transform: rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);left: 2px;}
.home_ksjs_fr{float: left;width: 32.5%;padding-left: 45px;}
.home_ksjs_fr ul{zoom: 1;}
.home_ksjs_fr ul:after{display: block;content: '';clear: both;}
.home_ksjs_fr ul li{float: left;width: 44%;margin-right: 12%;margin-top: 10px; height: 70px;position: relative;background-size: 100% 100%;}
.home_ksjs_fr ul li:nth-child(2n){margin-right: 0;}
.home_ksjs_fr ul li a{display: block;box-sizing: border-box; text-align: right;font-size: 16px;line-height: 70px; color: #ffffff;padding: 0 10px;}
.home_ksjs_fr ul li:nth-child(1){background: url(../images/bg_3.png) no-repeat;}
.home_ksjs_fr ul li:nth-child(2){background: url(../images/bg_4.png) no-repeat;}
.home_ksjs_fr ul li:nth-child(3){background: url(../images/bg_5.png) no-repeat;}
.home_ksjs_fr ul li:nth-child(4){background: url(../images/bg_3.png) no-repeat;}
.home_ksjs_fr ul li:before{content: '';display: block;width: 46px;height: 40px;position: absolute;top: 15px;left: 10px;}
.home_ksjs_fr ul li:nth-child(1):before{background: url(../images/ks_i1.png);}
.home_ksjs_fr ul li:nth-child(2):before{background: url(../images/ks_i2.png);}
.home_ksjs_fr ul li:nth-child(3):before{background: url(../images/ks_i3.png);}
.home_ksjs_fr ul li:nth-child(4):before{background: url(../images/ks_i4.png);}
.ewm_list{zoom: 1;margin-top: 20px;}
.ewm_list:after{display: block;content: '';clear: both;}
.ewm_com{width: 31%;background: #f3f3f3;border-radius:5px;padding: 8px 0;text-align: center;font-size: 18px;color: #333333; margin:0 1%;}
.ewm_fl{float: left;}
.ewm_fr{float: right;}
.home_zjjs{background: #FFFFFF;padding: 15px;zoom: 1;margin-bottom: 20px;}
.home_zjjs:after{display: block;content: '';clear: both;}
.home_zjjs_fl{float: left;width: 67.5%;}
.title_com2{zoom: 1;border-bottom: 1px solid #014f99;margin-bottom: 20px;}
.title_com2:after{display: block;content: '';clear: both;}
.title_com2 span{float: left;font-size: 22px;padding-bottom: 10px; color: #014f99;font-weight: bold;padding-left: 45px;position: relative;}
.title_com2 span:before{content: '';display: block; position: absolute;left: 2px;top: 0;width: 33px;height: 33px;}
.zj_t:before{background:url(../images/zj_i1.png) no-repeat;}
.title_com2 a{float: right;font-size: 14px;color: #1b6fb3;line-height: 40px;}
.home_zjjs_fl .picMarquee-left{width:100%; overflow:hidden; position:relative;}
.home_zjjs_fl .picMarquee-left .bd .tempWrap{width: 100% !important;}
.home_zjjs_fl .picMarquee-left .bd ul{overflow:hidden; zoom:1;}
.home_zjjs_fl .picMarquee-left .bd ul li{ margin:0 4px;width: 164px;height: 232px;border: 1px solid #e4e4e4;padding: 5px; float:left; _display:inline; overflow:hidden; text-align:center;}
.zjjs_pic{width: 100%;height: 100%;overflow: hidden;position: relative;}
.zjjs_pic img{display: block;width: 70%;margin: 0 auto;}
.zjjs_tilte{position: absolute;width: 100%;bottom: 0;background: rgba(0,0,0,0.4);text-align: center;font-size: 15px;color: #FFFFFF;line-height: 24px;}
.home_zjjs_fr{float: left;width: 32.5%;padding-left: 45px;}
.zj_t2:before{background:url(../images/zj_i2.png) no-repeat;}
.title_com2_fr{float: right;}
.title_com2_fr em{font-size: 18px;color: #1c1617;font-style: normal;}
.title_com2_fr em i{/*font-size: 32px;*/font-size: 26px;line-height:32px; font-weight: bold;color: #1c1617;font-style: normal;font-family: impact;}
.yb_img{width: 100%;height: 260px; /*background: url(../images/yb-bg1.jpg) no-repeat;background-size: 100% 100%;*/text-align: center;line-height: 260px;}
.yb_img img{width: 80%;vertical-align: top;}
.yq_link{background: #FFFFFF;padding: 15px;}
.zj_t3:before{background:url(../images/zj_i3.png) no-repeat;}
.yqlj_nav ul{zoom: 1;}
.yqlj_nav ul:after{display: block;content: '';clear: both;}
.yqlj_nav ul li{float: left;box-sizing: border-box;width: 30%;margin-right: 5%;border: 1px solid #e4e4e4;height: 60px;text-align: center; line-height: 60px;margin-bottom: 10px;}
.yqlj_nav ul li:nth-child(3n){margin-right: 0;}
.yqlj_nav ul li img{max-width: 100%;display: inline-block;vertical-align: middle;}

.footer_one{background: #fff;padding: 35px 0;}
.footer_one_nav{zoom: 1;}
.footer_one_nav:after{display: block;content: '';clear: both;}
.footer_one_nav dl{float: left;}
.footer_one_nav dl:nth-child(1){width: 58%;}
.footer_one_nav dl:nth-child(2){width: 42%;}
.footer_one_nav dl dt{font-size: 18px;color: #333333;font-weight: bold;margin-bottom: 20px;}
.footer_one_nav dl dd{font-size: 15px;color: #333333;line-height: 26px;}
.footer_two{background: #004587;border-top: 1px solid #4d7dab;}
.footer_two_nav{zoom: 1;}
.footer_two_nav:after{display: block;content: '';clear: both;}
.footer_two_fl{float: left;}
.footer_two_fl p{font-size: 14px;color: #FFFFFF;opacity: 0.8;line-height: 50px;padding-left: 50px;position: relative;}
.footer_two_fl p:before{content: "";display: block;width: 36px;height: 44px;background: url(../images/i8.png) no-repeat;position: absolute;left: 0;top: 3px;}
.footer_two_fl p a{color: #FFFFFF;}
.footer_two_fr{float: right;}
.footer_two_fr a{font-size: 14px;color: #FFFFFF;opacity: 0.8;line-height: 50px;position: relative;margin-right: 15px;}
.gwba{
	padding-left: 24px;
	margin-right: 0 !important;
}
.gwba:before{display: block;content: '';width: 18px;height: 20px;background: url(../images/i9.png) no-repeat;position: absolute;left: 0;top: 0;}
.footer_two_fr span{font-size: 14px;color: #FFFFFF;opacity: 0.8;line-height: 50px;}
.go-top{width: 65px;height: 40px;margin: 0 auto;margin-bottom:20px; text-align: center;cursor: pointer;}
.go-top img{display: block;margin: 0 auto;}
.go-top span{display: block;margin-top: 10px;}
.add_br{margin-left: 147px;}


.nei_banner{width: 100%;}
.nei_banner img{width: 100%;display: block;}
.nei_com{background: #f4f4f4;padding-bottom: 20px;}
.nei_com_nav{zoom: 1;margin-top: -65px;z-index: 99;position: relative;}
.nei_com_nav:after{display: block;content: '';clear: both;}
.nei_com_right{width: 80%;float: right;background: #fff;}
.nei_com_title{border-left: 9px solid #3c8bda;height: 65px;padding: 0 30px;}
.nei_com_title p{padding-left: 45px;font-size: 16px;color: #555555;border-bottom: 2px solid #ebebeb;line-height: 63px;position: relative;}
.nei_com_title p:before{content: '';display: block;width: 22px;height: 22px;background: url(../images/home_i1.png) no-repeat;position: absolute;left: 0;top: 20px;}
.nei_com_title p a{font-size: 16px;color: #555555;}
.about_content{padding: 40px 75px;}
.about_content h4{font-size: 24px;color: #014f99;text-align: center;font-weight: normal; margin-bottom: 30px;}
.about_content h5{font-size: 24px;color: #014f99;text-align: center;font-weight: normal; margin-bottom: 30px;}
.about_content p{font-size: 16px;color: #333;text-indent: 2rem;line-height: 28px;/*margin-top: 30px; margin-bottom: 10px;*/text-align: justify;}
.about_content div{font-size: 16px;color: #333;/*text-indent: 2rem;*/line-height: 36px;/*margin-top: 30px; margin-bottom: 10px;*/text-align: justify;}
.jgsz_nav_fc{
	display: flex;
	align-items: center;
}
.about_content table {BORDER-COLLAPSE: collapse;
    border-color: #C2DDF2;
    border: 1px solid #333333;}
.about_content table td{padding: 0px 5px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #333333;
    color: #333333;}

.about_other{padding: 40px 75px;}
.about_other p{line-height: 30px; color: #565656;}
.left_menu{position: absolute;background: #FFFFFF;width: 18%;left: 0;top: 0;bottom: 0;}
.now_add{width: 100%;height: 65px;background: url(../images/bg_6.jpg) no-repeat;background-size: 100% 100%;padding-left: 30px;}
.now_add span{display: block;font-size: 24px;color: #FFFFFF;font-weight: bold;line-height: 65px;position: relative;}
.now_add span:after{display: block;content: '';width: 20px;height: 20px;background: url(../images/nei_i1.png) no-repeat;position: absolute;right: 20px;top: 26px;}
.left_menu_list{width: 100%;height: calc(100% - 65px);padding: 15px 15px 15px 30px; -moz-box-shadow: 0px 0px 7px #D4D4D4;-webkit-box-shadow: 0px 0px 7px #D4D4D4;box-shadow: 0px 0px 7px #D4D4D4;}
.left_menu_list li{position: relative;}
.left_menu_list li:after{display: block;content: '';width: 4px;height: 10px;background: url(../images/i10.png) no-repeat; position: absolute;right: 0px;top: 17px;}
.left_menu_list li:after{display: block;content: '';clear: ;}
.left_menu_list li a{font-size: 18px;color: #333333;padding-top: 10px;padding-bottom: 10px;display: block;border-bottom: 1px solid #ebebeb;}
.left_menu_list li a:hover{color: #0196e3;}
.left_menu_list li dl dd{padding-left: 25px;position: relative;border-bottom: 1px solid #ebebeb;}
.left_menu_list li dl dd:before{display: block;content: '';width: 7px;height: 7px;border-radius: 50%;background: #4a9adc;position: absolute;left: 5px;top: 24px;}
.left_menu_list li dl dd:after{display: block;content: '';width: 4px;height: 10px;background: url(../images/i10.png) no-repeat; position: absolute;right: 10px;top: 24px;}
.left_menu_list li dl dd a{font-size: 16px;border-bottom: none;padding-top: 15px;color: #777 !important;}

.active4>a{color: #0196e3 !important;}
.yyjj_img{zoom: 1;}
.yyjj_img:after{display: block;content: '';clear: both;}
.yyjj_img_fl{float: left;width: 65.9%;margin-right: 1%;}
.yyjj_img_fr{float: left;width: 33.1%;}
.yyjj_img img{width: 100%;}
/*.yyjj_img img:nth-child(1){}
.yyjj_img img:nth-child(2){}*/
.yyjj_img p{display: block;text-align: center;float: left;width: 100%;color: #04519a;text-indent: initial;}
.lsyg_nav{padding: 0 10px;}
.lsyg_nav ul{border-left: 1px solid #e6e6e6;padding: 25px 0;}
.lsyg_nav ul li{margin-bottom: 30px;padding-left: 25px;zoom: 1;font-size: 14px;color: #555555;position: relative;}
.lsyg_nav ul li:before{display: block;content: '';width: 16px;height: 16px;background: url(../images/i11.jpg) no-repeat;position: absolute;left: -8px;top: 6px;}
.lsyg_nav ul li:after{display: block;content: '';clear: both;}
.lsyg_nav ul li span{float: left;line-height: 26px;}
.lsyg_nav ul li p{float: left;margin-bottom: 0;}
.ldbz ul{zoom: 1;padding: 0 40px;}
.ldbz ul:after{display: block;content: '';clear: both;}
.ldbz ul li{float: left;width: 30%;max-height: 307px; margin-right: 5%;margin-bottom: 40px; border: 1px solid #e4e4e4;padding: 5px;}
.ldbz ul li:nth-child(3n){margin-right: 0;}
.ldbz_img{position: relative;width: 100%;}
.ldbz_img img{display: block;width: 100%;}
.ldbz_img p{position: absolute;width: 100%;left: 0; bottom: 0;line-height: 35px;background: rgba(0,0,0,0.4);font-size: 16px;color: #FFFFFF;text-align: center;margin-bottom: 0;text-indent: inherit;}
.jgsz_nav{width: 100%;text-align: center;}
.jgsz_nav img{max-width: 100%;}
.ywgk_nav li{border-bottom: 1px dashed #c9c9c9;padding-left: 20px;line-height: 40px;position: relative;}
.ywgk_nav li:before{display: block;content: '';width: 6px;height: 9px;background: url(../images/i12.png) no-repeat;position: absolute;left: 0;top: 16px;}
.ywgk_list{zoom: 1;}
.ywgk_list:after{display: block;content: '';clear: both;}
.ywgk_list span{font-size: 15px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ywgk_list span:nth-child(1){float: left;width: 80%;}
.ywgk_list span:nth-child(2){float: right;width: 20%;text-align: right;}
.s-page{width:100%; padding-top:34px; padding-bottom:30px;}
.p1Page2{ margin:0 auto; height:44px; font-size:14px; color:#535353;}
.page{line-height:30px;text-align:center; }
.page a{margin:0 3px;display:inline-block;padding:0 15px 0 15px; background:#ececec; color:#777777; }
.page a:hover{background:#3c8bda; color:#fff;}
.page span.on{background:#3c8bda;border-color:#076bc8;color:#FFF; padding:7px 15px 7px 15px; color:#fff;}
.page a.on:hover{background:#3c8bda; color:#fff;}
.page a.on1{background:#eaeaea;border-color:#f3c800;color:#535353;  padding:0 15px 0 15px;}
.page a.page_turn:hover{background:#3c8bda;border-color:#3BA2E3;color:#FFF;box-shadow:1px 1px 3px #CCC;}
.page a[disabled]{  color: #777777;cursor: not-allowed;background-color: #ececec;border-color: #ececec;}

.jyzn{zoom: 1;}
.jyzn:after{display: block;content: '';clear: both;}
.jtzn{width: 100%;}
.jtzn dl{margin-bottom: 75px;}
.jyzn>img{display: block;width: 70%;margin: 0 auto;}
.jtzn dl dt{font-size: 20px;color: #333333;font-weight: bold;margin-bottom: 20px;}
.jtzn dl dd{font-size: 14px;color: #333333;margin-bottom: 10px;}

.rcgl{background: #fff;width: 100%;padding: 0 30px 30px 39px;}
.rcgl_nav{background: url(../images/bg_7.jpg) no-repeat center center;padding-top: 110px;padding-bottom: 85px;}
.cjcx_nav{width: 575px;height: 375px; border-radius: 15px;margin: 0 auto;overflow: hidden; -moz-box-shadow: 0px 0px 7px #D4D4D4;-webkit-box-shadow: 0px 0px 7px #D4D4D4;box-shadow: 0px 0px 7px #D4D4D4;}
.cjcx_nav h4{font-size: 26px;line-height: 94px;font-weight: normal; color: #FFFFFF;text-align: center;background: rgba(1,79,153,0.85);}
.cjcx_input{background: rgba(234,241,249,0.85);width: 100%;height: 281px;padding: 34px 75px;}
.cjcx_input li{zoom: 1;margin-bottom: 10px;}
.cjcx_input li:after{display: block;content: '';clear: both;}
.cjcx_input li>span{float: left;width: 15%;height: 40px; font-size: 14px;color: #333333;display: inline-block;text-align:justify;overflow:hidden; line-height: 40px;}
.cjcx_input li>span i{display:inline-block;width:100%;height:0;line-height: 0;}
.cjcx_input li em{float: left;width: 5%;font-size: 14px;color: #333333;line-height: 40px;font-style: normal;text-align: left;}
.cjcx_input li input{width: 80%;height: 40px;box-sizing: border-box;border: 1px solid #cacaca;padding: 0 15px;float: left;}
.cjcx_input li:nth-child(3) input{width: 50%;}
.yzm{float: left;width: 30%;line-height: 40px;text-align: center;font-size: 14px;}
.cjcx_login{padding-left: 20%;margin-top: 30px; zoom: 1;}
.cjcx_login:after{display: block;content: '';clear: both;}
.cjcx_login a{width: 157px;height: 40px;font-size: 20px;color: #fff;background: url(../images/bg_8.jpg) no-repeat;display: block;text-align: center;line-height: 40px;-moz-box-shadow: 2px 3px 7px #5aa1ff;-webkit-box-shadow: 2px 3px 7px #5aa1ff;box-shadow: 2px 3px 7px #5aa1ff;}
.cjcx_login a:nth-child(1){float: left;}
.cjcx_login a:nth-child(2){float: right;}

.hydl{padding-top: 110px;padding-bottom: 85px;background: #fff;}
.hydl_login{width: 815px;height: 380px;background: #fff; border-radius: 10px;margin: 0 auto; zoom: 1; -moz-box-shadow: 0px 0px 70px #cadbf7;-webkit-box-shadow: 0px 0px 70px #cadbf7;box-shadow: 0px 0px 70px #cadbf7;overflow: hidden;}
.hydl_login:after{display: block;content: '';clear: both;}
.hydl_login img{float: left;width: 51%;}
.hydl_fr{float: left;width: 49%;height: 100%; padding: 23px 45px 40px 50px;position: relative;}
.hydl_fr h4{font-size: 24px;color: #333333;text-align: center;margin-bottom: 20px;}
.hydl_fr input{width: 100%;box-sizing: border-box;height: 45px;border: 1px solid #dcdcdc;outline: none;padding: 0 12px;font-size: 14px;margin-bottom: 15px;}
.hydl_fr>p{font-size: 14px;color: #555555;margin-top: 5px;}
.hydl_fr>.hydl_go{display: block; width: 100%;height: 40px;margin-top: 20px;margin-bottom: 15px; font-size: 20px;color: #fff;background: url(../images/bg_8.jpg) no-repeat;background-size: 100% 100%; display: block;text-align: center;line-height: 40px;-moz-box-shadow: 2px 3px 7px #5aa1ff;-webkit-box-shadow: 2px 3px 7px #5aa1ff;box-shadow: 2px 3px 7px #5aa1ff;}
.other_chose{zoom: 1;}
.other_chose:after{display: block;content: '';clear: both;}
.other_chose a{font-size: 14px;color: #555555;}
.other_chose a:nth-child(1){float: left;}
.other_chose a:nth-child(2){float: right;}

.hyzc{padding-top: 110px;padding-bottom: 85px;background: #fff;}
.hyzc_nav{width: 815px;height: 480px;background: #fff; border-radius: 10px;margin: 0 auto; zoom: 1; -moz-box-shadow: 0px 0px 70px #cadbf7;-webkit-box-shadow: 0px 0px 70px #cadbf7;box-shadow: 0px 0px 70px #cadbf7;overflow: hidden;}
.hyzc_nav:after{display: block;content: '';clear: both;}
.hyzc_nav img{float: left;width: 52%;}
.hyzc_fr{float: left;width: 48%;height: 100%; padding: 25px 45px 20px 50px;position: relative;}
.cjcx{position: absolute;font-size: 14px;color: #333;top: 8px;right: 34px;text-decoration: underline;}
.hydl_fr .cjcx{right: 45px;}
.hyzc_fr h4{font-size: 24px;color: #333333;text-align: center;margin-bottom: 15px;}
.hyzc_fr>p{font-size: 14px;color: #555555;}
.hyzc_fr ul{margin-top: 10px;}
.hyzc_fr li{margin-bottom: 8px;position: relative; zoom: 1;}
.hyzc_fr li:before{display: block;content: '*';position: absolute;right: -10px;top: 5px;}
.hyzc_fr li:after{display: block;content: '';clear: both;}
.hyzc_fr li span{float: left;width: 20%;height: 28px; font-size: 14px;color: #333333;display: inline-block;text-align:justify;overflow:hidden;; line-height: 28px;}
.hyzc_fr li span i{display:inline-block;width:100%;height:0;line-height: 0;}
.hyzc_fr li em{float: left;width: 5%;font-size: 14px;color: #333333;line-height: 28px;font-style: normal;text-align: left;}
.hyzc_fr li input{width: 75%;height: 28px;box-sizing: border-box;border: 1px solid #cacaca;padding: 0 10px;float: left;}
.hyzc_fr li:nth-child(4) input,.hyzc_fr li:nth-child(5) input{width: 50%;}
.hyzc_fr li:nth-child(4):before,.hyzc_fr li:nth-child(5):before{right: 65px;}
.hyzc_fr li:nth-child(4) p,.hyzc_fr li:nth-child(5) p{float: left;width: 25%;padding-left: 15px;font-size: 14px;color: #333;line-height: 28px;}
.hyzc_chose{zoom: 1;margin-top: 12px;}
.hyzc_chose:after{display: block;content: '';clear: both;}
.hyzc_chose a{display: block;width: 130px;height: 35px;background: url(../images/bg_8.jpg) no-repeat;background-size: 100% 100%;font-size: 20px;color: #FFFFFF;text-align: center;line-height: 35px;-moz-box-shadow: 2px 3px 7px #5aa1ff;-webkit-box-shadow: 2px 3px 7px #5aa1ff;box-shadow: 2px 3px 7px #5aa1ff;}
.hyzc_chose a:nth-child(1){float: left;}
.hyzc_chose a:nth-child(2){float: right;}
.go_login{text-align: right;margin-top: 10px;}
.go_login a{color: #555;text-decoration:underline;}

.spdb_video{width: 90%;margin: 0 auto;padding-bottom: 160px;}

.ksjs_com{margin-bottom: 30px;}
.ksjs_com h5{display: block;width: 166px;height: 49px;font-size: 20px;color: #FFFFFF;font-weight: bold;text-align: center;line-height: 38px;margin-bottom: 12px;}
.ksjs_com h5 span{width: 40px;display: inline-block;}
.nk h5{background: url(../images/bg_ks1.png) no-repeat top center;}
.wk h5{background: url(../images/bg_ks2.png) no-repeat top center;}
.yjk h5{background: url(../images/bg_ks3.png) no-repeat top center;}
.qt h5{background: url(../images/bg_ks4.png) no-repeat top center;}
.ksjs_com ul{zoom: 1;}
.ksjs_com ul:after{display: block;content: '';clear: both;}
.ksjs_com ul li{cursor: default; float: left;width: 22%;height: 40px;margin-right: 4%;margin-bottom: 15px; border: 1px solid #cccccc;border-radius: 5px;position: relative;overflow: hidden;}
.ksjs_com ul li:nth-child(4n){margin-right: 0;}
.ksjs_com ul li a{padding-left: 18px;font-size: 16px;color: #333333;line-height: 40px;text-align: center;display: block;}
.ksjs_com ul li:before{content: '';display: block;width: 1px;height: 38px;background: #ccc;position: absolute;left: 15px;top: 0;}
.ksjs_com ul li:after{content: '';display: block;width: 6px;height: 6px;border-top: 2px solid #333333;border-left: 2px solid #333333;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);position: absolute;left: 5px;top: 15px;transition-duration: 0.5s;}
.ksjs_com ul li:hover a{color: #FFFFFF;}
.ksjs_com ul li:hover:before{background: #fff;}
.ksjs_com ul li:hover:after{border-top: 2px solid #fff;border-left: 2px solid #fff;transform: rotate(135deg);-ms-transform: rotate(135deg);-moz-transform: rotate(135deg);-webkit-transform: rotate(135deg);-o-transform: rotate(135deg);}
.nk li:hover{background: url(../images/bg_ks1.png) no-repeat;background-size: 100%;}
.wk li:hover{background: url(../images/bg_ks2.png) no-repeat;background-size: 100%;}
.yjk li:hover{background: url(../images/bg_ks3.png) no-repeat;background-size: 100%;}
.qt li:hover{background: url(../images/bg_ks4.png) no-repeat;background-size: 100%;}

.yb_content_nav{background: #FFFFFF;padding: 0 20px;padding-bottom: 55px;margin-bottom: 20px;}
.yb_banner{width: 100%;margin-bottom: 25px;}
.yb_banner img{display: block;width: 100%;}
.yb_messages{zoom: 1;}
.yb_messages:after{display: block;content: '';clear: both;}
.yb_fl{float: left;width: 35%;margin-right: 5%;}
.yb_fl_img{width: 100%; border: 1px solid #3c7eaf;/*padding: 38px 20px;*/margin-bottom: 10px;}
.yb_fl_img img{display: block;/*width: 100%;*/margin: 0 auto;}
.yb_download{border: 1px solid #3c7eaf;padding: 8px 20px; zoom: 1;}
.yb_download:after{display: block;content: '';clear: both;}
.yb_download span{float: left;font-size: 14px;color: #3e3a39;padding-left: 20px;position: relative;}
.yb_download span:before{content: '';display: block;width: 14px;height: 14px;background: url(../images/pdf_icon.jpg) no-repeat;position: absolute;left: 0;top: 3px;}
.yb_download a{float: right;font-size: 14px;color: #014f99;text-decoration: underline;}
.yb_fc{float: left;width: 35%;margin-right: 5%;}
.yb_fc_com{border: 2px solid #dfdfdf;}
.yb_fc_com h5{font-size: 14px;color: #014f99;line-height: 36px;background: #f6f6f6; width: 100%;padding-left: 50px;border-bottom: 2px solid #dfdfdf;position: relative;}
.bmml h5:before{content: '';display: block;width: 21px;height: 21px;background: url(../images/yb3.png) no-repeat center center;position: absolute;left: 15px;top: 8px;}
.btdh h5:before{content: '';display: block;width: 21px;height: 21px;background: url(../images/yb4.png) no-repeat center center;position: absolute;left: 15px;top: 8px;}
.yb_fc_com ul{padding: 20px 15px;zoom: 1;}
.yb_fc_com ul:after{display: block;content: '';clear: both;}
.yb_fc_com ul li{border-bottom: 1px dashed #dedede;padding-top: 5px; padding-left: 35px;position: relative;}
.bmml li{float: left;width: 50%;}
.yb_fc_com ul li:before{content: '';display: block;width: 8px;height: 9px;background: url(../images/yb5.png) no-repeat; position: absolute; left: 10px;top: 18px;}
.yb_fc_com ul li a{line-height: 34px;display: block;font-size: 14px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.yb_fc_com ul li a:hover{color: #bc0027;text-decoration: underline;}
.bmml{margin-bottom: 25px;}
.yb_fr{float: left;width: 20%;border: 1px solid #e1e1e1;}
.yb_fr h5{font-size: 14px;color: #014f99;line-height: 36px;background: #f6f6f6; width: 100%;padding-left: 50px;border-bottom: 1px solid #e1e1e1;position: relative;}
.yb_fr h5:before{content: '';display: block;width: 21px;height: 21px;background: url(../images/yb6.png) no-repeat center center;position: absolute;left: 15px;top: 8px;}
.yb_time{padding: 5px 0; zoom: 1;}
.yb_time:after{display: block;content: '';clear: both;}
.yb_time span{font-size: 14px;color: #333;position: relative;cursor: pointer;}
.yb_time span:hover{color: #014f99;}
.prev_time{float: left;padding-left: 17px;}
.prev_time:before{content: '';display: block;width: 5px;height: 10px;background: url(../images/yb_l.jpg) no-repeat;transform: rotate(180deg);-webkit-transform: rotate(180deg);position: absolute;left: 8px;top: 5px;}
.next_time{float: right;padding-right: 17px;}
.next_time:before{content: '';display: block;width: 5px;height: 10px;background: url(../images/yb_l.jpg) no-repeat;position: absolute;right: 8px;top: 5px;}
.time_select{float: left;margin-left: 28px;}
.prev_time:hover:before{background: url(../images/yb_r.jpg) no-repeat;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.next_time:hover:before{background: url(../images/yb_r.jpg) no-repeat;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.year_box{background: #e8e8e8;padding: 21px 10px;min-height: 602px;}
.year_box li a{display: block;font-size: 14px;color: #333;line-height: 28px;}

.kjfs_nav{zoom: 1;position: relative;}
.kjfs_nav:after{display: block;content: '';clear: both;}
.kjfs_fl{float: left;width: 82%;padding: 0 30px 60px 40px; background: #fff;position: relative;z-index: 2;}
.nei_com_title2{height: 90px;}
.nei_com_title2 p{padding-left: 45px;font-size: 14px;color: #555555;border-bottom: 2px solid #ebebeb;line-height: 88px;position: relative;}
.nei_com_title2 p:before{content: '';display: block;width: 22px;height: 22px;background: url(../images/home_i1.png) no-repeat;position: absolute;left: 0;top: 32px;}
.nei_com_title2 p a{font-size: 14px;color: #555555;}
.zjjs_list{padding-top: 40px;}
.about_content .zjjs_list{padding-top: 0;}
.zjjs_list ul{zoom: 1;}
.zjjs_list ul:after{display: block;content: '';clear: both;}
.zjjs_list ul li{float: left;width: 100%;padding: 20px 0; border-bottom: 1px solid #ebebeb;zoom: 1;}
/*.zjjs_list ul li:nth-child(odd){border-right: 1px solid #ebebeb;padding-right: 30px;}
.zjjs_list ul li:nth-child(2n){padding-left: 30px;}*/
.zjjs_list ul li:nth-last-child(1),.zjjs_list ul li:nth-last-child(2){border-bottom: none;}
.zjjs_list ul li:after{display: block;content: '';clear: both;}
.ks_name{float: left;width: 200px;height: 40px;margin-bottom: 10px; border: 2px solid #a5c6e1;background: #d2e2f0;font-size: 18px;font-weight: bold;text-align: center !important;line-height: 36px;letter-spacing: 3px;}
.ks_name a{color: #0b5da0;display: block;}
.zj_name{float: left;width: 100%;/*margin-left: 4%;*/zoom: 1;}
.zj_name:after{display: block;content: '';clear: both;}
/*.zj_name span{float: left;display: block;width: 70px;height: 30px;margin-right: 30px; box-sizing: border-box;text-align: left;}*/
.zj_name span{
	width: 183px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: left;
    background: url(../images/xk-bg.jpg) no-repeat;
    margin-right: 10px;
    margin-bottom: 15px;
    transition-duration: 0.5s;
}
.zj_name span a{
	display: block;
	 color: #333;
}
.zj_name span:hover{
	 background: url(../images/xk-bg1.jpg) no-repeat;
}
.zj_name span:hover a{
	color: #fff;
}
.special1{width: 90px !important;margin-right: 10px !important;}
.special1 a{text-align: left !important;}
.special2{width: 290px !important;margin-right: 10px !important;text-align: left !important;}
.special2 a{text-align: left !important;}
/*.zj_name span a{font-size: 16px;color: #333333;height: 30px;line-height: 30px;display: block;}*/
.zj_name span a i{display:inline-block;width:100%;}
.kjfs_menu{position: absolute;right:0;top: -85px;bottom: 0; z-index: 1;width: 26%;border-right: 5px solid #d6d6d6;}
.kjfs_title{position: absolute;top: 0;right: -5px; background: url(../images/kjfs_bg1.png) no-repeat;background-size: 100% 100%; width: 100%;height: 150px;padding-top: 30px;padding-left: 45%;}
.kjfs_title h3{font-size: 24px;color: #fff;position: relative;margin-bottom: 25px;}
.kjfs_title h3:after{display: block;content: "";width: 20px;height: 20px;background: url(../images/nei_i1.png) no-repeat;position: absolute;right: 35px;top: 7px;}
.kjfs_title span{font-size: 14px;color: #fff;opacity: 0.34;}
.kjfs_menu ul{padding-left: 31.5%;padding-top: 150px;}
.kjfs_menu ul li{border-bottom: 1px solid #d6d6d6;padding: 20px 0;text-align: center;}
.kjfs_menu ul li img{margin-bottom: 10px;}
.kjfs_menu ul li p{font-size: 18px;color: #333333;}
/*.ks_messages{padding-top: 60px;}*/
.ksjs_messages{padding-bottom: 50px;background: #f6f6f6;}
.tilte_ks{zoom: 1;background: #fff;position: relative;}
.tilte_ks:before{position: absolute;bottom: 0;right: 0;display: block;content: '';width: 80%;height: 1px;background: #03529b;}
.tilte_ks:after{display: block;content: '';clear: both;}
.tilte_ks span{float: left;display: block;width: 240px;height: 45px;background: url(../images/kjfs_bg2.png) no-repeat left center;background-size: 100% auto; font-size: 20px;color: #FFFFFF;font-weight: bold;text-align: left;line-height: 45px;position: relative;z-index: 2;padding-left: 50px;}
.tilte_ks a{float: right;font-size: 14px;color: #1b6fb3;line-height: 45px;}
.ks_messages_nav{margin-top: 20px;zoom: 1;}
.ks_messages_nav:after{display: block;content: '';clear: both;}
.ks_messages_nav img{float: left;width: 39%;}
.ks_messages_fr{float: left;width: 61%;padding-left: 25px;padding-right: 20px;}
.ks_messages_fr p{color: #555555;line-height: 30px;text-align: justify;}
.zjjs_messages ul{/*margin-top: 25px;*/padding: 0 15px;zoom: 1;}
.zjjs_messages ul:after{display: block;content: '';clear: both;}
.zjjs_messages ul li{float: left;width: 22%;margin-right: 4%;margin-bottom: 30px; border: 1px solid #e4e4e4;padding: 5px;}
.zjjs_messages ul li:nth-child(4n){margin-right: 0;}
.zjjs_messages_img{width: 100%;position: relative;height: 240px;overflow: hidden;}
.zjjs_messages_img img{display: block;width: 100%;}
.zjjs_messages_name{width: 100%;padding: 5px 0; background: rgba(0,0,0,0.4);position: absolute;left: 0;bottom: 0;text-align: center;}
.zjjs_messages_name p{font-size: 16px;color: #FFFFFF;line-height: 22px;text-indent: 0;text-align: center;margin-bottom: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.fyjj_img img:nth-child(1){width: auto !important;margin: 0 auto;float: none;display: block;}
.zzjg_nav{width: 100%;text-align: center;/*padding: 100px 0;*/}
.zzjg_nav img{max-width: 100%;}
.ksxq img{display: block;margin: 0 auto;max-width: 90%;}

.zjxq_list li{padding: 20px 0;border-bottom: 1px dashed #eee;}
.zjjj{zoom: 1;}
.zjjj:after{display: block;content: '';clear: both;}
.zj_img{float: left;border: 1px solid #e4e4e4;padding: 5px;width: 20%;}
.zj_img img{display: block;width: 100%;}
.zjjj_fr{float: left;width: 80%;padding-left: 5%;}
.zjjj_fr dl{width: 100%;}
.zjjj_fr dl dd{width: 100%;zoom: 1;}
.zjjj_fr dl dd:after{display: block;content: '';clear: both;}
.zjjj_fr dl dd>span{width: 100%;font-size: 16px;color: #333;height: 30px;line-height: 30px; display: inline-block;text-align:justify;overflow:hidden;}
/*.zjjj_fr dl dd span i{display:inline-block;width:100%;height:0;line-height: 0;}
.zjjj_fr dl dd em{float: left;width: 5%;font-style: normal;text-align: left;line-height: 30px;}*/
.zjjj_fr dl dd p{float: left;width: 100%;font-size: 16px;color: #333;text-indent: 0;margin-bottom: 0;}

.name_zj,.mz_time{font-size: 20px !important;color: #666666 !important;font-weight: 700;}
.mz_time{margin-top: 25px;}
.zjjj_fr dl dd p span:nth-child(2){margin-right: 25px;}
/*.fymz{margin-right: 20px;}*/

.zjmz_nav_fn{zoom: 1;margin-bottom: 25px;}
.zjmz_nav_fn:after{display: block;content: '';clear: both;}
.zjmz_nav_fn a{display: block;width: 45%;height: 40px;border: 1px solid #cccccc;border-radius:5px;font-size: 18px;color: #333333;text-align: center;line-height: 40px;position: relative;}
.zjmz_nav_fn a span{display: block;position: relative;z-index: 3;}
.zjmz_nav_fn a:nth-child(1){float: left;}
.zjmz_nav_fn a:nth-child(2){float: right;}
.active_now:before{display: block;content: ''; width: 100%;height: 50px;border-radius:5px;background: url(../images/zj_bg1.png) no-repeat;background-size: 100% 100%; position: absolute; top: 0;left: 0;z-index: 2;}
.active_now{color: #fff !important;border: 1px solid !important;}
.zjmz_nav table{width: 100%;border-collapse: collapse;text-align: center;border: 1px solid #cccccc;}
.zjmz_nav table tr th{background: #3c8bda;font-size: 16px;color: #fff;height: 60px;font-weight: normal;}
.zjmz_nav table tr th:not(:last-child){border-right: 1px solid #fff;}
.zjmz_nav table tr td{font-size: 16px;color: #222222;border: 1px solid #cccccc;height: 40px;}
.zjmz_nav table span{display: block;}


.hlyd_nav{zoom: 1;}
.hlyd_nav:after{display: block;content: '';clear: both;}
.hlyd_nav dl{float: left;width: 46%;margin-right: 8%;margin-bottom: 60px;}
.hlyd_nav dl:nth-child(2n){margin-right: 0;}
.hlyd_nav dl dt{margin-bottom: 10px;border-bottom: 1px solid #cacaca;}
.hlyd_title{zoom: 1;}
.hlyd_title:after{display: block;content: '';clear: both;}
.hlyd_title span{float: left;height: 40px;font-size: 22px;color: #014f99;line-height: 40px; font-weight: bold;text-align: right;padding: 0 2px 0 25px;position: relative;}
.hlyd_title span:before{display: block;content: '';width: 16px;height: 23px;background: url(../images/hlyd_icon.png) no-repeat;position: absolute;left: 0;top: 8.5px;}
.hlyd_title span:after{display: block;content: ''; width: 100%;height: 3px;background: #014f99;position: absolute;left: 0;bottom: -1.5px;}
.hlyd_title a{font-size: 14px;color: #1b6fb3;line-height: 40px;float: right;}
.hlyd_nav dl dd li{padding-top: 10px;border-bottom: 1px dashed #dcdcdc;zoom: 1;}
.hlyd_nav dl dd li:after{display: block;content: '';clear: both;}
.hlyd_nav dl dd li p{font-size: 15px;color: #444444;line-height: 26px;display: block;position: relative; width: 70%;padding-left: 15px; float: left;text-indent: 0;margin-bottom: 0; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hlyd_nav dl dd li p:before{display: block;content: "";width: 5px;height: 5px;border-radius: 50%;background: #ce0609;position: absolute;left: 0;top: 11px;}
.hlyd_nav dl dd li span{font-size: 14px;color: #555555;opacity: 0.7;display: block;width: 30%;text-align: right;line-height: 26px; float: right;}
.hlyd_nav dl dd li:hover p{color: #ce0609;}
.hlyd_nav dl dd li:hover span{color: #ce0609;}

.jxgz_all dl:nth-child(1){width: 100%;margin-right: 0;}
.jxgz_all dl:nth-child(1) dd{zoom: 1;}
.jxgz_all dl:nth-child(1) dd:after{display: block;content: '';clear: both;}
.jxgz_img{float: left;width: 40%;}
.jxgz_img img{display: block;width: 100%;}
.jxgz_all dl:nth-child(1) dd ul{float: left;width: 60%;padding-left: 5%;}
.jxgz_all dl:nth-child(2n){margin-right: 8%;}
.jxgz_all dl:nth-child(2n+1){margin-right: 0;}

.yzxx_nav{width: 575px;height: auto;margin: 0 auto;padding: 20px 30px; border-radius: 15px;background: rgba(234,241,249,0.85); -moz-box-shadow: 0px 0px 7px #D4D4D4;-webkit-box-shadow: 0px 0px 7px #D4D4D4;box-shadow: 0px 0px 7px #D4D4D4;}
.yzxx_nav>p{font-size: 14px;color: #333;line-height: 26px;}
.yzxx_input{padding: 0;height: auto;}
.yzxx_input textarea{width: 80%;height: 100px;resize: none;box-sizing: border-box;border: 1px solid #cacaca;outline: none;}
.yzxx_nav li:nth-child(3) input{width: 80%;}
.yzxx_box .rcgl_nav{padding: 10px 0;background-size: 100% 100%;}

.jgjj_sp p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 10;overflow: hidden;}
.zj_detail{margin-top: 30px;/*padding-top: 30px; border-top: 1px dashed #ccc;*/}
/*.zj_detail p{text-indent: 0 !important;}*/
.zj_detail h5{font-size: 16px;font-weight: bold;color: #333;margin-bottom: 5px;}

/*机构设置改*/
.jgsz_nav{position: relative;display: flex;}
/*.jgsz_nav:after{display: block;content: '';clear: both;}*/
.jgsz_nav_fl{width: 20%;position: relative;}
.jgsz_nav_fc{width: 40%;padding-left: 48px;}
.jgsz_nav_fr{width: 40%;padding-left: 94px;}
.ks_name_com{width: 210px;height: 40px; border: 2px solid #2d95cc;}
.ks_name_com span{font-size: 18px;color: #333333;text-align: initial;}
.jgsz_nav_fr .ks_name_com span{
	font-size: 16px;
}
.jgsz_nav_fl_name{width: 70px;height: 310px;position: absolute;left: 50%;top: 50%;margin-left: -35px;margin-top: -155px;display: flex;justify-content: center;align-items: center;}
.jgsz_nav_fl_name:after{display: block;content: "";width: 54px;height: 2px;background: #2d95cc; position: absolute; left: 100%;top: 155px;}
.jgsz_nav_fl_name span{width: 50%;height: 100%;line-height: 20px; display: block;text-align: center;float: left;box-sizing: border-box;}
.jgsz_nav_fl_name span:nth-child(1){height: auto;}
.jgsz_nav_fl_name span:nth-child(2){padding-top: 35px;}
.jgsz_nav_fc li,.jgsz_nav_fr li{margin-bottom: 15px;line-height: 36px;text-align: left;position: relative;}
.jgsz_nav_fc li .ks_name_com,.jgsz_nav_fr li .ks_name_com{cursor: pointer;}
.jgsz_nav_fc li:before,.jgsz_nav_fr li:before{display: block;content: '';width: 2px;height: 23px;background: #2d95cc;position: absolute;left: -42px;top: 0;}
.jgsz_nav_fc li:after,.jgsz_nav_fr li:after{display: block;content: '';width: 2px;height: 35px;background: #2d95cc;position: absolute;left: -42px;top: 21px;}
.jgsz_nav_fc li:last-child,.jgsz_nav_fr li:last-child{margin-bottom: 0;}
.jgsz_nav_fc li:first-child:before,.jgsz_nav_fr li:first-child:before{height: 0;}
.jgsz_nav_fc li:last-child:after,.jgsz_nav_fr li:last-child:after{height: 0;}
.jgsz_nav_fc_name,.jgsz_nav_fr_name{padding-left: 20px;position: relative;}
.jgsz_nav_fc_name:after,.jgsz_nav_fr_name:after{display: block;content: '';width: 40px;height: 2px;background: #2d95cc;position: absolute;left: -42px;top: 19px;}
.active_bm .ks_name_com{background: #2d95cc;position: relative;}
.active_bm .ks_name_com:before{display: block;content: '有以下部门';text-align: center; width: 122px;height: 2px;background: #2d95cc;position:absolute;left: 100%;top: 19px;}
.noNextBm .ks_name_com:before{display: none !important;}
/*.active_bm .ks_name_com:before{content: '有以下部门';display: block;width: 140px;text-align: center; font-size: 18px;color: #333;position: absolute;left: 100%;top: -12px;}*/
.active_bm span{color: #fff !important;right: 20px;}
.jgsz_nav_fr_box{display: none;position: absolute;}
.active_bm_box{display: block !important;}
.jgszDetail>h5{font-size: 15px;margin-bottom: 10px;}
.jgszDetail p{text-align: justify;}
.jgsz_nav_fr_box:nth-child(1){
	top: 0 !important;
}
/*.jgsz_nav_fr_box:nth-child(4){position: absolute;right: 20px;top: 140px;}
.jgsz_nav_fr_box:nth-child(5){position: absolute;right: 20px;top: 195px;}
.jgsz_nav_fr_box:nth-child(6){position: absolute;right: 20px;bottom: 300px;}
.jgsz_nav_fr_box:nth-child(7){position: absolute;right: 20px;bottom: 245px;}
.jgsz_nav_fr_box:nth-child(8){position: absolute;right: 20px;bottom: 245px;}
.jgsz_nav_fr_box:nth-child(9){position: absolute;right: 20px;bottom: 220px;}
.jgsz_nav_fr_box:nth-child(10){position: absolute;right: 20px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(11){position: absolute;right: 20px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(12){position: absolute;right: 20px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(13){position: absolute;right: 20px;bottom: 0;}*/

.zwzpDetail_nav h5{font-size: 18px;color: #014f99;text-align: center;font-weight: normal;margin-bottom: 10px;}
.zwzpDetail_nav p{text-align: center;text-indent: 0;}
.zwzpDetail_nav table{border-collapse: collapse;width: 100%;}
.zwzpDetail_nav table tr td{font-size: 14px;line-height: 40px;border: 1px solid #fff;}
.zwzpDetail_nav table tr td:nth-child(1){text-align: center;color: #fff;background: #014f99;}
.zwzpDetail_nav table tr td:nth-child(2){padding-left:20px; color: #333;background: #ccc;}
.ljsq{display: block;width:60px; margin: 0 auto;font-size: 14px;color: #333;margin-top: 10px;}
.ljsq:hover{color: #014f99;}

.go_spdb{display: block;width: 100%;}
.go_spdb img{display: block;width: 100%;}

.yb_video{width: 70%;margin: 0 auto; margin-top: 30px;}
.yb_video h4{font-size: 24px;color: #014f99;text-align: center;font-weight: normal;margin-bottom: 30px;}
.jksp_nav ul{zoom: 1;}
.jksp_nav ul:after{display: block;content: '';clear: both;}
.jksp_nav ul li{float: left;width: 30%;margin-right: 5%;margin-bottom: 30px;border: 1px solid #ccc;}
.jksp_nav ul li:nth-child(3n){margin-right: 0;}
.jksp_img{width: 100%;overflow: hidden; position: relative;}
.jksp_img>img{display: block;width: 100%;transition-duration: 0.5s;}
.jksp_img_al{position: absolute;width: 100%;height: 100%;left: 0;top: 0; background: rgba(0,0,0,0.2);}
.jksp_img_al>img{position: absolute;left: 50%;top: 50%;margin-left: -30px;margin-top: -30px;}
.jksp_nav ul li span{display: block;font-size: 15px;color: #333;line-height: 26px;padding: 5px 10px;}
.jksp_nav ul li:hover .jksp_img>img{transform: scale(1.1);}

.my_job table{border-collapse: collapse;width: 100%;table-layout: fixed;}
.my_job table tr th{text-align: center;color: #fff;background: #014f99;font-size: 14px;font-weight: normal;line-height: 30px;border: 1px solid #fff;word-wrap: break-word;white-space: normal;word-break: break-all;}
.my_job table tr td{text-align: center;color: #333;background: #ccc;font-size: 14px;font-weight: normal;line-height: 30px;border: 1px solid #fff;word-wrap: break-word;white-space: normal;word-break: break-all;}
.ljsq_table{background: #f2f2f2;font-size: 14px;color: #333;padding-bottom: 20px;}  
.ljsq_table table{border-collapse: collapse;table-layout: fixed;}
.ljsq_table td{border: 1px solid #fff;border-collapse: collapse;word-wrap: break-word;white-space: normal;word-break: break-all;}
.ljsq_table input,select{width: 100%;height: 30px;font-size: 14px;  border: 1px solid #ccc;outline: none;box-sizing: border-box;padding-left: 10px;background: #fff;}    
.ljsq_table textarea{width: 100%;height: 100%;font-size: 14px; resize: none;outline: none; box-sizing: border-box;background: #fff;border: 1px solid #ccc;}  
#str19{width: 30%;height: 30px;font-size: 14px;box-sizing: border-box;background: #fff;}  
#str6{width: 68%;}
#upload{width: 78%;}
#upload_button{width: 22%;background: #ccc;}
#str20{width: 13px;height: 13px;}
#get_jl{display: block;margin: 20px auto;width: 200px;height: 40px;border-radius: 5px;background: #014f99;color: #fff;font-size: 20px;font-weight: bold;text-align: center;line-height: 40px;}

.go-back{display: block;margin: 20px auto; width: 120px;height: 40px;font-size: 16px;text-align: center;line-height: 40px;color: #fff;background: #004587;}

.add_tel{width: 120px;display: inline-block;text-align: justify;text-align-last: justify;}
.add_tel:after{content: '';width: 100%;display: inline;height: 0;}
.bold-title{margin-bottom: 10px !important;}
.small-title{font-size: 20px !important;}
/*新增*/
.mzpb_list{padding-top: 50px;}
.mzpb_list ul{zoom: 1;}
.mzpb_list ul:after{display: block;content: '';clear: both;}
.mzpb_list ul li{float: left;width: 45%;margin-right: 10%;background: #014f99;margin-bottom: 50px;border-radius: 6px;}
.mzpb_list ul li:nth-child(2n){margin-right: 0;}
.mzpb_list ul li a{display: block;font-size: 20px;color: #fff;font-weight: bold;text-align: center;line-height: 50px;letter-spacing:3px;}
.mzpb_list ul li:hover{background: #4d9edf;}
.yywh_nav{margin-top: 15px;}
.yywh_nav ul{zoom: 1;}
.yywh_nav ul:after{display: block;content: '';clear: both;}
.yywh_nav ul li{float: left;width: 33%;margin-right: 0.5%;overflow: hidden; position: relative;}
.yywh_nav ul li img{display: block;width: 100%;position: relative;z-index: 2;}
.yywh_nav ul li span{font-size: 20px;color: #0059ae;font-weight: bold;text-shadow: 1px -1px 4px #fff;position: absolute;bottom: 20px;left: 20px;z-index: 3;}
.yywh_nav ul li:nth-child(1){height: 395px;}
.yywh_nav ul li:nth-child(2),.yywh_nav ul li:nth-child(3){margin-bottom: 5px;}
.yywh_nav ul li:not(:first-child){height: 195px;}
.yywh_nav ul li:nth-child(3),.yywh_nav ul li:nth-child(5){margin-right: 0;}

/*.ksxq p{text-indent: 0 !important;}*/
.send-time,.look-nub{margin: 0 40px;}
.home_newimg{height: 243px;overflow: hidden;}


.zj_name_class{
	float: left;
	width: 100%;
	color: #014f99 !important;
	font-weight: bold;
}

.zj-class-name{
	padding: 20px 15px;
}
.zj-class-name span{
	display: block;
	width: 220px;
	height: 44px;
	background: url(../images/span-bg1.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	letter-spacing: 2px;
	border-radius: 5px;
}

/*历史沿革改*/
.lsyg_new{
	padding-top: 30px;
}
.lsyg_new ul li{
	zoom: 1;
}
.lsyg_new ul li:after{
	display: block;
	content: '';
	clear: both;
}
.lsyg-left{
	float: left;
	width: 17%;
	padding-right: 4%;
	font-weight: bold;
	font-size: 20px !important;
	line-height: normal !important;
	font-style: normal;
	color: #263768 !important;
	text-align: right;
}
.lsyg-right{
	width: 70%;
    border-left: 2px solid #000000;
    float: left;
    padding-left: 5%;
    position: relative;
    padding-bottom: 35px;
}
.lsyg-dw{
	width: 51px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: -25px;
    background: #fff;
}
.lsyg-dw1{
	width: 18px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 0px;
    line-height: normal !important;
}
.lsyg-right .bit{
	font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #263768;
    padding-bottom: 10px;
}
.lsyg-img{zoom: 1;}
.lsyg-img:after{display: block;content: '';clear: both;}
.lsyg-img img{float: left;width: 49%;}
.lsyg-img img:nth-child(1){margin-right: 2%;}

.color-qb td i{
	font-style: normal;
}
.color-qb td i:nth-child(1){
	color: #F00;
}
.color-qb td i:nth-child(2){
	color: #00b050;
}
.color-qb td i:nth-child(3){
	color: #0070c0;
}
.menzhen-class p{
	font-size: 14px;
	text-indent: 0;
}

.yywh-book ul{zoom: 1;}
.yywh-book ul:after{
	display: block;
	content: '';
	clear: both;
}
.yywh-book ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.yywh-book ul li:nth-child(3n){
	margin-right: 0;
}
.yywh-book-img{
	border: 1px solid #eee;
	padding: 10px 5px;
}
.yywh-book-img img{
	width: 100%;
}
.yywh-book ul li:hover .yywh-book-img{
	border: 1px solid #014f99;
}
.yywh-book ul li p{
	text-indent: initial;
	text-align: center;
}
.table-name{
	margin-bottom: 20px !important;
}

.whcl-list li .yywh-book-img{
	height: 280px;
	overflow: hidden;
}

.whcl-list li{
	width: 45% !important;
	margin-right: 10% !important;
}
.whcl-list li:nth-child(3n){
	margin-right: 10% !important;
}
.whcl-list li:nth-child(2n){
	margin-right: 0 !important;
}

.zj-class-nametwo{
	padding: 20px 15px;
}
.zj-class-nametwo span{
	font-size: 18px;
	color: #014f99;
	font-weight: bold;
}

.lsyg-img2 img{
	width: 100%;
	margin-bottom: 5px;
}
.jtzn-img{
	zoom: 1;
}
.jtzn-img:after{
	display: block;
	content: '';
	clear: both;
}
.jtzn-img img{
	width: 50%;
	float: left;
}

/*20240605改*/
.home-bannerBox{
	width: 100%;
	position: relative;
}
.bannerSwiper{
	width: 100%;
	overflow: hidden;
}
.bannerSwiper .swiper-slide img{
	display: block;
	width: 100%;
}
.home-bannerBox .swiper-pagination{
	bottom: 40px;
}
.home-bannerBox .swiper-pagination-bullet{
	width:12px;
	height:12px;
	opacity: 1;
	border-radius: 12px;
	background: #fff; 
	moz-box-shadow: 2px 2px 2px #555 inset;
	-webkit-box-shadow: 2px 2px 2px #555 inset;
	box-shadow: 2px 2px 2px #555 inset;
	cursor:pointer;
	transition-duration: 0.5s;
}
.home-bannerBox .swiper-pagination-bullet-active{
	background:#1b6fb3;
	width: 44px;
}
.home-bannerBox2{
	width: 100%;
	position: relative;
}
.bannerSwiper2 .swiper-slide img{
	display: block;
	width: 100%;
}
.home-bannerBox2 .swiper-pagination{
	bottom: 18px;
}
.home-bannerBox2 .swiper-pagination-bullet{
	width:12px;
	height:12px;
	opacity: 1;
	border-radius: 12px;
	background: #fff; 
	cursor:pointer;
	transition-duration: 0.5s;
}
.home-bannerBox2 .swiper-pagination-bullet-active{
	background:#1b6fb3;
}

.home-news-swiperBox{
	float: left;
    width: 48%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.h-news-img{
	height: 243px;
    overflow: hidden;
}
.h-news-img img{
	display: block;
	width: 100%;
}
.h-news-txt{
	width: 100%;
	height: 45px;
	background: #fff;
    font-size: 16px;
    color: #222;
    line-height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-news-swiperBox .swiper-pagination{
	width: auto !important;
	bottom: 50px !important;
	right: 10px !important;
	left: auto !important;
}
.home-news-swiperBox .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	float: left;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition-duration: 0.5s;
}
.home-news-swiperBox .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.zjjsSwiper{
	height: 232px;
}
.zjjsSwiper .swiper-slide{
	border: 1px solid #e4e4e4;
	padding: 5px;
}

@media (min-width: 1368px) and (max-width: 1441px){
	
}
@media (min-width: 1198px) and (max-width: 1367px){
	
}
@media (min-width: 992px) and (max-width: 1199px){
.xs-top{display: block;}
.logo{width: 37% !important;}
.header{display: none;}	
.home_list{display: none;}
.home_banner{margin-top: 50px;}
.w11{width: 98%;}
.home_banner .slideBox .hd{bottom: 20px;}
.mobile_search{width: 100%;margin-bottom: 10px;display: block;float: none;}
.header_nav_search input:nth-child(1){width: 80%;}
.header_nav_search input:nth-child(2){width: 20%;}
.home_column ul li img{display: none;}
.home_column{padding: 0;}
.home_column ul li p{font-size: 16px;line-height: 26px;padding: 10px;}
.home_column ul li span{display: none;}
.home_column ul li{background: #eeeeee;}
.home_column ul li:not(:last-child):after{height: 40px;top: 0;background:#fff}
.home_content{background: #fff;}
.home_information_fl{width: 100%;margin-right: 0;}
.home_message_com .slideBox{width: 100%;}
.home_message_com_fr{width: 100%;padding-left: 0;}
.home_information_fr{width: 100%;}
.home_banner2 .slideBox .hd{bottom: 0;}
.home_ksjs_fl{width: 100%;}
.ksjs_box_list ul li{font-size: 18px;height: 40px;line-height: 40px;}
.ksjs_box_list ul li:nth-child(1):before{display: none;}
.ksjs_box_list ul li:nth-child(2):before{display: none;}
.ksjs_box_list ul li:nth-child(3):before{display: none;}
.ksjs_box_list ul li:nth-child(4):before{display: none;}
.ksjs_box_nav ul li{width: 49%;margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(5n){margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(2n){margin-right: 0;}
.home_ksjs_fr{width: 100%;padding-left: 0;}
.home_zjjs_fl{width: 100%;}
.home_zjjs_fr{width: 100%;padding-left: 0;margin-top: 20px;}
.yb_img{height: auto;}
.footer_one_nav dl:nth-child(1){width: 100%;}
.footer_one_nav dl:nth-child(2){width: 100%;border-top: 1px solid #eee;}
.footer_two_fl p{padding-left: 38px;line-height: 24px;}

.nei_com_nav{margin-top: 0;}
.left_menu{width: 100%;position: relative;}
.now_add{height: 56px;}
.now_add span{font-size: 16px;line-height: 56px;}
.now_add span:after{top: 18px;}
.nei_com_right{width: 100%;margin-top: 10px;}
.left_menu_list{height: auto;padding: 0 15px;}
.left_menu_list ul{zoom: 1;}
.left_menu_list ul:after{display: block;content: '';clear: both;}
.left_menu_list ul li{float: left;width: 25%;}
.left_menu_list li a{padding-top: 10px;font-size: 14px;}
.left_menu_list li:after{display: none;}
.nei_com_title{border-left:2px solid #3c8bda;padding: 0; height: 40px;}
.nei_com_title p{padding-left: 15px;line-height: 40px;}
.nei_com_title p:before{display: none;}
.about_content{padding: 20px 15px;}
.about_content h4{font-size: 18px;}
.ldbz ul{padding: 0;}
.ldbz ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
.ldbz ul li:nth-child(3n){margin-right: 2%;}
.ldbz ul li:nth-child(2n){margin-right: 0;}
.ldbz_img p{font-size: 14px;line-height: 20px;padding: 5px 0;}
.lsyg_nav ul li{padding-left: 15px;}
.lsyg_nav ul li span{width: 15%;}
.lsyg_nav ul li p{width: 85%;text-indent: 0;}
.ywgk_list span:nth-child(1){width: 65%;}
.ywgk_list span:nth-child(2){width: 35%;}
.page a.on1{display: none;}
.page a.on{display: none;}
.menu_list_fen li{width: 100% !important;}
.left_menu_list li dl dd a{font-size: 14px;}
.left_menu_list li dl dd:before{top: 23px;}
.left_menu_list li dl dd:after{display: none;}
.spdb_video{width: 100%;padding-bottom: 20px;}
.kjfs_fl{width: 100%;padding: 0;margin-top: 175px;}
.nei_com_title2{height: 40px;}
.nei_com_title2 p{line-height: 40px;}
.nei_com_title2 p:before{top: 8px;left: 15px;}
.zjjs_list{padding: 20px 15px;}
.zj_name{width: 100%;margin-left: 0;}
.zjjs_list ul li{width: 100%;height: auto;min-height: auto !important;}
.zjjs_list ul li:nth-child(odd){border-right: none;padding-right: 0;}
.zjjs_list ul li:nth-child(2n){padding-left: 0;}
.zj_name span{width: 60px;margin-right: 24px;}
.zj_name span a{font-size: 15px;}
.special1{margin-right: 78px !important;}
.kjfs_menu{width: 100%;top: 0;padding-left: 0;border-right: 0;bottom: auto;}
.kjfs_title{background-size:100% auto;background-position: center; height: 56px;padding-top: 0;padding-left: 30px;right:0;}
.kjfs_title h3{margin-bottom: 0;font-size: 16px;margin-top: 8px;}
.kjfs_title h3:after{top: 0;}
.kjfs_menu ul{padding-left: 0;padding-top: 56px;zoom: 1;}
.kjfs_menu ul:after{display: block;content: '';clear: both;}
.kjfs_menu ul li{float: left;width: 25%;}
.kjfs_menu ul li img{display: none;}
.kjfs_menu ul li p{font-size: 14px;}
.ks_messages_nav img{width: 100%;}
.ks_messages_fr{width: 100%;padding-left: 5px;padding-right: 5px;}
.tilte_ks span{font-size: 16px;width: 210px;}
.zjjs_messages ul li{width: 49%;margin-right: 2%;}
.zjjs_messages ul li:nth-child(2n){margin-right: 0;}
.rcgl{padding: 20px 15px;}
.rcgl_nav{padding-top: 60px;padding-bottom: 60px;}
.cjcx_nav{width: 100%;height: 330px;}
.cjcx_nav h4{line-height: 56px;font-size: 20px;}
.cjcx_input{padding: 34px 5px;}
.cjcx_login{padding-left: 0;}
.cjcx_login a{width: 140px;font-size: 16px;}
.hydl{padding-top: 60px;padding-bottom: 60px;}
.hydl_login{width: 100%;height: auto;}
.hydl_login img{width: 100%;}
.hydl_fr{width: 100%;}
.hydl_fr h4{font-size: 20px;}
.hydl_fr>a{font-size: 16px;}
.hyzc{padding-top: 60px;padding-bottom: 60px;}
.hyzc_nav{width: 100%;height: auto;}
.hyzc_nav img{width: 100%;}
.hyzc_fr{width: 100%;padding: 25px 35px 20px 35px;}
.hyzc_fr h4{font-size: 20px;}
.hyzc_chose a{font-size: 16px;}
.yb_fl{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fc{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fr{width: 100%;}
.time_select{margin-left: 23%;}
.ksjs_com ul li{width: 49%;margin-right: 2%;}
.ksjs_com ul li:nth-child(5n){margin-right: 2%;}
.ksjs_com ul li:nth-child(2n){margin-right: 0;}
.ksjs_com h5{font-size: 16px;}
.about_content .zjjs_list{padding: 0;}
.zzjg_nav{padding: 20px 0;}
.nei_banner{margin-top: 50px;}
.fyjj_img img:nth-child(1){width: 100% !important;}

.zj_img{width: 40%;float: none;margin: 0 auto;}
.zjjj_fr{width: 100%;float: none;padding-left: 0;}

.hlyd_nav dl{width: 100%;margin-right: 0;}

.jxgz_img{width: 100%;}
.jxgz_all dl:nth-child(1) dd ul{width: 100%;padding-left: 0;}

.yzxx_nav{width: 100%;padding: 34px 5px;background-size: auto 100%;}
.yzxx_nav li>span{display: none;}
.yzxx_nav li>em{display: none;}
.yzxx_input textarea{width: 100%;}
.yzxx_input input{width: 100% !important;}
.ks_name_com span{font-size: 12px;}
.jgsz_nav_fl_name{width: 40px;}
.jgsz_nav_fl_name:after{width: 30px;}
.jgsz_nav_fc{padding-left: 15px;}
.jgsz_nav_fc li:before, .jgsz_nav_fr li:before{left: -20px;}
.jgsz_nav_fc li:after, .jgsz_nav_fr li:after{left: -20px;}
.jgsz_nav_fc_name:after, .jgsz_nav_fr_name:after{left: -20px;width: 19px;}
.jgsz_nav_fc_name, .jgsz_nav_fr_name{padding-left: 1px;}
.ks_name_com{width: 130px;}
.jgsz_nav_fc .ks_name_com{width: 112px;}
.jgsz_nav_fl_name{width: 40px;height: 310px;}
.jgsz_nav_fr{padding-left: 25px;}
.active_bm .ks_name_com:before{width: 15px;font-size: 12px;content: '';}
/*.yb_fl_img{padding: 10px 10px;}*/
.bmml li{width: 100%;}
.jksp_nav ul li{width: 100%;margin-right: 0;}
.ljsq_table{font-size: 12px;}
.ljsq_table input{font-size: 12px;}    
.ljsq_table textarea{font-size: 12px;}  
#str19{font-size: 12px;width: 45%;}
#str6{width: 50%;}  

#get_jl{font-size: 16px;width: 120px;}

.jgsz_nav_fr_box:nth-child(4){position: absolute;right: -17px;top: 138px;}
.jgsz_nav_fr_box:nth-child(5){position: absolute;right: -17px;top: 195px;}
.jgsz_nav_fr_box:nth-child(6){position: absolute;right: -17px;bottom: 300px;}
.jgsz_nav_fr_box:nth-child(7){position: absolute;right: -17px;bottom: 245px;}
/*.jgsz_nav_fr_box:nth-child(8){position: absolute;right: -17px;bottom: 110px;}*/
.jgsz_nav_fr_box:nth-child(9){position: absolute;right: -17px;bottom: 110px;}
.jgsz_nav_fr_box:nth-child(10){position: absolute;right: -17px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(11){position: absolute;right: -17px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(12){position: absolute;right: -17px;bottom: 0;}
.ksjs_box_nav ul li a{padding-left: 22px;}

.ksjs_box_nav ul li a{font-size: 14px;}
.ksjs_box_list ul li span{margin-left: 0;text-align: center;text-align-last: auto;}
.zjmz_nav_fn a{width: 100%;font-size: 16px;margin-bottom: 10px;}

.yywh_nav ul li{width: 100%;margin-bottom: 5px;margin-right: 0;}
.yywh_nav ul li:nth-child(1){height: 155px;}
.mzpb_list ul li a{line-height: 38px;}

.yyjj_img_fl{width: 100%;margin-right: 0;}
.yyjj_img_fr{width: 100%;}

/*.zjjj_fr dl dd span{width: 20%;}*/
/*.zjjj_fr dl dd p{width: 75%;}*/
.zjjj_fr dl dd p span:nth-child(2){margin-right: 120px;}
.zjjs_messages_img{height: 208px;}

/*.zjjs_list ul li:nth-child(15)>.zj_name>span:nth-child(15){width: 100%;}*/

.zjjs_list ul li:nth-child(15){
	min-height: auto;
}
.zjjs_list ul li:nth-child(16){
	min-height: auto;
}
.zjjs_list ul li:nth-child(17){
	min-height: auto;
}
.zjjs_list ul li:nth-child(18){
	min-height: auto;
}


.lsyg-left{
	width: 100%;
    padding-right: 0%;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}
.lsyg-right{
	width: 100%;
    border-left: none;
    padding-left: 0%;
}
.lsyg-dw{
	display: none;
}
.lsyg-dw1{
	display: none;
}
.whcl-list li{
	width: 100% !important;
	margin-right: 0;
}
.whcl-list li .yywh-book-img{
	height: auto;
}
.zjjs_list ul li:nth-child(14) .zj_name_two span:nth-child(1){width: 75%;}
.zjjs_list ul li:nth-child(20) .zj_name_two span:nth-child(1){width: 40%;}
/*.zjjs_list ul li:nth-child(22) .zj_name_two span:nth-child(1){width: 75%;}*/
.zjjs_list ul li:nth-child(35) .zj_name_two span:nth-child(12){width: 28%;margin-right: 22%;}


.home-news-swiperBox{
	width: 100%;
}

}
@media (min-width: 768px) and (max-width: 991px){
	.xs-top{display: block;}
.header{display: none;}	
.logo{width: 37% !important;}
.home_list{display: none;}
.home_banner{margin-top: 50px;}
.w11{width: 98%;}
.home_banner .slideBox .hd{bottom: 20px;}
.mobile_search{width: 100%;margin-bottom: 10px;display: block;float: none;}
.header_nav_search input:nth-child(1){width: 80%;}
.header_nav_search input:nth-child(2){width: 20%;}
.home_column ul li img{display: none;}
.home_column{padding: 0;}
.home_column ul li p{font-size: 16px;line-height: 26px;padding: 10px;}
.home_column ul li span{display: none;}
.home_column ul li{background: #eeeeee;}
.home_column ul li:not(:last-child):after{height: 40px;top: 0;background:#fff}
.home_content{background: #fff;}
.home_information_fl{width: 100%;margin-right: 0;}
.home_message_com .slideBox{width: 100%;}
.home_message_com_fr{width: 100%;padding-left: 0;}
.home_information_fr{width: 100%;}
.home_banner2 .slideBox .hd{bottom: 0;}
.home_ksjs_fl{width: 100%;}
.ksjs_box_list ul li{font-size: 18px;height: 40px;line-height: 40px;}
.ksjs_box_list ul li:nth-child(1):before{display: none;}
.ksjs_box_list ul li:nth-child(2):before{display: none;}
.ksjs_box_list ul li:nth-child(3):before{display: none;}
.ksjs_box_list ul li:nth-child(4):before{display: none;}
.ksjs_box_nav ul li{width: 49%;margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(5n){margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(2n){margin-right: 0;}
.home_ksjs_fr{width: 100%;padding-left: 0;}
.home_zjjs_fl{width: 100%;}
.home_zjjs_fr{width: 100%;padding-left: 0;margin-top: 20px;}
.yb_img{height: auto;}
.footer_one_nav dl:nth-child(1){width: 100%;}
.footer_one_nav dl:nth-child(2){width: 100%;border-top: 1px solid #eee;}
.footer_two_fl p{padding-left: 38px;line-height: 24px;}

.nei_com_nav{margin-top: 0;}
.left_menu{width: 100%;position: relative;}
.now_add{height: 56px;}
.now_add span{font-size: 16px;line-height: 56px;}
.now_add span:after{top: 18px;}
.nei_com_right{width: 100%;margin-top: 10px;}
.left_menu_list{height: auto;padding: 0 15px;}
.left_menu_list ul{zoom: 1;}
.left_menu_list ul:after{display: block;content: '';clear: both;}
.left_menu_list ul li{float: left;width: 25%;}
.left_menu_list li a{padding-top: 10px;font-size: 14px;}
.left_menu_list li:after{display: none;}
.nei_com_title{border-left:2px solid #3c8bda;padding: 0; height: 40px;}
.nei_com_title p{padding-left: 15px;line-height: 40px;}
.nei_com_title p:before{display: none;}
.about_content{padding: 20px 15px;}
.about_content h4{font-size: 18px;}
.ldbz ul{padding: 0;}
.ldbz ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
.ldbz ul li:nth-child(3n){margin-right: 2%;}
.ldbz ul li:nth-child(2n){margin-right: 0;}
.ldbz_img p{font-size: 14px;line-height: 20px;padding: 5px 0;}
.lsyg_nav ul li{padding-left: 15px;}
.lsyg_nav ul li span{width: 15%;}
.lsyg_nav ul li p{width: 85%;text-indent: 0;}
.ywgk_list span:nth-child(1){width: 65%;}
.ywgk_list span:nth-child(2){width: 35%;}
.page a.on1{display: none;}
.page a.on{display: none;}
.menu_list_fen li{width: 100% !important;}
.left_menu_list li dl dd a{font-size: 14px;}
.left_menu_list li dl dd:before{top: 23px;}
.left_menu_list li dl dd:after{display: none;}
.spdb_video{width: 100%;padding-bottom: 20px;}
.kjfs_fl{width: 100%;padding: 0;margin-top: 175px;}
.nei_com_title2{height: 40px;}
.nei_com_title2 p{line-height: 40px;}
.nei_com_title2 p:before{top: 8px;left: 15px;}
.zjjs_list{padding: 20px 15px;}
.zj_name{width: 100%;margin-left: 0;}
.zjjs_list ul li{width: 100%;height: auto;min-height: auto !important;}
.zjjs_list ul li:nth-child(odd){border-right: none;padding-right: 0;}
.zjjs_list ul li:nth-child(2n){padding-left: 0;}
.zj_name span{width: 60px;margin-right: 24px;}
.zj_name span a{font-size: 15px;}
.special1{margin-right: 78px !important;}
.kjfs_menu{width: 100%;top: 0;padding-left: 0;border-right: 0;bottom: auto;}
.kjfs_title{background-size:100% auto;background-position: center; height: 56px;padding-top: 0;padding-left: 30px;right:0;}
.kjfs_title h3{margin-bottom: 0;font-size: 16px;margin-top: 8px;}
.kjfs_title h3:after{top: 0;}
.kjfs_menu ul{padding-left: 0;padding-top: 56px;zoom: 1;}
.kjfs_menu ul:after{display: block;content: '';clear: both;}
.kjfs_menu ul li{float: left;width: 25%;}
.kjfs_menu ul li img{display: none;}
.kjfs_menu ul li p{font-size: 14px;}
.ks_messages_nav img{width: 100%;}
.ks_messages_fr{width: 100%;padding-left: 5px;padding-right: 5px;}
.tilte_ks span{font-size: 16px;width: 210px;}
.zjjs_messages ul li{width: 49%;margin-right: 2%;}
.zjjs_messages ul li:nth-child(2n){margin-right: 0;}
.rcgl{padding: 20px 15px;}
.rcgl_nav{padding-top: 60px;padding-bottom: 60px;}
.cjcx_nav{width: 100%;height: 330px;}
.cjcx_nav h4{line-height: 56px;font-size: 20px;}
.cjcx_input{padding: 34px 5px;}
.cjcx_login{padding-left: 0;}
.cjcx_login a{width: 140px;font-size: 16px;}
.hydl{padding-top: 60px;padding-bottom: 60px;}
.hydl_login{width: 100%;height: auto;}
.hydl_login img{width: 100%;}
.hydl_fr{width: 100%;}
.hydl_fr h4{font-size: 20px;}
.hydl_fr>a{font-size: 16px;}
.hyzc{padding-top: 60px;padding-bottom: 60px;}
.hyzc_nav{width: 100%;height: auto;}
.hyzc_nav img{width: 100%;}
.hyzc_fr{width: 100%;padding: 25px 35px 20px 35px;}
.hyzc_fr h4{font-size: 20px;}
.hyzc_chose a{font-size: 16px;}
.yb_fl{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fc{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fr{width: 100%;}
.time_select{margin-left: 23%;}
.ksjs_com ul li{width: 49%;margin-right: 2%;}
.ksjs_com ul li:nth-child(5n){margin-right: 2%;}
.ksjs_com ul li:nth-child(2n){margin-right: 0;}
.ksjs_com h5{font-size: 16px;}
.about_content .zjjs_list{padding: 0;}
.zzjg_nav{padding: 20px 0;}
.nei_banner{margin-top: 50px;}
.fyjj_img img:nth-child(1){width: 100% !important;}

.zj_img{width: 40%;float: none;margin: 0 auto;}
.zjjj_fr{width: 100%;float: none;padding-left: 0;}

.hlyd_nav dl{width: 100%;margin-right: 0;}

.jxgz_img{width: 100%;}
.jxgz_all dl:nth-child(1) dd ul{width: 100%;padding-left: 0;}

.yzxx_nav{width: 100%;padding: 34px 5px;background-size: auto 100%;}
.yzxx_nav li>span{display: none;}
.yzxx_nav li>em{display: none;}
.yzxx_input textarea{width: 100%;}
.yzxx_input input{width: 100% !important;}
.ks_name_com span{font-size: 12px;}
.jgsz_nav_fl_name{width: 40px;}
.jgsz_nav_fl_name:after{width: 30px;}
.jgsz_nav_fc{padding-left: 15px;}
.jgsz_nav_fc li:before, .jgsz_nav_fr li:before{left: -20px;}
.jgsz_nav_fc li:after, .jgsz_nav_fr li:after{left: -20px;}
.jgsz_nav_fc_name:after, .jgsz_nav_fr_name:after{left: -20px;width: 19px;}
.jgsz_nav_fc_name, .jgsz_nav_fr_name{padding-left: 1px;}
.ks_name_com{width: 130px;}
.jgsz_nav_fc .ks_name_com{width: 112px;}
.jgsz_nav_fl_name{width: 40px;height: 310px;}
.jgsz_nav_fr{padding-left: 25px;}
.active_bm .ks_name_com:before{width: 15px;font-size: 12px;content: '';}
/*.yb_fl_img{padding: 10px 10px;}*/
.bmml li{width: 100%;}
.jksp_nav ul li{width: 100%;margin-right: 0;}
.ljsq_table{font-size: 12px;}
.ljsq_table input{font-size: 12px;}    
.ljsq_table textarea{font-size: 12px;}  
#str19{font-size: 12px;width: 45%;}
#str6{width: 50%;}  

#get_jl{font-size: 16px;width: 120px;}

.jgsz_nav_fr_box:nth-child(4){position: absolute;right: -17px;top: 138px;}
.jgsz_nav_fr_box:nth-child(5){position: absolute;right: -17px;top: 195px;}
.jgsz_nav_fr_box:nth-child(6){position: absolute;right: -17px;bottom: 300px;}
.jgsz_nav_fr_box:nth-child(7){position: absolute;right: -17px;bottom: 245px;}
/*.jgsz_nav_fr_box:nth-child(8){position: absolute;right: -17px;bottom: 110px;}*/
.jgsz_nav_fr_box:nth-child(9){position: absolute;right: -17px;bottom: 110px;}
.jgsz_nav_fr_box:nth-child(10){position: absolute;right: -17px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(11){position: absolute;right: -17px;bottom: 0;}
.jgsz_nav_fr_box:nth-child(12){position: absolute;right: -17px;bottom: 0;}
.ksjs_box_nav ul li a{padding-left: 22px;}

.ksjs_box_nav ul li a{font-size: 14px;}
.ksjs_box_list ul li span{margin-left: 0;text-align: center;text-align-last: auto;}
.zjmz_nav_fn a{width: 100%;font-size: 16px;margin-bottom: 10px;}

.yywh_nav ul li{width: 100%;margin-bottom: 5px;margin-right: 0;}
.yywh_nav ul li:nth-child(1){height: 155px;}
.mzpb_list ul li a{line-height: 38px;}

.yyjj_img_fl{width: 100%;margin-right: 0;}
.yyjj_img_fr{width: 100%;}

/*.zjjj_fr dl dd span{width: 20%;}*/
/*.zjjj_fr dl dd p{width: 75%;}*/
.zjjj_fr dl dd p span:nth-child(2){margin-right: 120px;}
.zjjs_messages_img{height: 208px;}

/*.zjjs_list ul li:nth-child(15)>.zj_name>span:nth-child(15){width: 100%;}*/

.zjjs_list ul li:nth-child(15){
	min-height: auto;
}
.zjjs_list ul li:nth-child(16){
	min-height: auto;
}
.zjjs_list ul li:nth-child(17){
	min-height: auto;
}
.zjjs_list ul li:nth-child(18){
	min-height: auto;
}


.lsyg-left{
	width: 100%;
    padding-right: 0%;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}
.lsyg-right{
	width: 100%;
    border-left: none;
    padding-left: 0%;
}
.lsyg-dw{
	display: none;
}
.lsyg-dw1{
	display: none;
}
.whcl-list li{
	width: 100% !important;
	margin-right: 0;
}
.whcl-list li .yywh-book-img{
	height: auto;
}
.zjjs_list ul li:nth-child(14) .zj_name_two span:nth-child(1){width: 75%;}
.zjjs_list ul li:nth-child(20) .zj_name_two span:nth-child(1){width: 40%;}
/*.zjjs_list ul li:nth-child(22) .zj_name_two span:nth-child(1){width: 75%;}*/
.zjjs_list ul li:nth-child(35) .zj_name_two span:nth-child(12){width: 28%;margin-right: 22%;}





}
@media (max-width: 767px){
	
.xs-top{display: block;}
.header{display: none;}	
.home_list{display: none;}
.home_banner{margin-top: 50px;}
.w11{width: 98%;}
.home_banner .slideBox .hd{bottom: 20px;}
.mobile_search{width: 100%;margin-bottom: 10px;display: block;float: none;}
.header_nav_search input:nth-child(1){width: 80%;}
.header_nav_search input:nth-child(2){width: 20%;}
.home_column ul li img{display: none;}
.home_column{padding: 0;}
.home_column ul li p{font-size: 16px;line-height: 26px;padding: 10px 15px;}
.home_column ul li span{display: none;}
.home_column ul li{background: #eeeeee;}
.home_column ul li:not(:last-child):after{height: 40px;top: 0;background:#fff}
.home_content{background: #fff;}
.home_information_fl{width: 100%;margin-right: 0;}
.home_message_com .slideBox{width: 100%;}
.home_message_com_fr{width: 100%;padding-left: 0;}
.home_information_fr{width: 100%;}
.home_banner2 .slideBox .hd{bottom: 0;}
.home_ksjs_fl{width: 100%;}
.ksjs_box_list ul li{font-size: 18px;height: 40px;line-height: 40px;}
.ksjs_box_list ul li:nth-child(1):before{display: none;}
.ksjs_box_list ul li:nth-child(2):before{display: none;}
.ksjs_box_list ul li:nth-child(3):before{display: none;}
.ksjs_box_list ul li:nth-child(4):before{display: none;}
.ksjs_box_nav ul li{width: 49%;margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(5n){margin-right: 2%;}
.ksjs_box_nav ul li:nth-child(2n){margin-right: 0;}
.home_ksjs_fr{width: 100%;padding-left: 0;}
.home_zjjs_fl{width: 100%;}
.home_zjjs_fr{width: 100%;padding-left: 0;margin-top: 20px;}
.yb_img{height: auto;}
.footer_one_nav dl:nth-child(1){width: 100%;}
.footer_one_nav dl:nth-child(2){width: 100%;border-top: 1px solid #eee;}
.footer_two_fl p{padding-left: 38px;line-height: 24px;}

.nei_com_nav{margin-top: 0;}
.left_menu{width: 100%;position: relative;}
.now_add{height: 56px;}
.now_add span{font-size: 16px;line-height: 56px;}
.now_add span:after{top: 18px;}
.nei_com_right{width: 100%;margin-top: 10px;}
.left_menu_list{height: auto;padding: 0 15px;}
.left_menu_list ul{zoom: 1;}
.left_menu_list ul:after{display: block;content: '';clear: both;}
.left_menu_list ul li{float: left;width: 25%;}
.left_menu_list li a{padding-top: 10px;font-size: 14px;}
.left_menu_list li:after{display: none;}
.nei_com_title{border-left:2px solid #3c8bda;padding: 0; height: 40px;}
.nei_com_title p{padding-left: 15px;line-height: 40px;}
.nei_com_title p:before{display: none;}
.about_content{padding: 20px 15px;}
.about_content h4{font-size: 18px;}
.ldbz ul{padding: 0;}
.ldbz ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
.ldbz ul li:nth-child(3n){margin-right: 2%;}
.ldbz ul li:nth-child(2n){margin-right: 0;}
.ldbz_img p{font-size: 14px;line-height: 20px;padding: 5px 0;}
.lsyg_nav ul li{padding-left: 15px;}
.lsyg_nav ul li span{width: 15%;}
.lsyg_nav ul li p{width: 85%;text-indent: 0;}
.ywgk_list span:nth-child(1){width: 65%;}
.ywgk_list span:nth-child(2){width: 35%;}
.page a.on1{display: none;}
.page a.on{display: none;}
.menu_list_fen li{width: 100% !important;}
.left_menu_list li dl dd a{font-size: 14px;}
.left_menu_list li dl dd:before{top: 23px;}
.left_menu_list li dl dd:after{display: none;}
.spdb_video{width: 100%;padding-bottom: 20px;}
.kjfs_fl{width: 100%;padding: 0;margin-top: 175px;}
.nei_com_title2{height: 40px;}
.nei_com_title2 p{line-height: 40px;}
.nei_com_title2 p:before{top: 8px;left: 15px;}
.zjjs_list{padding: 20px 15px;}
.zj_name{width: 100%;margin-left: 0;}
.zjjs_list ul li{width: 100%;height: auto;min-height: auto !important;}
.zjjs_list ul li:nth-child(odd){border-right: none;padding-right: 0;}
.zjjs_list ul li:nth-child(2n){padding-left: 0;}
.zj_name span{width: 60px;margin-right: 24px;}
.zj_name span a{font-size: 15px;}
.special1{margin-right: 78px !important;}
.kjfs_menu{width: 100%;top: 0;padding-left: 0;border-right: 0;bottom: auto;}
.kjfs_title{background-size:100% auto;background-position: center; height: 56px;padding-top: 0;padding-left: 30px;right:0;}
.kjfs_title h3{margin-bottom: 0;font-size: 16px;margin-top: 8px;}
.kjfs_title h3:after{top: 0;}
.kjfs_menu ul{padding-left: 0;padding-top: 56px;zoom: 1;}
.kjfs_menu ul:after{display: block;content: '';clear: both;}
.kjfs_menu ul li{float: left;width: 25%;}
.kjfs_menu ul li img{display: none;}
.kjfs_menu ul li p{font-size: 14px;}
.ks_messages_nav img{width: 100%;}
.ks_messages_fr{width: 100%;padding-left: 5px;padding-right: 5px;}
.tilte_ks span{font-size: 16px;width: 210px;}
.zjjs_messages ul li{width: 49%;margin-right: 2%;}
.zjjs_messages ul li:nth-child(2n){margin-right: 0;}
.rcgl{padding: 20px 15px;}
.rcgl_nav{padding-top: 60px;padding-bottom: 60px;}
.cjcx_nav{width: 100%;height: 330px;}
.cjcx_nav h4{line-height: 56px;font-size: 20px;}
.cjcx_input{padding: 34px 5px;}
.cjcx_login{padding-left: 0;}
.cjcx_login a{width: 140px;font-size: 16px;}
.hydl{padding-top: 60px;padding-bottom: 60px;}
.hydl_login{width: 100%;height: auto;}
.hydl_login img{width: 100%;}
.hydl_fr{width: 100%;}
.hydl_fr h4{font-size: 20px;}
.hydl_fr>a{font-size: 16px;}
.hyzc{padding-top: 60px;padding-bottom: 60px;}
.hyzc_nav{width: 100%;height: auto;}
.hyzc_nav img{width: 100%;}
.hyzc_fr{width: 100%;padding: 25px 35px 20px 35px;}
.hyzc_fr h4{font-size: 20px;}
.hyzc_chose a{font-size: 16px;}
.yb_fl{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fc{width: 100%;margin-right: 0;margin-bottom: 25px;}
.yb_fr{width: 100%;}
.time_select{margin-left: 23%;}
.ksjs_com ul li{width: 49%;margin-right: 2%;}
.ksjs_com ul li:nth-child(5n){margin-right: 2%;}
.ksjs_com ul li:nth-child(2n){margin-right: 0;}
.ksjs_com h5{font-size: 16px;}
.about_content .zjjs_list{padding: 0;}
.zzjg_nav{padding: 20px 0;}
.nei_banner{margin-top: 50px;}
.fyjj_img img:nth-child(1){width: 100% !important;}

.zj_img{width: 40%;float: none;margin: 0 auto;}
.zjjj_fr{width: 100%;float: none;padding-left: 0;}

.hlyd_nav dl{width: 100%;margin-right: 0;}

.jxgz_img{width: 100%;}
.jxgz_all dl:nth-child(1) dd ul{width: 100%;padding-left: 0;}

.yzxx_nav{width: 100%;padding: 34px 5px;background-size: auto 100%;}
.yzxx_nav li>span{display: none;}
.yzxx_nav li>em{display: none;}
.yzxx_input textarea{width: 100%;}
.yzxx_input input{width: 100% !important;}
.ks_name_com span{display: block; font-size: 12px; line-height: 1.2;text-align: center;}
.jgsz_nav_fr_name{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jgsz_nav_fl_name{width: 40px;}
.jgsz_nav_fl_name:after{width: 30px;}
.jgsz_nav_fc{padding-left: 15px;}
.jgsz_nav_fc li:before, .jgsz_nav_fr li:before{left: -20px;}
.jgsz_nav_fc li:after, .jgsz_nav_fr li:after{left: -20px;}
.jgsz_nav_fc_name:after, .jgsz_nav_fr_name:after{left: -20px;width: 19px;}
.jgsz_nav_fc_name, .jgsz_nav_fr_name{padding-left: 1px;}
.ks_name_com{width: 110px;}
.jgsz_nav_fc .ks_name_com{width: 112px;line-height: 1.4;display: flex;justify-content: center;align-items: center;padding: 2px !important;}
.jgsz_nav_fl_name{width: 40px;height: 310px;}
.jgsz_nav_fr{padding-left: 25px;}
.about_content div{
	text-align: center;
}
.jgsz_nav{
	width: 337px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.active_bm .ks_name_com:before{width: 17px;font-size: 12px;content: '';}
/*.yb_fl_img{padding: 10px 10px;}*/
.bmml li{width: 100%;}
.jksp_nav ul li{width: 100%;margin-right: 0;}
.ljsq_table{font-size: 12px;}
.ljsq_table input{font-size: 12px;}    
.ljsq_table textarea{font-size: 12px;}  
#str19{font-size: 12px;width: 45%;}
#str6{width: 50%;}  

#get_jl{font-size: 16px;width: 120px;}

.ksjs_box_nav ul li a{padding-left: 22px;}

.ksjs_box_nav ul li a{font-size: 14px;}
.ksjs_box_list ul li span{margin-left: 0;text-align: center;text-align-last: auto;}
.zjmz_nav_fn a{width: 100%;font-size: 16px;margin-bottom: 10px;}

.yywh_nav ul li{width: 100%;margin-bottom: 5px;margin-right: 0;}
.yywh_nav ul li:nth-child(1){height: 155px;}
.mzpb_list ul li a{line-height: 38px;}

.yyjj_img_fl{width: 100%;margin-right: 0;}
.yyjj_img_fr{width: 100%;}

/*.zjjj_fr dl dd span{width: 20%;}*/
/*.zjjj_fr dl dd p{width: 75%;}*/
.zjjj_fr dl dd p span:nth-child(2){margin-right: 120px;}
.zjjs_messages_img{height: 208px;}

/*.zjjs_list ul li:nth-child(15)>.zj_name>span:nth-child(15){width: 100%;}*/

.zjjs_list ul li:nth-child(15){
	min-height: auto;
}
.zjjs_list ul li:nth-child(16){
	min-height: auto;
}
.zjjs_list ul li:nth-child(17){
	min-height: auto;
}
.zjjs_list ul li:nth-child(18){
	min-height: auto;
}


.lsyg-left{
	width: 100%;
    padding-right: 0%;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}
.lsyg-right{
	width: 100%;
    border-left: none;
    padding-left: 0%;
}
.lsyg-dw{
	display: none;
}
.lsyg-dw1{
	display: none;
}
.whcl-list li{
	width: 100% !important;
	margin-right: 0;
}
.whcl-list li .yywh-book-img{
	height: auto;
}
.zjjs_list ul li:nth-child(14) .zj_name_two span:nth-child(1){width: 75%;}
.zjjs_list ul li:nth-child(20) .zj_name_two span:nth-child(1){width: 40%;}
/*.zjjs_list ul li:nth-child(22) .zj_name_two span:nth-child(1){width: 75%;}*/
.zjjs_list ul li:nth-child(35) .zj_name_two span:nth-child(12){width: 28%;margin-right: 22%;}



.home-news-swiperBox{
	width: 100%;
}
.home_message_com{
	height: auto !important;
}
.jgsz_nav_fr .ks_name_com span {
    font-size: 12px;
   
}
}










































