@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

body {
	margin: 0;
	font-size: 13px;
	width: 100%;
	height: 100%;
}
.banenrs img{
	width: 100%;
	height: auto;
}
.main {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.main>.swiper-container {
	min-width: 1200px;
	height: 100%;
	width: 100%;
	border-top: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-slide {
	height: 100%;
	width: 100%;
	position: relative;
}
.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner {
	position: relative;
	height: 100%;
}

.banner .swiper-container {
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e62129;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}
/* s2 */
.s2{
	background: url(../images/s2_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	background-color: #fff;
}
.titel{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
	opacity: 0;
}
.s2.swiper-slide-active .titel,.s4.swiper-slide-active .titel,.s5.swiper-slide-active .titel{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.titel em{
	display: block;
	font-size: 58px;
	font-weight: bold;
	color: #e62129;
	text-transform: uppercase;
}
.titel h4{
	font-size: 28px;
	color: #333;
}
.s2-txt{
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	opacity: 0;
}
.s2.swiper-slide-active .s2-txt{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s2-txt img{
	width: 46%;
	margin: 30px auto 0;
}
.s2-lsit{
	position: relative;
	opacity: 0;
}
.s2.swiper-slide-active .s2-lsit{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s2-lsit i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
}
.s2-lsit ul{
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	margin-top: 40px;
}
.s2-lsit ul li{
	text-align: center;
	width: 230px;
	background: url(../images/dd.png) no-repeat center center;
	position: relative;
	z-index: 3;
}
.s2-lsit ul li span{
	display: block;
	font-weight: bold;
	font-size: 48px;
	color: #333;
	line-height: 40px;
	margin-bottom: 40px;
}
.s2-lsit ul li span em{
	font-weight: normal;
	font-size: 18px;
}
.s2-lsit ul li p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
/* s3 */
.s3{
	background: url(../images/s3_bg.jpg) no-repeat center bottom;
	background-size: cover;
	background-color: #fff;
	position: relative;
}
.s3-l{
	width: 25%;
	float: left;
	padding-top: 10%;
	box-sizing: border-box;
	padding-left: 5%;
	opacity: 0;
}
.s3.swiper-slide-active .s3-l{
    -webkit-animation: fadeInLeft 1.5s ease-in-out;
    animation: fadeInLeft 1.5s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s3-r{
	width: 75%;
	float: right;
	position: relative;
	height: 100%;
	opacity: 0;
}
.s3.swiper-slide-active .s3-r{
    -webkit-animation: fadeInRight 1.5s ease-in-out;
    animation: fadeInRight 1.5s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s3-r .swiper-container{
	height: 100%;
}
.s3-r .swiper-slide{
	background-color: #fff;
}
.s3-l-tab{
	margin-top: 40%;
}
.s3-l-tab a,.s3-l-tab span{
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}
.s3-l-tab div{
	width: 212px;
}
.s3-l-tab p{
	margin-top: 10px;
	font-size: 12px;
	width: 260px;
	line-height: 24px;
	color: #666;
}
.s3-l-tab a.active,.s3-l-tab a:hover{
	color: #e62129;
}
.title2 em{
	display: block;
	writing-mode:tb-rl;
	font-size: 58px;
	font-weight: bold;
	color: #e62129;
	float:left;
	line-height: 60px;
	text-transform: uppercase;
}
.title2 h4{
	writing-mode:tb-rl;
	font-size: 28px;
	color: #333;
}
.s3-r a{
	display: block;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 22%;
}
.s3-r a img{
	width: 100%;
	height: auto;
}
.s3-r a div{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #eee;
	box-sizing: border-box;
	padding: 40px 30px 30px;
}
.s3-r a:hover div{
	background-color: #e62129;
}
.s3-r a div h4{
	font-size: 19px;
	color: #333;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 15px;
}
.s3-r a:hover div h4{
	color: #fff;
}
.s3-r a div p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.s3-r a:hover div p{
	color: #fff;
}
.s3-r a span{
	display: block;
	margin: 20px auto 0;
	width: 62px;
	height: 62px;
	background: url(../images/more.png) no-repeat center top;
	background-size: 100% auto;
}
.s3-r a:hover span{
	background-position: center bottom;
}
/* s4 */
.s4{
	background: url(../images/s4_bg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}
.s4-box{
	margin-top: 4%;
	opacity: 0;
}
.s4.swiper-slide-active .s4-box{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s4-box a{
	display: block;
}
.s4-box a i{
	display: block;
	overflow: hidden;
	position: relative;
}
.s4-box a em {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}
.s4-box a img{
	width: 100%;
	height: auto;
	position: relative;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:-1;
}
.s4-box a:hover i img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}
.s4-box a div{
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	padding-right: 30px;
	-webkit-transition: all 0.3s;
}
.s4-box a:hover div{
	border-color: #e62129;
	background: url(../images/rights.png) no-repeat 96% center;
}
.s4-box a div h4{
	font-size: 18px;
	color: #333;
}
.s4-box a div p{
	font-size: 14px;
	color: #666;
}
.s4-btn{
	width: 60px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -30px;
	height: 30px;
	background: url(../images/lecc.png) no-repeat center center;
	opacity: 0;
}
.s4.swiper-slide-active .s4-btn{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.s4-btn .swiper-button-prev:after,.s4-btn .swiper-container-rtl .swiper-button-next:after{
	display: none;
}
.s4-btn .swiper-button-next:after,.s4-btn .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.s4-btn .swiper-button-next,.s4-btn .swiper-button-prev{
	width: 8px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: url(../images/left.png) no-repeat center center;
}
.s4-btn .swiper-button-next{
	background-image: url(../images/right.png);
}
/* s5 */
.s5{
	background: url(../images/s5_bg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}
.s5-list{
	display: -webkit-flex;
    display: flex;
    justify-content: center;
	opacity: 0;
}
.s5.swiper-slide-active .s5-list{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-fill-mode: forwards;
}
.s5-list a{
	float: left;
	width: 388px;
	margin-right: 18px;
	box-sizing: border-box;
	border: 1px solid #f7f7f7;
	padding-bottom: 50px;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.s5-list a:last-child{
	margin-right: 0;
}
.s5-list a h4{
	line-height: 50px;
	border-bottom: 2px solid #e6e6e6;
	padding: 5px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	color: #333;
}
.s5-list a i{
	display: block;
	overflow: hidden;
}
.s5-list a i img{
	width: 100%;
	height: 250px;
}
.s5-list a p{
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
	padding: 10px 20px 0;
}
.s5-list a span{
	display: block;
	width: 86px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #333;
	border: 1px solid #868686;
	border-radius: 5px;
	margin: 30px 0 0 20px;
}
.s5-list a span:hover{
	border: 0;
	background-color: #e62129;
	color: #fff;
}
.s5-list a:hover{
	box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}

/* s6 */
.s6{
	background-color: #333;
	background-size: cover;
	position: relative;
}
.footer-box{
	width: 80%;
	margin: 0 auto;
	padding-top: 12%;
}
.footer-top h4{
	font-size: 24px;
	color: #fff;
}
.footer-l>h4{
	margin-bottom: 20px;
}
.footer-l p{
	font-size: 14px;
	color: #adadad;
}
.footer-top>div{
	float: left;
}
.footer-top .footer-l{
	width: 23%;
	opacity: 0;
}
.s6.swiper-slide-active .footer-top  .footer-l{
    -webkit-animation: fadeInLeft 1.5s ease-in-out;
    animation: fadeInLeft 1.5s ease-in-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-fill-mode: forwards;
}
.footer-top .footer-c{
	width: 22%;
	margin-left: 10%;
	opacity: 0;
}
.s6.swiper-slide-active .footer-top  .footer-c{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-fill-mode: forwards;
}
.footer-top .footer-r{
	width: 39%;
	float: right;
	opacity: 0;
}
.s6.swiper-slide-active .footer-top  .footer-r{
    -webkit-animation: fadeInRight 1.5s ease-in-out;
    animation: fadeInRight 1.5s ease-in-out;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-fill-mode: forwards;
}
.footer-c h4{
	margin-bottom: 110px;
}
.think{
	opacity: 0;
}
.s6.swiper-slide-active .think{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-fill-mode: forwards;
}
.footer-c li{
	float: left;
	width: 45%;
	margin-right: 10%;
	background-color: #fff;
	padding-bottom: 10px;
}
.footer-c li:last-child{
	margin-right: 0;
}
.footer-c li img{
	width: 100%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
}
.footer-c li span{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
}
.footer-hot{
	margin-top: 32px;
}
.footer-hot em{
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 50px;
	background: url(../images/phone3.png) no-repeat left center;
}
.footer-hot span{
	display: block;
	font-size: 24px;
}
.think h5{
	font-size: 28px;
	color: #e62129;
}
.think p{
	margin-top: 10px;
	font-size: 14px;
	color: #adadad;
}
.think p a{
	color: #adadad;
	margin: 0 5px;
}
.think p a:first-child{
	margin-left: 0;
}
.footer-r h4{
	margin-bottom: 56px;
}
.footer-r li{
	margin-bottom: 20px;
}
.footer-r li input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #484848;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
}
.footer-r li textarea{
	display: block;
	width: 100%;
	resize: none;
	background-color: #484848;
	font-size: 18px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	height: 120px;
	color: #fff;
}
.footer-r .submit{
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #e62129;
	font-size: 18px;
	color: #fff;
}
.bottom{
	line-height: 80px;
	border-top: 2px solid #505050;
	text-align: center;
	color: #7a7a7a;
	margin-top: 30px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.bottom a{
	color: #7a7a7a;
}
.s6.swiper-slide-active .bottom{
    -webkit-animation: fadeInUp 1.5s ease-in-out;
    animation: fadeInUp 1.5s ease-in-out;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-fill-mode: forwards;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #b3b3b3; 
} 
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #b3b3b3; 
} 
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #b3b3b3; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #b3b3b3; 
}
/* about */
.mains{
	padding-bottom: 60px;
}
.banners{
	position: relative;
}
.banners>img{
	width: 100%;
	height: auto;
}
.banners i img{
	height: 36%;
	width: auto;
	margin: 0 auto;
}
.banners i{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
}

/* about */
.about h2 {
    font-size: 36px;
    color: #333;
	font-weight: bold;
    text-align: center;
    margin: 50px auto 30px;
}
.about-jj {
    margin: 0 auto;
    width: 1200px;
}
.about-jj p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
}
.about-jj img {
    width: 90%;
    margin: 30px auto 0;
}
/*tab*/
.tab{
	width: 1200px;
	margin: 10px auto 40px;
}
.tab a{
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	margin-right: 50px;
}
.tab a:hover,.tab a.active{
	background: url(../images/tab_bg.jpg) no-repeat left bottom;
	color: #e62129;
}
.about2{
	background-color: #ececec;
	padding: 50px 0;
	min-width: 1200px;
	margin-top: 60px;
}
.about2 ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
}
.about2 li{
	width: 300px;
    height: 176px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-right: 80px;
}
.about2 li:last-child{
	margin-right: 0;
}
.about2 li em{
	display: block;
	font-size: 48px;
	color: #606060;
	font-weight: bold;
	line-height: 55px;
	margin-top: 50px;
}
.about2 li span{
	display: block;
	font-size: 16px;
	color: #606060;
}
.about3-list li{
	margin-bottom: 20px;
	background-color: #f4f4f4;
}
.about3-list li>i{
	display: block;
	width: 55%;
	float: left;
}
.about3-list li>i img{
	width: 100%;
	height: auto;
}
.about3-list li div{
	width: 45%;
	float: right;
	box-sizing: border-box;
}
.about3-list li:nth-child(2n)>i{
	float: right;
}
.about3-list li div{
	padding-left: 40px;
}
.about3-list li div h4{
	font-size: 24px;
	color: #666;
	margin-top: 40px;
}
.about3-list li div i{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #999;
	margin: 20px 0 25px;
}
.about3-list li div p{
	line-height: 26px;
	color: #666;
	overflow: hidden;
}
/* 资质荣誉 */
.honor li{
	float: left;
	width: 290px;
	box-sizing: border-box;
	margin-right: 13.333px;
	margin-bottom: 20px;
	cursor: pointer;
}
.honor li:nth-child(3n){
	margin-right: 0;
}
.honor li i{
	display: block;
	border: 1px solid #ddd;
	padding: 8px;
	overflow: hidden;
}
.honor li img{
	width: 100%;
	transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.honor li img{
	
}
.honor li span{
	line-height: 50px;
	font-size: 16px;
	color: #333;
	display: block;
	text-align: center;
	transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.honor li:hover span{
	color: #e62129;
	font-weight: bold;
}
/* 厂房设备 */
.workshop li{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.workshop li:nth-child(3n){
	margin-right: 0;
}
.workshop li span{
	position: absolute;
	line-height: 60px;
	background-color: rgba(0,0,0,0.2);
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 16px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.workshop li img{
	width: 100%;
	height: 296px;
}
.workshop li:hover span{
	line-height: 296px;
	background-color: rgba(236,0,0,0.2);
}
/*新闻中心*/
.news-box li{
	padding: 25px;
	padding-left: 0;
	border-bottom: 1px dotted #ccc;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-box li:hover{
	padding-left: 25px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.news-box li>a{
	float: left;
	width: 340px;
	height: 143px;
}
.news-box li>a img{
	width: 100%;
	height: 100%;
}
.news-box li .news-c{
	float: left;
	width: 640px;
	margin-left: 40px;
}
.news-box li .news-c h4{
	margin: 25px 0 10px;
}
.news-box li .news-c h4 a{
	display: block;
	font-size: 16px;
	color: #333;
}
.news-box li .news-c h4 a:hover{
	text-decoration: underline;
	color: #e62129;
}
.news-box li .news-c p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.news-box li .time{
	width: 90px;
	float: right;
}
.news-box li .time span{
	display: block;
	font-size: 20px;
	color: #999999;
	margin-top: 25px;
}
.news-box li .time i{
	display: block;
	width: 50px;
	height: 28px;
	background: url(../images/ic.png) no-repeat center center;
	border-left: 1px solid #bebebe;
	margin-top: 40px;
}
/*新闻详情*/
.news-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 40px;
}
.news-tit h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.news-tit p{
	font-size: 14px;
	color: #999;
	text-align: center;
}
.news-tit p span{
	margin: 0 10px;
}
.news-xq-c p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 10px;
}
.news-xq-c img{
	width: 73%;
	margin: 30px auto;
}
.fw{
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #e7e7e7;
}
.fw>a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	background: url(../images/fh.png) no-repeat 22px center;
	margin-bottom: 20px;
}
.fw ul li{
	line-height: 26px;
	font-size: 14px;
}
.fw li a{
	color: #787878;
}
/*产品中心*/
.product a{
	display: block;
	float: left;
	width: 280px;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.product a img{
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product a:hover img{
	transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
}
.product a i{
	display: block;
	width: 38px;
	height: 1px;
	background-color: #828282;
	margin: 0 auto;
}
.product a h4{
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product a:nth-child(4n){
	margin-right: 0;
}
.product a ul li{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.product a span{
	display: block;
	width: 78px;
	height: 34px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	background-color: #b6b6b6;
	border-radius: 50px;
	color: #fff;
	margin-bottom: -34px;
	margin-top: 20px;
	font-family: '宋体';
}
.product a:hover span{
	background-color: #ed1b2c;
}
/* 案例中心 */
.case li{
	float: left;
	width: 285px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.case li:nth-child(4n){
	margin-right: 0;
}
.case li a{
	display: block;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
.case li span{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.case li img{
	width: 100%;
}
/* 荣誉客户 */
.customers li{
	float: left;
	width: 220px;
	margin: 0 25px 25px 0;
}
.customers li:nth-child(5n){
	margin-right: 0;
}
.customers li a{
	display: block;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.customers li a img{
	width: 100%;
	height: auto;
}
.customers li span{
	display: block;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 13px;
	color: #333;
}
/* 客户服务 */
.service-title h2{
	font-size: 22px;
    color: #333;
	text-align: center;
}
.service-title p{
	font-size: 14px;
    color: #999;
    text-transform: uppercase;
	text-align: center;
}
.service-text{
	margin-top: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
	color: #666;
	margin-bottom: 30px;
}
.service-lsit ul{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.service-lsit li{
	width: 380px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	padding: 40px 30px;
	box-sizing: border-box;
	text-align: center;
}
.service-lsit li img{
	margin: 0 auto;
}
.service-lsit li em{
	display: block;
	font-size: 16px;
    margin-top: 20px;
	font-weight: bold;
	color: #333;
}
.service-lsit li span{
	display: block;
	font-size: 16px;
    color: #999;
	margin-top: 10px;
}
/*联系我们*/
.contact-tit h2{
	font-size: 36px;
	color: #333;
}
.contact-tit{
	margin-bottom: 50px;
}
.contact-tit p{
	font-size: 14px;
	color: #888;
}
.contact-c div{
	width: 50%;
	float: left;
}
.contact-c div:first-child p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-c div:first-child p:nth-child(5){
	margin-top: 40px;
}
.contact-c div:first-child p a{
	color: #e62129;
}
.contact-c div:last-child li{
	float: right;
}
.contact-c div:last-child li em{
	float: left;
	border: 1px solid #ddd;
	width: 187px;
	height: 187px;
}
.contact-c div:last-child li em img{
	width: 100%;
	height: auto;
}
.contact-c div:last-child li i{
	float: left;
}
.contact-c div:last-child li{
	margin-left: 50px;
}
.contact-c div:last-child li i{
	margin-left: 10px;
}
.contact-c div:last-child{
	margin-top: 60px;
}
.map{
	margin-top: 60px;
	border: 1px solid #ddd;
	height: 450px;
}
/* .map img{
	width: 100%;
	height: auto;
} */
.contact-ly{
	margin-top: 90px;
}
.contact-ly h2{
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}
.ly-box{
	padding: 50px;
	background-color: #ededed;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #666;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 46px;
	height: 46px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #e62129;
	margin-left: 22px;
	margin-top: 10px;
}
/* 加入我们 */
.join-box h3{
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.join-title{
	margin-bottom: 30px;
}
.join-title div{
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}
.invite-box{
	margin-top:20px;
}
.invite{
	border: 1px solid #eae9e9;
	border-bottom: none;
}
.invite:last-child{
	border-bottom: 1px solid #eae9e9;
}
.invite-tab{
	padding: 0 20px;
	background-color: #e62129;
}
.invite-tab li{
	float: left;
	width: 25%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
}
.invite h4{
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../images/bottom.jpg) no-repeat 97% center;
	padding: 0 20px;
}
.invite h4.active{
	background-image: url(../images/top.png);
	border-bottom: 1px solid #eae9e9;
	color: #e62129;
}
.invite h4:hover{
	color: #e62129;
}
.invite h4 span{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	width: 25%;
}
.invite div{
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}
.invite div div{
	padding: 0;
}
.invite div h5{
	font-size: 18px;
	color: #333;
}
.invite div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.talents-zp h2{
	font-size: 24px;
	color: #454545;
	text-align: center;
}
.talents-zp{
	margin-bottom: 80px;
}