

body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #641f1a;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.header {
	line-height: 93px;
	z-index: 99;
	height: 93px;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	position: fixed;
}

.header .navbar-default .navbar-nav>li>a {
	font-size: 16px;
	padding: 0 12px;
	line-height: 93px;
	color: #333;
	font-weight: bold;
	position: relative;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #d3091c;
}
.header .navbar-default .navbar-nav>li:last-child.active>a{
	color: #d3091c;
}
.header .navbar-default {
	margin: 0;
	background: none;
	border: none;
	/*width: 1250px;*/
}

.banner{
	margin-top: 93px;
}
.homepage .title {
	margin: 30px 0 20px;
	padding-top: 5px;
	font-weight: 600;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	position: relative;
}


.homepage .scroll {
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.homepage .titleA {
	margin: 30px 0;
}

.homepage .a,.g{
	/*border-bottom: 1px solid #ccc;*/
}

.homepage .a .container {
	margin-bottom: 20px;
}

.homepage .a .flex {
	text-align: center;
	align-items: stretch;
}

.homepage .a .flex b {
	font-size: 28px;
}

.homepage .a .flex span {
	font-size: 12px;
	padding-left: 10px;
}

.homepage .a .flex img {
	margin-top: 40px;
}

.homepage .a .row img {
	max-width: 100%;
}

.homepage .a .row h3 {
	font-size: 25px;
	font-weight: bold;
}

.homepage .a .row p {
	color: #ccc;
	font-size: 13px;
}

.homepage .a .row ul {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	width: 80%;
}

.homepage .a .row ul li {
	display: flex;
	align-items: center;
}

.homepage .a .tabtitle {
	text-align: center;
	margin-top: 20px;
	padding-left: 100px;
}

.homepage .a .tabtitle a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	margin: 0 5px;
	position: relative;
}

.homepage .a .tabtitle a.on::after {
	content: '';
	display: block;
	border: 1px solid #9c9c9c;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
}

.homepage .a .tabtitle a:first-child {
	background: #1248cc;
}

.homepage .a .tabtitle a:nth-child(3) {
	background: #b30f0f;
}

.homepage .a .tabtitle a:nth-child(4) {
	background: #63646a;
}

.homepage .a .tabtitle a:nth-child(5) {
	background: #714d37;
}

.homepage .a .tabtitle a:nth-child(6) {
	background: #13151a;
}

.homepage .a .tabtitle a:last-child {
	background: #9ea4af;
}

.homepage .b {
	/*margin-top: 30px;*/
	/*background: url(../images/bg-video.jpg) 50% no-repeat;*/
	background-size: cover;
	padding-bottom: 70px;
}

.homepage .c {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.homepage .c .title {
	color: #000;
}

.homepage .c h4 {
	margin: 0 0 93px 0;
}

.homepage .c .text-center {
	padding: 25px 0;
}


.homepage .f img {
	max-width: 100%;
}

.homepage .f .box {
	padding: 100px 50px 0;
}

.homepage .f .box p {
	font-size: 18px;
	text-indent: 2rem;
	margin-top: 15px;
	line-height: 36px;
}

.homepage .f .box h2 {
	font-size: 28px;
	color: #00509d;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}

.homepage .g .text-center {
	padding: 25px 0;
	margin-top: 40px;
}

.homepage .h {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ececec;
}

.homepage .h>ul>li {
	float: left;
	line-height: 30px;
	width: 20%;
	text-align: center;
	border-right: 1px dashed #939393;
}
.homepage .h>ul>li:last-child{
	border: none;
}
.homepage .h>ul>li .box {
	display: inline-block;
	text-align: left;
}

.homepage .h>ul>li a {
	display: block;
	color: #787575;
}

.homepage .h>ul>li h4 {
	margin-top: 0;
	position: relative;
	color: #333;
}
.homepage .h>ul>li h4 i{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.nav-tabs1 {
	border: 1px solid #ddd;
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.nav-tabs1>li {
	float: none;
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
}

.nav-tabs1>li>a {
	border: none;
	border-radius: 0;
	margin: 0;
}

.nav-tabs1>li.active>a,
.nav-tabs1>li.active>a:focus,
.nav-tabs1>li.active>a:hover {
	color: #fff;
	border: none;
	background: #00509d;
}

.homepage .e .swiper-slide {
	text-align: center;
	font-weight: bold;
}

.homepage .e .swiper-slide span {
	display: block;
	padding: 6px 0;
	cursor: pointer;
}

.homepage .e .swiper-slide.on span {
	color: #fff;
	background: #641f1a;
}

.homepage .e .tabcontent .nav-tabs {
	text-align: center;
	color: #fff;
	background: #641f1a;
	border: none;
}

.homepage .e .tabcontent .nav-tabs>li {
	float: none;
	display: inline-block;
	font-size: 20px;
}

.homepage .e .tabcontent .nav-tabs>li>a {
	color: #fff;
	border: none;
	line-height: 60px;
	padding: 0 15px;
}

.homepage .e .tabcontent .nav-tabs>li>a:hover {
	background: none;
}

.homepage .e .tabcontent .nav-tabs>li i {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: 0 0;
	border: 1px solid #fff;
	-webkit-transition: background .3s;
	transition: background .3s;
	margin-right: 12px;
	vertical-align: middle;
}

.homepage .e .tabcontent .nav-tabs>li span {
	vertical-align: middle;
}

.homepage .e .tabcontent .nav-tabs>li.active>a,
.homepage .e .tabcontent .nav-tabs>li.active>a:focus,
.homepage .e .tabcontent .nav-tabs>li.active>a:hover {
	background: none;
	color: #fff;
}

.homepage .e .tabcontent .nav-tabs>li.active>a i,
.homepage .e .tabcontent .nav-tabs>li.active>a:focus i,
.homepage .e .tabcontent .nav-tabs>li.active>a:hover i {
	background: #fff;
}

.homepage .e .tabcontent .table {
	color: #fff;
	background: #641f1a;
	text-align: center;
	margin: 0;
}

.homepage .g .row img{
	width: 100%;
}
.homepage .g .box
{
	height: 402px;
	overflow: hidden;
}
.homepage .g .box .on
{
	height: auto;
}

.on
{
	height: auto!important;
}

.homepage .g .row a{
	display: block;
	margin-bottom: 25px;
}
.d_n {
	display: none !important;
}
.rightside{
	z-index: 50;
	    -webkit-transform: translate3d(200%,0,0);
	    transform: translate3d(200%,0,0);
	    max-width: 361px;
	    position: fixed;
	    width: 30%;
	    top: calc(50px + 35vw);
	    right: calc((100% - 1500px)/ 2);
	    opacity: .7;
	    -webkit-transition: opacity .5s .5s,-webkit-transform .5s .5s;
	    transition: opacity .5s .5s,-webkit-transform .5s .5s;
	    transition: transform .5s .5s,opacity .5s .5s;
	    transition: transform .5s .5s,opacity .5s .5s,-webkit-transform .5s .5s;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
}
.rightside:hover{opacity:1}
a {cursor: pointer; }

.tabs{
	margin-bottom: 30px;
}
.tabs .tab {
    float: left;
    box-sizing: border-box;
    opacity: .5;
	text-align: left;
	cursor: pointer;
}
.tabs .tab .main {
    font-size: 24px;
    border-bottom: 2px solid #878787;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
.tabs .tab .main:hover {
	color: #ff0000;
}
.tabs .tab .sub {
    opacity: 0;
	
	font-weight: bold;
}
.tabs .tab.current,
.tabs .tab.current .sub,
.tabs .tab.swiper-slide-thumb-active,
.tabs .tab.swiper-slide-thumb-active .sub {
    opacity: 1;
}
.homepage .c .gs4-slide .text {
    margin: 40px 0  0;
    line-height: 1.5;
    font-weight: 600;
	font-size: 18px;
	text-align: center;
}
.homepage .c .gs4-slide .desc {
    line-height: 1.2;
    color: grey;
    margin-bottom: 70px;
}
video{
	vertical-align: middle;
}
.swiper-pagination-bullet-active{
	background: #666;
}
.homepage .c .swiper-button-next,.homepage .c  .swiper-button-prev{
		margin-top: -100px;
	}
.aaa img:hover{
	transform: scale(1.25);
  }
.ld {
  margin-bottom: 5%;
  margin-left: 42px;
}

@media screen and (min-width:999px) and (max-width:1200px) {
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 8px;
		font-size: 14px;
	}

	.logo img{
		width: 130px;
	}

}

@media screen and (min-width:769px) and (max-width:998px) {
		.header .navbar-default .navbar-nav>li>a {
		padding: 0 2px;
		font-size: 14px;
	}
	.logo img{
		width: 100px;
	}


}

@media (max-width:768px) {
	.header {
		line-height: 50px;
		height: auto;
	}
	.banner{
		margin-top: 90px;
	}

	.homepage .titleB{
		width: 90%!important;
		margin: 20px auto 10px auto!important;
	}
	.homepage .c h4 {
		line-height: 20px;
		margin: 0 auto 40px auto!important;
		width: 90%!important;}

	.homepage .a .flex img{
		width: 9px;
	}
	.homepage .a .flex b{
		font-size: 22px;
	}
	.homepage .a .flex p{
		font-size: 12px;
	}
	.homepage .a .tabtitle{
		padding: 0;
	}
	.homepage .a .row ul{
		width: 100%;
	}
	.header .navbar-default .navbar-nav>li>a {
		font-size: 11px;
		line-height: 25px;
		padding: 0;
	}
	.logo img {
		margin: 0;
	}
	.navbar-nav{
		margin: 7px 0;
	}
	.homepage .c h4{
		margin: 0 0 30px 0;
		width: 95%;
        margin-left: auto;
        margin-right: auto;
	}
	.homepage .e .tabcontent .nav-tabs>li>a{
		font-size: 12px;
		padding: 0;
	}
	.homepage .e .tabcontent .nav-tabs>li i{
		margin: 0;
		width: 12px;
		height: 12px;
	}
	.homepage .f .box{
		padding: 0;
	}
	.homepage .f .box h2{
		font-size: 18px;
		line-height: 30px;
	}
	.homepage .f .box p{
		font-size: 12px;
		line-height: 22px;
	}
	.homepage .h{
		padding: 0;
		background: #fff;
	}
	.homepage .h>ul>li{
		float: none;
		text-align: left;
		width: 100%;
		border: none;
		padding: 15px 40px;
		border-bottom: 1px solid #ddd;
	}
	.homepage .h>ul>li .box{
		display: block;
	}
	.homepage .h>ul>li .box>div{
		display: none;
	}
	.rightside {
	    top: calc(74px + 57.5vw);
		right: 1%;
	}
	.rightside img{
		width: 112px;
	}
	.homepage .h>ul{
		border-top: 1px solid #ddd;
	}
	.homepage .h>ul>li h4 {
		margin: 0;
	}
	.homepage .h>ul>li h4 i{
		display: block;
	}
	.homepage .h>ul .box>div{
		margin-top: 10px;
	}
	.homepage .e .swiper-slide span{
		font-size: 8px;
	}
	.homepage .e .container{
		padding: 0;
	}
	.navbar-nav>li {
		float: left;
		width: 20%;
		text-align: center;
		font-size: 11px;
	}
	.down img{
		width: 60px;
	}
	.tabs .tab .main{
		font-size: 12px;
	}
	.tabs .tab .sub {
	    font-size: 7px;
	}
	.inner .container{
		padding: 0 5px;
	}
	.homepage .c .gs4-slide .text {
	    margin-top: 25px;
	    font-size: 14px;
	    font-weight: 600;
	    max-width: 95%;
	}
	.homepage .g .box{
		height: 230px;
	}
	.homepage .g .text-center{
		margin: 0;
	}

	.homepage .b {
		padding-bottom: 0px;
	}
	.ld {
		margin-left: 0!important;
	  }
	.sjpb{
		float: left;
		margin-left:15%;
	}
	
}




.homepage .a .tabtitle2 {
	text-align: center;
	margin-top: 20px;
}

.homepage .a .tabtitle2 a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	margin: 0 5px;
	position: relative;
}

.homepage .a .tabtitle2 a.on::after {
	content: '';
	display: block;
	border: 1px solid #9c9c9c;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
}

.homepage .a .tabtitle2 a:first-child {
	background: #101315;
}

.homepage .a .tabtitle2 a:nth-child(2) {
	background: #1b2f69;
}

.homepage .a .tabtitle2 a:nth-child(3) {
	background: #e7eaf1;
}
.homepage .a .tabtitle2 a:nth-child(4) {
	background:linear-gradient(225deg,#040000,#e7ebf1);
}
.homepage .a .tabtitle2 a:nth-child(5) {
	background: #8a93a0;
}
.homepage .a .tabtitle2 a:nth-child(6) {
	background: #941e23;
}

.homepage .a .tabtitle2 a:last-child {
	background:linear-gradient(225deg,#040000,#941e23);
}


.homepage .i {
	border-top: 1px solid #eee;
    text-align: center;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
	
}

.homepage .i img {
	margin-right: 20px;
}
.homepage .i span {
	margin-right: 50px;
}

@media (max-width:768px) {
	.homepage .i {
		border-top: 1px solid #eee;
		text-align: center;
		height: 100px;
		font-size: 12px;
		font-weight: bold;
		line-height: 100px;
		
	}
	
	.homepage .i img {
		margin-right: 5px;
		width: 45px;
	}
	.homepage .i span {
		margin-right: 5px;
	}
}



.pzb_tab{ border-collapse: collapse; width: 100%;}
.pzb_tab td{ width: 50%; font-size: 14px; padding: 10px 14px; text-align: center; border-bottom: 1px solid #666;}
.pzb_tab td.left{ text-align: left; border-right: 1px solid #666; font-weight: bold;}
.pzb_cen_tit{ height: 42px; line-height: 42px; border-bottom: 1px solid;}
.center{ text-align: center;font-size: 20px;font-weight: bold;}


.homepage .titleB {
    width: 1200px;
    margin: 30px auto 20px auto;
    font-weight: 600;
    text-align: left;
    height: 60px;
	font-size: 30px;
	color: #ff0000;
    padding-left: 20px;
    position: relative;
}

.homepage .c h4 {
    margin: 0 auto 93px auto;
    text-align: left;
	width: 1200px;
	font-size: 20px;
}

.homepage .titleB span {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 42px;
	background: #ff0000;
}

#contactus {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    background-color: #221815;
    padding-top: 45px;
    padding-bottom: 30px
}

#pcShow {
    display: block
}

#mbShow {
    display: none
}

.part_pc {
    width: auto;
    height: auto;
    overflow: hidden
}

.part_pc .contact_pc_01 {
    width: 8%;
    margin-left: 2%;
    float: left;
    max-width: 115px
}

.part_pc .focus_txt {
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #706d6c;
    float: right;
    margin-right: 4%;
    display: inline
}

.part_pc .focus_txt.gac {
    cursor: pointer
}

.part_pc .contact_pc_02 {
    width: 39%;
    float: right;
    margin-right: 2%;
    max-width: 583px;
    position: relative
}

.part_pc .contact_pc_02 .tianmao_btn {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.part_pc .contact_pc_02 .zhi_btn {
    width: 15%;
    height: 100%;
    position: absolute;
    left: 54%;
    top: 0;
    cursor: pointer
}

.part_pc .contact_pc_02 .wechat_btn {
    width: 15%;
    height: 100%;
    position: absolute;
    left: 70%;
    top: 0;
    cursor: pointer
}

.part_pc .contact_pc_02 .sina_btn {
    width: 15%;
    height: 100%;
    position: absolute;
    left: 85%;
    top: 0;
    cursor: pointer
}

.txt_part_pc {
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    color: #706d6c;
    clear: both;
    margin-top: 60px
}

.left_txt_pc {
    float: left;
    margin-left: 2%
}

.right_txt_pc {
    float: right;
    margin-right: 2%;
    display: inline;
    width: 1045px
}

.right_txt_pc li {
    float: left;
    margin-left: 3%
}

.right_txt_pc a {
    color: #706d6c
}

.index-icon {
	display: block;
	width: 66px;
	height: 82px;
	float: left;
	margin-right: 40px;
}

.index-icon img {
	width: 66px;
	height: 82px;
}

.m-hide {
	display: none;
}

.fl{
	width: 50%;
    float: left;
    margin-bottom: 10px;
}
.fr{
	width: 50%;
    float: right;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    #pcShow {
        display: none
    }

    #mbShow {
        display: block
    }

    #contactus {
        padding-top: 0
    }

    .part_mb {
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 1px solid #3d3533
    }

    .part_mb .focus_txt_mb {
        font-size: 34px;
        line-height: 40px;
        color: #635f5e;
        margin-left: 10%;
        margin-top: 40px
    }

    .part_mb .contact_mb_02 {
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
        margin-bottom: 40px;
        position: relative
    }

    .part_mb .contact_mb_02 .tianmao_btn {
        width: 48%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .part_mb .contact_mb_02 .zhi_btn {
        width: 15%;
        height: 100%;
        position: absolute;
        left: 54%;
        top: 0
    }

    .part_mb .contact_mb_02 .wechat_btn {
        width: 15%;
        height: 100%;
        position: absolute;
        left: 70%;
        top: 0
    }

    .part_mb .contact_mb_02 .sina_btn {
        width: 15%;
        height: 100%;
        position: absolute;
        left: 85%;
        top: 0
    }

    .part_mb .contact_mb_01 {
        width: 20%;
        margin-left: 10%;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .txt_part_mb {
        margin-top: 20px
    }

    .txt_part_mb li {
        margin-left: 10%;
        font-size: 12px;
        line-height: 2;
        color: #706d6c
    }

    .txt_part_mb li.contact_tel {
        font-size: 16px;
        margin-top: 15px
	}

	.pzb_tab td {
		font-size: 12px;
	}
	.zhushi{
		font-size: 12px;
	}
	.sectionMore a img{
		width: 60%!important;
		margin-left: 20%!important;
	}
	.center{ font-size: 18px;}

	.part_mb .contact_mb_01 {
		width: 20%;
		margin-left: 10%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.part_mb .contact_mb_01 img{
		width: 100%;
	}
}

/* 参数配置 start */
.config{
    width:100%;
    height:auto;
    padding:10px;
    box-sizing:border-box;
    background: linear-gradient(to bottom, #c9ccd0 0%,#ffffff 100%);
	overflow:hidden;
}
.config-swiper{
    width:100%;
    height:auto; 
    padding:50px 0; 
    margin:0 auto;
}
.config-swiper .swiper-slide{
    position:relative;
    width:450px;
    height:700px;
    border-radius:15px;
    background-color:#fff;
	text-align: left !important;
	/* box-shadow:0 0 20px 0 rgba(0,0,0,0.1); */
}
.config_content{
    position:relative;
    z-index:5;
    width:100%;
    box-sizing:border-box;
    padding:0 20px;
    color:#000;
    text-align:center;
    margin-top:50px;
}
.config_content h3{
    font-size:48px;
	font-weight:bold !important;
}
.config_content h4{
    font-size:32px;
}
.config_content p{
    font-size:16px;
}
.config_content p span{
    color:#e60112 !important;
	display:inline-block !important;
	background-color:transparent !important;
}
.config_content p b{
    font-size:24px;
}
.config_btn{
    margin:60px auto;
    width:100%;
}
.config_btn a{
    display:block;
    width:260px;
    height:70px;
    border-radius:35px;
    text-align:center;
    line-height:70px;
    border:1px solid #000;
    color:#000;
    margin:0 auto;
    font-size:24px;
}
.config_car{
    position:relative;
    left:50%;
    transform:translateX(-50%);
    max-width:500px;
    max-height:300px;
    height:auto;
    margin-top:50px;
    cursor:pointer;
}
.config .config-hint{
    font-size:12px;
    color:#979191;
    text-align:center;
    display:block;
    padding:10px;
}
.config .config-download{
    text-align:center;
    padding:0.2rem 0;
    font-size:14px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.config .config-download a{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding: 0 10px;
    margin:10px 0;
}
.config .config-download a img{
    width:40px;
    margin-right:10px;
}
@media screen and (max-width:768px){
    .config{
        padding:0 15px;
    }
    .config-swiper{
        width:100% !important;
        box-sizing: border-box;
    }
    .config-swiper .swiper-slide{
        width:100%;
        height:auto;
        max-width:650px;
    }
    .config_content h3{
        font-size:30px;
    }
    .config_content p{
        font-size:14px;
    }
    .config_content p b{
        font-size:16px;
    }
    .config_car{
        max-width:80%;
    }
    .config_btn a{
        width:200px;
        height:50px;
        line-height:50px;
        font-size:20px;
    }
}
/* 参数配置 end */

/* 配置弹出框 start */
.config-wrapper{
    position:fixed;
    z-index:200;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.config-wrapper .config_popBox{
    position:absolute;
    top:8%;
    bottom:8%;
    left:50%;
    transform:translateX(-50%);
    width:98%;
    max-width:1200px;
    background-color:#fff;
}

.config_popBox .config_plane{
    width:100%;
    height:100%;
    display:none;
}
.config_popBox .config_plane.active{
    display:flex;
    flex-direction:column;
}
.config_popBox .config_plane .config_tab_swiper{
    width:100%;
    overflow:hidden;
    background-color:rgb(127, 127, 127);
}
.config_popBox .config_plane .config_tab_content{
    width:100%;
    flex:1;
}

.config_tab_swiper .swiper-slide{
    position:relative;
    text-align:center;
    cursor:pointer;
}
.config_tab_swiper .swiper-slide span{
    color:#000;
    display:block;
    padding:6px 0;
    line-height:1.4em;
    font-size:14px;
}
.config_tab_swiper .swiper-slide.on span{
    background-color:#fff;
}


.config-wrapper .config_tabbox{
    width:100%;
    height:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.config_tabbox .tabbox_head{
    width:100%;
    height:auto;
    background-color:#fff;
}
.tabbox_head .config_nav_tabs{
    width:100%;
    text-align:center;
}
.tabbox_head .config_nav_tabs>li{
    font-size:20px;
    display:inline-block;

}
.tabbox_head .config_nav_tabs>li>a{
    line-height:60px;
    color:#000;
    display:flex;
    flex-direction:row;
    align-items:center;
    padding:0 15px;
}
.tabbox_head .config_nav_tabs>li.active>a{
    cursor:default;
}
.tabbox_head .config_nav_tabs>li i{
    display:inline-block;
    width:18px;
    height:18px;
    box-sizing:border-box;
    border:1px solid #000;
    background:transparent;
    margin-right:12px;
}
.config_nav_tabs>li.active i{
    background-image:url(../images/pick.png?v1);
    background-size:100% 100%;
    background-color:#8fe501;
}
.config_head_table{
    width:100%;
    color:#fff;
    text-align:center;
    border-collapse:collapse;
}
.config_head_table>tbody>tr>td{
    padding:8px;
    line-height:1.5;
    border:1px solid #000;
    color:#000;
}
.config_tabbox .tabbox_main{
    width:100%;
    flex:1;
}
.config_close{
    position:absolute;
    z-index:10;
    right:20px;
    top:20px;
    width:40px;
    height:40px;
    cursor:pointer;
    background-image:url(../images/icon-close.png?v1);
    background-size:100% 100%;
}

@media screen and (max-width:768px){
    .tabbox_head .config_nav_tabs>li>a{
      padding:0 0px;
      font-size:12px;
    }
    .tabbox_head .config_nav_tabs>li i{
      width:12px;
      height:12px;
      margin-right:2px;
    }
    .config_tab_swiper .swiper-slide span{
        font-size:12px;
    }
    .config_close{
        top:5px;
    }
}
/* 配置弹出框 end */
