@charset "utf-8";
/* .swiper .swiper-slide img{width: 100%;} */
/* .icn_banner {
	border: 1px solid red;
} */


.icn_banner {
	font-size: 0;
}
.icn_banner img{
	width: 100%;
}

/* 公共部分样式 */
/* 首页公共标题 */
.ipub_tit{
	text-align: center;
}
.ipub_tit h2{
	color: #333;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ipub_tit h2 span{
	color: #eac823;
}
.ipub_tit .txt{
	color: #333;
	font-size: 18px;
	line-height: 30px;
}



/* 内页公共栏目 */
.pub_column{
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.pub_column ul{
	float: left;
	overflow: hidden;
}
.pub_column ul li{
	color: #333;
	font-size: 16px;
	/* padding: 30px 70px; */
	display: inline-block;
	border-left: 1px solid #e6e6e6;
}
.pub_column ul li:last-child{
	border-right: 1px solid #e6e6e6;
}
.pub_column ul li.on{
	position: relative;
}
.pub_column ul li.on::after{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom:  -1px;
	border: 2px solid #eac823;
	background-color: #eac823;
}
.pub_column ul li a{
	padding: 30px 70px;
	display: inline-block;
}

.pub_column  .retrun{
	color: #333;
	font-size: 16px;
	float: right;
	padding-left: 30px;
	position: relative;
	margin-top: 31px;
}
.pub_column .retrun::after{
	content: '';
	width: 22px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px; 
	background-image: url(../images/home.png);
	position: absolute;
	left: 0;
	top: -2px;
}


/* 内页公共标题 */
.pub_tit{
	text-align: center;
}

.pub_tit  i{
	color: #eac823;
	font-size: 48px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
}
.pub_tit  h3{
	color: #333;
	font-size: 36px;
	margin-top: 15px;
}


/* 公共页码 */
.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #888;
	margin:0 10px;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.prev,
.page .pagination li.next {
	/* padding:0 16px; */
	font-family: "宋体";
	font-weight: bold;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #333;
	border-bottom:1px solid #333;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
	color:#ddd;
	display:none;
}


/* 公共优点 */
.pub_adv{
	padding-top: 100px;
	padding-bottom: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/adv_bg.jpg);
}

.pub_adv .img_c{
	width: 395px;
	height: 400px;
	margin: 0 20px;
}
.puadv_slide .swiper-wrapper{
	margin-bottom: 90px;
}
.pub_adv .pub_tit h3{
	color: #fff;
}
.pub_adv .pub_tit{
	margin-bottom: 80px;
}
.pub_adv .swiper-slide{
	color: #fff;
}
.pub_adv .swiper-slide .list{
	width: 450px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pub_adv .swiper-slide .list .img{
	width: 75px;
	height: 90px;
	margin-right: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 97%; 
	position: relative;
}
.pub_adv .swiper-slide .left .list .img::after,
.pub_adv .swiper-slide .right .list .img::after
{
	content: '';
	width: 52px;
	height: 60px;
	background-image: url(../images/dbx.png);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -26px;
	z-index: -1;
	display: none;
}
.pub_adv .swiper-slide  .list:hover .img::after{
	display: block;
} 
.pub_adv .swiper-slide .list .txt{
	width: 330px;
}
.pub_adv .swiper .swiper-pagination-bullet{
	width: 70px;
	height: 5px;
	border-radius: 0;
	margin: 0 10px;
	opacity: 1;
	outline: none;
	background-color: #fff;
}

.pub_adv .swiper .swiper-pagination-bullet-active{
	background-color: #eac823;
}



/* 头部 */
.header{
	width: 100%;
	text-align: center;
	padding:30px 0;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s; 
}

.header h1{
	width:205px;
	height:45px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 95%;
	background-image: url(../images/logo.png);
	float:left;
}
.header h1 a{
	display:inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}
.header .nav{
	display: inline-block;
	margin-top: 5px;
}
.header .nav li{
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0 20px;
	font-family: 'MiSans-l';
	text-transform: uppercase;
	display: inline-block;	
}
.header .nav li a{
	padding: 0 10px;
	display: inline-block;
}
.header .btn_grop{
	float:right;
	margin-top: 5px;
}
.header .btn_grop a{
	float:left;
	width: 35px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position:left  center;
	display: inline-block;
	font-size: 16px;
}
.header .btn_grop a:last-child{
	margin-right: 0;
}
.header  a.search{
	background-size: auto 16px;
	background-image: url(../images/seach.png);
}
.header a.search::after{
	content: '';
	border-right: 1px solid #d7d7d7;
}
.header a.search::after{padding-right: 30px;}
.header a.earch::after{padding-right: 20px;}
.header a.earch{
	color: #fff;
	font-size: 14px;
	width: auto;
	padding-left: 30px;
	background-position: left center;
	background-size: auto 18px;
	background-image: url(../images/en.png);
}

.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
	box-shadow: 1px 2px 3px #ddd;
}
.header .form_box{
	box-shadow: none;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/seach.png);
	position: absolute;
	right:0;
	top:0;
}
.header:hover{
	background-color: #fff;
}
.header:hover .nav li{
	color: #000;
} 
.header:hover .nav li.on{
	position: relative;
}
.header:hover .nav li.on::after{
	content: '';
	width: 100%;
	border: 2px solid #eac823;
	background-color: #eac823;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.header:hover  h1{
	background-image: url(../images/logo_other.png);
}
.header:hover .search{
	background-image: url(../images/search_other.png);
}
.header:hover .earch{
	color: #999;
	background-image: url(../images/en_othe.png);
}


/* 底部 */
.footer{
	background-color: #212121;
}
.footer .top{
	padding-top: 75px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 35px;
	border-bottom: 1px solid #3d3d3d;
}
.footer .top .pic_box{
	float: left;
}
.footer .top .footer_logo{
	width: 205px;
	height: 45px;
}
.footer .top .footer_logo a{
	width: 205px;
	height: 45px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/foot_logo.png);
}
.footer .qr {
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
}
.footer .qr .vx,
.footer .qr .xcx
{
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 48px;
}
.footer .qr .vx{
	background-image: url(../images/icon_vx.png);
}
.footer .qr .vx img {
    width: 130px;
    height: 130px;
    position: absolute;
	top: 60px;
    left: 50%;
    margin-left: -65px;
    max-width: none;
    max-height: none;
    display: none;
    cursor: pointer;
}
.footer .qr .xcx{
	background-image: url(../images/icon_xcx.png);
}
.footer .qr .xcx img {
    width: 130px;
    height: 130px;
    position: absolute;
	top: 60px;
    margin-left: 0;
    max-width: none;
    max-height: none;
    display: none;
    cursor: pointer;
}
.footer .qr .vx:hover img,
.footer .qr .xcx:hover img
{
	display: block;
}



.footer .top .text_box{
	width: 975px;
	float: right;
}
.footer .top dl{
	float: left;
	margin-bottom: 20px;
	margin-right: 70px;
}
.footer .top dl:first-child{
	margin-left: 20px;
}
.footer .top dl:last-child{
	margin-right: 0;
}
.footer .top dt{
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
}
.footer .top dd{
	font-size: 15px;
	color: #999;
	margin-bottom: 15px;
}
.footer .top dd a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer .bto{
	padding-bottom: 25px;
}
.footer .bto p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}


/* 底部侧边栏 */
.flex_right_box{
	position: fixed;
	right:5px;
	top:37%;
	z-index: 9999;
	font-size:0;
}
.flex_right_box .list{
	width:60px;
	position: relative;
	margin-bottom:5px;
}
.flex_right_box .list>a{
	width:60px;
	height:60px;
	display:inline-block;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
}
.flex_right_box .list .showbox{
	position: absolute;
	width:300px;
	top:0;
	left:-305px;
	min-height:60px;
	background:#fff;
	display:none;
}
.flex_right_box .list:hover .showbox{
	display:block;
	font-size:15px;
	color:#333;
	text-align: center;
}
.flex_right_box .list .showbox>p{
	height:60px;
	line-height:60px;
	font-size:20px;
}
.flex_right_box .list .showbox .img{
	width:125px;
	margin: 10px auto;
	
}
.flex_right_box .list .showbox .img img{
	width:125px;
	height:125px;
}
.flex_right_box .list .showbox .img p{
	height:35px;
	line-height:35px;
	
}
.flex_right_box .list a.wx{
	background-image: url(../images/fltag1.png);
}
.flex_right_box .list a.call{
	background-image: url(../images/fltag2.png);
}
.flex_right_box .list a.tomsg{
	background-image: url(../images/fltag3.png);
}
.flex_right_box .list a.gotop{
	background-image: url(../images/fltag4.png);
}

.flex_right_box .list a.wx:hover{
	background-color:#eac823;
	background-image: url(../images/fltago1.png);
}
.flex_right_box .list a.call:hover{
	background-color:#eac823;
	background-image: url(../images/fltag2o.png);
}
.flex_right_box .list a.tomsg:hover{
	background-color:#eac823;
	background-image: url(../images/fltag3o.png);
}
.flex_right_box .list a.gotop:hover{
	background-color:#eac823;
	background-image: url(../images/fltag4o.png);
}





/* 首页轮播图 */
.ibanner{
	position: relative;
}
.ibanner .swiper-slide img{
	width: 100%;
	max-width: 100%;
/* 	max-height: 900px; */
}
.ibanner .swiper-button-prev{
	outline: none;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/ibanner_prve.png);
}
.ibanner .swiper-button-next{
	outline: none;
	background-position: right ;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/ibanner_next.png);
}
.ibanner .swiper-button-prev::after,
.ibanner .swiper-button-next::after
{
	display: none;
}
.ibanner .swiper-pagination{
	position: absolute;
	bottom: 25px;
}
.ibanner .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	margin: 0 15px;
	background-color: #fff;
	outline: none;
}

.ibanner .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #eac823;
}

/* 首页板块1 */
.ibrief{
	padding-top: 115px;
	padding-bottom: 85px;
}
.ibrief .text_box{
	float: left;
}
.ibrief .agroup{
	width: 340px;
}
.ibrief .agroup a{
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	display: inline-block;
}
.ibrief .agroup a:first-child{
	color: #fff;
	width: 170px;
	background-color: #eac823;
	position: relative;
}
.ibrief .agroup a:first-child:hover{
	color: #000;
}
.ibrief .agroup a:first-child::after{
	content: '';
	width: 0;
	height: 0;
	margin-left: 150px;
	position: absolute;
	left: 19px;
	top: 0px;
	border-bottom: 49px solid #eac823;
	border-left: 30px solid transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.ibrief .agroup a:last-child{
	width: 165px;
	background-color: #f5f5f5;
}
.ibrief .agroup a:last-child:hover{
	color: #666;
}



.ibrief .text_box{
	width: 590px;
}
.ibrief .ibrief_logo{
	width: 305px;
	height: 45px;
	background-position: left right;
	background-repeat: no-repeat;
	background-image: url(../images/ibrief_logo.png);
}
.ibrief  .tit{
	margin-bottom: 50px;
}
.ibrief  .tit h2{
	color: #333;
	font-size: 48px;
	font-weight: bold;
	margin-top: 10px;
}
.ibrief .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 55px;
}

.ibrief .video{
	float: right;
	width: 650px;
	height: 480px;
	position: relative;
}
.ibrief .video:hover{
	cursor: pointer;
}



.ibrief_num{
	width: 100%;
	padding: 100px 0; 
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/ab1_bg.png);
}
.ibrief_num .list_box{
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #fff;
}
.ibrief_num .list{
	width: 250px;
	position: relative;
	text-align: center;
}
.ibrief_num .list .num span{
	color: #333;
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
}
.ibrief_num .list .num i{
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px; 
	position: absolute;
	top: 35px;
	right: 85px;
}
.ibrief_num .list:nth-child(2) .num i{
	right: 70px;
}
.ibrief_num .list:last-child .num i{
	right: 50px;
}
.ibrief_num .list p{
	color: #666;
	font-size: 14px;
}



/* 首页板块3 */
.ipro{
	padding: 90px 0;
	background-color: #f5f5f5;
}

.ipro .list_box{
	margin-top: 60px;
}
.ipro .list{ 
	display: flex;
/* 	align-items: center; */
	width: 630px;
	height: 340px;
	padding: 50px 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
	margin-right: 40px;
	background-color: #fff;
}
.ipro .list:nth-child(2n){
	margin-right: 0;
}

.ipro .list .txt{
	width: 250px;
	float: left;
	position: relative;
}
.ipro .list .txt h4{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 999;
	margin-bottom: 30px;
}
.ipro .list .txt h4::after{
	content: '';
	width: 30px;
	height: 40px;
	z-index: -1;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/ipro_bg.png);
	position: absolute;
	left: -16px;
	top: -10px;
}

.ipro .list .txt ul li{
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
	list-style-image: url(../images/dian.png);
}
.ipro .list .txt ul li:last-child{
	margin-bottom: 0;
}
.ipro .list .txt ul li em{
	font-size: 14px;
	padding-left: 10px;
}
.ipro .list .txt span{
	width: 140px;
	height: 30px;
	color: #333;
	font-size: 14px;
	width: 135px;
	padding: 5px 0;
	display: block;
	text-align: center;
/* 	margin-top: 30px; */
	/* position: relative; */
	position: absolute;
	top: 200px;
}
.ipro .list .txt span::after{
	content: '';
	width: 140px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/irpo.png);
}
.ipro .list .txt span:hover{
	color: #999;
}

.ipro .list .img{
	width: 280px;
	height: 190px;
	float: right;
}






/* 首页板块4 */
.isolve{
	width: 1920px;
	padding-top: 100px;
	margin: 0 auto;
	/* margin: 100px 0; */
}
.isolve .ipub_tit{
	margin-bottom: 50px;
}
.isolve_slide{
	width: 50%;
	float: left;
}
.isolve_slide .list {
	height: 678px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; 
	display: none;
}
.isolve_slide .list.on{
	display: block;
}
.isolve_slide .list .txt{
	padding-top: 150px;
	padding-left: 300px;
	padding-right: 50px;
}
.isolve_slide .list .txt h5{
	color: #fff;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 25px;
	position: relative;
}
.isolve_slide .list .txt h5::after{
	content: '';
	width: 65px;
	border-top: 1px solid #fff;
	position: absolute;
	top: -30px;
	left: 0;
}
.isolve_slide .list .txt p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.isolve_slide .list .txt a{
	color: #fff;
	padding: 15px;
	width: 100px;
	border: 1px solid #fff;
	display: block;
	margin-top: 20px;
	text-align: center;
}
.isolve_slide .list .txt a:hover{
	color: #fff;
	background-color: #eac823;
}


.isolve .list_box{
	width: 50%;
	float: right;
}
.isolve .list_box .list{
	background-color: #2c5b92;
	border-bottom: 1px solid #5476a2;
	position: relative;
}
.isolve .list_box .list:hover{
	background-color: rgba(61,106,159,0.8);
}
.isolve .list_box .list:hover i{
	color: #eac823;
}
.isolve .list_box .list a{
	padding-top: 44px;
	padding-left: 30px;
	padding-right: 70px;
	padding-bottom: 30px;
	display: block;
}
.isolve .list_box .list i{
	color: #fff;
	font-size: 48px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	display: inline-block;
}
.isolve .list_box .list  h5{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.isolve .list_box .list p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.isolve .list_box .list  span{
	width: 25px;
	height: 25px;
	margin-top: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 25px 25px; 
	background-image: url(../images/isolve_arrow.png);
	position: absolute;
	right: 80px;
	bottom: 50px;
}



/* .isolve .isolve_slide{
	width: 50%;
	height: 800px;
	float: left; 
	box-sizing: border-box;
}
.isolve .isolve_slide  .img{
	width: 960px;
}
.isolve .isolve_slide  .txt{
	color: #fff;
	position: absolute;
	top: 160px;
	left: 305px;
}
.isolve .isolve_slide .txt h5{
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 25px;
	position: relative;
}
.isolve .isolve_slide .txt h5::after{
	content: '';
	width: 65px;
	border-top: 1px solid #fff;
	position: absolute;
	top: -20px;
	left: 0;
}
.isolve .isolve_slide .txt p{
	font-size: 16px;
	line-height: 30px;
}
.isolve .isolve_slide .txt a{
	padding: 15px;
	width: 100px;
	border: 1px solid #fff;
	display: block;
	margin-top: 20px;
	text-align: center;
}
.isolve .txt a:hover{
	color: #fff;
	background-color: #eac823;
}

.isolve .list_box{
	width: 50%;
	background-color: #2c5b92;
	float: right;
	box-sizing: border-box;
	overflow: visible;
}
.isolve .list_box .list{
	
	padding-top: 44px;
	padding-left: 30px;
	padding-right: 70px;
	padding-bottom: 30px;
	border-bottom: 1px solid #5476a2;
}
.isolve .list_box .list:hover{
	background-color: rgba(61,106,159,0.8);
}
.isolve .list_box .list  p{
	color: #ebca30;
	font-size: 48px;
	line-height: 30px;
	margin-bottom: 30px;
}
.isolve .list_box .list .tit{
	float: left;	
}
.isolve .list_box .list .tit h5{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.isolve .list_box .list .tit i{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: block;
}
.isolve .list_box .list  span{
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 25px 25px; 
	background-image: url(../images/isolve_arrow.png);
}
 */








/* 首页板块5 */
.indu{
	padding-top: 90px;
	padding-bottom: 160px;
	background-color: #f5f5f5;
}
.indu .tab{
	margin-top: 60px;
}
.indu .tab .hdd li{
	color: #333;
	width: 25%;
	padding: 45px 0;
	text-align: center;
	background-color: #fff;
	float: left;
}
.indu .tab .hdd li:hover{
	cursor: pointer;
}
.indu .tab .hdd li.on{
	color: #fff;
	background-color: #eac823;
	position: relative;
}
.indu .tab .hdd li.on::after{
	content: '';
	width: 26px;
	height: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 25px; 
	background-image: url(../images/ixuanze_arrow.png);
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -20px;
}
.indu .tab .hdd li h3{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.indu .tab .hdd li p{
	font-size: 18px;
}

.indu .tab  .bdd{
	padding-top: 20px;
}
.indu .tab .bdd #d2,#d3,#d4{
	display: none;
}
.indu .tab .bdd li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 35px 35px 60px;
	background-color: #fff;
}
/* .indu .tab .bdd li.on{
	display: block;
} */
.indu .tab .bdd li .text{
	width: 420px;
	float: left;
}
.indu .tab .bdd li .text h4{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.indu .tab .bdd li .text .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.indu .tab .bdd li .text .txt p{
	margin-top: 50px;
}
.indu .tab .bdd li .pic_box{
	width: 700px;
	height: 420px;
	/* background-color: #f5f5f5; */
	float: right;
}
.indu .tab .bdd li .pic_box .img{
	/* width: 215px;
	height: 260px; */
}
.indu .tab .bdd li .pic_box h5{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 25px;
}


/* 首页板块6 */
.icase{
	padding-top: 100px;
	position: relative;
}
.icase .ipub_tit{
	margin-bottom: 50px;
}
.icase .swiper{
	width: 1035px;
	height: 600px;
	overflow: visible;
}
.icase .swiper-slide{
	text-align: center;
}
.icase .swiper-slide h5{
	color: #fff;
	font-size: 18px;
	width: 100%;
	padding: 30px 0;
	position: absolute;
	bottom: 0;
	background-color: rgba(97,97,101,0.5);
}
.icase  .swiper-button-prev{
	outline: none;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/icho_prve.png);
	position: absolute;
	left: -200px;
}
.icase  .swiper-button-next{
	outline: none;
	background-position: right ;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/icho_next.png);
	position: absolute;
	right: -200px;
	
}
.icase .swiper-button-prev::after,
.icase .swiper-button-next::after
{
	display: none;
}





/* 首页板块7 */
.iser{
	padding-top: 130px;
	margin-bottom: 120px;
}
.iser .left{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.iser .left a{
	width: 630px;
	height: 480px;
	display: block;
}
.iser .left .text{
	width: 85%;
	padding: 25px 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.iser .text .txt{
	width: 450px;
}
.iser .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.iser .left:hover .txt h4{
	color: #eac823;
}
.iser  .txt p{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.iser .left:hover .txt p{
	color: #666;
}

.iser .text span{
	width: 50px;
	height: 50px;
	background-color: #edd053;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 15px;
	background-image: url(../images/arrow.png);
	display: block;
}

.iser .list_box{
	width: 630px;
	float: right;
}
.iser .ipub_tit{
	margin-bottom: 70px;
}
.iser .list{
	margin-bottom: 30px;
}
.iser .list:last-child{
	margin-bottom: 0;
}
.iser .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .iser .list a:last-child{
	margin-bottom: 0;
} */

.iser .list .img{
	width: 250px;
	height: 140px;
}
.iser .list .txt{
	width: 350px;
}
.iser .list .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.iser .list:hover .txt h4{
	color: #eac823;
}
.iser .list .txt p{
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.iser .list:hover .txt p{
	color: #666;
}




/* 首页板块8 */
.icho{
	padding-top: 110px;
	padding-bottom: 150px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/choice_bg.png);
/* 	position: relative; */
}
.icho .ipub_tit{
	margin-bottom: 140px;
}

.icho_slide{
	width: 1110px;
	text-align: center;
}
.icho_slide .swiper-slide .img{
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
}

.icho_slidebox{
	position: relative;
}
.icho .swiper-button-prev{
	width: 37px;
	height: 73px;
	outline: none;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/icho_prve.png);
	opacity: 1;
	position: absolute;
	left: -40px;
}
.icho .swiper-button-next{
	width: 37px;
	height: 73px;
	outline: none;
	background-position: right ;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/icho_next.png);
	opacity: 1;
	position: absolute;
	right: -20px;
}
.icho .swiper-button-prev:hover{
	background-image: url(../images/icho_prvesel.png);
}
.icho .swiper-button-next:hover{
	background-image: url(../images/icho_nextsel.png);
}
.icho .swiper-button-prev::after,
.icho .swiper-button-next::after
{
	display: none;
}
.icho .swiper-button-disabled{
	opacity: 1;
}







/* contact page */
.contact .main{
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 55px;
	padding-right: 30px;
	margin-top: 75px;
	background-color: #f8f8f8;
}
.contact .left{
	width: 500px;
	float: left;
}
.contact .left .tit{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.contact .left .tit h2{
	font-size: 22px;
	margin-bottom: 30px;
}
.contact .left .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 130px;
}
.contact .left .text .img{
	width: 120px;
	height: 120px;
}

.contact .right{
	width: 590px;
	float: right;
	overflow: hidden;
}
.contact .right input,
.contact .right textarea{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	padding: 10px;
	border-radius: 5px;
}
.contact .right .li_group,
.contact .right .li{
	margin-bottom: 20px;
}
.contact .right .li_group input{
	width: 44%;
	/* border: 1px solid red; */
}
.contact .right textarea{
	width: 100%;
	height: 150px;
}
.contact .right .renzhen{
	display: flex;
	align-items: center;
}
.contact .right .renzhen input{
	width: 180px;
}
.contact .right .renzhen .img{
	width: 180px;
	height: 56px;
	margin-left: 20px;
}
.contact .right .renzhen .img img{
	width: 100%;
	height: auto;
}
.contact .right button{
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 0 15px;
	outline: none;
	border: none;
	background-color: #eac823;
}
#map{
	margin-top: 85px;
	height: 625px;
}
#map img{
	width: 100%;
}



/* pro page */
.pro{
	padding: 80px 0;
	background-color: #f2f3f4;
}
.pro .list{
	width: 390px;
	margin-right: 65px;
	margin-bottom: 70px;
	transition: all .5s; 
	float: left;
	box-sizing: border-box;
}
.pro .list a{
	width: 100%;
	display: inline-block;
}
.pro .list:nth-child(3n){
	margin-right: 0;
}
.pro .list .pic_box{
	width: 100%;
	padding: 30px 0;
	border: 1px solid #d8d8d8;
}
.pro .list .img{
	width: 350px;
	height: 280px;
	margin: 0 auto;
}
.pro .list .img img{
	width: 100%;
	height: auto;
}
.pro .list h4{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.pro .list:hover{
	transform: translateY(-15px);
}
.pro .page{
	padding: 0;
}





/* prov page */
.prov_box{
	padding-top: 90px;
	padding-bottom: 70px;
	background-color: #f2f3f4;
}

/* 产品详情1 */
.prov1 {
	margin-bottom: 65px;
}
.prov1 .img{
	width: 700px;
	height: 550px;
	margin-left: 0;
	background-color: #fff;
}
.prov1 .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 470px;
	margin-right: 60px;
}
.prov1 .text h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}
.prov1 .text span{
	color: #666;
	display: block;
}
.prov1 .text .txt{
	color: #666;
	margin-top: 30px;
}
.prov1 .text .btn_grop a{
	width: 190px;
	padding: 15px 0;
	text-align: center;
	display: inline-block;
	margin-top: 80px;
}
.prov1 .text .btn_grop a:first-child{
	color: #333;
	background-color: #eac823;
	margin-right: 10px;
}
.prov1 .text .btn_grop a:first-child:hover{
	color: #fff;
}
.prov1 .text .btn_grop a:last-child{
	color: #fff;
	background-color: #666;
}
.prov1 .text .btn_grop a:last-child:hover{
	color: #333;
}

/* 产品详情2 */
.prov2 .main{
	padding: 90px 0;
	background-color: #fff;
}
.prov2 .tit{
	margin-bottom: 80px;
	text-align: center;
}
.prov2 .tit i{
	color: #eac823;
	font-size: 48px;
	font-weight: bold;
	line-height: 36px;
}
.prov2 .tit h3{
	color: #333;
	font-size: 36px;
	margin-top: 15px;
}
.prov2 .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	padding: 0 30px;
}
.prov2 .img{
	width: 600px;
	height: 600px;
	margin: 0 auto;
	margin-top: 45px;
}
.prov2 .img img{
	width: 100%;
	height: auto;
}



/* 产品详情3 */
.prov3 .main{
	margin-top: 50px;
	padding: 30px 0;
	background-color: #fff;
}
.prov3 a{
	color: #333;
	font-size: 16px;
	display: inline-block;
}
.prov3 .prev{
	float: left;
	margin-left: 20px;
}
.prov3 .next{
	float: right;
	margin-right: 20px;
}



/* news page */
.news{
	padding: 70px 0;
	background-color: #f2f3f4;
}
.news .list{
	width: 400px;
	height: 550px;
	float: left;
	margin-right: 48px;
	margin-bottom: 65px;
	background-color: #fff;
}
.news .list:nth-child(3n){
	margin: 0;
}
.news .list a{
	display: block;
	padding: 45px 25px 40px 25px;
}
.news .list span{
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.news .list h4{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.news .list .img{
	width: 350px;
	height: 200px;
	margin-bottom: 25px;
}
.news .list .txt{
	color: #999;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .list :hover h4{
	color: #eac823;
}
.news .list .btn{
	color: #666;
	font-size: 14px;
	line-height: 36px;
	margin-top:  30px;
}
.news .list .btn span:last-child{
	width: 75px;
	height: 35px;
	display: inline-block;
	transition: all .5s;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/news_arrow.png);
}
.news .list:hover .btn span:last-child {
	transform: translateX(10px);
}




/* newsv page___新闻详情 */
.newsv {
	background:#F5F5F5;
	padding: 100px 0;
}
.newsv_box{
	max-width:1200px;
	margin:0 auto;
}
.newsv_box .htit {
	text-align: center;
	text-transform: uppercase;
}
.newsv_box .htit h2{
	font-size: 24px;
	color: #000;
	font-family: 'MiSans-e';
	margin-bottom:20px;
}
.newsv_box .htit p{
	background-color: #fff;
	font-size: 14px;
	padding:10px 0;
	color:#000;
}
.newsv_box .text_box{
	font-size:16px;
	color:#000;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
}
.newsv_box .btngroup{
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 15px;
	color: #444;
	background-color: #fff;
}
.newsv_box .btngroup a{
	display: inline-block;
	height:30px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsv_box .btngroup a.prev{
	float: left;
}
.newsv_box .btngroup a.next{
	float: right;
}
.newsv_box .btngroup a:hover{
	text-decoration: underline;
}









/* introduce page__介绍页面 */
/* 介绍模块1 */
.js1{
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #f2f3f4;
}
.js1 .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 0 60px;
	margin-top: 70px;
	margin-bottom: 50px;
}
.js1 .img{
	width: 1110px;
	height: 410px;
	margin: 0 auto;
}

/* 介绍模块2 */
/* 介绍模块3 */
.js3{
	padding-top: 110px;
	padding-bottom: 140px;
}
/* 上部分内容 */
.js3 .top{
	margin-top: 85px;
	background-color: #f2f3f4;
}
.js3 .top .img{
	width: 650px;
	height: 400px;
}
.js3 .top .txt{
	color: #333;
	width: 650px;
	line-height: 30px;
}
.js3 .top .txt h4,
.js3 .top .txt p{
	margin-left: 75px;
	margin-right: 100px;
}
.js3 .top .txt h4{
	font-size: 30px;
}
.js3 .top .txt p{
	font-size: 16px;
	margin-top: 45px;
}

/* 下部分内容 */
.js3 .bto {
	background-color: #f2f3f4;
}
.js3 .bto .img{
	width: 650px;
	height: 400px;
}
.js3 .bto .txt{
	color: #333;
	width: 650px;
	line-height: 30px;
}

.js3 .bto .txt h4,
.js3 .bto .txt p{
	margin-left: 75px;
	margin-right: 100px;
}
.js3 .bto .txt h4{
	font-size: 30px;
}
.js3 .bto .txt p{
	font-size: 16px;
	margin-top: 45px;

}




/* 介绍模块4 */
/* .js4{
	position: relative;
} */
.js4 .js4_slide{
	margin-top: 65px;
	margin-bottom: 120px;
}
.js4  .swiper-wrapper{
	margin-bottom: 60px;
}
.js4 .swiper-slide{
	margin: 0;
	/* padding: 30px 0; */
	box-sizing: border-box;
	/* border: 1px solid red; */
	/* background-color: #f3f3f3; */
}

.js4 .js4_slide .img{
	width: 290px;
	height: 370px;
	/* margin: 30px 0; */
	background-color: #f3f3f3;
}
.js4 .js4_slide .img img{
	width: 230px;
	height: 320px;
}
.js4 .js4_slide h5{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}
.js4 .swiper-scrollbar{
	height: 1px;
	background-color: #c1c1c1;
}
.js4 .swiper-scrollbar-drag{
	height: 10px !important;
	background-color: #eac823;
	position: absolute;
	top: -5px;
}


/* case page */
.case{
	padding: 60px 0;
	background-color: #f2f3f4;
}
.case .case_opt{
	padding: 0 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 70px;
	background-color: #fff;
}
.case .case_opt .list{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.case .case_opt .list span{
	width: 50px;
	margin-right: 20px;
	display: inline-block;
}
.case .case_opt .list>a{
	width: 40px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	text-align: center;
}
.case .case_opt .list .on{
	color: #fff;
	background-color: #eac823;
}
.case .case_opt .list ul{
	width: 1060px;
	display: inline-block;
}
.case .case_opt .list ul li{
	margin: 0 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.case .case_opt .list a{
	padding: 0 20px;
	display: inline-block;
}


/* .case .main{
	border: 1px solid blue;
} */
.case .list_box .list{
	width: 410px;
	height: 410px;
	float: left;
	background-color: #fff;
	padding-bottom: 30px;
	margin-right: 35px;
	margin-bottom: 60px;
}
.case  .list_box .list:nth-child(3n){
	margin-right: 0;
}
.case .list_box .list .img{
	width: 100%;
	height: 265px;
}
.case .list_box  .list .txt{
	padding: 0 25px;
}
.case .list_box  .list .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.case .list_box .list:hover h4{
	color: #eac823;
}
.case  .list_box .list .txt p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	padding-left: 30px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case  .list_box  .list:hover p{
	color: #999;
}
.case  .list_box .list .txt .dq::after{
	content: '';
	width: 15px;
	height: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	background-image: url(../images/case_icon1.png);
	position: absolute;
	top: 5px;
	left: 0;
}
.case .list_box .list .txt .cp::after{
	content: '';
	width: 18px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/case_icon2.png);
	position: absolute;
	top: 10px;
	left: 0;
}

/* .case .list .txt p:first-child::after{
	content: '';
	width: 15px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/case_icon1.png);
	position: absolute;
	left: 0;
	bottom: 0; 
} */



/* casev page__案例详情 */
.casev{
	padding-top: 80px;
	background-color: #f5f5f5;
}

.casev .title{
	line-height: 30px;
	text-align: center;
}
.casev .title h2{
	color: #333;
	font-size: 24px;
}
.casev .title .time{
	margin-top: 15px;
}
.casev .title .time span{
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
}
.casev .title .dd {
	margin-top: 20px;
}
.casev .title .dd p{
	color: #666;
	font-size: 16px;
	margin-right: 55px;
	display: inline-block;
}
.casev .title .dd p:last-child{
	margin-right: 0;
}
.casev  .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-top: 85px;
	margin-bottom: 105px;
}
.casev .casev_slide1 .img{
	height: 750px;
}
.casev .casev_slide1 .img img{
	width: 100%;
	height: 100%;
}
.casev .casev_slide2{
	margin-bottom: 110px;
}
.casev .casev_slide2 .img{
	width: 250px;
	height: 170px;
}
.casev .casev_slide2 .img img{
	width: 100%;
	height: 100%;
}
.casev_pag{
	padding: 60px 0;
	background-color: #fff;
}
.casev_pag{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.casev_pag p{
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}
.casev_pag .prev{
	float: left;
}
.casev_pag .next{
	float: right;
}



/* 案例详情轮播 */
.casev .casev_slide1{
	margin-bottom: 20px;
}
/* .casev .swiper-button-prev{
	position: absolute;
	left: 200px;
} */
.casev_slide1box{
	position: relative;
}
.casev_slide1box .swiper-button-prev{
	position: absolute;
	left: -150px;
}
.casev_slide1box .swiper-button-next{
	position: absolute;
	right: -150px;
}
.casev .swiper-button-prev,
.casev .swiper-button-next
{	
	color: #000;
	font-size: 20px;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
}
.casev .swiper-button-prev:hover,
.casev .swiper-button-next:hover{
	cursor: pointer;
	background-color: #eac823;
}
.casev .swiper-button-disabled{
	opacity: 0.8;
}
/* .casev .swiper-button-prev{
	margin-left: 450px;
} */
.casev .casev_slide1 img,
.casev .casev_slide2 img
{
	width: 100%;
}



/* partner page__案例合作伙伴 */
.par{
	padding: 100px 0;
	background-color: #f2f3f4;
}
.par .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
.par .pic_box .img{
	width: 238px;
	height: 120px;
	float: left;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin-right: 25px;
	/* text-align: center; */
	background-color: #fff;
	margin-bottom: 40px;
}

.par .pic_box .img:nth-child(5n){
	margin: 0;
}


/* app page__应用界面 */
/* app模块1 */
.app1{
	background-color: #f5f5f5;
}
.app1 .list_box{
	padding-top: 50px;
	padding-bottom: 35px;
}
.app1 .list{
	padding-right: 65px;
	position: relative;
	text-align: center;
}
.app1 .list::after{
	content: '';
	width: 0;
	height: 60px;
	position: absolute;
	right: 0;
	top: 40px;
	border-right: 1px solid #e3e3e3;
}
.app1 .list .pic_box {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
}
.app1 .list .pic_box .img1 img,
.app1 .list .pic_box .img2 img
{
	width: 50px;
	height: 50px;
	text-align: center;
}
/* .app1 .list .pic_box .img1 {
	display: none;
}
.app1 .list:hover  .pic_box .img1 {
	display: block;
} */
.app1 .list:hover .pic_box{
	background-color: #eac823;
}


.app1 .list h4{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}
.app1 .list:hover h4{
	color: #eac823;
}



/* app模块2 */
.app2{
	margin: 115px 0;
}

.app2 .pub_tit{
	width: 550px;
	text-align: left;
}
.app2 .pub_tit i{
	line-height: 65px;
}
/* .app2 .pub_tit p{
	margin-top: 50px;
} */
.app2 .pub_tit .txt{
	margin-top: 45px;
}
.app2 .pub_tit .txt p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 35px;
}
.app2 .pub_tit .txt p:last-child{
	margin-bottom: 0;
}
.app2 .app2_slide{
	width: 650px;
	height: 420px;
	margin-right: 0;
}
.app2 .app2_slide .swiper-pagination-bullet{
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	opacity: 1;
}
.app2 .app2_slide .swiper-pagination-bullet-active{
	background-color: #eac823;
}




/* app模块3 */
.app3 .main{
	padding-top: 100px;
	padding-bottom: 60px;
}
.app3 .list_box{
	margin-top: 60px;
}
.app3 .list{
	float: left;
	margin-right: 34px;
	margin-bottom: 50px;
	text-align: center;
}
.app3 .list:nth-child(3n){
	margin-right: 0;
}
.app3 .list .img{
	width: 410px;
	height: 265px;
	position: relative;
	overflow: hidden;
}
.app3 .list .img img{
	width: 100%;
	height: 100%;
}
.app3 .list .img::after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0px solid #eac823;
	background-color: #eac823;
	transition: all .5s;
}
.app3 .list :hover .img::after{
	width: 100%;
	border: 3px solid #eac823;
}
.app3 .list h4{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
.app3 .list:hover h4{
	color: #eac823;
}


/* 关于我们 */
/* 关于我们模块1 */
.ab1{
	margin-top: 150px;
	margin-bottom: 140px;
}
.ab1 .top .pub_tit{
	width: 600px;
	text-align: left;
}
.ab1 .top .pub_tit .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-top: 55px;
}
.ab1 .top .img{
	width: 630px;
	height: 480px;
}



.ab1 .center{
	width: 100%;
	padding: 100px 0; 
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/ab1_bg.png);
}
.ab1 .center .list_box{
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #fff;
}
.ab1 .center .list{
	width: 250px;
	position: relative;
	text-align: center;
/* 	border: 1px solid red; */
}
.ab1 .center .list .num span{
	color: #333;
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
}
.ab1 .center .list .num i{
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px; 
	position: absolute;
	top: 35px;
	right: 85px;
}
.ab1 .center .list:nth-child(2) .num i{
	right: 70px;
}
.ab1 .center .list:last-child .num i{
	right: 50px;
}
.ab1 .center .list p{
	color: #666;
	font-size: 14px;
}


.ab1 .bto .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-top: 55px;
	width: 600px;
}
.ab1 .bto .img{
	width: 630px;
	height: 480px;
}







/* 关于我们模块2背景 */
.ab2_bg{
	padding: 230px 0;
	background-position: left center;
	background-repeat: no-repeat;
	 background-size: cover;
	background-image: url(../images/about2_bg.jpg);
}
.ab2_bg .pub_tit h3{
	color: #fff;
}


/* 关于我们模块2 */
.ab2{
	width: 1300px;
	margin: 0 auto;
}
.ab2 .ab2_slide{
	width: 100%;
	/* margin-top: 110px; */
	padding-top: 110px;
	margin-bottom: 80px;
}
.ab2  .ab2_slide .swiper-wrapper{
	margin-bottom: 70px;
}
.ab2  .ab2_slide .swiper-slide{
	width: 400px;
	height: 300px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px 1px #ddd;
}
.ab2 .ab2_slide .img{
	width: 50px;
	height: 50px;
	margin-right: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
}
.ab2 .ab2_slide .txt{
	width: 250px;
}
.ab2 .ab2_slide .txt h5{
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.ab2  .ab2_slide .txt p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}
.ab2  .ab2_slide .swiper-pagination-bullet{
	opacity: 1;
	background-color: #696969;
}
.ab2  .ab2_slide .swiper-pagination-bullet-active{
	background-color: #eac823;
}



/* 关于我们模块3 */

.ab3 .pub_tit{
	margin-bottom: 65px;
}
.ab3 .swiper{
	width: 840px;
	height: 560px;
	overflow: visible;
}
.ab3 .ab3_slide .swiper-slide{
	text-align: center;
}

.ab3 .ab3_slide  .swiper-button-prev{
	width: 70px;
	height: 70px;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/about_arrow1.png);
	background-size: 70px 70px;
	position: absolute;
	left: -95px;
}
.ab3 .ab3_slide .swiper-button-next{
	width: 70px;
	height: 70px;
	outline: none;
	background-position: center  center; 
	background-repeat: no-repeat;
	background-image: url(../images/about_arrow2.png);
	background-size: 70px 70px;
	position: absolute;
	right: -95px;
}
.ab3 .ab3_slide .swiper-button-prev::after,
.ab3 .ab3_slide .swiper-button-next::after
{
	display: none;
}





/* 关于我们模块4 */
.ab4{
	margin-top: 120px;
	margin-bottom: 60px;
}
.ab4 .pub_tit{
	text-align: left;
	margin-bottom: 70px;
}

.ab4 .qh span{
	width: 160px;
	padding: 15px 0;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	margin-left: 15px;
	border: 1px solid #efefef;
}
.ab4 .qh span:hover{
	cursor: pointer;
}
.ab4 .qh span.on{
	color: #fff;
	background-color: #eac823;
}


.ab4  .bd.swiper-slide {
	box-sizing: border-box;
	margin: 0;
	margin-top: 80px;
	text-align: center;
}
.ab4 .bd .swiper-slide p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}

.ab4 .bd .swiper-slide  h5{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.ab4 .bd .swiper-wrapper{
	margin-bottom: 60px;
}

.ab4 .bd .ab4_slide .pic_box{
	background-color: #f3f3f3;
	padding: 20px 0;
	box-sizing: border-box;
}
.ab4 .bd .ab4_slide .img{
	width: 290px;
	height: 370px;
	margin: 0 auto;
}
.ab4 .bd .ab4_slide h5{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}
.ab4 .bd .swiper-scrollbar{
     height: 1px;
	 background-color: #c1c1c1;
}
.ab4 .bd .swiper-scrollbar-drag{
	height: 10px ;
	background-color: #eac823;
	position: absolute;
	top: -5px;
}




/* abouttwo page__关于我们-生产实力 */
/* 关于我们-生产实力板块1 */
.abt1{
	margin: 100px 0;
}
.abt1  .pub_tit .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}
.abt1 .list{
	width: 285px;
	padding: 55px 0;
	border: 1px solid #e5e5e5;
}
.abt1 .list .img{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/ixuanze_arrow.png);
}
.abt1 .list .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.abt1 .list .txt h4{
	font-size: 18px;
	margin-bottom: 5px;
}
.abt1 .list:hover .txt h4{
	font-weight: bold;
}
.abt1 .list:hover .txt p{
	color: #999;
}






/* 关于我们-生产实力板块2 */
.abt2{
	padding-top: 270px;
	padding-bottom: 120px;
	margin-bottom: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/abtt_2bg.jpg);
}
.abt2 .txt{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	padding: 0 150px;
	margin-bottom: 110px;
}
.abt2 .agroup{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}
.abt2 .agroup a{
	width: 265px;
	padding: 25px 0;
	margin-right: 35px;
	display: inline-block;
	background-color: #e1ecee;
}
.abt2 .agroup a:last-child{
	margin-right: 0;
}

.abt2 .agroup a i{
	width: 34px;
	height: 34px;
	padding-right: 10px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 34px; 
	 vertical-align: middle;
}
.abt2 .agroup a:hover{
	color: #fff;
	background-color: #eac823;
}






/* 关于我们-生产实力板块3 */
.abt3{
	margin-bottom: 100px;
}
.abt3 .abt3_slide{
	margin-top: 60px;
}
.abt3 .swiper-wrapper{
	margin-bottom: 70px;
}
.abt3 .swiper-slide{
	padding-top: 40px;
	padding-bottom: 60px;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
/* 	border: 1px solid blue; */
	background-color: #f7f7f7;
}
.abt3 .swiper-slide .img{
	width: 530px;
	height: 345px;
	margin: 0 auto;
}
.abt3 .swiper-slide .img img{
	width: 100%;
	height: auto;
}
.abt3 .swiper-slide .txt{
	padding: 0 100px;
/* 	border: 1px solid blue; */
}
.abt3 .swiper-slide .txt h5{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	margin-top: 40px;
	margin-bottom: 25px;
}
.abt3 .swiper-slide .txt p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;    
}
.abt3 .swiper-scrollbar{
     height: 1px;
	 background-color: #c1c1c1;
}
.abt3 .swiper-scrollbar-drag{
	height: 10px ;
	background-color: #eac823;
	position: absolute;
	top: -5px;
}






/* about3 page__关于我们-生产设备 */
.abeq{
	padding: 100px 0;
	background-color: #f2f3f4;
}
.abeq .list{
	width: 390px;
/* 	padding: 30px 0; */
	margin-right: 65px;
	margin-bottom: 70px;
	transition: all .5s; 
	background-color: #fff;
	float: left;
	box-sizing: border-box;
}
.abeq .list a{
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
.abeq .list:nth-child(3n){
	margin-right: 0;
}
.abeq .list .img{
	width: 325px;
	height: 280px;
	margin: 0 auto;
}
.abeq .list .img img{
	width: 100%;
	height: auto;
}
.abeq .list h4{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.abeq .list:hover{
	transform: translateY(-15px);
}
.abeq .page{
	padding: 0;
}

/* 人才招聘 */
.job {
  margin-top: 80px;
  margin-bottom: 70px;
}
.job .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-top: 55px;
}