body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #fd8306;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}
button, input, select, textarea {
	font-size:100%;
	margin:0;
/* 	vertical-align:middle; */
	outline:none;
	font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}
button, input {
	border:1px solid;
	outline:none;
	line-height:normal;
*overflow:visible
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
input[type="search"] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
	overflow:auto;
	vertical-align:top
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
#header,#nav,#content,#footer,.wrap{
	width:100%;
}
.header-inner,.nav-inner,.content-inner,.footer-inner,.wrap-inner{
	margin: 0 auto;
	width:1200px;
}
.min{
	width:1200px;
	margin:0 auto;
}
/*全局样式结束*/

.header-inner{
	padding:15px 0;
}
.logo1{
	float: left;
}
.logo1 img{
	display: block;
	width:612px;
	height: 69px;

}
.tel{
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background: url(../images/tel.png) no-repeat left 20px;
	padding-left:44px;
	padding-top:12px;
}
.tel span{
	display: block;
	font-size:20px;
	font-weight: bold;
	color:#3a3a3a;
	line-height: 22px;
}

/* #nav{
	background: #f0eee9;
}
.nav-inner ul{
	
}
.nav-inner ul li{
	float: left;
	position: relative;
	padding:14px 0;
}
.nav-inner ul li a{
	display: block;
	border-right: 1px solid #c8c8c8;
	padding: 0 46px;
}
.nav-inner ul li:last-child a{
	border:0;
}
.nav-inner ul li a h1{
	color:#9a9996;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
.nav-inner ul li a span{
	color:#bfbfbf;
	font-size: 14px;
	text-align: center;
}
.nav-inner ul li a:hover h1,.nav-inner ul li a:hover span{
	color: #fd8306;
}
.nav-inner ul li.on a h1,.nav-inner ul li.on a span{
	color: #fd8306;
}
.nav-inner ul li dl{
	position: absolute;
	background: rgba(255,255,255,0.9);
    border-radius: 8px;
    font-size: 14px;
    left: 50%;
    top: 66px;
    width: 150px;
    margin-left: -75px;
    display: none;
    z-index: 9999;
}
.nav-inner ul li dl dt{
	position: absolute;
    left: 50%; 
	margin-left: -8px; 
	top:-16px; 
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: #666;
    border-top: 8px dashed transparent;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    border-bottom: 8px solid #fff;
    z-index: 22;
}
.nav-inner ul li dl dd a{
	display: block;
    line-height: 36px;
    border-bottom: 1px dashed #b0b5ba;
    color: #262626;
    border-right: 0;
    padding:0 10px;
    text-align: center;
}
 */


#hd{position: relative;z-index: 9;background-color: #f0eee9;}
.logo{
    display: none;
    height: 85px;
    line-height: 85px;
    float: left;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.wp{
	margin: 0 auto;
	width: 1200px;
}

/*******************************
  -------[=导航]-------
********************************/
/*导航触发按钮*/
.menuBtn{
    display: none;
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-top: 25px;
}
.menuBtn em{
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn .s1{top: 8px;}
.menuBtn .s2{top: 16px;}
.menuBtn .s3{top: 24px;}
.menuBtn.on .s1{
    top: 18px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.menuBtn.on .s2{
    opacity: 0;
}
.menuBtn.on .s3{
    top: 18px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#nav{font-size: 15px;float: right;}
#nav li{float: left;position: relative;}
#nav .btn{display: none;}
#nav .v1{
    display: inline-block;
    padding: 12px 45px;
    /* line-height: 24px; */
/*     border-bottom: 2px solid #fff; */
    color:#9a9996;
    font-weight: bold;
    font-size: 17px;
    border-right:1px solid #c8c8c8;
    text-align: center;
}
#nav li:last-child .v1{
	border:0;
}
#nav .v1 span{
	display: block;
	color:#bfbfbf;
	font-size: 14px;
	text-align: center;
	padding-top:5px;
	font-weight: normal;
}

#nav .cur{display: none;}

#nav li.on .v1,#nav li.hover .v1,#nav .v1:hover{
   color: #fd8306;
}
#nav li.on .v1 span,#nav li.hover .v1 span,#nav .v1:hover span{
   color: #fd8306;
}
#nav li.hover .v1,#nav .v1:hover{color: #fd8306;}
#nav li.hover .v1 span,#nav .v1:hover span{color: #fd8306;}
#nav dl{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    z-index: 99999;
}
#nav .sv1{
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}
#nav .sv1:hover{color: #fd8306;}
.nav{
    display: none;
}
.nav li{
    display: none;
}

.dc{
    color:#2d3444;
    font-size:24px;
    font-weight: bold;
    line-height: 54px;
    padding:15px 0;
}
.dc:before{
    content:'';
    display: block;
    float: left;
    width:2px;
    height:54px;
    background: #d7d7d7;
    margin-right:26px;
    margin-left:40px;
}

/* .slideBox{ width:100%; height:520px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:24px; overflow:hidden; position:absolute; left:0; bottom:10px; z-index:1;width:100%;text-align: center; }
.slideBox .hd ul{overflow: hidden;
    zoom: 1;
    display: inline-block;
    text-align: center; }
.slideBox .hd ul li{ 
	float:left; 
	margin:0 5px;   
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer;
	padding:4px;
	background: transparent; 
	border:2px solid #fff;
}
.slideBox .hd ul li span{
	display: block;
	background: transparent;
	width: 12px;
	height: 12px;
}
.slideBox .hd ul li.on span{ background: #fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:520px;background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
.slideBox .bd li a{
	display: block;
} */

.flexslider{position:relative;height:520px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:520px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{
	/* float:left;  */
	margin:0 5px;   
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer;
	padding:4px;
	background: transparent; 
	border:2px solid #fff;
	display: inline-block;
}
.flex-control-nav a{
	display: block;
	background: transparent;
	width: 12px;
	height: 12px;
	font-size: 0;
}
.flex-control-nav .flex-active{ background: #fff;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(images/next.png) center center no-repeat;}



.addWrap{ position:relative; width:100%;background:#fff;margin:0; padding:0;display: none;}
.addWrap .swipe{overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap > div {float: left;width: 100%;position:relative;}
#position{ position:absolute; bottom:0; right:0; padding-right:8px; margin:0;  width:100%; text-align:center;}
#position li{width:10px;height:10px;margin:0 2px;display:inline-block;-webkit-border-radius:5px;border-radius:5px;background-color:#fff;}
#position li.cur{background-color:#fd8306;}
.img-responsive { display: block; max-width:100%;height: auto;}


.bg1{
	background: #f6f6f6;
}

.title{
	padding:40px 0;
	overflow: hidden;
}
.title h1{
	font-size:22px;
	color:#fd8306;
	font-weight: normal;
	float: left;
}
.title h1 span{
	color:#ababab;
	font-size:15px;
	font-weight: normal;
	margin-left:3px;
}
.title a:hover h1{
	color:#FD5B06;
}
.title a:hover span{
	color:#666;
}


.title .mor{
	float: right;
	display: block;
	color:#fd8305;
	border:1px solid #fd8305;
	font-size:14px;
	padding:3px 15px;
	border-radius: 20px;
}
.title .mor:hover{
	background-color: #fd8305;
	color:#fff;
}


.about{
	background: #f6f6f6;
	overflow: hidden;
	margin-bottom:50px;
}
.about .ab1{
	width: 496px;
	height: 368px;
	float:left;
	overflow: hidden;
}
.about .ab1 img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
 	-o-transition: all 0.5s;
	overflow: hidden;
}

.about .ab1:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about .ab2{
	float: right;
	width: 604px;
    padding: 80px 50px;
}
.about .ab2 p{
	line-height: 26px;
	color:#666;
	font-size: 14px;
	display: initial;
}
.about .ab2 span{
	line-height: 26px;
	color:#666;
	font-size: 14px;
	display: inline-block;
}
.about .ab2 a:hover span{
	color:#fd8305;
}

.pro{
	padding-bottom:20px;
}
.pro ul{
	overflow: hidden;
	margin:0 auto;
}
.pro ul li{
	float: left;
	margin-right:-1px;
}
.pro ul li a.pic{
	display: block;
	width: 238px;
	height: 238px;
	border:1px solid #e9e9e9;
	overflow: hidden;
}
.pro ul li a.pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
 	-o-transition: all 0.5s;
	overflow: hidden;
}

.pro ul li a.pic:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro ul li .txt{
	padding:20px 0;
}
.pro ul li .txt h1{
	color:#666;
	font-size:18px;
	font-weight: 700;
	text-align: center;
	padding-bottom:4px;
}
.pro ul li .txt span{
	color:#c5c5c5;
	font-size:16px;
	text-align: center;
	display: block;
}
.pro ul li .txt a:hover h1{
	color:#fd8305;
}


.xm ul li{
	overflow: hidden;
	margin-bottom:35px;
}
.xm ul li a.pic{
	display: block;
	width: 265px;
	height: 185px;
	overflow: hidden;
	float: left;
}
.xm ul li a.pic img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s ease 0s;
  	-moz-transition: all .8s ease 0s;
  	transition: all .8s ease 0s;
}
.xm ul li a.pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.xm ul li .txt{
	margin-left:300px;
}
.xm ul li .txt h1{
	font-size:18px;
	color:#333;
	font-weight: normal;
	line-height: 34px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.xm ul li .txt em{
	font-size:13px;
	color:#666;
	line-height: 30px;
	font-style: normal;
}
.xm ul li .txt p{
	font-size:15px;
	color:#666;
	line-height: 28px;
	padding-top:5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: initial;
}
.xm ul li .txt span{
	font-size:15px;
	color:#666;
	line-height: 28px;
	padding-top:5px;
	display: inline-block;
}
.xm ul li .txt a:hover span{
	color:#fd8306;
}
.xm ul li .txt a{
	display: block;
}

.xm ul li .txt a:hover h1{
	color:#fd8306;
}

.wh{
	padding-bottom:50px;
}
.wh ul{
	overflow: hidden;
}
.wh ul li{
	width:598px;
	float: left;
}
.wh ul li .txt{
	padding:45px 40px 45px 40px;
	background: #fff;
	height: 114px;
}
.wh ul li .txt h1{
	text-align: center;
	font-size:20px;
	line-height: 30px;
	font-weight: normal;
	color:#5f6f7e;
	padding-bottom:10px;
}
.wh ul li .txt p{
	font-size:14px;
	line-height: 23px;
	color:#5f6f7e;
	height: 70px;
	overflow: hidden;
	display: initial;
}
.wh ul li .txt span{
	font-size:14px;
	line-height: 23px;
	color:#5f6f7e;
	/* height: 70px; */
	overflow: hidden;
	/* display: inline-block; */
}
.wh ul li .txt a{
	display: block;
}

.wh ul li .txt a:hover span{
	color:#fd8306;
}
.wh ul li .txt a:hover h1{
	color:#fd8306;
}
.wh ul li a.pic{
	width:598px;
	height: 205px;
	display: block;
	overflow: hidden;
}
.wh ul li a.pic img{
	width:100%;
	height: 100%;
	display: block;
	-webkit-transition: all .8s ease 0s;
  	-moz-transition: all .8s ease 0s;
  	transition: all .8s ease 0s;
}
.wh ul li a.pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.news{
	padding-bottom:50px;
}
.news ul{
	margin:0 -14px;
	overflow: hidden;
}
.news ul li{
	float: left;
	width: 278px;
	margin:0 14px;

}
.news ul li a.pic{
	display: block;
	width: 278px;
	height: 178px;
	overflow: hidden;
}
.news ul li a.pic img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .8s ease 0s;
  	-moz-transition: all .8s ease 0s;
  	transition: all .8s ease 0s;
}
.news ul li a.pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news ul li .txt h1{
	color: #333;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 10px 0;
}
.news ul li .txt p{
	color:#666;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: initial;
}
.news ul li .txt span{
	color:#666;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
}
.news ul li .txt a{
	display: block;
}
.news ul li .txt a:hover span{
	color:#fd8306;
}
.news ul li .txt a:hover h1{
	color:#fd8306;
}


#footer{
/* 	border-top:1px solid #e5e2dc; */
	background: #fafafa;
}
.footer-inner{
	overflow: hidden;
}
.fo-top{
	padding:60px 0 50px 0;
	overflow: hidden;
}
#footer .foot_1 {
  width:335px;
  float: right;

}
#footer .foot_1 h4 {
  background: url("../images/dh_icon.png") left center no-repeat;
  font-size: 30px;
  font-weight: normal;
  color: #FD8306;
  font-family: Helvetica;
  padding-left: 68px;
  margin-bottom: 18px; 
  min-height: 54px;
  line-height: 54px;
}
#footer .foot_1 p {
  font-size: 15px;
  line-height: 30px; }
#footer ul, #footer .foot_2{
  float: left; }
#footer ul li {
  float: left; 
  margin-right: 60px;
}
#footer ul li h5 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 20px; }
#footer ul li a {
  display: block;
  font-size: 15px;
  color: #626262;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
#footer ul li a:hover {
  color: #fd8306;
  text-decoration: none; 
}
#footer ul .li_260 {
  width: 190px; }
#footer ul .li_190 {
  width: 190px; }
#footer ul .li_187 {
  width: 187px; }
#footer .foot_2 {
  width: 170px;
  float: left;
  border-left: 1px solid #ededed;
  padding: 0 74px;
}
#footer .foot_2 h5 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px; 
}
.fo-rr{
	padding-top: 20px;
}
.fo-rr a{
	display: inline-block;
	cursor: pointer;
	width: 31px;
	height: 31px;
}
.fo-rr .qq{
	background: url(../images/qq.png) no-repeat center center;
}
.fo-rr .qq:hover{
	background: url(../images/qq2.png) no-repeat center center;
}
.fo-rr .wb{
	background: url(../images/wb.png) no-repeat center center;
}
.fo-rr .wb:hover{
	background: url(../images/wb2.png) no-repeat center center;
}
.fo-rr .wx{
	background: url(../images/wx.png) no-repeat center center;
}
.fo-rr .wx:hover{
	background: url(../images/wx2.png) no-repeat center center;
}
.fo-rr span{
	display: inline-block;
	margin:0 3px;
}
.fo-rr span:hover{
	color:#fd8305;
	cursor: pointer;
}





.fo-bot .bot-le{
	width: 990px;
}
.fo-bot .bot-le .link{
	color:#939393;
	font-size: 14px;
}
.fo-bot .bot-le .link h1{
	display: inline-block;
	font-size: 14px;
	color:#939393;
	font-weight: normal;
}

.fo-bot .bot-le .link a{
	display: inline-block;
	font-size: 14px;
	color:#939393;
	font-weight: normal;
	margin:0 5px 5px;
}

.fo-bot .bot-le .link a:hover{
	color:#fd8305;
}
.fo-bot p{
	color:#8f8f8f;
	font-size:14px;
	/*text-align: center;*/
	padding:5px 0 15px 0;
}
.fo-bot a{
	color:#8f8f8f;
	font-size:14px;
}
.fo-bot a:hover{
	color:#fd8306;
	font-size:14px;
}
.fo-bot {
	border-top: 1px solid #efefef;
	width: 100%;
	padding-top:20px;
}
.fo-bot .footer-inner{
	position: relative;
}
.links{
	position: absolute;
	right: 0;
	top:6px;
}
.links a{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin:0 3px;
	
}







#fix{
	position: fixed;
	right:0;
	top:30%;
	width: 52px;
	z-index: 9999;
}
#fix .right-meau a{
	width: 50px;
	height: 50px;
	display: block;
	background-color: #fff;
	border:1px solid #dddddd;
	margin-bottom:10px;
}
#fix .right-meau .meau-sev a{
	background:#fff url(../images/ico1.png) no-repeat center center; 
	
}
#fix .right-meau .meau-sev a:hover{
	background:url(../images/ico2.png) no-repeat center center; 
	border:1px solid #fd8306;
	background-color: #fd8306;
}
#fix .right-meau .meau-tel a{
	background:#fff url(../images/ico3.png) no-repeat center center;
}
#fix .right-meau .meau-tel a:hover{
	background: url(../images/ico4.png) no-repeat center center;
	border:1px solid #fd8306;
	background-color: #fd8306;
}
#fix .right-meau .meau-tel{
	position: relative;
}
#fix .right-meau .box-border{
	position: absolute;
	right:62px;
	top:-11px;
	border: 1px solid #ccc;
    border-top: 4px solid #fd8306;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    width: 210px;
    display: none;
}

#fix .right-meau .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/02index-spri.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}
#fix .right-meau .meau-tel .box-border p{
	font-size:22px;
	color:#fd8306;
	line-height: 30px;
	text-indent: 44px;
	background: url(../images/ico3.png) no-repeat left center;
	margin-left:18px;
}
#fix .right-meau .meau-tel .box-border span{
	font-size:18px;
	color:#fd8306;
	line-height: 30px;
	display: block;
}
#fix .right-meau .meau-ewm{
	position: relative;

}
#fix .right-meau .meau-ewm a{
	background: #fff url(../images/ico5.png) no-repeat center center;
}
#fix .right-meau .meau-ewm a:hover{
	background:url(../images/ico6.png) no-repeat center center;
	border:1px solid #fd8306;
	background-color: #fd8306;
}
#fix .right-meau .meau-ewm .box-border{
	width: 156px;
    text-align: center;
    border-top: 1px solid #ccc;
}
#fix .right-meau .meau-ewm i{
	font-style: normal;
	font-size:16px;
	color:#fd8306;
	line-height: 24px;
	padding-top:10px;
}
#fix .right-meau .meau-ewm img{
	width: 150px;
	height: 150px;
	display: block;
}


#fix .right-meau .actGotop a{
	background:#fff url(../images/ico7.png) no-repeat center center;
}
#fix .right-meau .actGotop a:hover{
	background:url(../images/ico8.png) no-repeat center center;
	border:1px solid #fd8306;
	background-color: #fd8306;
}


#ban {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.content-inner{
	overflow: hidden;
}
.subnav{
	float: left;
	width: 210px;
	padding-top:60px;
}
.con-r{
	float: right;
	width: 940px;
}
.subnav ul{
	border:1px solid #ededed;
	border-top:0;
}
.subnav ul h1{
	background:#f0eee9;
	font-size:22px;
	line-height: 48px;
	text-align: center;
	color:#9a9996;
	font-weight: normal;
}
.subnav ul li a{
	color:#9a9996;
	font-size:16px;
	border-bottom:1px #ccc dashed;
	line-height: 48px;
	text-align: center;
	display: block;
}
.subnav ul li:last-child a{
	border:0;
}
.subnav ul li a:hover,.subnav ul li.on a{
	color:#fd8306;
}
.m-cur{
	font-size: 14px;
	color: #666666;
	background:url(../images/ico9.png) no-repeat left center;
	padding-left:22px;
	line-height: 30px;
	padding-top:15px;
	padding-bottom:15px;
	float: right;
}
.m-cur a{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	line-height: 30px;
}
.m-cur a:hover{
	color:#fd8306;
}


.ry{
	margin:0 -25px;
	overflow: hidden;
}
.ry li{
	float: left;
	width:280px;
	margin:0 25px 20px 25px;
}
.ry li img{
	display: block;
	width: 100%;
	height: auto;
}
.ry li span{
	display: block;
	padding:10px 0;
	color:#333;
	font-size: 14px;
	
}
.ry li span:after{
	content:"";
	display:block;
	height: 1px;
	width: 15px;
	background: #000;
	margin-top:15px;
}

.news2 ul{
	margin-top:-20px;
}
.news2 ul li{
	overflow: hidden;
	padding:20px 0;
	border-bottom:1px #ededed dashed;
}
.news2 ul li a.pic{
	display: block;
	width: 278px;
	height: 178px;
	overflow: hidden;
	float: left;
}
.news2 ul li a.pic img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s ease 0s;
  	-moz-transition: all .8s ease 0s;
  	transition: all .8s ease 0s;
}
.news2 ul li a.pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.news2 ul li .txt{
	margin-left:306px;
}
.news2 ul li .txt h1{
	font-size:18px;
	color:#333;
	font-weight: normal;
	line-height: 34px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-bottom:10px;
}
.news2 ul li .txt em{
	font-size:13px;
	color:#666;
	line-height: 30px;
	font-style: normal;
}
.news2 ul li .txt p{
	font-size:15px;
	color:#999;
	line-height: 28px;
	padding-top:5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: initial;
}
.news2 ul li .txt span{
	font-size:15px;
	color:#999;
	line-height: 28px;
	padding-top:5px;
	display: inline-block;
}
.news2 ul li .txt a:hover{
	display: block;
}
.news2 ul li .txt a:hover h1{
	color:#fd8306;
}
.news2 ul li .txt a:hover span{
	color:#fd8306;
}

.page{
	text-align: right;
	padding:30px 0 50px 0;
}
.page ul{
	text-align: right;
	overflow: hidden;
}
.page ul li{
	display: inline-block;
}
.page a{
	display: block;
	margin:0 4px;
	font-size: 15px;
}
.page ul li.on a{
	color:#fd8306;
}



.title2{
	border-bottom:1px #ededed dashed;
	padding-bottom: 10px;
	margin-bottom:30px;
}
.title2 h1{
	font-size: 22px;
	color:#666;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.title2 span{
	font-size: 14px;
	color:#666666;
	line-height: 36px;
	text-align: center;
	display:block;
}

.sx{
	padding:30px 0 50px 0;
}
.sx a{
	font-size: 15px;
	color:#666;
	line-height: 36px;
	display: block;
}
.sx a:hover{
	color:#FD8306;
}


.ds ul{
	overflow: hidden;
	margin:0 -30px;
	padding-top:3px;
	padding-bottom:60px;
}
.ds ul li{
	float: left;
	margin:0 30px 30px 30px;
	width: 440px;
}
.ds ul li img{
	display: block;
	width: 168px;
	height: 200px;
	float: left;
	border: #fff 3px solid;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.4) 0 0 5px;
    cursor: pointer;
}
.ds ul li img:hover{
	border-color:#fd8306;

}

.ds ul li .txt{
	margin-left:196px;
}
.ds ul li .txt h1{
	font-size:17px;
	color:#000;
	line-height: 30px;
	font-weight: bold;
}
.ds ul li .txt span{
	font-size:15px;
	color:#000;
	line-height: 30px;
	font-weight: bold;
}
.ds ul li .txt p{
	font-size:14px;
	color:#666;
	line-height: 24px;
}


.pro2 ul{
	overflow: hidden;
	margin:0 -10px;
}
.pro2 ul li{
	float: left;
	width:218px;
	margin:0 10px 30px 10px;
	border:1px solid #e9e9e9;
}
.pro2 ul li a.pic{
	width: 218px;
	height: 218px;
	display: block;
	overflow: hidden;
}
.pro2 ul li a.pic img{
	width: 100%;
	height: 100%;
	display: block;
    -webkit-transition: all .8s ease 0s;
  	-moz-transition: all .8s ease 0s;
  	transition: all .8s ease 0s;
}
.pro2 ul li a.pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.pro2 ul li .txt a{
	display: block;
	font-size:14px;
	line-height: 24px;
	color: #333;
	text-align: center;
	padding:10px 10px;
	border-top:1px solid #e9e9e9;
}
.pro2 ul li .txt a:hover{
	background-color: #fd8306;
	color: #fff;
	border-top:1px solid #fd8306;
}

.ban{ width:940px; height:490px; position:relative; overflow:hidden;margin:0 auto 60px auto;}
.ban2{ width:720px; height:488px; position:relative; overflow:hidden;float: left;border:1px solid #dddddd;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:718px; height:490px;}
.ban2 ul li img{
	display: block;
	width: auto;
	height: 100%;
    margin:0 auto;
}
.prev{ float:left; cursor:pointer;}
.num{ height:500px;overflow:hidden; width:166px; position:relative;float:left;}
.min_pic{ width:166px;height:500px;float: right;margin:-4px 0;position: relative;}
.num ul{ position:absolute; left:0; top:8px;}
.num ul li{ width:162px; float: none;padding:4px 0;margin:0;display: block;}
.num ul li a{
	display: block;
	border:1px solid #e6e6e6;
	margin:0;
	padding:0;
}
.num ul li img{
	width: auto;
	height:114px;
	display: block;
	margin:0 auto;
}
.num ul li.on a{ border:1px solid #fd8306; padding:0;}
.prev_btn1{ width:18px; text-align:center; height:9px;cursor:pointer; position: absolute;top:8px;z-index: 99;left:50%;margin-left:-9px;display:none;}
.next_btn1{  width:18px; text-align:center; height:9px;cursor:pointer; position: absolute;bottom:20px;z-index: 99;left:50%;margin-left:-9px;display:none;}
.min_pic:hover .prev_btn1{
	display: block;
}
.min_pic:hover .next_btn1{
	display: block;
}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;display: none;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;display: none;}
.ban2:hover .prev1,.ban2:hover .next1{
	display: block;
}

.co-bot h1.tit{
	color:#fd8306;
	font-size:18px;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom:40px;
}

.zp{
	width: 100%;
    border-left:1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}
.zp td{
	border-right:1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	font-size: 16px;
	color:#333;
	line-height: 48px;
}



.slideBox2{ width:100%; height:auto; overflow:hidden; position:relative; display: none; }
.slideBox2 .hd{ height:24px; overflow:hidden; position:absolute; left:0; bottom:10px; z-index:1;width:100%;text-align: center;display: none; }
.slideBox2 .hd ul{overflow: hidden;
    zoom: 1;
    display: inline-block;
    text-align: center; }
.slideBox2 .hd ul li{ 
	float:left; 
	margin:0 5px;   
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer;
	padding:4px;
	background: transparent; 
	border:2px solid #fff;
}
.slideBox2 .hd ul li span{
	display: block;
	background: transparent;
	width: 12px;
	height: 12px;
}
.slideBox2 .hd ul li.on span{ background: #fff; }
.slideBox2 .bd{ position:relative;  z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle;width:100%; height:100%;
	background: transparent; 
}
.slideBox2 .bd li img{
	display: block;
	height: 100%;
	width: auto;
	margin:0 auto;
}
.slideBox2 .bd li a{
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev{ position:absolute; left:3%; top:50%; margin-top:-20px; display:block; width:28px; height:40px; background:url(../images/index_tab_l.png) no-repeat center center;}
.slideBox2 .next{ position:absolute; right:3%; top:50%; margin-top:-20px; display:block; width:28px; height:40px; background:url(../images/index_tab_r.png) no-repeat center center;}
.slideBox2 .prev:hover,
.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox2 .prevStop{ display:none;  }
.slideBox2 .nextStop{ display:none;  }