/*-------service--------*/

.service-wai {
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 10px;
}
.ind-tit h2 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.ind-tit h2 i{
	color:#ca2b2f;
	font-style:normal;
}
.ind-tit p {
	color: #666;
	font-size: 14px;
	text-align: center;
}
.serv-list {
	margin: 0 -15px;
	margin-top: 20px;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
}
.serv-list ul li {
	width: 50%;
	float: left;
	min-height: 1px;
	position: relative;
	padding:10px 15px;
	border-right: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
}
.serv-list ul li a {
	display: block;
}
.serv-list ul li a img {
	width: auto;
	height: 38px;
	display: block;
	margin: 0 auto;
}
.serv-list ul li h3 {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding-top: 12px;
	line-height: 33px;
	text-align: center;
}
.serv-list ul li p {
	color: #a2a2a2;
	line-height: 25px;
	text-align: center;
}
/*-------advertising--------*/

.advertising-wai {
	overflow: hidden;
	background-size: auto 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../../../upload/adv-bj.jpg) center no-repeat;
}
.adv-l span {
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	letter-spacing: 8px;
}
.adv-l p {
	color: #fff;
	font-size: 14px;
	margin: 5px auto;
	text-align: center;
}
.adv-l a {
	color: #fff;
	width: 75%;
	height: 35px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 35px;
	background: #d53c3c;
	border-radius: 30px;
}
.adv-l a em {
	float: left;
	display: block;
	font-size: 14px;
	margin-left: 20px;
	font-style: normal;
}
.adv-l a i {
	width: 60%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 16px;
	display: block;
	color: #d53c3c;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	font-style: normal;
}

/*-------advantage--------*/

.advantage-wai {
	overflow: hidden;
    padding-top: 20px;
}
.adv-list {
	margin: 0 -15px;
	margin-top: 10px;
	overflow: hidden;
	padding-top:10px;
}
.adv-list ul li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.adv-list ul li:nth-child(2n){
	margin-right:0;
}
.adv-list ul li a {
    display: block;
    margin: 0 auto;
}
.adv-list ul li span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ca2b2f;
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    padding-top: 23px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.adv-list ul li span i{
	font-size: 16px;
    width: 60px;
    display: block;
    margin: 0 auto;
    font-style: normal;
}

.adv-list ul li span:after{
	content: '';
    display: inline-block;
    width: 95px;
    height: 95px;
    border: 1px dashed #ce3f43;
    border-radius: 50%;
    background-color: transparent;
	left:-6px;
	top:-6px;
	position:absolute;
}
.adv-list ul li div {
    width: 100%;
    height: 120px;
    margin-top: -45px;
    background: #f1f1f1 url(../../../upload/ys1-icon.png) no-repeat bottom left;
	background-size:40%;
}
.adv-list ul li:nth-child(2) div {
    background: #f1f1f1 url(../../../upload/ys2-icon.png) no-repeat bottom left;
		background-size:40%;

}
.adv-list ul li:nth-child(3) div {
    background: #f1f1f1 url(../../../upload/ys3-icon.png) no-repeat bottom left;
		background-size:40%;

}
.adv-list ul li:nth-child(4) div {
    background: #f1f1f1 url(../../../upload/ys4-icon.png) no-repeat bottom left;
		background-size:40%;

}
.adv-list ul li:nth-child(5) div {
    background: #f1f1f1 url(../../../upload/ys5-icon.png) no-repeat bottom left;
		background-size:40%;

}
.adv-list ul li:nth-child(6) div {
    background: #f1f1f1 url(../../../upload/ys6-icon.png) no-repeat bottom left;
		background-size:40%;

}
.adv-list ul li div p {
    color: #606060;
    font-size: 14px;
    padding-top: 65px;
    font-weight: bold;
    text-align: center;
}

/*-------region--------*/

.region-wai{
	overflow:hidden;
	background:#eee;
	padding-top:20px;
	padding-bottom:20px;
}
.region-list{
	margin-top:20px;	
}
.region-list ul li{
    background: rgba(255,255,255,.6);
    width: 100%;
    padding: 20px;
    border: 3px solid #e5e5e5;
    text-align: left;
	margin-bottom: 10px;
}
.region-list ul li h3{
	font-size: 18px;
    font-weight: bold;
    color: #ca2b2f;
}
.region-list ul li p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}
.region-btn{
	width:80%;
	height:60px;
	margin:0 auto;
	line-height:60px;
	position:relative;
	border-radius:66px;
	border:3px solid #d0d0d0;
	background-image:linear-gradient(to right, rgba(202,43,47,1) , rgba(255,127,69,1));
}
.region-btn a{
	color:#fff;
	display:block;
	font-size:18px;
	text-align:center;
}

/*-------about--------*/

.about-wai{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../images/about-bj.jpg) center no-repeat;
	background-size:cover;
}
.about-tit h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.about-tit p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.about-body {
    overflow: hidden;
    margin-top: 5%;
}
.about-body-nr {
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 3%;
}
.about-body-nr span img {
    width: 100%;
    display: block;
}
.about-body-nr p {
    font-size: 14px;
    line-height: 30px;
    padding:10px 10px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    height: 205px;
	text-indent:2px;
    overflow: hidden;
}
.about-more{
	color:#ca2b2f;
}
.about-qywh{
    width: 30%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    /*border-radius: 10px;*/
    background: #dc251c;
    display: block;
    float: left;
    margin-right: 17px;
}
.about-honor {
    width: 30%;
    text-align: center;
    line-height: 30px;
    color: #fff;
   /* border-radius: 10px;*/
    background: #dc251c;
    display: block;
    float: left;
}
.about-case {
    width: 30%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    /*border-radius: 10px;*/
    background: #dc251c;
    display: block;
    float: right;
}

/*-------case--------*/

.case-wai{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}
.case-list{
	margin-top:20px;
	overflow:hidden;
}
.case-list ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 4%;
	border:1px solid #eee;
}
.case-list ul li span {
    width: 100%;
    height: 125px;
    display: block;
}
.case-list ul li span img {
    width: 100%;
    height: 100%;
    display: block;
}
.case-list ul li h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case-list ul li:nth-child(2n){
	margin-right:0;
}
.case-btn{
	width:80%;
	height:45px;
	margin:0 auto;	
	line-height:45px;
	background:#ca2b2f;
	border-radius:30px;
}
.case-btn a{
	color:#fff;
	font-size:18px;
	display:block;
	text-align:center;
}

/*-------news--------*/

.news-wai{
	overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../../../upload/news-bj.jpg) no-repeat;
}
.news-body {
    overflow: hidden;
    margin-top: 5%;
}
.news-nav {
    width: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
}
.news-nav ul li {
	color:#fff;
    float: left;
	font-size:14px;
    width: 50%;
    background: #dc2821;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.news-list-left{
	float: left;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
}
.news-list dl, .news-list-left ul, .news-list-left ul, .news-list-right ul, .news-list a {
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /* height: 100%; */
}
.news-list dl img {
    float: left;
    width: 46%;
    margin: 0 2%;
	max-height:124px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.news-list dl img, .news-list dl dd {
    overflow: hidden;
    text-align: left;
    min-height: 96px;
    object-fit: cover;
}
.news-list dl dd {
    padding: 0 9px;
    width: 50%;
    max-height: 222px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-list dl dd {
    float: right;
}
.news-list dl img, .news-list dl dd {
    overflow: hidden;
    text-align: left;
}
.news-list dl dd h2 {
    padding-bottom: 0.1rem;
    font-size: 13px;
    color: #333;
    height: 1.5rem;
    line-height: 1.5rem;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.news-list dl dd p {
	overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #666;
    height: 4rem;
}
.news-list dd li {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../../../upload/news-p.png) 10px center no-repeat;
	
}
.news-list dd li p {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    padding-right: 8px;
}
.news-list dd li span {
    float: right;
    width: 80px;
    font-size: 12px;
    line-height: 30px;
    display: block;
    overflow: hidden;
}

.news-list-left dd ol li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;	
}
