﻿.salon_fix {
   display: none;
}


.value-list ul li div.awm-in{
	opacity: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.value-list ul li div{
    width: 100%;
    height: 100%;
}



.hwslider {
	width: 100%;
	height: auto;
	min-width: 280px;
	min-height: 200px;
	margin: 0 auto;
	position: relative;
}

.hwslider ul {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.hwslider ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwslider ul li.active {
	display: block;
}

.hwslider ul li .image{
	float: left;
	width: 57%;
	height: 200px;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.hwslider ul li .image img{
	display: block;
}

.hwslider ul li .content{
	float: right;
	width: 37%;
	padding-top: 0px;
}

.hwslider ul li .content h2{
	font-size: 20px;
	line-height: 22px;
	font-weight: inherit;
	overflow: hidden;
	height: 22px;
}

.hwslider ul li .content h2 em{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.hwslider ul li .content p{
	line-height: 24px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
	height: 48px;
}

.hwslider ul li .content span a{
	width: 52px;
	height: 26px;
	line-height: 26px;
	font-family: arial;
	font-size: 12px;
	margin-top: 24px;
}

.dots {
	display: none;
}


.arr {
	display: none;
}

.header-fix{
	height: 70px;
}

#header{
	height: 70px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
}

.navbox{
	max-width: 90%;
	height: 70px;
	padding: 0;
}

.logo{
	height: 53px;
   padding-top: 0;
margin-top: -14px;
}

.logo i{
	font-size: 12px;
	line-height: 34px;
}



/*menu*/


#mnavh {
		position: absolute;
		z-index: 9999;
		display: block;
	}
	
	#starlist {
		display: none;
		position: fixed;
		top: 71px;
		right: 0;
		z-index: 999;
		width: 200px;
		height: 100%;
		background: #222227;
		overflow-y: auto;
	}
	
	#starlist ul{
		width: 100%;
	}
	
	
	#starlist li {
		width: 100%;
		text-align: center;
		margin: inherit;
		float: inherit;
		display: block;
		font-weight: bold;
		display: inherit;
   	    align-items: inherit;
   	    height: 80px;
   	    line-height: 80px;
	}
	
	
	
	#starlist li a {
		color: #fff;
		padding: 0 14px;
		line-height: 32px;
		float: inherit;
		font-size: 16px;
	}



	


.brand{
	padding-bottom: 40px;
	margin-top: 51px;
}

.submenu{
	width: 100%;
	float: left;
	text-align: center;
	position: inherit;
	margin-left: inherit;
	overflow-x: auto;
}

.submenu img{
	height: 18px;
	display: block;
}

.submenu ul{
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid #d5d5d5;
	position: inherit;
	right: inherit;
	
}

.case .submenu ul li a{
	width: auto;
}


.brand .submenu ul li a{
	width: auto;
}

.news .submenu ul li a{
	width: auto;
}

.submenu ul li:hover{
	background: none;
}

.submenu ul li{
	float: left;
	line-height: inherit;
	height: inherit;
	overflow: hidden;
	width: inherit;
	background: none;
}

.submenu ul li a{
	height: auto;
	float: left;
	font-size: 14px;
	line-height: inherit;
	color: #323232;
	display: block;
	background: #f5f5f5;
	padding: 8px 20px;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 30px;
}

.submenu ul li:hover a{
	background: #3D58D9;
	color: #FFFFFF;
}


.brand-content{
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}

.brand-content .box{
	width: 100%;
}

.introduction{
	margin-top: 0;
}

.introduction .title{
	font-size: 32px;
}

.introduction .title font{
	margin-right: 5px;
}

.introduction .title i{
	font-size: 16px;
}

.introduction .title span{
	font-size: 20px;
	margin-left: 5px;
}

.introduction .content{
	font-size: 15px;
	line-height: 28px;
	margin-top: 26px;
	letter-spacing: 0;
}


.culture{
	width: 95%;
	margin: 50px auto 0 auto;
}

.culture .title{
	font-size: 18px;
}

.culture .content{
	padding-bottom: 20px;
	padding-top: 2px;
}

.culture .content li{
	margin-top: 38px;
}

.culture .content li span{
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	width: 23%;
	margin-right: 0;
}

.culture .content li p{
	font-size: 14px;
	line-height: 34px;
	width: 72%;
	float: right;
}


.foot-menu{
	padding: 46px 0;
}

.container{
	width: 90%;
	margin: 0 auto;
}


.foot-menu .slogan{
	width: 100%;
	font-size: 12px;
}

.foot-menu .slogan span{
	margin: 0 20px;
}

.foot-menu-box{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.foot-menu-box a{
	line-height: 28px;
	font-size: 12px;
}

.foot-menu-box a:hover{
	font-size: 12px;
}

.foot-menu-box span{
	margin: 0 20px;
	color: #ccc;
}




footer{
	padding: 50px 0 ;
}

footer .tel{
	width: 100%;
	float: inherit;
	margin-bottom: 40px;
}

footer .tel p{
	color: #737373;
	font-size: 12px;
	margin-bottom: 20px;
}

footer .tel p span{
	margin: 0 15px;
}

footer .tel img{
	max-width: 80%;
}


footer .information{
	width: 62%;
	float: left;
}

footer .information i{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}

footer .information p{
	color: #737373;
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 15px;
}

footer .information p:last-child{
	margin-bottom: 0px;
}

footer .ewm{
	width: 34%;
	float: right;
}

.ewm .describe{
	display: none;
}

.ewm .ewm-tp{
	float: inherit;
	width: 100%;
	text-align: right;
}

.ewm .ewm-tp p{
	font-size: 14px;
	margin-top: 12px;
}


.link{
	background: #1e1e1e;
    display:none;
}

.link .linking{
	padding: 26px 0;
	border-top: 1px solid #444444;
}

.linking-title{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.linking-title span{
	display: none;
}

.linking-content{
	width: 100%;
	float: right;
	margin-top: 10px;
}

.linking-content a{
	color: #727272;
	font-size: 12px;
	margin: 0 12px;
	line-height: 28px;
}

.linking-content a:first-child{
	margin-left: 0;
}





.origin{
	width: 100%;
}

.origin .box{
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 60px;
	padding: 0 0 40px 0;
	margin-top: 30px;
}


.origin-advertising{
	padding: 60px 0 60px 0;
}

.origin-advertising p{
	font-size: 28px;
}

.origin-advertising span{
	font-size: 16px;
	margin-top: 14px;
}


.origin-text{
	margin-top: 14px;
	padding: 0 3%;
}

.origin-text .list{
	margin-top: 36px;
}


.origin-text .title{
	font-size: 18px;
}

.origin-text .text{
	font-size: 15px;
	line-height: 30px;
	margin-top: 24px;
}


.origin-people{
	padding-right: 3%;
	padding-bottom: 45px;
	margin-top: 61px;
}

.origin-people i{
	font-size: 17px;
	line-height: 26px;
}




.partner-content{
	
}

.partner-content i{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 44px;
}

.partner-content p{
	font-size: 15px;
	line-height: 28px;
}


.integration-content ul li i{
	font-size: 20px;
	line-height: 20px;
}
.integration-content ul li p{
	font-size: 20px;
	line-height: 40px;
}

.partner{
	margin-top: 55px;
	
}

.partner .title{
	font-size: 24px;
}

.partner-list{
	margin-top: 30px;
	padding: 0px 0 30px 0;
}

.partner-list .partner-idem{
	width: 50%;
	float: left;
	margin-top: 30px;
}

.partner-list .line{
	height: auto;
	padding: 12px 9% 50px 9%;
}

.partner-list .partner-idem .character{
	height: 30px;
	line-height: 30px;
}

.partner-list .partner-idem .character i{
	font-size: 22px;
	float: left;
	width: 48%;
	text-align: right;
}

.partner-list .partner-idem .character em{
	font-size: 17px;
	float: right;
	width: 48%;
	text-align: left;
	margin-top: -2px;
}

.partner-list .partner-idem .category{
	padding: 14px 0 27px 0;
}

.partner-list .partner-idem .category ul li{
	font-size: 14px;
	line-height: 30px;
}

.partner-list .partner-idem .text{
	font-size: 14px;
	line-height: 26px;
}

.partner-contact{
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 48px;
}

.partner-contact p{
	font-size: 18px;
	line-height: 36px;
}

.case-banner-box{
	max-width: 80%;
	padding: 80px 0;
}

.case-banner-box i{
	font-size: 32px;
}

.case-banner-box p{
	font-size: 12px;
	line-height: 24px;
	margin-top: 24px;
}

.case{
	margin-top: 50px;
}


.case-content{
	width: 100%;
	float: right;
}

.case-content .box{
	padding-bottom: 44px;
}

.case-item{
	margin-bottom: 20px;
}


.case-item .case-item-tp{
	width: 72%;
	float: left;
	border-right: 1px solid #FFFFFF;
}

.case-item .case-item-tp img{
	display: block;
}

.case-item .case-item-text{
	width:27%;
	float: right;
}

.case-item .case-item-text .item-box{
	padding: 20px 10px;
}

.case-item .case-item-text .item-box span{
	font-size: 12px;
	line-height: 20px;
}

.case-item .case-item-text .item-box i{
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}

.case-item .case-item-text .item-box p{
	font-size: 12px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	margin-top: 20px;
	height: 40px;
}


.al-article .submenu{
	display: none;
}


.case-page-content{
	width: 100%;
	margin: 0px auto 0 auto;
	padding-right: inherit;
}

.page-title{
	width: 100%;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
}

.page-content{
	margin-top: 31px;
	font-size: 16px;
	line-height: 30px;
}

.page-content a{
	font-size: 16px;
}


.pageing{
	margin-top: 67px;
	padding-top: 25px;
}

.pageing-on{
	width: 35%;
}

.pageing-directory{
	width: 21.5%;
}

.pageing-un{
	width: 35%;
}

.pageing-on a,.pageing-directory a,.pageing-un a{
	font-size: 14px;
	line-height: 22px;
}



.case-tjal{
	margin: 62px auto 0 auto;
	max-width: 1127px;
	padding-bottom: 40px;
}

.tjal-title{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 22px;
}





.knowledge{
	margin-top: 52px;
}

.news-zk{
	padding-top: 24px;
}

.knowledge.news-width{
	margin-top: 48px;
}

.knowledge .hot{
	display: none;
}



.knowledge-content{
	width: 100%;
	padding-top: 0;
	
}

.knowledge-item{
	width: 31.5%;
	float: left;
	margin-left: 2%;
	margin-bottom: 40px;
}

.knowledge-item:nth-child(3n+1){
	margin-left: 0%;
}



.knowledge-item-text{
	margin-top: 28px;
}

.knowledge-item-text i{
	font-size: 17px;
	line-height: 22px;
	height: 22px;
}

.knowledge-item-text p{
	font-size: 12px;
	line-height: 24px;
	height: 52px;
	margin-top: 9px;
}

.knowledge .case-page-content{
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	
}



.news{
	margin-top: 53px;
}

.news-content .box{
	width: 100%;
	padding-top: 24px;
}


.news-item{
	margin-bottom: 22px;
}

.news-item-tp{
	width: 34.6%;
}

.news-item-tp img{
	height: 146px;
}

.news-item-text{
	width: 62.5%;
	height: 145px;
}

.news-item-text i{
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}

.news-item-text p{
	font-size: 13px;
	line-height: 22px;
	margin-top: 16px;
}




.contact-banner{
	height: 280px;
}

.contact{
	top: -56px;
}


.contact-box{
	padding: 50px 32px 0 32px;
}

.contact-map{
	width: 100%;
	float: inherit;
}

.contact-data{
	width: 100%;
	margin-top: 40px;
	float: inherit;
}

.contact-data .tel{
	font-size: 18px;
	font-weight: bold;
}

.contact-data .tel i{
	float: left;
}

.contact-data .tel span{
	font-size: 12px;
	float: left;
}

.contact-data .tel em{
	display: block;
	font-style: inherit;
}

.contact-data .tel img{
	margin-top: 18px;
	width: 80%;
}

.contact-data .information{
	margin-top: 32px;
}

.contact-data .information p{
	font-size: 16px;
	line-height: 32px;
}


.contact-data .ewm{
	margin-top: 32px;
}

.contact-data .ewm img{
	float: left;
	margin-right: 28px;
}

.contact-data .ewm p{
	float: left;
	margin-top: 12px;
	font-size: 16px;
	line-height: 32px;
}

.contact-data .email{
	margin-top: 26px;
}

.contact-data .email p{
	font-size: 16px;
	line-height: 32px;
}



.message{
	width: 89%;
	margin: 46px auto 0 auto;
	padding-top: 48px;
}

.message-title{
	font-size: 26px;
	line-height: 40px;
}

.message-content{
	width: 88%;
	margin: 45px auto 0 auto;
	padding-bottom: 50px;
}

.name-phone{
	
}

.name-phone .name{
	width: 100%;
	float: inherit;
}

.name-phone .name i,.name-phone .phone i,.company-website i,.problem-demand i{
	color: #505050;
	font-size: 14px;
	line-height: 28px;
	display: block;
	margin-bottom: 14px;
}

.name-phone .name input,.name-phone .phone input{
	font-size: 14px;
	width: 96%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
}

.name-phone .phone{
	width: 100%;
	margin-top: 26px;
	float: inherit;
}


.company-website{
	clear: both;
	padding-top: 26px;
}

.company-website input{
	font-size: 14px;
	width: 96%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
}


.problem-demand {
	margin-top: 26px;
}

.problem-demand textarea{
	font-size: 14px;
	width: 96%;
	padding: 5px 2%;
	height: 63px;
	line-height: 28px;
}

.submit{
	margin-top: 35px;
}

.submit .submit-message{
	font-size: 16px;
	width: 148px;
	height: 40px;
	line-height: 40px;
}





.flex-control-nav{bottom:20px;}
.flex-control-nav li{width:12px;height:12px;margin:0 5px;}
.flex-control-nav a{width:12px;height:12px;}

.flex-direction-nav li a{width:40px;height:40px;}
.flex-direction-nav li a.flex-prev{left:20px;}
.flex-direction-nav li a.flex-next{right:20px;}





.service-content{
	padding: 62px 0 86px 0;
}

.service-content .title i{
	font-size: 24px;
	line-height: 24px;
}

.service-content .title p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 11px;
}

.service-content .title span{
	height: 1px;
	width: 22px;
	margin-top: 16px;
}

.type{
	margin-top: 42px;
}

.strategic{
	float: left;
	width: 90%;
	padding: 42px 5%;
}

.strategic-describe .icon{
	margin-right: 5%;
}

.strategic-describe .subtitle i{
	font-size: 28px;
	line-height: 40px;
}

.strategic-describe .subtitle p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.strategic-trait{
	margin-top: 45px;
}

.strategic-trait ul{
	padding-left: 0;
}

.strategic-trait ul li{
	width: 46%;
	height: 40px;
	font-size: 14px;
	padding-left: 4%;
	float: left;
}

.strategic-trait ul li:nth-child(3),.strategic-trait ul li:nth-child(4){
	height: 24px;
}

.strategic-trait ul li span{
	font-size: 0;
	line-height: 0;
	font-weight: inherit;
	left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: calc((1em - -17px)/ 2);
}



.strategic-trait ul li:before {
	content: "";
    position: absolute;
    top: calc((1em - -5px)/ 2);
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg,#ccc 0,#ccc 98%);
}


.strategic-trait ul li:nth-child(3):before {
    height: 0;
}


.fall{
	float: right;
	width: 90%;
	padding: 42px 5%;
	margin-top: 20px;
}

.fall-trait{
	padding-left: 5%;
	margin-top: 45px;
	
}

.fall-trait ul:first-child{
	margin-right: 10%;
}

.fall-trait ul{
	float: left;
	width: 45%;
}




.value{
	margin-top: 60px;
}

.value-title{
	line-height: 36px;
}

.value-title i:before{
	width: 6%;
	margin-top: 22px;
}

.value-title i:after{
	width: 6%;
	margin-top: 22px;
}

.value-title i{
	font-size: 26px;
}


.value-list{
	margin-top: 0px;
}

.value-list ul li{
	width: 41%;
	float: left;
	margin-left: 2%;
    padding: 42px 4%;
    margin-top: 28px;
}


.value-list ul li:nth-child(3n+1){
	margin-left: 2%;
}

.value-list ul li:nth-child(2n+1){
	margin-left: 0;
}

.value-list ul li:nth-child(2n+2){
	background: #5a5a5a;
}

.value-list ul li span{
	font-size: 40px;
	line-height: 60px;
	margin-right: 5%;
}

.value-list ul li i{
	font-size: 16px;
	line-height: 28px;
}

.value-list ul li p{
	font-size: 12px;
	line-height: 22px;
	width: 90%;
}


.case-shows{
	padding: 51px 0 52px 0;
}

.is-next, .is-prev {
	display: none;
}


.immersive_slider {
	height: 210px;
}

.case-shows-box{
	margin-top: 46px;
}

.case-shows-box .slide .image{
	float: left;
	width: 57%;
	height: 210px;
	overflow: hidden;
	display: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.case-shows-box .slide .image img{
	
}

.case-shows-box .slide .content{
	float: right;
	width: 37%;
	padding-top: 0px;
}

.case-shows-box .slide .content h2{
	font-size: 16px;
	line-height: 28px;
	height: 28px;
}

.case-shows-box .slide .content p{
	line-height: 22px;
	font-size: 13px;
	margin-top: 8px;
	-webkit-line-clamp:1;
	height: 22px;
}

.case-shows-box .slide .content span a{
	width: 62px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	margin-top: 24px;
}


.case-list-category{
	margin-top: 20px;
}

.case-list-category ul li{
	width: 24.2%;
	margin-left: 1%;
	margin-top: 10px;
}

.case-list-category ul li img{
   height: 70px;
}

.case-list-category ul li i{
    font-size: 18px;
    line-height: 70px;
}

.case-list-category ul li:nth-child(5n+1){
	margin-left: .8%;
}
.case-list-category ul li:nth-child(4n+1){
	margin-left: 0;
}




.fccy-data{
	padding: 64px 0 66px ;
}


.fccy-data .title i{
	font-size: 32px;
	line-height: 50px;
}

.fccy-data .title p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

.data-list{
	margin-top: 20px;
}

.data-list ul li{
	width: 50%;
	margin-top: 48px;
}

.data-list ul li img{
	height: 40px;
}

.data-list ul li p{
	margin-top: 25px;
	font-size: 12px;
	line-height: 28px;
	padding: 0 8%;
}




.zstx{
	padding: 56px 0 52px 0;
}

.zstx-list{
	margin-top: 49px;
}

.zstx-list .knowledge-item{
	width: 32.3%;
    margin-left: 1.5%;
    margin-bottom: inherit;
}

.zstx-list .knowledge-item:first-child{
    margin-left: 0;
}

.zstx-list .knowledge-item i{
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	text-align: left;
}

.zstx-list .knowledge-item p{
	font-size: 13px;
	line-height: 24px;
	margin-top: 8px;
}

.zstx-more{
	margin-top: 32px;
}

.zstx-more a{
	font-size: 13px;
	width: 88px;
	height: 30px;
	line-height: 30px;
}



.xwdt{
	padding: 52px 0 55px 0;
}


.xwdt-box{
	margin-top: 42px;
}


.news-recommend{
	width: 100%;
	height: auto;
	float: left;
}

.news-recommend img{
	display: block;
	max-width: 100%;
}

.recommend-describe{
}

.xwdt-box:before{
	display: none;
}


.recommend-describe p{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding:  8%;
}

.news-category{
	width: 100%;
	float: right;
	margin-top: 30px;
}

.mt-tabpage {
	width: 100%;
}
.mt-tabpage-title {
	height: 44px;
	width: 100%;
}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 85px;
	height: 44px;
	line-height: 18px;
	text-align: center;
	color: #595758;
	font-size: 16px;
	margin-left: 18px;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	font-size: 16px;
	height: 42px;
	border-bottom: 2px solid #565df4;
}
.mt-tabpage-count {
	height: 282px;
	margin-top: 10px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
	height: 282px;
}

.news-list ul li a{
	font-size: 14px;
	height: 47px;
	line-height: 47px;
}

.news-list ul li span{
	margin-right: 25px;
}





.service-page{
	padding: 54px 0 56px 0;
}

.integration-title{
	width: 38%;
	float: left;
	padding-left: 0;
}

.integration-title p{
	max-width: 100%;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 35px;
	letter-spacing: 5px;
}

.integration-title span{
	font-size: 12px;
	line-height: 17px;
}


.integration-content{
	width: 55%;
	float: right;
	padding-left:5%;
	border-left: 1px solid #525252;
	
}

.integration-content ul li i{
	padding-left: 22px;
}

.integration-content ul li i:before{
	position: absolute;
	left: 0px;
	top: 4px;
}





.service-item{
	padding: 76px 0;
}

.service-item .box{
	max-width: 90%;
	margin: 0 auto;
}

.positioning-strategy-tit{
	width: 100%;
	float: left;
	padding-left: 0;
	
}

.positioning-strategy{
	display: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.strategy-tit-icon{
	float: left;
	width: 40%;
	margin-right: 6%;
	margin-left: 8%;
}

.positioning-strategy-tit .title{
	float: left;
	width: 46%;
}

.positioning-strategy-tit .title i{
	font-size: 12px;
	line-height: 26px;
}

.positioning-strategy-tit .title b{
	font-size: 22px;
	line-height: 30px;
	margin-top: 2px;
	margin-bottom: 8px;
}

.positioning-strategy-tit .title p{
	font-size: 14px;
	line-height: 30px;
}

.positioning-strategy-tit .title p img{
	margin-bottom: -3px;
	height: 16px;
}

.positioning-strategy-content{
	width: 100%;
	float: right;
	padding-right: 0;
	padding-left: 0;
	margin-top: 50px;
}

.strategy-nr{
	
}

.strategy-nr ul li{
	margin-bottom: 52px;
}

.strategy-nr ul li:last-child{
	margin-bottom: 0;
}

.strategy-nr ul li i{
	line-height: 26px;
	font-size: 18px;
}

.strategy-nr ul li i img{
	float: left;
	margin-right: 12px;
}

.strategy-nr ul li p{
	line-height: 32px;
	font-size: 16px;
	margin-top: 14px;
}


.strategy-system{
	padding: 30px 0 35px 0;
	margin-top: 54px;
	width: 100%;
}

.strategy-system i{
	line-height: 24px;
	font-size: 20px;
}


.strategy-system ul{
	padding-top: 15px;
}

.strategy-system ul li{
	width: 50%;
	float: left;
	line-height: 36px;
	font-size: 13px;
}

.strategy-system ul li span{
	font-size: 14px;
	margin-right: 8px;
}


.service-line{
	margin: 58px 0 58px 0;
}

.service-line .left{
	width: 50%;
	height: 1px;
	float: left;
	margin-left: 0;
	background: #626262;
}

.service-line .right{
	width: 50%;
	float: right;
	margin-right: 0 ;
	margin-left: 0;
	height: 1px;
	background: #626262;
	
}



.value-page{
	margin: 64px 0 68px 0;
}

.value-page-content{
	margin-top: 30px;
}

.value-page-content .list{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 25px;
}

.value-page-content .list:nth-child(3n+1){
	margin-left: inherit;
}

.value-page-content .line{
	padding: 36px 38px 34px 38px;
}

.value-page-content .list-subtit{
	height: auto;
	margin-bottom: 20px;
	display: block;
}

.value-page-content .list-subtit span{
	line-height: 40px;
	font-size: 40px;
	float: left;
	width: auto;
	margin-right: 10px;
}

.value-page-content .list-subtit i{
	line-height: 40px;
	font-size: 18px;
	float: left;
	width: 60%;
	display: block;
}

.value-page-content .list-text{
	padding-top: 20px;
	border-top: 1px solid #7b7b7b;
}

.value-page-content .list-text p{
	color: #404040;
	line-height: 35px;
	font-size: 14px;
	height: auto;
}



nav{
	padding-top: 0;
}
/*首页*/

#starlist li a.menu-active:after {
	display: none;
}

#starlist li a.menu-active{
	color: #fff;
}
#starlist li a:hover {
    color: #FFFFFF;
}
/*banner*/


.slide-info img.b-pc {
	display: block;
}

.slide-info img.b-phone {
	display: none;
}


.prev2,.next2{
	width: 80px;
}

.prev2 img,.next2 img{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 16px;
    height: 28px;
}

.prev2 img{
	left: 16px;
}

.next2 img{
	right: 16px;
}


/*banner翻页圆点*/

.item1 {
	width: 100%;
	bottom: 10px;
	left: 0;
}

.item1 a {
	width: 6px;
	height: 6px;
	margin: 0 2px;
}

.item1 a.cur {
	width: 6px;
	height: 6px;
}

/* banner end */


.index-brand{
	padding: 60px 0 60px 0;
}

.i-b-title{
	width: 100%;
	float: left;
	padding-top: 0px;
	margin-bottom: 20px;
}

.i-b-title h2{
	font-size: 24px;
	line-height: 36px;
	text-align: left;
}

.i-b-text{
	width: 100%;
	float: right;
	letter-spacing: .8px;
}

.i-b-text b{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 8px;
	display: block;
}

.i-b-text p{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 12px;
}


.i-b-dis{
	margin-top: 12px;
	width: 86px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
}


.index-case{
	padding: 60px 0;
}


.pb-carouselWarp {
    margin-top: 30px;
}
.pb-carouselWarp .pb-carousel {
  height: 204px;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 64%;
	height: 204px;
	float: left;
}



.pb-carouselWarp .pb-carousel li .text {
	width: 36%;
	float: right;
	margin-top: 6px;
}

.pb-carouselWarp .pb-carousel li .text .box {
	padding: 24px 16px 24px 16px;
}

.i-c-title h3,.i-c-title h4{
	font-size: 16px;
	line-height: 26px;
}

.i-c-subtitle{
	margin-top: 6px;
}

.i-c-subtitle h3{
	line-height: 22px;
	font-size: 14px;
}

.i-c-text{
	display: none;
	margin-top: 10px;
}

.i-c-text p{
	font-size: 12px;
	line-height: 20px;
	max-height: 20px;
	-webkit-line-clamp: 1;
}

.i-c-but{
	padding-top: 0px;
}

.pb-carouselWarp .pb-carousel-ind {
 	height: 10px;
 	margin-top: 20px;
 	text-align: center;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: initial;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 2px;
}

.pb-carouselWarp .pb-carousel-ind li.pb-this{
  	background: #333;
	border: 1px solid #333;
}

.pb-carouselWarp .pb-carousel-ind li img{
  	display: none;
}

.pb-carouselWarp .pb-carousel-ind li h3{
  	font-size: 12px;
  	display: none;
}


.pb-carouselWarp .pb-arrow {
	display: block;
  position: absolute;
  top: initial;
  bottom: -12px;
  margin-top: initial;
  width: 14px;
  height: 24px;
}
.pb-carouselWarp .pb-arrow-prev {
  left: 20%;
  background-size: 100% 100%;
}
.pb-carouselWarp .pb-arrow-next {
  right: 20%;
  background-size: 100% 100%;
}


.index-who-title{
	padding: 60px 0 60px 0;
}

.index-who-title h2{
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 4px;
	letter-spacing: 3px;
}

.index-who-title p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.index-who-title img{
	height: 10px;
}

.index-who-one{
	padding: 60px 0 60px 0;
}


.iwo-title h3{
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 1px;
}

.iwo-title p{
	font-size: 12px;
	line-height: 26px;
}

.iwo-content{
	padding-top: 30px;
}

.iwo-one-icon{
	width: 100%;
	float: left;
	display: none;
}

.iwo-one-icon.two-icon{
	text-align: left;
}

.iwo-one-text{
	width: 100%;
	float: right;
}

.ot-title{
	padding-top: 0px;
}

.ot-title h4{
	font-size: 18px;
	line-height: 36px;
}

.ot-title span{
	width: 22px;
	height: 2px;
	margin-top: 14px;
}

.ot-text{
	margin-top: 20px;
}

.ot-text p{
	font-size: 14px;
	line-height: 28px;
}

.ot-but{
	padding-top: 16px;
}


.index-power{
	padding: 60px 0 60px 0;
}

.index-title h2{
	font-size: 28px;
	line-height: 40px;
}

.index-title p{
	font-size: 14px;
	line-height: 28px;
}

.ip-content{
	margin-top: 30px;
}

.ip-content .item{
	width: 100%;
	float: left;
	padding: 48px 0;
}

.ip-content .item.emp{
	padding: 48px 0;
	top: 0;
	background: #f5f5f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.ip-content .item em{
	font-size: 40px;
}

.ip-content .item em span{
	font-size: 18px;
	position: relative;
	top: -4px;
}

.ip-content .item i{
	width: 24px;
	height: 2px;
	margin: 12px auto 20px auto;
}

.ip-content .item p{
	font-size: 14px;
	line-height: 28px;
	padding: 0 10%;
	letter-spacing: .5px;
}


.index_news {
	position:relative;
	padding: 40px 0 30px 0;
	background-image: initial;
}

.index_news_list {
	float:left; 
	width:94%;
	padding: 5% 3%;
}

.index_news_title {
	height: 30px; 
	padding:10px 0px 20px 0px;
	margin-bottom: 16px;
}

.index_news_title p{
	font-size: 14px;
}

.index_news_title a h2 {
	padding-bottom: 8px;
	font-size:26px;
}

.index_news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,.1); 
}

.index_news_list ul li a{
	line-height: 26px;
	padding:15px 0px;
	position: relative;
}

.index_news_list ul li a span {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.index_news_list ul li a:hover {
	padding:15px 3%;
}

.index_news_list ul li a:hover span {
	right: 3%;
}

.index_about {
	padding:10px 0 13px 0; 
	line-height:20px;
}

.index_about_more {
	padding:6px 0; 
}

.index_news_list:nth-child(1) {
	width:100%;
	padding: 2% 0% 5% 0;
}

.index_news_list:nth-child(2) {
	width:100%;
	padding: 2% 0 2% 0%;
}


.inews-top { 
	padding-top:20px; 
}

.inews-top .pic li { 
	background:rgba(0,0,0,.8);
}

.inews-top .pic li span { 
	position:absolute; 
	display:block; 
	left:50%;
	top:50%; 
	width:118px; 
	height:34px; 
	line-height:34px; 
	margin-top:-16px;
	margin-left:-60px;
	font-size:12px;
}

.inews-top .pic img{ 
	height:auto; 
	max-height:180px; 
	min-height:180px;
}

.inews-top a:hover li { 
	opacity:1;
}

.inews-top .text{
	padding:20px 0; 
}

.inews-top .text h4{ 
	font-size:16px; 
	width:90%;
}

.inews-top .text p{ 
	display: none;
	font-size:12px; 
	line-height:22px; 
	margin:10px 0 15px 0; 
	width:95%;
	-webkit-line-clamp: 1;
	max-height: 22px;
	overflow: hidden;
}

.inews-top .text span{ 
	font-size:12px;
	margin-top: 8px;
	display: block;
}

.inews-top a:hover .text {
	background:rgba(0,0,0,.4);
}

.inews-top a:hover h4,.inews-top a:hover p,.inews-top a:hover .text span{ padding-left:3%;} 

.nlist12{
	padding: 12px 0px;
}

.nlist12 a {
	font-size:12px;
	line-height: 28px;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.nlist12 a:nth-child(3n+3) {
	margin-right:0;
	padding-right:0;
}


.index-culture{
	padding: 40px 0;
}

.index-culture .item{
	float: left;
	width: 100%;
	padding: 30px 0;
}

.index-culture .item:nth-child(2){
	padding: 18px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.index-culture .item:nth-child(2):before{
	display: none;
}

.index-culture .item:nth-child(2):after{
	display: none;
}

.index-culture .item:nth-child(2) p{
	padding-left: 3%;
}

.index-culture .item h2{
	font-size: 16px;
}

.index-culture .item p{
	font-size: 18px;
	line-height: 36px;
	margin-top: 12px;
}

.index-culture .item p span{
	display: block;
}


.index-foot{
	padding: 56px 0 40px 0;
}


.if-infor{
	width: 100%;
	float: left;
}

.if-code{
	width: 29%;
	float: left;
}

.if-code p{
	font-size: 12px;
	margin-top: 12px;
}

.if-text{
	width: 64%;
	float: right;
}

.if-com-name{
	display: none;
	line-height: 30px;
	margin-top: -8px;
}

.if-com-name h2{
	font-size: 18px;
}

.if-com-name p{
	font-size: 14px;
}

.if-contact{
	font-size: 12px;
	line-height: 26px;
	margin-top: 0px;
}

.if-contact p span{
	padding-left: 0px;
	display: block;
}


.if-mt{
	width: 52%;
	float: right;
	display: none;
}

.if-menu{
	text-align: right;
}

.if-menu ul li{
	margin-left: 16px;
}

.if-menu ul li:first-child{
	margin-left: 0;
}

.if-menu ul li:before{
	left: -11px;
	top: 1px;
	font-size: 12px;
}

.if-menu ul li a{
	font-size: 14px;
}

.if-tel{
	margin-top: 104px;
	text-align: right;
}

.if-tel em{
	font-size: 14px;
	line-height: 28px;
}

.if-tel p{
	font-size: 40px;
}

.ilink {
	display: none;
}

.ilink .container{
	padding: 16px 0 30px 0;
	font-size: 12px;
	line-height: 22px;
}

.ilink span{
	margin-right: 30px;
}

.ilink span:after{
	right: -18px;
	top: -4px;
	font-size: 12px;
}

.ilink a{
	margin-right: 16px;
}



/*案例*/

.list-banner img:first-child{
	display: block;
	margin: 0 auto;
}

.list-banner img:last-child{
	display: none;
}


.case_list{
	padding: 56px 0 80px 0;
}

.case_menu{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 16px;
}

.case_menu ul li{
	line-height: 18px;
	width: 20%;
	float: left;
	padding: 6px 0;
}

.case_menu ul li a{
	font-size: 14px;
}

.case_menu ul li.active:before{
	display: none;
}


.case_list_box{
	text-align: left;
	padding-bottom: 32px;
}

.case_item{
	margin-top: 48px;
}

.case_item:first-child{
	margin-top: 40px;
}

.case_item .case_tp{
	float: left;
	width: 100%;
}

.case_item .case_tp img{
	width: 100%;
}

.case_item .case_text{
	float: left;
	width: 100%;
}

.case_item .case_text .box{
	padding: 24px 24px 24px 24px;
}

.case_item .case_text .title h2,.case_item .case_text .title h3{
	font-size: 20px;
	line-height: 30px;
}

.case_item .case_text .text{
	margin-top: 10px;
}

.case_item .case_text .text p{
	font-size: 14px;
	line-height: 26px;
	-webkit-line-clamp: 2;
	max-height: 52px;
}

.details{
	padding-top: 0px;
}

.details .i-b-dis{
	font-size: 12px;
	width: 88px;
	height: 30px;
	line-height: 28px;
}

.viewMore{
	font-size: 16px;
}

.arrow-bottom-icon{
	width: 15px;
	height: 8px;
	margin-left: 10px;
	top: -2px;
}




/*联系我们*/



.contact-box{
	padding: 60px 0;
}

.contact-box .cul-title i,.con-message-lb .cul-title i{
	font-size: 28px;
	margin-bottom: 20px;
}

.contact-con{
	margin-top: 40px;
}

.con-tel-wx {
	width: 100%;
	float: left;
}

.con-tel i{
	font-size: 16px;
	margin-bottom: 2px;
}

.con-tel p{
	font-size: 37px;
}

.con-wx{
	margin-top: 20px;
}

.con-wx p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}



.con-dzyx{
	width: 100%;
	float: right;
	margin-top: 24px;
}

.con-add-c i{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.con-add-c p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
}


.con-yx{
	margin-top: 20px;
}

.con-yx i{
	font-size: 16px;
	line-height: 36px;
}

.con-yx p{
	font-size: 20px;
}

.con-yx .hr{
	float: left;
	width: 100%;
}

.con-yx .sum{
	float: right;
	width: 100%;
	margin-top: 10px;
}


.con-message-lb{
	padding: 60px 0;
}


.mess-con{
	margin-top: 10px;
}

.per-info .info-name{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: 20px;
}

.per-info .info-name:first-child{
	margin-left: 0;
}

.per-info .info-name i{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 28px;
}

.per-info .info-name input{
	font-size: 16px;
	width: 95%;
	height: 42px;
	padding: 0 2.5%;
}


.pro-need{
	margin-top: 20px;
}

.pro-need i{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 28px;
}

.pro-need textarea{
	font-size: 16px;
	line-height: 36px;
	height: 160px;
	width: 96%;
	padding: 0 2%;
}

.info-submit a{
	width: 140px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin: 36px auto 0 auto;
}



/*品牌*/

.brand_con_box{
	position: relative;
}

.brand_menu .container{
	padding-top: 40px;
}

.brand_menu_box{
	text-align: center
}

.brand_menu_box ul li{
	line-height: 60px;
	margin-left: 20px;
}

.brand_menu_box ul li a{
	font-size: 16px;
}

.brand_content{
	padding-top: 144px;
	padding-bottom: 60px;
}


.b_title{
	width: 100%;
	float: left;
	padding-top: 0px;
}

.b_title h2{
	font-size: 26px;
	line-height: 38px;
	text-align: left;
}

.b_text{
	width: 100%;
	float: right;
	letter-spacing: .8px;
	margin-top: 24px;
}

.b_text b{
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 12px;
}

.b_text b i{
	font-size: 14px;
	top: -10px;
	margin-left: 3px;
}

.b_text b span{
	font-weight: 100;
	margin: 0 4px;
}

.b_text p{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 16px;
}

.b_text p:last-child{
	padding-bottom: 0;
}



.cul-con{
	padding: 60px 0;
}

.cul-con .cul-title{
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
}

.cul-con .cul-title i{
	font-size: 24px;
	line-height: 24px;
	float: left;
}

.cul-con .cul-title span{
	font-size: 20px;
	line-height: 24px;
}


.cul-list{
	margin-top: 40px;
}

.cul-list ul li{
	float: left;
	width: 50%;
	border-top: 1px solid #dadcfa;
}

.cul-list ul li .line{
	padding: 34px 0%;
	border-left: 1px solid #dadcfa;
}

.cul-list ul li:nth-child(2n+1) .line{
	border-left: initial;
}

.cul-list ul li:nth-child(1){
	border-top: initial;
}

.cul-list ul li:nth-child(3){
	width: 49.9%;
	border-top: 1px solid #dadcfa;
	clear: both;
}

.cul-list ul li:nth-child(3n+2) .line{
	border-left: initial;
	border-right: initial;
}

.cul-list ul li:nth-child(1) .line,.cul-list ul li:nth-child(5) .line,.cul-list ul li:nth-child(9) .line{
	border-right: 1px solid #dadcfa;
}

.cul-list ul li:nth-child(8) .line{
	border-left: 1px solid #dadcfa;
}

.cul-list ul li:nth-child(6) .line{
	border-left: initial;
}

.cul-list ul li:nth-child(7){
	clear: both;
	width: 49.9%;
}

.cul-list ul li:nth-child(4){
	clear: initial;
}

.cul-list ul li:nth-child(3n+2){
	width: 50%;
}

.cul-list ul li:nth-child(9){
	width: 100%;
}

.cul-list ul li:nth-child(9) .line{
	border-right: initial;
}

.cul-list ul li i{
	font-size: 16px;
}

.cul-list ul li:nth-child(2) p{
	height: auto;
}

.cul-list ul li p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	padding: 0 8%;
}

.cul-list ul li p span{
	font-size: 12px;
	width: 100%;
}


.cul-list ul li:nth-child(4) .line,.cul-list ul li:nth-child(6) .line{
	padding-top: 34px;
}




.brand_org_con{
	padding-bottom: 88px;
}

.b-p_title{
	padding-top: 144px;
}

.b-p_title h2{
	font-size: 28px;
	line-height: 36px;
}

.bp_item_box{
	padding-top: 48px;
}

.bp_item{
	margin-top: 40px;
	padding-top: 40px;
}

.bp_item h3{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}

.bp_item p{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 28px;
}

.bp_item p:last-child{
	margin-bottom: 0;
}

.bp_pname{
	margin-top: 28px;
}

.bp_pname h3{
	font-size: 20px;
}




.brand_par_con{
	padding-top: 108px;
	padding-bottom: 100px;
}

.par-list{
	width: 100%;
	margin: 48px 0 48px 0;
}

.par-list .par-line{
	padding: 24px 0;
}

.par-idem{
	float: left;
	width: 50%;
	margin-top: 40px;
}

.par-idem:nth-child(1),.par-idem:nth-child(2){
	margin-top: 0px;
}

.par-idem .line{
	padding: 0 9%;
	border-left: 1px solid #edeefe;
}

.par-idem:nth-child(2n+1) .line{
	border-left: initial;
}

.par-idem .character i{
	font-size: 16px;
	margin-top: -7px;
}

.par-idem .character em{
	font-size: 24px;
	margin-left: 10px;
}

.par-idem .category{
	margin: 15px 0 15px 0;
}

.par-idem .category ul li{
	font-size: 16px;
	line-height: 28px;
}

.par-idem .text p{
	font-size: 12px;
	line-height: 22px;
}





/*服务体系*/

.posit_stra{
	padding: 60px 0 64px 0;
}

.ps_title{
	padding-bottom: 20px;
}

.ps_title h2{
	font-size: 30px;
}

.p_s_box{
	margin-top: 48px;
}

.ps_icon{
	display: none;
	float: left;
	width: 44%;
	padding-top: 156px;
}

.ps_text{
	float: right;
	width: 100%;
}

.ps_text .item{
	margin-top: 36px;
}

.ps_text .item:first-child{
	margin-top: 0;
}

.ps_text .item h3{
	font-size: 20px;
	line-height: 36px;
}

.ps_text .item p{
	font-size: 16px;
	line-height: 36px;
	margin-top: 8px;
}


.posit_mark{
	padding:60px 0 64px 0;
}

.posit_mark:after{
	width: 64px;
	height: 24px;
	bottom: -24px;
	left: 50%;
	margin-left: -32px;
}


.posit_mark .ps_icon{
	padding-top: 56px;
}

.posit_mark .ps_text .item{
	margin-top: 32px;
}

.posit_mark .ps_text .item:first-child{
	margin-top: 16px;
}


.p_m_subcult{
	padding: 26px 0 96px 0;
}

.p_m_box{
	padding: 0 0px;
}

.pmsc_item{
	margin-top: 64px;
}

.pmsc_title{
	padding-bottom: 12px;
}

.pmsc_title h4{
	font-size: 24px;
	line-height: 40px;
}

.pmsc_icon{
	margin-top: 24px;
}

.pmsc_icon ul li{
	width: 40%;
	float: left;
}

.pmsc_icon ul li h5{
	font-size: 16px;
	line-height: 32px;
}

.pmsc_icon p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
}


.value_becom{
	padding: 88px 0 96px 0;
}

.v_b_title h2{
	font-size: 28px;
	line-height: 40px;
}

.v_b_title p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
}

.v_b_con{
	padding-top: 20px;
}

.v_b_con .item{
	float: left;
	width: 49%;
	margin-left: 2%;
	padding: 32px 0 40px;
	margin-top: 12px;
}

.v_b_con .item:nth-child(3n+1){
	margin-left: 2%;
	clear: initial;
}

.v_b_con .item:nth-child(2n+1){
	margin-left: 0;
	clear: both;
}


.v_b_con .item .box{
	padding: 0 16px;
}

.v_b_con .item h3{
	font-size: 18px;
	line-height: 30px;
}

.v_b_con .item span{
	width: 24px;
	height: 2px;
	margin: 16px 0 16px;
}

.v_b_con .item p{
	font-size: 14px;
	line-height: 28px;
}



@media (max-width: 620px) {
	.case-list-category{
	margin-top: 0px;
}

}



