﻿.head{
	width: 100%;
	height: 100px;
	background: #fff;
}
.head .w1200{
	height: 100%;
}
.head .head-logo {
	box-sizing: border-box;
	height: 100%;
	float: left;
	padding-top: 25px;
}
.head .head-logo span{
	font-size: 16px;
	color: #666;
	display: block;
}
.head-nav {
	margin-left: 140px;
	float: left;
}
.head-nav li{
	margin: 0 15px;
	vertical-align: top;
	position: relative;
}
.head-nav li a{
	height: 97px;
	color: #555;
	font-size: 16px;
	line-height: 100px;
}
.head-nav li.active a,
.head-nav li:hover a{
	color: #f46b14;
}
.head-nav li i{
	width: 0%;
	height: 3px;
	background: #f46b14;
	margin: 0 auto;
	display: block;
}
.head-nav li.active i,
.head-nav li:hover i{
	width: 100%;
}
.head-other{
	height: 100px;
	float: right;
	
}
.head-other .head-tel ,
.head-other .head-search{
	margin-left: 8px;
	box-sizing: border-box;
	padding-top: 35px;
	float: left;
	height: 100px;
}
.head-other .head-tel .head-tel-main,
.head-other .head-search .head-search-main{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	
}
.head-other .head-tel .head-tel-main{
	background: #f46b14 url(../img/head-tel.png) no-repeat center;
}
.head-other .head-search .head-search-main{
	background: url(../img/head-search.png) no-repeat center;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
}

.index-banner{
	position: relative;
}
.index-banner .swiper-pagination span{
	opacity: 1;
	background: #fff;
	width: 14px;
	height: 14px;
}
.index-banner .swiper-pagination span.active{
	background: #f46b14;
}
.lunbo-page{
    display: inline-block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 48%;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.index-banner:hover .lunbo-page{
	opacity: 1;
    visibility: visible;
}
.lunbo-page:hover{
	border-color: #f46b14;
}
.lunbo-page.lunbo-prev{
    transform: rotate(135deg);
    left: 50px;
}
.lunbo-page.lunbo-next{
    transform: rotate(-45deg);
    right: 50px;
}

.index-gsjj{
	background: #f5f5f5;
	height: 138px;
}
.index-gsjj .w1200{
	height: 100%;
}
.index-gsjj li{
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding-top: 45px;
	height: 100%;
	position: relative;
}
.index-gsjj li .num{
	font-size: 16px;
	color: #f46b14;
	
}
.index-gsjj li .num span{
	vertical-align: bottom;
}
.index-gsjj li .jj{
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
.index-gsjj li .jj span{
	color: #f46b14;
	opacity: 0;
}
.index-gsjj li~li{
	border-left: 1px solid #dcdcdc;
}
.index-gsjj li~li:before{
	width: 1px;
	height: 30px;
	background: #b0241f;
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: -1px;
}
.index-gsjj li:hover .jj span{
	opacity: 1;
}

.index-title{
	text-align: center;
}
.index-title h3{
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.index-title h3 span{
	color: #f46b14;
}
.index-title p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.index-jxfw{
	padding-top: 70px;
	/*padding-bottom: 110px;*/
}
.index-jxfw .content{
	width: 1200px;
	margin: 50px auto 0;
}
.index-jxfw .content li{
	width: calc((100% - 42px) / 3);
	height: 386px;
	float: left;
	position: relative;
	transition: .3s;
}
.index-jxfw .content li~li{
	margin-left: 21px;
}
.index-jxfw .content li .img{
	position: relative;
	height: 235px;
	overflow: hidden;
}
.index-jxfw .content li .img>img{
	width: 100%;
	height: 100%;
}
.index-jxfw .content li .img .txt{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	transition: .3s;
	/*opacity: 0;
	visibility: hidden;*/
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/*padding-top: 60px;
	padding-left: 35px;*/
	background-color: rgba(0,0,0,0.2);
	align-items: center; 
	justify-content: center;
	display: flex;
	transition: 0.5s;
	transform: scale(0.5);
	opacity: 0;
}
.index-jxfw .content li:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	/*transform: translateY(-5px);*/
}
.index-jxfw .content li:hover .img .txt{
	transform: scale(1);
	opacity: 1;
}
.index-jxfw .content li .img .txt .txt-main{
	text-align: center;
}
.index-jxfw .content li .img .txt p{
	font-size: 24px;
	color: #fff;
	margin-top: 20px
}
/*.index-jxfw .content li:hover .txt{
	visibility: visible;
	opacity: 1;
}*/
.index-jxfw .content li .txt2 {
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	height: 151px;
	background-color: #f5f5f5;
	position: relative;
}
.index-jxfw .content li .txt2 h4{
	font-size: 24px;
	color: #333;
}
.index-jxfw .content li .txt2 .jj{
	width: 250px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.index-jxfw-link{
	position: absolute;
	top: 65px;
	right: 20px;
	width: 36px;
	height: 36px;
	background: url(../img/index-jxfw-icon.png) no-repeat center;
	background-position: 0 0;
	display: none;
}
.index-jxfw-link:hover{
	background-position: 0 -36px;
}

/*.index-jxfw .content li .img:hover>img{
	transform: scale(1.05);
}*/
.index-yzsfw{
	width: 100%;
	height: 261px;
	background: url(../img/index-yzsfw-bg.jpg) no-repeat center;
	background-size: auto 100%; 
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 95px;
}
.index-yzsfw h3{
	font-size: 32px;
}
.index-yzsfw h3 span{
	vertical-align: bottom;
}
.index-yzsfw hr{
	width: 575px;
	height: 1px;
	border: none;
	background: rgba(255,255,255,0.2);
	margin:10px auto;
}
.index-yzsfw .jj{
	font-size: 20px;
}

.index-case {
    padding-top: 80px;
    box-sizing: border-box;
    height: auto;
    background: url(../img/index-case-bg.jpg) no-repeat left;
    background-position-y: 300px;
    position: relative;
    padding-bottom: 81px;
}
.index-case-content {
	margin-top: 29px;
}
.index-case-content .nav {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.index-case-content .nav>li {
    vertical-align: top;
    margin-right: 3px;
    display: inline-block;
    margin-bottom:10px;
}
.index-case-content .nav>li:nth-child(2) a{
	background:#f46b14;
	color:#fff;
}
.index-case-content .nav>li>a {
    width: auto;
    height: 33px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    transition: .3s;
    display: inline-block;
    padding: 0 20px;
}
.index-case-content .nav>li.active>a,
.index-case-content .nav>li:hover>a{
	background: #f46b14;
	color: #fff;
	border-color: #f46b14;
}
.index-case-content .nav li .main{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}
.index-case-content .nav li.active .main {
    display: block;
    margin-top: 40px;
}
.index-case-content .nav li .main li,
.case-content .main li{
	width: 390px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.index-case-content .nav li .main li:nth-child(3n),
.case-content .main li:nth-child(3n){
	margin-right: 0;
}
.index-case-content .nav li .main li .img,
.case-content .main li .img{
	width: 390px;
	height: 299px;
	overflow: hidden;
}
.case-content .main li .img img {
	width: 100%;
}
.index-case-content .nav li .main li .txt,
.case-content .main li .txt{
	box-sizing: border-box;
	padding-top: 15px;
}
.index-case-content .nav li .main li .txt h4,
.case-content .main li .txt h4{
	font-size: 18px;
	font-weight: 700;
	color: #242424;
	text-align: center;
}
.index-case-content .nav li .main li .txt .jj,
.case-content .main li .txt .jj{
	font-size: 14px;
	color: #9c9c9c;
	padding-right: 60px;
	position: relative;
	margin-top: 10px;
}
.index-case-content .nav li .main li .txt .jj .xq,
.case-content .main li .txt .jj .xq{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #6a6969;
	padding-right: 10px;
}
.index-case-content .nav li .main li .txt .jj .xq i,
.case-content .main li .txt .jj .xq i{
	width: 16px;
	height: 16px;
	background: #af1a15;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
}
.index-case-content .nav li .main li:hover .img img,
.case-content .main li:hover .img img{
	transform: scale(1.05);
}
.index-case-content .nav li .main li:hover .txt h4,
.case-content .main li:hover .txt h4{
	color: #f46b14;
}
.index-case-content .nav li .main li:hover .txt .jj .xq i,
.case-content .main li:hover .txt .jj .xq i{
	transform:rotate(360deg);
}
.index-case-more{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}
.index-case-more a{
	font-size: 14px;
	color: #666;
}
.index-case-more a span{
	width: 16px;
	height: 16px;
	background: #af1a15;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-left: 5px;
}
.index-case-more a:hover{
	color: #f46b14;
}


.index-gssl{
	background: #f4f4f4 url(../img/index-gssl-bg.jpg) no-repeat;
	background-size: 100%;
	padding-top: 75px;
	padding-bottom: 115px;
}
.index-gssl .main{
	width: 100%;
	height: 460px;
	margin-top: 60px;
}
.index-gssl .main li{
	width: calc(100% / 3);
	height: 230px;
	float: left;
	background: #f46b14;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 40px;
	transition: .3s;
}
.index-gssl .main li:nth-child(-n+3){
	border-bottom: 1px solid #fff;
}
.index-gssl .main li:not(:nth-child(3n)){
	border-right: 1px solid #fff;
}
.index-gssl .main li h4{
	font-size: 24px;
	color: #fff;
	padding-left: 55px;
	box-sizing: border-box;
	position: relative;
}
.index-gssl .main li h4 i{
	position: absolute;
	top: -8px;
	left: 0;
	width: 50px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left center;
}
.index-gssl .main li:nth-child(1) h4 i{
	background-image: url(../img/index-gssl-icon1-hover.png);
}
.index-gssl .main li:nth-child(2) h4 i{
	background-image: url(../img/index-gssl-icon2-hover.png);
}
.index-gssl .main li:nth-child(3) h4 i{
	background-image: url(../img/index-gssl-icon3-hover.png);
}
.index-gssl .main li:nth-child(4) h4 i{
	background-size: 42px;
	background-image: url(../img/index-gssl-icon4-hover.png);
}
.index-gssl .main li:nth-child(5) h4 i{
	background-image: url(../img/index-gssl-icon5-hover.png);
}
.index-gssl .main li:nth-child(6) h4 i{
	background-image: url(../img/index-gssl-icon6-hover.png);
}
.index-gssl .main li .jj{
	font-size: 14px;
	color: #fff;
	    line-height: 24px;
	margin-top: 20px;
}
.index-gssl .main li:hover{
	background: #f46b14;
}
.index-gssl .main li:hover h4,
.index-gssl .main li:hover .jj{
	color: #fff;
}
.index-gssl .main li:hover:nth-child(1) h4 i{
	background-image: url(../img/index-gssl-icon1-hover.png);
	opacity: 0.6;
}
.index-gssl .main li:hover:nth-child(2) h4 i{
	background-image: url(../img/index-gssl-icon2-hover.png);
}
.index-gssl .main li:hover:nth-child(3) h4 i{
	background-image: url(../img/index-gssl-icon3-hover.png);
}
.index-gssl .main li:hover:nth-child(4) h4 i{
	background-image: url(../img/index-gssl-icon4-hover.png);
}
.index-gssl .main li:hover:nth-child(5) h4 i{
	background-image: url(../img/index-gssl-icon5-hover.png);
}
.index-gssl .main li:hover:nth-child(6) h4 i{
	background-image: url(../img/index-gssl-icon6-hover.png);
}

.index-procedure {
    padding-top: 70px;
    padding-bottom: 10px;
    margin-bottom: 96px;
}
.index-procedure .main{
	margin-top: 60px;
	border-bottom: 3px solid #cfcfcf;
}
.index-procedure .main li{
	width: 556px;
	float: left;
	height: 506px;
}
.index-procedure .main li:nth-child(2n){
	float: right;
}
.index-procedure .main li .img{
	overflow: hidden;
	position: relative;
	height:267px;
	width: 556px;
}
.index-procedure .main li .img .num{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
	color: #fff;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 25px;
	background: #f46b14;
}
.index-procedure .main li .txt{
	padding-top: 30px;
	height: 239px;
	box-sizing: border-box;
	position: relative;
}
.index-procedure .main li .txt h4{
	font-size: 30px;
	color: #191919;
	margin-bottom: 25px;
}
.index-procedure .main li .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.index-procedure .main li .txt .jj p{
	box-sizing: border-box;
	padding-left: 13px;
}
.index-procedure .main li .txt .jj p:before,
.index-procedure .cgys .txt li:before{
	content: '';
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	border-left: 6px solid #b91e19;
	width: 0;
	height: 0;
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
.all-ljzx-link{
	position: absolute;
	top: 90px;
	right: 10px;
	font-size: 14px;
	color: #f46b14;
	width: 100px;
	height: 33px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #f46b14;
	border-radius: 20px;
	text-align: center;
}
.all-ljzx-link:hover{
	background: #f46b14;
	color: #fff;
}
.index-procedure .cgys{
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: 3px solid #cfcfcf;
}
.index-procedure .cgys .title{
	width: 220px;
	text-align: center;
	color: #f46b14;
	font-size: 24px;
	float: left;
}
.index-procedure .cgys .title p{
	margin-top: 15px;
}
.index-procedure .cgys .txt{
	float: left;
	width: calc(100% - 220px);
	margin-top: 10px;
}
.index-procedure .cgys .txt li{
	width: calc(100% / 3);
	float: left;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	padding-left: 17px;
	padding-right: 10px;
}
.index-case-content .nav li .main li .img img{
width: 100%;
height: 300px; 
object-fit: cover;
}
.img img{
width: 100%; 
object-fit: cover;
}
.index-about{
	padding-top: 90px;
	background: #f4f4f4 url(../img/index-gssl-bg.jpg) no-repeat;
	padding-bottom: 95px;
	overflow: hidden;
}
.index-about .main1{
	margin-top: 70px;
	position: relative;
	height: 414px;
}
.index-about .main1 .txt{
	position: absolute;
	top: 40px;
	right: 0;
	background: #fff;
	width: 517px;
	height: 330px;
	box-sizing: border-box;
	padding-top: 38px;
	padding-left: 65px;
}
.index-about .main1 .txt h4 {
    font-size: 28px;
    color: #f46b14;
    font-weight: bold;
}
.index-about .main1 .txt .jj{
	width: 379px;
	line-height: 24px;
	font-size: 14px;
	color: #3d3d3d;
	text-indent: 2em;
	margin-top: 20px;
	word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;
}
.index-about .main1-more{
	width: 26px;
	height: 26px;
	background: #f46b14;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.index-about .main2{
	height: 253px;
	margin-top: 40px;
}
.index-about .main2-nav{
	
}
.index-about .main2-nav>div{
	line-height: 1;
	font-size: 18px;
	color: #666;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}
.index-about .main2-nav>div.active{
	color: #191919;
}
.index-about .main2-nav>div.qyxc:before{
	content: '';
	width: 1px;
	height: 13px;
	background: #9f9f9f;
	position: absolute;
	top: calc(50% - 6.5px);
	right: 0;
}
.index-about .main2-more a{
	float: right;
	font-size: 16px;
	color: #666;
}
.index-link:hover{
	color: #f46b14 !important;
}
.span-all-more {
    width: 13px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    color: #fff;
    background: #f46b14;
    display: inline-block!important;
}
.index-about .main2-img{
	width: 100%;
	height: 210px;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	padding-bottom: 50px;
}
.index-about .main2-img .img-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.index-about .main2-img .img-main.active{
	opacity: 1;
	visibility: visible;
}
.index-about .main2-img .img-main li{
	width: 289px;
	height: 210px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 14px; 
}
/*.index-about .main2-img .img-main li~li{
	margin-left: 14px;
}*/
.index-about .main2-img .img-main li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-about .main2-img .img-main li .txt{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(151,41,44,0.8);
	transition: .3s;
}
.index-about .main2-img .img-main li .txt a{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	margin: 0 auto;
	display: block;
}
.index-about .main2-img .img-main li .txt p{
	margin-top: 8px;
}
.index-about .main2-img .img-main li:hover .txt{
	top: 0;
}

.index-news{
	padding-top: 80px;
	padding-bottom: 33px;
}	
.index-news .main1{
	width: 771px;
	float: left;
	height: auto;
}
.index-news .main2{
	width: 400px;
	float: right;
	height: auto;
}
.index-news .main1 .index-news-nav>div{
	line-height: 1;
	font-size: 18px;
	color: #666;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}
.index-news .main1 .index-news-nav>div.active{
	color: #191919;
}
/*
.index-news .main1 .index-news-nav>div.gsxw:before{
	content: '';
	width: 1px;
	height: 13px;
	background: #9f9f9f;
	position: absolute;
	top: calc(50% - 6.5px);
	right: 0;
}*/
.index-news .main1 .index-news-nav a{
	float: right;
}
.index-news .main1-content{
	margin-top: 40px;
	width: 100%;
	height: 352px;
	position: relative;
}
.index-news .main1-content>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.index-news .main1-content>div.active{
	display: block;
}
.index-news .main1-content>div .img{
	width: 370px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.index-news .main1-content>div .img:hover img{
	transform: scale(1.05);
}
.index-news .main1-content>div .txt{
	width: 381px;
	height: 100%;
	float: right;
}
.index-news .main1-content>div .txt a{
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	line-height: 36px;
	border-bottom: 1px dashed #999;
}
.index-news .main1-content>div .txt a h4{
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	width: 300px;
	padding-left: 25px;
	float: left;
}
.index-news .main1-content>div .txt a h4:before{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: 4px;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 6px solid #b91e19;
}
.index-news .main1-content>div .txt a .time{
	float: right;
	color: #868686;
	font-size: 14px;
}
.index-news .main1-content>div .txt a:hover h4{
	color: #b91e19;
}
.index-news .main2 .main2-content .title h4{
	font-size: 18px;
	color: #262626;
	width: 300px;
	float: left;
}
.index-news .main2 .main2-content .title .index-link{
	float: right;
	font-size: 14px;
	color: #666;
}
.index-news .main2 .main2-content .img{
	margin-top: 20px;
	overflow: hidden;
}
.index-news .main2 .main2-content .img:hover img{
	transform: scale(1.05);
}
.index-news .main2 .main2-content.sgxc{
	margin-bottom: 40px;
}

.index-hzkh{
	padding-top: 80px;
	background: #f4f4f4;
	padding-bottom: 55px;
}
.index-hzkh .index-hzkh-slide{
	margin-top: 60px;
	/*overflow: hidden;*/
	padding-bottom: 40px;
}
.index-hzkh .index-hzkh-slide ul li{
	/*width: 227px;*/
	width: 290px;
	/*width: 390px;*/
	/*height: 85px;*/
	height: 120px;
	float: left;
	background: #fff;
	margin-bottom: 15px;
	text-align: center;
	/*line-height: 85px;*/
	line-height: 120px;
	margin-top: 0 !important; 
	margin-right: 13.33px;
	transition: .3s;
}
.index-hzkh .index-hzkh-slide ul li:nth-child(4n){
	margin-right: 0;
}
.index-hzkh .index-hzkh-slide ul li:hover{
	transform: translateY(-5px);
}

.index-dian{
	text-align: center !important;
	position: absolute !important;
	width: 100%;
}
.index-dian span{
	width: 19px !important;
	height: 4px !important;
	background: #e3e3e3 !important;
	margin: 0 4px !important;
	opacity: 1 !important;
	border-radius: initial !important;
}
.index-dian span.active{
	background: #f46b14 !important;
}
.index-about .index-dian{
	bottom: 10px;
}

.footer{
	padding-top: 75px;
	background: #1d1d1d;
}
.footer-lxfs{
	float: left;
}
.footer-lxfs .jj{
	font-size: 17px;
	color: #fff;
	opacity: 0.5;
	margin-top: 8px;
}
.footer-lxfs .tel{
	margin-top: 25px;
}
.footer-lxfs .tel .tel-img,
.footer-lxfs .tel .tel-txt{
	float: left;
}
.footer-lxfs .tel .tel-img{
	padding-top: 10px;
}
.footer-lxfs .tel .tel-txt{
	margin-left: 15px;
}
.footer-lxfs .tel .tel-t{
	font-size: 14px;
	color: #939393;
}
.footer-lxfs .tel .tel-n {
    font-size: 36px;
    font-family: arial;
    color: #f46b14;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    letter-spacing: 1px;
}
.footer-nav{
	float: left;
	margin-left: 70px;
}
.footer-nav>li{
	width: 110px;
	vertical-align: top;
	float: left;
}

.footer-nav>li h4{
	font-size: 14px;
	color: #fff;
}
.footer-nav .footer-nav-link{
	margin-top: 20px;
}
.footer-nav .footer-nav-link li{
	width: 100%;
}
.footer-nav .footer-nav-link li,
.footer-nav .footer-nav-link li a{
	line-height: 24px;
	color: #999;
	font-size: 14px;
}
.footer-nav .footer-nav-link li a:hover{
	color: #f46b14;
	padding-left: 10px;
}
.footer-nav>li:last-child{
	width: 260px;
}
.footer-nav>li:last-child .footer-nav-link li{
	box-sizing: border-box;
	padding-left: 25px;
	position: relative;
}
.footer-nav>li:last-child .footer-nav-link li:before{
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
}
.footer-nav>li:last-child .footer-nav-link li.email:before{
	background-image: url(../img/icon-email.png);
}
.footer-nav>li:last-child .footer-nav-link li.wx:before{
	background-image: url(../img/icon-wx.png);
}
.footer-nav>li:last-child .footer-nav-link li.qq:before{
	background-image: url(../img/icon-qq.png);
}
.footer-nav>li:last-child .footer-nav-link li.add:before{
	background-image: url(../img/icon-add.png);
}
.footer-wxgzh{
	float: right;
}
.footer-wxgzh .img{
	padding: 10px;
	background: #fff;
	width: 120px;
	height: 120px;
}
.footer-wxgzh h5{
	text-align: center;
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 10px;
}
.footer .main1{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer .main2{
	padding: 20px 0;
	font-size: 14px;
}
.footer .main2 .yqlj{
	margin-bottom: 20px;
}
.footer .main2 .yqlj span{
	color: #fff;
	display: inline-block;
}
.footer .main2 .yqlj p {
	display: inline-block;
}
.footer .main2 .yqlj a{
	margin-left: 35px;
	color: #666;
}
.footer .main2 a:hover{
	color: #f46b14;
}
.footer .main2 .gsxx{
	float: right;
}


.all-banner .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center; 
	justify-content: center;
	display: flex;
	color: #fff;
	text-align: center;
	display: none;
}
.all-banner .txt .en{
	font-size: 36px;
	text-transform: uppercase;
}
.all-banner .txt h3{
	font-size: 18px;
}

.current-position{
	font-size: 14px;
	color: #fff;
}
.current-position a{
	color: #fff;
}
.current-position a:hover{
	color: #af1a15;
}
.current-position .w1200{
	box-sizing: border-box;
	padding-left: 25px;
	background: url(../img/icon-add.png) no-repeat left center;
	margin-top: -50px;
}

.wrap1200{ width:1200px; margin:0 auto; }
.select-content{ border-bottom: 1px solid #eeeeee; margin-bottom: 65px; margin-top: 50px;border-top: 1px solid #eeeeee; }
.select-content dl{padding:20px 0px 0;  _padding:0;height:auto;line-height:26px;overflow:hidden;font-size:16px;}
.select-content dl dt{float:left;color:#333;overflow:hidden;font-size:14px;margin-right:10px;width: 98px}
.select-content dl dd{float:left;line-height:26px;overflow:hidden;border-bottom: 1px solid #eeeeee;width: calc(100% - 110px);padding-bottom: 10px;}
.select-content dl:last-child dd{border-bottom: none;}
.select-content dl dd a{ color: #999; font-size: 14px; padding:0 9px;display:inline-block;border-radius: 15px;}
.select-content dl dd a:hover{color:#af1a15;}
.select-content dl dd a.active{color: #fff;background: #af1a15;}

.case-search {
	margin-top: 70px;
}
.case-search .main{
	width: 520px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.case-search .main .case-search-submit{
	width: 37px;
	height: 37px;
	background: #f46b14 url(../img/index-about-search.png) no-repeat;
	background-position: 10px 10px; 
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 18.5px);
	right: 20px;
}
.case-search .main .case-search-txt{
	width: 520px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #dfdfdf;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 65px;
	display: block;
}
.case-content{
	padding-bottom: 50px;
}

.case-content .main{
	margin-top: 55px;
}
.team{
	margin-top: 70px;
	padding-bottom: 80px;
}
.team-nav{
	margin-top: 10px
}
.team-nav a{
	width: 100px;
	height: 33px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	line-height: 31px;
	color: #666;
	text-align: center;
	font-size: 16px;
	margin: 0 10px;
	border-radius: 20px;	
}
.team-nav a.active{
	border-color: #f46b14;
	background: #f46b14;
	color: #fff;
}
.team .main{
	margin-top: 55px;
}
.team .main li{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	transition: .3s;
}
.team .main li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.team .main li .img{
	width: 193px;
	height: 233px;
	float: left;
	overflow: hidden;
	line-height: 233px;
}
.team .main li .txt{
	width: calc(100% - 193px);
	box-sizing: border-box;
	padding-left: 90px;
	padding-top: 30px;
	float: left;
}
.team .main li .txt h4{
	color: #f46b14;
	font-size: 24px;
	padding-bottom: 14px;
	position: relative;
}
.team .main li .txt h4 a{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 14px;
	color: #666;
	padding-left: 27px;
}
.team .main li .txt h4 a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	height: 100%;
	background: url(../img/team-zixun.png) no-repeat left center;
}
.team .main li .txt .motto{
	font-size: 14px;
	color: #333;
}
.team .main li .txt .jj{
	margin-top: 35px;
}
.team .main li .txt .jj span{
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	padding-left: 27px;
	font-size: 14px;
	color: #666;
	background: no-repeat left center;
}
.team .main li .txt .jj span.gzzw{
	background-image: url(../img/team-icon1.png) ;
}
.team .main li .txt .jj span.add{
	background-image: url(../img/team-icon2.png) ;
}
.team .main li .txt .jj span.gzjy{
	background-image: url(../img/team-icon3.png) ;
}
.team .main li .txt .jj span.byxx{
	padding-left: 30px;
	background-image: url(../img/team-icon4.png) ;
}
.team .main li .txt .dbzp{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.team .main li .txt .dbzp span{
	color: #333;
}

.case-del{
	padding-top: 90px;
	background: #f8f8f8;
	padding-bottom: 70px;
}
.case-del .main1 .f-left{
	width: 900px;
}
.case-del .main1 .f-left .title {
	text-align: center;
}
.case-del .main1 .f-left .title h3{
	font-size: 30px;
	color: #333;
}
.case-del .main1 .f-left .title .jj{
	margin-top: 15px;
}
.case-del .main1 .f-left .title .jj p{
	display: inline-block;
	margin-left: 8px;
	padding-left: 8px;
	position: relative;
}
.case-del .main1 .f-left .title .jj p~p:before{
	content: '';
	width: 1px;
	height: 10px;
	background: #b8b8b8;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}
.case-del .main1 .f-left .title .jj p span{
	color: #b91e19;
}
.case-del .main1 .f-left .txt{
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.case-del .main1 .f-left .txt p{
	line-height: 35px;
}
.case-del .main1 .f-right{
	width: 260px;
}
.case-del .main1 .f-right .title h4{
	font-size: 18px;
	color: #333;
	display: inline-block;
}
.case-del .main1 .f-right .title span{
	color: #888;
	vertical-align: bottom;
	font-size: 14px;
}
.case-del-search .main{
	height: 44px;
	position: relative;
	margin-top: 14px;
}
.case-del-search .main .txt{
	width: 100%;
	color: #888;
	font-size: 14px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	background: transparent;
	outline: none;
	padding-left: 15px;
	padding-right: 46px;
}
.case-del-search .main .sub{
	background: transparent url(../img/head-search.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid #E1E1E1;
}
.case-del-tuijian{
	margin-top: 25px;
}
.case-del-tuijian .main{
	margin-top: 15px;
	width: 100%;
}
.case-del-tuijian .main li{
	margin-bottom: 15px;
	width: 100%;
}
.case-del-tuijian .main li a{
	width: 100%;
}
.case-del-tuijian .main li .img{
	text-align: center;
	overflow: hidden;
}
.case-del-tuijian .main li:hover .img img{
	transform: scale(1.05);
}
.case-del-tuijian .main li h4{
	font-size: 13px;
	color: #888;
	padding-top: 13px;
	text-align: center;
}
.case-del-tuijian .main li:hover h4{
	color: #b91e19;
}

.case-del .main2{
	margin-top: 70px;
}
.case-del .main2 h3{
	color: #333;
	font-size: 24px;
	
}
.case-del .main2 .main{
	margin-top: 20px;
}

.page-title{
	font-size: 30px;
}

.quality{
	margin-top: 70px;
}
.quality .index-title{
	/*display: none;*/
}
.quality-xqfx{
	padding-bottom: 60px;
} 
.quality-xqfx .main{
	margin-top: 50px;
}
.quality-xqfx .main li{
	width: 290px;
	margin-left: 13.33px;
	float: left;
	text-align: center;
}
.quality-xqfx .main li:last-child{
	margin-left: 0;
}
.quality-xqfx .main li .img{
	width: 100%;
	height: 125px;
	overflow: hidden;
}
.quality-xqfx .main li h4{
	margin-top: 15px;
	font-size: 16px;
	color: #333;
}
.quality-xqfx .main li .en{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	transform: scale(0.9);
	margin-top: 5px;
}
.quality-xqfx .main li .img .icon{
	width: 61px;
	background: no-repeat;
	background-position: center 0; 
	margin: 55px auto 0;
	transition: .5s;
}
.quality-xqfx .main li:first-child .img .icon{
	height: 59px;
	background-image: url(../img/quality-xqfx-icon1.png);
}
.quality-xqfx .main li:first-child .img .icon:hover{
	background-position-y: -59px;
}
.quality-xqfx .main li:first-child+li .img .icon{
	height: 57px;
	background-image: url(../img/quality-xqfx-icon2.png);
}
.quality-xqfx .main li:first-child+li .img .icon:hover{
	background-position-y: -57px;
}
.quality-xqfx .main li:first-child+li+li .img .icon{
	height: 61px;
	background-image: url(../img/quality-xqfx-icon3.png);
}
.quality-xqfx .main li:first-child+li+li .img .icon:hover{
	background-position-y: -61px;
}
.quality-xqfx .main li:first-child+li+li+li .img .icon{
	height: 64px;
	background-image: url(../img/quality-xqfx-icon4.png);
}
.quality-xqfx .main li:first-child+li+li+li .img .icon:hover{
	background-position-y: -64px;
}

.quality-facx{
	padding: 65px 0;
	background: #e7e7e7;
}
.quality-facx .main{
	margin-top: 70px;
	height: 624px;
}
.quality-facx .main .main1{
	position: absolute;
	top: 0;
	left: 0;
}
.quality-facx .main .main2{
	position: absolute;
	top: 296px;
	left: 146px;
}
.quality-facx .main li{
	width: 284px;
    height: 328px;
    margin-left: 10px;
    float: left;
    position: relative;
}
.quality-facx .main li .title{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    background-color: rgba(255,255,255,0.85);
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
    line-height: 1;
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: #b91e19;
    font-size: 18px;
    border-radius: 50%;
}
.quality-facx .main li .num{
	width: 60px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: calc(50% - 30px);
	background: url(../img/quality-facx-icon-bg.png) no-repeat;
	z-index: 9;
	text-align: center;
	line-height: 70px;
	font-family: arial;
	font-size: 24px;
	color: #fff;
}
.quality-facx .main li .txt{
	padding-top: 90px;
	text-align: center;
	color: #fff;
}
.quality-facx .main li .txt h4{
	font-size: 30px;
	
}
.quality-facx .main li .txt .jj{
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
}
/*.lineF, .lineS{
    position: absolute;
    visibility: hidden;
}
.lineS{
    top: 256px;
    left: 146px;
}
.boxF, .boxS, .boxT, .overlay
{
    width: 284px;
    height: 328px;
    overflow: hidden;
}
.boxF, .boxS{
    visibility: hidden;
}
.boxF{
    transform: rotate(120deg);
    float: left;
    margin-left: 10px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    
}
.boxS{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.boxT{
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}
.overlay{
    transition: all 250ms ease-in-out 0s;
    display: block;
    position: relative;
}
.overlay a{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.85);
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
    line-height: 1;
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: #b91e19;
    font-size: 18px;
    border-radius: 50%;
}

.quality-facx .num{
	width: 60px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: calc(50% - 30px);
	background: url(../img/quality-facx-icon-bg.png) no-repeat;
	z-index: 9;
}*/


.quality-gcgk{
	width: 100%;
	height: calc(705px + 314px);
	background: #e7e7e7 url(../img/quality-gcgk-bg.jpg) no-repeat top center;
	background-size: auto 705px;
	box-sizing: border-box;
	padding-top: 60px;
}
.quality-gcgk .w1200{
	height: 100%;
}
.quality-gcgk .index-title h3,
.quality-gcgk .index-title p{
	color: #fff;
}
.quality-gcgk .main1{
	border: 1px solid #cb9496;
	box-sizing: border-box;
	height: 250px;
	margin-top: 60px;
}
.quality-gcgk .main1 li{
	width: calc(100% / 4);
	float: left;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 84px;
}
.quality-gcgk .main1 li~li{
	border-left: 1px solid #CB9496;
}
.quality-gcgk .main1 li~li:before{
	width: 23px;
	height: 23px;
	background: #fff url(../img/quality-gcgk-main1-icon.png) no-repeat center;
	content: '';
	position: absolute;
	left: -11.5px;
	top: calc(50% - 11.5px);
	border-radius: 50%;
}
.quality-gcgk .main1 li h4{
	font-size: 26px;
	margin-bottom: 20px;
}
.quality-gcgk .main1 li .jj{
	font-size: 14px;
	line-height: 24px;
}
.quality-gcgk .main2{
	background: #fff;
	width: 100%;
	height: 476px;
	margin-top: 30px;
}
.quality-gcgk .main2 li{
	width: calc(100% / 3);
	box-sizing: border-box;
	height: 100%;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 45px;
	float: left;
}
.quality-gcgk .main2 li~li{
	border-left: 1px solid #e7e7e7;
}
.quality-gcgk .main2 li h4{
	font-size: 24px;
	color: #f46b14;
}
.quality-gcgk .main2 li .jj{
	margin-top: 25px;
	color: #666;
	font-size: 13px;
	line-height: 24px;
	box-sizing: border-box;
	padding-left: 15px;
}
.quality-gcgk .main2 li .jj p{
	margin-bottom: 10px;
	position: relative;
}
.quality-gcgk .main2 li .jj p:before{
	width: 4px;
	height: 4px;
	content: '';
	background: #b91e19;
	position: absolute;
	left: -15px;
	top: 10px;
}
.quality-yssh {
	padding-top: 65px;
	padding-bottom: 95px;
}
.quality-yssh .main {
	margin-top: 60px;
}
.quality-yssh .main li{
	width: calc(100% / 4);
	text-align: center;
	float: left;
	position: relative;
}
.quality-yssh .main li .icon{
	width: 134px;
	height: 134px;
	border-radius: 50%;
	line-height: 134px;
	background: #303030;
	margin: 0 auto;
	transition: .3s;
}
.quality-yssh .main li h4{
	color: #333;
	margin-top: 24px;
	font-size: 18px;
}
.quality-yssh .main li:hover .icon{
	background: #f46b14;
}
.quality-yssh .main li~li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 67px;
	width: 7px;
	height: 11px;
	background: url(../img/quality-yssh-icon.png) no-repeat;
}
.quality-zxly{
	height: 600px;
	width: 100%;
	box-sizing: border-box;
	padding-top: 35px;
	background: url(../img/quality-zxly-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.quality-zxly .main{
	margin-top: 45px;
}

.quality-zxly .main .txt{
	width: 100%;
	height: 125px;
}
.quality-zxly .main .txt textarea{
	width: 100%;
	height: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	padding-left: 32px;
	padding-right: 30px;
	line-height: 24px;
	border: 1px solid #e1e1e1;
	color: #888;
	font-family: "微软雅黑";
	outline-color: #f46b14;
}
.quality-zxly .main .w1{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}
.quality-zxly .main .w2{
	width: 590px;
	height: 60px;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
}
.quality-zxly .main .w2:nth-child(2n){
	margin-left: 20px;
}
.quality-zxly .main .w2 input,
.quality-zxly .main .add input{
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-left: 32px;
	outline-color: #f46b14;
}
.quality-zxly .main .sub input{
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background: #f46b14;
	cursor: pointer;
}
/*.quality-zxly .main .lx{
	position: relative;
	background: #fff;
	box-sizing: border-box;
	padding-left: 32px;
	color: #888;
	font-size: 14px;
	line-height: 60px;
}
.quality-zxly .main .lx .title{
	width: 45px;
	float: left;
}
.quality-zxly .main .lx select{
	width: calc(100% - 45px - 150px);
	height: 100%;
	border: none;
	outline: none;
	float: left;
	cursor: pointer;
}
.quality-zxly .main .lx select option{
	outline-color: #f46b14;
	cursor: pointer;
}*/
.quality-zxly .main .lx .dw{
	text-align: center;
	width: 150px;
	border-left: 1px solid #e1e1e1;
	box-sizing: border-box;
	float: left;
}

.quality-bz{
	padding: 85px 0;
	display: none;
}
.quality-bz .main li{
	width: 287px;
	height: 169px;
	position: relative;
	float: left;
}
.quality-bz .main li~li{
	margin-left: 17px;
}
.quality-bz .main li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.quality-bz .main li:hover .img img{
	transform: scale(1.05);
}
.quality-bz .main li .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 25px;
}
.quality-bz .main li .txt .title .zm{
	float: left;
	font-size: 36px;
	color: #f46b14;
	font-family: arial;
	text-transform: uppercase;
}
.quality-bz .main li .txt .title .jj{
	float: left;
	color: #666;
	margin-left: 10px;
}
.quality-bz .main li .txt .title .jj h4{
	font-size: 16px;
}
.quality-bz .main li .txt .title .jj .en{
	font-size: 14px;
	opacity: 0.5;
}
.quality-bz-link{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #f46b14 url(../img/icon-return.png) no-repeat center;
	display: block;
	margin-top: 10px;
}

.service{
	margin-top: 70px;
	background: url(../img/service-bg.jpg) no-repeat;
	background-position-y: -560px;
	background-size: 100%;
	padding-bottom: 85px;
}
.service .all-ljzx-link{
	position: relative;
	top: 20px;
}
.service .main{
	margin-top: 65px;
	background: #fff;
}
.service .main li{
	width: 100%;
	height: 575px;
	display: block;
	vertical-align: middle;
	border: none;
}
.service .main li.main1{
	background: #e2e2e2;
}
.service .main li .img{
	width: calc(100% - 414px);
	float: left;
	height: 100%;
	box-sizing: border-box;
	line-height: 575px;
}
.service .main li .txt{
	width: 414px;
	float: left;
	height: 100%;
	box-sizing: border-box;
	/*padding-top: 160px;*/
	display: flex;
	align-items: center; 
}
.service .main li.main1 .img{
	padding-left: 70px;
}
.service .main li.main1 .img img{
	z-index: 2;
	position: relative;
}
.service .main li.main1 .img:before{
	content: '';
	width: 558px;
	height: 120px;
	position: absolute;
	left: 0;
	top: calc(50% - 60px);
	background: #f46b14;
}
.service .main li .txt h4{
	font-size: 30px;
	color: #f46b14;
}
.service .main li .txt h4 span{
	vertical-align: bottom;
	padding-bottom: 5px;
	margin-left: 10px;
}
.service .main li .txt .jj{
	width: 285px;
	margin-top: 25px;
	line-height: 28px;
}
.service .main li:nth-child(2n) .img{
	float: right;
	width: 600px;
}
.service .main li:nth-child(2n) .txt{
	padding-left: 114px;
}
.service .main li.main2{
	background: #f4f4f4;
}

.service .main li.main2 .img{
	padding-left: 150px;
}
.service .main li.main2 .img .img2{
	position: absolute;
	top: 270px;
	left: 0;
	line-height: 1;
}
.service .main li.main3 .img,
.service .main li.main5 .img,
.service .main li.main7 .img{
	padding-left: 114px;
}
.service .main li.main4,
.service .main li.main6{
	background: #f5f4f4;
}
.service .main li.main4 .img{
	padding-top: 30px;
}
.service .main li.main5{
	/*background: url(../img/service-main5-bg.jpg) no-repeat;*/
	background: #e2e2e2;
	background-size: 100% 100%;
}

.service .main li.main7{
	background: #e2e2e2;
}
.service .main li.main7 .img .img2{
	position: absolute;
	top: 305px;
	left: 400px;
	line-height: 1;
}

.about-sbjj{
	margin-top:70px;
	padding-bottom:75px;
}
.about-sbjj .main{
	margin-top: 45px;
}
.about-sbjj .main .img{
	position: relative;
	width: 100%;
	height: 400px;
}
.about-sbjj .main .img .txt{
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 130px;
	color: #fff;
}
.about-sbjj .main .img .txt h4{
	font-size: 18px;
	margin-top: 20px;
}
.about-sbjj .main .img .txt p{
	font-size: 14px;
	margin-top: 10px;
}
.about-sbjj .main .jj{
	margin-top: 40px;
}
.about-sbjj .main .jj p{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}


.about-sbwh{
	background: #ebebeb;
	padding-top: 80px;
	padding-bottom: 75px;
}
.about-sbwh .main{
	margin-top: 45px;
}
.about-sbwh .main li{
	float: left;
	width: 590px;
	height: 540px;
	background: #fff;
	
}
.about-sbwh .main li .img{
	overflow: hidden;
}
.about-sbwh .main li .img:hover img{
	transform: scale(1.1);
}

.about-sbwh .main li~li{
	margin-left: 20px;
}
.about-sbwh .main li .txt{
	box-sizing: border-box;
	padding-top: 55px;
	padding-left: 55px;
	padding-right: 60px;
	font-size: 14px;
	line-height: 30px;
}
.about-sbwh .main li .txt span{
	color: #b91e19;
}
.about-zxlc{
	margin-top: 100px;
	padding-bottom: 113px;
}
.about-zxlc .main{
	text-align: center;
	margin-top: 60px;
}
.about-zxlc .main li {
	margin: 0 15px;
	position: relative;
}
.about-zxlc .main li .icon{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #303030;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 26px;
	transition: .3s;
	cursor: pointer;
	position: relative;
}
.about-zxlc .main li .num{
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
}
.about-zxlc .main li .txt{
	margin-top: 5px;
}
.about-zxlc .main li~li .icon:before{
	width: 7px;
	height: 11px;
	background: url(../img/quality-yssh-icon.png) no-repeat;
	content: '';
	position: absolute;
	top: calc(50% - 5.5px);
	left: -18px;
}
.about-zxlc .main li.active .icon{
	background: #f46b14;
}
.about-zxlc .main li.active:before{
	content: '';
	position: absolute;
	bottom: -9px;
	left: calc(50% - 8px);
	width: 16px;
	height: 22px;
	background: url(../img/about-zxlc-li-bg-active.png) no-repeat;
}
.about-zxlc .main li .jj{
	position: absolute;
	top: 140px;
	left: 0px;
	font-size: 14px;
	color: #666;
	width: 600px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translateY(10px);
}
.about-zxlc .main li .jj span{
	font-weight: bold;
}
.about-zxlc .main li.active .jj{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.about-zxlc .main li:nth-child(n+5) .jj{
	left: initial;
	right:-40px;
}


.about-jzlc {
	padding-top: 65px;
	box-sizing: border-box;
	background: url(../img/about-jzlc-bg.jpg) no-repeat center top;
	background-size: auto 100%;
	height: 1270px;
}
.about-jzlc .main{
	margin-top: 80px;
	width: 100%;
	min-height: 886px;
	padding-bottom: 50px;
	background: url(../img/about-jzlc-main-bg.png) no-repeat center 15px;
	position: relative;
}
.about-jzlc .main .main-c{
	width: 100%;
}
.about-jzlc .main li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: 75px;
	height: 270px;
}
.about-jzlc .main li.ts{
	margin-top: 33px;
}
.about-jzlc .main li .num{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f46b14;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: "microsoft yahei";
}
.about-jzlc .main li h4{
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}
.about-jzlc .main li .jj{
	font-size: 14px;
	color: #666;
	line-height: 27px;
	margin-top: 10px;
}
.about-jzlc-link{
	position: absolute;
	bottom: 80px;
	right: 80px;
}
.about-jzlc-link a{
	width: 150px;
	height: 50px;
	float: left;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 18px;
}
.about-jzlc-link .jzzx{
	padding-left: 55px;
	line-height: 49px;
	border: 1px solid #c3c3c3;
	color: #333;
	background: url(../img/zx.png) no-repeat 20px center;
	margin-right: 20px;
}
.about-jzlc-link .jzzx:hover{
	padding-left: 60px;
}
.about-jzlc-link .ckxq{
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #f46b14;
}

.about-clnr{
	padding-top: 60px;
	padding-bottom: 100px;
}
.about-clnr .main{
	margin-top: 50px;
	width: 100%;
	height: 390px;
	
}
.about-clnr .main>div{
	width: 50%;
	height: 100%;
	float: left;
}
.about-clnr .main .txt{
	background: #f46b14;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 60px;
}
.about-clnr .main .txt .txt-main{
	margin-bottom: 60px;
	position: relative;
}
.about-clnr .main .txt .txt-main .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff no-repeat center;
	float: left;
}
.about-clnr .main .txt .txt-main .wz{
	float: left;
	color: #fff;
	width: calc(100% - 50px);
	padding-left: 20px;
	box-sizing: border-box;
}
.about-clnr .main .txt .txt-main .wz h4{
	font-size: 20px;
}
.about-clnr .main .txt .txt-main .wz p{
	font-size: 14px;
}
.about-clnr .main .txt .txt-main:first-child .icon{
	background-image: url(../img/about-clnr-icon1.png);
}
.about-clnr .main .txt .txt-main:first-child+div .icon{
	background-image: url(../img/about-clnr-icon2.png);
}
.about-clnr .main .txt .txt-main:first-child+div+div .icon{
	background-image: url(../img/about-clnr-icon3.png);
}
.about-clnr .main .txt .txt-main:not(:first-child):before{
	content: '';
	width: 1px;
	border-left: 1px dashed #fff;
	box-sizing: border-box;
	height: 60px;
	position: absolute;
	left: 25px;
	top: -60px;
}

.news{
	padding-top: 70px;
	/*padding-bottom: 60px;*/
}
.news .page{
	padding-bottom: 60px;
}
.news-nav{
	text-align: center;
	/*margin-top: 30px;*/
}
.news-nav li{
	margin: 0 3px;
}
.news-nav li a{
	width: 100px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #aeaeae;
	color: #666666;
	font-size: 14px;
	border-radius: 18px;
}
.news-nav li.active a,
.news-nav li:hover a{
	background: #f46b14;
	border-color: #f46b14;
	color: #fff;
}
.news .main {
	margin-top: 50px;
}
.news .main .content1{
	width: 100%;
	height: 400px !important;
}
.news .main .content1 .img,
.news .main .content1 .txt{
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}
.news .main .content1 .img:hover img{
	transform: scale(1.05);
}
.news .main .content1 .txt{
	border: 1px solid #e0e0e0;
	padding-top: 70px;
	padding-left: 75px;
	padding-right: 70px;
}
.news .main .content1 .txt h4{
	font-size: 24px;
	color: #333;
}
.news .main .content1 .txt .time,
.news .main .content-all .txt .time{
	font-size: 14px;
	color: #b0241f;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
	margin-top: 30px;
}
.news .main .content1 .txt .time:before,
.news .main .content-all .txt .time:before{
	content: '';
	width: 40px;
	height: 1px;
	background: #b0241f;
	position: absolute;
	left: 0;
	top: calc(50%);
}
.news .main .content1 .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.news .main .content1 .txt .index-link{
	margin-top: 30px;
}
.news .main .content-all{
	vertical-align: middle;
	width: 100%;
	height: 260px;
	margin-top: 35px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	transition: .3s;
}
.news .main .content-all a{
	display: block;
	width: 100%;
	height: 100%;
}
.news .main .content-all .txt{
	width: 860px;
	float: left;
	padding-top: 55px;
	padding-left: 50px;
	box-sizing: border-box;
}
.news .main .content-all .txt h4{
	font-size: 16px;
	color: #333;
}
.news .main .content-all .img{
	width: 290px;
	height: 100%;
	line-height: 260px;
	float: right;
	margin-right: 25px;
}
.news .main .content-all .txt .time{
	margin-top: 15px;
	color: #888888;
}
.news .main .content-all .txt .time:before{
	background: #888;
}
.news .main .content-all .txt .jj{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.news .main .content-all .txt .link{
	margin-top: 30px;
}
.news .main .content-all:hover{
	border-color: #b0241f;
}
.news .main .content-all:hover  .txt h4,
.news .main .content-all:hover .txt .link{
	color: #b0241f;
}

.join-us .rcpy{
	padding-top: 70px;
	padding-bottom: 70px;
}
.join-us .rcpy .main{
	margin-top: 40px;
}
.join-us .rcpy .main li{
	width: 389px;
	float: left;
}
.join-us .rcpy .main li~li{
	margin-left: 16.5px;
}
.join-us .rcpy .main li .img{
	width: 100%;
	height: 248px;
	overflow: hidden;
}
.join-us .rcpy .main li:hover .img img{
	transform: scale(1.05);
}
.join-us .rcpy .main li h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
.join-us .zpzw{
	background: #ebebeb;
	padding-top: 50px;
}
.join-us .zpzw .main{
	margin-top: 45px;
}
.join-us .zpzw .main li{
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.join-us .zpzw .main li .title{
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 65px;
	font-size: 16px;
	color: #999;
	position: relative;
}
.join-us .zpzw .main li .title .name{
	font-size: 18px;
	color: #333;
	width: 177px;
	box-sizing: border-box;
	padding-right: 17px;
}
.join-us .zpzw .main li .title .name,
.join-us .zpzw .main li .title .bumen,
.join-us .zpzw .main li .title .zp-num,
.join-us .zpzw .main li .title .fb-time,
.join-us .zpzw .main li .title .js-time{
	float: left;
}
.join-us .zpzw .main li .title .bumen{
	width: 160px;
}
.join-us .zpzw .main li .title .zp-num{
	width: 175px;
}
.join-us .zpzw .main li .title .fb-time{
	width: 235px;
}
.join-us .zpzw .main li .title .js-time{
	width: 200px;
}
.join-us .zpzw .main li .title .icon{
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 35px;
    top: 35px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: .3s;
}
.join-us .zpzw .main li.active .title .icon{
	border-color: #f46b14;
	transform: rotate(225deg);
}
.join-us .zpzw .main li .txt{
	padding: 50px 60px 60px;
	color: #666;
	border-top: 1px solid #ebebeb;
	display: none;
}
.join-us .zpzw .main li.active .txt{
	/*display: block;*/
}
.join-us .zpzw .main li .txt p{
	margin-bottom: 30px;
	line-height: 28px;
}
.join-us .zpzw .main li .txt .txt-t{
	margin-bottom: 40px;
	font-size: 18px;
	color: #f46b14;
}
.join-us .zpzw .main li .txt .txt-link{
	font-size: 16px;
	color: #fff;
	width: 100px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #f46b14;
	border-radius: 20px;
}
.join-us .zpzw .main li .txt .txt-lxfs{
	font-size: 18px;
}

.contact-lxwm{
	margin-top: 80px;
	padding-bottom: 50px;
}
.contact-lxwm .main{
	margin-top: 70px;
}
.contact-lxwm .main li{
	width: calc(100% / 3);
	float: left;
}
.contact-lxwm .main li .icon{
	width: 118px;
	height: 118px;
	line-height: 118px;
	border-radius: 50%;
	text-align: center;
	background: #303030;
	transition: .3s;
	margin: 0 auto;
}
.contact-lxwm .main li .icon:hover{
	background: #f46b14;
}
.contact-lxwm .main li .txt{
	text-align: center;
	margin-top: 30px;
}
.contact-lxwm .main li .txt .t{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.contact-lxwm .main li .txt .m{
	color: #f46b14;
	font-size: 24px;
	font-family: arial;
}

.contact-lxfs{
	background: #ededed;
	padding-top: 70px;
	padding-bottom: 80px;
}
.contact-lxfs .main{
	margin-top: 55px;
}
.contact-lxfs .main li{
	float: left;
	width: 232px;
	height: 307px;
	background: #fff;
	transition: .3s;
}
.contact-lxfs .main li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: translateY(-5px);
}
.contact-lxfs .main li~li{
	margin-left: 10px;
}
.contact-lxfs .main li .img{
	width: 100%;
	height: 166px;
	overflow: hidden;
	position: relative;
}
.contact-lxfs .main li .img .add{
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 25px;
}
.contact-lxfs .main li .txt{
	padding-top: 33px;
	padding-left: 22px;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.contact-lxfs .main li .txt p{
	margin-bottom: 10px;
}

.contact-zxly{
	margin-top: 65px;
	padding-bottom: 60px;
}
.contact-zxly .main{
	margin-top: 40px;
}
.contact-zxly .main .w1{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.contact-zxly .main .w2{
	width: 590px;
	height: 60px;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
}
.contact-zxly .main .w2:nth-child(2n){
	margin-left: 20px;
}
.contact-zxly .main .w2 input{
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-left: 32px;
	outline-color: #f46b14;
	border: 1px solid #e1e1e1;
}
.contact-zxly .main .txt{
	width: 100%;
	height: 125px;
}
.contact-zxly .main .txt textarea{
	width: 100%;
	height: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	padding-left: 32px;
	padding-right: 30px;
	line-height: 24px;
	border: 1px solid #e1e1e1;
	color: #888;
	font-family: "微软雅黑";
	outline-color: #f46b14;
}
.contact-zxly .main .sub input{
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background: #f46b14;
	cursor: pointer;
}
#map {
	height: 500px;
}
#map img{
	transition: auto;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
  	font-weight: bold;
}
.BMapLib_SearchInfoWindow .BMapLib_trans {
  	z-index: 1;
  	top: 102px!important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  	height: 64px!important;
}

.page{
	text-align: center;
}
.page a,
.page span{
	height: 100%;
	background: #aaa;
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	transition: .3s;
	padding: 10px 20px;
}
.page span {
	background: #f46b14;
	color: #fff;
}
.page .current, .page a:hover{
	background: #f46b14;
	color: #fff;
}
.page .prev,
.page .prev_disabled,
.page .next,
.page .next_disabled{
	width: 60px;
	color: #666;
	background: transparent;
	font-family: "microsoft yahei";
}
.page .prev:before, .page .prev_disabled:before {
    content: "上一页";
    font-family: "microsoft yahei";
}
.page .next:before, .page .next_disabled:before {
    content: "下一页";
    font-family: "microsoft yahei";
}

.head-tel-box{
	position: absolute;
	right: -48px;
	top: 100px;
	width: 260px;
	height: 36px;
	padding: 0px 0;
	z-index: 999;
	text-align: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .5s;
	height: 36px;
	background-color: #fff;
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 40px;
}
.head-tel-box span{
	color: #f46b14;
	font-size: 16px;
}
.head-tel:hover .head-tel-box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}

.head-search-box {
	position: absolute;
	right: 0%;
	top: 100px;
	width: 260px;
	padding: 0px 0;
	z-index: 999;
	text-align: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .5s;
	height: 36px;
}
.head-search-box .searchi_a {
	font-family: "microsoft yahei";
	color: rgb(102, 102, 102);
	line-height: 36px;
	font-size: 14px;
	width: 72%;
	padding: 0px 12.3px;
	outline: none;
	float: left;
	background: #fff;
	height: 36px;
}
.head-search-box .searchi_s {
	font-family: "microsoft yahei";
	height: 36px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 14px;
	padding: 0px 10px;
	opacity: 0.8;
	background: #f46b14;
	outline: none;
}
.head-search:hover .head-search-box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}
.index-banner2{
	display: none;
}

.head-box {
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	top: 75%;
	text-align: center;
	z-index: 99;
	padding-top: 30px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
}


.head-nav>li .head-box .main {
	background: #fff;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	padding: 20px 0 18px;
	
}
.head-nav>li:hover .head-box{
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
	/*position: relative;*/
}
.head-nav li .head-box a {
	display: block;
	color: #666;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.head-nav li .head-box a:hover {
	background: #f46b14;
	color: #fff;
}
.head-nav li .head-box .sjx {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 18px solid #fff;
	position: absolute;
	top: -18px;
	left: 90px;
	margin-left: -24px;
}


.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
	height: 235px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
	
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 100px;
    border-top: 10px solid transparent;
    border-right: 25px solid #f46b14;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #f46b14;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}
.all-fixed li p {text-align: center;}

.quality-xqfx .main2{
	margin-top: 30px;
}
.quality-xqfx .main2 li{
	width: 100%;
	height: 295px;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.quality-xqfx .main2 li:first-child{
	border-top: 1px solid #e3e3e3;
}
.quality-xqfx .main2 li .icon{
	text-align: center;
	float: left;
	font-size: 30px;
	color: #333;
	padding-left: 35px;
	margin-top: 90px;
}
.quality-xqfx .main2 li .icon p{
	margin-top: 10px;
}
.quality-xqfx .main2 li .txt{
	float: left;
	margin-left: 130px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 705px;
	height: 100%;
	display: table;
}
.quality-xqfx .main2 li .txt .txt-main{
	display: table-cell;
	vertical-align: middle;
}
.quality-xqfx .main2 li .txt.ts p{
	margin-bottom: 10px;
}
.quality-xqfx .main2 li .bz{
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #f5f5f5;
	font-size: 16px;
	color: #333;
	writing-mode: vertical-lr;
	text-align: center;
	line-height: 60px;
	transition: .3s;
}
.quality-xqfx .main2 li:hover .bz{
	background: #f46b14;
	color: #fff;
}


.quality-yssh {
	background: #fbfbfa;
}
.quality-yssh .main2{
	width: 100%;
	height: 632px;
	margin-top: 50px;
}
.quality-yssh .main2-nav{
	float: left;
	width: 265px;
	height: 100%;
}
.quality-yssh .main2-nav li{
	width: 100%;
	height: 25%;
	float: left;
	background: #ededed;
	text-align: center;
	position: relative;
	transition: .3s;
}
.quality-yssh .main2-nav li:nth-child(1),
.quality-yssh .main2-nav li:nth-child(3){
	background: #d9d6d6;
}
.quality-yssh .main2-nav li .icon{
	float: left;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 49px;
	background-position: 0 0;
}
.quality-yssh .main2-nav li:hover{
	background-color: #982a2d !important;
}
.quality-yssh .main2-nav li:nth-child(1) .icon{
	margin-top: -14.5px;
	width: 49px;
	height: 29px;
	background-image: url(../img/quality-yssh-icon1.png);
}
.quality-yssh .main2-nav li:hover:nth-child(1) .icon {
	background-position: 0 -29px;
}
.quality-yssh .main2-nav li:nth-child(2) .icon{
	margin-top: -19.5px;
	width: 48px;
	height:39px;
	background-image: url(../img/quality-yssh-icon2.png);
}
.quality-yssh .main2-nav li:hover:nth-child(2) .icon {
	background-position: 0 -39px;
}
.quality-yssh .main2-nav li:nth-child(3) .icon{
	margin-top: -21.5px;
	width: 43px;
	height: 43px;
	background-image: url(../img/quality-yssh-icon3.png);
}
.quality-yssh .main2-nav li:hover:nth-child(3) .icon {
	background-position: 0 -43px;
}
.quality-yssh .main2-nav li:nth-child(4) .icon{
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
	background-image: url(../img/quality-yssh-icon4.png);
}
.quality-yssh .main2-nav li:hover:nth-child(4) .icon {
	background-position: 0 -35px;
}
.quality-yssh .main2-nav li p{
	font-size: 18px;
	color: #333;
	line-height: 158px;
	float: left;
	margin-left: 125px;
	transition: .3s;
}
.quality-yssh .main2-nav li:hover p{
	color: #fff;
}
.quality-yssh .main2-c{
	width: 935px;
	float: left;
	height: 100%;
	background: #fff;
}
.quality-yssh .main2-c .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.quality-yssh .main2-c .content.active{
	opacity: 1;
	visibility: visible;
}
.quality-yssh .main2-c .content .img{
	width: 100%;
	height: 341px;
}
.quality-yssh .main2-c .content .txt{
	box-sizing: border-box;
	padding-top: 120px;
	padding-left: 90px;
	height: 291px;
}
.quality-yssh .main2-c .content:first-child .txt{
	padding-top: 60px;
}
.quality-yssh .main2-c .content .txt .wz{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
}
.quality-yssh .main2-c .content.active .txt .wz{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}


.quality-yssh .main2-c .content .txt .wz .t{
	font-size: 18px;
	color: #333;
	float: left;
}
.quality-yssh .main2-c .content .txt .wz .m{
	font-size: 14px;
	color: #979797;
	line-height: 25px;
	float: left;
	width: 645px;
	margin-left: 30px;
}

.about-all{
	margin-top: 100px;
	margin-top: 0px;
}
.about-all .main {
	margin-top: 40px;
}
.about-all .main li{
	width: 290px;
	float: left;
	margin-right: 13.33px;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ddd;
}
.about-all .main li:nth-child(4n){
	margin-right: 0;
}
.about-ryzs .main li{
	height: 220px;
}
.about-hzkh .main li{
	height: 122px;
	text-align: center;
}
.about-ryzs .main li a,
.about-hzkh .main li img{
	width: 100%;
	height: 100%;
}
.page-title {
  padding: 50px 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}


.page-title h3 {
  color: #333;
  font-size: 36px;
  line-height: 1;
  font-weight: initial;
}

.page-title p {
  margin-top: 18px;
  color: #333;
  font-size: 16px;
}
.form-box-1 ul li {
  float: left;
  padding: 0 25px;
  width: 391px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-sizing: border-box;
}

.form-box-1 ul li~li {
  margin-left: 13px;
}

.form-box-1 label {
  margin-right: 5px;
  cursor: default;
}

.form-box-1 ul li input,
.form-box-2 ul li input {
  width: 250px;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  font-size: 16px;
}

.form-box-1 .form-textarea,
.form-box-2 .form-textarea {
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 20px 25px;
  background: #fff;
}

.form-box-1 .form-textarea textarea {
  width: 1060px;
  height: 180px;
  font-size: 16px;
}
.center{
  text-align: center;
}
.com-submit{
  margin-top: 20px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f46b14;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.danmu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    background: rgba(0,0,0,.3);
    overflow: hidden;
    z-index: 999999;
	align-items: center;
	justify-content: center;
	display: none;
}

.danmu .main{
	background: #fff;
	padding-bottom: 50px;
	position: relative;
	top: 50%;
	margin-top: -300px;
}
.danmu .main #cha{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/cha.png) no-repeat center;
	transition: .3s;
}
.danmu .main #cha:hover{
	transform: rotate(180deg);
}
.danmu .main input,
.danmu .main textarea{
	border: 1px solid #ddd;
}
.danmu .main ul{
	font-size: 0;
}
.danmu .main li{
	width: 50%;
	margin-left: 0;
}
.danmu .main li label,
.danmu .main .form-textarea label{
	display: none;
}
.danmu .main li input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	line-height: 60px;
}
.danmu .main .form-textarea textarea{
	box-sizing: border-box;
	padding-top: 15px;
	line-height: 25px;
	text-indent: 10px;
	width: 1150px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.head-nav2{
	margin-left: 20px;
    box-sizing: border-box;
    float: left;
    height: 100px;
    padding-top: 35px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
}
.head-nav2 span{
	position: relative;
    display: block;
    margin: 18px auto 0;
    width: 22px;
    height: 2px;
}
.head-nav2 span:after, .head-nav2 span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #f46b14;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.head-nav2 span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.head-nav2 span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.head-nav2.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.head-nav2.active span:after, .head-nav2.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.head-nav2.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.head-nav2.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menuBox a:link, .menuBox a:visited {
    color: #fff;
}

.menuBox a:active, .menuBox a:hover {
    color: #fff;
}

.menuBox {
    background-color: #868686;
    color: #fff;
    position: fixed;
    display: none;
    right: 0px;
    top: 0px;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    width: 400px;
    z-index: 980;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
    padding: 130px 0px 100px;
}
.menuMoblie li{
	width: 100%;
}
.menuMoblie .nav-link {
    display: block;
    font-size: 16px;
    padding: 14px 12%;
    position: relative;
}

.menuMoblie .nav-link.cur {
    background-color: #f46b14;
}

.menuMoblie .subnav {
    background-color: #cbc2b9;
    padding: 10px 0px;
    display: none;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 14px 12%;
    line-height: 1.4;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 900;
    visibility: hidden;
    overflow: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
    visibility: visible;
    filter: alpha(enabled=false);    /* opacity:1; */
}

.menuOpen .menuBox {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.pusher {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menuOpen .pusher {

    /* transform: translateX(-26%); */
    -webkit-transform: translateX(-26%);    /* transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; */

    /* -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; */
}


#top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 50px;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #999 url(../img/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}
#top:hover{
	background-color: #f46b14;
}


.quality2{
	background: #f9f9f9;
}
.quality2-sbpz{
	margin-top: 40px;
}
.quality2-sbpz .main{
	/*margin-top: 75px;*/
}
.quality2-sbpz .main li{
	width: 100%;
	height: 417px;
	vertical-align: middle;
	margin-bottom: 35px;
	background: #fff;
	transition: .3s;
}
.quality2-sbpz .main li .img,
.quality2-sbpz .main li .txt{
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.quality2-sbpz .main li .img img{
	transition: .5s;
}
.quality2-sbpz .main li:hover .img img{
	transform: scale(1.1);
}
.quality2-sbpz .main li .txt {
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 60px;
}
.quality2-sbpz .main li .txt h4{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.quality2-sbpz .main li .txt .jj{
	font-size: 18px;
	color: #666;
	margin-top: 5px;
}
.quality2-sbpz .main li .txt .js{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	line-height: 30px;
}
.quality2-link{
	width: 100px;
	height: 33px;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	background: #f46b14;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	right: 60px;
	opacity: 0;
	visibility: hidden;
}
.quality2-sbpz .main li:hover{
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.quality2-sbpz .main li:hover .quality2-link{
	opacity: 1;
	visibility: visible;
}


.quality-facx2{
	padding: 0;
	margin-top: 70px;
	height: 624px;
}
.quality-facx2 .main1{
	position: absolute;
	top: 0;
	left: 0;
}
.quality-facx2 .main2{
	position: absolute;
	top: 296px;
	left: 146px;
}
.quality-facx2 li{
	width: 284px;
    height: 328px;
    margin-left: 10px;
    float: left;
    position: relative;
}
.quality-facx2 li .title{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    background-color: rgba(255,255,255,0.85);
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
    line-height: 1;
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: #b91e19;
    font-size: 18px;
    border-radius: 50%;
}
.quality-facx2 li .num{
	width: 60px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: calc(50% - 30px);
	background: url(../img/quality-facx-icon-bg.png) no-repeat;
	z-index: 9;
	text-align: center;
	line-height: 70px;
	font-family: arial;
	font-size: 24px;
	color: #fff;
}
.quality-facx2 li .txt{
	padding-top: 90px;
	text-align: center;
	color: #fff;
}
.quality-facx2 li .txt h4{
	font-size: 30px;
	
}
.quality-facx2 li .txt .jj{
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
}