﻿@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
.swiper-pagination-bullet-active{
	background: #eb3d00 !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #eb3d00;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
} 
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* head */
.head-warp-height{
	display: none;
}
.head{
	width: 100%;
	
	z-index: 1009;    
	background: rgba(255,255,255,1);
	position: relative;
	transition: all .5s ease;
} 
.head .container{
	padding: 26px 0; 
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.98);
	padding: 12px 0;  
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2); 
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.head-tel{
	float: right;
	overflow: hidden;
}
.head-tel .icon{
	float: left;
	position: relative;
	top: 3px;
	margin-right: 20px;
}
.head-tel .icon i{
	font-size: 30px;
	color: #666666;
}
.head-tel .info{
	float: left;
}
.head-tel .info .txt1{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	font-style: italic;
	line-height: 22px;
}
.head-tel .info .txt1 span{
	font-size: 14px;
	font-weight: normal;
	margin-left: 9px;
	color: #666666;
}
.head-tel .info .txt2 a{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #eb3d00;
	line-height: 25px;
}
.head-wx{
	float: right;
	cursor: pointer;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.head-wx-ewm{
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	z-index: 2001;
	visibility: hidden;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2); 
	transition: all .5s ease;
}
.head-wx:hover .head-wx-ewm{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.head-wx i{
	font-size: 33px;
	color: #4cbf00;
}
.head-menu{
	height: 60px;
	line-height: 60px;
	background: #1e6ab2;
	position: relative;
	z-index: 999;
	width: 100%;
	transition: all .5s ease;
}
.head-menu.fixedbg{
	position: fixed;
	top: 0;
	left: 0; 
	transition: all .5s ease;
}
.head-menu::after{
	content: "";
	position: absolute;
	width: 37.2916667%;
	right: 0;
	top: 0;
	height: 60px;
	background: url(../images/head-lm-back.png) no-repeat center center;
	background-size: 100% 100%;
}
.head-menu ul{
	float: left;
}
.head-menu ul li{
	float: left;
	text-align: center;
	display: block; 
	position: relative;
}
.head-menu ul li > a{
	font-size: 16px;
	color: #fff;
	padding: 0 28px;
	display: block;
}
.head-menu ul li:hover > a,
.head-menu ul li.on > a{
	background: #4b88c1;
}
.head-sub-menu{
	position: absolute;
	width: 100%;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2); 
	top: 80px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.head-menu ul li:hover .head-sub-menu{
	opacity: 1;
	visibility: visible;
	top: 60px;
	transition: all .5s ease;
}
.head-sub-menu a{
	display: block;
	line-height: 35px;
	background: #ffffff;
	font-size: 14px;
	color: #666666;
}
.head-sub-menu a:hover{
	background: #f1f1f1;
}
.head-search{
	position: relative;
	z-index: 999;
	float: right;
	width: 20%; 
	overflow: hidden;
	top: 13px;
}
.head-search input[type=text]{
	width: 80%;
	height: 34px;
	background: #fff;
	border: none;
	outline: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	float: left;
	padding: 0;
	font-size: 14px;
	color: #727272;
	text-indent: 18px;
}
.head-search span{
	display: block;
	width: 20%;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}
.head-search span i{
	font-size: 20px;
	color: #666666;
}

/* banner */
#bannerbp .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
}
#bannerbp .swiper-pagination-bullet-active{
	background: #eb3d00;
}

/* indexProduct */
.indexProduct{
	padding: 60px 0 140px;
}

/* 公用 */
.bld-sy-cn{
	text-align: center;
	font-size: 40px;
	color: #333333;
	line-height: 45px;
}
.bld-sy-en{
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	margin-top: 18px;
}
.syProShow{
	margin-top: 38px;
}
.syProShow .hd{
	
}
.syProShow .hd ul{
	text-align: center;
}
.syProShow .hd ul li{
	line-height: 30px;
	padding: 0 18px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: all .5s ease;
}
.syProShow .hd ul li:hover,
.syProShow .hd ul li.on{
	background: #eb3d00;
	border-radius: 30px;
	color: #fff;
	transition: all .5s ease;
}
.syProShow .bd{
	margin-top: 55px;
}
.syProShow .bd ul{
	
}
.syProShow .bd ul li {
	position: relative;
}
.syProShow .jt-box{
	width: 104px;
	height: 50px;
	position: absolute;
	bottom: 3px;
	right: 0;
}
.sypro-next,
.sypro-prev{
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #e9e9e9;
}
.sypro-next{
	right: 0 !important;
	background: url(../images/sypro-next.jpg) no-repeat center center;
}
.sypro-prev{
	left: 0 !important;
	background: url(../images/sypro-prev.jpg) no-repeat center center;
}
.sypro-gallery-top{
	padding-bottom: 80px !important;
}
.sypro-gallery-top .swiper-slide .Pic{
	width: 52%;
	float: left;
}
.sypro-gallery-top .swiper-slide .Info{
	width: 45.6%;
	float: right;
}
.sypro-gallery-top .swiper-slide .Info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	margin-top: 28px;
}
.sypro-gallery-top .swiper-slide .Info .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 32px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sypro-gallery-top .swiper-slide .Info .more{
	width: 120px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	font-size: 16px;
	color: #eb3d00;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
	margin-top: 32px;
	cursor: pointer;
    transition: all .5s ease;
}
.sypro-gallery-top .swiper-slide .Info .more:hover{
	background: #eb3d00;
	color: #fff;
    transition: all .5s ease;
}
.sypro-gallery-thumbs{
	width: 45.6%;
	position: absolute !important;
	bottom: 80px;
	right: 0;
}
.sypro-gallery-thumbs .swiper-slide{
	width: 43.86%;
}
.sypro-pag {
	top: auto !important;
	bottom: 20px;
	width: 88% !important;
	height: 3px;
	background: url(../images/sypropag-back.jpg) repeat-x center center !important;
}
.sypro-pag .swiper-pagination-progressbar-fill{
	background: #1e6ab2 !important;
} 
.swiper-num {position: absolute;left: 0;bottom: 30px;z-index: 2;color: #999;font-family: arial;}
.swiper-num .active {display: inline-block;}
.swiper-num span {font-size: 16px;color: #999999;font-weight: bold;}
.swiper-num .total {display: inline-block;}  

/* indexAbout */
.indexAbout{
	padding: 215px 0 144px;
	position: relative;
	background: #dceaf4;
} 
.indexAbout .Pic{
	width: 51%;
	max-width: 960px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/sy-abt-img.jpg) no-repeat center center;
	background-size: cover;
}
.indexAbout .Info{
	width: 58%;
	background: #fff;
	position: relative;
	left: -58px;
	z-index: 999;
	padding: 82px 58px 92px 58px;
}
.indexAbout .Info::after{
	content: "About Us";
	font-family: arial;
	font-size: 162px;
	color: #fff;
	opacity: 0.41;
	position: absolute;
	top: -160px;
}
.indexAbout .Info .title{
	font-weight: bold;
	font-size: 30px;
	color: #666666;
	line-height: 40px;
}
.indexAbout .Info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 25px;
}
.indexAbout .Info .more{
	display: block;
	width: 120px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 26px;
	background: #eb3d00;
}

/* indexCase */
.indexCase{
	padding: 100px 0 75px;
}
#syCaseSwiper{
	padding: 10px 0;
}
#syCaseSwiper .swiper-slide{
	width: 41.6667%;
}
.sy-case-list{
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
    transition: all .5s ease;
}
.sy-case-list .Pic{
	width: 50.1%;
	float: left;
}
.sy-case-list .Pic img{
	display: block;
	width: 100%;
}
.sy-case-list .Info{
	width: 43%;
	margin-left: 22px;
	float: left;
	padding-top: 65px;
}
.sy-case-list .Info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}
.sy-case-list .Info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 20px;
}
#syCaseSwiper{
	margin-top: 68px;
}
#syCaseN,
#syCaseP{
	width: 50px;
	height: 50px;
	border: #e2e2e2 1px solid;
	border-radius: 100%;
}
#syCaseN{
	background: #fff url(../images/bld-next1.png) no-repeat center center;
	right: 28%;
    transition: all .5s ease;
}
#syCaseN:hover{
	border: #eb3d00 1px solid;
	background: #eb3d00 url(../images/bld-next1-bs.png) no-repeat center center !important;
	transition: all .5s ease;
}
#syCaseP{
	background: #fff url(../images/bld-prev1.png) no-repeat center center;
	left: 28%;
    transition: all .5s ease;
}
#syCaseP:hover{
	border: #eb3d00 1px solid;
	background: #eb3d00 url(../images/bld-prev1-bs.png) no-repeat center center !important;
	transition: all .5s ease;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: "" !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: "" !important;
}
.indexCase .bld-sy-more{
	margin: 50px auto 0;
}
.indexNews{
	padding: 34px 0 0 0;
}
.indexNews .hd{
	margin-top: 25px;
}
.indexNews .hd ul{
	text-align: center;
}
.indexNews .hd ul li{
	line-height: 30px;
	padding: 0 18px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: all .5s ease;
}
.indexNews .hd ul li:hover,
.indexNews .hd ul li.on{
	background: #eb3d00;
	border-radius: 30px;
	color: #fff;
	transition: all .5s ease;
}
.indexNews .bd{
	background: url(../images/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 115px 0 60px;
	position: relative;
	margin-top: 30px;
}
.indexNews .bd::after{
	content: "";
	position: absolute;
	width: 190px;
	height: 35px;
	background: url(../images/sy-news-sjx.jpg) no-repeat center center;
	top: 0;
	left: 50%;
	margin-left: -95px;
	z-index: 999;
}
.indexNews .bd ul li{
	overflow: hidden;
}
.indexNews .bd ul li .list{
	overflow: hidden;
	width: 46%;
	float: left;
	margin-bottom: 48px;
}
.indexNews .bd ul li .list:nth-of-type(2n+2){
	float: right;
}
.indexNews .bd ul li .list .time-box{
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #5891c7;
	float: left;
	text-align: center;
}
.indexNews .bd ul li .list .time-box .day{
	font-size: 26px;
	line-height: 35px;
}
.indexNews .bd ul li .list .time-box .year{
	font-size: 12px;
	line-height: 25px;
}
.indexNews .bd ul li .list .info{
	width: 85%;
	float: right;
}
.indexNews .bd ul li .list .info .tit{
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: all .5s ease;
}
.indexNews .bd ul li .list:hover .info .tit{
	color: #eb3d00;
    transition: all .5s ease;
}
.indexNews .bd ul li .list .info .sub{
	font-size: 14px;
	color: #888888;
	line-height: 18px;
	margin-top: 5px;
	height: 36px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .bld-sy-more{
	margin: 24px auto 0;
	background: #fff;
	color: #eb3d00;
}

/* about */
.about{
	padding: 100px 0 205px;
	position: relative;
}
.sub-about-left{
	width: 53.6%;
	float: left;
	margin-top: 95px;
}
.sub-about-left .title{
	font-weight: bold;
	font-size: 30px;
	color: #666666;
	line-height: 40px;
}
.sub-about-left .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 26px;
}
.sub-about-right{
	position: absolute;
	width: 42.1875%;
	right: 0;
	top: 100px;
	overflow: hidden;
}
.sub-about-right img{
	float: right;
}

/* industry */
.industry{
	padding: 58px 0;
	background: url(../images/xghy-back.jpg) no-repeat top center;
	background-size: cover;
}
.industry .top-tit{
	text-align: center;
	color: #fff;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
#xghySwiper{
	margin-top: 60px ;
}
#xghySwiper .swiper-slide{
	border-left: 1px solid #fff;
}
#xghySwiper .swiper-slide-active{
	border-left: none;
}
.xghy-list{
	text-align: center;
	color: #fff;
}
.xghy-list .ico{
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 auto;
}
.xghy-list .tit{
	font-weight: bold;
	font-size: 18px;
	margin-top: 22px;
	line-height: 25px;
}
.xghy-list .line{
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 15px auto 22px;
}
.xghy-list .item{
	min-height: 252px;
}
.xghy-list .item a{
	display: block;
	color: #fff;
	line-height: 28px;
}

/* culture */
.culture{
	padding: 100px 0 150px;
}
.abt-top-tit{
	text-align: center;
	font-size: 40px;
	color: #333333;
	line-height: 45px;
}
.culture .pic img{
	display: block;
	margin: 55px auto 0;
}
.qywh-box{
	
}
.qywh-list{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.qywh-list .tit{
	font-size: 20px;
	color: #333;
}
.qywh-list .sub{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

/* honor */
.honor{
	padding: 80px 0 30px;
	background: url(../images/honor-back.jpg) no-repeat top center;
	background-size: cover;
}
.honor .container{
	max-width: 1000px;
}
.honor-show{
	position: relative;
	margin-top: 75px;
}
#honorSwiper{
	width: 73%;
	margin: 0 auto;
	padding-bottom: 80px;
}
#honorPag .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
}
#honorPag .swiper-pagination-bullet-active{
	background: #eb3d00;
}
#honorN,
#honorP{
	width: 50px;
	height: 50px;
	border: #e2e2e2 1px solid;
	border-radius: 100%;
	margin-top: 0;
	top: 40%;
}
#honorN{
	background: #fff url(../images/bld-next1.png) no-repeat center center;
	right: 0;
    transition: all .5s ease;
}
#honorN:hover{
	border: #eb3d00 1px solid;
	background: #eb3d00 url(../images/bld-next1-bs.png) no-repeat center center !important;
	transition: all .5s ease;
}
#honorP{
	background: #fff url(../images/bld-prev1.png) no-repeat center center;
	left:0;
    transition: all .5s ease;
}
#honorP:hover{
	border: #eb3d00 1px solid;
	background: #eb3d00 url(../images/bld-prev1-bs.png) no-repeat center center !important;
	transition: all .5s ease;
}

/* organizational */
.organizational{
	padding: 95px 0 120px;
	background: url(../images/zzjg-back.jpg) no-repeat top center;
	background-size: cover;
}
.organizational .img{
	display: block;
	margin: 65px auto 0;
}

/* contact */
.contact{
	padding: 100px 0 30px;
}
.sub-contact-left{
	width: 40%;
	float: left;
}
.sub-contact-left .gs-name{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-indent: 20px;
	border-bottom: 1px solid #dfe3eb;
	padding-bottom: ;
	line-height: 25px;
	padding-bottom: 18px;
}
.sub-contact-left .info{
	margin-left: 20px;
	margin-top: 25px;
}
.sub-contact-left .info p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-left: 32px;
}
.sub-contact-left .info p.dz{
	background: url(../images/c-dz.png) no-repeat left center;
}
.sub-contact-left .info p.dh{
	background: url(../images/c-tel.png) no-repeat left center;
}
.sub-contact-left .info p.cz{
	background: url(../images/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.sj{
	background: url(../images/c-sj.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../images/c-yx.png) no-repeat left center;
}
.sub-contact-right{
	float: right;
	margin-top: 25px;
	width: 200px;
}
.maps{
	
}
.message{
	padding: 68px 0 85px;
	background: url(../images/message-back.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 48px;
}
.message .top-sub{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}
.message .row{
	margin-top: 40px;
}
.message input[type=text]{
	width: 100%;
	height: 50px;
	border: 1px solid #eeeeee;
	color: #999999;
	font-size: 14px;
	padding-left: 45px;
}
.message #name{
	background: #fff url(../images/msg-name.png) no-repeat left 18px center;
}
.message #tel{
	background: #fff url(../images/msg-tel.png) no-repeat left 18px center;
}
.message textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    background: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    outline: none; 
    border: 1px solid #eeeeee;
	margin-top: 10px;
}
.message input[type=button]{
	display: block;
	width: 120px;
	height: 34px;
	border: none;
	outline: none;
	background: #eb3d00;
	color: #fff;
	margin: 30px auto 0;
    transition: all .5s ease;
}
.message input[type=button]:hover{
	border-radius: 34px;
	width: 140px;
    transition: all .5s ease;
}

/* product */
.product{
	padding: 50px 0 100px;
}
.product .pdg{
	padding: 0 6.5px;
}
.pro-list{
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
    transition: all .5s ease;
}
.pro-list .pic img{
	display: block;
	width: 100%;
}
.pro-list:hover{
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.pro-list p{
	text-align: center;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 49px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: all .5s ease;
}
.pro-list:hover p{
	color: #eb3d00;
    transition: all .5s ease;
}
.productDe{
	padding: 50px 0 80px;
}
.sub-prode-left{
	width: 72%;
	float: left; 
}
.sub-prode-left .title{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 16px;
}
.sub-prode-left .content{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 30px;
	overflow:hidden;
}
.sub-prode-right{
	width: 20%;
	float: right;
}
.sub-prode-right .top-tit{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #1e6ab2;
	text-align: center;
}
.sub-prode-right .bd{
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 13px 14px;
	
}
.sub-prode-right .bd ul{
	 
}
.sub-prode-right .bd ul li{
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
	height: 185px;
}
.sub-prode-right .bd ul li p{
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #999999;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	transition: all .5s ease;
}
.sub-prode-right .bd ul li:hover p{
	color: #eb3d00;
	transition: all .5s ease;
}

/* case */
.case{
	padding: 50px 0 140px;
}
.sub-case-left{
	width: 20%;
	float: left;
}
.sub-case-left .top-tit{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: #1e6ab2;
	text-indent: 32px;
}
.sub-case-left .link{
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 10px 0;
}
.sub-case-left .link a{
	display: block; 
	font-size: 16px;
	color: #666666;
	line-height: 25px; 
	padding: 10px 32px;
}
.sub-case-left .link a:hover,
.sub-case-left .link a.on{
	font-weight: bold;
	color: #1e6ab2;
}
.sub-case-right{
	width: 76.4%;
	float: right;
}
.sub-case-right .pdg{
	padding: 0 10px;
}
.caseDe{
	width: 72%;
	float: left;
	margin-left: 50px;
}
.caseDe .title{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}
.caseDe .time{
	text-align: center;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px;
	margin-top: 18px;
}
.caseDe .content{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
}
.caseDe .content img{
	margin-bottom: 10px;
}
.case-sxy{
	border-top: 1px solid #e8e8e8;
	padding-top: 18px;
	margin-top: 95px;
}
.case-sxy a{
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	line-height: 30px;
	color: #999999;
}
.case-sxy a:hover{
	color: #eb3d00;
}

/* news */
.news{
	padding: 50px 0 100px;
}
.news ul{
	
}
.news ul li{
	overflow: hidden;
	border: 1px solid #eeeeee;
	padding: 14px 14px;
	margin-bottom: 20px;
    transition: all .5s ease;
}
.news ul li:hover{
	border: 1px solid #eb3d00;
	box-shadow: 0 0 13px 0 rgba(254, 116, 0, .2);
    transition: all .5s ease;
}
.news ul li .pic{
	border: 1px solid #ddd;
	overflow: hidden;
	width: 18.85%;
	float: left;
}
.news ul li .pic img{
	display: block;
	width: 100%;
}
.news ul li .info{
	width: 65%;
	float: left;
	margin-left: 28px;
}
.news ul li .info .tit{
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
	margin-top: 6px;
}
.news ul li .info .lll{
	font-size: 12px;
	margin-top: 8px;
	color: #999999;
}
.news ul li .info .sub{
	font-size: 14px;
	color: #666666;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 16px 0 32px;
}
.news ul li .info .more{
	font-size: 12px;
	color: #666666;
    transition: all .5s ease;
}
.news ul li:hover .info .more{
	color: #eb3d00;
    transition: all .5s ease;
}
.news ul li .time{
	width: 10%;
	float: right;
	text-align: center;
	height: 170px;
	border-left: 1px solid #eee;
	color: #999999;
	padding-top: 4%;
}
.news ul li .time .day{
	font-size: 22px;
}
.news ul li .time hr{
	background: #999999;
	margin: 10px auto 8px;
	display: block;
	width: 20px;
}
.news ul li .time .year{
	font-size: 14px;
}
.newsDe{
	padding: 79px 0 120px;
}
.newsDe .newsClass{
	box-shadow: 0px 18px 12px 0 rgba(0, 0, 0, .1);
}
.NowLocation{
	line-height: 65px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	color: #999999;
}
.NowLocation a{
	color: #999;
}
.NowLocation a:hover{
	color: #c5996c;
}
.newsDe .title{
	text-align: center;
	font-size: 30px;
	color: #333333;
	line-height: 35px; 
}
.newsDe .time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-top: 28px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 26px;
}
.newsDe .content{
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	margin-top: 42px;
}
.dePage{
	border-top: 1px solid #e4e3e3;
	overflow: hidden;
	padding-top: 26px;
	margin-top: 100px;
}
.dePage .sxy{
	width: 75%;
	float: left;
}
.dePage .sxy a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.dePage .sxy a:hover{
	color: #eb3d00;
}
.dePage .return{
	display: block;
	float: right;
	font-size: 14px;
	color: #eb3d00;
	margin-top: 10px;
	line-height: 42px;
}
.dePage .return:hover{
	padding: 0 22px;
	background: #eb3d00;
	color: #fff;
}
.dePage .return i{
	margin-right: 12px;
	position: relative;
	top: 1px;
}

/* 公共 */
.bld-sy-more{
	display: block;
	width: 120px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    color: #eb3d00;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2); 
    cursor: pointer;
    transition: all .5s ease;
}
.bld-sy-more:hover{
	color: #fff;
	background: #eb3d00;
    transition: all .5s ease;
}

/* Nybanner */
.Nybanner{
	position: relative;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.NyHbInfo{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	top: 42%;
	left: 0;
}
.NyHbInfo.on1{
	top: 38%;
}
.NyHbInfo .tel{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}
.NyHbInfo .tel a{
	font-size: 18px;
	color: #fff;
}
.NyLm{
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.NyLm a{
	display: inline-block;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	padding: 0 18px;
	position: relative;
}
.NyLm a:hover,
.NyLm a.on{
	color: #eb3d00;
}
.NyLm a::after{
	content: "";
	width: 0;
	height: 3px;
	background: #eb3d00;
	position: absolute;
	bottom: -1px;
	left: 0;
    transition: all .5s ease;
}
.NyLm a:hover::after,
.NyLm a.on::after{
	width: 100%;
    transition: all .5s ease;
}

/* footer */
footer{
	background: #333333;
	padding: 66px 0 20px;
}
.foot-top{
	padding: 0 0 60px;
}
.foot-ewm{
	float: left;
	width: 127px;
	text-align: center;
	padding-top: 58px;
}
.foot-ewm p{
	font-size: 12px;
	color: #adacac;
	margin-top: 8px;
}
.foot-lxxx{
	float: left;
	margin-left: 45px;
	border-right: 1px solid #525252; 
	padding: 58px 100px 95px 0;
}
.foot-lxxx p{
	padding-left: 28px;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
}
.foot-lxxx p a{
	color: #fff;
}
.foot-lxxx p a:hover{
	text-decoration: underline;
}
.foot-lm{
	float: right;
	margin-left: 68px;
	margin-top: 10px;
}
.foot-lm.on1{
	margin-left: 0;
}
.foot-lm h4{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.foot-lm .link-a{
	margin-top: 15px;
}
.foot-lm .link-a a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
}
.foot-lm .link-a a:hover{
	color: #fff;
}
.foot-copy{
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile{
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #eb3d00;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #eb3d00;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #eb3d00;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #064d8c;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #064d8c;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 8px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(235, 61, 0, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(235, 61, 0, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(235, 61, 0, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
