html,body{
	margin: 0;padding: 0; border: 0;
	font-size: 14px;
	font-family: "PingFang SC",Arial,"Microsoft YaHei",sans-serif;
}
a{text-decoration: none; color: #666; }
.clearfix{overflow:auto;_height:1%}
.inner{margin: 0px auto;
	width: 1200px;position: relative;
}
.header{
	height: 310px;z-index: 100;position: relative;
}

.h_1{height: 30px;line-height: 30px; 
background: #003169;
color: #CCCCCC;
}
.h_2{
	height: 240px;
	background: #E3E7EA url(../images/bg01.jpg) no-repeat center center;
}
.h_2 .inner{
	background: #E3E7EA url(../images/bg01.jpg) no-repeat center center;
	height: 240px;
}
.h_2.dangjian{
	height: 270px;
	background: #E3E7EA url(../images/bg02.jpg) no-repeat center center;
}
.h_2.dangjian .inner{
	background: #E3E7EA url(../images/bg02.jpg) no-repeat center center;
	height: 270px;
}

.logo{
	position: absolute; left: 0px;
	top: 70px;border: 0px;
}
.dangjian .logo {
    top:100px;
}

.searchbox{
	width: 300px; height: 32px;
	position: absolute;right: 0px; top: 75px;
}
.dangjian .searchbox {
    top:105px;
}
.searchbox .txt{
	width: 220px; height: 32px;line-height: 32px;
	position: absolute;left: 0px; top: 0px;
	box-sizing: border-box;
	border: 1px solid #004CA0;
	border-radius: 5px 0px 0px 5px;
	background: transparent;
	padding: 0px 10px;
}
.dangjian .searchbox .txt{

	background: #fff;
}
.searchbox .btn{
	width: 80px; height: 32px;line-height: 32px;
	position: absolute;right: 0px; top: 0px;
	background: #004CA0 url(../images/search.png) no-repeat 10px center;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	border: 0px;
	box-sizing: border-box;
	padding-left: 25px;
}
.h_3{ height: 40px;background: #004CA0;}
.menus{
	margin: 0px auto;
	position: relative;
	width: 1200px;
	height: 40px;
}
.menus>a{
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	text-decoration:none;
	background: #004CA0;
}
.menus>a:before{
	content: " ";
	position: absolute;
	left: 0px;
	top: 12px;
	height: 16px;
	width: 1px;
	overflow: hidden;
	background: #0063CB;
}
.menus>a:last-child::after{
	content: " ";
	position: absolute;
	right: 0px;
	top: 12px;
	height: 16px;
	width: 1px;
	overflow: hidden;
	background: #0063CB;
}
.menus>a:hover{
	cursor: pointer;
	background: #D80607;
}
.menus>a.on{
	background: #D80607;
}
.menus>a:hover:before,.menus>a:hover:after,.menus>a:hover+a:before{
	display: none;
}
.menus .sub{
	position: absolute;width: 100%;
	left: 0px; top: 40px;
	background: #ccc;
	display: none;
}
.menus .sub a{
	display: block;
	background: #F2F2F2;
	border-bottom: 1px #fff solid;
	color: #323232;
}
.menus .sub a:hover{
	background: #E6E6E6; color: #014C9F;
}
.menus a:hover .sub{
	display: block;
}


.contenter{
	padding-top: 40px;
	padding-bottom: 54px;z-index: 0;position: relative;
}
.c_1{
	height: 390px;
}
.c_2{
	height: 80px;margin-top: 40px;
}
.c_3{
	height: 430px;margin-top: 40px;
}
.c_4{
	height: 110px;margin-top: 30px;
	background: url(../images/c4.jpg);
}
.dangjian.c_4{
	height: 110px;margin-top: 30px;
	background: url(../images/djbanner.jpg);
}
.c_5{
	height: 430px;margin-top: 30px;
}
.c_6{
	height: 376px;margin-top: 20px;
}

.boxer{
	height: 100%;border:1px solid #E6E6E6;box-sizing: border-box;
	padding: 5px 20px 0px 20px;
}
.boxer .tit{
	height: 40px;line-height: 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #DCDCDC;
}
.boxer .tit .tit_t{
	float: left; color: #004D9F; font-size: 19px; font-weight: bold;
	position: relative;
}
.boxer .tit .tit_t:after{
	content: " ";
	position: absolute;
	bottom:0px ;height: 2px;left: 0px; right: 0px; overflow: hidden;
	background: #004CA0;
}
.boxer .tit a.more{
	float: right;line-height: 40px; color:#7E7E7E ;font-size: 16px;
	text-decoration: none;
}
.boxer .con ul{
	line-height: 30px; font-size:16px ;
	margin: 10px 0px 0px 0px; padding: 0;list-style-type: none;
}
.boxer .con ul li{
	height: 30px;
position:relative;
background: url(../images/dot.jpg) no-repeat left center;
padding-left: 13px;
width: 100%;
box-sizing: border-box;
padding-right: 60px;
overflow: hidden;
}
.boxer2 .con ul li{

padding-right: 100px;
}
.boxer .con ul li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #343434;
}
.boxer .con ul li a:hover{
	color: #0063CB;
}
.boxer .con ul li span{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999999;
}


.tabs .tit .tit_t:after{
	display: none;
}
.tabs .tabs_t a{
	float: left;
	color: #333333; font-weight: 400;
	padding: 0px 15px;position: relative;
	cursor: pointer;
}
.tabs .tabs_t a:first-child{
	padding-left: 0px;
}
.tabs .tabs_t a.on{
	color: #004D9F; font-weight: bold;
}
.tabs .tabs_t a:after{
	content: " ";
	position: absolute;right: -1.5px;
	top:11px ;height: 19px;width: 1px; overflow: hidden;
	background: #BFBFBF;
}
.tabs .tabs_t a:last-child::after{
	display: none;
}
.tabs .tabs_t a.on:before{
	content: " ";
	position: absolute;
	bottom:0px ;height: 2px;left: 15px; right: 15px; overflow: hidden;
	background: #004CA0;
}
.tabs .tabs_t a.on:first-child::before{
	left: 0px;
}
.tabs .tabs_c{
	display:none;
	position: relative;
}
.tabs .tabs_c.on{
	display:block;
}
.tabs .tabs_c a.more{
	position: absolute;
	right: 0;
	bottom: -20px;
	text-decoration: none;
	color: #014DA1;
}

.pic_news{
	width: 589px;float: left;
}
.pic_news .picbox{
	margin-top: 5px;
}
.pic_news .swiper-container{
	height: 320px;
}
.pic_news .swiper-slide a{
	position:absolute ;
	left: 0;right: 0;
	bottom: 0;
	top: 0;
}
.pic_news .swiper-slide a span{
	position:absolute ;
	left: 0;right: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
}
.pic_news .swiper-slide a i{
	position:absolute ;
	right: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	width: 50px;
	font-style: normal;
}
.xh_news{
	width: 590px;float: right;
}

.c_2 a{
	height: 80px;width: 160px;background:url(../images/ButtonBg01.png) no-repeat;
	float: left;margin-right: 13px;
	font-size: 18px;
	color: #fff;
	line-height: 80px; font-weight: bold;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
    text-decoration: none;
}
.c_2 a:last-child{
	margin-right:0px ;
}
.c_2 a img{
	margin-right: 8px;
}
.c_2 a:hover{
	background-image: none;
	background-color: #015EC5;
	border-radius: 10px;
}


.hyfc_news{
	width: 800px;float: left;
}
.tz_news{
	width: 380px;float: right;
}

.zwh_news{
	width: 800px;float: left;
}
.peixun_news{
	width: 380px;float: right;
}

.hnpp_news{
	width: 589px;float: left;
}
.hyjg_news{
	width: 589px;float: right;
}

.imgnews{
	height: 158px;position: relative;
	margin-top: 20px;
}
.imgnews img{
	width:280px;height: 158px;

}
.imgnews .imgnews_img{
	width:280px;height: 158px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;

}
.imgnews .imgnews_r{
	background: #F5F5F5;
	position:absolute ;
	left: 280px;
	top: 0px;
	bottom: 0px;
	right: -20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.imgnews .imgnews_t{
   height: 40px; line-height: 40px;
   font-size: 20px; font-weight: bold; color: #333333;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.imgnews .imgnews_m{
   line-height: 26px;
   overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #595959;
    font-size: 14px;
}
.imgnews .imgnews_b{
   text-align: right;
   color: #595959; line-height: 26px;
}

.footer{
	height: 226px;
	background:#252525 ;
	box-sizing: border-box;
	border-top: 6px solid #004CA0;
	color: #EAEAEA;
}
.footer a{color: #EAEAEA;}

.f_l{
	float: left;
	width:580px;
	font-size: 14px;
	padding-top: 20px;
	
}
.f_l_1{line-height: 60px; height: 60px;
}
.f_l_1 a{float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 0px 30px;
}
.f_l_1 a:first-child{
	padding-left: 0px;
}
.f_l_1 a:after{
	content: "-";
	position: absolute;
	width: 30px;
	text-align: center;
	right: -15px;
	top: 0px;
}
.f_l_1 a:last-child:after{
	display: none;
}
.f_l_1 a:hover{
	color: #007AFF;
}
.f_l_1 a:hover:after{
	color: #fff;
}
.f_l_2,.f_l_3{
	line-height: 30px;
}
.f_l_4{
	line-height: 30px; margin-top: 10px;
}
.f_r{
	float: right;
	padding-right: 200px;
	position: relative;
}
.gzh{
	float: left;
	padding-top: 37px;
	margin-right: 20px;
	text-align: center;
}
.xcx{
	float: left;padding-top: 37px;
	text-align: center;
	margin-right: 20px;
}
.gzh img,.xcx img{
	width: 120px;
	height: 120px;
	background: #fff;
	margin-bottom: 7px;
}
.f_r .qq{
	width: 200px;
	height: 44px;
	border: 1px solid #fff;
	position: absolute;
	right: 0px;
	top: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 45px;
	background: url(../images/qq.png) no-repeat 10px center;
	line-height: 44px;
}
.f_r .mail{
	width: 200px;
	height: 44px;
	border: 1px solid #fff;
	position: absolute;
	right: 0px;
	top: 104px;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 45px;
	background: url(../images/mail.png) no-repeat 10px center;
	line-height: 44px;
}

.about.contenter{
	padding-top: 30px;
}
.about .c_4{
	margin-top: 0px;
}
.about .lxwm{
	padding: 30px 0px; position: relative;
}
.about .lxwm .tit{
	float: left; color: #4D4D4D; font-size: 32px; font-weight: bold;
	position: relative;
	padding: 0px 10px;
	line-height: 60px;
}
.about .lxwm .tit:before{
	content: " ";
	position: absolute;
	bottom:0px ;height: 1px;left: 0px; width: 1200px; overflow: hidden;
	background: #E6E6E6;
}
.about .lxwm .tit:after{
	content: " ";
	position: absolute;
	bottom:-2px ;height: 4px;left: 0px; right: 0px; overflow: hidden;
	background: #004CA0;
}

.about .lxwm .con{
	clear: both;
	padding: 20px 0px;
	font-size: 18px;
	color: #4D4D4D;
	line-height: 30px;
}
.about .lxwm .leftinfo{
	margin-top: 20px;
	width: 570px;
	border-top: 1px solid #E6E6E6;
	font-size: 16px;
	padding: 30px 0px 50px 0px;
	border-bottom: 4px solid #CACACA;
}

.about .lxwm .inf1{
	height: 44px; line-height: 44px;
	padding-left: 48px;
	background: url(../images/about_icon.jpg) no-repeat 1px 3px;
}
.about .lxwm .inf2{
	height: 44px; line-height: 44px;
	padding-left: 48px;
	background: url(../images/about_icon.jpg) no-repeat 1px -42px;
}
.about .lxwm .inf3{
	height: 44px; line-height: 44px;
	padding-left: 48px;
	background: url(../images/about_icon.jpg) no-repeat 1px -87px;
}
.about .lxwm .inf4{
	height: 44px; line-height: 44px;
	padding-left: 48px;
	background: url(../images/about_icon.jpg) no-repeat 4px -132px;
}
.about .map{
	border: 1px solid #CCCCCC;
    height: 259px;
    width: 577px;
    position: absolute;
    right: 0px;
    top: 210px;
    background: #eee;
}


.pub_contentbox{
	margin: 24px 0px;
}
.pub_c_left{
	float: left;
	width: 280px;
	text-align: center;
}
.pub_c_left .tit{
	height: 50px; line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #004CA0;
}
.pub_c_left .con {
	border:1px solid #ccc;
}
.pub_c_left .con a{
	display: block;
	border-bottom: 1px dashed #ccc;
	line-height: 50px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	margin: 0px 20px;
}
.pub_c_left .con a.on{
	color: #004B9F; font-weight: bold;
}
.pub_c_left .con a:last-child{
	border-bottom: 0px;
}
.pub_c_right{
	float: right;
	width: 900px;
}
.site_path{ font-size: 16px; color: #666;
	padding: 24px 0px 10px 0px;
}
.site_path a{
	margin: 0px 5px;
}
.pub_c_right_con{
	min-height: 300px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 30px;
}
.pub_c_right_con .tit{
	border-bottom: 1px solid #ccc;
	height: 44px;
}
.pub_c_right_con .tit span{
	float: left; color: #666; font-size: 22px; font-weight: bold;
	position: relative;
	padding: 0px 10px;
	line-height: 44px;
}
.pub_c_right_con .tit span:after{
	content: " ";
	position: absolute;
	bottom:-2px ;height: 2px;left: 0px; right: 0px; overflow: hidden;
	background: #004CA0;
}

.pub_c_right_con .con{
	font-size:16px;
    line-height:30px;
    color:#4C4C4C;
}
.pub_c_right_con .con p{
 text-indent:2em;
}
.pub_c_right_con .con img{
  max-width:836px;
}

    .pub_c_right_con .newslist {
        border-top:0px;
        padding-top:0px;
    }


.newslist {
    border-top:1px solid #CDCDCD;
    padding-top:30px;
} 
.newslistitem {
    position:relative;
    margin-bottom:20px;
    background: #F5F5F5;
    height: 170px;
}
.searchlist {
 
}
.searchlist .newslistitem{
    height:127px;
    box-sizing:border-box;
       padding:15px;
       text-align:left;
     
}
.searchlist .newslistitem .imgnews_img{
width:280px;height: 158px;
    background-color:#fff;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}
.searchlist .newslistitem .imgnews_t {
     height:34px; line-height:34px;
}
.searchlist .newslistitem .imgnews_m {
     -webkit-line-clamp: 2;
     height:44px;
     line-height:22px;
}
.searchlist .newslistitem .imgnews_b {
   
}

.newslistitem {
      box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.newslistitem img{
	width:280px;height: 170px;
}
    .newslistitem .imgnews_div {
        width:280px;height: 170px;
        padding:10px;
        box-sizing:border-box;
        background-color:#fff;
    }
.newslistitem .imgnews_img{
width:260px;height: 150px;
    
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}
    .bantype4 .imgnews_div {
    display:none;
    }
    .bantype4 .newslistitem .imgnews_r {
    left:0px;
    }

.newslistitem .imgnews_r{
	background: #F5F5F5;
	position:absolute ;
	left: 280px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.newslistitem .imgnews_t{
   height: 40px; line-height: 40px;
   font-size: 20px; font-weight: bold; color: #333333;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
width:100%;
}
.newslistitem .imgnews_m{
   line-height: 26px;
   overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #595959;
    font-size: 14px;
    height: 78px;
}
.newslistitem .imgnews_b{
   color: #595959; line-height: 30px;
}
.newslistitem .imgnews_b span:first-child {
    float:left;
}
.newslistitem .imgnews_b span:last-child {
    float:right;
}

div.news-flip {
		text-align: center;
		padding-top: 30px;
		color: #838383;
	}
		div.news-flip > a, div.news-flip > span {
			font-size: 15px;
			height: 25px;
			display: inline-block;
			margin: 0px 3px;
			width: 25px;
			line-height: 25px;
			text-align: center;
			background-color: #dbdbdb;
		}
		div.news-flip > a.first {
			width: 60px;
		}
		div.news-flip > a.last {
			background-color: #959595;
			width: 60px;
			color: #FFF;
		}
		div.news-flip > a.active {
			background-color: #246fd5;
			color: #FFF;
		}
		div.news-flip > a:hover{
			background-color: #246fd5;
			color: #FFF;
		}


.newsbg {
    background:#F2F2F2;
}
.newdetail {
    width:1200px;
     margin:0px auto;
    font-size:16px; line-height:40px;
    text-align:left;
    padding:20px 0px;
}
    .newdetail .inner {
        box-sizing:border-box;
        border:1px solid #E6E6E6;
        min-height:400px;
        background:#fff;
        padding:30px;
    }

    .detailtit { 
        padding-top:20px;
            text-align:center;
            font-size:30px;
            border-bottom:1px dashed #ccc;
            font-weight:bold;
        }
.d_info {
    font-size:16px; line-height:50px; color:#999999;
}
        .newdetail img{
            max-width:700px;margin:10px auto;
        }
.de_con p{
    text-indent:2em;
}

.px_tit1 {
    width:1068px;height:50px;
    background:url(../images/peixun_tit1.jpg);
}
.px_tit2 {
    width:1068px;height:50px;
    background:url(../images/peixun_tit2.jpg);
}
.px_about {
    border-bottom:1px dashed #ccc;
    min-height:100px;
    margin-bottom:20px;
    padding:20px 0px;
    text-indent:2em;
}
.px_box {
    height: 230px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:1068px;
    padding:30px 0px 20px;
    align-content: center;
}
.px_box_i {
    width:50%;
    display: flex;
    flex-direction: row;
    height:54px;
    margin-bottom:10px;
}
.px_box_i .tit{
   width: 130px;
    line-height: 34px;
    text-align: right;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0px 10px;
}
.px_box_i .tit span{
    color:#666;
   font-weight:400;
}
.px_box_i .con{
    flex:1;
}
.px_box_i .con input{
    box-sizing:border-box;
    width:100%;
    border: 1px solid #ccc;
    height:34px;
    line-height:34px;
    padding:0px 10px;
    box-sizing:border-box;
}
.px_box_b {
    width:100%;text-align:center;
}
.px_btn {
    cursor:pointer;
    font-size:24px;
    border:0px;
    border-radius:7px;
    width:260px; height:50px;
    color: #fff;
	background: -webkit-linear-gradient(#087DFE, #004CA0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#087DFE, #004CA0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#087DFE, #004CA0); /* Firefox 3.6 - 15 */
	background: linear-gradient(#087DFE, #004CA0); /* ±ê×¼µÄÓï·¨ */
}