@charset "utf-8";

body {
}

.px1400{ width:1400px;margin:0 auto;}

.banner-box{
    position: relative;
    overflow:hidden
}
.nav-box{


    width: 60%;float:right;


}
.nav{clear:both;}
.nav>ul>li {
    
    float: left;
    position: relative;
    width: 11%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;font-weight:bold;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}

.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>.sjx:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}


.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 150px;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    padding: 15px 10px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0.9;left:-41px !important;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    text-align:center;
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 22px;padding:7px 0;

}

.nav>ul>li>div>ul>li a:hover {
    color:  #005bad;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}


.head{
    padding: 20px 0;
}
.head-box {
  padding-bottom: 20px;
  z-index: 9999;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
}
.logo{
    float: left;margin-top:20px;
}

.ser{
    margin-top: 10px;
    float: right;
    height: 48px;
    position: relative;
}

.ser input{
    height: 48px;
    padding-right: 60px;
    border: solid 1px #005bad;
    border-radius: 4px;outline:none;
}

.ser-img{
    position: absolute;
    top: 0;
    right: -2px;
    width: 20%;
    height: 48px;
    background-color: #005bad;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    cursor: pointer;
}
.ser-img input {
    padding: 10px;
    width: 27px;height:27px;
    margin-left: 0%;
    background: #005bad;
}
.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-prev,
.banner .slick-next {
    width: 39px;
    height: 67px;
    opacity: 0.75;
    z-index: 9;
    display: none;
}

.banner .slick-prev {
    background: url() no-repeat;
    left: 0px;

}

.banner .slick-next {
    background: url() no-repeat;
    right: -1px;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    /* margin: 0 12px; */
}

.banner .slick-dots li button {
    font-size: 0px;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots .slick-active {
    border: solid 1px #ba1815;
    background-color: #ba1815;
}
.bg{width: 100%; height:auto; margin: 0px auto; background: url(../images/bg.jpg) top center no-repeat; }
.xw1{width:320px; height:150px; background:#fff; float:left; display:block; margin:20px; padding:20px;}

.xw1 a{display:block; margin-top:10px}
.xw1 span.time{ width:60px; height:30px; text-align:center; line-height:30px; font-size:16px; color:#fff; background:#005bad; border-radius:4px;display:block; }
.xw1 span.js{ line-height:24px; font-size:16px; color:#999;display:block; font-size:14px}

#i_nav {height:75px;background: #005bad;width:100%;/* margin-bottom: 25px; */}



#i_nav ul {
width:1200px;
margin: 0 auto;
}
#i_nav li {float:left;padding: 0 28px;font-size: 20px;line-height: 75px;color:#ffffff;font-weight: bold;}
#i_nav li a {
color:#ffffff
}
.i_list {margin:10px auto;width: 100%;}
.i_list span {
font-size: 14px;
float: right;
color: #999;
}
* {
margin: 0;
padding: 0;
border: 0;
}
ul,li {
list-style-type: none;
}
select,input,img,select {
vertical-align:middle;
}
a {
text-decoration: none;
color: #000;
}
body {
font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","宋体","Arial Narrow";
color: #000;
}
.column {height: 70px;line-height: 70px;position: relative;display: flex;align-items: flex-end;justify-content: space-between;}
.column span {
background-position: 0 0;
background-repeat: no-repeat;
font-size: 0;
}
.column::after {
display: block;
content: '';
}
section ul {



}
section ul li {
display: block;
align-items: center;
overflow: hidden;
}
section ul li::before {
display: block;
content: '';
background:#000
}
section ul li a {
overflow: hidden;
}

#zxbd dl {
border-bottom:1px dashed #a3aeaa;
}

#jdtp .swiper-slide {
position: relative;
overflow:hidden;
}
#jdtp .swiper-slide h2 {
overflow:hidden;
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,.6);
font-weight: normal;
box-sizing: border-box;
padding-left: 2%;
display: flex;
}
#jdtp .swiper-slide h2 a {
color: #fff;
max-width: 80%;
}
#jdtp .swiper-slide img {
display: block;
width: 100%;
}
#jdtp .swiper-pagination {
width: auto;
left: auto;
}
#jdtp .swiper-pagination-bullet {
background: #ffffff;
opacity: 1;
}
#jdtp .swiper-pagination-bullet-active {background: #ff9109;}
header {
width: 100%;
}
header img {
width: 100%;
}
.footer {
width: 1200px;
margin:0 auto;
}
section ul {
height: auto }
section ul li,section ul li a {line-height: 50px;position: relative;background: url();}
section ul li::before {width: 4px;height: 4px;margin-right: 8px;display: inline-block;margin: 0 6px 3px 0;position: absolute;top: 22px;left: 0;}
section ul li a {font-size: 16px;margin: 0 0 0 10px;}
.column::after {width: 440px;height: 3px;box-sizing: border-box;/* background:#0E7BD8; */}
.column a {position: absolute;right: 0;top: 6px;font-size: 14px;color: #666;}
article {
width: 1200px;
margin:0 auto 0;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
align-self: center;
}
article section:nth-of-type(1) {width: 1200px;margin: 0 auto 30px auto;/* display: flex; */justify-content: space-between;}
article section:nth-of-type(2) {
width: 1200px;
margin: 0 auto 30px auto;
display: flex;
justify-content: space-between;
}
article section:nth-of-type(3) {width: 1200px;margin: 0 auto 30px auto;display: flex;justify-content: space-between;margin-top: 32px;}
article section:nth-of-type(4) {width: 1200px;height: 380px;margin: 0 auto 30px auto;display: flex;justify-content: space-between;}

article section:nth-of-type(5) {
width: 1200px;
margin: 0 auto 30px auto;
display: flex;
justify-content: space-between;
;margin-top: 40px;
}

.column span {width: 160px;height: 55px;font-size: 28px;color: #005bad;font-weight: bold;}

#jdtp {width: 615px;float:left;height: 507px;margin:0;}
#jdtp .swiper-slide {height: 441px;}
#jdtp .swiper-slide h2 {
width: 100%;
height: 40px;
}
#jdtp .swiper-slide h2 a {
font-size: 16px;
line-height: 40px;
}
#jdtp .swiper-slide img {
min-height: 100%;
}
#jdtp .swiper-pagination {width: auto;left: auto;bottom: 74px;right: 8px;}
#jdtp .swiper-pagination-bullet {margin: 0 6px;width: 12px;height: 12px;}

#zxbd {width: 555px;/* height: 355px; */overflow: hidden;float:right;}
#zxbd dl {

}
#zxbd dl dt {

font-size:0;
margin-bottom: 5px;
margin-top: 20px;
}
#zxbd dl dt a {
font-size: 18px;
line-height: 25px;
font-weight: bold;
}
#zxbd dl dd {
height: 48px;
overflow: hidden;
font-size: 12px;
line-height: 2;
}
#zxbd ul {/* height: 240px; */overflow: hidden;}

#yqfk {width: 580px;flex-direction: column;justify-content: space-between;height:auto;margin-bottom:20px;float: left;}
#yqfk .column span {background-position: 0 -100px;width: 194px;}
#yqfk .column::after {
width: 500px;
}


#zxbd2 {
    width: 1200px;
    /* height: 355px; */
    overflow: hidden;
  }

#yqfk dl {
height: 75px;
padding: 20px 0;
border-bottom:1px dotted #ececec;
position: relative;
padding-left:0px;
}
#yqfk dl:last-child {
border-bottom:none;
}
#yqfk dl dt {
height: 25px;
line-height: 25px;
overflow: hidden;
margin-bottom: 5px;
}
#yqfk dl dt a {
font-size: 18px;
font-weight: bold;
color: #333333;
}
#yqfk dl dd:nth-of-type(1) {
color: #666;
font-size: 12px;
line-height: 2;
height: 72px;
overflow: hidden;
}
#yqfk dl dd:nth-of-type(1) a {
color: #666;
}
#yqfk dl dd:nth-of-type(2) {
position: absolute;
left: 0;
top: 20px;
width: 160px;
height: 110px;
}
#yqfk dl dd:nth-of-type(2) img {
display: block;
width: 100%;
min-height: 100%;
}

#spbb {
height:auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#spbb .column span {
background-position: 0 -50px;
}
#spbb figure {
height: 215px;
position: relative;
}
#spbb figure img {
display: block;
width: 100%;
height: 100%;
}
#spbb figure h2 {
position: absolute;
left: 0;
bottom: 0;
height: 30px;
line-height: 30px;
width: 100%;
overflow: hidden;
text-align: center;
background:rgba(0,0,0,.65);
font-size: 0;
padding:0 5px;
box-sizing: border-box;
}
#spbb figure h2 a {
font-size: 14px;
line-height: 30px;
color: #fff;
}

#kpxzs {height:auto;display: flex;width: 580px;float: left;flex-direction: column;/* justify-content: space-between; */}
#kpxzs .column span {width: 185px;background-position: 0 -150px;}
#kpxzs .column::after {
width: 485px;
}
html #hm_t_undefined .hm-t-go-top {
position:fixed;
right:2px;
bottom:2px;
z-index:99998;
cursor:pointer;
width:40px;
height:37px!important;
text-align:center;
white-space:normal;
font-size:14px;
line-height:17px;
padding-top:3px;
color:#fff;
background:#404040;
}
#fzxwwCP {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#fzxwwCP div.txt {
text-align: center;
}
#fzxwwCP ul {
display: flex;
}
.ifooter {background: #005bad;clear:both;color:#116eaf;width:100%;padding:20px 0;}
.ifooter p {
margin:0;
padding:0;
line-height:34px;
font-size:14px;
text-align:center;
color:#ffffff
}
.ifooter p a{

color:#ffffff
}
#twfylist {
width:100%;
display: flex;
flex-direction: column;
justify-content: space-between;
height:auto;
margin-bottom:20px }
#twfylist .column {/* padding:20px 0; */position: relative;margin-bottom: 20px;border-bottom: 2px #ded5d1 solid;}
#twfylist .column span {
background-position: 0 -100px;
}
#twfylist .column::after {
width:1190px;
}
#twfylist dl {
height: 110px;
padding: 24px 0;
border-bottom:1px dotted #ececec;
position: relative;
padding-left: 180px;
}
#twfylist dl:last-child {
border-bottom:none;
}
#twfylist dl dt {
height: 25px;
line-height: 25px;
overflow: hidden;
margin-bottom: 5px;
}
#twfylist dl dt a {
font-size: 18px;
font-weight: bold;
color: #333333;
}
#twfylist dl dd:nth-of-type(1) {
color: #666;
font-size: 12px;
line-height: 2;
height: 72px;
overflow: hidden;
}
#twfylist dl dd:nth-of-type(1) a {
color: #666;
}
#twfylist dl dd:nth-of-type(2) {
position: absolute;
left: 0;
top: 20px;
width: 160px;
height: 110px;
}
#twfylist dl dd:nth-of-type(2) img {
display: block;
width: 100%;
min-height: 100%;
}
.lm_list {
width:100%
}
.lm_list li {width:100%;line-height: 48px;height: 48px;position: relative;}
.lm_list a {float: left;display: block;width: 80%;line-height: 48px;height: 48px;margin: 0 0 0 10px;}
.lm_list span {float:right;display:block;width:17%;text-align:right;line-height: 48px;height: 48px;font-size: 14px;}


#icontent {
padding: 0 40px;
background: #fcfcfc;
overflow: hidden;
margin: 15px auto
}
.c-content {
height: auto;
overflow: hidden;
position: relative;
margin: 30px auto 40px auto;
padding: 0 20px;
}
.c-content .c-title {
font-size: 30px;
color: #cc3333;
line-height: 50px;
text-align: center
}
.c-content .other-s {
font-size: 14px;
line-height: 35px;
text-align: center;
color: #666666;
background: #f5f5f5;
margin: 15px auto 0 auto;
position: relative;
}
.c-content .other-s .sjfx {
position: absolute;
right: 10px;
top: 10px;
}
.c-content .nr-info {
height: auto;
overflow: hidden;
position: relative;
text-align: left
}
.c-content .nr-info p {
font-size: 16px;
color: #333333;
line-height: 30px;
margin: 15px 0;
text-indent: 2em;
text-align: left
}
.c-content .nr-info img,.c-content .nr-info table{display:block;max-width:100%;margin:0 auto}

.wz_fj {
}
.wz_fj p {
line-height: 36px;
color: #0d8100;
font-size: 16px;
background: url("") left center no-repeat;
padding: 0 0 0 20px
}
.wz_fj a {
line-height: 36px;
font-size: 16px;
}
.wzclose-relative {
text-align: center;
margin-top: 30px;
}
.wzclose-relative span {
margin: 0 15px;
}
.i-sxt {
border-top: #d9d9d9 1px solid;
margin: 20px auto;
padding: 20px 0;
position: relative;
}
.i-sxt p {
display: block;
width: 100%;
float: left;
margin: 0;
padding: 0;
}
.i-sxt a {
color: #555555;
font-size: 14px;
line-height: 30px;
}
.i-sxt a:hover {
color: #cc0010;
}

@media only screen and (max-width: 767px) {
.column span {font-size:20px}
}



.yqlj-q {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #2170b8;
}

.yqlj {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.yqlj div {
	width: 220px;
	position: relative;
}

.yqlj span {
	width: 220px;
	height: 30px;
	border: 1px solid #fff;
	background: url(../images/xsj.png) no-repeat 190px center;
	display: block;
	line-height: 27px;
	font-size: 14px;
	padding-left: 20px;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
}

.yqlj div:hover ul {
	display: block;
}

.yqlj ul {
	width: 220px;
	background-color: #06c;
	max-height: 186px;
	position: absolute;
	left: 0;
	bottom: 29px;
	display: none;
	overflow: hidden;
	overflow-y: auto;
	transition: 0.5s;
}
.fl{float:left;}
.yqlj ul li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.yqlj ul li a {
	font-size: 13px;
	color: #fff;
}

.yqlj ul li a:hover {
	/* color: #0861c1; */
}

.yqlj div {
	margin-left: 30px;
}

.yqlj .yqlj-1 {
	margin: 0;
}

.yqlj h1 {
	margin-right: 16px;
	font-size: 15px;
	color: #fff;
	margin-top: 6px;
	font-weight: bold;
}