header{
	display: flex;
	justify-content: space-between;
	max-width:1270px;
	margin: 0 auto;
	height:100px;
	align-items: center;
}
.logo b{
	font-size:3.2rem;
	color: rgb(205, 205, 205);
}
.logo b span{
	color: rgb(0, 126, 223);
}
.nav ul{
	display: flex;
}
.nav li{
	color:#2b2b2b;
	font-size: 1.8rem;
	font-weight:600;
	width:100px;
	text-align: center;
}
.nav li~li{
	margin-left: 30px;
}
.nav li.act a{
	color:#076ce0;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width:71px;
	height:71px;
}

.banner .swiper-button-prev, .swiper-rtl .swiper-button-next{
	left:30px;
}
.banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right:30px;
}
.banner .swiper-button-next:after{
	    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	font-size: 0;
	width:71px;
	height:71px;
	background:url(../images/right.png) no-repeat rgb(0, 0, 0, .1);
	overflow:hidden;
}
.banner .swiper-button-prev:after{
	overflow:hidden;
	    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
	font-size: 0;
	width:71px;
	height:71px;
	background:url(../images/left.png) no-repeat rgb(0, 0, 0, .1);
}
.banner .swiper-button-next:hover:after{
	background:url(../images/right.png) no-repeat rgb(0, 0, 0, .3);
}
.banner .swiper-button-prev:hover:after{
	background:url(../images/left.png) no-repeat rgb(0, 0, 0, .3);
}

.banner{

}
.banner .font{
	position: absolute;
	top:40%;
	left:10%;
	z-index: 9;
}
.banner .font b{
	display: block;
	font-weight: normal;
	font-size: 30px;
	color:rgba(51, 51, 51, 1.0);
	line-height: 40px;
}
.banner .font p{
	display: block;
	   color:rgba(51, 51, 51, 1.0);
	    font-size: 16px;
	    margin:30px 0 35px;
}
.banner .font a{
	display: block;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background: rgba(0, 126, 223, 1);
	padding:0 50px;
	height: 50px;
	border-radius: 25px 25px 25px 25px;
	overflow:hidden;
    cursor: pointer;
    position: relative;
}
.banner .font a span{
	font-size:22px;
	z-index: 2;
	top:0;
	color:#fff;
}
.banner .font a:before{
	position: absolute;
	border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s;
    width: 100%;
   
}
.banner .font a:hover:before{
	animation: wave .75s;
	z-index: 1;
}
@keyframes wave {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

.modone{
	background: url(../images/index_bg2.jpg) no-repeat;
	height:850px;
	width: 100%;
	display: flex;
	align-items: center;
}
.mod_one{
	max-width:1300px;
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mod_oneleft{
	width: 50%;
	padding-right: 3%;
}
.mod_oneleft h3{
	font-size: 30px;
	color:rgba(51,51,51);
	padding-bottom: 10px;
}
.mod_oneleft h4{
	font-size: 16px;
	color:rgb(119, 127, 146);
}
.mod_oneleft_con{
	font-size: 16px;
	line-height:34px;
	color:rgb(102, 102, 102);
	padding:30px 0 40px;
}
.mod_onelefta{
	border-radius: 25px;
	display: block;
	cursor: pointer;
	width: 167px;
    height: 49px;
    line-height: 49px;
    color:#fff;
    text-align: center;
	font-size: 14px;
	background: rgba(0, 110, 195, 1);
	position: relative;
	overflow: hidden;
}
.mod_onelefta:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s;
    width: 100%;
}
.mod_onelefta:hover:before{
	animation: wave .75s;
    z-index: 1;
}
.mod_onelefta span{
	z-index: 2;
	color:#fff;
}
.mod_oneright{
	width: 650px;
	position: relative;
}
.mod_oneright .flvPlay {
	cursor: pointer;
    background: url(../images/mbg01.png) -2308px -845px no-repeat;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.mod_two{
	
	

}
.mod_two ul{
	margin: 0 auto;
	max-width:1300px;
	height:230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mod_two li{
	text-align: center;
}
.mod_two li .num{
	font-size: 60px;
	color: rgba(0, 126, 223, 1);
	position: relative;
}
.mod_two li .num aside{
    font-size: 16px;
    color: rgb(0, 126, 223);
    position: absolute;
    bottom:10px;
    right:-15px;
}
.mod_two li .num aside.one{
	right:0;
}
.mod_two li .fontc{
	color: rgb(119, 127, 146);
    font-size: 16px;
    background-color: transparent;
}


.mod_three{
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 100px;
}
.mod_threetitle{
	text-align: center;
	font-size: 30px;
	color:rgb(102, 102, 102);
}
.mod_threetitle p{
	font-size: 16px;
	line-height:36px;
	color:#777f92;
}
.mod_th_list{
	padding:50px 0;
}
.mod_th_list ul{
	display: flex;
	justify-content: flex-start;
}
.mod_th_list li{
	width: 33.3%;
	padding:20px;
}
.mod_th_list li figure{
	text-align: center;
}
.mod_th_list li figure img{
	width:100%;
	object-fit: contain;
}
.mod_th_list li figcaption{
	text-align: center;
	line-height:40px;
}
.more a{
	margin: 0 auto;
}

.modfour{
	margin:50px 0;
}
.mod_fourc{
	position: relative;
	max-width:1290px;
	margin: 50px auto;
	height:455px;
}
			#wrapper {
				width: 100%;
				position: absolute;
				left: 0;
				top: 0%;
			}
			#wrapper h3 {
				font-size: 20px;
				text-align: center;
			}
			
			#wrapper > div {
/*				background-color: #eee;*/
				width: 100%;
				height: 455px;
				overflow: hidden;
			}
			#wrapper > div.first {
				border-bottom: none;
			}
			
			#wrapper dl {
				display: block;
				margin: 0;
				height:auto;
			}
			#wrapper dt, #wrapper dd {
				display: block;
				float: left;
				
			}
			
			#wrapper dd {
				color: #333;
			}	
			#wrapper dd img{
				height:450px;
			}	

.modfive{
	max-width: 1300px;
	margin: 0 auto;
	padding:50px 0 100px;
}
.mod_fivec{
	display: flex;
	justify-content: space-between;
	padding:100px 0;
}
.mod_fivec_left{
	width: 620px;
}
.mod_fivec_right{
	width:608px;
}
.mod_fivec_right li{
	margin:2px 0;
	padding: 21px 10px;
}
.mod_fivec_right li~li{

	border-top: 1px solid hsla(0,0%,60%,.15);
}
.mod_fivec_right li figure{
	font-size: 16px;
	color:#333;
}
.mod_fivec_right li figure span{
	float: right;
	color:#999;
	font-size: 14px;
}
.mod_fivec_right li figcaption{
	color:#666;
	font-size: 14px;
	line-height:26px;
	margin-top: 14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.footer{
	background: #EDF7FF;
	border-top: 1px solid #E3EEFE;
}
.footer_content{
	padding:100px 0 50px;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footerleft{
	width: 40%;
	font-size: 16px;
	line-height:36px;
	color:rgb(119, 127, 146);
}
.footerleft h3{
	font-size: 30px;
	color:rgba(51, 51, 51, 1.0);
	font-weight: bold;
	padding-bottom: 10px;
}
.footerleft p{
	font-size:2rem;
}
.footermidd{
	width: 40%;
	font-size: 16px;
	line-height:36px;
	color:rgb(119, 127, 146);
}
.footermidd h3{
	font-size: 26px;
	font-weight: bold;
	color:rgb(51, 51, 51);
	padding-bottom: 10px;
}
.footermidd p{
	font-size:1.8rem;
}
.share{
	padding-top: 20px;
}
.share a{
	display: inline-block;
	vertical-align: middle;
}
.share a~a{
	padding-left: 30px;
}
.footerright{
}
.footerright p{
	color:rgb(51, 51, 51);
	font-size: 26px;
	padding-bottom: 20px;
}
.footerright img{
	width:110px;
	height: 110px;
}

.BackToTop{
	display: none;
	cursor: pointer;
	background: url(../images/04.png) no-repeat;
	margin: 1px;
	height:50px;
	width: 50px;
	position: fixed;
	right: 57px; 
	bottom: 50px; 
	opacity: 1;
}

/*inside*/
.inbanner{
	position: relative;
}
.inbanner .title{
	max-width:1300px;
	margin: 0 auto;
	position: absolute;
	top:40%;
	left:50%;
	margin-left: -650px;
}
.titleus{
	font-size: 48px;
	color:#fff;
	text-transform: uppercase;
}
.titlecn{
	font-size: 30px;
	color:#fff;
}

.inside_page{
	padding-top: 100px;
}
.inside_page article{
	max-width: 1300px;
	margin: 0 auto;
	padding:0px 0 100px;
}
.inside_page article .mod_threetitle{
	padding-bottom: 20px;
}
.edit{
	font-size: 16px;
	line-height: 36px;
	color:rgb(102, 102, 102);
}
.peo{
	background: url(../images/p_bg.jpg) no-repeat center bottom;
	padding-bottom: 100px;
}
.peop{
	display: flex;
	justify-content: space-between;
	padding:0 3.5%;
}
.peop_left aside{
	display: none;
}
.peop_left aside.act{
	display: block;
}
.peop_detail{
	display: flex;
	align-items: flex-end;
}
.peop_left{
	width: 1010px;
}
.peop_right{
	width: 140px;

}
.peop_right li img{
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.peop_right li{
	border:10px solid #F0F0F0;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #F0F0F0;
	transition: ease .5s;
}
.peop_right li div{
	
	border-radius: 10px;
	overflow: hidden;
}
.peop_right li.act{
	border:10px solid #076CE0;

}
.peop_left{
	background: url(../images/peop_bg.jpg) no-repeat center bottom;
}
.peop_detailleft{
	width: 330px;
	height: 465px;
	flex: 0 0 auto;
	margin-left: 15px;
}
.peop_detailright{
	padding-left: 20px;
	padding-bottom: 30px;
}
.peop_detailright font{
	font-size: 33px;
	color:rgb(0, 0, 0);

}
.peop_detailright font span{
	font-size: 14px;
	color:rgb(153, 153, 153);
	padding-left: 10px;
}
.pe_detail{
	width: 570px;
	padding-top: 30px;
	font-size: 14px;
	color:rgb(102, 102, 102);
	line-height: 1.7;
}

.inside_page article.contact{
	padding-bottom: 30px;
}
.inside_page article.contact .edit ul{
	display:flex;
	flex-direction: row;
}
.inside_page article.contact .edit ul li{
	width:33.3%;
	text-align:center;
}
.inside_page article.contact .mod_threetitle{
	padding-bottom: 40px;
}

.inside_page .modfive{
	padding-top: 0;
	padding-bottom: 0;
}
.inside_page .mod_fivec{
	padding:50px 0;
}

.newslist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newslist li{
	width:48%;
	padding:10px 0 20px;
	border-bottom: 1px solid hsla(0,0%,60%,.15);
	margin-bottom: 30px;
}
.newslist li h3{
	font-size: 16px;
	color:#333;
	padding-bottom: 10px;
}
.newslist li time{
	font-size: 14px;
	color:#999;

}
.newslist li aside{
	font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    color:#666;
    text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.shareInfo{
	padding-top: 30px;
}
.shareInfo span{
	vertical-align: middle;
	display: inline-block;
}
.shareInfo .shareListPanel{
	vertical-align: middle;
	display: inline-block;
}
.shareListPanel a{
	display: inline-block;
	background:url(../images/vbg01.png) no-repeat;
	width: 33px;
	height: 33px;
}
.shareListPanel a.Weixin{
	background-position: -1302px -100px;
}
.shareListPanel a.sina_weibo{
	background-position: -1302px -190px;
}
.shareListPanel a.qq_share{
	background-position: -1302px -145px;
}
.shareListPanel a.qq_zone{
	background-position: -1302px -235px;
}
.shareListPanel a.douban{
	background-position: -1302px -730px;
}
.shareListPanel a.baidu_tieba{
	background-position: -1302px -595px;
}
.newss{
	padding-top: 0;
}

.newsdetail{
	max-width:1300px;
	margin: 0 auto;
	padding-top: 30px;
}
.newsdetail_title{
	border-bottom: 1px solid #f0efef;
}
.newsdetail_title h3{
	font-size: 24px;
	font-weight:400;
	color:#333;
}
.newsdetail_title time{
	display: block;
	font-size: 13px;
	color:#adadad;
	margin:30px 0 20px;
}
.newsdetail .edit{
	padding:2% 0;
	font-size: 14px;
	line-height:2;
}
.nextpage{
	border-top: 1px dashed #f0efef;
	display: flex;
	justify-content: space-between;
	
}
.nextpagea{
	color:#666;
	font-size: 14px;
	margin-top: 30px;
}
.nextpagea a{
	padding-left: 20px;
	color:#666;
	font-size: 14px;
}

.pronav ul{
	display: flex;
	flex-wrap:wrap;
}

.pronav li{
	width:25%;
	text-align: center;
	font-size: 18px;
/* 	position: relative; */
	border-bottom: 2px solid #fff;
	margin:10px 0;
	padding:0 10px;
}
.pronav li a{
	line-height:36px;
}
.pronav li:nth-child(4n+2){
	border-left:1px solid #ccc;
}
.pronav li:nth-child(4n+3){
	border-left:1px solid #ccc;
}
.pronav li:nth-child(4n+4){
	border-left:1px solid #ccc;
}
/* .pronav li~li:before{
	content:'|';
	color:#9B9B9B;
	width: 1px;
	height: 15px;
	font-size: 14px;
	position: absolute;
	left:-8px;
	top:5px;
} */
.pronav li.act{
	/* border-bottom: 2px solid #076CE0; */
	background:#6FC0DD;
	border:0;
}
.pronav li.act a{
	color:#Fff;
}
.prolist ul{
	flex-wrap: wrap;
}


.pdetail{
	max-width:1300px;
	display: flex;
	justify-content: space-between;
}
.pro_share{
	padding: 20px 0;
}
.pro_page{
	
	display: flex;
	justify-content: space-between;
}
.pro_page a{
	display: block;
	width: 82px;
	height: 30px;
	text-align: center;
	line-height:30px;
	border:1px solid #dfdfdf;
	color:#000;
	overflow: hidden;
	transition: ease .3s;
	border-radius: 15px;
}
.pro_page a:hover{
	color:#076CE0;
	border:1px solid #076CE0;
}
.pdetail_left{
	
}
.shown_products_a_left{
	width: 533px;
	height: 533px;
	border:1px solid #d1d1d1;
	overflow: hidden;
}
.pdetail_right{
	width: 545px;

}
.pdetail_right_title{
	font-size: 20px;
	border-bottom: 1px solid #eee;
}
.pdetail_right_title h3{
	font-size:30px;
}
.pdetail_right_title font{
	display: block;
	padding:16px 0;
	font-size: 24px;
	color:#666;
}
.pdetail_right_cs{
	font-size: 20px;
	color:#666;
	line-height:1.7;
	padding:20px 0;
}
.pdetail_right_button{
	padding-top: 30px;
}
.pdetail_right_button a{
	display: inline-block;
	padding: 0 20px 0 15px;
	line-height:42px;
	border:1px solid #076CE0;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
	color:#076CE0;
	cursor: pointer;
}
.pdetail_right_button a img{
	vertical-align: middle;
}
.pdetail_right_button a.msbutton{
	margin-left: 20px;
	background: #076CE0;
	color:#fff;
}


.tcwind{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	display: none;
}
.tcwind_bg{
	background: rgba(0,0,0,.5);
	width:inherit;
	height:inherit;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
.tcwind_c{
	width: 900px;
	height: 558px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left:50%;
	margin:-279px 0 0 -450px;
	padding:10px;
	z-index: 3;
}
.tcwind_c .close{
	text-align: right;
	background:url(../images/vbg01.png) -527px -2387px;
	cursor: pointer;
	width: 33px;
	height: 33px;
	float: right;
}
.tcwind_c .title{
	font-size: 20px;
	color:rgb(102, 102, 102);
	clear: both;
	text-align: center;
}
.mess{
	max-width:670px;
	margin: 0 auto;
}
.mess div{
	margin-bottom: 20px;
}
.mess label{
	display: block;
	    font-weight: 700;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: rgb(102, 102, 102);
}
.mess input{
	width: 97%;
	height: 36px;
	border:1px solid #dadada;
	display: inline-block;
}
.mess textarea{
	width: 97%;
	border:1px solid #dadada;
	display: inline-block;
	height: 100px;
}
.mess span{
	display: inline-block;
	color:red;
	margin-left: 10px;
}
.mess input.yz{
	width: 127px;
}
.mess button{
	width: 245px;
	height: 44px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	background: #076CE0;
	border:none;
}
.prodetailsmore{
	margin-top: 30px;
}
.prodetailsmore_title{
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
}
.prodetailsmore_title .font{
	width: 147px;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	line-height: 55px;
	text-align: center;
	color:#076ce0;
	border-top: 2px solid #076ce0;
}
.pdetail{
	margin-top: 30px;
	line-height: 1.8;
	color:rgb(102, 102, 102);
}
.pdetail table{
	    width: 100%;
    text-align: center;
}
.pdetail table tr:first-child{
	font-weight:600;
}
.pdetail table td{
	padding:5px 10px;
}

.mod_oneright .tc{
	position: fixed;
	z-index: 2;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}


.tc{
	display: none;
}
.tcbg{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.tcnr_all{
	width: 60vw;
	height: 60vh;
	position: absolute;
	top:20%;
	right:20%;
}
.tcnr{
	height:inherit;
}
.tcnr .close{
	background: url(../images/mbg01.png) -2340px -590px no-repeat;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	top:0;
	right:0;
}
.tcnr video{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.tcnr .img{
	top:0;
	right:0;
	position: absolute;
	z-index: 4;
	width: 100%;
	height:inherit;
}
.tcnr .img img{
	width: 100%;
	height:100%;
	object-fit: cover;
	cursor: pointer;
}


.product-view {
    width: 100%;
}


.menu_down{
	display: none;
}
.menu{
	display: none;
}

.factory-img{
	    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	
}
.factory-img li{
	width:32%;
}