@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("../image/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../image/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../image/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../image/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;
}

*{ 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;
}

.top-box{
    width: 100%;
    min-width: 1270px;
    background: #7b0701;
    display: flex;
    justify-content: flex-end;
}
.inner{
  width:1270px;
  margin:0 auto;
}
.searchbox {
    text-align: right;
    margin-right: 12px;
}


.wp-search {
    position: relative;
}

.wp-search .search-input {
    padding-left: 4px;
    margin-right: 24px;
}

.wp-search .search-input input.search-title {
    width: 230px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: "Microsoft Yahei";
    outline: none;
    background: unset;
    background: #88201b;
    padding-left: 13px;
}

.wp-search .search-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 13px;
}

.wp-search .search-btn input.search-submit {
    width: 15px;
    height: 15px;
    border: 0;
    outline: 0;
    background: url("../image/search.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.search-title::-webkit-input-placeholder {
    color: #d39a97;
}

.search-title::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d39a97;
}

.search-title:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d39a97;
}

.search-title:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d39a97;
}
.page{
    background: url("../image/top.png") no-repeat center;
    height: 378px;
    width: 100%;
    min-width: 1270px;
    padding-top: 38px;
}
.header{
    width: 1270px;
    margin: 0 auto;
}
.logo{
    background: url("../image/logo.png") no-repeat;
    width: 491px;
    height: 64px;
}

.menu{
    width: 600px;
    height: 38px;
    text-align: right;
 
}
.menu a{
    color: white;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    float: left;
}
.first_a{
  background: transparent !important;
}
.banner{
    width: 1270px;
    margin: 50px auto 0;
}
.search{
    width: 1000px;
margin-left: 160px;
}
.wx-logo{
    color: white;
    font-size: 12px;
    text-align: center;
}

.main1{
    min-width: 1270px;
}

.main-middle{
    width: 100%;
    height: 50px;
    background: #f8f8ff;
}
.main-fen{
    width: 100%;
    height: 6px;
    background: #efefef;
}
.main-title{
    width: 1150px;
    margin: 0 auto;

}
.main-title-box{
    width: 560px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
}
.main-title-box img{
    vertical-align: middle;
}

.link-menu{
    width: 1150px;
    margin: 30px auto 0;
}
.link-menu-l{
     width: 510px;

    border-right: 1px solid #cccccc;
    height: 350px;
}
.link-menu-r{
    width: 640px;
    height: 350px;
}
.icon-list li{
    width: 120px;
    float: left;
    padding: 10px 10px;
    text-align: center;
    height: 110px;
    margin-bottom: 5px;
    font-size: 16px;
}


.link-list{
    width: 200px;
}
.link-list:first-child{
    margin-left: 20px;
}
.link-list:nth-child(n+2){
    margin-left: 8px;
    border-left: 1px dashed #cccccc;
}
.link-list-tit{
    font-size: 20px;
    width: 110px;
    text-align: center;
    margin: 0 40px 30px;
    color: #b9261e;
    padding-bottom: 8px;
    border-bottom: 1px solid #b9261e;
}
.link-list li{
    text-align: center;
    height: 65px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pic-box{
    width: 1150px;
    margin: 30px auto 0;
}

.pic-news{
    width: 550px;
    height: 360px;
}


.pic-title{
    height: 34px;
    border-bottom: 2px solid #dcdcdc;
    line-height: 34px;
}

.pic-tit{
    height: 34px;
    padding: 0 12px;
    cursor: pointer;

}
.act-tit{
    color: white;
    background: #b9261e;
}
.more{
   width: 54px;
    height: 19px;
    border-radius: 40px;
    background: #b6281e;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: white;
    text-align: center;
}
.pic-list a{
    display: block;
}
.pic-list a:first-child{
    margin-top: 7px;
}
.pic-list li{
    line-height: 38px;
    height: 38px;
    border-bottom: 1px dashed #dcdcdc;
}
.pic-list li img{
    display: inline-block;
    vertical-align:middle ;
    margin-top: 15px;
}
.pic-list li .title{
    font-size: 15px;
    color: #2b2a2a;
    margin-left: 12px;
}
.pic-list li .time{
    color: #242323;
    font-size: 13px;
}

.pic-news1{
    width: 100%;

}
.liuyanban{
    padding: 20px 0;
}
.liuyanban_text{
    width: 980px;
    height: 52px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    outline: none;
    text-indent: 10px;
}
.liuyanban_btn{
    width: 140px;
    height: 50px;
    background: #b73a32;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    color: white;
}
.bottom{
    width:100%;
    background-color: #ae2019;
    height: 124px;
}
.bottom1{
    width:1150px;
    height:124px;
    color:#fff;
    margin:0 auto;
    font-size: 16px;
    line-height: 28px;
}
.bottom-tit{
    margin-top: 35px;
}
.bottom-logo{
   margin-top: 20px;
}

.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: #b9261e;    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: #b94958;
    color:#FFF;
    display:block;
}

.left_list UL li.hover a {
    background-color:#b9261e;
    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;
}

ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
  

    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: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}