.about-banner {
    background-size: cover;
    background-position: 50% 50%;
	padding: 130px 0 130px;
    position: relative;
	margin-top:88px;
	height: 500px;
}
/*.about-banner:before {
    background-color: #000;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}*/
.row:before, .row:after {
    content: " ";
    display: table;
}
.centered-text {
    text-align: center;
}
.modSectionHeader .special-title h2 {
    text-transform: uppercase;
    display: inline-block;
}
.modSectionHeader .special-title h2::after {
    content: "";
    width: 66%;
    height: 2px;
    display: block;
	background: none;
    margin: 15px auto 0;
}
.modSectionHeader.big h2 {
    color: #fff;
    font-size: 3rem;
}
.modSectionHeader.big h3 {
    letter-spacing: normal;
    color: #fff;
	font-weight: normal;
}
.modSectionHeader.big h3 a {
    color: #fff;
}
.btn{
	padding: 0;
	margin: 0;
	border: none;
}
.about-wrap{
	width: 1500px;
	margin: 0 auto;
}
.about-wrap:after{content:"";height:0;display:block;clear:both}


/*我们的优势*/
.about-advantage {
    background:#ffffff;
	padding-bottom: 3%;
}
.about-advantage .row4 {
    padding-bottom: 2%;
    padding-top: 1%;
}
.about-advantage .row4 h3 {
    text-align: center;
    font-family: "Microsoft Yahei", "Helvetica", "STHeiTi", "Arial", "sans-serif";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.about-advantage .row4 h4 {
    text-align: center;
    color: #18191aa6;
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.about-advantage .row4 p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
	margin: 0 0 10px 0;
}
.about-advantage .row7 {
    /* width: 90%; */
    margin: 0 auto;
	overflow: hidden;
}
.about-advantage .row7-3 {
    display: flex;
    justify-content: center;
}
.about-advantage .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.about-advantage .row7-3>li {
    margin-left: 0px !important;
    width: 15%;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border: 0.5px solid;
}
.about-advantage .nav>li {
    position: relative;
    display: block;
}
.about-advantage .nav-pills>li {
    float: left;
}
.about-advantage .row7-3>.active {
    margin-left: 0px !important;
    width: 20%;
    font-size: 20px;
    text-align: center;
    background: #f67524 !important;
	border: none;
}
.about-advantage .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
	font-size: 20px;
}
.about-advantage .nav-pills>li>a {
    border-radius: 4px;
}
.about-advantage .row7-3>.active a {
    background: #f67524!important;
    border: none;
}
.about-advantage .nav-pills>li.active>a,.about-advantage  .nav-pills>li.active>a:focus,.about-advantage  .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.about-advantage .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.about-advantage .fade.in {
    opacity: 1;
}
.about-advantage .tab-content>.tab-pane {
    display: none;
}
.about-advantage .tab-content>.active {
    display: block;
}
.about-advantage .row7-3-1 {
    border: 1px solid #f67524;
    width: 18%;
    position: relative;
    height: 450px;
    /* margin-left: 3%; */
    float: left;
    margin-top: 3%;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .row7-3-1 .content {
    top: 0;
    padding-top: 100px;
    text-align: center;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .item-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .row7-3-1 .content .item-img {
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}
.about-advantage .row7-3-1 .content .item-img-hover {
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 1;
}
.about-advantage .line-panel {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .row7-3-1 .content hr {
    border: 1px dashed #737373;
    width: 40%;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
	margin-top: 20px;
    margin-bottom: 20px;
	font-size:14px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.about-advantage .mask h3.item-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .row7-3-1 .content .item-title {
    color: #333;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .mask p.item-desc {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10%;
    padding: 0 23px;
    line-height: 24px;
    height: 72px;
}
.about-advantage .row7-3-1 .content .item-desc {
    color: #333;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .mask span.item-link {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 5%;
}
.about-advantage .mask span.item-link:hover {
    background: #fff;
    color: #00c1de;
}
.about-advantage .row7-3-1:hover {
	width: 25%;
	background: #547993!important;
}

.about-advantage .row7-3-1:hover .content {
	background: #f67524!important;
}

.about-advantage .row7-3-1:hover .item-img {
	opacity: 1;
}

.about-advantage .row7-3-1:hover .item-img-hover {
	opacity: 0;
}

.about-advantage .row7-3-1:hover .content hr {
	border: 1px dashed #fff;
}

.about-advantage .row7-3-1:hover .content .item-title {
	color: #fff;
}

.about-advantage .row7-3-1:hover .content .item-desc {
	color: #fff;
}

.about-advantage .row7-3-1:hover .content .item-link {
	opacity: 1;
}


.about-advantage .row7_20 {
    float: left;
    width: 20%;
    position: relative;
    height: 412px;
    text-align: center;
}
.about-advantage .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .item-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.about-advantage .item-title1 {
    color: #333;
	font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.about-advantage .item-desc1 {
    width: 80%;
    margin: 0 auto;
    color: #333333b3;
}
.about-advantage .row7_20_img {
    height: 230px;
    overflow: hidden;
}

.about-advantage .row7_21 {
    width: 60%;
}
.about-advantage .row7_21_1 {
    width: 33.33333%;
    border: 1px solid #f67524;
    height: 170px;
    float: left;
    text-align: center;
    color: #565555;
}
.about-advantage .row7_21_1 h4 {
    padding-top: 10%;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.about-advantage .row7_21_1 p {
    width: 80%;
    margin: 0 auto;
    padding-top: 6%;
}
.about-advantage .row7_22 {
    width: 40%;
    height: 170px;
    color: #565555;
    display: inline-block;
    border: 1px solid;
}
.about-advantage .row7_22-1 img {
    float: left;
}
.about-advantage .row7_21_2 {
    display: inline-block;
    width: 60%;
    text-align: center;
}
.about-advantage .row7_21_2 h4 {
    padding-top: 8%;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.about-advantage .row7_21_2 p {
    width: 80%;
    margin: 0 auto;
    padding-top: 6%;
}
.about-advantage .row7_22-2 {
    display: flow-root;
    height: 340px;
    border: 1px solid #f67524;
    text-align: center;
    color: #fff;
    background: #f67524;
}
.about-advantage .row7_22-2 h3 {
    margin-top: 30%;
    margin-bottom: 10%;
}
.about-advantage .row7_22-2 p {
    width: 75%;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px){
	.about-wrap{
		width: 1200px;
	}
}

.aboutPage {
    background:#ffffff;
	_padding-bottom:100px;
}
.aboutPage .scheme{
	background: #f5f5f5;
	padding: 92px 0;
}
.aboutPage .scheme:after{content:"";height:0;display:block;clear:both}
.aboutPage .scheme .left{
	width: 50%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.aboutPage .scheme .txt1{
	line-height: 30px;
	font-size: 24px;
	color: #666666;
}
.aboutPage .scheme .txt2{
	line-height: 60px;
	font-size: 48px;
	color: #000000;
	margin-top: 30px;
}
.aboutPage .scheme .btn{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(https://www.shxswl.com/stat/images/20180809/scheme_btn.png) no-repeat right 44px center #333333;
	display: block;
	font-size: 20px;
	color: #fff;
	_text-indent: 44px;
	text-align: center;
	margin-top: 120px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .scheme .btn:hover{
	background-color: #F57426;
	background-position: right 32px center;
}
.aboutPage .scheme .text{
	width: 50%;
	float: right;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
	text-align: justify;
}
.aboutPage .scheme .text .aboutcon{
	font-size: 18px;
	color: #666666;
}
.aboutPage .business{
	padding: 100px 0;
	background:#ffffff;
}
.aboutPage .business .pic{
	position: relative; overflow:hidden;
}
.aboutPage .business .pic img{
	width: 100%;
	display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 

0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;
}
.aboutPage .business .pic:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.aboutPage .business .pic .filter{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: url(https://www.shxswl.com/stat/images/20180809/aboutPage_business_filter.png) repeat-x;
	background-size: auto 100%;
}
.aboutPage .business .pic .text{
	position: absolute;
	bottom: 22px;
	left: 0;
	z-index: 5;
	padding: 0 40px;
	box-sizing: border-box;
}
.aboutPage .business .pic .txt1{
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 22px;
}
.aboutPage .business .pic .txt2{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.aboutPage .business .list{
	border-left: solid 1px #eaeaea;
	border-top: solid 1px #eaeaea;
	box-sizing: border-box;
}
.aboutPage .business .list:after{content:"";height:0;display:block;clear:both}
.aboutPage .business li{
	width: 50%;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	padding: 60px 58px;
	height: 340px;
}
.aboutPage .business li:nth-child(1),
.aboutPage .business li:nth-child(4){
	background: #f5f5f5;
}
.aboutPage .business li .icon{
	height: 84px;
}
.aboutPage .business li .icon img{
	height: 100%;
}
.aboutPage .business li .tit{
	line-height: 30px;
	font-size: 24px;
	color: #000;
	margin-top: 40px;
}
.aboutPage .business li .txt{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
}
.aboutPage .service{
	background: #f5f5f5;
	padding: 96px 0 100px 0;
}
.columnTitle{
	text-align: center;
	margin-bottom: 58px;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .tit{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .txt{
	line-height: 30px;
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
}
.aboutPage .service .tab{
	width: 960px;
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	box-sizing: border-box;
	float: left;
}
.aboutPage .service .tab li{
	width: 25%;
	height: 240px;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition:all 0.3s;
}
.aboutPage .service .tab li:nth-child(8),
.aboutPage .service .tab li:nth-child(6),
.aboutPage .service .tab li:nth-child(3),
.aboutPage .service .tab li:nth-child(1){
	background: #fff;
}
.aboutPage .service .tab li .icon2,
.aboutPage .service .tab li .icon1{
	height: 100px;
	margin-top: 30px;
	background-repeat:no-repeat; background-position:center center; background-size:100px 100px;
}
.aboutPage .service .tab li .icon1 img{transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.aboutPage .service .tab li .number{
	line-height: 60px;
	font-size: 60px;
	color: #e2e2e2;
	margin-top: 10px;
}
.aboutPage .service .tab li .text{
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	color: #000000;
	margin-top: -20px;
	background: #f5f5f5;
	position: relative;
	z-index: 5;
}
.aboutPage .service .tab li:nth-child(8) .text,
.aboutPage .service .tab li:nth-child(6) .text,
.aboutPage .service .tab li:nth-child(3) .text,
.aboutPage .service .tab li:nth-child(1) .text{
	background: #fff;
}
.aboutPage .service .tab li .icon2{
	display: none;
}
.aboutPage .service .tab li.on .icon2{
	display: block;
}
.aboutPage .service .tab li.on{z-index: 10;box-shadow: -6px 6px 10px rgba(0,0,0,.1); position:relative; -webkit-transform: translate3d(0, -2.5px, 0); transform: translate3d(0, -2.5px, 0);}
.aboutPage .service .tab li.on .icon1 img{
	/*display: none;*/opacity:1.0;filter:Alpha(opacity=100);
}
.aboutPage .service .tabBox{
	width: 520px;
	height: 480px;
	float: right;
	background: url(../image/aboutPage_service_tabBox.jpg) no-repeat;
	background-size: 100% auto;
	padding: 80px 78px 0 78px;
	box-sizing: border-box;transition:all 0.3s;
}
.aboutPage .service .tabBox:hover{ margin-top:-10px;}
.aboutPage .service .tabBox .box{ display:none;}
.aboutPage .service .tabBox li{
	display: none;
}
.aboutPage .service .tabBox .tit{
	line-height: 50px;
	font-size: 48px;
	color: #fff;
}
.aboutPage .service .tabBox .line{
	width: 50px;
	height: 4px;
	background: #fff;
	margin-top: 18px;
}
.aboutPage .service .tabBox .txt{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 36px;
}
.aboutPage .service .tabBox .txt p{
	font-size: 20px;
	color: #fff;
}
@media only screen and (max-width: 1440px){
	.aboutPage .service .tab{
		width: 800px;
	}
	.aboutPage .service .tabBox{
		width: 380px;
		height: 480px;
		float: right;
		background: url(https://www.shxswl.com/stat/images/20180809/aboutPage_service_tabBox.jpg) no-repeat #f67424;
		background-size: 100% auto;
		padding: 80px 40px 0 40px;
		box-sizing: border-box;
	}
}
.aboutPage .qualification{
	padding: 100px 0;
	background: url(https://www.shxswl.com/stat/images//20180809/aboutPage_qualification_bg.jpg) no-repeat center 0;
}
.aboutPage .qualification .columnTitle .tit,
.aboutPage .qualification .columnTitle .txt{
	color: #fff;
}
.aboutPage .qualification .picScroll-left{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutPage .qualification .picScroll-left .bd ul{
	overflow: hidden;
	zoom: 1;
}
.aboutPage .qualification .picScroll-left .bd li{
	width: 330px;
	height: 400px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
}
.aboutPage .qualification .picScroll-left .bd li img{
	max-width: 100%;
}
.aboutPage .qualification .picScroll-left .prev,
.aboutPage .qualification .picScroll-left .next{
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	background: url(https://www.shxswl.com/stat/images/20180809/qualification_prev1.png) no-repeat 0 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
.aboutPage .qualification .picScroll-left .prev:hover{
	background-image: url(https://www.shxswl.com/stat/images/20180809/qualification_prev2.png);
}
.aboutPage .qualification .picScroll-left .next{
	left: auto;
	right: -52px;
	background-image: url(https://www.shxswl.com/stat/images/20180809/qualification_next1.png);
}
.aboutPage .qualification .picScroll-left .next:hover{
	background-image: url(https://www.shxswl.com/stat/images/20180809/qualification_next2.png);
}
.aboutPage .qualification .picScroll-left:hover .prev{
	left: 20px;
	opacity: 1;
}
.aboutPage .qualification .picScroll-left:hover .next{
	right: 20px;
	opacity: 1;
}
@media only screen and (max-width: 1440px){
	.aboutPage .qualification .picScroll-left .bd li{
		margin-right: 20px;
		width: 285px;
		height: 345px;
	}
}

.aboutPage .qualification .columnTitle,
.aboutPage .qualification .picScroll-left,
.aboutPage .service .columnTitle,
.aboutPage .service .tab,
.aboutPage .service .tabBox,
.aboutPage .business .list,
.aboutPage .business .pic,
.aboutPage .scheme .about-wrap{
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}



@media only screen and (max-width: 1199px){
.about-banner {
    margin-top:0px;
	height: auto;
}
.aboutPage .scheme {
    padding: 30px 0;
}
.about-wrap {
    width:100%;
}
.aboutPage .scheme .left {
    width:100%;
	padding: 0 2%;
}
.aboutPage .scheme .txt2 {
    font-size: 32px;
}
.aboutPage .scheme .btn {
    margin-top: 30px;
}
.aboutPage .scheme .text {
    width:96%;
	padding: 0 2%;
	float:left;
	margin-top: 30px;
}
.aboutPage .business {
	padding: 30px 0;
}
.aboutPage .service .tabBox {
    display:none !important;
}
.aboutPage .service .tab {
    width:100%;
}
.about-advantage .row7_22-1 img {
    display:none;
}
.about-advantage .mask span.item-link {
    display:none;
}

}
@media only screen and (max-width: 767px){
.about-banner {
    margin-top:0px;
	padding: 80px 0 80px;
}
.modSectionHeader.big h2 {
    color: #fff;
    font-size: 2rem;
}
.aboutPage .scheme .txt1 {
    line-height: 26px;
    font-size: 18px;
}
.aboutPage .scheme .txt2 {
    font-size: 18px;
	margin-top: 10px;
	line-height: 40px;
}
.aboutPage .scheme .btn {
    margin-top: 10px;
	width: auto;
	padding: 0 15px;
	font-size:16px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-indent: 0px;
}
.aboutPage .scheme .text {
    line-height: 26px;
}
.aboutPage .scheme .text p {
    font-size: 14px;
    color: #666666;
}
.aboutPage .business {
    padding: 0;
}
.aboutPage .business .pic .text {
    width: 100%;
}
.aboutPage .business .pic .txt1 {
    line-height: 20px;
    font-size: 26px;
    color: #fff;
    padding-bottom: 10%;
	text-align:center;
}
.aboutPage .business .pic .txt2 {
    line-height: 20px;
    font-size: 13px;
	display:none;
}
.aboutPage .business li {
    width: 100%;
	padding: 60px 20px;
    height: auto;
}
.aboutPage .business li:nth-child(1), .aboutPage .business li:nth-child(3) {
	background: #f5f5f5;
}
.aboutPage .business li:nth-child(4) {
	background: #ffffff;
}
.aboutPage .business li .icon img {
    display:block;
	margin: 0 auto;
}
.aboutPage .business li .tit {
    text-align:center;
}
.aboutPage .business li .txt {
    text-align:center;
}
.columnTitle .tit {
    font-size: 24px;
}
.aboutPage .service {
    padding: 20px 0 30px 0;
}
.columnTitle .txt {
    font-size: 16px;
}
.aboutPage .service .tab li {
    width: 50%;
}
.aboutPage .service .tab li:nth-child(7), .aboutPage .service .tab li:nth-child(6), .aboutPage .service .tab li:nth-child(3) {
    background: none;
}
.aboutPage .service .tab li:nth-child(8), .aboutPage .service .tab li:nth-child(5), .aboutPage .service .tab li:nth-child(4), .aboutPage .service .tab li:nth-child(1) {
    background: #fff;
}
.aboutPage .service .tab li:nth-child(7) .text, .aboutPage .service .tab li:nth-child(6) .text, .aboutPage .service .tab li:nth-child(3) .text {
    background: none;
}
.aboutPage .service .tab li:nth-child(8) .text, .aboutPage .service .tab li:nth-child(5) .text, .aboutPage .service .tab li:nth-child(4) .text, .aboutPage .service .tab li:nth-child(1) .text {
    background: #fff;
}

.about-advantage .row4 h3 {
    font-size:24px;
}
.about-advantage .row4 p {
    font-size:16px;
}
.about-advantage .row7-3>.active {
    width: 50%;
}
.about-advantage .row7-3-1 {
    width: 45%;
	margin-left:3%;
}
/*.about-advantage .row7-3-1:nth-child(3), .about-advantage .row7-3-1:nth-child(5) {
    margin-left: 3%;
}*/
.about-advantage .row7-3-1:hover {
    width: 45%;
}
.about-advantage .mask span.item-link {
    display:none;
}
.about-advantage .row7_20 {
    width: 50%;
}
.about-advantage .item-title1 {
    font-size: 18px;
}
.about-advantage .row7_21_1:nth-child(2), .about-advantage .row7_21_1:nth-child(4), .about-advantage .row7_21_1:nth-child(6), .about-advantage .row7_21_1:nth-child(8) {
    display: none;
}
.about-advantage .row7_21_1 {
    width: 50%;
	height: 100px;
}
.about-advantage .row7_21_1 h4, .about-advantage .row7_21_2 h4 {
    padding-top: 20px;
}
.about-advantage .row7_21_2 {
    width: 100%;
}
.about-advantage .row7_22, .about-advantage .row7_22-2 {
	height: 100px;
}
.about-advantage .row7_22 {
    border: 1px solid #f67524;
}
.about-advantage .row7_21_1 p, .about-advantage .row7_21_2 p, .about-advantage .row7_22-2 p {
    display: none;
}
.about-advantage .row7_21_1:nth-child(1) {
	border-right: none;
}
.about-advantage .row7_21_1:nth-child(3) {
	border-right: none;
}
.about-advantage .row7_21_1:nth-child(5) {
    border-top: none;
	border-right: none;
	border-bottom: none;
}
.about-advantage .row7_21_1:nth-child(7) {
    border-top: none;
}

}