@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@font-face {
  font-family: 'iconfont';  /* Project id 3032064 */
  src: url('//at.alicdn.com/t/font_3032064_9eydh0ehq7j.eot?t=1641854881924'); /* IE9 */
  src: url('//at.alicdn.com/t/font_3032064_9eydh0ehq7j.eot?t=1641854881924#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_3032064_9eydh0ehq7j.woff?t=1641854881924') format('woff'),
       url('//at.alicdn.com/t/font_3032064_9eydh0ehq7j.ttf?t=1641854881924') format('truetype'),
       url('//at.alicdn.com/t/font_3032064_9eydh0ehq7j.svg?t=1641854881924#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tel:before {
  content: "\e96c";
}
.icon-mail:before {
  content: "\e616";
}
.icon-24gf-telephone:before {
  content: "\e96c";
}
/*pure*/
 .button-warning {
	background: rgb(223, 117, 20);
}

/*COMMON*/
*{margin:0px;padding:0px}
body,a{color: #9e9e9e;}
body{font-size: 14px;font-family: 'Lato', sans-serif;}
a{text-decoration: none;}
a:hover{text-decoration: none;color:#333;}
ul,li,dl,dt,dd{list-style: none;padding:0px;margin:0px;}

h1{font-weight:300}


/*BOOTSTRAP*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
    margin-bottom: 30px;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/*FONTSIZE*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}

.tar{text-align:right}
.tal{text-align:left}
/*body*/
#body{width:100%;overflow:hidden;}
/*header*/
.header{}
.header .top{height:35px;line-height:35px;color:#9e9e9e;border-bottom:#dedede solid 1px;}
.header .top .weixin{cursor:pointer;}
.header .top .weixin img{display:none;position:absolute; width:100px; z-index:999; border:1px solid #dedede; border-radius: 0px; margin-top:30px; margin-left:-70px;}
.header .top span{display:inline-block;height:35px; line-height:35px;}

/*NAV*/
.nav{padding:30px 0px;}
.nav .lok-menu {box-sizing: border-box;}
.nav .lok-menu-list,
.nav .lok-menu-item {list-style: none;position: relative;white-space: nowrap;display: inline-block;vertical-align: middle;padding: .5em 0em;}
.nav .lok-menu-item {margin: 0;height: 100%;}
.nav .lok-menu-link {color: #777;padding: .5em 1em;font-size:1.4em;font-weight:400;text-transform:uppercase;}
.nav .lok-menu-link:hover,.nav .lok-menu-link:focus {background-color: #eee;color: #000;}

/*BANNER*/
.banner {
	width: 100%;
	height: 450px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top: 10px;
}
.banner .imgbox{
	width: 100%;
	height: 450px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}
.banner .img{
	position: absolute;
	display: none;
}
.banner .im {
	display: block;
}
.banner .change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.banner .change:hover {
	opacity: 1;
}
.banner .pre {
	left: 1%;
}
.banner .next {
	right: 1%;
}
.banner .cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.banner .cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.banner .cir:hover {
	background-color:#3285FF;
	transition: 0.8s;
}
.banner .cr {
	opacity: 1;
}
.banner .cr:hover {
	background-color: white;
}

/*INDEX RECOMMEND GOODS*/
.i-goods{background:url(../images/i-recommend-goods-bg.jpg) center center;padding:50px 0px;}
.i-goods .i-goods-header{text-align:center;text-transform:uppercase;}
.i-goods .i-goods-header h1{font-size:3em;}
.i-goods .i-goods-header hr{width:6em;border-top: 5px solid rgba(0, 0, 0, 0.1);	margin: 0 auto;
    margin-bottom: 30px;
}
.i-goods .i-goods-category-list li{width:100%; height: 40px;line-height: 40px;background-color: #ececec;border-radius: 5px;border-bottom: 1px #fff solid;text-align:center;font-size:14px;text-transform:uppercase;font-weight:300}
.i-goods .i-goods-category-list li.title{width:100%; height: 50px;line-height: 50px;background-color: #ec6941;border-radius: 5px;margin-bottom: 3px;font-size:21px;}
.i-goods .i-goods-category-list li.bottom{width:100%; height: 50px;line-height: 50px;background-color: #999;border-radius: 5px;margin-bottom: 3px;font-size:1em;}
.i-goods .i-goods-category-list li a{color:#000;height:221px;overflow:hidden;}
.i-goods .i-goods-list li img{cursor: pointer;transition: all 0.6s;}
.i-goods .i-goods-list li img:hover{transform: scale(1.1);}
.i-goods .i-goods-category-list li.title a{color:#fff}
.i-goods .i-goods-category-list li.bottom a{color:#fff}
.i-goods .i-goods-list{text-align:right}
.i-goods .i-goods-list li{
	position: relative;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: 295px;
    height: 325px;
    background-color: #fff;
    overflow: hidden;
	text-align:center;
	border:1px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}
.i-goods .i-goods-list .i-goods-item-img{
width: 295px;height: 295px;overflow: hidden;display:block;
}
.i-goods .i-goods-list .i-goods-item-name{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
	font-weight:300;
}

/*INDEX ABOUT*/
.i-about{background:url(../images/i-about.jpg) center center;padding:50px 0px;}
.i-about .i-about-content{
	padding:30px 50px;
}
.i-about .i-about-content h1{
	font-weight:300;
	font-size: 40px;
}
.i-about .i-about-content h1 a{
	color:#666;
}
.i-about .i-about-content .content {
	line-height: 1.4em;
	font-weight:300;
	font-size: 16px;
	
}
.i-about .i-about-content .content a{
	color:#666;
}
.i-about .i-about-content .pure-button{
	margin:30px 0px;
    display: inline-block;
    min-width: 142px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #ec6941;
    border-radius: 5px;
    box-sizing: border-box;
    padding: .5em 3px;
}

/*CASE*/
.i-case {background:url(../images/i-recommend-goods-bg.jpg) center center;padding:50px 0px;}
.i-case .i-case-header {text-align:center;}
.i-case .i-case-header h1{font-size:3em;}
.i-case .i-case-header hr{width:6em;border-top: 5px solid rgba(0, 0, 0, 0.1);	margin: 0 auto;
    margin-bottom: 30px;
}
.i-case .i-case-list li img{
	cursor: pointer;
	transition: all 0.6s;
	min-width: 20%; 
	max-width: 100%;
}
.i-case .i-case-list li img:hover{transform: scale(1.1);}
.i-case .i-case-list li{
	position: relative;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
    width: 363px;
    overflow: hidden;}
.i-case .i-case-list p.title{
	position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
	font-weight:300;
	
}

/*NEWS*/
.i-news{background:url(../images/i-news.jpg) center center;padding:50px 0px;}
.i-news .i-news-header{text-align:center;}
.i-news .i-news-header h1{font-size:3em;}
.i-news .i-news-header h1 a{color:#fff;}
.i-news .i-news-header hr{width:6em;border-top: 5px solid rgba(255, 255, 255, 0.8);	margin: 0 auto;
    margin-bottom: 30px;
}
.i-news .i-news-list{}
.i-news .i-news-list li img{
	min-width: 20%; 
	max-width: 100%;
}

.i-news .i-news-list li{
	position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
	min-height:410px;
	padding:5px;
	background-color: #fff;
}
/*.i-news .i-news-list li:first-child{
	position: relative;
    margin-left: 0px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
	min-height:410px;
	padding:5px;
	background-color: #fff;
}
.i-news .i-news-list .news-img{
	position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    border: 4px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
	overflow:hidden;}*/
.i-news .i-news-list .news-content{
	padding: 0px 5px;
    background-color: #fff;
}
.i-news .i-news-list .news-content h1{
	font-size:1.3em;
	color:#666;
	font-weight:300;
}
.i-news .i-news-list .news-content .post-time{}
.i-news .i-news-list .news-content .news-feed{
	font-size:1em;
	color:#666;
	line-height:150%;
}

/*footer*/
.footer{
	height: 300px;
    background: #efedee;
    padding-top: 45px;
    overflow: hidden;
}
.footer .footer-list{
	padding-left:100px;
}
.footer .footer-list dl{
	height: 300px;
    background: #efedee;
    padding-top: 45px;
    overflow: hidden;
	display: inline-block;
	width:300px;
}
.footer .footer-list dt{
	font-size:1.1em;
	font-weight:400;
	padding-bottom:1em;
	text-transform: uppercase;
}
.footer .footer-list dt a{color:#666}
.footer .footer-list dd{
	font-size:1em;
	padding-bottom:0.5em;
	font-weight:300;
	text-transform: uppercase;
}
.footer .footer-list dd .pure-button{
	margin:0px 0px;
    display: inline-block;
    min-width: 142px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #ec6941;
    border-radius: 5px;
    box-sizing: border-box;
    padding: .5em 3px;
}

/*SIDE*/
.side{
	position: fixed;
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
    z-index: 100;
	cursor:pointer;

}
.side-up-arrow {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 21px;
}
.side ul li {
    width: 54px;
    height: 54px;
    position: relative;
    border-bottom: 1px solid #faaf18;
}
.side-top-span {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #ec6941;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
}

/*Nav Bar*/
.nav-bar{
    border-bottom: 1px dashed #dcdcdc;
	padding:10px 0px;

	
}
.nav-bar a{
	text-transform: uppercase; font-weight:300;
}
.nav-bar b {
    border-left: 10px solid #ec6941;
    font-weight: normal;
    padding-left: 8px;
}

/*CAREGORY*/
.caregory-bar{
	padding:30px 0px;text-transform: uppercase; font-weight:300;
}
.caregory-bar ul{
    height: 55px;
    background: #f5f5f5;
    overflow: hidden;
}
.caregory-bar li{
	width: 20%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.caregory-bar li.caregory-bar-cur, .caregory-bar li:hover{
    background: url(../images/caregory-bar-bar-list-up-arrow.png) no-repeat bottom center #ec6941;
    border-color: #ec6941;
}
.caregory-bar a {color: #666;}

.caregory-bar li.caregory-bar-cur a, .caregory-bar li:hover a {
    color: #fff;
}

/*PAGE CONTENT*/
.Page-content{
	padding-bottom:50px;
	line-height:200%;
	font-weight:300;
}

/*CONTACT*/
.contact{}
.contact .contact-header{
	background:#f4f4f4 url(../images/contact-header-bg.jpg) no-repeat left center;
    height: 180px;
	width:100%;	
	padding:20px 0px;
	margin-bottom:20px;
	font-weight:300;
}
.contact .contact-header h1{
	font-size: 1.5em;
    color: #ec6941;
	font-weight:400;
	margin-left:250px;
	margin-top:30px;
}
.contact .contact-header div{
	font-size:1.3em;
	margin-left:250px;
	margin-right:50px;
	line-height:150%;
	font-weight:300;
}
.contact .contact-content{margin-bottom:30px;}
.contact .contact-content h3{font-weight:300;font-size:1.4em;margin-left:90px;margin-top:30px;color:#666;text-transform: uppercase;}
.contact .contact-content p{font-weight:300;font-size:1.3em;margin-left:90px;line-height:150%;color:#9b9b9b;text-transform: lowercase; }
.contact .contact-content li.address p{margin-right:20px;}
.contact .contact-content li{border:#e1e1e1 solid 1px;width:367px;display: inline-block;box-sizing: border-box;height:120px;margin-right:15px;overflow:hidden;}
.contact .contact-content li.mail{background:url(../images/icon-mail.png) no-repeat 20px center;}
.contact .contact-content li.address{background:url(../images/icon-address.png) no-repeat 20px center;margin-right:-15px;}
.contact .contact-content li.website{background:url(../images/icon-website.png) no-repeat 20px center;margin-right:-15px;}
.contact .contact-content li.fax{background:url(../images/icon-fax.png) no-repeat 20px center;}
.contact .contact-content li.tel{background:url(../images/icon-tel.png) no-repeat 20px center;}
.contact .contact-content li.wechat{background:url(../images/icon-wechat.png) no-repeat 20px center;}

/*MAP*/
.map{margin-bottom:30px;}
.map .ditu{background:url(../images/cantact-map.jpg) no-repeat top left;padding-top:38px;}

/*PAGE CAREGORY PRODUCT */
.c-goods{padding:50px 0px;}
.c-goods .c-goods-header{text-align:center;}
.c-goods .c-goods-header h1{font-size:3em;}
.c-goods .c-goods-header hr{width:6em;border-top: 5px solid rgba(0, 0, 0, 0.1);	margin: 0 auto;
    margin-bottom: 30px;
}
.c-goods .c-goods-category-list li{width:100%; height: 40px;line-height: 40px;background-color: #ececec;border-radius: 5px;border-bottom: 1px #fff solid;text-align:center;font-size:14px;font-weight:300;text-transform:uppercase;}
.c-goods .c-goods-category-list li.title{width:100%; height: 50px;line-height: 50px;background-color: #ec6941;border-radius: 5px;margin-bottom: 3px;font-size:21px;}
.c-goods .c-goods-category-list li.bottom{width:100%; height: 50px;line-height: 50px;background-color: #999;border-radius: 5px;margin-bottom: 3px;font-size:1em;}
.c-goods .c-goods-category-list li a{color:#000;height:221px;overflow:hidden;}
.c-goods .c-goods-category-list li.title a{color:#fff}
.c-goods .c-goods-category-list li.bottom a{color:#fff}
.c-goods .c-goods-list li img{cursor: pointer;transition: all 0.6s;}
.c-goods .c-goods-list li img:hover{transform: scale(1.1);}
.c-goods .c-goods-list{text-align:center}
.c-goods .c-goods-list li{
	position: relative;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: 295px;
    height: 325px;
    background-color: #fff;
    overflow: hidden;
	text-align:center;
	border:1px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}
.c-goods .c-goods-list .c-goods-item-img{
width: 295px;height: 295px;overflow: hidden;display:block;
}
.c-goods .c-goods-list .c-goods-item-name{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
	font-weight:300;
}
.c-goods .c-goods-list-header{
    height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 18px;
	margin-left: 15px;
}
.c-goods .c-goods-list-header h3 {
    height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    padding-right: 24px;
    border-bottom: 2px solid #ec6941;
	color:#666;

}


/*PAGENAVIGATION*/
.pagenavigation{
	margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    text-align: center;
}
.pagenavigation a{
	font-size: 14px;
    padding: 0 10px;
    color: #666;
    line-height: 25px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: 0px 5px;
}
.pagenavigation a:hover, .pagenavigation .cur{
	font-size: 14px;
    background-color: #ec6941;
    padding: 0 10px;
    line-height: 25px;
    display: inline-block;
    margin: 0px 5px;
    color: #ffffff;
}

/*SIDE-CONTACT*/
.side-contact{
background:url(../images/side-contact-bg.jpg) no-repeat left center;
width:100%;
height:140px;font-weight:300
}
.side-contact{font-weight:300}
.side-contact div{text-align:right;margin-right:10px;padding-top:40px;color:#000;font-weight:300}
.side-contact p{text-align:right;color:#000;margin:5px 10px 0px 0px;padding:0px;font-weight:300}

/*PRODUCT DETAIL*/
.product-detail {
    position: relative;
    background: #fff;
}
.product-detail .product-detail-left{
    position: relative;
    width: 55%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 30px;
    margin-left: 30px;
}
.product-detail .product-detail-left-jt{
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}
.product-detail .product-detail-left-prev{left: 10px;}
.product-detail .product-detail-left-next{right: 10px;}
.product-detail .product-detail-left-pic{
	width: 100%;
    position: relative;
    text-align: center;
}
.product-detail .product-detail-left-pic{
height:330px;
width:100%;
overflow:hidden;

}
.product-detail .product-detail-left-pic li img{
	height:330px;
	width:auto;
	display: block;    
	margin: 0 auto;
}
.product-detail .product-detail-left-pic li{float: left;width:100%;}

.product-detail .product-detail-right {
    width: 38%;
    float: left;
}
.product-detail .product-detail-right-tit {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:400;
}
.product-detail .product-detail-right-con{
    font-size: 14px;
    line-height: 24px;
    max-height: 168px;
    margin-bottom: 86px;
    overflow: hidden;
	font-weight:300;
}

.product-detail .product-detail-content { background: #ffffff;  padding: 32px 0 42px; margin-bottom: 22px;margin-left: 30px; }
.product-detail .product-detail-content-tit { height: 40px;font-size: 24px; line-height: 40px;border-bottom: 2px solid #d4d4d4; margin-bottom: 20px; font-weight:400;}
.product-detail .product-detail-content-tit span {display: inline-block; height: 40px; color: #464646;  border-bottom: 2px solid  #ec6941;  padding-left: 34px;background: url(../images/d-detail-content.png) no-repeat 2px center;}
.product-detail .product-detail-content-tit em {font-size: 18px;text-transform: uppercase; font-style: normal; color: #c2c2c1; font-weight:300;}

/*PAGE CAREGORY CASE */
.c-case{padding:50px 0px;}
.c-case .c-case-list li img{cursor: pointer;transition: all 0.6s;}
.c-case .c-case-list li img:hover{transform: scale(1.1);}
.c-case .c-case-list{text-align:center}
.c-case .c-case-list li{
	position: relative;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: 265px;
    height: 295px;
    background-color: #fff;
    overflow: hidden;
	text-align:center;
	border:1px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}
.c-case .c-case-list .c-case-list-item-name{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
	font-weight:300;
}

.c-case .c-case-list .c-case-item-img{
width: 265px;height: 265px;overflow: hidden;display:block;
}
.c-case .c-case-list .c-case-item-name{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
	font-weight:300;
}

/*CASE DETAIL*/
.d-case-detail {
    position: relative;
    background: #fff;
}
.d-case-detail .d-case-detail-left{
    position: relative;
    width: 55%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 30px;
    margin-left: 30px;
}
.d-case-detail .d-case-detail-left-jt{
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}
.d-case-detail .d-case-detail-left-prev{left: 10px;}
.d-case-detail .d-case-detail-left-next{right: 10px;}
.d-case-detail .d-case-detail-left-pic{
	width: 100%;
    position: relative;
    text-align: center;
}
.d-case-detail .d-case-detail-left-pic{
height:450px;
width:100%;
overflow:hidden;


}
.d-case-detail .d-case-detail-left-pic li img{
	height:450px;
	width: auto;
    display: block;
	margin: 0 auto;
}
.d-case-detail .d-case-detail-left-pic li{float: left;width:100%;}

.d-case-detail .d-case-detail-right {
    width: 38%;
    float: left;
}
.d-case-detail .d-case-detail-right-tit {
    height: 48px;
    font-size: 21px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:300;
}
.d-case-detail .d-case-detail-right-con{
    font-size: 14px;
    line-height: 24px;
    max-height: 168px;
    margin-bottom: 86px;
    overflow: hidden;
	font-weight:300;text-transform: uppercase;
}
.d-case-detail .d-case-detail-right-con strong{
	font-weight:400;
	font-size:1em;text-transform: uppercase;
}
.d-case-detail .d-case-detail-content .d-case-detail-content-desc{font-weight: 300;font-size:1.0rem;line-height:1.5rem;color:#888}
.d-case-detail .d-case-detail-content { background: #ffffff;  padding: 32px 0 42px; margin-bottom: 22px;margin-left: 30px; }
.d-case-detail .d-case-detail-content-tit { height: 40px;font-size: 24px; line-height: 40px;border-bottom: 2px solid #d4d4d4; margin-bottom: 20px; font-weight:400;text-transform: uppercase;}
.d-case-detail .d-case-detail-content-tit span {display: inline-block; height: 40px; color: #464646;  border-bottom: 2px solid  #ec6941;  padding-left: 34px;background: url(../images/d-detail-content.png) no-repeat 2px center; }
.d-case-detail .d-case-detail-content-tit em {font-size: 18px;text-transform: uppercase; font-style: normal; color: #c2c2c1; font-weight:300;}

/*NEWS*/
.c-news .c-news-list dl {border: 1px solid #dedede; margin-bottom: 15px;  padding: 22px 50px 22px 22px; background: #fff; overflow: hidden; font-weight:300;}
.c-news .c-news-list dt {width: 29.5%; float: left;margin-right: 5.8%; }
.c-news .c-news-list dt img { width:100%; display: block;}
.c-news .c-news-list dd h4 {height: 40px;font-size:1.3rem;color: #ec6941; line-height: 40px;margin-bottom: 5px;font-weight:400;}
.c-news .c-news-list h4 a {display: block;color: #4b4a4a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.c-news .c-news-list dl:hover{border:1px solid #ec6941;}
.c-news .c-news-list dl:hover h4 a { color: #ec6941;}
.c-news .c-news-list-desc {max-height: 72px;font-size: 1.1rem; line-height: 24px; color: #797979;   margin-bottom: 28px;  overflow: hidden; font-weight:300;}
.c-news .c-news-list-deta {width: 90px;font-size: 0.8rem; height: 30px;line-height: 30px;  text-align: center; display: block;   float: right; background: #b6b6b6; color: #fff;font-weight:300; }
.c-news .c-news-list-deta a{color:#fff;}
.c-news .c-news-list dl:hover .c-news-list-deta {background: #ec6941; border-color: #ec6941;}
.c-news .c-news-list dl:hover .c-news-list-deta a {color: #fff; }

/*NEWS DETAIL*/
.d-news{margin:15px 0px;}
.d-news .d-news-wall{border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;margin-right:15px;}
.d-news .d-news-wall .d-news-content-header{background:#FFF;border:1px solid #CCC; padding:4px;text-align:center;margin:15px;}
.d-news .d-news-wall .d-news-content-header h1{font-weight:300;color:#666;}
.d-news .d-news-wall .d-news-content-header p{font-weight:300;text-transform: uppercase;}
.d-news .d-news-content{margin:15px;}
.d-news-content-footer{margin:0 15px;}
.d-news-content-footer .d-news-content-pager{
	height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
    font-size: 14px;font-weight:300;}
.d-news-content-footer .d-news-content-pager span {
    float: right;
    width: 320px;
    overflow: hidden;
    height: 30px;
    display: block;
    font-size: 14px;font-weight:300;
}
.d-news-content-keyword {
	border-bottom: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 0;
    overflow: hidden;
	font-weight: 300;
}
.d-news-content-keyword span {
    font-size: 14px;
    font-weight: 300;
}
.d-news-content-recommend{
width:95%;
margin:0px auto;
}
.d-news-content-recommend .t04 {
    color: #000;
    background: none;
    border: 1px solid #ccc;
    border-bottom: 0;
	padding:5px;
}
.d-news-content-recommend .info_b{
    border: solid 1px #ccc;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 10px;
}
 .d-news-content-recommend .info_b li {
    background: url(../images/icon.gif) no-repeat 10px 9px;
    line-height: 23px;
    float: left;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    margin-left: 10px;
    display: inline;
    color: #666;
    font-size: 14px;
}.d-news-content{font-weight: 300;font-size:1.0rem;line-height:1.5rem;color:#888}
.d-news-content-recommend{}
.d-news .d-news-category-list li{width:100%; height: 40px;line-height: 40px;background-color: #ececec;border-radius: 5px;border-bottom: 1px #fff solid;text-align:center;font-size:14px;font-weight:300;text-transform: uppercase;}
.d-news .d-news-category-list li.title{width:100%; height: 50px;line-height: 50px;background-color: #ec6941;border-radius: 5px;margin-bottom: 3px;font-size:21px;font-weight:300;text-transform: uppercase;}
.d-news .d-news-category-list li.bottom{width:100%; height: 50px;line-height: 50px;background-color: #999;border-radius: 5px;margin-bottom: 3px;font-size:1em;font-weight:300;text-transform: uppercase;}
.d-news .d-news-category-list li a{color:#000;height:221px;overflow:hidden;}
.d-news .d-news-category-list li.title a{color:#fff}
.d-news .d-news-category-list li.bottom a{color:#fff}

