header {
	width: 100%;
	height: 40px;
	background: #d32f32;
	justify-content: flex-end;
	box-sizing: border-box;
	/* padding-right: 185px; */
}
header .head_con{
	width: 1400px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .head_con .notice_container a{
	font-size: 16px;
	font-weight: 100;
	margin-left: 0px;
	vertical-align: middle;
}
header .head_con .notice{
	height: 40px;
	overflow: hidden;
}
header .head_con .notice_container a::before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('../images/notice.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
}
header a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-left: 24px;
	line-height: 40px;
	display: block;
}
header .language{
	display: flex;
	justify-content: flex-end;
}

header .language .flink{
	background:url('../images/logodianchi.png');width:163px;height:30px;line-height:30px;margin-top:5px
}

.h-logo{
	height: 52px;
	margin: 3px auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination{
	bottom: 50px;
}
.bannel-swiper-pagination .swiper-pagination-bullet{
	width: 28px;
	height: 28px;
	/* background: #cdc7c1; */
	
}
.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination  .swiper-pagination-bullet{
	margin: 0px 15px;
	background-color: rgb(205,199,193);
	opacity: 0.5;
}
.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgb(158,30,43);
	opacity: 0.5;
}
.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination  .swiper-pagination-bullet:hover,.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover{
	opacity: 1;
}
.des_banners {
	width: 100%;
	height: auto;
	text-align: center;
	
	
	/* height: 500px;
	background-image: url(../images/dcicon_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; */
}
.des_banners img{
	width: 100%;
	max-width: 2400px;
}

.navbar {
	background: #fff;
	padding: 40px 0 0 0;
	transition: all .3s;
	position: relative;
}
.navbar.fixed{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

.navbar .m {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.navbar .m .left {
	overflow: hidden;
}

.navbar .m .left>ul {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.navbar .m .left>ul>li {
	font-size: 16px;
	margin-right: 62px;
	color: #000;
	padding-bottom: 16px;
}

.navbar .m .left>ul>li:hover .navbarfade {
	display: block;
}

.navbar .m .left>ul>li .navbarfade {
	width: auto;
	height: 140px;
	/* background: #FCFAF8; */
	position: absolute;
	/* left: 0; */
	display: none;
	top: 154px;
	z-index: 999999;
	
}

.menu {
	display: none;
}

.mobile_header {
	display: none;
}

.navbar .m .left>ul>li .navbarfade div {
	/* width: auto; */
	width: 1400px;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.navbar .m .left>ul>li .type3 div{
	margin-top: 30px;
}
.navbar .m .left>ul>li .shadow{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	height: 0px;
	top: 205px;
	z-index: 9999;
	box-sizing: border-box;
	background: #e6e5e6;
}
.navbar .m .left>ul>li:hover .default_h{
	height: 180px;
}
.navbar .m .left>ul>li:hover .h320{
	height: 320px;
}
.navbar .m .left>ul>li .navbarfade a {
	display: block;
	font-size: 14px;
	color: #000;
	transition: all .2s;
	margin-top: 20px;
	padding: 10px 25px;
	float: left;
}
.navbar .m .left>ul>li .navbarfade a{
	padding: 10px 15px;
	margin-right: 0px;
	display: block;
	float: none;
	margin-top: 0px;
}

.navbar .m .left>ul>li .navbarfade{
	height: auto;
	min-height: 140px;
	width: 180px;
	margin-left: -20px;
}
.navbar .m .left>ul>li .navbarfade.w300{
	width: 300px;
}
.navbar .m .left>ul>li .navbarfade div{
	width: 100%;
	background-color: #fff;
}
.navbar .m .left>ul>li .navbarfade a{
	display: block;
	float: none;
	width: 100%;
	margin-top: 0px;
	box-sizing: border-box;
}
.navbar .m .left>ul>li .navbarfade a img{
	display: none;
}
.navbar .m .left>ul>li .navbarfade.type2{
	width: 100%;
	margin-left: 0px;
	background-color: #fff;
	left: 0px;
	padding-top:15px;
}
.navbar .m .left>ul>li .navbarfade.type2{
	height: 400px;
}
.navbar .m .left>ul>li .navbarfade.type2>div{
	width: 1400px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	display: flex;
}
.navbar .m .left>ul>li .navbarfade.type2 .child_cate_info{
	font-size: 0px;
	border-bottom: 2px solid #aaa;
	padding: 0px;
	padding-bottom: 5px;
}
.navbar .m .left>ul>li .navbarfade.type2 .child_cate .child_cate_info img{
	width: 100%;
	display: block;
	border-radius: 5px;
}
.navbar .m .left>ul>li .navbarfade.type2 .cate_name{
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0px 5px 0px;
}
.navbar .m .left>ul>li .navbarfade.type2 .child_cate{
	display: inline-block;
	flex: 0 0 270px;
	margin-right: 120px;
	
}
.navbar .m .left>ul>li .navbarfade.type2 .child_item{
	padding: 5px 0px;
	font-size: 16px;
	cursor: pointer;
}
.navbar .m .left>ul>li .navbarfade.type2 .child_item:hover{
	/* background-color: #d32f32; */
	color: #d32f32;
}
.sz {
	display: none;
}

.navbar .m .left>ul>li .navbarfade>div>a:hover {
	background: #d32f32;
	color: #fff;
}

.navbar .m .left>ul>li:hover>a {
	color: #d32f32;
}

.navbar .m .left>ul>li>a {
	transition: all .1s;
	color: #000;text-transform: uppercase;
}

.navbar .m .right {
	overflow: hidden;
	padding-top: 15px;
}

.navbar .m .right p {
	text-align: right;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.navbar .m .right .search {
	overflow: hidden;
	display: flex;
	margin-top: 42px;
	align-items: center;
}

.navbar .m .right .search input {
	width: 350px;
	height: 35px;
	border: none;
	transition: all .2s;
	outline: none;
	background: none;
	font-size: 13px;
	color: #777575;
	border-bottom: 1px solid #7c7c7c;
	cursor: pointer;
}
.navbar .m .right .search input:hover{
	border-bottom-color: #d32f32;
}
.navbar .m .right .search input.on {
	border-bottom: 1px solid #d32f32;
}

.navbar .m .right .search img {
	display: block;
	cursor: pointer;
}

.banner {
	width: 100%;
	/* height: 821px; */
	position: relative;
	height: auto;
	max-width: 2480px;
	margin: 0px auto;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.banner .page {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 99;
	bottom: 30px;
}

.banner .page div {
	width: 80px;
	height: 80px;
	border: 3px solid #D7D7D7;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
	margin: 0 12px;
	border-radius: 50%;
}

.banner .page div.on {
	border: 3px solid #ff9700;
}

.banner .page div.on img {
	transform: scale(1.1);
}

.banner .page div img {
	display: block;
	border-radius: 50%;
	transition: all .3s;
	width: 100%;
	height: 100%;
}
.product_list{
	width: 1400px;
	margin: 50px auto;
	font-size: 0px;
}
.product_list .item{
	width: 22%;
	display: inline-block;
	font-size: 14px;
	margin: 1.5%;
 
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
	
}

.product_list .item:nth-child(4){ margin-right: 0px; }
.product_list .item:nth-child(8){ margin-right: 0px; }
.product_list .item:nth-child(12){ margin-right: 0px; }
.product_list .item:nth-child(16){ margin-right: 0px; }
.product_list .item .pic img{
	width: 100%;
}
.product_list .item .pic{
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-size: 100% 100%;
	 transition: background-size 0.8s;
		-webkit-transition: background-size 0.8s; /* Safari */
	/*border: 1px solid #999;*/
	box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
	border-radius: 18px;
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.product_list .item .pic .new{
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: -23px;
	background-color: #cb1418;
	color: #fff;
	width: 90px;
	text-align: center;
	transform:rotate(-45deg) ;
}
.product_list .item .text{
	padding: 10px 0px;
	line-height: 22px;
	color: #222;
	text-align: left;
	font-size:16px;
 
}

 

.product_list .item:hover .pic{
	background-size: 120% 120%;
}
.product_list .item:hover .text{
	color: #d32f32;
}
.pagination{
	display: block;
	text-align: center;
	font-size: 0px;
	margin-bottom: 50px;
}
.pagination li{
	border: 1px solid #b9b9b9;
	font-size: 14px;
	display: inline-block;
	margin: 0px 2px;
}
.pagination li a,.pagination li span{
	padding: 10px 15px;
	display: block;
	line-height: 14px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.pagination li:hover,.pagination li.active{
	background-color: #d32f32;
}

.pagination  a{
	color: #000;
}

.pagination li.active span{
	color: #fff;
}

.pagination li:hover a{
	color: #fff;
}
.pagination li.disabled{
	background-color: #eee;
	display: none;
}
.des_banner {
	width: 100%;
	max-width: 2480px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.s22 .swiper-slide img{
	width: 100%;
}
.forms {
	overflow: hidden;
	width: 610px;
	background: #fff;
	border-radius: 30px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 40px 58px 25px 58px;
	z-index: 99999999999;
}

.forms .tit {
	overflow: hidden;
	margin-bottom: 22px;
}

.forms input {
	width: 100%;
	height: 58px;
	border: none;
	border-bottom: 1px solid #909090;
	font-size: 15px;
	background: none;
	color: #3e3a39;
}

.forms input::placeholder {
	color: #3E3A39;
}

.forms>p {
	font-size: 15px;
	color: #3e3a39;
	line-height: 55px;
}

.closes {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.forms .sub {
	width: 90px;
	cursor: pointer;
	margin-top: 23px;
	float: right;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d32f32;
	font-size: 12px;
	color: #fff;
}

.forms textarea {
	width: 100%;
	height: 175px;
	border: 1px solid #909090;
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
	background: none;
	color: #3e3a39;
	outline: none;
	resize: none;
}

.forms .tit p {
	text-align: center;
	font-size: 36px;
	color: #000000;
	margin-bottom: 30px;
}

.forms .tit span {
	display: block;
	font-size: 14px;
	color: #3e3a39;
	line-height: 26px;
	width: 100%;
	text-align: center;
}

.des_banner .m {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	margin-top: 128px;
	justify-content: flex-end;
}

.des_banner .m p {
	font-size: 100px;
	line-height: 130px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.main_mid_font {
	overflow: hidden;
	text-align: center;
	padding: 90px 0 100px 0;
	background: #fff;
}

.main_mid_font h2 {
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding-bottom: 35px;
	display: inline-block;
	line-height: 1;
	border-bottom: 2px solid #ff9700;
}

.main_mid_font p {
	font-size: 18px;
	color: #545252;
	text-align: center;
	width: 925px;
	margin: 0 auto;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 45px;
}

.main_mid_font .box {
	width: 800px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}

.main_mid_font .box .left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.main_mid_font .box .right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.main_mid_font .box .swiper-container {
	width: 100%;
	height: 100%;
}

.main_mid_font .box .swiper-slide {
	width: 25% !important;
}

.main_mid_font .box .swiper-slide img {
	display: block;
	margin: 0 auto;
}

.main_mid_font .box .swiper-slide div {
	width: 108px;
	height: 72px;
	background-image: url(../images/addicon_05.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #3e3a39;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
}

.fadein {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.fadein .close {
	position: absolute;
	cursor: pointer;
	right: 10%;
	top: 10%;
	width: 35px;
}

.fadein .search {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fadein .search input {
	width: 800px;
	height: 100px;
	border: none;
	transition: all .2s;
	outline: none;
	background: none;
	font-size: 26px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.fadein .search input.on {
	border-bottom: 2px solid #d32f32;
}

.fadein .search input::placeholder {
	color: #fff;
}

.fadein .search img {
	display: block;
	cursor: pointer;
}

.main_services {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 90px 0 120px 0;
	background-color: #f5f5f7;
}

.main_services h2 {
	text-align: center;
    font-size: 40px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
    border-bottom: 3px solid #d32f32;
}

.main_services ul {
	overflow: hidden;
	width: 1420px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 10px;
	box-sizing: border-box;
}

.main_services ul li {
	overflow: hidden;
	width: 342px;
	float: left;
	margin-right: 10px;
	margin-top: 55px;
	box-sizing: border-box;
	padding: 10px;
}

.main_services ul li:hover div img {
	transform: scale(1.1);
}
.main_services ul li:hover p {
	color: #ff9700;
}

.main_services ul li:nth-child(4n) {
	margin-right: 0;
}

.main_services ul li div {
	overflow: hidden;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.main_services ul li div img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.main_services ul li:hover div{
	box-shadow: 2px 4px 12px rgb(0, 0, 0 ,0.4);
}
.main_services ul li p {
	text-align: center;
	font-size: 22px;
	color: #000;
	margin-top: 18px;
}
.main_huo {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 80px 0 120px 0;
	background-color: #fff;
}

.main_huo h2 {
	text-align: center;
    font-size: 40px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
    border-bottom: 3px solid #d32f32;
}

.main_huo ul {
	overflow: hidden;
	width: 1420px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 10px;
	box-sizing: border-box;
}
.main_huo .huo_box{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 0px;
}
.main_huo .huo_box::after{
	content: "";
	display: block;
	clear: both;
}
.main_huo .huo_box .huo_item{
	display: inline-block;
	overflow: hidden;
	width: 14.28%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 0px;
	vertical-align: top;
}
.main_huo .huo_box .huo_item a img{
	width: 100%;

}

.main_huo ul li {
	overflow: hidden;
	width: 342px;
	float: left;
	margin-right: 10px;
	margin-top: 55px;
	box-sizing: border-box;
	padding: 10px;
}

.main_huo ul li:hover div img {
	transform: scale(1.1);
}
.main_huo ul li:hover p {
	color: #ff9700;
}

.main_huo ul li:nth-child(4n) {
	margin-right: 0;
}

.main_huo ul li div {
	overflow: hidden;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.main_huo ul li div img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.main_huo ul li:hover div{
	box-shadow: 2px 4px 12px rgb(0, 0, 0 ,0.4);
}
.main_huo ul li p {
	text-align: center;
	font-size: 22px;
	color: #000;
	margin-top: 18px;
}
footer {
	overflow: hidden;
	width: 100%;
	padding: 25px 0;
	position: relative;
	background: #2e3131;
}

footer p {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

footer a {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

footer .share {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

footer .share a {
	display: block;
	overflow: hidden;
	margin: 0 11px;
}
footer .share a img{
	width: 25px;
	height: 25px;
}
footer .em {
	overflow: hidden;
	width: 140px;
	height: 58px;
	background: #ffcc00;
	/* margin-top: 24px; */
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 999;
}

footer .em a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

footer .em a p {
	font-size: 16px;
	color: #000;
	margin-left: 14px;
}
.toTop{
	width: 50px;
	height: 50px;
	background-color: rgba(153,151,151,0.5);
	box-sizing: border-box;
	padding: 10px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 999;
	cursor: pointer;
	overflow: hidden;
	display: none;
}
.toTop.fixed{
	display: block;
}
.toTop img{
	width: 30px;
	height: 30px;
	line-height: 50px;
}
.des_infos {
	overflow: hidden;
	width: 100%;
}

.des_infos .m {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;font-size: 18px; color: #5e5d5c
}
.des_infos .m p{text-indent: 2em; line-height: 1.5}
.des_infos .m .item {
	overflow: hidden;
	width: calc(50% - 34px);
}

.des_infos .m .item>img {
	width: 100%;
	display: block;
}

.des_infos .m .item .font {
	overflow: hidden;
	/* margin-top: 30px; */
}

.des_infos .m .item .font p {
	font-size: 16px;
	color: #3e3a39;
	line-height: 26px;
	padding: 0 0 20px 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.des_infos .m .item .pic {
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.des_infos .m .item .pic img {
	display: block;
}

.dc_video {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #3e3a39;
	/* background: url(../images/v_bg.jpg); */
	background-position: center;
	height: 680px;
}
.dc_video video{
	/* width: 100%; */
	height: 680px;
}
.des_infos .title {text-align: center;margin-top: 30px;}
.des_infos .title h2 {
	font-size: 40px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 22px;
	position: relative;
	border-bottom: 3px solid #d32f32;
}
.main_develop {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

.main_develop h2 {
	font-size: 40px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 22px;
	position: relative;
	border-bottom: 3px solid #d32f32;
}

.main_develop .des {
	display: block;
	text-align: center;
	line-height:30px;
	width: 1050px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 18px;
	color: #5e5d5c;
}

.main_develop .box {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 90px 55px 0 55px;
	position: relative;
}


.main_develop .box .left {
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	cursor: pointer;
}

.main_develop .box .right {
	position: absolute;
	right: 0;
	top: 50%;
	width: 25px;
	cursor: pointer;
}
.main_develop .box .left,.main_develop .box .right{
	opacity: 0;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.main_develop .box .left img,.main_develop .box .right img{
	width: 100%;
}
.main_develop .box:hover .left,.main_develop .box:hover .right{
	opacity: 1;
}
.main_develop .box .swiper-slide {
	padding-bottom: 15px;
}

.main_develop .box .swiper-slide.on .item p {
	color: #000000;
}

.main_develop .box .swiper-slide.on .item .line div {
	background: #e60012;
}

.main_develop .box .item {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.main_develop .box .item p {
	text-align: center;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 25px;
	color: #c9caca;
	font-weight: bold;
}

.main_develop .box .item .line {
	width: 100%;
	height: 2px;
	position: relative;
	background: #c9caca;
	margin: 0 auto;
}

.main_develop .box .item .line div {
	width: 17px;
	height: 17px;
	background: #c9caca;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main_develop .fadea {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: 370px;
}

.main_develop .fadea .item {
	width: 100%;
	height: 100%;
	background-image: url(../images/dcicon_22.jpg);
	background-repeat: no-repeat;
	background-position: right -21px;
	display: flex;
	/* align-items: center; */
	padding-left: 22px;
	padding-top: 80px;
}

.main_develop .fadea .item.hide {
	display: none;
}

.main_develop .fadea .item .c {
	overflow: hidden;
}

.main_develop .fadea .item .c .label {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
}

.main_develop .fadea .item .c .label img {
	display: block;
	margin-top:4px;
}

.main_develop .fadea .item .c .label p {
	font-size: 18px;
	color: #5e5d5c;
	margin-left: 10px;
	text-align: left;
	line-height: 30px;
}

.main_corporate {
	overflow: hidden;
	width: 100%;
	padding: 90px 0 190px 0;
	background: #f7f7f7;
}

.main_corporate .m {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main_corporate .m .pic {
	width: 600px;
	overflow: hidden;
}

.main_corporate .m .pic img {
	display: block;
	width: 100%;
}

.main_corporate .m .gorw {
	overflow: hidden;
	width: 760px;
}

.main_corporate .m .gorw h2 {
	font-size: 32px;
	margin-bottom: 38px;
	color: #000;
}

.main_corporate .m .gorw p {
	font-size: 15px;
	color: #424242;
	line-height: 28px;
	margin-bottom: 50px;
}

.main_corporate .m .gorw div {
	overflow: hidden;
}

.main_corporate .m .gorw div span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #424242;
	line-height: 30px;
}

.main_corporate .m .gorw div em {
	display: block;
	font-size: 15px;
	color: #424242;
	line-height: 30px;
	
}

.main_slide {
	overflow: hidden;
	width: 100%;
	height: 120px;
	background: #ffb500;
	position: absolute;
}
.main_slide.fixed{
	position: fixed;
	top: 190px;
	z-index: 999;
}
.main_slide .m {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	padding-top: 18px;
}

.main_slide .m .left {
	position: absolute;
	left: -72px;
	cursor: pointer;
	top: 70%;
	transform: translateY(-70%);
	opacity: 0;
}

.main_slide .m .right {
	position: absolute;
	right: -72px;
	cursor: pointer;
	top: 70%;
	transform: translateY(-70%);
	opacity: 0;
}
.main_slide .m .left,.main_slide .m .right{
	cursor: pointer;
	margin-top: -30px;
	outline: none;
	box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.main_slide .m .left img,.main_slide .m .right img{
	width: 100%;
}
.main_slide .m:hover .left,.main_slide .m:hover .right{
	opacity: 1;
	
}

.main_slide .m .swiper-slide {
	overflow: hidden;
	margin-right: 4px;
	width: 171px;
}

.main_slide .m .item {
	overflow: hidden;
	    width: 150px;
}

.main_slide .m .item:hover .pic img {
	transform: scale(1.1);
}

.main_slide .m .item .pic {
	width: 100%;
	overflow: hidden;
	height: 85px;
	margin-bottom: 5px;
	border-radius: 8px;
}

.main_slide .m .item .pic img {
	display: block;
	transition: all .5s;
	width: 100%;
	min-height: 100%;
}
.main_slide .m .item a{
	display: block;
	position: relative;
}
.main_slide .m .item .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 8px;
}
.main_slide .m .item p {
	text-align: center;
	font-size: 14px;
	
}
.main_slide .m .item:hover .text{
	background-color: rgba(0,0,0,0.6);
	
}
.main_slide_info {
	overflow: hidden;
	padding: 30px 0;
}

.main_slide_info .m {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.main_slide_info .m .label {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.main_slide_info .m .label .pic {
	width: 630px;
	overflow: hidden;
}

.main_slide_info .m .label .pic:hover img {
	transform: scale(1.1);
}

.main_slide_info .m .label .pic img {
	display: block;
	transition: all .5s;
	width: 100%;
}

.main_slide_info .m .label .font {
	overflow: hidden;
	width: 50%;
	padding-right: 70px;
}

.main_slide_info .m .label .font h2 {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	padding-bottom: 4px;
	border-bottom: 1px solid #7a7a7a;
}

.main_slide_info .m .label .font p {
	font-size: 20px;
	color: #000000;
	margin-top: 7px;
}

.main_slide_info .m .label .font span {
	display: block;
	font-size: 14px;
	color: #595757;
	line-height: 26px;
	margin-top: 10px;
}

.main_footer_slide {
	overflow: hidden;
	width: 100%;
	height: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
}

.main_footer_slide .m {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.main_footer_slide .m .left {
	position: absolute;
	left: -72px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.main_footer_slide .m .right {
	position: absolute;
	right: -72px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.main_footer_slide .m .left, .main_footer_slide .m .right{
	cursor: pointer;
	margin-top: -30px;
	outline: none;
	box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.main_footer_slide .m .left img, .main_footer_slide .m .right img{
	width: 100%;
}
.main_footer_slide .m:hover .left,.main_footer_slide .m:hover .right{
	opacity: 1;
	   
}

.main_footer_slide .m .swiper-slide {
	overflow: hidden;
	margin-right: 25px;
	width: 260px;
}

.main_footer_slide .m .item {
	overflow: hidden;
	width: 100%;
	height: 260px;
	border: 1px solid #cbcccc;
	background: #fff;
	position: relative;
	border-radius: 18px;
}

.main_footer_slide .m .item:hover .show {
	display: flex;
}

.main_footer_slide .m .item img {
	display: block;
	width: 100%;
	min-height: 100%;
}

.main_footer_slide .m .item .show {
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all .3s;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(255, 188, 25, 0.8);
	align-items: center;
	display: none;
	justify-content: center;
}

.main_footer_slide .m .item .show div {
	overflow: hidden;
	width: 100%;
}

.main_footer_slide .m .item .show div p {
	font-size: 18px;
	color: #120b0c;
	text-align: center;
	font-weight: bold;
}

.main_footer_slide .m .item .show div em {
	display: block;
	width: 200px;
	height: 2px;
	background: #785e26;
	margin: 18px auto;
}

.main_footer_slide .m .item .show div span {
	font-size: 15px;
	color: #120b0c;
	display: block;
	text-align: center;
}
.h170{
	display: block;
	height: 120px;
	
}
.index_adv .swiper-slide{
	text-align: center;
	position: relative;
}
.index_adv .swiper-slide .bannel_con{
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0px;
	left: 00%;
	height: 100%;
	text-align: left;
}
.index_adv .swiper-slide .bannel_con .bannel_con2{
	max-width: 1440px;
	width: 100%;
	margin: 0px auto;
}
.index_adv .swiper-slide .bannel_title{
	margin-top: 10%;
	font-size: 42px;
	color: #000;
	transform: translate(10%,-100%);
	opacity: 0;
}
.index_adv .swiper-slide .bannel_desc{
	margin-top: 1%;
	font-size: 25px;
	color: #000;
	max-width: 400px;
	transform: translate(20%,100%);
	opacity: 0;
}
.index_adv .swiper-slide.ani-slide .bannel_title{
	transform: translate(0%,0%);
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	opacity: 1;
}
.index_adv .swiper-slide.ani-slide .bannel_desc{
	transform: translate(0%,0%);
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	opacity: 1;
}
.index_adv .swiper-slide img{
	max-width: 100%;
}

.main_job {
	overflow: hidden;
	width: 100%;
	padding: 110px 0 0 0;
	margin-bottom: 100px;
}

.main_job .m {
	width: 1400px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.main_job .m h2 {
	text-align: center;
	font-size: 43px;
	color: #000;
	font-weight: bold;
	padding-bottom: 50px;
	display: inline-block;
	line-height: 1;
	border-bottom: 2px solid #e92030;
}

.main_job .m .link {
	overflow: hidden;
	width: 100%;
	margin-top: 76px;
	position: relative;
}
.main_job .m .link .job_box{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 100px;
}
.main_job .m .link .job_box .title{
	color: #fff;
	text-align: left;
	font-size: 40px;
}
.main_job .m .link .job_box {
	text-align: left;
}
.main_job .m .link .job_box .btn{
	margin-top: 55px;
	display: inline-block;
	padding: 10px 67px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}
.main_job .m .link .job_box .btn:hover{
	background-color: #fff;
	color: #444;
}
.main_job .m .link img {
	width: 100%;
}

.main_job .m .box {
	overflow: hidden;
	width: 100%;
	margin-top: 90px;
	/* background: #f7f7f7; */
}

.main_job .m .box .label {
	overflow: hidden;
	width: 100%;
	
}
.main_job .m .box .label::after{
	content: "";
	display: block;
	clear: both;
}
.main_job .m .box .label:hover .pic img {
	transform: scale(1.1);
}

.main_job .m .box .label a {
	display: flex;
	overflow: hidden;
	width: 100%;
	justify-content: space-between;
}

.main_job .m .box .label .pic {
	overflow: hidden;
	width: 50%;
	box-sizing: border-box;
}

.main_job .m .box .label .pic img {
	display: block;
	transition: all .6s;
	width: 100%;
}

.main_job .m .box .label .font {
	overflow: hidden;
	width: 50%;
}
.main_job .m .box .label.type1 .pic{
	float: left;
}
.main_job .m .box .label.type1 .font{
	float: right;
	padding-left: 90px;
}
.main_job .m .box .label.type2 .pic{
	float: right;
}
.main_job .m .box .label.type2 .font{
	float: left;
	padding-right: 90px;
}
.main_job .m .box .label .font h3 {
	font-size: 30px;
	color: #000;
	text-align: left;
	line-height: 80px;
	border-bottom: 1px solid #7d7b7c;
	padding-bottom: 10px;
}

.main_job .m .box .label .font p {
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-top: 50px;
}

.main_job .m .box .label .font span {
	display: block;
	font-size: 17px;
	color: #3c3a38;
	line-height: 33px;
	text-align: left;
	margin-top: 25px;
}

.max_service_container{
	width: 1400px;
	margin: 0px auto;
	margin-top: 40px;
	position: relative;
}
.max_service_container .service_left,.max_service_container .service_right{
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	margin-top: -30px;
	outline: none;
	opacity: 0;
	box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.max_service_container .service_left img,.max_service_container .service_right img{
	width: 100%;
}
.max_service_container .service_left{
	left: -60px;
}
.max_service_container .service_right{
	right: -60px;
}
.max_service_container:hover .service_left,.max_service_container:hover .service_right{
	opacity: 1;
}
.service_container{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	
}
.service_container .swiper-slide{
	padding: 10px;
	width: 350px;
	
}
.service_container .swiper-slide a{
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 18px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
	transition: all .3s cubic-bezier(0, 0, .5, 1);
	padding: 0px;
	color: #000;
	overflow: hidden;
}
.service_container .swiper-slide a:hover{
	box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
	transform: scale3d(1.01, 1.01, 1.01)
}
.service_container .swiper-slide a img{
	width: 100%;
}
.service_container .swiper-slide a p{
	font-size: 20px;
	padding: 15px;
}



.max_huo_container{
	width: 1400px;
	margin: 0px auto;
	margin-top: 48px;
	position: relative;
}
.max_huo_container .huo_left,.max_huo_container .huo_right{
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	margin-top: -30px;
	outline: none;
	opacity: 0;
	box-sizing: border-box;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.2);
	border-radius: 50%;
}
.max_huo_container .huo_left img,.max_huo_container .huo_right img{
	width: 100%;
}
.max_huo_container .huo_left{
	left: -60px;
}
.max_huo_container .huo_right{
	right: -60px;
}
.max_huo_container:hover .huo_left,.max_huo_container:hover .huo_right{
	opacity: 1;
}
.huo_container{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	
}
.huo_container .swiper-slide{
	padding: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 0px;
}
.huo_container .swiper-slide>a{
	display: block;
	flex: 0 1 230px;
	box-sizing: border-box;
	border:1px solid #ddd
}

.huo_container .swiper-slide a div{
	box-sizing: border-box;
	background-color: #fff;
	/* box-shadow: 2px 4px 12px rgba(0, 0, 0, .08); */
	transition: all .3s cubic-bezier(0, 0, .5, 1);
	color: #000;
	overflow: hidden;
	font-size: 0px;
	height: 100%;
}

.huo_container .swiper-slide a img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	
	transform:all 0.5s;
	-ms-transform:all 0.5s; /* IE 9 */
	-webkit-transform:all 0.5s; /* Safari and Chrome */
}
.huo_container .swiper-slide a:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}
.huo_container .swiper-slide a p{
	font-size: 20px;
	padding: 15px;
}



.main_slide_child {
	padding: 0px 0px 80px;
}
.main_slide_child .m{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.main_slide_child .cate-children{
	display: flex;
	flex-wrap: wrap;
}
.main_slide_child .cate-children .child-item{
	flex: 0 1 33.33%;
	display: block;
	padding: 5px 0px;
	font-size: 20px;
	text-align: left;
}
.main_slide_child .cate-children .child-item a{
	color: #000;
}

.main_mulits {
	width: 1500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 78px 0 200px 0;
}

.main_mulits .bot {
	overflow: hidden;
	width: 100%;
	margin-top: 96px;
}

.main_mulits .bot .titles {
	overflow: hidden;
	height: 58px;
	display: flex;
	align-items: center;
	background: #c6161d;
	font-size: 32px;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 30px;
}

.main_mulits .bot ul {
	overflow: hidden;
}

.main_mulits .bot ul li {
	font-size: 22px;
	color: #595757;
	line-height: 40px;
}

.main_mulits .top {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main_mulits .top .navbars {
	width: 160px;
}

.main_mulits .top .navbars .item {
	width: 100%;
	height: 160px;
	cursor: pointer;
	position: relative;
	border: 2px solid #dadada;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.main_mulits .top .navbars .item.on::after {
	content: '';
	width: 21px;
	height: 22px;
	background-image: url(../images/dianqis_06.jpg);
	background-size: 100%;
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -11px;
}

.main_mulits .top .navbars .item img {
	width: 100%;
}

.main_mulits .top .navbars .item.on {
	border: 2px solid #e60012;
}

.main_mulits .top .navbars .item:last-child {
	margin-bottom: 0;
}

.main_mulits .top .pic {
	overflow: hidden;
	width: 1260px;
}

.main_mulits .top .pic .item {
	overflow: hidden;
	width: 100%;
}

.main_mulits .top .pic .item img {
	display: block;
	width: 100%;
}
.chen_desc2 .c_title{
	padding: 2px 10px;
	background-color: #c6161d;
	color: #fff;
	margin-top: 4px;
	font-weight: bold;
}

@media (max-width: 1650px) {
	.main_services ul {
		width: 100%;
		padding: 0 30px;
	}
	.main_services ul li {
		width: 24%;
		margin-right: 1%;
	}
}

@media (max-width: 1600px) {
	.navbar .m ,.main_slide_info .m{
		width: 85%;
		padding: 0px;
	}
	.main_slide_info .m .label .pic{
		width: 45%;
	}
	.main_slide_info .m .label .font{
		width: 50%;
		padding: 0;
	}
	.main_slide_info .m .label .font h2{
		font-size: 35px;
		line-height: 100px;
	}
	.main_slide .m{
		width: 85%;
	}
	.main_footer_slide .m{
		width: 85%;
	}
	.main_footer_slide .m .swiper-slide{
		width: 33.33%;
		margin: 0;
	}
	.main_footer_slide .m .item{
		width: 90%;
	}
	.main_slide .m .left{
		width: 30px;
	}
	.main_slide .m .right{
		width: 30px;
	}
	.main_slide .m .swiper-slide{
		width: 20%;
		margin: 0;
	}
	.main_slide .m .item {
		width: 95%;
		margin: 0 auto;
	}
	.des_infos .m .item .pic img{
		width: 33%;
	}
	.des_infos .m{
		padding: 80px 30px;
		width: 100%;
	}
	.main_develop{
		width: 100%;
		padding: 100px 30px;
	}
	.main_corporate{
		padding: 0;
	}
	.main_corporate .m .pic{
		width: 45%;
	}
	.main_corporate .m .gorw{
		width: 50%;
	}
	.main_corporate .m{
		width: 100%;
		padding: 60px 30px;
	}
}

@media (max-width: 1250px) {
	.des_banner .m {
		width: 90%;
	}
	.banner .swiper-slide p {
		width: 90%;
	}
	.main_develop .des{
		width: 900px;
	}
	.main_develop .box{
		width: 1000px;
	}
	.main_develop .box .item p{
		font-size: 40px;
	}
	.main_develop .fadea{
		width: 1000px;
	}
	.main_slide .m .swiper-slide{
		width: 25%;
	}
}

@media (max-width: 1000px) {
	header {
		height: .6rem;
		padding-right: .3rem;
	}
	header a {
		font-size: .26rem;
		margin-left: .3rem;
		line-height: 0.5rem;
	}
	header .head_con{
		justify-content: flex-end;
		width: 100%;
	}
	header .head_con .notice{
		display: none;
	}
	.main_mulits{
		width: 100%;
		padding: 70px 30px;
	}
	.main_mulits{
		padding: .6rem .3rem;
	}
	.main_mulits .top{
		overflow: hidden;
		width: 100%;
		display: block;
		position: relative;
		padding-top: 5rem;
	}
	.main_mulits .top .pic{
		width: 100%;
		height: 5rem;
		position: absolute;
		left: 0;
		top: 0;
	}
	.main_mulits .top .navbars{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.main_mulits .top .navbars .item{
		width: 19%;
		height: 1.4rem;
		margin-bottom: 0;
	}
	.main_mulits .top .navbars .item.on::after{
		display: none;
	}
	.main_mulits .bot{
		margin-top: .5rem;
	}
	.main_mulits .bot .titles{
		padding: .3rem;
		height: 1rem;
		font-size: .3rem;
		overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
	.main_mulits .bot ul li{
		font-size: .3rem;
		line-height: .5rem;
	}
	.main_mulits .top .navbars .item img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.navbar .m .right {
		display: none;
	}
	.navbar {
		height: 1.2rem;
		padding: 0;
	}
	.navbar .m {
		width: 100%;
		padding: 0 .3rem;
		height: 100%;
	}
	.navbar .m .left>ul {
		display: none;
	}
	.navbar .m .left {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	.navbar .m .left h1 {
		width: 3rem;
	}
	.navbar .m .left h1 img {
		width: 100%;
	}
	.des_banners{
		/* height: 6rem !important; */
		margin-top: 1.2rem;
		 
	}
	.main_slide{
		height: auto;
		padding: .5rem 0;
	}
	.main_slide .m{
		width: 100%;
		padding: 0 .9rem;
	}
	.main_slide .m .swiper-slide{
		width: 50%;
		margin: 0;
	}
	.main_slide .m .item .pic{
		height: 1.5rem;
		margin-bottom: .2rem;
	}
	.main_slide .m .item p{
		font-size: .28rem;
	}
	.main_slide .m .left{
		width: .3rem;
		left: .2rem;
	}
	.main_slide .m .right{
		width: .3rem;
		right: .2rem;
	}
	.main_slide_info{
		padding: .6rem 0;
	}
	.main_slide_info .m{
		padding: 0 .3rem;
	}
	.main_slide_info .m .label{
		padding: .3rem 0;
		display: block;
		position: relative;
		padding-top: 4rem;
	}
	.main_slide_info .m .label .pic{
		width: 100%;
		position: absolute;
		left: 0;
		overflow: hidden;
		top: 0;
		height: 4rem;
	}
	.main_slide_info .m .label .pic img{
		min-height: 100%;
		width: 100%;
	}
	.main_slide_info .m .label .font{
		width: 100%;
	}
	.main_slide_info .m .label .font p{
		font-size: .3rem;
		margin-top: .3rem;
	}
	.main_slide_info .m .label .font span{
		font-size: .3rem;
		line-height: .55rem;
	}
	.main_slide_info .m .label .font h2{
		font-size: .38rem;
		line-height: 1.2rem;
		text-align: center;
	}
	.main_footer_slide{
		height: auto;
		padding: .5rem 0;
	}
	.main_footer_slide .m{
		padding: 0 .8rem;
		width: 100%;
	}
	.main_footer_slide .m .item .show div p{
		font-size: .28rem;
	}
	.main_footer_slide .m .item .show div em{
		display: block;
		margin: .1rem auto;
		width: 80%;
	}
	.main_footer_slide .m .item .show div span{
		font-size: .26rem;
	}
	.main_footer_slide .m .swiper-slide{
		width: 50%;
		margin: 0 auto;
	}
	.main_footer_slide .m .item{
		width: 90%;
		height: 2.8rem;
		margin: 0 auto;
	}
	.main_footer_slide .m .left{
		width: .3rem;
		left: .2rem;
	}
	.main_footer_slide .m .right{
		width: .3rem;
		right: .2rem;
	}
	.des_infos .m{
		padding: .6rem .3rem;
		display: block;
	}
	.des_infos .m .item{
		width: 100%;
	}
	.des_infos .m .item .font{
		margin-top: 0;
	}
	.des_infos .m .item .font p{
		font-size: .28rem;
		line-height: .45rem;
		padding: .2rem 0;
	}
	.des_infos .m .item .pic{
		margin-top: .2rem;
	}
	.main_develop{
		padding: .6rem .3rem;
	}
	.main_develop h2{
		font-size: .45rem;
		padding-bottom: .3rem;
		border-bottom: 2px solid #ff6d00;
	}
	.main_develop .des{
		width: 100%;
		font-size: .3rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.main_develop .box{
		width: 100%;
		padding: .6rem .8rem;
	}
	.main_develop .box .left{
		width: .3rem;
		height: .3rem;
		left: .2rem;
		top: 40%;
	}
	.main_develop .fadea{
		height: 4rem;
		width: 100%;
	}
	.main_corporate .m{
		padding: .6rem .3rem;
		display: block;
	}
	.main_corporate .m .pic{
		width: 100%;
	}
	.main_corporate .m .gorw{
		width: 100%;
		padding: .5rem 0;
	}
	.main_corporate .m .gorw h2{
		font-size: .4rem;
		text-align: center;
		margin-bottom: .4rem;
	}
	.main_corporate .m .gorw p{
		font-size: .28rem;
		margin-bottom: .4rem;
		line-height: .5rem;
	}
	.main_corporate .m .gorw div span{
		font-size: .33rem;
	}
	.main_corporate .m .gorw div em{
		font-size: .28rem;
		line-height: .45rem;
	}
	.main_develop .fadea .item .c .label p{
		font-size: .28rem;
		line-height: .45rem;
		text-align: left;
	}
	.main_develop .fadea .item .c .label img{
		width: .2rem;
	}
	.main_develop .fadea .item{
		background-size: 100%;
	}
	.main_develop .box .right{
		width: .3rem;
		height: .3rem;
		right: .2rem;
		top: 40%;
	}
	.main_develop .box .item p{
		font-size: .26rem;
		margin-bottom: .3rem;
	}
	.main_develop .box .item .line div{
		width: .22rem;
		height: .22rem;
	}
	.banner {
		height: auto;
		margin-top:1.1rem;
	}
	.banner .page div {
		width: .8rem;
		height: .8rem;
		margin: 0 .1rem;
		border: 2px solid #D7D7D7;
	}
	.banner .page div.on img {
		transform: scale(1);
	}
	.banner .swiper-slide p {
		margin-top: 1.3rem;
		text-align: center;
		width: 100%;
		font-size: .6rem;
	}
	.banner .page {
		bottom: .3rem;
	}
	.banner .page div.on {
		border: 2px solid #ff9700;
	}
	.bannel-swiper-pagination .swiper-pagination-bullet{
		width: 0.2rem;
		height: 0.2rem;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination .swiper-pagination-bullet{
		margin: 0px 0.1rem;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets.bannel-swiper-pagination{
		bottom: 0.1rem;
	}
	.main_mid_font {
		width: 100%;
		padding: .6rem .3rem;
		padding-top: .8rem;
	}
	.main_mid_font h2 {
		font-size: .4rem;
		padding-bottom: .3rem;
		line-height: 1.5;
	}
	.main_mid_font p {
		width: 100%;
		font-size: .28rem;
		line-height: .45rem;
		margin: .5rem 0;
	}
	.main_mid_font .box {
		width: 100%;
		padding: 0 .3rem;
		margin-top: .5rem;
	}
	.main_mid_font .box .swiper-slide {
		width: 50% !important;
	}
	.main_mid_font .box .swiper-slide div {
		width: 2rem;
		height: 1.5rem;
		margin: 0 auto;
		font-size: .33rem;
		line-height: .55rem;
	}
	.des_banner {
		height: 3rem;
		margin: .5rem 0;
		background-size: 100% 100%;
	}
	.des_banner .m {
		padding: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.des_banner .m p {
		font-size: .45rem;
		line-height: 1.5;
	}
	.main_services {
		padding: 1rem .3rem;
	}
	.main_services h2 {
		font-size: .4rem;
		padding-bottom: .3rem;
		line-height: 1.5;
	}
	.main_services ul {
		margin-top: .5rem;
		padding: 0;
	}
	.main_services ul li {
		width: 49%;
		margin-top: .3rem;
	}
	.main_services ul li:nth-child(4n) {
		margin-right: 1%;
	}
	.main_services ul li:nth-child(2n) {
		margin-right: 0;
	}
	.main_services ul li p {
		font-size: .28rem;
		margin-top: .3rem;
	}
	
	.main_huo{padding: 1rem .3rem;}
	.main_huo h2{
		    font-size: .4rem;
		    padding-bottom: .3rem;
		    line-height: 1.5;
		}
	.main_huo h2{
		    font-size: .4rem;
		    padding-bottom: .3rem;
		    line-height: 1.5;
		}	
	.main_huo .huo_box .huo_item{width:50%}
	.h-logo{width: 15em;}
	.home_des_banner{display: none;}
	.dc_video{width: 100%;
	height: auto;
	background: none;}
	.dc_video video{width: 100%;height: auto;
	}
	footer {
		padding: .6rem 0;
		box-sizing: border-box;
	}
	footer p {
		font-size: .26rem;
	}
	footer .share {
		margin-top: .3rem;
	}
	footer .share img {
		width: .5rem;
	}
	footer .em {
		width: 2rem;
		height: .8rem;
		display: flex;
		align-items: center;
		float: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: .5rem;
	}
	footer .em a p {
		font-size: .28rem;
		margin-left: .1rem;
	}
	footer .em a img {
		width: .4rem;
	}
	.mobile_header {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
		background: rgba(0, 0, 0, 0.3);
		display: none;
	}
	.mobile_header ul {
		overflow: hidden;
		width: 100%;
	}
	.mobile_header .close {
		width: .5rem;
		float: right;
		margin: .3rem;
	}
	.mobile_header ul li {
		font-size: .26rem;
		text-align: center;
		border-bottom: 1px solid #000;
	}
	.navbarfade {
		overflow: hidden;
		display: none;
	}
	.navbarfade a {
		display: block;
		/* align-items: center; */
		height: .8rem;
		line-height: 0.8rem;
		/* width: 33.33%; */
		text-align: center;
		justify-content: center;
		font-size: .26rem;
		/* float: left; */
		color: #ccc;
		text-align: left;
		padding-left: 1rem;
	}
	.mobile_header ul li>a {
		height: 100%;
		padding-left: .5rem;
		display: flex;
		align-items: center;
		color: #fff;
		justify-content: space-between;
		padding-right: .3rem;
		height: .9rem;
	}
	.mobile_header ul li>a.on img {
		transform: rotate(90deg);
	}
	.sz {
		display: flex;
	}
	.mobile_header ul li>a img {
		transition: all .3s;
		width: .4rem;
	}
	.mobile_header .box {
		width: 70%;
		background: #211F36;
		overflow: auto;
		position: absolute;
		top: 0;
		right: -70%;
		height: 100%;
	}
	.mobile_header .network {
		width: 100%;
		height: .65rem;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #FFBA40;
		margin: .3rem 0;
	}
	.mobile_header .network a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.mobile_header .network p {
		font-size: 13px;
		color: #FFBA40;
		margin-left: 5px;
	}
	.mobile_header .link {
		width: 100%;
		height: .65rem;
		border-radius: 4px;
		display: flex;
		align-items: center;
		margin: .3rem 0;
		justify-content: center;
		border: 1px solid #FFBA40;
	}
	.mobile_header .link img {
		width: .4rem;
	}
	.mobile_header .link .line {
		width: .5rem;
		margin: 0 .5rem;
	}
	.mobile_header .link a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.mobile_header .line {
		margin: 0 5px;
	}
	.mobile_header .c {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: .3rem;
	}
	.mobile_header .c span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45%;
		height: .5rem;
		font-size: .26rem;
		border: 1px solid #FFBA40;
		border-radius: .1rem;
		color: #FFBA40;
	}
	.mobile_header .c span.on {
		background: #FFBA40;
		color: #fff;
	}
	.cs {
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: .3rem;
		padding: 0 .5rem;
		width: 100%;
	}
	.mobile_header .connect {
		overflow: hidden;
		width: 100%;
		height: .65rem;
		border: 1px solid #FFBA40;
		border-radius: .1rem;
		border-radius: 4px;
	}
	.mobile_header .connect a {
		display: flex;
		align-items: center;
		font-size: .26rem;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #FFBA40;
	}
	.sz {
		display: flex;
		align-items: center;
	}
	.sz img {
		width: .45rem;
		margin-left: .3rem;
	}
	.menu {
		width: .45rem;
		display: block;
	}
	.fadein .search input {
		width: 4.5rem;
		height: 1rem;
		font-size: .3rem;
	}
	.fadein {
		z-index: 9999;
	}
	.fadein .search img {
		width: .5rem;
	}
	.fadein .close {
		width: .5rem;
	}
	.navbar {
		position: fixed;
		left: 0;
		top: .5rem;
		z-index: 999;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		width: 100%;
		transition: all .3s;
	}
	.navbar.on {
		top: 0;
	}
	.forms {
		width: 6.9rem;
		border-radius: .1rem;
		padding: .3rem;
	}
	.forms .tit p {
		font-size: .45rem;
		margin-bottom: .3rem;
	}
	.forms .tit span {
		font-size: .26rem;
		line-height: 1.5;
	}
	.forms input {
		height: .8rem;
		font-size: .26rem;
	}
	.forms textarea {
		height: 1.5rem;
	}
	.max_service_container{
		width: 100%;
	}
	.service_container{
		width: 100%;
	}
	.service_container .swiper-slide{
		width: 50%;
	}
	.max_service_container .service_left,.max_service_container .service_right{
		display: none;
	}
	.max_huo_container{
		width: 100%;
	}
	.huo_container{
		width: 100%;
	}
	.huo_container .swiper-slide{
		width: 33.33%;
	}
	.max_huo_container .huo_left,.max_huo_container .huo_right{
		display: none;
	}
	
	.index_adv .swiper-slide.ani-slide .bannel_title{
		font-size: 0.5rem;
	}
	.index_adv .swiper-slide.ani-slide .bannel_desc{
		font-size: 0.3rem;
	}
	.service_container .swiper-slide a p{
		font-size: 0.3rem;
		padding: 0.1rem;
	}


	.main_job{
		padding-top: 20px;
	}
	.main_job .m{
		width: 100%;
	}
	.main_job .m h2{
		font-size: 0.5rem;
		padding-bottom: 0.4rem;
	}
	.main_job .m .box{
		    margin-top: 0.5rem;
	}
	.main_job .m .box .label a{
		display: block;
	}
	.main_job .m .box .label .pic{
		width: 100%;
	}
	.main_job .m .box .label .font{
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
		padding: 0px 0.2rem;
	}
	.main_job .m .link{
		margin-top: 0.3rem;
	}
	.navbar .m, .main_slide_info .m{
		width: 100%;
	}
	.product_list{
		width: 100%;
	}
	.product_list .item{
		width: 50%;
		margin: 0px;
		padding: 0.2rem;
	}
	.product_list .item .pic{
		/* height: 1.8rem; */
	}
	.chen_bannel img{
		width: 100%;
	}
	.main_job{
		padding-top: 20px;
	}
	.main_job .m{
		width: 100%;
	}
	.main_job .m h2{
		font-size: 0.5rem;
		padding-bottom: 0.4rem;
	}
	.main_job .m .box{
		    margin-top: 0.5rem;
	}
	.main_job .m .box .label a{
		display: block;
	}
	.main_job .m .box .label .pic{
		width: 100%;
	}
	.main_job .m .box .label .font{
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
		padding: 0px 0.2rem;
	}
	.main_job .m .box .label.type1 .font{
		padding: 0px 0.2rem 0.2rem;
	}
	.main_job .m .link{
		margin-top: 0.3rem;
	}
}

.page-wraper{ text-align:center; background:#fff; padding:30px 0;}
.page{ overflow:hidden;font-size: 0;    display: inline-block;}
.page a{width:40px;height:40px; font-size:13px;line-height:40px;margin-right:10px; display:inline-block;background:#F6F6F6;color:#999; font-size:13px;}
.page a:hover,.page span{background:#bb161d;color:#fff;}
.page span{width:40px; line-height:40px; height:40px; padding:0; font-size:14px;  text-align:center; margin:0 10px 0 0; display:inline-block;}
/*# sourceMappingURL=css.css.map */

.contact-form{max-width: 1076px; margin:0 auto; text-align: left;margin-top: 30px;}
.contact-form h3{margin-bottom: 20px;}
label{display:block;margin-bottom:5px}
label[for]{cursor:pointer; font-size: 16px;}
input,textarea{padding:8px 15px}
@media only screen and (min-width:750px){input,textarea{padding:10px 18px}
}
.grid__item{float:left;padding-left:30px;width:100%}
.medium-up--one-half{width:50%}
.disclosure__toggle,input,select,textarea{border:1px solid #828282;background-color:#ffffff;color:#162950;max-width:100%;line-height:1.2;border-radius:2px}
.disclosure__toggle:focus,input:focus,select:focus,textarea:focus{border-color:#ffb32b}
.disclosure__toggle[disabled],input[disabled],select[disabled],textarea[disabled]{cursor:default;background-color:#f4f4f4;border-color:#f4f4f4}
.form-vertical input,.form-vertical select{display:block;width:100%;margin-bottom:19.44444px}
.form-vertical textarea{display:block;width:calc(100% - 36px);margin-bottom:19.44444px}
.grid{list-style:none;margin:0;padding:0;margin-left:-30px}
.grid::after{content:'';display:table;clear:both}
@media only screen and (max-width:749px){
  .grid{margin-left:-22px}
}
.grid--half-gutters{margin-left:-15px}
.grid--half-gutters>.grid__item{padding-left:15px}
.form-vertical input.btn{padding: 10px 18px;border: 1px solid transparent;background-color: #da2f0c;color:#fff;letter-spacing: 0.08em;font-size: 18px;text-align: center; width: auto; display: inline-block; text-transform: uppercase; cursor: pointer;}