
.header{
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
	background: #ffffff;
}
.header .centerBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.header .youce{
	display: flex;
	align-items: center;
}
.header .youce .dao{
	margin-right: 70px;
}
.header .youce .dao,.header .youce .wai{
	font-size: 0;
}
.header .youce .dao>.yi,.header .youce .wai>.yi{
	line-height: 100px;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	height: 100px;
	position: relative;
}
.header .youce .dao>.yi>a,.header .youce .wai>.yi>a{
	color: #000000;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	margin-top: 25px;
}
.header .youce .dao>.yi:hover>a,.header .youce .wai>.yi:hover>a,.header .youce .dao>.yi.on>a,.header .youce .wai>.yi.on>a{
	color: #ffffff;
	background: #333333;
}
.header .youce .en{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header .youce .en img{
	display: inline-block;
	vertical-align: middle;
}
.header .youce .en img:first-child{
	margin-right: 6px;
}
.header .logo img{
	width: 162px;
}
.header .youce .dao .yi:hover .kuang,.header .youce .wai>.yi:hover .kuang{
	display: block;
}
.kuang{
	position: absolute;
	padding: 30px;
	box-sizing: border-box;
	/*height: calc(100vh - 100px);*/
	left: 0;
	background: #ffffff;
	top: 100px;
	/*width: 100%;*/
	width: 680px;
	display: none;
	z-index: 999;
	white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.kuang h2{
	font-size: 48px;
	margin-bottom: 20px;
	display: none;
}
.kuang ul li{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: normal;
}
.kuang ul li:hover>a{
	text-decoration: underline;
	font-weight: bold;
}
.kuang ul li img{
	float: right;
}
.header .tanchu .kuang ul{
	position: relative;
	width: 162px;
}
.header .tanchu .kuang ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .tanchu .kuang ul li:hover .erji{
	display: block;
}
.header .tanchu .kuang ul li .erji{
	position: absolute;
	top: 0;
	left: 100%;
    padding-left: 120px;
    display: none;
    height: 100%;
}
.header .tanchu .kuang ul li .erji a{
	white-space: nowrap;
	margin-bottom: 22px;
}
.header .tanchu .kuang ul li .erji a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.footer{
	background: #333333;
	color: #ffffff;
}
.footer .up{
	padding: 80px 0 108px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.footer .lan{
	display: inline-block;
	vertical-align: top;
}
.footer .lan p{
	font-size: 16px;
}
.footer .lan ul{
	margin-top: 20px;
}
.footer .lan ul li{
	font-size: 14px;
	line-height: 24px;
}
.footer .ma img{
	width: 120px;
}
.footer .ma p{
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.footer .copy{
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #bbbbbb;
	font-family: 'Arial';
	border-top: 1px solid #bbbbbb;
}
.en{
	position: relative;
}
.en:hover .fan{
	display: block;
}
.en .fan a:hover{
	color: #d6a43d;
	text-decoration: underline;
}
.en .fan{
	position: absolute;
	line-height: 36px;
	background: #ffffff;
	width: 100%;
	top: 0;
	margin-top: 20px;
	display: none;
	z-index: 999;
}
.en .fan a{
	display: block;
	text-align: center;
}
.lop{
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
}
/*产品*/
.list{
	padding: 58px 0 120px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
}
.zuo{
	float: left;
	width: 18%;
}
.zuo .hang{
	background: #ffffff;
	padding: 20px 40px 36px;
	box-sizing: border-box;
}
.zuo .hang li{
	font-size: 20px;
	line-height: 48px;
}
.zuo .hang li>a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zuo .hang li:hover>a,.zuo .hang li.on>a{
	color: #d6a43d;
	font-weight: bold;
}
.zuo .hang li>a img{
	display: inline-block;
	float: right;
}
.zuo .hang li .erji{
	display: none;
}
.zuo .hang li .erji a{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	display: block;
}
.zuo .hang li.oco img{
	transform: rotate(90deg);
}
.zuo .hang li .erji a.on,.zuo .hang li .erji a:hover{
	color: #d6a43d;
}
.zuo .link li{
	margin-top: 20px;
	background: #ffffff;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 16px;
}
.zuo .link li a{
	display: flex;
	align-items: center;
}
.zuo .link li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.zuo .link li:hover a{
	color: #d6a43d;
	text-decoration: underline;
}
.zuo .link li img{
	display: inline-block;
	margin-right: 8px;
}
.you{
	float: right;
	width: 78.5%;
	background: #ffffff;
	padding: 40px 40px 80px;
	box-sizing: border-box;
}
.you .title{
	font-size: 20px;
}
.list .you ul{
	margin-top: 40px;
	font-size: 0;
}
.list .you ul li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	width: 31.4%;
	margin-right: 2.9%;
}
.list .you ul li:nth-child(3n){
	margin-right: 0;
}
.list .you ul li .bt{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list .you ul li .bt p{
	float: left;
	width: 78%;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list .you ul li .bt span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.list .you ul li img{
	width: 100%;
	transition: all ease-in-out .5s;
	height: 280px;
    object-fit: cover;padding:40px
}
.list .you ul li .tu{
	overflow: hidden;
}
.list .you ul li:hover img{
	transform: scale(1.05);
}
.list .you ul li:hover .bt p{
	font-weight: bold;
	color: #d6a43d;
}
.list .you ul li:hover .bt span{
	text-decoration: underline;
}
.list .you ul li:hover:hover .tu{
	box-shadow: 4px 0 5px rgba(0,0,0,0.13);
}
/* 分页样式*/
#pages {font-family:宋体 ;text-align: -webkit-center; font-size:14px;}
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#d6a43d; border:1px solid #d6a43d; color:#fff; text-align:center;padding:0 10px}
.cont{
	font-size: 20px;
	line-height: 36px;
	margin-top: 40px;
}
.cont img{
	max-width: 100% !important;
	margin: auto;
	height: auto !important;
}
.fenye{
	margin-top: 68px;
}
.fenye p{
	font-size: 20px;
	line-height: 36px;
}
.fenye p:hover a{
	color: #d6a43d;
}
/*新闻*/
.news,.page,.online{
	padding: 58px 0 120px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.news .you{
	padding: 40px 0 80px;
}
.news .you .title{
	padding: 0 40px;
	box-sizing: border-box;
}
.news .you ul{
	margin-top: 10px;
	padding-bottom: 30px;
}
.news .you ul li{
	clear: both;
	overflow: hidden;
	padding: 30px 40px;
	box-sizing: border-box;
	border-bottom: 1px dashed #dddddd;
}
.news .you ul li:last-child{
	border-bottom: none;
}
.news .you ul li .tu{
	float: left;
	overflow: hidden;
	width: 31.5%;
}
.news .you ul li .tu img{
	width: 100%;
	transition: all ease-in-out .5s;
}
.news .you ul li:hover .tu img{
	transform: scale(1.05);
}
.news .you ul li .he{
	float: right;
	width: 65.8%;
}
.news .you ul li .he .bt{
	font-size: 24px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .you ul li .he .zy{
	font-size: 16px;
	line-height: 24px;
	margin-top: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .you ul li .he .sj{
	font-size: 14px;
	margin-top: 30px;
	color: #666666;
}
.news .you ul li:hover .he .bt{
	color: #d6a43d;
}
.news .you .cont .up{
	padding: 0 40px 26px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}
.news .you .cont .bt{
	font-size: 20px;
	text-align: center;
}
.news .you .cont .other{
	font-size: 16px;
	color: #666666;
	margin-top: 14px;
	text-align: center;
}
.news .you .cont .other span{
	margin: 0 20px;
}
.news .you .cont .desc{
	padding: 24px 40px 0;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 48px;
}
.news .you .cont .desc img{
	max-width: 100% !important;
	margin: auto;
	height: auto !important;
}
.news .you .cont .fenye{
	padding: 0 40px;
	box-sizing: border-box;
}
.news .you .cont{
	margin-top: 0;
}
/*合作*/
.page .you .hezuo{
	background: #f9f9f9;
	font-size: 0;
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}
.page .you .left{
	width: 50%;
}
.page .you .right{
	width: 50%;
	font-size: 18px;
	line-height: 36px;
}
.page .you .right ul li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.page .right .up img{
	width: 162px;
	margin-right: 26px;
	display: inline-block;
}
.page .right .up{
	font-size: 30px;
	display: flex;
	align-items: flex-end;
	padding: 50px 50px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
}
.page .right .down{
	padding: 20px 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.page .down div img{
	width: 100px;
}
.page .down div p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: normal;
}
/*留言*/
.online .zuo .link li:first-child{
	margin-top: 0;
}
.online form{
	margin-top: 20px;
}
.online form ul{
	font-size: 0;
}
.online form ul li{
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.online form ul li .td{
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}
.online form ul li label{
	font-size: 16px;
	width: 13%;
	line-height: 54px;
	display: inline-block;
	vertical-align: top;
}
.online form ul li.nr label{
	width: 6%;
}
.online form ul li input,.online form ul li textarea{
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 6px;
	width: 87%;
	height: 54px;
}
.online form ul li .td:nth-child(even){
	margin-right: 0;
}
.online form ul li textarea{
	height: 120px;
	resize: none;
	width: 93.9%;
}
.online form ul li label{
	width: 64px;
}
.online form ul li.code input{
	width: 130px;
}
.online .send{
	display: block;
	margin: 30px auto 0;
	line-height: 54px;
	width: 170px;
	background: #d6a43d;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	border: none;
	font-weight: bold;
}
.online form ul li.code img{
	display: inline-block;
	margin-left: 10px;
	width: 100px; 
	height: 54px;
    vertical-align: top;
}
/**/
.swiper-slide img{
	width: 100%;
}
.banner .swiper-slide .fu{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide .fu h2{
	font-size: 48px;
	text-align: center;
}
.banner .swiper-slide .fu p{
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	color: #000000;
}
.banner .swiper-slide .fu a{
	display: block;
	margin: 30px auto 0;
	width: 180px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #0c60a5;
	border-radius: 30px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    opacity: 1;
    border: 1px solid #ffffff;
    margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.banner .swiper-button-next{
	background: url(../image/a114.png)center no-repeat;
	right: 20px;
}
.banner .swiper-button-prev{
	background: url(../image/a1_14.png)center no-repeat;
	left: 20px;
}
.banner .swiper-button-next:hover{
	background: url(../image/a1_17.png)center no-repeat;
}
.banner .swiper-button-prev:hover{
	background: url(../image/a117.png)center no-repeat;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	outline: none;
}
.tong{
	margin-top: 0px;
}


.tong .centerBox{
	background: ;
	padding: 100px 40px 40px;
	box-sizing: border-box;
	text-align: center;
}
.tong .qie {
	margin-top: 50px;
/*	white-space: nowrap;
    overflow-x: auto;*/
    padding-bottom: 10px;
}
.qie li{
	display: inline-block;
	margin: 20px 20px;
	position: relative;
	cursor: pointer;
}
.qie li:hover,.qie li.on{
	font-weight: bold;
}
.qie li:after{
	content: '';
	position: absolute;
	width: 80px;
	height: 0px;
	background: #000000;
	margin-top: 6px;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.qie li:hover:after,.qie li.on:after{
	display: block;
}
.huan .zong{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
	display: none;
}
.huan .zong .tu img{
	display: block;
	margin: auto;
	max-width: 100%;
	height: 400px
}
.huan .zong .cont{
	margin-top: 30px;
}
.huan .zong .cont h2{
	font-size: 48px;
}
.huan .zong .cont p{
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}
.huan .zong .cont .qt{
	margin-top: 18px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.huan .zong .cont .qt a{
	margin: 0 20px;
	padding: 0 14px;
	line-height: 36px;
	display: inline-block;
	border-radius: 30px;
}
.huan .zong .cont .qt a{
	border: 1px solid #333333;
	box-sizing: border-box;
}
.huan .zong .cont .qt a:hover{
	background: #333333;
	color: #ffffff;
}
.tongb .centerBox{
	background: ;
}
.tongc .centerBox{
	/*background: url(../images/d1_08.jpg)right no-repeat;*/
	background-size: cover;
}
.yiliao{
	margin-top: 90px;
	text-align: center;
}
.yiliao .qie{
	margin-top: 28px;
}
.yiliao .huan .left{
	float: left;
	width: 48.7%;
	border-radius: 20px;
	position: relative;
}
.yiliao .huan .left img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all ease-in-out .5s;
	height: 700px;
    object-fit: cover;
}
.yiliao .huan .left .cont{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.yiliao .huan .left .cont h2{
	font-size: 36px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yiliao .huan .left .cont p{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yiliao .huan .right{
	float: right;
	width: 48.7%;
	font-size: 0;
}
.yiliao .huan .right li{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	border-radius: 20px;
	margin-top: 31px;
	position: relative;
}
.yiliao .huan .right li:first-child,.yiliao .huan .right li:nth-child(2){
	margin-top: 0;
}
.yiliao .huan .right li img{
	width: 100%;
	border-radius: 20px;
	transition: all ease-in-out .5s;
	height: 334px;
    object-fit: cover;
}
.yiliao .huan .right li:nth-child(even){
	margin-right: 0;
}
.yiliao .huan{
	margin-top: 40px;
}
.yiliao,.yiliao .huan {
	clear: both;
	overflow: hidden;
}
.yiliao .huan .right li p{
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 0;
	right: 0;
}
.yiliao .huan .right li .tu,.yiliao .huan .left .tu{
	overflow: hidden;
	border-radius: 20px;
}
.yiliao .huan .right li:hover .tu img,.yiliao .huan .left:hover .tu img{
	transform: scale(1.05);
}
.yiliao .huan .kuai{
	display: none;
}
.about{
	margin-top: 100px;
	text-align: center;
	padding-bottom: 120px;
}
.about .bt{
	font-size: 36px;
}
.about .more{
	display: block;
	font-size: 16px;
	margin-top: 20px;
}
.about .more:after{
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #000000;
	margin: 6px auto 0;
}
.about .jixie{
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}
.about .jixie .jx_zuo{
	float: left;
	width: 48.7%;
}
.about .jixie .jx_zuo .tu{
	display: none;
}
.about .jixie .jx_zuo .tu img{
	width: 100%;
}
.about .jixie .jx_you{
	float: right;
	width: 48.7%;
	margin-top: 36px;
	box-sizing: border-box;
	text-align: left;
}
.about .jixie .jx_you li{
	padding: 0 40px;
	box-sizing: border-box;
}
.about .jixie .jx_you li>div{
	padding: 24px 0;
	box-sizing: border-box;
	position: relative;
}
.about .jixie .jx_you li p{
	font-size: 24px;
}
.about .jixie .jx_you li a{
	font-size: 20px;
	margin-top: 6px;
	text-decoration: underline;
	color: #666666;
	display: block;
	margin-left: 44px;
	display: none;
}
.about .jixie .jx_you li.on{
	border-top: 2px solid #333333;
}
.about .jixie .jx_you li.on>div:after{
	content: '';
	width: 93%;
	display: block;
	height: 1px;
	background: #cccccc;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about .jixie .jx_you li.on a{
	display: block;
}
.header .menu{
	display: none;
}
.zuo h4{display: none;}
.header .kuang>.centerBox{
	display: block;
    height: 100%;
}


