


/* Default tab style */

.section-tabs-1{
    margin-bottom: 20px!important;
}



.AB-DIV-1{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;

}
    .AB-LI a{    font-size: 18px;}
.AB-DIV-2{width:100%;text-align: center;background: #e7ecea;margin-top: 20px}
.AB-DIV-2:first-child{border-right: 0.5px solid #3585aa;}
.AB-DIV-2:last-child{border-left:0.5px solid #3585aa}
.AB-DIV-3{padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    border-top: 1px solid #e7ecea;
    border-right:  1px solid #e7ecea;
    border-bottom: 6px solid #3585aa;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    background: #ffffff;
    line-height: 2.5;
}
.AB-LI{margin-top:10px;margin-bottom:10px}

@media(min-width:999px){
        .AB-DIV-1{
    flex-direction: row;
        
    }
}

@media(max-width:999px){
    .tabs-style-underline{border:0.5px solid #3585aa}
    .AB-DIV-1{
    flex-direction: column;
        
    }
    
    .AB-DIV-2{border:0.5px solid #3585aa}
}



.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 14PX;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
       content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
     background-image:url('https://www.yjsershi.com/aa/images/rongyu.png');
}
.icon-tools::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
	background-image:url('https://www.yjsershi.com/aa/images/fuwu.png');
}
.icon-plane::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image:url('https://www.yjsershi.com/aa/images/liucheng.png');
}
.icon-joy::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
	background-image:url('https://www.yjsershi.com/aa/images/yiqi.png');
}
.icon-plug::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
	background-image:url('https://www.yjsershi.com/aa/images/hezuo.png');
}

.icon-exe-hot-eng::before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 22px;
	background-image:url('https://www.yjsershi.com/aa/images/exe-hot-eng.png');
}

.icon-newww::before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 22px;
	background-image:url('https://www.yjsershi.com/aa/images/newww.png');
}



/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	/*ext-align: center;*/
}

.content-wrap section.content-current {
	display: block;
}

.neitu p{
      padding:0!important;
}

.content-wrap section p {
	margin: 0!important;
	padding: 0.75em 0;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

@media(max-width:999px){
.content-wrap section{ text-align: inherit!important;}
}
/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}