.header{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	  -webkit-align-items: center;
	 align-items: center;
	width: 100%;
	margin: 0 auto;
	padding-left: 60px;
	box-shadow: 0 0 20px #000;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999999;
	background: #fff;
}
.logo{
	margin-left: 60px;
}
.right_dakuang{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	  -webkit-align-items: center;
	 align-items: center;
}
.qj_logo{
	margin-right: 20px;
}
.nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav li{
	font-size: 1.6rem;
	color: #555555;
	line-height:80px;
	padding:0 50px;
	position: relative;	
}
.nav li a{
	display: block;
	position: relative;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav li .sanjiao::after{
	content: "";
	position: absolute;
	right:-20px;
    top:45%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #cccccc;
    -webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav li:last-child .sanjiao::after{
	display: none;
}
.nav li:hover a::after{
	border-top: 8px solid #d03333;
}
.nav li dl{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999999999;
    width: 100%;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.nav li dl dd a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 40px;
	
}
.nav li dl dd{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav li dl dd:hover{
	background: #d03333;
}
.top_right{
	padding: 0 60px 0 40px;
	line-height: 80px;
	background: #d03333;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
	float: right;
	position: relative;
}
.top_right i{
	padding-left: 30px;
}
.top_right a{
	display: block;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	padding-right: 30px;
}
.right_dakuang{
	float: right;
}

.shuxian{
	float: left;
	position: absolute;
	top:33px;
	left:90px;
}
.menu_down{
	display: none;
}
.menu{
	display: none;
}

.tukuang{
	background: #fff;
	width:100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 60px 100px 27px 100px;
}

.index_page2{
	padding: 80px 100px 60px 100px;
	background: #f5f5f5;
}
.kuang{
	margin: 0 auto;
}
.newcar_top{
	margin-bottom: 40px;
}
.newcar_top h3{
	float: left;
	font-size: 3.2rem;
	font-weight: 400;
}
.newcar_top h3 span{
	font-size: 1.6rem;
	color: #666;
}
.newcar_top a{
	float: right;
}
.newcar_top a i{
	display: block;
	font-size: 4.5rem;
	color: #999999;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.newcar_top a i:hover{
	color: #d03333;
}
.index_page2 ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.index_page2 ul li{
	width: 24%;
	text-align: center;
}
.index_page2 ul li div{
	padding: 10px 0;
	font-size: 1.4rem;
	color: #444;
	overflow:hidden;
}
.index_page2 ul li div img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.index_page2 ul li:hover div img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.title_bg{
	width: 1200px;
	margin: 0 auto;
	background: url(../images/jianjie_title.png) no-repeat 672px 32px;
	padding-top: 4%;	
}
.title_bg h3{
	width: 24%;
    margin: 0 auto;
    font-size: 8.2rem;
    font-weight: bold;
    border-right:5px solid #d03333;
    border-left:5px solid #d03333;
    position: relative;
}
.title_bg h3::after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	background: #d03333;
	width: 20%;
	height: 5PX;
	z-index: 6666;
}
.title_bg h3::before{
	content: "";
	position: absolute;
	bottom:0;
	right:0;
	background: #d03333;
	width: 20%;
	height: 5PX;
	z-index: 6666;
}
.index_page3 p{
	font-size: 1.6rem;
	color: #333;
	padding: 48px 100px 0 100px;
	line-height: 2.5;
	text-align: center;
}
.index_about{
	padding: 135px 100px 200px 100px;
	background: url(../images/index_abouttu.jpg) no-repeat top center;
}
.about_title{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	width: 270px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	z-index: 22;
}
.about_title::after{
	content: "";
	top:50px;
	right: 110px;
	bottom: -15px;
	left:110px;
	z-index: -1;
	background: #cc3a3a;
	position: absolute;

}
.index_about h3{
	font-size: 7.2rem;
	color: #fff;
	font-weight: 200;
	padding-top: 70px;
	padding-bottom: 35px;
	text-transform: uppercase;
}
.index_about a{
	font-size: 1.2rem;
	color: #ccc;
	font-weight: 300;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.index_about a:hover{
	color: #fff;
}
.index_page4{
	background: #f5f5f5;
	padding: 80px 100px;
}

.index_page4 ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.index_page4 ul li{
	width: 32%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.index_page4 ul li:nth-child(3n){
	margin-right: 0;
}
.news_time{
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	background:rgba(208,51,51,0.6);
	padding: 8px 14px 14px 16px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.index_page4 ul li:hover .news_time{
	background:rgba(208,51,51,1);
}
.news_time h3{
	font-size: 4rem;
	color: #fff;
	font-weight: 500;
}
.news_time h4{
	font-size: 1.6rem;
	color: #fff;
	font-weight: 200;
}
.news_obj{
	position: absolute;
	bottom: -25px;
	left:0;
	width: inherit;
	background: rgba(0,0,0,0.5);
	padding: 40px 16px 65px 34px;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	-o-transform: skewY(5deg);
	transform: skewY(5deg);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.index_page4 ul li:hover .news_obj{
	background:#d03333;
	
}
.news_obj h3{
	font-size: 2rem;
	color: #fff;
	font-weight: 400;
	padding-bottom: 25px;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	transform: skewY(-5deg);
}
.news_obj p{
	font-size: 1.4rem;
	color: #ccc;
	font-weight: 200;
	line-height: 2;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	transform: skewY(-5deg);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.index_page4 ul li:hover p{
	color: #fff;
}
.index_news img{
	width: -webkit-fill-available;
}
.ser_left{
	float: left;
	width: 50%;
	position: relative;
}

.ser_right{
	float: right;
	width: 50%;
	position:relative;
}
.wenzi figcaption{
	width: 26%;
	height: 60px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left:0;
	top:50%;
	text-align: center;
}
.ser_left figcaption{
	width: 26%;
	height: 60px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left:auto;
	right: 0;
	top:50%;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.wenzi:hover figcaption{
	width: 26%;
	height: 60px;
	background: #d03333;
	position: absolute;
	right: 0;
	top:50%;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.wenzi figcaption h3{
	font-size: 3rem;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}
.footer_dh{
	padding: 60px 100px 50px 100px;
	background: url(../images/footer_bg.jpg)repeat top center;
}
.footer_logo{
	float: left;
}
.footer_list{
	float: right;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-end;
	width: 81%;

}
.classify{
	margin-right: 120px;
}
.classify2{
	margin-right: 50px;
}
.footer_list h3{
	font-size: 1.6rem;
	color: #ccc;
	font-weight: 400;
}
.footer_list h6{
	font-size: 1.2rem;
	color: #fff;
	font-weight: 500;
	padding-top: 20px;
}
.footer_list h4{
	font-size: 3rem;
	color: #fff;
	font-weight: 400;
	padding-bottom: 8px;
}
.list_dl{
	padding-top: 12px;
}
.list_dl li a{
	font-size: 1.4rem;
	color: #999;
	font-weight: 200;
	line-height: 2.5;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.list_dl li:hover a{
	color: #d03333;
}
.list_dl li{
	font-size: 1.4rem;
	color: #999;
	font-weight: 200;
	line-height: 2.5;
}
.guanzhu{
	padding-top: 28px;
}
.copy{
	padding: 0 210px 0 180px;
	display: -webkit-flex;
	display: flex;

}
.footer_logo h3{
	font-size: 1.4rem;
	color: #999;
	font-weight: 400;
	text-align: center;
	padding-top: 30px;
}
.intro_first {
    font-size: 1.5rem;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 60px;
    float: left;
}
.intro_first i {
    margin-right: 15px;
    font-size: 1.8rem;
    color: #d03333;
}
.intro_first a{
    font-size: 1.5rem;
    color: #999;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.intro_first a:hover{
	color: #d03333;
}
.intro_first img {
    padding: 0 10px 0 15px;
}
.intro_first a:last-child {
    color: #000;
}
.intro_second {
    float: right;
    border-right: 1px solid #eee;
}
.intro_second a{
    display: block;
    padding: 0 40px;
    color: #666;
    float: left;
    font-size: 1.5rem;
    line-height: 61px;
    text-align: center;
    border-left: 1px solid #eee;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.intro_second a.hong{
	color: #d03333;
}
.intro_second a:hover{
	background: #d03333;
	color: #fff;
}

.intro_title {
    border-bottom: 1px solid #ccc;
}
.about_zw{
	padding: 120px 0 250px 0;
	
}
.about_zw p{
	line-height: 3.2;
	font-size: 1.6rem;
	color: #333;
}
.hongxian{
	height: 10px;
	width: 100%;
	background: #d03333;
}

.navigation{
	padding: 70px 0 100px 0;
}
.equ_title{
	background: url(../images/equ_title.jpg)no-repeat center center;
}
.equ_title h3{
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
}
.equ_img ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 45px;
}
.equ_img ul li {
    width: 32%;
    position: relative;
    margin: 1% 2% 1% 0;
    background: #eee;
    overflow: hidden;
}
.equ_img ul li:nth-child(3n) {
    margin: 1% 0 1% 0;
}
.ul_kuang{
	padding: 0 100px;
}
.equ_img ul li figure img{
	    width: -webkit-fill-available; 
}
.equ_img ul li figcaption{
    z-index: 99;
    height: 90px;
    position: absolute;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5);
    width: 100%;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
    text-align: center;
    overflow: hidden;
}
.equ_img ul li:hover figcaption{
	background: rgba(0,0,0,1);
}
.equ_img ul li figcaption h6{
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
	float: left;
	line-height: 80px;
	padding-left: 40px;
	-webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.i_kuang{
	float: right;
	width:100px;
	height: 56px;
	-webkit-transition: ease-in-out.5s;
	-o-transition: ease-in-out.5s;
	transition: ease-in-out.5s;
}
.equ_img ul li:hover .i_kuang{
	background: #d03333;
}
.equ_img ul li figcaption i{
	display: block;
	color: #fff;
	line-height: 56px;
	-webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.jiazai{
	padding-top: 30px;
	cursor: pointer;
}
.jiazai i{
	color: #999;
	font-size: 3rem;
	margin-bottom:10px;
}
.jiazai h6{
	font-size: 1.3rem;
	color: #999;
	margin-top: 10px;
}
.news_img ul{
	margin-top: 45px;
}

.pro_banner{
	position: relative;
}
.pro_banner strong{
	color: #ffffff;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 2;
    font-family: SimHei;
    font-size: 3.2rem;
    text-align: center;
}
.pro_banner ul{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.pro_fenlei{
	position: absolute;
    top: 55%;
    left: 0;
    margin:0 18.75%;
    width: 62.5%;
}
.pro_banner ul li{
	width: 25%;
	height: 50px;
	background:rgba(0,0,0,0.5);
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_banner ul li:hover{
	background: #d03333;
}
.pro_banner ul li a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 50px;
}
.pro_hui{
	padding: 50px 0 92px 0;
	background: #f4f4f4;
}
.pro_banner ul li.hongkuang{
	background: #d03333;
}
.pro_img ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pro_img ul li {
    width: 23%;
    position: relative;
    margin: 1% 2% 1% 0;
    background: #eee;
    overflow: hidden;
}
.pro_img ul li:nth-child(4n) {
    margin: 1% 0 1% 0;
}
.pro_img ul li figcaption{
    z-index: 99;
    height: 90px;
    position: absolute;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5);
    width: 100%;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
    text-align: center;
    overflow: hidden;
}
.pro_img ul li:hover figcaption{
	background:#d03333;
}
.pro_img ul li figcaption h6{
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
	float: left;
	line-height: 80px;
	padding-left: 40px;
	-webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.pro_img ul li figcaption i{
	display: block;
	color: #fff;
	line-height: 56px;
	-webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.pro_deaimg .swiper-container{

	background: #fff;
	text-align: center;
}
.pro_deaimg .swiper-container:first-child{
	margin-top: 70px;

}
.pro_deaimg .swiper-container h3{
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
	padding-top: 35px;
}
.pro_deaimg .swiper-container h4{
	font-size: 1.6rem;
	color: #d03333;
	font-weight: 400;
	padding-bottom: 25px;
}
.gallery-thumbs .swiper-slide{
    cursor: pointer;
    overflow: hidden;
    margin:0 10px;
}
.canshu{
	padding: 50px 0 60px 0;
}
.canshu_title{
	background: url(../images/canshu_title.jpg)no-repeat center center;
}
.canshu_title h3{
	font-size: 3.2rem;
	color: #000;
	font-weight: 400;
	text-align: center;
	line-height: 60px;
	margin-bottom: 27px;
}
.canshu_img{
	text-align: center;
}
.Relevant{
	background: #f4f4f4;
	padding: 80px 0 60px 0;
}
.Relevant h3{
	font-size: 2.8rem;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 24px;
}
.pro_width ul{
	justify-content: space-between;
}
.pro_width ul li{
	width: 23%;
}
.pro_width ul li:nth-child(3n){
	margin: 1% 2% 1% 0;
}
.pro_width ul li:last-child{
	margin: 1% 0;
}
.w960{
	max-width: 960px;
	margin: 0 auto;
}
.liuyan{
	margin-top: 45px;
}
.liuyan h4{
	font-size: 2.6rem;
	font-weight: 500;
	color: #494544;
	text-align: center;
	margin-bottom: 5.2%;

}
.message li{
	padding-bottom: 20px;
}
.message input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
	box-shadow: 0 0 10px #eee;
}
.message li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:nth-child(3) input{
	width:100%;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3) button{
	width: 56%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #d03333;
}
.yzm{
	width: 40%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:20px;
	top:1px;
	z-index: 2;
}
.news_banner{
	position: relative;
}
.con_item{
	padding:36px 40px 42px 30px;
	border-radius: 13px;
	position: absolute;
	right:4%;
	top:36%;
	z-index: 333333;
	background: #d03333;
}
.con_item div.con_heikuang{
	width: 446px;
	height: 496px;
	background:rgba(0,0,0,.8);
	position: absolute;
	left:-10px;
	top: 10px;
	margin-top: 0;
	z-index: -1;
	border-radius: 13px;
}
.con_item h4{
	font-size: 3rem;
	color: #fff;
	font-weight: 400;
}
.con_item h5{
	font-size: 1.4rem;
	color: #ff0000;
	font-weight: 200;
	text-align: center;
	padding: 24px 0 6px 0;
}
.con_item h3{
	font-size: 4.8rem;
	color: #ff0000;
	font-weight: 400;
}
.con_item div{
	font-size: 1.5rem;
	color: #ccc;
	font-weight: 200;
	line-height: 3;
	text-align:inherit;
	margin-top: 40px;
}
.con_item div i{
	margin-right: 20px;
	font-size: 2rem;
}
.pro_deaimg .gallery-thumbs{
	padding-bottom: 50px;
}
.pro_deaimg .gallery-thumbs .swiper-wrapper{
	display: flex;
	justify-content:center;
}
.in_design_number{
	width: 1000px;
	margin: 0 auto;
}
.mumping_mun{
	margin-top: 50px;
}
.mumping_mun li{
	width: 25%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.mumping_mun span {
    font-size: 6rem;
    font-weight: normal;
    color: #666;
    font-weight: 400;
}
.mumping_mun p {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    clear: both;
    color: #999;
    padding: 0;
}
.footer_logo .bdsharebuttonbox a {
    color: #666;
    margin-right: 13px;
}
.footer_logo .bdsharebuttonbox{
	padding-top: 10px;
}
.news_tc{
	display: none;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
}
.newstc_con{
	width: 1000px;
	margin: 0 auto;
	height: 86%;
	background: #fff;
	border-radius: 20px;
	margin-top: 6%;
	padding: 36px 0 80px 0;
	position: relative;

}	
.news_zw{
	overflow: hidden;
	height:100%;
	overflow-y: scroll;
}
.news_zw h3{
	font-size: 3.6rem;
	font-weight: 400;
	padding-left: 80px;
	margin-bottom: 40px;
}
.news_zw h4{
	background: #eeeeee;
	font-size: 1.5rem;
	color: #999;
	line-height: 40px;
	padding-left: 80px;
	margin-bottom: 40px;
}
.news_zw p{
	font-size: 1.5rem;
	color: #666;
	line-height: 3;
	padding:0 80px;
}
.newsimg{
	text-align: center;
	margin-top: 50px;
}
.new_button{
	position: absolute;
	right:-60px;
	top:10%;
}
.new_button p{
	background: #d03333;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 4.8rem;
	color: #fff;
	font-weight:100;
	margin-bottom: 10%;
	cursor: pointer;
}
.new_button button{
	background: none;
}
.kuang .swiper-container{
	display: none;
}
.index_page2 .kuang .swiper-slide div{
	text-align: center;

}
.newcar_img{
	margin-bottom: 6%;
}
.newcar_top br{
	display: none;
}
.about_zw .in_design_number{
	margin-top: 80px;
}
.shang_button{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.xia_button{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.banner{
                margin-top: 80px;
            }
            .about_banner{
                margin-top: 80px;
            }
            .pro_banner{
                margin-top: 80px;
            }
            .news_banner{
                margin-top: 80px;
            }
            .contact_banner{
                margin-top: 80px;
            }
.index_page3{
	padding: 80px 0 280px 0;
	/* background: url(../images/index_bg.jpg) no-repeat center top; */
}
.heikuang{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.wenzi:hover .heikuang{
	background: rgba(0,0,0,0);
}
.pro_img li figure{
	overflow:hidden;
}
.pro_img li figure a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_img li:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news_img{
    background: #fff;
}
.prodetailh3{
	font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;

 
}
/*.Positionimg{display: none;}*/
.Positionimg .swiper-slide{
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.Positionimg .swiper-container{
	width: 1200px;
	background: #fff;
}
.Positionimg .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:100px;
}
.Positionimg .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 100px;
}
.yanse{
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 50%;
	margin: 0 auto;
}

#preview{
	display: none;
}
.yanse_swipe .gallery-thumbs .swiper-wrapper{
	justify-content: center;
}
.yanse_swipe .gallery-thumbs{
	height: 40px;
}
.yanse_swipe{
	background: #fff;
	padding: 20px 0;
	height: 80px;
}






.about_dt{
	margin-top: 50px;
	width: 100%;
	height: auto;
	position: relative;
}
.in_design_number2{
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
}
.mumping_mun2{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	background: rgba(0,0,0,.7);
	height: 165px;
	align-items: center;
}
.mumping_mun2 li{
	width: 24%;
	margin: 0;
}
.mumping_mun2 span{
	color: #fff;
}
.mumping_mun2 p{
	color: #fff;
}





.about_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0;
}
.about_list ul li{
	width: 100%;
	margin-bottom: 40px;
	align-items: center;
	font-size: 0;
	

}
.about_list ul li figure{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.about_list ul li figure img{
	width: 100%;
}
.about_list ul li figcaption{
	vertical-align: middle;
	width: 50%;
	display: inline-block;
	padding: 0 0 0 5%;
	
}

.about_list ul li figcaption p{
	font-size: 1.6rem;
	color: #777;
	line-height:48px;
	height: 380px;
	overflow:scroll;
	padding-right: 20px;
}
.about_list ul li figcaption p::-webkit-scrollbar{
	width: 4px;
  height: 0;
  background-color: rgba(240, 240, 240, 1);
}
.about_list ul li figcaption p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
.about_list ul li figcaption p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .1);
}
.about_list ul li:nth-child(2n) figure{
	width: 50%;
	float: right;
	
	display: inline-block;
	vertical-align: middle;
}
.about_list ul li:nth-child(2n) figcaption{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5% 0 0;
}
.about_list ul li::before{
	content: '';
	height:100%;
	margin-left: -.2em;
	display: inline-block;
	vertical-align: middle;
}
.title_bg2{
	width: 1200px;
	margin: 0 auto;
	background: url(../images/jianjie_title.png) no-repeat 672px 32px;
	padding-top: 4%;	
}
.title_bg2 h3{
	width: 24%;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-right:5px solid #d03333;
    border-left:5px solid #d03333;
    position: relative;
}
.notice-tit{
	width: 100%;
	margin: 0 auto;
}
.notice-tit ul{
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	margin-top: 40px;
}
.notice-tit ul li{
	width: 33.33%;
	height: 64px;
	text-align: center;
	line-height: 64px;
}
.notice-tit ul li.tit_hover a{
	color: #d03333;
}
.notice-tit ul li a{
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}
.notice-con{
	width: 1000px;
	margin: 0 auto;
}
.notice-con{
	margin-top: 50px;
}
.ke-zeroborder{
	text-align:center;
	margin:0 auto;
}
.ke-zeroborder td{
	padding:5px 10px;
}
.yuankuang{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	border:1px solid #ccc;
	margin:0 10px;
}
.yuankuang img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .yanse_swipe span{
 	font-size: 24px;line-height: 40px;padding-right: 10px;
 }
 .yanse_swipe .swiper-wrapper{
 	display: -webkit-flex;
 	display: flex;
 	justify-content: center;
 }