@charset "utf-8";
html{    min-width: 1438px;}
#vsb_content table {
	border-width: 1px 0px 0px 1px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-image: initial;
	border-left-style: solid;
	border-left-color: rgb(221, 221, 221);
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	width: 100%;
	margin: 20px auto;
}

#vsb_content table tr td {
	border-width: 0px 1px 1px 0px;
	border-left-style: initial;
	border-left-color: initial;
	border-top-style: initial;
	border-top-color: initial;
	line-height: 23px;
	padding: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
}

#vsb_content table tr td p {
	text-indent: 0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}
.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}
.fade-2{width: 368px;height: 264px;}
.fade-2 .image img{
	width:100%;
	height: 264px;
	object-fit:cover;
	position:relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	}
.fade-2 .text{position:absolute;left:0px;bottom:0px;background:#000;opacity:0.7;height:60px;line-height:60px;width:100%;}
.fade-2 .text a{color:#fff;display:inline-block;padding:0 10px;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 70%;}
.fade-2 .text span{color:#fff;display:inline-block;position: relative;top: -22px;font-size: 16px;}
.fade-2 .slick-dots{position: absolute;right: 10px;bottom: 20px;color: #fff;text-align: center;line-height: 1;}
.fade-2 .slick-dots li{display:inline-block;width:8px;height:8px;margin-right:5px;cursor:pointer;background: #fff;}
.fade-2 .slick-dots li.slick-active{background: #2387c1;}
.fade-2 .slick-dots button{display:none;}
.fade-2 button:before{outline:none;border:none;}
.fade-2 .image:hover img,.fade-1 .image:hover img,.video li .img:hover img{transform:scale(1.1);}

*{ margin:0; padding:0; font-family:'Microsoft YaHei';}
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body{ background:#fff; font-size:14px; color:#000; }
img{ border:0;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a{ text-decoration:none; color: #000;}

.fr{ float:right!important;}
.clr{ clear:both;}
.fade{
    display: none;
}
.top{
    width: 100%;
    height: 317px;
    background: url("../images/topbg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.topbg{
    width: 1300px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 602px;
    height: 64px;
}
.search{
    width: 200px;
    height: 38px;
    background: white;
    border-radius: 5px;
}
.search-input{
    width: 160px;
    height: 38px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-indent: 5px;
}
.search-btn{
    margin-left: 5px;
}



.banner{
    width: 1381px;
    height: 262px;
    margin: 0 auto;
}
.menu_box{
    width:100%;
    height:52px;
    margin: 0 auto 20px;
    background-color: #2387c1;
}

.menu{
    width:1300px;
    margin:0 auto;
    display: flex;
    align-items: center;
}
.menu a{
    width:115px;
    height:52px;
    line-height:52px;
    display:block;
    color:#fff;
    font-size:15px;
    text-align:center;
    position:relative;
}
.menu .fen{
    width:1px;
    height:17px;
    background:url(../images/menu_fen.png) no-repeat center;
    margin-top: 2px
}
.menu .fen:last-child{
    display: none;
}
.pic_news{
    width:1300px;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pic_box{
    width: 376px;
    height: 304px;
    overflow:hidden;
}
.pic_box1{
    width: 500px;
    height: 304px;
    overflow:hidden;
}
.pic_box2{
    width: 370px;
    height: 256px;
}

.pic-box3{
    width: 491px;
}

.pic_news .title{
    margin: 8px 0 0 15px!important;
}
#btnlistID li{
    width: 10px!important;
    height:10px!important;
}
.KSS_btnBox{
    bottom:13px!important;
}

.title-box{
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 34px;
    border-bottom: 2px solid #d8d8d7;
    color: #b2b2ae;
}
.title-box span{
    height: 34px;
    cursor: pointer;
}
.title-box span:nth-child(n+2){
    margin-left: 20px;
}
.title-box span:last-child{
    margin-left: auto;
}
.act{
    color: #2f84bb;
    border-bottom: 2px solid #2f84bb;
}

.more{
    margin-left: auto !important;
}
.news-list{

}
.news-list li{
    display: flex;
    margin-top: 22px;
    align-items: center;
    font-size: 16px;
}
.news-list li .time{
    margin-left: auto;
}
.img-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 270px;
    margin-top: 30px;
}

.pic_news1{
    width:1440px;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.zp-list{
    width: 405px;
    height: 69px;
    margin-top: 5px;
}
.imgs{
    width: 138px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    align-items: center;
    line-height: 1.5;
}
.imgs span{
    margin-top: 10px;
    text-align: center;
}
.bottom_box{
    width:100%;
    margin: 40px auto 0;
    background-color: #2f88c0;
    height: 110px;
}
.bottom{
    width:1440px;
    height:99px;
    text-align:center;
    color:#fff;
    margin:0 auto;
    font-size: 14px;
    line-height: 99px;
}
.bottom a{ color:#fff;}

.main{ width:1160px; margin:10px auto 20px; position:relative;overflow: hidden;clear:both; }

.all_left{ width:20%; float:left;}
.all_right{ width:78%; float:right; margin-top:20px; background:#fff;}

/*内页左侧*/
.left_list{ width:100%; float:left; margin-top:20px; margin-bottom:20px;}
.left_list strong {    background: #1861a6;    color: #fff;    display: block;    font-size: 22px;       overflow: hidden;	text-align:center;    padding-top:40px;padding-bottom:20px;}
.left_list strong span {
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 3px;
    width:280px;
}
.left_list ul li {
    height:50px;
    line-height:50px;
    vertical-align: middle;
    text-align:left;
    font-size:14px;
    background-color:#e7e7e7;
    border-bottom:1px #FFFFFF solid;
    color:#000;
}


.left_list UL li a {
    padding-left:50px;
    height:50px;
    font-size:14px;
    color:#363636;
    display:block;
}
.left_list UL li a.current2{ padding-left:80px;}
.left_list UL li a:hover {
    background-color: #7299c1;
    color:#FFF;
    display:block;
}

.left_list UL li.hover a {
    background-color:#2487c1;
    display:block;
    height:60px;
    line-height:60px;
    width:200px;
}

/*内页右侧*/
.right_tit{ width:100%; float:left; line-height:60px; border-bottom:1px solid #000; }
.right_tit h2{float:left; padding-left:30px; width:200px; font-size:16px;}
.right_tit span{padding-right:20px; font-size:14px; float:right}
.right_tit a{ color:#000; }
.right_all{ width:100%; min-height:500px; padding:30px 20px; float:left;}



/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}

/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%; float:left; border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li span{width:100px; float:right; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}