@charset "utf-8";

/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
}

.header_bs {
	box-shadow: rgb(51, 51, 51) 0px -4px 8px;
}

.header {
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 46px;
	float: left;
	width: 200px;
	background: url(logo.png) no-repeat;
	background-size: cover;
	margin-top: 18.5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	margin: 0 25px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 16px;
	position: relative;
	color: #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: 0;
}

.header .nav li a b {
	display: block;
	width: 0;
	height: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 22%;
	background: #3184d0;
	z-index: 0;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 100%;
}
.header_white.header .nav li a b{
	background: #fff;
}
.header_white.active .header .nav li a.on b {
	background: #3184d0;
}

.changge_language a {
	float: right;
	color: #000;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #000;
	display: block;
	margin-top: 29px;
	margin-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.changge_language a.a_scroll {
	color: #000;
	border-color: #000;
}

.changge_language a:hover {
	background: #3184d0;
	color: #fff;
	border-color: #3184d0;
}

.header_white .logo{
	background: url(logo02.png) no-repeat;
	background-size: cover;
}
.header_white.active .logo{
	background: url(logo.png) no-repeat;
	background-size: cover;
	width: 150px;
	height: 47px;
}
.header_white .header .nav li a,
.header_white .changge_language a{
	color: #fff;
	border-color: #fff;
}
.header_white.active .changge_language a:hover,
.header_bk .changge_language a:hover{
	color: #fff;
	border-color: #3184d0;
}

.header_bk.active{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
}
.header_bk.active .header{
	height: 80px;
}
.header_bk.active .header .logo{
	margin-top: 12px;
	width: 200px;
	height: 46px;
	
}
.header_bk.active .header .nav li a{
	color: #000;
	height: 80px;
	line-height: 80px;
}
.header_bk.active .changge_language a{
	margin-top: 23px;
	color: #000;
	border-color: #000;
}

/*flash*/

.banner-subject{
	width: 100%;
}
.banner-slide a{
	display: block;
	width: 100%;
	height: 976px;
	background-position: center;
	background-size: cover;
}

.banner-next,.banner-prev{
	position: absolute;
	top: 50%;
    width: 60px;
    height: 60px;
	z-index: 20;
	background-image: url(ad_ctr.png);
    background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 1;
}
.banner-prev{
	left: 60px;
	background-position: 0 0;
}
.banner-next{
	right: 60px;
	background-position: 0 -60px; 
}
.banner-subject .banner-pagination{
	position: absolute;
	left: 0;
	z-index: 19;
	display: block;
	width: 100%;
	text-align: center;
}
.banner-subject .banner-pagination{
	bottom: 20px;
}
.banner-pagination span{
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #fff;
}
.banner-pagination span.swiper-pagination-bullet-active{
	width: 30px;
	background-color: #fff;
}
@media screen and (max-width:1680px) {
	.banner-slide a{
		height: 854px;
	}
	.banner-next,.banner-prev{
		width: 55px;
		height: 55px;
		background-size: 100% auto;
	}
	.banner-next{
	    background-position: 0 -55px; 
	}
}
@media screen and (max-width:1440px) {
	.banner-slide a{
		height: 740px;
	}
	.banner-next,.banner-prev{
		width: 50px;
		height: 50px;
		background-size: 100% auto;
	}
	.banner-next{
	    background-position: 0 -50px; 
	}
}

/******首页******/
.home_product{
	background-color: #f8f8f8;
}
.home_product .swiper-slide{
	width: 1600px;
	border-radius: 20px;
	overflow: hidden;
	transform: scale(0.82,0.82);
}
.home_product .swiper-slide.swiper-slide-active{
	transform: scale(1,1);
}
.product-prev,.product-next,.news-prev,.news-next,.vi-prev,.vi-next,.honor-prev,.honor-next,.dealer-prev,.dealer-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
	z-index: 50;
	box-shadow: 0 0 30px rgba(0,0,0,.15);

}
.product-prev{
	left: -30px;
	background-image: url(ab_prv.png);
}
.product-next{
	right: -30px;
	background-image: url(ab_next.png);
}
.news-prev,.vi-prev,.honor-prev,.dealer-prev{
	left: -80px;
	background-image: url(ab_prv.png);
}
.news-next,.vi-next,.honor-next,.dealer-next{
	right: -80px;
	background-image: url(ab_next.png);
}
.product-prev:hover,.product-next:hover,.news-prev:hover,.vi-prev:hover,.news-next:hover,
.vi-next:hover,.honor-prev:hover,.honor-next:hover,.dealer-prev:hover,.dealer-next:hover{
	background-color: #3184d0;
	background-position: bottom;
}
.home_product .product-pagination{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 25;
}
.home_product .product-pagination span{
	cursor: pointer;
}
.home_product .product-pagination span.swiper-pagination-bullet-active{
	background-color: #3184d0;
}


.home_pro {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.home_pro_kill{
	width: 49.4%;
	float: left;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.home_pro_ser{
	width: 49.4%;
	float: right;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}



.home_pro_kill:hover,.home_pro_ser:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.15);
}





.home_join{
	height: 816px;
	position: relative;
	background: url(../images/home_join.jpg) center no-repeat;
}
.home_join_t{
	position: absolute;
	right: 0;
	top: 260px;
}


.home_join_t h2{
	font-size: 52px;
	color: #fff;
	margin-bottom: 15px;
}
.home_join_t p{
	font-size: 28px;
	margin-bottom: 45px;
	color: #fff;
}
.home_join_t span{
	font-size: 20px;
	color: #02408b;
	background: #ffffff;
	border-radius: 50px;
	padding: 10px 40px;
}


.join_banner h2{
	font-size: 50px;
	color: #fff;
}
.join_banner p{
	font-size: 28px;
	color: #fff;
}


.home_join a{
	display: block;
	width: 100%;
	height: 100%;
}


.home_about_text ul{
	border-bottom: 1px solid #e6e4e4;
}
.home_about_text ul li{
	float: left;
	width: 25%;
	padding: 3.5% 0;
	text-align: center;
}
.home_about_text ul li h3{
	font-family: 'US101';
	font-size: 80px;
	color: #000;
}
.home_about_text ul li span{
	font-weight: normal;
	font-size: 25px;
}
.home_about_text ul li em{
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	vertical-align: text-top;
}
.home_about_text ul li p{
	font-size: 16px;
}

.home_news .news_img{
	width: 100%;
}
.home_news .news_img span{
	display: block;
	width: 100%;
	padding-bottom: 52%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home_news .news_text{
	position: relative;
	z-index: 10;
	margin: -8% auto 15px;
	width: 86%;
	padding: 5%;
	margin-bottom: 30px;
	background-color: #fff;
}
.home_news .news_text h3{
	font-size: 20px;
	line-height: 2;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.home_news .news_text p{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	height: 50px;
	color: #999;
	overflow: hidden;
	margin-bottom: 15px;
}
.home_news .news_text i{
	display: block;
	width: 100%;
	height: 1px;
	margin: 2% 0 4%;
	background-color: #e7e5e6;
}
.home_news .news_text time{
	font-size: 20px;
	color: #000;
}
.home_news a:hover .news_img span{
	transform: scale(1.05,1.05);
}
.home_news a:hover .news_text{
	box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.foot{
	background:#3184d0 url(../images/footbg.jpg) no-repeat right bottom;
	background-size:100%;
}
.foot .fl{
	width: 65%;
    padding: 90px 0 0;
}
.foot .fl div{
	float: left;
	    line-height: 2;
}
.foot .fl .fl_2{
	margin-left: 70px;
}
.foot .fl .fl_3{
	width: 120px;
	float: right;
	text-align: center;
}
.foot .fl .toot_copy{
	width: 100%;	
	line-height: 60px;
	height: 60px;
	margin-top: 70px;
	color: #fff;
	border-top: 1px solid #315691;
}



.foot p{
	font-size: 18px;
	line-height: 2;
	color: #d0d0d0;
}
.foot span{
	font-size: 16px;
	line-height: 1;
	display: block;
	margin-top: 15px;
	color: #d0d0d0;
}
.foot h3{
	font-size: 30px;
	color: #fff;
}

.foot h4{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
}
.toot_copy{
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	background: #3184d0;
}
.toot_copy a{
	float: right;
	color: #fff;
}

.web_banner{
	width: 100%;
	height: 660px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/******9499威尼斯安卓版*******/
.about_desc img{
	margin-left: 6%;
	width: 45.5%;
}
.about_desc h3{
	font-size: 40px;
	line-height: 2;
	color: #000;
	margin-bottom: 15px;
}
.about_desc p{
	font-size: 18px;
	line-height: 1.8;
}
.ab_img{
	margin-top: 60px;
	display: block;
}

.ab_img img{
	width: 100%;
}

.ab_img p{
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
.honor{
	padding-top: 25px;
	height: 717px;
	background: url(../images/honor.jpg) center center/cover no-repeat;
}

.about_title{
	padding-bottom: 45px;
}
.about_title h2{
	font-family: 'US101';
	font-size: 60px;
	color: #000;
}
.about_title p{
	font-size: 30px;
	color: #6d6d6d;
}

.title{
		margin-bottom: 25px;
		overflow: hidden;
		display: block;
}
.title h2{
	font-size: 40px;
	color: #000;
	margin-bottom: 15px;
}
.title p{
	font-size: 20px;
	color: #6d6d6d;
}

.honor_text{
	width: 32.5%;
	margin-top: 5.5%;
}
.procedures_text h3{
	font-size: 50px;
	line-height: 2;
	color: #000;
	margin-bottom: 10px;
}

.production_text h3{
	font-size: 40px;
	line-height: 2;
	color: #000;
	margin-bottom: 10px;
}

.honor_text h3{
	font-size: 40px;
	line-height: 2;
	color: #fff;
	margin-bottom: 10px;
}
.honor_text p{
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}
.production_text p,.procedures_text p{
	font-size: 18px;
	line-height: 1.8;
}
.honor_img{
	width: 64%;
}

.production{
	background: #f5f5f5;
}

.production_left{
	width: 36.4%;
	padding-top: 4%;
}
.production_img{
	width: 50.9%;
}
.culture{
	padding: 100px 0;
}
.culture ul li{
	float: left;
	width: calc(91%/3);
	margin-right: 4.5%;
	border-radius: 8px;
	overflow: hidden;
}
.culture ul li:last-child,.environment ul li:last-child{
	margin-right: 0;
}
.culture ul li .culture_text{
	padding: 4% 0;
}
.culture ul li:nth-child(1) .culture_text{
	background-color: #bc6367;
}
.culture ul li:nth-child(2) .culture_text{
	background-color: #f1975b;
}
.culture ul li:nth-child(3) .culture_text{
	background-color: #5bb4d2;
}
.culture_text h3{
	font-size: 30px;
}
.culture_text p{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
}
.environment{
	background: url(../images/environment_bg.jpg.html) center top no-repeat;
}
.environment_left,.environment_right{
	width: 49.5%;
	margin-bottom: 1%;
}
.environment ul{
	width: 100%;
}
.environment ul li{
	float: left;
	width: calc(97%/4);
	margin-right: 1%;
}


/******加盟******/
.join_banner{
	height: 941px;
	position: relative;
	background: url(../images/join_banner.jpg) center top no-repeat;
	background-size: cover;
}
.join_banner .home_join_t {
	top: 340px;
}

.advantage{
	background: url(../images/join_advantage.jpg) center top no-repeat ;
	background-size: cover;
}
.advantage img{
	width: 100%;
	margin-bottom: 100px;
}

.advantage ul li{
	float: left;
	width: calc(86.5%/4);
	margin-right: 4.5%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
}
.advantage ul li:last-child{
	margin-right: 0;
}
.advantage_text{
	padding: 25px;
	text-align: center;
	background-color: #fff;
}
.advantage_text h3{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000;
}
.advantage_text  p{
	font-size: 16px;
	line-height: 1.8;
	color: #646464;
	height: 95px;
}


.procedures{
	overflow: hidden;
	background: url(../images/procedures.jpg) bottom center no-repeat #5bb4d2;
	background-size: cover;
	height: 780px;
}


.procedures_img{
	width: 52%;
	margin-right: -2%;
}
.procedures_text{
	width: 40%;
	padding-top: 8%;
}
.procedures_text img.procedures_title{
	width: 68%;
	margin-bottom: 25px;
}
.procedures_text p{
	margin-bottom: 25%;
}
.procedures_text .procedures_left{
	width: 80%;
}

.join_03 {
	overflow: hidden;
	background: url(../images/join_03.jpg) bottom center no-repeat ;
	background-size: cover;
	height: 849px;
}
.join_03 .after_sale_text{
	padding-top: 30%
}
.join_03 .after_sale_right{
	width:28%;
}
.join_03 .after_sale_text h3,.join_06 h2,
.join_03 .after_sale_text p,.join_06 p,
.join_03 .after_sale_text h2{
	color: #fff;
}
.join_04 {
	overflow: hidden;
	background: url(../images/join_04.jpg) bottom center no-repeat ;
	background-size: cover;
	height: 770px;
}
.join_05 {
	overflow: hidden;
	background: url(../images/join_05.jpg) bottom center no-repeat ;
	background-size: cover;
	height: 841px;
}
.join_06 {
	overflow: hidden;
	background: url(../images/join_06.jpg) bottom center no-repeat ;
	background-size: cover;
	height: 838px;
}

.after_sale{
	padding: 60px 0;
	background: url(../images/after_sale.jpg.html) center center/cover no-repeat;
}
.after_sale_right{
	width: 30%;
}
.after_sale_text h2{
	font-size: 50px;
	color: #000;
	line-height: 1.3;
}
.after_sale_text h3{
	font-size: 38px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 4%;
}
.after_sale_text p{
	font-size: 16px;
	line-height: 2;
}
.dealer_display .swiper-slide{
	padding: 15px;
}
.dealer_display a{
	display: block;
	padding: 12px 12px 0;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.dealer_display a .dealer_img span{
	display: block;
	width: 100%;
	padding-bottom: 67%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dealer_display a h3{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 3;
}





.padding_top{
	padding-top: 110px;
}



/*****产品展示*****/




.product_serach{
	padding-bottom: 50px;
}
.product_serach h3{
	font-size: 50px;
	margin-bottom: 25px;
	color: #000;
	font-weight: normal;
}
.product_serach form{
	display: block;
	width: 41.4%;
	padding: 5px;
	margin: 0 auto;
	border-radius: 60px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.product_serach input[type="text"]{
	width: calc(100% - 107px);
	line-height: 50px;
	padding: 0 30px;
}
.product_serach input[type="submit"]{
	width: 100px;
	height: 50px;
	border-radius: 60px;
	background: url(search_icon.png) center no-repeat #535353;
	    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_serach input[type="submit"]:hover{
	background-color: #3184d0;
	    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product-box{
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.product-box-img{
	width: 100%;
}
.product-box-info{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right:40px;
	width: 34%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f98e5e;
	box-sizing: border-box;
	padding: 80px 80px;
	border-radius: 20px;
}



.product-box-desc h2{
	font-size: 46px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
}
.product-box-desc i img{
	width: 80px;
	margin-bottom: 15px;
}

.product-box-desc h3{
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	line-height: 2;
	margin-bottom: 35px;
}

.product-box-desc .more {
    display: block;
    width: 175px;
    line-height: 50px;
    text-align: center;
    color: #f98e5e;
    background-color: #fff;
    border-radius: 30px;
}
.product-box-desc .more:hover {
    box-shadow: 0 20px 30px -15px rgba(0,0,0,.25);
    transform: translateY(-5px);
}








.recom_title{
	margin-bottom: 50px;
}
.recom_title h2{
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	color: #000;
}
.recom_title h2 span{
	font-size: 20px;
	color: #878787;
}
.recomlist ul li{
	position: relative;
	float: left;
	width: calc(94%/4);
	margin: 0 2% 1.5% 0;
	text-align: center;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.recomlist ul li:nth-child(4n){
	margin-right: 0;
}
.recomlist ul li a{
	display: block;
	padding-bottom: 20px;
}
.recomlist ul li .img{
	margin-bottom: 20px;
	overflow: hidden;
}

.recomlist ul li h2{
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	padding-bottom: 5px;
	color: #000;
}
.recomlist ul li p{
	color: #9d9d9d;
	font-size: 15px;
}
.recomlist ul li:hover{
	border-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.recomlist ul li:hover img{
	transform: scale(1.05,1.05);
}

.recomlist ul li:hover h2{
	color: #0f3066;
}
.recomlist ul li em{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px 10px;
	border: 1px solid #f32b2b;
	border-radius: 35px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	background-color: #f32b2b;
}






















.product_tab{
	margin-bottom: 50px;
}
.product_tab ul li{
	float: left;
	width: calc(95%/2);
	margin-right: 5%;
}
.product_tab ul li img{
	width: 100%;
}


.product_tab ul li:last-child{
	margin-right: 0;
}
.product_tab ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 25px 35px -18px rgba(0,0,0,.25);
}

.pro_title{
	padding-bottom: 40px;
}
.pro_title h3{
	font-family: arial;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}
.pro_title p{
	font-size: 20px;
	color: #000;
}

.pro_type ul{
	margin-bottom: 45px;
}
.pro_type ul li{
	position: relative;
	float: left;
	width: calc((100% - 20px)/5);
	text-align: center;
	border: 1px solid #e5e5e5;
	margin: 0 5px 5px 0;
}
.pro_type ul li a{
	display: block;
	padding: 8% 0;
}
.pro_type ul li:nth-child(5n){
	margin-right: 0;
}
.pro_type ul li img{
	width: 45%;
}
.pro_type ul li h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.pro_type ul li p{
	font-size: 14px;
	line-height: 2;
	color: #999;
}
.pro_type ul li em{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 5px;
	background-color: #3184d0;
}
.pro_type ul li:hover img{
	transform: rotateY(180deg);
}
.pro_type ul li:hover em{
	width: 100%;
}


.searchbox {
    width: 390px;
	overflow: hidden;
}
.searchbox input[type="text"] {
    float: left;
    width: calc(100% - 70px);
    padding: 0 20px;
    line-height: 42px;
    box-sizing: border-box;
}
.searchbox div input[type="submit"] {
	float: left;
    width: 70px;
    height: 42px;
    background: none;
    border: 0;
    cursor: pointer;
	background: url(search_icon.png) center no-repeat #3184d0;
}

.pro-menu{
	padding-bottom: 30px;
}
.pro-menu > ul > li {
	position: relative;
	float: left;
	margin-right: 8px;
}
.pro-menu > ul > li > a {
	display: block;
	padding: 0 25px;
	font-size: 16px;
	line-height: 42px;
	background-color: #fff;
}
.pro-menu > ul > li > a:hover,
.pro-menu > ul > li > a.on{
	color: #fff;
	background-color: #3184d0;
}
.pro-menu-down{
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
}
.pro-menu-down a{
    display: block;
    padding: 0 12px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
}
.pro-menu-down a:hover,
.pro-menu-down a.on {
    background-color: #202020;
}
.pro-menu > ul > li:hover .pro-menu-down{
	opacity: 1;
	visibility: visible;
}

.pro-list ul li{
	position: relative;
	float: left;
	width: calc(97%/4);
	margin: 0 1% 1% 0;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.pro-list ul li a{
	display: block;
	padding-bottom: 15px;
}
.pro-list ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list ul li:hover{
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.pro-list ul li:hover img{
	    transform: scale(1.05,1.05);
}

.pro-list ul li .img{
	width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
}
.pro-list ul li .img img{
	width: 100%;
    margin: 0 auto;
}
.pro-list ul li em{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #3184d0;
}
.pro-list ul li p{
	font-size: 16px;
	line-height: 1;
	color: #848484;
	margin-bottom: 15px;
}
.pro-list ul li h2{
	color: #000;
	font-weight: normal;
	font-size: 22px;
	line-height: 2;
}



/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #3184d0;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding: 30px 0;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}





/*video*/
.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -40px;
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.pro_video:hover .video_img{
	opacity: .9;
}

.pro_video{
	background-color: #000;
}

.pro-mext{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 50px;
}
.pro-mext a{
	margin: 0 8px;
}
.pro-mext a:hover{
	color: #3184d0;
	text-decoration: underline;
}



/* 产品内页 */
.product-left {
    width: 30%;
    height: auto;
}
.product-left .product-img {
    border: 1px solid #d5d5d5;
}
.product-left .product-img img{
	width: 100%;
}
.product-left .swiper-pagination{
	padding: 0 20px;
	text-align: left;
	bottom: 15px;
}
.product-left .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #3184d0;
}
.product-info{
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product-info h2{
	color: #000;
	font: bold 28px/1.5 "arial";
}
.product-info p{
	font: 18px/1.5 "微软雅黑";
	color: #666;
}
.product-desc{
	padding: 35px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product-desc h2,
.product-recom h2 {
	margin-bottom: 20px;
	font: 24px/1 '微软雅黑';
	color: #000;
}
.product-desc ul li{
	font-size: 16px;
	line-height: 1.8;
	font-family: arial,'微软雅黑';
	color: #999;
}
.product-recom{
	padding-top: 30px;
}
.product-recom ul li{
	width: 100%;
	margin-bottom: 12px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.product-recom ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.product-recom ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.product-recom ul li em{
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #f32b2b;
	transform: translateY(-50%);
}
.product-recom ul li a .img {
    width: 160px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.product-recom ul li a .text{
	float: left;
	width: calc(100% - 230px);
	padding-top: 30px;
}
.product-recom ul li a .text h3{
	font-size: 24px;
	line-height: 2;
	color: #000;
	width: 70%;
}
.product-recom ul li a .text p{
	color: #adadad;
	font-size: 18px;
}
.product-right{
	width: 66%;
	padding: 3%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.product-detailed {
	min-height: 700px;
	text-align: center;
}
.product-detailed img{
	width: auto;
	max-width: 100%;
}
@media screen and (max-width:1440px) {
	.product-info h2{
		font-size: 22px;
	}
	.product-info p{
		font-size: 15px;
	}
	.product-desc h2, .product-recom h2{
		font-size: 20px;
	}
	.product-desc ul li{
		font-size: 14px;
		color: #666;
	}
	.product-recom ul li a{
		padding: 8px;
	}
	.product-recom ul li a .img{
		width: 90px;
		margin-right: 15px;
	}
	.product-recom ul li a .text {
		padding-top: 20px;
	}
	.product-recom ul li a .text h3,
	.product-recom ul li a .text p{
		font-size: 14px;
	}
}





/*******创新技术********/
.skill_title{
	margin: 60px 0;
}
.skill_title h3{
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
	color: #646464;
}
.skill_title p{
	font-size: 18px;
	line-height: 2;
	color: #646464;
}

.s_list ul li{
	float: left;
	width: calc(86.5%/4);
	border-radius: 10px;
	overflow: hidden;
	margin-right: 4.5%;
	box-shadow: 8px 5px 25px -6px rgba(0,0,0,.25);
}
.s_list ul li img{
	width: 100%;
}
.s_list ul li:last-child{
	margin-right: 0;
}
.s_list ul li .text{
	padding: 20px 30px;
}
.s_list ul li .text h3{
	font-size: 24px;
	color: #000;
	line-height: 2.5;
	font-weight: normal;
	text-align: center;
}
.s_list ul li .text p{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

.skill_list ul li{
	float: left;
	width: calc(90.5%/3);
	border-radius: 20px;
	overflow: hidden;
	margin-right: 4.5%;
	margin-bottom: 4.5%;
	box-shadow: 8px 5px 25px -6px rgba(0,0,0,.18);
}

.skill_list ul li:nth-child(3n) {
    margin-right: 0;
}
.skill_list ul li img{
	width: 100%;
}
.skill_list ul li:last-child{
	margin-right: 0;
}
.skill_list ul li .text{
	padding: 20px;
}
.skill_list ul li .text h3{
	font-size: 20px;
	color: #333;
	line-height: 2.5;
	font-weight: normal;
	text-align: center;
}
.skill_list ul li .text p{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}


/******品质服务*******/

.idea_text{
	height: 258px;
}
.maintenance ul li{
	padding: 4%;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 20px;
}
.maintenance ul li:last-child{
	margin-bottom: 0;
}
.maintenance ul li h3{
	font-size: 18px;
	color: #000;
	line-height: 2;
	margin-bottom: 8px;
	font-weight: normal;
}
.maintenance ul li p{
	font-size: 14px;
	line-height: 2;
	color: #666;
}

/*联系我们*/
.contact_box{
	padding: 4%;
	background: url(../images/contact_bg.jpg) center center/cover no-repeat;
}
.contact_desc{
	width: 33%;
}
.contact_desc h2{
	font-size: 30px;
	line-height: 2;
	color: #000;
}
.contact_desc p{
	font-size: 16px;
	line-height: 2;
}
.contact_desc h3{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
}
.contact_qrcode{
	display: -webkit-flex;
	display: flex;
	margin-top: 40px;
}
.contact_qrcode div{
	width: 130px;
	margin-right: 20px;
}
.contact_qrcode div span{
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
}
.contact_msg{
	width: 62%;
}
.msg_name,.msg_email,.msg_tel{
	position: relative;
	margin-bottom: 25px;
}
.contact_msg em{
	position: absolute;
	top: 16px;
	right: 5px;
	font-size: 14px;
	font-style: normal;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: #006600;
}
.msg_content{
	margin-bottom: 30px;
}
.contact_msg input[type="text"]{
	width: 100%;
	padding: 0 5px;
	line-height: 50px;
	background: none;
	border-bottom: 1px solid #d8d8d8 ;
}
.contact_msg textarea{
	width: 100%;
	padding: 0 5px;
	line-height: 30px;
	height: 120px;
	border-bottom: 1px solid #d8d8d8 ;
	background: none;
}
.contact_msg input[type="submit"]{
	width: 185px;
	line-height: 50px;
	border-radius: 35px;
	text-align: center;
	border: 2px solid #ccc;
	background: none;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.contact_msg .submit:hover{
	color: #fff;
	border: 2px solid #3184d0;
	background-color: #3184d0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

/*****新闻列表*****/

.newslist ol li{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.newslist ol li:nth-child(3n){
	margin-right: 0;
}
.newslist ol li a{
	display: block;
}
.newslist ol li .img{
	width: 100%;
	overflow: hidden;
}
.newslist ol li .img span{
	display: block;
	width: 100%;
	padding-bottom: 59%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newslist ol li .text{
	padding: 7%;
}
.newslist ol li h3{
	margin-bottom: 10px;
	font: 22px/1.5 '微软雅黑';
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist ol li p{
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	margin-bottom: 15px;
}
.newslist ol li .time{
	font-size: 14px;
	color: #d0d0d0;
}
.newslist ol li:hover{
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
}
.newslist ol li:hover h3{
	color: #0f3066;
}
.newslist ol li:hover .img span{
	transform: scale(1.05,1.05);
}


/******新闻内页******/


.news-show-left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news-show-left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
	color: #000;
}
.news-info{
	padding-bottom: 25px;
	line-height: 30px;
	color: #999;
}
.news-info a{
	display: block;
	width: 150px;
	padding: 5px 10px;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}
.news-info a:hover{
	background: #3184d0;
}
.news-content{
	float: right;
	width: 70%;
	min-height: 800px;
	font-size: 16px;
	padding: 30px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news-show-content p {
	margin-bottom: 10px;
}


/******套间*******/
.room_list li{
	float: left;
	width: calc(95%/2);
	margin: 0 5% 2.5% 0;
}
.room_list li:nth-child(2n){
	margin-right: 0;
}
.room_list li .room_img{
	width: 100%;
	overflow: hidden;
}
.room_list li .room_img span{
	display: block;
	padding-bottom: 68%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.room_list li h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 3;
	color: #000;
	text-align: center;
	background-color: #fff;
}
.room_list li:hover{
	transform: translateY(-5px);
	box-shadow: 0 25px 30px -15px rgba(0,0,0,.15);
}
.room_list li:hover span{
	transform: scale(1.05,1.05);
}

/****套间内页****/
.room_show{
	width: 65%;
}
.room_text{
	width: 32%;
	padding: 4%;
	background-color: #fff;
}
.room_text h2{
	font-size: 30px;
	line-height: 1.5;
	color: #000;
	font-weight: normal;
}
.room_text h3{
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
.room_text p{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 90px;
}
.room_text a{
	display: block;
	width: 180px;
	line-height: 50px;
	border-radius: 30px;
	text-align: center;
	background-color: #999;
	cursor: pointer;
	border: 2px solid #3184d0;
	background-color: #fff;
}
.room_text a:hover{
	color: #fff;
	background-color: #3184d0;
}
.room_title{
	clear: both;
	padding: 40px 0;
}
.room_title h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.room-recom li{
	float: left;
	width: calc(94%/4);
	margin: 0 2% 1% 0;
	background-color: #fff;
}
.room-recom li:nth-child(4n){
	margin-right: 0;
}
.room-recom li h3{
	text-align: center;
	font-weight: normal;
	line-height: 3;
}
.room-recom li img{
	width: 100%;
}
.room-recom li:hover{
	transform: translateY(-5px);
	box-shadow: 0 25px 30px -25px rgba(0,0,0,.15);
}



@media screen and (max-width:1680px) {
	.cn_flexslider .slides .img, .cn_flexslider .slides li, #banner, .pro-switch, .cn_pro-switch {
		height: 854px;
	}
	.header .nav li a{
		margin: 0 22px;
	}
	.home_product .swiper-slide{
		width: 1250px;
	}
	.product-prev,.product-next,.news-prev,.news-next,.vi-prev,.vi-next,.honor-prev,.honor-next,.dealer-prev,.dealer-next{
		width: 55px;
		height: 55px;
	}
	.product-prev{
		left: -28px;
	}
	.product-next{
		right: -28px;
	}
	.news-prev,.vi-prev,.honor-prev,.dealer-prev{
		left: -75px;
	}
	.news-next,.vi-next,.honor-next,.dealer-next{
		right: -75px;
	}
	.home_join{
		height: 925px;
		background-size: 1680px auto;
	}
	
	.procedures{
		height: 683px;
	}
	.join_03{
		height: 655px;
	}
	.join_04{
		height: 655px;
	}
	.join_05{
		height: 736px;
	}
	.join_06{
		height: 733px;
	}
	.home_join h2,.join_banner h2{
		font-size: 50px;
	}
	.home_join p,.join_banner p{
		font-size: 24px;
	}
	.home_about_text ul li h3{
		font-size: 70px;
	}
	.home_about_text ul li span{
		font-size: 22.5px;
	}
	.home_about_text ul li em{
		font-size: 42px;
	}
	.home_about_text ul li p,.foot span,.toot_copy,.s_list ul li .text p{
		font-size: 15px;
	}
	.home_news .news_text h3,.home_news .news_text time,.advantage_text h3,.s_list ul li .text h3{
		font-size: 20px;
	}
	.home_news .news_text p{
		font-size: 15px;
		line-height: 28px;
		height: 56px;
	}
	.foot p,.pro_title p{
		font-size: 18px;
	}
	.foot h4{
		font-size: 29px;
	}
	.web_banner{
		height: 578px;
	}
	.about_desc h3{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.about_desc p{
		line-height: 1.7;
	}
	.honor{
		height: 627px;
	}
	.about_title h2{
		font-size: 55px;
	}
	.about_title p,.culture_text h3,.pro_title h3{
		font-size: 27px;
	}
	.honor_text h3,.production_text h3,.procedures_text h3{
		font-size: 42px;
	}
	.honor_text p,.production_text p,.procedures_text p,.pro_type ul li p,.newslist ol li p{
		font-size: 16px;
		line-height: 28px;
	}
	.culture_text p,.agency_right p,.dealer_display a h3,.product_serach p{
		font-size: 16px;
	}
	.culture,.environment,.join_banner{
		background-size: 1680px auto;
	}
	.join_banner{
		height: 823px;
	}
	.advantage_text p{
		font-size: 15px;
		height: 85px;
	}
	.agency_right h3{
		font-size: 23px;
	}
	.agency_01,.agency_02,.after_sale_text p,.pro_type ul li h3{
		margin-bottom: 15px;
	}
	.after_sale_text h2,.product_serach h3,.skill_title h3{
		font-size: 42px;
	}
	.after_sale_text h3{
		font-size: 34px;
	}
	.product_serach input[type="text"]{
		line-height: 46px;
	}
	.product_serach input[type="submit"]{
		height: 46px;
	}

	.idea_text{
		height: 298px;
	}
	.newslist ol li h3{
		font-size: 20px;
	}
	.product-box-info{
	padding: 60px 80px;}
	
	.product-box-desc h2{
		font-size: 42px;
		line-height: 1.3;
	}
	.product-box-desc h3{
		font-size: 20px;
	}
	
	.product-box-desc .more {
	    display: block;
	    width: 170px;
	}
	
	
	
	
}

@media screen and (max-width:1440px) {
	.cn_flexslider .slides .img, .cn_flexslider .slides li, #banner, .pro-switch, .cn_pro-switch {
		height: 740px;
	}
	.header .nav li a{
		margin: 0 20px;
	}
	.home_product .swiper-slide{
		width: 1100px;
	}
	.product-prev,.product-next,.news-prev,.news-next,.vi-prev,.vi-next,.honor-prev,.honor-next,.dealer-prev,.dealer-next{
		width: 50px;
		height: 50px;
	}
	.product-prev{
		left: -25px;
	}
	.product-next{
		right: -25px;
	}
	.news-prev,.vi-prev,.honor-prev,.dealer-prev{
		left: -70px;
	}
	.news-next,.vi-next,.honor-next,.dealer-next{
		right: -70px;
	}
	.home_join{
		height: 853px;
		background-size: 1680px auto;
	}
	.home_join h2,.join_banner h2{
		font-size: 46px;
	}
	.home_join p,.join_banner p{
		font-size: 22px;
	}
	.home_about_text ul li h3{
		font-size: 60px;
	}
	.home_about_text ul li span{
		font-size: 20px;
	}
	.home_about_text ul li em{
		font-size: 38px;
	}
	.home_about_text ul li p,.foot span,.toot_copy,.s_list ul li .text p{
		font-size: 14px;
	}
	.home_news .news_text h3,.home_news .news_text time,.advantage_text h3,.s_list ul li .text h3{
		font-size: 18px;
	}
	.home_news .news_text p{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.foot p,.pro_title p{
		font-size: 16px;
	}
	.foot h4{
		font-size: 26px;
	}
	.web_banner{
		height: 495px;
	}
	.about_desc h3{
		font-size: 32px;
		margin-bottom: 5px;
	}
	.about_desc p{
		line-height: 1.6;
	}
	.honor{
		height: 538px;
	}
	.about_title h2{
		font-size: 50px;
	}
	.about_title p,.culture_text h3,.pro_title h3{
		font-size: 28px;
	}
	.honor_text h3,.production_text h3,.procedures_text h3{
		font-size: 28px;
	}
	.honor_text p,.production_text p,.procedures_text p,.pro_type ul li p,.newslist ol li p{
		font-size: 14px;
	}
	.culture_text p,.agency_right p,.after_sale_text p,.dealer_display a h3,.pro_type ul li h3,.product_serach p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.culture,.environment,.join_banner{
		background-size: 1440px auto;
	}
	.join_banner{
		height: 705px;
	}
	.procedures{
		height: 586px;
	}
	.join_03{
		height: 680px;
	}
	.join_04{
		height: 578px;
	}
	.join_05{
		height: 631px;
	}
	.join_06{
		height: 629px;
	}
	.advantage_text p{
		font-size: 14px;
		height: 75px;
	}
	.agency_right h3{
		font-size: 20px;
	}
	.agency_01,.agency_02{
		margin-bottom: 9px;
	}
	.after_sale_text h2,.product_serach h3,.skill_title h3{
		font-size: 38px;
	}
	.after_sale_text h3{
		font-size: 30px;
	}
	.product_serach input[type="text"]{
		line-height: 42px;
	}
	.product_serach input[type="submit"]{
		height: 42px;
	}
	.skill_text{
		height: 190px;
	}
	.idea_text{
		height: 260px;
	}
	.searchbox{
		width: 300px;
	}
	.searchbox input[type="text"]{
		width: calc(100% - 60px);
	}
	.searchbox div {
		width: 60px;
	}
	.pro-title{
		font-size: 26px;
	}
	.pro-menu > ul > li > a{
		font-size: 14px;
		padding: 0 20px;
	}
	.pro-menu-down a{
		font-size: 12px;
		line-height: 35px;
	}
	.pro-list ul li p{
		font-size: 13px;
		line-height: 1.5;
	}
	.pro-list ul li h2{
		font-size: 15px;
		line-height: 1.5;
	}
	.newslist ol li h3{
		font-size: 18px;
	}
	.product-box-info{
	padding: 55px 80px;}
	
	.product-box-desc h2{
		font-size: 36px;
		line-height: 1.3;
	}
	.product-box-desc h3{
		font-size: 16px;
	}
	
	.product-box-desc .more {
	    display: block;
	    width: 150px;
	}
}


