@charset "utf-8";
#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;
}

* {
    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: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #127e67;
}

.top {
    width: 100%;
    height: 164px;
    min-width: 1540px;
    overflow: hidden;
    background:url("../images/topbg.png") #127e67 no-repeat;
    background-blend-mode: color-burn;
    background-size: 100% 164px;
}

.topbg {
    position: relative;
    width: 1540px;
    margin: 0 auto;
    height: 164px;
    padding: 0 10px;
    line-height: 164px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbg a{display:inline-block;}
.img1 {
    width: 712px;
    height: 97px;
    margin-top: 63px;
}
.search {
    width: 220px;
    height: 42px;
    position: relative;
    background-color: white;
    line-height: 40px;
    overflow: hidden;
}

.search .search-box {
    width: 175px;
    height: 41px;
    border: none;
    text-indent: 16px;
    outline: none;
}

.search-icon {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #ec7b18;
}

.search-img {
    width: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.menu_box {
    width: 100%;
    height: 66px;
    line-height: 66px;
    min-width: 1540px;
    background: #f1f3f3;
}

.menu {
    width: 1540px;
    margin: 0 auto;
    padding: 0 10px;
    height: 66px;
    display: flex;
    justify-content: space-between;
}

.menu .lm {
    position: relative;
}

.menu a {
   
    height: 66px;
    line-height: 66px;
    display: block;
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.first-a:hover:after{
    content: "";
    position: absolute;
    display: block;
    width: 42px;
    height: 4px;
    background: #1d8473;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
}

.menu .lm div {
    position: absolute;
    top: 66px;
    left: 50%;
    z-index: 999;
    background: #127e67;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    min-width: 200px;
  
    transform: translateX(-50%);
}

.menu .lm div a {
    color: white;
    line-height: 1.6;
    padding: 10px 0;
    height: auto;
}
.menu .lm div a:hover{
    text-decoration: underline;
}
.second-menu{
    position: relative;
}

.third-menu{
    display: none;
    position: absolute;
    left: 100%;
    background: rgba(21,118,178,0.9);
    top: 10px;
}
.lunbo {
    width: 100%;
    height: 531px;
    min-width: 1540px;
}

.lunbo img {
    width: 100%;
    height: 531px !important;
    min-width: 1540px !important;
}
.slide {
    max-width: 100%;
    height: 531px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide ul {
    width: 10000%;
    list-style-type: none;
}

.next_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: rgba(232, 239, 245, 1);
    right: 50px;
    top: 50%;
    color: #bbd2e1;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.prev_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: rgba(232, 239, 245, 1);
    left: 50px;
    top: 50%;
    color: #bbd2e1;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.slide ul:after {
    content: '';
    clear: both;
    display: block;
}

.slide ul li {
    float: left;
    text-align: center;
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%;
}

.slide .circle_btn {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: none;
    border: none;
    padding: 7px;
    background: rgba(255, 255, 255, 1);
    margin: 2px 6px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
    border-radius: 50%;
}

.slide .circle_btn button.active {
    background: #208472;
}

.banner{
    width: 100%;
    min-width: 1540px;
    padding: 30px 0 0;
    background: url("../images/bannerbg.png") bottom center no-repeat;
    background-size: 100% 366px;
}



.box{
    padding: 0 10px;
    width: 1540px;
    margin: 30px auto 30px;
    display: flex;
    justify-content: space-between;
}

.pic-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
}
.pic-tit {
    font-size: 30px;
    color: #141414;
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
}
.pic-tit img{
    margin-right: 10px;
    margin-top: 2px;
}
.more{
    width: 113px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, transparent 10px, #137e67 0);
}
.xwdt-box{
    width: 980px;
}
.xwdt-box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.xwdt-left{
    width: 515px;
    height: 562px;
    position: relative;
}
.xwdt-lunbo {
    width: 515px;
    position: relative;
    height: 562px;
}
.xwdt-info{
    width: 515px;
    height: 562px;
    background: #f6f6f6;
}
.xwdt-img {
    width: 515px;
    height: 324px;
    overflow: hidden;
}
.xwdt-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.xwdt-title{
    width: 468px;
    margin: 28px auto 0;
    font-size: 20px;
    color: #474747;
    font-weight: 600;
}
.xwdt-msg{
    width: 468px;
    margin: 22px auto 0;
    font-size: 18px;
    color: #797676;
    line-height: 30px;
}
.xwdt-time{
    width: 468px;
    margin: 40px auto 0;
    font-size: 18px;
    color: #208472;
    display: flex;
    align-items: center;
}
.xwdt-time img{
    margin-right: 5px;
}
.xyxw-lunbo-bottom{
    position: absolute;
    z-index: 99;
    bottom: 38px;
    right: 20px;
}
.xyxw-lunbo-bottom > .swiper-pagination {
    width: 30% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.xyxw-lunbo-bottom > .swiper-pagination > .swiper-pagination-bullet {

    background: white;
    opacity: 1 !important;
}

.xyxw-lunbo-bottom > .swiper-pagination > .swiper-pagination-bullet-active {
    background: #208472;
    opacity: 1 !important;
}

.swiper-pagination1 span {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #208472 !important;
    border-radius: 0 !important;
    background: #208472;
}
.xwdt-right{
    width: 430px;
}
.xwdt-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    border-bottom: 1px solid #dadddc;
}
.xwdt-list-time{
    width: 86px;
    height: 92px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #e8f2f1;
}
.xwdt-list-time1{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 32px;
    color: #208472;

}
.xwdt-list-time2{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #208472;
}
.xwdt-list-title{
    width: 320px;
    height: 92px;
    display: flex;
    align-items: center;
}
.xwdt-list-tit{
    font-size: 20px;
    height: 60px;
    color: #000000;
    display: flex;
    line-height: 30px;
}
.tzgg-box{
    width: 456px;
}
.tzgg-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    border-bottom: 1px solid #dadddc;
}
.tzgg-info{
    height: 92px;
    display: flex;
    flex-direction: column;
}
.tzgg-time{
    font-size: 20px;
    color: #137e67;
}
.tzgg-title{
    font-size: 20px;
    color: #141414;
    line-height: 28px;

}
.yqlj{
    width: 1540px;
    margin: 122px auto 0;
    height: 65px;
    border-bottom: 1px solid #c1c0bc;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.yqlj-tit{
    font-size: 28px;
    color: #1e1e1e;
}

.yqlj-list{
    margin-left: 10px;
    display: flex;
}
.yqlj-list a{
    font-size: 24px;
    color: #2e2d2d;
    padding: 0 20px;
    display: block;
    position: relative;
}
.yqlj-list a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 20px;
    background: #72716f;
}
.yqlj-more{
    margin-left: auto;
}
.bottom{
    width: 1540px;
    margin: 0 auto;
    padding: 0 10px;
    height: 183px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom1{
    width: 100%;
    height: 80px;
    background: #137e67;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.main {
    width: 1360px;
    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: #137e67;
    color: #fff;
    display: block;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    padding-top: 25px;
    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: #347e6c;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #137e67;
    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;
    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;
}

ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;

    text-indent: 1rem;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 16px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 15px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}

.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.newslist1 {
    width: 98%;
    margin: 0 auto;
}