/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    color: #272D34;background: url(../images/bg.png);
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}


.banner {

	position: relative;width: 100%;display: table;
    /*background: transparent url(../images/banner_bg.jpg)no-repeat;
   
    background-size: cover;
    height:835px;
    
    */
}
.pro_banner{ background:url(../images/pro_banner.jpg)no-repeat;height:520px;}
   .banner-head img{max-width: 100%;
/*
	   margin-left: 100px;
        margin-top: 200px;*/
    }

.banner_main{padding-top:90px;box-sizing: border-box;}

.fudong{padding-right: 40px;box-sizing: border-box;}

.fudong dl{height: 190px; cursor: pointer;overflow: hidden;}

.fudong dl:hover dd img{transition: all 0.5s;opacity: 0;}

.fudong dl:hover dd span{margin-top:-10px;transition: all 0.5s;}



.fudong .fudong01{background: #E6B649;}

.fudong .fudong02{background:url(../images/banner_img02.png)no-repeat;}

.fudong dl dd{padding: 25px 0 20px 25px;box-sizing: border-box;transition: all 0.5s;}
.fudong dl dd span{color: #fff;font-size: 24px;font-weight: bold;margin-top: 20px;transition: all 0.5s;display: block;}

.fudong dl dd p{color: #fff;font-family: arial;text-transform: uppercase;font-size: 18px;font-weight: normal;}



/* 常见问题 */

.faq{margin-top: -70px;transition: all 0.5s;}

.faq_title{background: #1D3168;padding: 15px 30px;box-sizing: border-box;border-top-left-radius: 10px;border-top-right-radius: 40px;}

.faq_title span{color: #fff;font-size: 18px;}

.faq_title span i{font-family: arial;margin-left: 20px;text-transform:uppercase;color: #E6B649;}

.faq_title a img{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);margin-top: -3px;}

.faq_list{background: #283F7F url(../images/faq_bg.png)no-repeat right -25px;border-bottom-right-radius: 10px;border-bottom-left-radius: 40px;padding: 25px 20px;box-sizing: border-box;height: 190px;overflow: hidden;transition: all 0.5s; cursor: pointer;}

.faq_list li{height:40px;}

.faq_list li:hover a{opacity: 1;}

.faq_list li:hover a b{background: #E6B649;}

.faq_list li a{font-size: 15px;color: #fff;opacity: 0.6;}

.faq_list li a b{width: 6px;height: 6px;border-radius: 100%;background: #fff;display: block;float: left;margin: 11px 15px 13px;}

.faq:hover{margin-top: -190px;transition: all 0.5s;}

.faq:hover .faq_list{height: 320px;transition: all 0.5s;background: #283F7F url(../images/faq_bg.png)no-repeat right center;}

/* 常见问题  end */

/* 发货消息 */

.delivery{background: #F0F3FA;padding-bottom: 50px;box-sizing: border-box;}

.del_message{background: #1E346D;height: 60px;}

.delivery_title{background: #E6B649;border-right: 5px solid #F0F3FA;border-top: 5px solid #F0F3FA;border-bottom: 5px solid #F0F3FA;height: 60px;box-sizing: border-box;border-top-right-radius: 50px;border-bottom-right-radius: 50px;color: #fff;line-height: 48px;}

.delivery_title img{float: left;margin: 8px 8px 8px 40px;}



/* .txtScroll-left{ position:relative;  border:1px solid #ccc;   } */

.txtScroll-left{background: #1E346D;}

.txtScroll-left .hd{ overflow:hidden;  height:60px;  padding:0 30px; box-sizing: border-box;}

.txtScroll-left .hd .prev,.txtScroll-left .hd .next{ display:block;  width:30px; height:20px; float:right;margin-top:15px;  overflow:hidden; cursor:pointer;text-align: center;}

.txtScroll-left .hd .prev img{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);text-align: center;}

.txtScroll-left .hd .next img{transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);text-align: center;}

.txtScroll-left .bd{ padding:18px 80px 18px 30px;  overflow:hidden;box-sizing: border-box;}

.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }

.txtScroll-left .bd ul li{ margin-right:80px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline;}

.txtScroll-left .bd ul li a{color: #fff;font-size:15px;}

.txtScroll-left .bd ul li a b{display: inline-block;border: 1px solid #fff;width: 6px;height: 6px;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);margin:0 10px;}

.txtScroll-left .bd ul li span{ color:#fff;float: right;font-family: arial;}

/* 发货消息 end */



/* 产品分类 */

.product_class{background: #fff;border-radius: 100px;margin-top: 50px;padding: 30px 50px;box-sizing: border-box;-webkit-box-shadow: #DADCE2 0px 0px 10px; 
   -moz-box-shadow:#DADCE2 0px 0px 10px; 
   box-shadow: #DADCE2 0px 0px 10px;
    justify-content: center; }

.product_class li{text-align: center;}

.product_class li img{margin-bottom: 10px;}

/* 产品分类 end */



/* 热销产品 */

.hot-product{padding: 60px 0;box-sizing: border-box;}

.hot_pro_class li{padding: 0 15px;box-sizing: border-box;}

.hot_pro_class li a b{display: block; width: 12px;height: 12px;background:#fff;border-radius: 100%;margin-top: 18px;}

.hot_pro_class li a b.left{margin-left: -5px;}

.hot_pro_class li a b.right{margin-right: -5px;}

.hot_pro_class li a{background: #1e316d;box-sizing: border-box;display:block;text-align: center;margin:12px 15px;color: #fff;height: 50px;line-height: 50px;border-top-right-radius: 30px;border-top-left-radius: 5px;border-bottom-left-radius:30px;border-bottom-right-radius: 5px;}

.hot_pro_class li:hover a{background: #E6B649;color: #1E316D;}





.pro_list li{margin-top: 50px; cursor: pointer;}

.pro_list li{padding:0 25px 0 25px;box-sizing: border-box;}

.pro_list dl dd{border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;overflow: hidden;font-size: 0;box-sizing: border-box;-webkit-box-shadow: #999 0px 0px 15px;  -moz-box-shadow:#999 0px 0px 15px;box-shadow: #999 0px 0px 15px;}

.pro_list dl dd img{width: 100%;}

.pro_list dl dt{margin-top: -30px;}

.pro_name{background: #fff url(../images/pro_bg.png)no-repeat center center;text-align: center;height: 56px;line-height: 56px;border-top-right-radius: 30px;border-top-left-radius: 5px;border-bottom-left-radius:30px;border-bottom-right-radius: 5px;font-size: 24px;box-sizing: border-box;-webkit-box-shadow: #999 0px 0px 15px; 
   -moz-box-shadow:#999 0px 0px 15px;box-shadow: #999 0px 0px 15px;}

   .more_c{width:45px;height: 45px;background: #E6B649;border-radius: 100%;border: 5px solid #fff;text-align: center;line-height: 60px;display: block;margin: 0 auto;}

.pro_list li:hover .pro_name{background: #E6B649 url(../images/pro_bg.png)no-repeat center center;}

/* 热销产品  end */



/* 关于我们 */

.about{background: url(../images/about_bg.jpg)no-repeat;padding-top: 50px;box-sizing: border-box;}

.about_title{}

.about_title h2{color: #fff;width: 300px;height: 85px;color: #fff;font-size: 48px;font-weight: bold;background: #1E346D;text-align: center;line-height: 80px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;float: left;}

.more_about {width: 220px;height: 50px;float: left;}

.more_about a{width: 220px;height: 50px;background: #fff;display: block;text-align: right;line-height: 50px;border-radius: 50px;font-size: 24px;margin: 15px 0 0 40px;box-shadow:#BCBCBC 0px 0px 10px 2px inset;}

.more_about a img{margin-top: 15px;float:right;margin-right: 40px;width:36px;margin-left: 10px;}

.about_text p{text-align: justify;color: #fff;padding-right: 100px;box-sizing: border-box;letter-spacing:1px;margin-bottom: 114px;margin-top: 100px;line-height: 30px;font-size: 15px;}

.advan{background: #E6B649 ;border-top-left-radius: 50px;border-top-right-radius: 50px;padding: 30px 0 0 0;box-sizing: border-box;width: 87.5%;}

.advan li{text-align: center;}

.advan li .advan_name{font-size: 24px;color: #363636;}

.advan span img{display: block;margin-left: -27px;}

.about_img{background: url(../images/about_01.png)no-repeat 0 20px;padding: 100px 50px 0;box-sizing: border-box;}

.about_img img{border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;overflow: hidden;}





.about_img{  overflow:hidden; position:relative; }

		.about_img .bd{ padding:10px;   }

		.about_img .bd ul{ overflow:hidden; zoom:1; }

		.about_img .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }

		.about_img .bd ul li .pic{ text-align:center; }

/* 关于我们  end */



/* 推荐新闻 */

.news{padding: 60px 0;box-sizing: border-box;}

#more_news{margin-top: 50px;}

#more_news a{color: #E6B649;}

.news_list{margin-top: 30px;}

.news_list li{margin-top: 50px; cursor: pointer;}

.news_list li:nth-child(odd){padding-right: 50px;box-sizing: border-box;}

.news_list li:nth-child(even){padding-left: 50px;box-sizing: border-box;}

.news_list li dl{border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;background: #F0F3FA;box-sizing: border-box;-webkit-box-shadow: #ADADAD 0px 0px 15px; -moz-box-shadow:#ADADAD 0px 0px 15px;box-shadow: #ADADAD 0px 0px 15px;}

.news_list li dl dd{font-size: 0;overflow: hidden;border-top-left-radius: 10px;border-bottom-left-radius:50px;}

.news_list li dl dt{padding:28px 55px 21px 25px;box-sizing: border-box;position: relative;}

.news_list li dl dt .more_c{z-index: 99999999;margin-right: -86px;margin-top: -58px;}

.news_list li dl dt .news_title{font-size: 24px;color: #363636;margin-bottom:4px;display:block;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.news_list li dl dt p{font-size: 18px;color: #363636;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.news_list li dl dd img{width: 100%;}

.news_list li:hover dl dt .news_title{color: #E6B649;}

/* 推荐新闻 end */

/* 客户案例 */

.case .title03{margin-top:30px;margin-bottom: 30px;}

.case_main{background: url(../images/case_bg.jpg)no-repeat center center;margin: 30px 0;padding: 60px 0;box-sizing: border-box;}

.slideGroup {

	margin:0 auto;

	width: 96%;

}



.slideGroup .parHd {

	position: relative;

	height: 100px;

	line-height: 100px;

	padding: 0 20px;

}



.slideGroup .parHd ul {

	display:table; margin:0 auto;

}



.slideGroup .parHd ul li {

	float: left;

	padding: 0 15px;

	cursor: pointer;

}



.slideGroup .parHd ul li.on {

	height: 30px;

	background: #fff;

	color: green;

}



.slideGroup .slideBox {

	overflow: hidden;

	zoom: 1;

	padding: 10px 0 10px 100px;

	position: relative;

}



.slideGroup .sPrev,

.slideGroup .sNext {

	position: absolute;

	left: 10px;

	top: 60px;

	display: block;

	width: 90px;

	height: 385px;

	background: url(../images/icoLeft.png) center center no-repeat;

}



.slideGroup .sNext {

	left: auto;

	right:10px;

	background: url(../images/icoRight.png) center center no-repeat;

}



.slideGroup .parBd ul {

	overflow: hidden;

	zoom: 1;

}



.slideGroup .parBd ul li {

	margin: 0 8px;

	float: left;

	

	width:98%;

}



.slideGroup .parBd ul li .pic {

	text-align: center;

	

}

.slideGroup .parBd ul li .pic a{display: block;border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;overflow: hidden;font-size: 0;}

.slideGroup .parBd ul li .pic a img{width: 100%;height: 100%;}

.slideGroup .parBd ul li .description {

	float: left;

	width: 50%;

	padding: 30px 0px 30px 50px;

	box-sizing: border-box;	

	color:#fff

}

.slideGroup .parBd ul li .description .case_title{

	color: #fff;

	font-size:30px;

	height: 40px;

	line-height: 40px;

	margin-bottom: 20px;

}

.slideGroup .parBd ul li .description p{font-size: 16px;opacity: 0.6;line-height: 30px;}



.function_list{padding: 15px 0 25px 60px;box-sizing: border-box;background: url(../images/f.png)no-repeat;margin: 30px 0;}



.function_list span{color: #fff;font-size:24px;display: block;margin: 7px 0 0px;}

.function_list span b{font-weight: normal;color: #E0B44D;}

.consult a{color: #1E346D;border: 2px #fff dashed;display: block;width: 315px;height: 48px;border-left: none;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}

.consult{display: block;width:335px;background: #E6B649;height: 80px;text-align:center;line-height: 46px;font-size: 24px;padding: 14px 5px 10px 0;box-sizing: border-box;margin-left: -50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;-webkit-box-shadow: #000 0px 0px 15px; 
   -moz-box-shadow:#000 0px 0px 15px;box-shadow: #000 0px 0px 15px;}

#case_more a{color: #E0B44D;}

/* 客户案例  end */



/* 联系我们 */

.contact{padding: 80px 0;box-sizing: border-box;}

.contact_main{margin: 50px 0 0 0;}

.contact_main li{font-size: 22px;line-height: 48px;}

.contact_us{margin-top: 30px;}

.solution_main{margin-bottom:;text-align: center;margin-top: -20px;padding-left: 60px;box-sizing: border-box;}

.solution_main img{text-align: center;}

.solution{background:#F0F3FA url(../images/homefivebg01.jpg);border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;margin-top: 100px;}

.solution_img{margin-bottom:-8px;}

.solution_img img{margin-top: -150px;margin-left: -14px;}



.solut_title{background: #E6B649;width: 421px;font-size: 30px;color: #1E346D;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 80px;margin-left: 16px;margin-top:-8px;margin-bottom: 30px;font-weight: bold;}

.solution_main input{display: block;border: 1px solid #DADADA;background: #FFF;color: #A3A3A3;font-size:18px;padding: 10px 16px;box-sizing: border-box;width: 350px;margin: 0 auto;margin-bottom: 26px;}

.solution_main button{background: #E0B44D;color: #fff;border: none;padding: 5px 20px;box-sizing: border-box;font-size: 18px;font-weight: bold;}

/* 联系我们 end */





/*友情链接*/

.links{background: url(../images/links_02.jpg); padding: 10px 0;box-sizing: border-box;}

.links ul{padding:20px 0 40px;box-sizing: border-box;}

.links ul li span{font-size: 22px;color: #fff; line-height: 28px; text-align: left;}

.links ul li{float: left; margin-right:15px;}

.links ul li:hover a{color: #fff;}

.links ul li a{color: #A4ABBC;font-size: 14px;letter-spacing: 1px;}

/*友情链接  end*/



/* 底部 */

footer{background: url(../images/foot_02.jpg);padding: 50px 0 20px;box-sizing: border-box;}

.foot_phone{margin-top: 10px;}

.foot_phone b{color: #E0B44D;display:block ;font-family: impact;font-size: 36px;}

.foot_phone span{font-size: 14px;color: #fff;opacity: 0.4;display:block;margin-top: -10px;}



.foot_nav ul{padding-left: 50px;box-sizing: border-box;}

.foot_nav ul li span{font-size: 24px;color: #fff;box-sizing: border-box;box-sizing: border-box;}

.foot_nav ul li b{display: block;width: 20px;height: 3px;background: #E0B44D;margin-top: -3px;position: absolute;top: 2px;}

.foot_nav ul li i{display: block;width:95px;height: 1px;background: #88898B;margin-top: 10px;position: relative;margin-bottom: 20px;}

.foot_nav ul li a{color: #fff;opacity: 0.4;line-height: 30px;font-size: 14px;}

/* 底部 end */





/* 内页 */



/* 通用 */

.proo_nefl{padding-top: 170px;box-sizing: border-box;color: #fff;}

.proo_nefl span,.proo_nefl a{color: #fff;font-size: 15px;}

.ny_title{text-align: center;margin-top: 20px;}

#ny_title_pro{ background: url(../images/title05.png)no-repeat center 0;}

#ny_title_case{ background: url(../images/title06.png)no-repeat center 0;}

#ny_title_news{ background: url(../images/title10.png)no-repeat center 0;}

#ny_title_ser{background: url(../images/title11.png)no-repeat center 0;}

.ny_title b{color: #fff;font-weight: normal;font-size: 24px;}

.ny_foot{padding: 0px 0 10px;height: 60px;line-height: 40px;}



.pageBox{text-align:center;margin-top: 20px;margin-bottom: 0px;}

.pageBox a{padding: 15px 15px;border: 1px solid #CDCDCD;border-radius: 5px;font-size: 14px;display: inline-block;margin: 0 5px;}

.pageBox a.cur{ color: #fff;  background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#395096), color-stop(100%,#1E346D));
    background: -webkit-linear-gradient(top, #395096 0%,#1E346D 100%);
    background: -o-linear-gradient(top, #395096 0%,#1E346D 100%);
    background: -ms-linear-gradient(top, #395096 0%,#1E346D 100%);
    background: linear-gradient(to bottom, #395096 0%,#1E346D 100%);}

	

	.proonebomnav{background:url(../images/homefivebg01.jpg);padding: 30px 0;box-sizing: border-box;margin: 80px 0 50px 0;box-shadow: rgba(0,0,0,0.1) 0px 0px 15px 2px inset}

	#hot_pro li{padding: 0 50px;background: url(../images/line.png) center center;}

	#hot_pro li a,#case_pro li a,#news_pro li a{font-size: 20px;}

	#hot_pro li a b{background: #F4F5F9;}

	#case_pro li{padding: 0 50px;background: url(../images/line.png) center center;}

	#news_pro li{padding: 0 30px;background: url(../images/line.png) center center;}

	#case_pro li a{margin: 12px 90px;}

	.order_mess{}

	

	/* 在线订购 */

	#order_online{margin-top: 80px; margin-bottom: 80px;}

	.order_text{position: relative;background: #fff url(../images/order_bg.png)no-repeat right 0 bottom 0;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;padding: 0px 120px 10px 50px;box-sizing: border-box;border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;height: 540px;}

	.order_text p{margin-top: 40px;font-size: 18px;line-height: 36px;}

	.order_text p b{font-size: 18px;display: block;margin-bottom: 10px;}

	.order_text i {display: block;margin: 30px 0 50px;}

	.order_text i b{font-family: impact;color: #E0B44D;font-size: 30px;}

	.order_text i a{color: #E0B44D;}

	#order_cons{margin-left: -50px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;}

	.order_mess{background: #1E346D url(../images/order_oline.png)no-repeat center;box-sizing: border-box;border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px;margin-top: 60px;margin-left: -30px;z-index: 99999;padding: 80px 80px 50px;box-sizing: border-box;position: relative;height: 540px;}

	.order_mess b{width: 60px;height: 60px;display: block;position: absolute;box-sizing: border-box;}

	.order_mess b:nth-child(1){top: 100px;left: -30px;}

	.order_mess b:nth-child(2){bottom: 100px;left: -30px;}

	.order_mess input,.order_mess textarea{background: #fff;display: block;border-radius:5px;width: 100%;margin-bottom: 46px;border: none;box-shadow: rgba(0,0,0,0.3) 0px 0px 15px 2px inset;padding: 18px 20px 18px 60px;box-sizing: border-box;font-size: 18px;color: #6E6E6E;}

	.order_mess .name{background:#fff url(../images/order01.png)no-repeat 10px center;}

	.order_mess .dh{background:#fff url(../images/order02.png)no-repeat 10px center;}

	.order_mess .ly{background:#fff url(../images/order03.png)no-repeat 10px 10px;}

	.order_mess button{border: none;display: block; width: 169px;height: 55px;border-top-left-radius: 15px;border-top-right-radius:15px;background: #E6B647;text-align: center;margin: 0 auto;margin-top: 0;margin-bottom: 0;line-height: 60px;color: #fff;font-size: 24px;}

	.order_mess .tj{width: 300px;height:30px;margin: 0 auto;text-align: center;margin-top: 80px;}

	.order_mess .tj img{margin-top: -5px;margin-left: 50px;}

	/* 在线订购  end */

/* 通用 end */



/* 产品分类 */

#delivery{background: none;}

#delivery .product_class{margin-top: 70px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;}

.prolisttit h3{font-size:36px;color: #363636;font-weight: bold;}

.prolisttit span{color: #E6B649;font-family: arial;font-size: 25px;text-transform:uppercase;font-weight: bold;margin-top: -15px;display: block;}

#more_pro a{margin-left:0px;margin-right: 20px;}

#more_pro a{color: #E0B44D;}

.pro_list{margin-bottom: 50px;}

/* 产品分类 end */



/* 产品详情 */

.service_supp{margin-right: 300px;}

.service_supp li{float: left;color: #fff;margin-right: 50px;}

.service_supp li b{width: 8px;height: 8px;background: #E0B44D;border-radius: 100%;display: block;float: left;margin: 10px;}



.box{ overflow: hidden;width: 100%;position: relative;}

.all{

    height: auto;margin: 40px 0 0 0;overflow: hidden;

}

.top-img{

	background: #000;

   height: auto;font-size: 0;position: relative;

	border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px; overflow: hidden;

}

.activeimg{

    overflow: hidden;position: relative;

	border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px; overflow: hidden;

}

.top-img .activeimg img{opacity: 0.9; 

  border-top-right-radius: 50px;border-top-left-radius: 10px;border-bottom-left-radius:50px;border-bottom-right-radius: 10px; overflow: hidden;

}

.top-img .left{

    width: 80px;position: absolute;left: 0;top: 0;text-align: center;line-height: 550px;

    cursor: pointer;

}

.top-img .right{

    width: 80px;position: absolute;right:0px;top: 0;text-align: center;line-height: 550px;

    cursor: pointer;

}



.bot-img{position: absolute;bottom: 0;right: 10px;

    height: 90px;margin-top: 15px

}

.bot-img ul{

    width: 100%;height: 100px;

}

.bot-img ul li{border-radius: 5px;overflow: hidden;

    width: 90px;margin-right: 10px;float: left;border: 2px solid rgba(255,255,255,0.7);cursor: pointer;font-size: 0;

}

.bot-img ul li.active{

    border: 2px solid #E0B44D;

}

.bot-img ul li img{

    width: 100%;

}

.bot-img ul li:last-child{

    margin-right: 0;

}

.proonebom .pure-g{}



.pro_right{margin-top: 40px;}

.pro_right .product_name{padding: 30px 60px;box-sizing: border-box;font-size: 30px;color: #fff;}



.proonedetail{padding:30px 0 0 60px;box-sizing: border-box;background: url(../images/homefivebg01.jpg);border-top-right-radius: 50px;border-bottom-right-radius: 10px;overflow: hidden;}

.proonedetail .kf_img img{width: 100%;margin-bottom: -12px;}

.proonedetail .proo_text span{color: #1E346D;}

.proonedetail .proo_text span i{display: block;width: 8px;height: 8px;border: 1px solid #1E346D;box-sizing: border-box;float: left;margin: 10px 10px 10px 0;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);}

.proonedetail .proo_text p{color: #6B6B6D;margin: 10px 0;}

.hot_service{background: #fff;height: 60px;width: 450px;line-height: 60px;border-top-right-radius: 50px;margin: 42px 0 42px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

.hot_service{padding-left: 30px;box-sizing: border-box;}

.hot_service b{color: #1E346D;font-size: 30px;font-family: impact;}

.hot_service span{font-size: 16px;color: #363636;display:block;width:210px;float: left;}

.hot_service span img{padding: 10px 0;box-sizing: border-box;float: left;margin-right: 10px;}

.kf_img{font-size: 0;}



#consult{margin-left: 0;margin-top: 35px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;}

.cont_text{width:380px;height: 54px;background:url(../images/cont_bk.png)no-repeat;line-height: 54px;text-align: center;margin: 55px 0px 0 50px;}



/* 文章 */

.prony_det{background: url(../images/homefivebg01.jpg);padding: 40px 65px 10px; margin-bottom: 60px; box-sizing: border-box;position: relative;}

.prony_det p {font-size: 16px;line-height: 32px;}

.prony_det p img{max-width: 100%;height: auto;display: block;margin:0 auto;margin-top: 30px;margin-bottom: 30px;}

.prony_det h2,.order_text h2{margin: 30px 0 30px -80px;height: 70px;background: url(../images/gj.png)no-repeat 2px 0px;padding-top: 20px;box-sizing: border-box;}

.prony_det h2 span,.order_text h2 span{background: #1E346D url(../images/sub_title.png)no-repeat right 0;color: #fff;padding: 15px 60px;box-sizing: border-box;font-size: 28px;font-weight: bold;border-top-right-radius: 50px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}

.product_featur{margin-top: 50px;}

.product_featur li{display: block;width: 550px;height: 48px;background: #fff;border-radius: 50px;border: 1px dashed #E0B44D;margin: 40px 0;line-height: 48px;}

.product_featur li b{display: block;width: 54px;height: 54px;background: #E0B44D;box-sizing: border-box; border: 5px solid #fff;border-radius: 100%;font-family: arial;font-size: 24px;text-align: center;color: #fff;float: left;margin-right: 14px;margin-left: -20px;margin-top: -3px;font-weight: normal;}

.parameter table{margin-top: 50px;margin-bottom: 50px;}

.parameter table, th, td{border: 1px solid #E6E6E6;text-align: center;padding: 8px 50px;box-sizing: border-box;}

.parameter table th{font-size: 18px;font-weight: normal;background: #E6B649;color: #fff;padding: 10px 80px;box-sizing: border-box;}

.parameter table td{background: #fff;padding: 10px 60px;}

.prony_det .hot-product{margin-top: 0px;padding-top: 0;}

#pro_xg{margin-top: 0;}

/* 文章 end */



.recommend{padding-left: 50px;box-sizing: border-box;}

.recom_title{background: url(../images/homefivebg.jpg);padding: 10px 20px;box-sizing: border-box;text-align: center;font-size:30px;border-top-left-radius: 20px;border-top-right-radius: 20px;}

.recom_box{background:#F0F3FA;padding: 30px 30px 10px 30px;box-sizing: border-box;margin-bottom: 30px;}

.product_recom_box li img{width: 100%;}

.product_recom_box li dt{font-size: 0;}

.product_recom_box li{margin-bottom: 30px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;}

.product_recom_box li a{background: #fff;display: block;padding: 5px 20px;box-sizing: border-box;color: #505050;font-size: 18px;text-align: center;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;overflow: hidden;}

.recom_pro{box-sizing: border-box;}

.recom_pro li{margin-bottom: 20px;}

.recom_pro li a{background: #fff;display: block;border-radius: 50px;text-align: center;padding: 10px 20px;box-sizing: border-box;font-size: 18px;box-shadow: rgba(0,0,0,0.15) 0px 0px 10px 2px inset}\

#related_pro{height: 100px;width: 100px;}

/* 产品详情 end */



/* 案例 */

/* 案例分类 */

#case_tj .case_recom_list dl dt{height: 250px;margin-top: 50px;border-top-left-radius: 0;border-bottom-left-radius: 0;border-top-right-radius:50px;}

#case_tj .news_more{right: -10px;bottom: -10px;}

#case_tj .case_name{font-size: 30px;margin-top: 30px;margin-bottom: 10px;}

#case_tj dl dt p{font-size: 16px;line-height: 30px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.case_zs{background: url(../images/homefivebg01.jpg); padding: 30px 0; box-sizing: border-box; margin: 80px 0 50px 0;box-shadow: rgba(0,0,0,0.1) 0px 0px 15px 2px inset;text-align: center;}



.case_zs h3{width: 400px;margin: 0 auto;}

.case_zs h3 span{font-weight: bold;font-size: 36px;color: #363636;}

.case_zs h3 b{width: 80px;height: 1px;background: #C1C1C1;display: block;margin-top: 32px;}

.case_zs p{font-size: 16px;}

/* .more_case{width: 220px; height: 50px;margin: 0 auto;border-radius: 50px;background: #fff;} */

.more_case a {
    width: 220px;
    height: 50px;
    background: #fff;
    display: block;
    text-align: right;

	color: #E0B44F;
    line-height: 50px;
    border-radius: 50px;
    font-size: 24px;
    margin: 15px 0 0 40px;
    box-shadow: #BCBCBC 0px 0px 10px 2px inset;
}

.more_case a img{float: right;margin-top: 10px;margin-right: 30px;margin-left: 10px;}

#more_case a{margin: 0 auto; width: 220px;}

/* 案例分类  end */

#case{margin-top:-80px;margin-bottom:30px; padding-bottom:30px;}

#case .pageBox{margin-top: 60px;}

#case #case_list dl dd{position: relative;z-index: 999999999999;box-shadow: none;}

#case #case_list dl dt{margin: 0;background: url(../images/homefivebg02.jpg);padding: 60px 25px 20px 25px;box-sizing: border-box;margin-top: -30px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;border-top-left-radius: 30px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;position: relative;}

#case #case_list dl dt .case_name{color: #1E346D;font-size: 18px;font-weight: bold;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-bottom: 10px;}

#case .case_equ li{padding: 0;margin-top: 5px;font-size: 15px;color: #585858;}

.case_more{position: absolute;display: block;width: 68px;height: 45px;background: #E6B649;border-top-left-radius: 30px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 30px;text-align: center;right: -8px;bottom: -8px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;}

.case_more img{margin-top: 6px;}

#case  #case_list dl:hover .case_more{background: #1E346D;}



.case_right .product_name{padding: 0px 60px;box-sizing: border-box;}

.case_right .product_name h1{font-size:30px;margin-bottom: 6px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.case_right .product_name p{font-size: 16px;color: #fff;opacity: 0.6;line-height: 30px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom: 12px;}

.case_right .proonedetail{padding-top: 0;}

.case_right .proonedetail .function_list{margin: 20px 0;}

.case_right .proonedetail .function_list span{color: #363636;}

.prony_det #case_list{margin-top: 80px;}

/* 案例 end */

/* 关于我们 */

.pro_exper dl dd img{width: 100%;}

.about_banner{background: url(../images/about_banner.jpg)no-repeat center 0;}

.about_brief{padding-right: 20px;box-sizing: border-box;}

.about_left{padding-right: 0px;box-sizing: border-box;}

.about_brief p{color: #fff;font-size: 15px;text-align: justify;line-height: 30px;margin: 50px 0 30px;}

.about_main_text{background: url(../images/homefivebg01.jpg); padding: 50px 50px;box-sizing: border-box;border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-right-radius: 10px;border-bottom-left-radius: 50px;margin-top: 60px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;}

.about_main_text p{margin: 15px 0;line-height: 30px;font-size: 15px;}

.about_right{margin-top: -60px;}

.about_img .hd {margin-top:10px;}

.about_img .hd ul{ overflow:hidden; zoom:1;  zoom:1;margin: 0 auto;width: 280px; }

.about_img .hd ul li{ float:left;  width:35px; height:8px; overflow:hidden; margin:0 15px; text-indent:-999px; cursor:pointer;background: #fff;border-radius: 50px;}

.about_img .hd ul li.on{ background:#E0B44D;}

.about_right .consult{margin-top: 30px;}

.pro_stre{padding: 80px 0 30px 0;box-sizing: border-box;}



.pro_exper dl{padding-right: 38px;box-sizing: border-box;}

.pro_exper dl dd{font-size: 0;border-top-left-radius: 5px;border-top-right-radius: 50px;overflow: hidden;border-bottom-left-radius: 50px;border: 8px solid #F0F3FA;box-sizing: border-box;}

.pro_exper dl dt{width: 90%;background: #F0F3FA;float: right;padding: 40px 20px 20px 30px;box-sizing: border-box;position: relative;}

.pro_exper dl dt b{background: #1E346D;border: 5px solid #fff;border-radius: 50px;color: #fff;padding:3px 20px;font-size: 24px;font-weight: normal;position: absolute;top: -40px;left:-45px;}

.pro_exper dl dt img{position: absolute;top: -40px;right:30px;}

.strength02{margin-top: 80px;}

.honor{position:relative;}

.honor .hd{width: 120px;height: 30px;position: absolute;top: 20px;left: -100px;}

.honor .hd .prev,.honor .hd .next{ display:block;  width:45px; height:28px; float:right; margin-right:15px; margin-top:10px;  overflow:hidden;

			 cursor:pointer;}

.honor .hd .prev{background: url(../images/honor_l.png)no-repeat center center; }

.honor .hd .next{background: url(../images/honor_r.png)no-repeat center center; }

.honor .bd{ padding:0 30px; box-sizing: border-box; }

.honor .bd ul{ overflow:hidden; zoom:1; }

.pro_exper01 dl{padding:0;}

.pro_exper01 dl dt{background: none;}

.pro_exper03 dl{padding-left: 30px;box-sizing: border-box;}

.pro_exper03 dl dt b{left:-40px;}

.cooperation{text-align: center;}

/* 关于我们 end */



/* 新闻中心 */

.news_banner{background: url(../images/news_banner.jpg)no-repeat;}

.news_recom{position:relative;}

.news_recom .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }

.news_recom .hd ul li{ float:left;  width:8px; height:45px; overflow:hidden; margin-bottom:30px; text-indent:-999px; cursor:pointer; background:#1E346D;border-radius: 50px;}

.news_recom .hd ul li.on{ background:#E6B649; }

.news_recom .hd{width: 10px;height: 120px;position: absolute;top: 20px;right: 0px;top: 180px;}

.news_recom .bd{ padding:0 60px 0 0; box-sizing: border-box; }

.news_recom .bd ul{zoom:1; }

.news_recom .bd dl{box-sizing: border-box;position: relative;padding:30px;}

.news_recom .bd dl dd{font-size: 0;}

.news_recom .bd dl dd img{border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 10px;overflow: hidden;width: 100%;}

.news_recom .bd dl dt{box-sizing: border-box; background: url(../images/homefivebg01.jpg);padding: 20px 65px 20px 50px;box-sizing: border-box;border-top-left-radius: 50px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 50px;position: relative;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;}

.news_recom .bd dl dt p{overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.news_recom .bd dl dt .news_name{color: #1E346D;font-size: 18px;font-weight: bold;}

.news_more{display: block;}

.news_more{display: block;width: 68px;height: 45px;background: #E6B649;border-top-left-radius: 30px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 30px;text-align: center;right: 20px;bottom: 20px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;position: absolute;z-index: 9999999999999;}

.news_more img{margin-top: 6px;}

.news_main{margin-top: 40px;}



.news_item_list{padding-left: 80px;box-sizing: border-box;padding-top: 160px;}

.news_item_list .news_list li{margin-top: 25px;}



#news_pro ul li.on a{background: #E6B649;color: #1E346D;}



.newthreeul{margin-top: 40px;margin-bottom: 80px;}

.newthreeul li:nth-child(even){padding-left:80px; box-sizing: border-box;}

.newthreeul li:nth-child(odd){padding-right:50px;padding-left: 30px;box-sizing: border-box;}

.newthreeul li{margin: 20px 0;}

.newthreeul li dl{border-radius: 5px;}

.newthreeul dl{background: #F0F3FA;padding: 16px 5px;box-sizing: border-box;}

.newthreeul dl dd a{font-size: 18px;color: #363636;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.newthreeul dl dt span{font-family: arial;font-size: 18px;text-align: center;display: block;}

.newthreeul dl b{display: block;width: 65px;height: 22px;background: url(../images/news_img01.png)no-repeat;float: left;margin-left: -50px;margin-right: 20px;margin-top: 5px;}

.newthreeul li:hover dl{box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;}

.newthreeul li:hover dl b{background: url(../images/news_img.png)no-repeat;}





/* 新闻分类 */

.news_class_t{margin-top: 60px;}

.news_class_t h2{color: #E6B649;font-size: 48px;font-weight: bold;margin-bottom: 10px;}

.news_class_t p{font-size:15px;color: #fff;opacity: 0.6;padding-right: 160px;box-sizing: border-box;line-height: 30px;}



.news_w{width: 1400px;margin: 0 auto;padding: 60px 0;box-sizing: border-box;}

.news_w li{margin-top: -15px;}

.news_time{width:200px;border-right: 1px solid #333;box-sizing: border-box;padding-right: 50px;box-sizing: border-box;padding-top: 70px;float: left;padding-bottom: 80px;}

.news_time .time_y{font-size: 24px;color: #E6B649;font-family: arial;display: block;text-align: right;}

.news_time .time_m{font-size: 48px;color: #1E346D;text-align: right;display: block;margin-top: -16px;}

.news_line{display: block; width:50px;float: left;margin-top: 100px;margin-left: -16px;}

.company_news_list{background: #F0F3FA;border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-right-radius: 10px;border-bottom-left-radius: 50px;position: relative;padding: 30px 60px 30px 50px;box-sizing: border-box;height: 205px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;  -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;box-shadow:rgba(0,0,0,0.3) 0px 0px 10px;margin-bottom: 60px;margin-top: 10px;box-sizing: border-box;}

.company_news_list span{font-family: arial;display:block;margin-bottom: 10px;margin-top: 5px;}

.company_news_list p{font-size: 16px;line-height: 30px;box-sizing: border-box;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.company_news_list h3{font-size:24px;}

#news_list_more{position: absolute;right:-30px;top: 80px;}

.news_class .pageBox{margin-bottom:50px;}

/* 新闻分类 end */

/*新闻详情 */

.news_banner{height: 520px;margin-bottom: 50px;}

.news_main .newny_tit{font-size: 30px;color: #fff;font-weight: bold;margin-top: 30px;}

.newny_rq{margin-top: 10px;}

.newny_rq span{color: #fff;opacity: 0.6;font-size: 20px;font-family: arial;margin-right: 30px;}

.newny_cone{background: url(../images/homefivebg01.jpg);margin-bottom: 30px;padding: 30px 65px;box-sizing: border-box;border-top-left-radius: 50px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 50px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;}

.newny_cone p{font-size: 18px;line-height: 36px;}

.newny_sxp{margin-top: 60px; margin-bottom: 60px;}



.recom_news .recom_box{padding-bottom: 50px;}

.recom_news ul li{border-bottom: 1px dashed #D4D5D8;box-sizing: border-box;padding: 10px 0;}

.recom_news ul li a{font-size: 16px;box-sizing: border-box;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.recom_news ul li b{width: 6px;height: 6px;border: 1px solid #324579; display: block;float: left;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);margin: 12px 10px 12px 5px;}

.recom_news ul li:hover a{color: #324579;}

/* 新闻详情 end */

.news_main{}

/* 新闻中心  end */



/* 售后服务 */

.service_banner{background: url(../images/service_banner.jpg)no-repeat;height: 520px;}

.proonebomnav01{margin-top: 0;}

.service_pro{padding-top: 50px;padding-bottom: 50px;box-sizing: border-box;}



.service_title{background: #1E346D url(../images/faq_bg.png)no-repeat 90px center;border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 10px;padding: 30px 55px;box-sizing: border-box;overflow: hidden; width: 180px;}

.service_title h1{width: 40px;font-size: 30px;color: #E0B44D;float: left;line-height: 48px;}

.service_title span{display: block;width: 24px;font-size: 18px;text-transform:uppercase;font-family: arial;float: left; word-wrap: break-word;line-height: 16px;}

.service_title span img{margin-top: 10px;}

.ser_pro_list{text-align: center;}

.ser_pro_list dd,.ser_pro_list dt{height: 100px;margin: 15px 0;}

.ser_pro_list dl dt,.ser_pro_list dl dt span{font-size: 24px;color: #1E346D;}

.ser_pro_list dl:nth-child(even) dt span{color: #E6B649;line-height: 100px;}

.ser_pro_list dl:nth-child(even) .ser_hr{margin-top: -13px;}

.ser_hr img{width: 95%;}

.ser_pro_list b{display: block;font-family: impact;font-size: 30px;margin-top: -10px;}



.deliver{background: url(../images/homefivebg01.jpg);padding: 50px 0 120px;box-sizing: border-box;}

.deliver_list{ overflow:hidden; position:relative; margin: 30px 0;}

.deliver_list .hd ul{overflow:hidden; zoom:1; margin-top:30px; zoom:1;margin-left: 46%;}

.deliver_list .hd ul li{ float:left;  width:35px; height:8px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; background:#1E346D;border-radius: 50px; }

.deliver_list .hd ul li.on{ background:#E0B44D; }

.deliver_list .bd{ padding:10px;   }

.deliver_list .bd ul{ overflow:hidden; zoom:1; }

.deliver_list .bd ul li{ float:left;overflow:hidden; text-align:center; box-sizing: border-box;}

.deliver_list .bd ul li dl{margin: 0 28px;}

.deliver_list .bd ul li dd{border-top-left-radius: 10px;overflow: hidden;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 10px;font-size: 0;}

.deliver_list .bd ul li dt{background: #fff url(../images/pro_bg.png)no-repeat center bottom -1px;border-top-left-radius: 50px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;margin-top: -10px;padding: 25px 10px 18px 10px;}

.deliver_list .bd ul li dt a{font-size: 16px;font-weight: bold;overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}



/* 报修 */

.repai{padding-bottom: 50px;box-sizing: border-box;}

.repai_text{background: #fff url(../images/order_bg.png)no-repeat right 0 bottom 0;padding: 50px 40px;box-sizing: border-box;border-top-left-radius: 5px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 10px;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;height: 320px;z-index: 99999999999999;}

.repai_text .ts{background: url(../images/service_43.png)no-repeat;padding: 25px 25px;box-sizing: border-box;}

.repai_text .ts b{font-size: 18px;}

.repai_text .hot_service{background: #fff;box-sizing: border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;}

.repai_infor{height: 400px;margin-top: -20px;border-top-left-radius: 50px;padding: 60px 60px 50px 80px;}

.repai_infor .pure-u-1-2{padding: 0 30px;box-sizing: border-box;}

.repai_infor select{background: #fff;display: block;border-radius:5px;width: 100%;border: none;box-shadow: rgba(0,0,0,0.3) 0px 0px 15px 2px inset;padding: 18px 20px 18px 20px;box-sizing: border-box;font-size: 18px;color: #6E6E6E;}

.repai_infor select,.repai_infor input{margin-bottom:30px;}

#repai_mess{background-image: none;padding-left: 20px;height:240px;}

.repai_infor button{margin-top: -76px;}

.deliver_list dl dd img{width: 100%;}

/* 报修 end */

/* 售后服务 end */



/* 视频列表 */

.video_class .proonebomnav{margin-top: 0;}
/*
.video_list li:nth-child(1){padding-right:40px;box-sizing: border-box;}

.video_list li:nth-child(2){padding:0 20px;box-sizing: border-box;}

.video_list li:nth-child(3){padding-left:40px;box-sizing: border-box;}*/

.video_list li{box-sizing: border-box; padding:0 20px; margin-bottom:20px;}




.video_item video{border-top-left-radius: 5px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 5px;}

.video_item dt{background: #F0F3FA;margin-top: -10px;padding: 12px 15px 10px 50px;box-sizing: border-box;border-top-left-radius: 50px;border-box;-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;box-shadow:rgba(0,0,0,0.2) 0px 0px 15px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}

.video_item dt .video_name{font-size: 24px;}

.video_item_list{margin-bottom: 60px;}

/* 视频列表 end */





/* 联系我们 */

.contact_banner{background: url(../images/contact_banner.jpg)no-repeat;height: 520px;}

.contact_main{width: 1400px;margin: 0 auto;}

.title_cont{margin-top: 50px;}

.contact_main .contactonetop{padding-left: 80px;box-sizing: border-box;margin-top: 30px;}

.contact_main .contactonetop span{display: block;font-size: 36px;color: #E0B44D;font-weight: bold;}

.contact_main .contactonetop img{padding-left: 58px;z-index: 99999999999;position: absolute;}

.contact_list{background: url(../images/homefivebg01.jpg);padding: 80px 80px 50px;box-sizing: border-box;border-box;border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;margin-top: 30px;}

.contact_list .pure-u-11-24{padding-right: 30px;box-sizing: border-box;}

.contact_list .pure-u-13-24{padding-left: 60px;box-sizing: border-box;}

.contact_list li{background: #fff;border:1px dashed #DADADA;box-sizing: border-box;padding: 5px 30px;box-sizing: border-box;border-top-left-radius: 10px;border-top-right-radius: 50px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;margin-bottom: 40px;height: 80px;line-height: 70px;border-box;-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;  -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;}

.contact_list li span{color: #1E346D;font-size: 24px;}

.contact_list .pure-u-11-24 li span{margin-top: 0px;display: inline-block;float: left;}

.contact_list li b{font-family: impact; color: #E0B44D;font-size: 36px;}

.contact_list li i{color: #E0B44D;font-size: 18px;}



.title_cont{text-align: center;margin-bottom: 50px;}

.title_cont h2{font-size: 36px;color: #1E346D;font-weight: bold;}

.title_cont h2 b{color: #E0B44D;}

.contact_fqa_list li{text-align: center;background: url(../images/contact_bg.png)no-repeat center;width: 280px;height: 250px;margin: 0 auto;padding: 50px 0;box-sizing: border-box;}

.contact_fqa_list li span{display: block;color: #E0B44D;font-size: 24px;}

.map_main{border-top-left-radius: 50px;border-top-right-radius: 50px;overflow: hidden;margin-top: 50px;margin-bottom: 0;font-size: 0;}

/* 联系我们  end */

/* 内页 end */