#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;
}

body {
    min-width: 320px;
}


/* 头部 */

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 27px;
    background-image: url(../images/bg1.png);
}

.head .logo {
    float: left;
    width: 38%;
}
.head .logo img{width:100%;border: none;}
.head .head_right {
    float: right;
    text-align: right;
       width: 62%;
}

.head .head_right .search {
    display: inline-block;
    position: relative;
    width: 292px;
    height: 35px;
    color: #fff;
    background-color: #bc98d2;
    box-sizing: border-box;
    border: 1px solid #bc98d2;
}

.head .head_right .search .text {
    box-sizing: border-box;
    width: 255px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 10px 0 11px;
    background: transparent;
    margin-right: 35px;
    overflow: hidden;
}

.head .head_right .sousuo {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    cursor: pointer;
}

.nav {
    margin-top: 21px;
}

.head .nav>ul>li {
    position: relative;
    float: left;
    /* margin-left: 55px; */
    padding-bottom: 35px;
    text-align: center;
    width: 12.5%;
}

.head .nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #f1e0df;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.head .nav>ul>li ul::before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
}

.head .nav>ul>li ul {
    position: absolute;
    top: 50px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.head .nav ul>li:hover ul {
    display: block;
}

.head .nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    text-align: center;
    border-bottom: 1px solid #ebe5e5;
}

.head .nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.head .nav>ul>li ul li:hover {
    background-color: #8d48dc;
}

.head .nav>ul>li ul li:hover a {
    color: #fff;
}


/* 移动端 */

.wap {
    display: none;
}

.wap-menu {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* 底部 */


/* footer */

.footer {
    width: 100%;
    background-color: #3a2929;
}

.footer .top {
    top: 0;
    box-sizing: border-box;
    background-color: #3a2929;
}

.footer .top h4 {
    display: inline;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-right: 23px;
}

.footer .top a {
    display: inline-block;
    font-size: 18px;
    color: #bcafaf;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer .top a:hover {
    color: #fff;
}

.footer .top span {
    font-size: 18px;
    color: #584242;
    padding-left: 32px;
    padding-right: 33px;
}

.footer .bottom {
    width: 100%;
    /*height: 346px;*/
    background: url(../images/footerpng.png) no-repeat;
}

.footer .bottom .px1550 {
    border-bottom: 1px solid #342121;
}

.footer .bottom .shang {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 83px;
    margin-bottom: 40px;
}

.footer .bottom .shang .zgh {
    float: left;
    font-size: 16px;
    color: #ac9f9f;
    text-align: center;
}

.footer .bottom .shang .zgh .gf {
    padding-top: 14px;
}

.footer .bottom .shang .er {
    float: left;
}

.footer .bottom .shang .sph {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    color: #ac9f9f;
    text-align: center;
}

.footer .bottom .shang .sph .sp {
    padding-top: 14px;
}

.footer .bottom .shang .zi5 {
    float: left;
    padding-left: 70px;
    font-size: 16px;
    color: #ac9f9f;
    line-height: 45px;
}

.footer .bottom .xia {
    /* float: left; */
    padding-top: 30px;
    text-align: center;
}

.footer .bottom .xia p {
    display: inline;
    font-size: 14px;
    color: #ac9f9f;
    line-height: 24px;
}
.footer .bottom .xia a{
    font-size: 14px;
    color: #ac9f9f;
}

.footer .bottom .xia p:first-child {
    padding-left: 117px;
}

.footer .bottom .xia p:nth-child(2) {
    padding: 0 28px 0 25px;
}