.w1680{
	max-width: 1680px;
	margin: 0 auto;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
}
.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;
}
.nav{
	position: relative;
	background: #dcdcdc;
}
.nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav li{
	font-size: 1.5rem;
	color: #000;
	font-weight:200;
	line-height:45px;
	width: 135px;
	position: relative;	
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	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;
	text-align: center;
}
.nav li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #e26b11;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav li dl{
	width:100%;
	display:none;
	position:absolute;
	top:45px;
	left:0;
	z-index:222222;
	background:#dcdcdc;
}
.nav li dl dd{
	line-height:normal;
	
}
.nav li dl dd a{
	padding:15px 0;
	color:#444;
	font-weight:normal;
}
.nav li.li_hover dl dd a::after{
	display:none;
}
.li_hover a{
	color: #e26b11;
	font-weight: bold;
	
}
.nav li.li_hover a::after{
	width: 100%;
	left: 0;
}
.nav li a:hover{
	color: #fff;
	background: #e26b11;
}
.nav li a:hover::after{
	left:0;
	width: 100%;
}
.nav li:last-child{
	width: 255px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.nav li:last-child a{
	width: 50%;
	display: block;
	line-height: 45px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.nav li:last-child a::before{
	position: absolute;
	content: "";
	top:37%;
	right: 0;
	width: 2px;
	height: 17px;
	background: #dcdcdc;
}
.nav li:last-child .search{
	width: 50%;
	line-height: 45px;
	text-align: center;
}
.nav li:last-child i{
	line-height: 46px;
	display: block;
	width: 100%;
	font-size: 2rem;
	color: #666;
	cursor: pointer;
}
.nav li:last-child a::after{
	width: 0;
}
.menu_down{
	display: none;
}
.menu{
	display: none;
}
.head{
	background: #fff;
	height: 80px;
}
.head .headtt{
	height:80px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.logo{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: center;
}
.logo img{
	width: 225px;
	height: 38px;
}
.logo p{
	font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 3px;
}
.logo p span.bs{
	color: #e26b11;

}
.logo p span.fz{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	font-family:'Arial';
	padding-left:-3px;
}
.banner{
	position:relative;
}
.banner video{
	width:100%;
}
.banner .swiper-pagination-bullet{
	width:21px;
	height:21px;
	background:#fff;
	border-radius:0;
}
.banner_font{
	width:100%;
	padding-top:18%;
	
}
.banner_font h3{
	font-size:5rem;
	text-shadow:2px 2px 0px #000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	width:80%;
	margin:0 auto;
	opacity: .5;
}
.banner_font p{
	font-size:2rem;
	text-shadow:1px 1px 0px rgba(0,0,0,.5);
	color:#ddd;
	text-align:center;
	padding-bottom:40px;
	width:80%;
	margin:0 auto;
	
}
.banner_font h3.banner_fonten{
	    font-size: 3rem;
}
.banner_font a{
	margin:0 auto;
	display:block;
	width:150px;
	height:40px;
	background:#E26B11;
	line-height:40px;
	text-align:center;
	font-size:15px;
	color:#fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:30px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	border:1px solid #fff;
	margin:5px;
	background-clip: content-box;
	padding:6px;
}
.banner_font{
	position:absolute;
	z-index:99999;
	top:0;
	left:0;
	background: url(../images/dott.png) repeat 0px 0px;
	height:100%;
}

.ipone{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: center;
}
.ipone p{
	font-size: 1.5rem;
	color:rgba(63,57,57);
	font-weight: bold;
}
.ipone .ipone_left p{
	text-align:right;
}
.ipone .ipone_left{
	padding-right: 10px;
}
.ipone .ipone_right{
	padding-left: 10px;
	border-left:2px solid #999;
}
.ipone .ipone_right p{
	font-size: 12px;
	font-weight: 400;
}
.ipone .ipone_right p i{
	padding-right: 3px;
}
.ipone .ipone_right p span{
	font-size: 1.8rem;
	color: #e26b11;
	font-weight: bold;
}
.ipone p span{
	font-size: 2.4rem;
	font-weight: 400;
}
.in_ahout{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in_ahout figcaption{
	width: 50%;
	padding-right: 40px;
}
.in_ahout figure{
	width: 50%;
	padding-left: 30px;
}
.in_ahout figcaption .in_about_title{
	background: #e26b11;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	width: 48%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.in_ahout figcaption h3{
	font-size: 2.2rem;
	color: #000;
	font-weight: 400;
	padding-top: 46px;
	padding-bottom: 50px;
}
.in_ahout figcaption p{
	font-size: 1.5rem;
	color: #666;
	line-height: 25px;
	padding-bottom: 50px;
}
.module_page1{
	padding: 70px 0;
}
.module_page2{
	height: 630px;
	width: 100%;
	overflow: hidden;
}
.module_page2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module_page3{
	background: url(../images/in_pro_bg.jpg)no-repeat center top;
	padding: 70px 0 40px 0;
}
.title{
	font-size: 3rem;
	color: #000;
	font-weight: 400;
	text-align: center;
}
.in_nav{
	width: 100%;
	margin-top: 27px;
	padding: 0 100px;
}
.in_nav ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.in_nav ul li{
	width: 20%;
	border:1px solid #ccc;
	height: 55px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_nav ul li a{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.4rem;
	color: #666;
	font-weight: 200;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_nav ul li{
	border-right: none;
}
.in_nav ul li:last-child{
	border-right: 1px solid #ccc;
}
.in_nav ul li.in_nav_remove{
	background: #e26b11;
}
.in_nav ul li.in_nav_remove a{
	color: #fff;
}
.in_nav ul li:hover{
	background: #f08519;
}
.in_nav ul li:hover a{
	color: #fff;
}
.in_pro_list{

	width: 100%;
	padding-top: 30px;
}
.in_pro_list3{
	display: none;
}
.in_pro_list ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.in_pro_list ul li{
	width: 285px;
	height: 285px;
	overflow: hidden;
	background: #fff;
	margin:0 7.5px;
	margin-bottom: 24px;
}
.in_pro_list ul li:first-child{
	margin-left: 0;
	margin-right: 15px;
}
.in_pro_list ul li:nth-child(4n+1){
	margin-left: 0;
	margin-right: 15px;
}
.in_pro_list ul li:nth-child(4n){
	margin-right: 0;
	margin-left: 15px;
}
.in_pro_list ul li figure{
	text-align: center;
	height: 240px;
	width: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.in_pro_list  li figcaption{
	width: 100%;
	height: 45px;
	background: #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_list li figcaption p{
	font-size: 1.4rem;
	color: #fff;
	font-weight: 200;
}
.in_pro_list  li figure img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_list  li:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.in_pro_list  li:hover figcaption{
	background: #f08519;
}
.module_page4{
	padding: 70px 0 80px 0;
}
.module_page4 .in_nav ul{
	justify-content: center;
}
.notice_tit{
	float:left;
}
.notice_tit ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.notice_tit ul li{
	width: 100%;
	border:1px solid #eee;
	padding: 20px 25px 20px 30px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.notice_tit ul li div{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.notice_tit ul li h6{
	font-size: 1.2rem;
	color: #999;
	font-weight: 100;
	padding-bottom: 10px;
}
.notice_tit ul li h3{
	font-size: 1.5rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 18px;
	-webkit-transform: translateX(-37px);
	-ms-transform: translateX(-37px);
	-o-transform: translateX(-37px);
	transform: translateX(-37px);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.notice_tit ul li p{
	font-size: 1.3rem;
	color: #888;
	line-height: 24px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.notice_tit ul li:hover{
	border:1px solid #e26b11;
}
.notice_tit ul li:hover h3{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	color: #e26b11;
}
.notice_tit ul li:hover p{
	color: #000;
}
.notice_tit{
	width: 50%;
	padding-left: 20px;
}
.notice_con{
	width: 50%;
	position: relative;
	float:left;
}
.notice_con .mod{
	display: none;
}
.notice_con figcaption{
	background: rgba(0,0,0,.5);
	color: #fff;
	height: 72px;
	line-height: 72px;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
}
.in_news{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	padding-top: 30px;
}
.time{
	position: absolute;
	top:0;
	left:0;
	background: #e26b11;
	width: 76px;
	height: 76px;
}
.time h3{
	font-size: 3.6rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: 100%;
}
.time p{
	font-size: 1.6rem;
	color: #fff;
	width: 100%;
	text-align: center;

}
.pro_page{
	background: #fff;
	padding-top: 40px;
}
.pro_page .in_pro_list ul li{
	box-shadow: 0px 1px 10px #eee;
}
.fengye ul{
	padding-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.fengye ul li{
	width: 38px;
	height: 38px;
	border:1px solid #ccc;
	background: #fff;
	margin:0 5px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.fengye ul li a{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #999;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.fengye ul li:hover{
	background: #f08519;
	border:1px solid #fff;
}
.fengye ul li:hover a{
	color: #fff;
}
.pro_dea_body{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding: 30px 0 40px 0;

}
.pro_dea_tit{
	font-size: 3rem;
	color: #555;
	font-weight: bold;
	max-width:640px;
	margin-top:50px;
	text-align: center;
}
.pro_dea_tit span{
	font-weight: 400;
}
.fg_tit{
	background: #efefef;
	height: 50px;
	line-height: 50px;
	font-size: 2rem;
	color: #555;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 30px;
}
.pro_dea_body  figcaption{
	width: 520px;
}
.pro_dea_body  figcaption p{
	font-size: 1.4rem;
	color: #555;
	font-weight: 200;
}
.pro_pos{
	
}
.pro_pos table{
	
}
.pro_pos td{
	padding:3px 10px;
	font-size:12px;
}
.endit{
	line-height:1.7;
}
.pro_dea_body figure{
	width: 640px;
	height: 640px;
	background: #fff;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border:1px solid #ccc;
}
.news_list ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 100%;
}
.news_list ul li{
	width: 100%;
	padding: 25px 30px;
	border:1px solid #eee;
	margin-bottom: 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_list ul li a{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	align-items: center;
}
.news_list ul li figcaption{
	width: 82%;
	padding-right: 40px;
}
.news_list ul li figure{
	width: 18%;
}
.news_list ul li figure img{
	width: 100%;
	object-fit: cover;
}
.news_list ul li figcaption h6{
	font-size: 1.2rem;
	color: #999;
	font-weight: 100;
	padding-bottom: 20px;
}
.news_list ul li figcaption h5{
	font-size: 1.8rem;
	color: #333;
	font-weight: 400;
	padding-bottom: 16px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_list ul li figcaption p{
	font-size: 1.4rem;
	color: #666;
	font-weight: 200;
}
.news_list ul li:hover{
	border:1px solid #f08619;
	box-shadow: 0px 0px 10px #eee;
}
.news_list ul li:hover h5{
	color: #e26b11;
}
.about_part{
	width: 1395px;
	margin:0 auto;
	display: none;
}
.inprotit_num {
    font-size: 60px;
    color: #e26b12;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.inprotit_right {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.advan_list {
    padding-top: 55px;
}
.advan_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.advan_list ul li {
    width: 20%;
    text-align: center;
    position: relative;
}
.advan_list ul li {
    width: 20%;
    text-align: center;
    position: relative;
}
.advan_info li {
    display: none;
}
.advan_info li:first-child {
    display: block;
}
.advan_left {
    float: left;
    width: 80%;
}
.advan_num {
    font-size: 60px;
    color: #e26b12;
    font-weight: bold;
}
.advan_num {
    float: right;
}
.advan_left h3 {
	font-weight: 700;
    font-size: 24px;
    color: #010101;
}
.advan_name_hov {
    background: #e26b12;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.advan_list li.sub_01 .advan_name_hov {
    display: block;
}
.newsilpart {
    padding: 100px 0;
}
.newstail{
	width: 1023px;
	margin:0 auto;
}
.newsil_tit{
	text-align: center;
	padding-bottom: 22px;
	border-bottom: 4px solid #e26b12;
}
.newsil_tit h3{
	font-size: 26px;
	color: #130700;
}
.newsil_tit p{
	font-size: 16px;
	color: #130700;
	padding: 10px 0;
}
.newsil_tit span{
	font-size: 14px;
	color: #130700;
}
.newsil_info{
	font-size: 18px;
	color: #130700;
	padding:35px 0;
}
.newsil_info img{
	display: block;
}
.newsil_info p{
	font-size: 18px;
	color: #130700;
}
.newsil_rav{
	padding-top: 80px;
}
.newsil_rav a{
	display: block;
	font-size: 16px;
	line-height: 2;
}
.newsilpart{
	padding:100px 0;
}
.video_list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.video_list ul li{
	width: 32.33%;
	border:1px solid #ccc;
	margin:0 0.5%;
	margin-bottom: 20px;
}
.video_list ul li:first-child{
	margin-left: 0;
	margin-right: 1%;
}
.video_list ul li:nth-child(3n+1){
	margin-left: 0;
	margin-right: 1%;
}
.video_list ul li:nth-child(3n){
	margin-right: 0;
	margin-left: 1%;
}
.video_list{
	padding-top: 25px;
}
.movie{
	display: none;
}
.movie{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    color: #fff;
    display: none;
}
.movie_content {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    margin-top: 200px;
    background: #fff;
    position: relative;
}
.movie_content_close {
    position: absolute;
    z-index: 999999;
    top: -50px;
    right: -50px;
    text-align: center;
    cursor: pointer;
    width: 5%;
}
.movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tec_list ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.tec_list ul li{
	width: 100%;
	padding: 20px;
	border:1px solid #eee;
	margin-bottom: 20px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.tec_list ul li a{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.tec_list ul li a figure{
	width: 114px;
	height: 132px;
	background: #999;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.tec_list ul li a figure h3{
	width: 100%;
	text-align: center;
	font-size: 4.8rem;
	color: #fff;
	font-weight: 400;
	padding-bottom: 10px;
}
.tec_list ul li a figure p{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
}
.tec_list ul li a figcaption{
	padding-left: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.tec_list ul li a figcaption h3{
	font-size: 1.8rem;
	color: #333;
	font-weight: 400;
	padding-bottom: 10px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.tec_list ul li a figcaption p{
	font-size: 1.4rem;
	color: #666;
	font-weight: 200;
	padding-right: 20px;
}
.tec_list ul li:hover{
	border:1px solid #e26b11;
}
.tec_list ul li:hover figcaption{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}
.tec_list ul li:hover figcaption h3{
	color: #e26b11;
}
.tec_list{
	padding-top: 30px;
}
.advan_left p {
    font-size: 14px;
    padding-top: 8px;
    color: #010101;
}
.inprotit {
    text-align: center;
}
.advan_name h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight:700;
}
.advan_name p {
    color: #fff;
    font-size: 16px;
}
.advan_name {
    display: inline-block;
    vertical-align: middle;
}
.advan_name_hov::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.advantage_part {
    padding-bottom: 70px;
}
.about_item {
    padding-top: 45px;
    font-size: 14px;
    color: #130700;
}
.about_item .inabout_it2_video {
    width: 50%;
    float: left;
}
.about_item .aboutright {
    width: 50%;
    float: right;
    padding-left: 3%;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #555;
}
.in_video {
    position: relative;
}
#video1 {
    width: 100%;
}
.honor_list ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.honor_list ul li{
	width: 285px;
	margin:0 10px;
	margin-bottom: 20px;
	height: 350px;
	border:1px solid #ccc;
	overflow:hidden;
}
.honor_list ul li .img{
	text-align:center;
}
.honor_list ul li img{
	width:100%;
	height:350px;
	object-fit:cover;
}
.honor_list ul li:first-child{
	margin-left: 0;
	margin-right: 10px;
}
.honor_list ul li:nth-child(4n+1){
	margin-left: 0;
	margin-right: 10px;
}
.honor_list ul li:nth-child(4n){
	margin-right: 0;
	margin-left: 10px;
}
.movie {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    color: #fff;
    display: none;
}

.honor .movie_content{
	width: 600px;
	height: 600px;
	background: #fff;
}
.movie_content .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutpart_tit{
	padding-top: 20px;
}
.cf_list ul{
	display: flex;
	display: -webkit-flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.cf_list ul li{
	width: 386px;
	height: 290px;
	border:1px solid #ccc;
	margin:0 10px 20px 10px;
}
.cf_list ul li:first-child{
	margin-left: 0;
	margin-right: 10px;
}
.cf_list ul li:nth-child(3n+1){
	margin-left: 0;
	margin-right: 10px;
}
.cf_list ul li:nth-child(3n){
	margin-right: 0;
	margin-left: 10px;
}
.cf_list li img{
	height:290px;
	object-fit:cover;
}
.about_part{
	padding-bottom: 70px;
}
.contact{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.contact figure{
	width: 675px;
	height: auto;
}
.contact figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact figcaption{
	width: 525px;
	padding-left: 50px;
}
.contact figcaption h3{
	font-size: 3rem;
	color: #555;
	font-weight: bold;
	padding-bottom: 24px;
}
.contact figcaption p{
	font-size: 1.6rem;
	color: #555;
	font-weight: 400;
	line-height: 48px;
	padding-bottom: 30px;
}
.contact figcaption .ewm p{
	line-height: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.contact .ewm2{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: flex-end;

}
.ewm2 img{
	border:1px solid #eee;
}
.contact_page{
	padding: 40px 0 50px 0;
}
.search_jump {
    position: absolute;
    bottom:-32px;
    right: 11%;
    z-index: 9;
    display: none;
}
.search_jump input {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    float: left;
    border: 1px solid #ddd;
    width: 215px;
    padding: 0 15px;
}
.search_jump button {
    float: left;
    background: none;
    width: 40px;
    line-height: 32px;
    background: #e26b12;
    text-align: center;
}
.search_jump button i {
    color: #fff;
    display: block;
}
.in_pro_list .swiper-container{
	display: none;
}


.in_pro_list2 {
	display: none;
}







.footer_part {
    padding: 60px 0 70px;
    background: #efefef;
}
.footer_part_center {
    width: 1395px;
    margin: 0 auto;
}
.footer_part_center ul{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.foot_con {
    float: left;
    padding-right: 15px;
    padding-top: 15px;
}
.foot_con h3 {
    font-size: 32px;
    color: #130700;
}
.footer_part_center li p {
    font-size: 14px;
    color: #130700;
    line-height: 2;
}
.foot_tel {
    float: left;
}
.foot_tel span {
    font-size: 15px;
    color: #130700;
}
.foot_tel h3 {
    font-size: 28px;
    color: #e26b12;
    padding-bottom: 10px;
    font-weight: 700;
}
.fotsr {
    position: relative;
}
.wxjump {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: -60px;
    display: none;
}
.footer_part_center li p {
    font-size: 14px;
    color: #130700;
    line-height: 2;
}
.ewm {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.foot_logo{
    display: inline-block;
    vertical-align: bottom;
}

.zdzz {
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}
.advan_info {
    padding-top: 30px;
}



.snm{
	align-items: center;
}