@charset "utf-8";
/* reset */
body,h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,form,input,textarea,th,tr,td,select,figure,figcaption{margin:0;padding:0;}
body{font-size:12px;font-family:Arial,微软雅黑;color:#333;overflow-x: hidden;}
h1,h2,h3,h4,h5{font-weight:normal;}
em,i{font-style:normal;}
li {list-style:none;}
a {text-decoration:none;color:inherit;}
a:focus{text-decoration: none;outline: none;}
a:hover{color:inherit;}
img {border:none;max-width:100%;max-height:100%;}
table{border-collapse:collapse;}
input,textarea{outline:none;background:#fff;border:none;font-family: '微软雅黑';}
textarea{resize:none;overflow:auto;}


/* public */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;}
.img_box{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;}
.img_box img{-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.img_box:hover img{transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);}
.btn,.submit{font-family: '微软雅黑';cursor:pointer;display:inline-block;text-align:center;}
.main{width:100%;max-width:1300px;margin:0 auto;}


/* 页眉 */
.header{
	color:#555;
	font-size: 18px;
	width: 100%;
	/* position: absolute;
	top: 0;
	left: 0; */
	position: relative;
	z-index: 99;
	background-color:#fff;
	box-sizing: border-box;
}
.header h1{
	width:278px;
	height:88px;
	line-height: 100px;
	margin-right:50px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jzdu_03.jpg);
	background-size: auto 100%;
}
.header h1 a{
	display:inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}

.header .nav{
	display: inline-block;margin-top: 15px;
}
.header .nav li{
	color: #555;
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
}
.header .nav li.on,
.header .nav li:hover 
{
	color: #f08200;
}
.header .nav li a{
	padding: 15px 20px;
	display: inline-block;
}
.header .a_grop{
	padding: 15px 0;
	float: right;
	margin-right: 25px;
}
.header .a_grop a{
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-image: url(../images/header_search.png);
	display: inline-block;
}



.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.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/header_search.png);
	position: absolute;
	right:0;
	top:0;
}


/* 栏目 */
.pub_nav{
	color: #333;
	font-size: 16px;
	padding: 20px 0;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
.pub_nav .agrop{
	float: left;
}
.pub_nav .agrop li{
	margin-right: 15px;
	display: inline-block;
}
.pub_nav .agrop li.on{
	position: relative;
}
.pub_nav .agrop li.on::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ae8f7a;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.pub_nav .agrop li a{
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	display: inline-block;
}


.pub_nav .breadcrumb{
	padding: 15px 0;
	float: right;
}
.pub_nav .breadcrumb li{
	padding-right: 20px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.pub_nav .breadcrumb li::after{
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
}
.pub_nav  .breadcrumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.pub_nav  .breadcrumb li:last-child::after{
	display: none;
}
.pub_nav  .breadcrumb li:hover a{
	color: #503829;
}



/* 公共标题 */
.pub_tit{
	text-align: center;
}
.pub_tit i{
	color: #6e4b31;
	font-size: 48px;
	font-style:normal;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.pub_tit h3{
	color: #6e4b31;
	font-size:42px;
}


.img-cover{width:100%;height:100%;overflow: hidden;}
.img-cover img{width:100%;height:100%;object-fit: cover;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.img-cover:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);}



.banner{ width:100%; margin:0 auto; height:auto; overflow: hidden;}
.banner img{ width:100%;}



/* 首页-产品 */
.ipro{height:650px;width: 100%;position: relative; overflow: hidden; margin:100px auto}
.ipro .text_box{float:left;width:490px;}
.ipro .text_box i{font-size: 100px;color: #fa162b;font-family:impact;}
.ipro .text_box h2{font-size:24px;padding-top: 26px;margin:0 0 100px;padding-bottom: 20px;position: relative;}
.ipro .text_box h2::after{position: absolute;content: "";bottom:0px;left:0px;width:68px;height:1px;background: #666;}
.ipro .text_box .txt{color: #666;line-height: 30px;padding-bottom: 10px;position: relative;min-height: 230px;}
.ipro .text_box .txt:after{position: absolute;content: "";bottom:0px;left:0px;width:60px;height:7px;background:url(../images/arraw2.png) no-repeat center;}

.ipro_slide_box{position: absolute;top:0;right:30px;width:800px;/* width:1050px; */ overflow: hidden;}
.ipro_slide{height: 550px;padding-bottom: 66px;}
.ipro_slide a{display: block;height: 100%;}
.ipro_slide .text{position: absolute;bottom:35px;left: 16px;color: #fff;}
.ipro_slide .text i{font-size: 12px;}
.ipro_slide .text p{font-size: 18px;position: relative;padding-top: 4px}
.ipro_slide .text p::after{position: absolute;content: "";bottom:-13px;left:0px;width:28px;height:3px;background:#FFF;}
.ipro_slide .ipropage{position: absolute;left: 76px;bottom: 0;font-size: 30px;color: #484848;font-style: italic;}
.ipro_slide .swiper-pagination-current{font-size: 48px;}
.ipro_slide .prev,.ipro_slide .next{bottom:4px;top: unset;left: 0;background: url(../images/arraw3.jpg) no-repeat center;background-size:54px;width:54px;outline:none;}
.ipro_slide .next{left:166px;background-image: url(../images/arraw4.jpg);}
.ipro_slide .next:after{content: '';}
.ipro_slide .prev:after{content: '';}

/**/



/* 首页-关于 */
.iab {
	background:url(../images/fyue_22.jpg) no-repeat;
	background-size: cover;
	height:1189px;
	box-sizing: border-box;
	padding-top:150px;
}
.iab .pub_tit{
	margin-bottom: 55px;
	text-align: left;

}
.iab .pub_tit i{
	color:#6e4b31;
	font-size:48px;
	position:relative;
	z-index:2;
	font-style:normal;
}
.iab .pub_tit h3 {
    color:#6e4b31;
    font-size:42px;
}
.iab .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	width:650px;
	position: relative;
	border-top:5px solid #22487f;
	padding-top:25px;
}
.iab .txt h3{
	font-size:35px;
	color:#fa162b;
	font-weight:700;
}


.iab .txt p{
	text-indent:2em;
	padding-top:50px;
	font-size:24px;
	color:#232323;
	line-height:2em;
}




.iab .number-box { margin-top: 4%; width:650px; height:400px;}
.iab .number-box ul {text-align: center;}
.iab .number-box ul li {width:50%; float: left; margin-top:20px;}
.iab .number-box ul li .icon {width:100px; float: left}
.iab .number-box ul li .icon img {width:100px;}
.iab .number-box ul li .top {}
.iab .number-box ul li .top .number {font-size:50px;color: #d88a08;font-weight: bold;font-family: 'Futura';}
.iab .number-box ul li .top p { display:inline-block;}
.iab .number-box ul li .top span {  display:block; font-size: 18px;color: #d88a08;}
.iab .number-box ul li .bottom { font-size: 16px;color: #d88a08;margin-top:15px;}


.ima-box{margin-top: 4%; width:827px; height:459px;}
.ima-box img{ border-radius:30px;}




/**/
.ivr{ width:100%; height: auto; overflow: hidden; margin:0 auto; background-color:#e2e6ec; padding:50px 0;}




/* 首页-案例 */
.icase{
	background: url(../images/icase.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom:50px
}
.icase .pub_tit{
	margin-top:90px;
	margin-bottom: 90px;
}
.icase .pub_tit i{
	font-size: 60px;
}

.icase_box {
	width:90%;
	height:auto;
	margin: 0 auto;
	overflow: hidden
}
.icase_box .txt{ width:100%; background-color: white; padding:10px 0 15px 0; text-align: center }
.icase_box .txt p{ font-size:18px; color:#444; width:80%; border-bottom:1px dashed #333; margin:0 auto; line-height:2em;}





/* 首页-新闻 */
.inews{
	background-color:#fff;
	padding-bottom: 105px;
}
.inews .pub_tit{
	margin-bottom:50px;
	text-align: left;
	margin-top:50px;
}
.inews .pub_tit i{
	font-size:60px;
	color:#f0ab37;
	z-index:2
}

.inews .pub_tit h3 {
    color:#f0ab37;
	font-size: 24px;
text-transform: uppercase;}


.inews .left{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.inews .left a{
	width: 630px;
	height: 480px;
	display: block;
}
.inews .left .text{
	width: 85%;
	padding: 25px 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.inews .text .txt{
	width: 450px;
}
.inews .txt{
	padding-right: 20px;
	box-sizing: border-box;
}
.inews .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.inews .left:hover .txt h4{
	color: #ff9c29;
}
.inews .left .txt p{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews .left:hover .txt p{
	color: #666;
}

.inews .text span{
	width: 50px;
	height: 50px;
	background-color: #ff9c29;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 15px;
	background-image: url(../images/arrow.png);
	display: block;
}

.inews .list_box{
	width: 630px;
	float: right;
}
.inews .ipub_tit{
	margin-bottom: 70px;
}
.inews .list{
	margin-bottom: 30px;
	background-color: #f6f6f6;
	padding:10px;
	box-sizing: border-box;
}
.inews .list:last-child{
	margin-bottom: 0;
}
.inews .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inews .list .img{
	width: 250px;
	height: 140px;
}
.inews .list .txt{
	width:100%;
}
.inews .list .txt h4{
	color: #4c4948;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inews .list:hover .txt h4{
	color: #ff9c29;
}
.inews .list .txt p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews .list:hover .txt p{
	color: #666;
}

.inews .list .time{width:15%; float: right; text-align: center}
.inews .list .time h3{ font-size:24px; font-weight:700;}
.inews .list .time p{font-size:14px;}



/* 页尾 */
.footer{
	background-color:#dfdfdf;
}
.footer .top{
	padding:20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}
.footer .top .footer_logo{
	width:294px;
	height:93px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/jzdu_13.jpg);
}
.footer .top .footer_logo a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .top ul {
	float: right;
}
.footer .top ul li{
	color: #010101;
	font-size: 16px;
	line-height: 36px;
	margin: 0 5px;
	display: inline-block;
}
.footer .top ul li a{
	padding: 25px 20px;
	display: inline-block;
	box-sizing: border-box;
}
.footer .top ul li a:hover{
	text-decoration: underline;
}
.footer .center{
	padding-bottom: 65px;
	border-bottom: 1px solid #c8c8c8;
}
.footer .center .code{
	float: left;
}
.footer .center .code .item{
	color: #010101;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	width: 140px;
	display: inline-block;
}
.footer .center .code .item:first-child{
	margin-right: 25px;
}
.footer .center .code .item img{
	width: 140px;
	height: 140px;
}
.footer .center .li_box{
	float: right;
}
.footer .center .li_box .li{
	color: #010101;
	line-height: 36px;
	float: left;
}
.footer .center .li:first-child{
	margin-right: 80px;
}
.footer .center .li_box .li .img{
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.footer .center .li_box .li:first-child .img{
	background-image: url(../images/footer_icon1.png);
}
.footer .center .li_box .li:last-child .img{
	background-image: url(../images/footer_icon2.png);
}
.footer .center .li_box .li span{
	font-size: 18px;
}
.footer .center .li_box .li p{
	font-size: 30px;
}
.footer .center .li_box .li:last-child p{
	font-size: 16px;
}
.footer .copy{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	padding: 35px 0;
}
.footer .copy span:first-child{
	float: left;
}
.footer .copy span:last-child{
	float: right;
}




/**/
/*内页*/


#body3{ width:100%; margin:0 auto; background-color:#fff; overflow:hidden; color:#2b2929; padding-bottom:50px; margin-top:50px;}

.botop{ width:100%;margin:90px auto 0 auto; background-color:#000; overflow:hidden; height: 145px; position: relative}
.botop .line{ width: 100%; height: 2px; background-color: white; position:absolute; z-index:1; top:50%;}	
.botop .til{width:220px; height:74px;position:absolute; z-index:1; line-height:74px; color:#ffcc66; font-size:22px; left:10%; }	
.botop .tils{width:220px; height:50px;line-height:50px; position:absolute; z-index:1; top:75px;color:#fff; font-size:22px;left:11%;}	
.botop .tilc{width:350px; height:50px;line-height:50px; position:absolute; z-index:1; top:75px;color:#fff; font-size:14px;left:11%;}	
	

.midcon{width:100%; margin:0 auto; background-color:#f5f3ef; overflow:hidden; height: auto; padding:80px 0;}
.bgc{background-color:#000;}
.midcon .midcon_con{width:1200px; height:410px; margin:0 auto;}
.midcon .midcon_con .con_img{width:540px; height:410px;background-size: cover}
.midcon .midcon_con .con_txt{width:450px; height:410px; margin-right:140px;}
.midcon .midcon_con .con_txt h3{font-size:28px; font-weight:bold; text-align: right; width:100%; float:right;}
.midcon .midcon_con .con_txt span{color:#777}
.midcon .midcon_con .con_txt h4{width:250px; height: 10px; float: right; display: block;  background-color:#777; margin:30px 0 80px;}
.midcon .midcon_con .con_txt p{width:370px; height:auto; margin-top:10px; font-size:14px; float: right; display: block; color:#333}
.midcon .midcon_con .con_txt a{width:146px; height:40px; border:1px solid #666; border-radius:15px; margin-top:30px; font-size:14px; float: right; display: block; color:#333; text-align: center; line-height:40px;}
.midcon .midcon_con .con_txt a:hover{ background:#ffcc66; font-size:14px; float: right; display: block; color:#333; border-color:#f5f3ef;}




.midcon .midcon_con .con_txt1{width:450px; height:410px; margin-right:140px;}
.midcon .midcon_con .con_txt1 h3{font-size:28px; font-weight:bold; text-align: right; width:100%; float:right;}
.midcon .midcon_con .con_txt1 span{color:#fff}
.midcon .midcon_con .con_txt1 h4{width:250px; height: 10px; float: right; display: block;  background-color:#fff; margin:30px 0 80px;}
.midcon .midcon_con .con_txt1 p{width:370px; height:auto; margin-top:10px; font-size:14px; float: right; display: block; color:#fff}
.midcon .midcon_con .con_txt1 a{width:146px; height:40px; border:1px solid #fff; border-radius:15px; margin-top:30px; font-size:14px; float: right; display: block; color:#fff; text-align: center; line-height:40px;}
.midcon .midcon_con .con_txt1 a:hover{ background:#ffcc66; font-size:14px; float: right; display: block; color:#333; border-color:#f5f3ef;}





.mnav{ width:247px; height:70px; text-align:center; margin:25px auto; background:url(../images/mbg.jpg) top center no-repeat; line-height:70px; font-size:22px; font-weight:700px; color:#999;}

.lMenu {margin:0 auto; width:1200px;  position: relative; color:white;height:56px;}
.lMenu h2{ text-align:center;font-size:16px; font-weight:normal; line-height:56px;  text-indent:10px; position: absolute; left:0;z-index:9}
.lMenu dl{ text-align:center; height:56px;}
.lMenu dl span{ position:relative; width:auto; padding:0 15px; text-align: center; display:inline-block; overflow:hidden;}
.lMenu dl span a{ color:#fff; font-size:18px;width:100%; padding:0 15px; height:35px; display: block; line-height:35px; box-sizing: border-box; background:#000}
.lMenu dl span a:hover{ color:#dfff; font-size:18px; background-color:#d41616}
.lMenu dl span.on{}
.lMenu dl span.on a{background-color:#d41616}


.nvabars{margin:0 auto; width:1200px; background-color:#fff; position: relative; color:white;height:auto; overflow: hidden ; border:1px solid #d41616; box-sizing: border-box; padding:0;}
.nvabar{width: 100%; margin: 0 auto;overflow: hidden;}
.nvabar p{width:172px; height:90px;  float: left; margin-right:15px; line-height:90px;  font-size:18px; color: white; font-weight:normal;background-color:#d41616; text-align: center}
.nvabar .type{ width:100%; margin:0px auto; height:90px;} 
.nvabar .type a{display: inline-block; padding:8px;  margin:3px; margin-top:20px; font-size:16px; color:#444; }
.nvabar .type a.active{  color: #444;}

.nvabar .type1{width:100%; margin:0px auto; height:90px;}
.nvabar .type1 a{display: inline-block; padding:8px;  margin: 3px;margin-top:20px; font-size:16px; color:#444; }
.nvabar .type1 a.active{  color: #444; }






.bnav{height:45px; line-height:45px;color:#4f4f4f; width:1200px; margin:15px auto; position: relative;font-size:15px; }
.bnav a{ font-size:15px; color:#4f4f4f;}
.bnav .back{width:150px; height:35px; position: absolute; top:5px;right:0; background:#ebeae8; border-radius:35px; line-height:35px; text-align: center; border-width: 700}
.bnav  .bgw{background:#fff;}

.body3_title{height:45px; line-height:45px;font-weight:bolder;color:#0d2f6c; width:1200px; margin:0 auto;}
.body3_title p{width:50%; text-align:left; font-size:16px; font-weight:normal;  padding-right:25px; text-indent:20px;}
.body3_title p a{ color:#0d2f6c;}
.body1{ width:100%; height:auto; margin:0 auto;padding-top:10px; overflow:hidden;  margin-bottom:15px; background-color:#0c2166; color:#FFF}
.body1 .pb{ padding-bottom:20px;}
.shiping{ width:1050px; margin:0 auto; height:500px; padding-bottom:20px;}
.shiping h3{ line-height:55px; font-size:20px !important; font-weight:normal !important}
.w1200{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:50px;}

.body3_r2{ padding:20px;line-height:200%; color:#6e5f4f;}
.body3_r3{width:100%; text-align:center; margin:0 auto;font-size:24px; color:#000;  padding-bottom:25px;}
.body3_r4{ width:1100px; height:50px; margin:0 auto; text-align:center; font-size:14px;}
.body3_r5{ padding:20px 15px; line-height:25px; border-top:1px solid #ccc;}



/**/


.catlist{width:100%; height:auto;overflow: hidden; margin-top:130px}
.catlist li{width:80%; height:500px;overflow: hidden; margin:60px auto; border:1px solid #515050; box-sizing: border-box;;}

.catlist .cat_img{width:45%; height:500px; float:left}
.catlist .cat_img img{width:100%;height:500px}
.catlist .cat_txt{ width:55%; height:500px; float:right; text-align: left; padding:8px; box-sizing: border-box; padding-left:30px; box-sizing: border-box }
.catlist .cat_txt h3{ font-size:36px; color:black; text-transform: uppercase; margin-top:150px;}
.catlist .cat_txt dd{ font-size:24px; color:white; line-height:26px; display: inline-block; background-color:#7d7d7d; padding:10px 20px; 
	border-radius:50px; margin-top:20px;}


.catlist li:nth-child(2n) .cat_img{ float: right}
.catlist li:nth-child(2n) .cat_txt{ float:left}






/*产品系列*/
.Content{ width:100%; overflow:hidden; position:relative; min-height:450px;}
.mainCont{ margin:30px 0;}
.Current{ font-size:14px; line-height:50px; position:relative; z-index:40;}
.Current,
.Current a{ color:#a0a0a0;}
.Current a:hover,
.Current span{ color:#000;}


.dot{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.Pic100{ position:relative; width:100%; height:0;}
.Pic100 img{ position:absolute; left:0; top:0; width:100%; height:100%;}
.wid{ max-width:1280px; margin:0 auto;}


.list_menu{ text-align: center; padding: 3% 0 2%; position: relative;}
.list_menu li{ display: inline-block; margin: 0 2% 2%;}
.list_menu li img{ width: 54px; height: 54px; display: block; margin: 0 auto;}
.list_menu li p{ margin: 5px auto 2px; color: #000; font-size: 18px; border-bottom: 2px solid #fff;}
.list_menu li span{ font-size: 14px; display: block; color: #707070;}
.list_menu li .aon p{border-bottom-color: #000;}
.list_menu .line{ position:absolute; width:1920px; left:50%; margin-left:-960px; bottom:0; background:#e5e5e5; height:1px; overflow:hidden;}


.mainMenu{ position:relative; text-align:center; line-height:0; padding-bottom:1px;background:#fff;}
.mainMenu .line{ position:absolute; width:1920px; left:50%; margin-left:-960px; bottom:0; background:#e5e5e5; height:1px; overflow:hidden;}
.mainMenu .one{ display:inline-block;}
.mainMenu .one > li{ float:left; position:relative; }
.mainMenu .one > li{ margin: 0 30px;}
.mainMenu .one > li a{ display:block;}
.mainMenu .one > li > a{ font-size:16px; color:#000; line-height:20px; padding:20px 0 18px 0; border-bottom:2px solid #fff;}
.mainMenu .one > li > a:hover,
.mainMenu .one > li.on > a{ border-bottom-color:#000;}
.mainMenu .two{ display:none; position:absolute; left:50%; transform:translateX(-50%); top:60px; z-index:5; color: #fff; background:rgba(255,255,255,1); border:1px solid #e5e5e5;}
.mainMenu .two > li{ line-height:40px; display:block;}
.mainMenu .two > li > a{ color:#333; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;padding: 0 15px;}
.mainMenu .two > li > a:hover{ background:#e1e1e1;}




.wid{ max-width:1200px; margin:0 auto;}

.product_list { padding:3% 5px; height:auto; overflow:auto; width:100%; box-sizing:border-box;}
.product_list ul li{ float:left; width:30%;box-sizing: border-box; padding:10px; position: relative; margin:25px 1.5%}
.product_list ul li:hover{-webkit-box-shadow:0 0 0 1px #d41616; -moz-box-shadow:0 0 0 1px #d41616; box-shadow:0 0 0 1px #d41616;}
.product_list ul li:nth-child(3n){ margin-right:0;}
.product_list ul li figure{ padding:1%;}
.product_list ul li figure a{ display:block; width:100%; height:190px; background-position:center center; background-repeat:no-repeat; background-size:contain;}
.product_list ul li h5{ font-size:20px; color:white; line-height:50px; text-align: center; width:100%; margin-top:5px; background-color:#d41616;}
.product_list ul li h5 a{ display:block;}

.product_list ul li .more-list{ left:20px; position:absolute; padding:0 10px 0 0; margin-right:10px; border-right:solid 1px #d6d3d1;}
.product_list ul li .more-list{font-weight:bold; font-size:15px;}
 .product_list ul li .more-list a{color:#c1ae8b; display:inline-block; width:27px; line-height:27px; height:27px; border:solid 1px #bebebe; text-align:center; border-radius:100%; -moz-transition:all 0.7s; -ms-transition:all 0.7s;  -o-transition:all 0.7s;  -webkit-transition:all 0.7s; transition:all 0.7s;}
.product_list ul li .more-list a:hover{ background-color:#F00; color:#fff;}


.icon_vr{ position:absolute; width:50px; height: 50px;top:25px; right:13px;}
.icon_vr img{ width:100%;}







.pro_show_con{width:100%; height: auto; overflow: hidden; margin:0 auto; }

.showbg{ width:100%; height:auto; overflow:hidden; margin:25px auto;}
.showbg img{ width: 100%;}

.info_h2{ width:150px;height:30px; background-color:#d41616; border-radius:30px; text-align: center; font-size:14px; line-height:30px; float: right; display: block; color:#fff}


.conimg {width:1400px; height: auto; margin:0 auto;}
.showss{ width:610px; height: 630px; border:1px solid #d41616; padding:30px; box-sizing: border-box; float: left}

.conimg .bpic{width:100%; box-sizing: border-box; height:400px; overflow: hidden}
.conimg .bpic .cp_img{margin:0 0 35px 0;width:100%;position: relative;text-align: center;min-height: 200px;}
.conimg .bpic .cp_img img{max-height: 400px;max-width:100%;}
.conimg .bpic .cp_img .zhaun{vertical-align:top;box-shadow:2px 2px 0px #ddd,3px 3px 0px #ddd;max-width:100%;height:auto;}
.conimg .bpic .cp_img .zhauns{vertical-align: top;margin:0 13px;box-shadow:2px 2px 0px #ddd,3px 3px 0px #ddd;}
.conimg .bpic .cp_img .zoom{position: absolute;left:5px;z-index:5;top:5px;opacity:0.0;}


.conimg .info { color: #7b7b7b;height:auto; overflow: hidden; margin-top:40px; width:100%;}
.conimg .info .swiper-prev {width:30px; height:99px; float:left;text-decoration: none; outline: none; padding-top:30px}
.conimg .info .swiper-next {width:30px; height:99px; float:right;text-decoration: none; outline: none; padding-top:30px}
.conimg .info .swiper-container {width:488px; height:100px; float:left;}
.conimg .info  img{ width:100%; height: auto;}




.conimg .productText { padding-top:15px; width:700px; float:right; }
.conimg .productText h3 { font-size: 2.8em; color: #d41616; padding: 27px 0 25px;display: inline-block;vertical-align: middle }
.conimg .productText .name{font-size:22px;line-height:50px;height:50px; font-weight: 700;color:#d41616}
.conimg .productInfo { height: auto; overflow: hidden; padding-top: 23px; border-top: 1px solid #d41616; }
.conimg .productInfo .fed { height: auto; overflow: hidden; margin-top:10px;}
.conimg .productInfo .fed b { display: block; float: left; line-height:35px; width:100px; color:#fff; font-size: 16px; font-weight:normal;background: url(../images/ccc.jpg) no-repeat center; background-size:100% 100%; text-indent:1em;}
.conimg .productInfo .fed p { margin-left:120px; line-height:35px; color:#333; font-size:16px; font-weight:700}
.conimg .productInfo .fed img { margin-left:120px;}
.conimg .productInfo .icons {width:70%; float:left;margin-left:15px;}
.conimg .productInfo .icons li {float: left; margin: 0 0 4px 4px; width:50px; text-align:center; display: list-item; list-style: none; }
.conimg .productInfo .icons li img {display: block; width: 40px; height: 40px; }
.conimg .productInfo .icons p { margin-left:0; line-height: 42px; color: #7b7b7b; font-size:12px; }

.conimg .productInfo .vrbtn{
	width:130px;
	height:35px;
	line-height:35px;
	color:#d83131;
	font-size:16px;
	text-align:center;
	text-indent:15px;
	background:#fff;
	border:1px solid #d83131;
	display: inline-block;
	margin-left:20px;
}



.conimg .showvr{ width:200px;height:45px;line-height:45px; text-align: center; color: white; border-radius:45px; margin-top:15px;}



.spage{width:800px;height:90px;margin:0 auto;text-align: center;}
.spage a{display: inline-block;margin:0 12px;height:55px;line-height:55px;padding:0 30px;font-size:16px; color:#000000}
.spage a:hover{color:#c4a285;}

.remimg{ width:100%; height:auto; overflow: hidden; margin:30px auto;  text-align: center; padding-top:80px;}
.remimg h2{ font-size:24px;  color:#000000; position: relative; text-transform: uppercase}
.remimg h2:after{ content: ''; position:absolute; width:100px; height:3px; left:50%; margin-left:-50px;  top:50px; z-index:999; background-color:white}
.remcon{ width:1200px; height:auto; overflow: hidden; margin:50px auto; color:white; }
.remcon img{ max-width:100%; }




/**/


.case{width:1260px; height:auto; overflow: hidden; box-sizing: border-box; margin:0 auto; margin-top:50px}
.case .list{  }
.case .list .item{ float: left; width:400px; margin-right:30px; margin-bottom:35px; }
.case .list .item:nth-child(3n){ margin-right: 0; }
.case .list .item .img{ position: relative; width: 100%; padding-bottom: 63%; overflow: hidden;background-position: center center;
    background-repeat: no-repeat; background-size: cover; }
.case .list .item p{ margin-top: 15px; color: #000000; text-align: center; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.case .item .img>div{ opacity: 0; }
.case .item .cover{ position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); }
.case .item .moveline{ position: absolute; left: -100%; bottom: 0; width: 100%; height: 10px; background-color: #99826e; }
.case .item .more{ opacity: 1; position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; margin: -35px 0 0 -35px; background: url(../images/morepic.png) center center no-repeat; background-size: cover; }
.case .item:hover .img>div{ opacity: 1; }
.case .item:hover .moveline{ left: 0; }
.case .page{ padding:20px 11px 45px;  }

.case .item .img>div{ 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}





/* news */
.news{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:50px; }
.newslist{ width: 100%; padding:25px 0 30px; display: flex; margin-top:25px; }
.newslist .bimg{ max-width: 780px; overflow: hidden; }
.newslist .btext{ display: flex; flex-wrap: wrap; align-items: center; padding: 0 5%; width: 720px; font-size: 14px; color: #999; box-sizing: border-box; }
.newslist .btext h3{ width: 100%; font-size:20px; color: #000000; }
.newslist .btext .date{ width: 100%; margin: 4% 0 6%; }
.newslist .btext p{ width: 100%; line-height:30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.newslist .bigaa{ width: 100%; margin-top: 8%; }
.newslist .bigaa a{ display: inline-block; margin-right: 5%; width: 170px; line-height: 48px; border: 1px solid #aaa; text-align: center; color: #999; }
.newslist .bigaa a:hover,.newslist .bigaa a.hascolor{ border-color: #99826e; background-color: #99826e; color: #fff; }




/**/
.newsshow{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:50px; }
.newsshow .show_title{font-size:28px;color: #000000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-align: center}
.newsshow .show_info{  font-size: 16px; color: #999; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center; line-height:35px }
.newsshow .show_con{    border-top: 1px solid #666; color:000000}
.newsshow .show_con img{ max-width:100%;}


.dede_pages{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.dede_pages ul{
	
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	display:inline-block;
	font-family:Tahoma;
	margin-right:10px;
	border:1px solid #E9E9E9;
	min-width:20px;
	height:40px;
	line-height:40px;
		border-radius:5px;
}
.dede_pages ul li a{
	min-width:20px;
	padding: 0 10px;
	height:100%;
	color:#555;
	font-size: 16px;
	display:block;
		border-radius:5px;

	background-color: #ebeaea;
}
.dede_pages ul li a:hover{
	color:#fff;
	background-color: #d41616;
	text-decoration:none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	font-weight:bold;
	color:#fff;
	background-color:#d41616;
		border-radius:5px;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
	
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}


.dede_pages .npr{ width:35px; background:url(../images/page_next.png) center no-repeat; background-size:80% auto; background-color: #e70114;}
.dede_pages .ppr{width:35px; background:url(../images/page_prev.png) center no-repeat; background-size:80% auto}

