@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#EE7300;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
.yih{
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

.lianh{
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  }

.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse ul li:last-child{
	
}
.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #EE7300;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 ul li:last-child{
	
}
@media (min-width:1140px) {

.fy{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 16px;
	line-height: 38px;
	margin-top: 10px;
	font-family: '宋体';
}
.fy ul li a{
	padding: 10px 20px;
	text-align: center;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #011226;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #011226;
	color: #FFFFFF;
}

.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	float: left;
	height: 100px;
	position: fixed;
	top:0;
	left:0;
	z-index:99;
}
.pos{ position:fixed; background:#FFFFFF;}
.pos{ position:fixed; background:#FFFFFF;}
.top{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	position:relative;
}
.logo{
	width: auto;
	max-width:214px;
}
.logo img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.innav{
	width: auto;
	display: flex;
	align-items: center;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 100px;
}
.innav ul li{
	width: auto;
	font-size: 16px;
	height: 100px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	line-height: 100px;
	margin-left: 30px;
	margin-right: 30px;
	position:relative;
}
.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}
.innav ul li a{
	transition: all 0s;
	color:#FFF;
}
.innav ul li a:hover{
	color: #EE7300;
}
.innav ul li .cur{
	color: #EE7300;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala{
	width: 500px;
	height: auto;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1000);
	border-radius: 6px 6px 6px 6px;
	opacity: 0;
	visibility:hidden;
	padding:30px 50px;
	position:absolute;
	z-index:11111;
	top:100px;
	left:-260px;
}
.innav ul li .xiala h1{
	font-size:18px;
	line-height:24px;
	color:#FE8307;
	font-weight:normal;
}
.innav ul li .xiala .xiala01{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav ul li .xiala .xiala01 dl{
	margin-top:30px;
	width:50%;
}
.innav ul li .xiala .xiala01 dl dt{
	font-size:14px;
	line-height:20px;
}
.innav ul li .xiala .xiala01 dl dt a{ color:#000}
.innav ul li .xiala .xiala01 dl dd{
	margin-top:12px;
	color:#999;
	line-height:20px;
	font-size:12px;
}
.innav ul li .xiala .xiala01 dl dd a{
	color:#999;
	font-size:12px;
}

.innav .search{
	width:auto;
	align-items: center;
	display: flex;
	margin-left:60px;
}
.innav .search .zyw{
	margin-left:15px;
	position:relative;
}
.innav .search div img{
	vertical-align:middle;
	margin-left:5px;
}
.xlsearch{
	display:none; 
	right:0px; 
	width: 320px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	border-radius: 30px 30px 30px 30px;
	opacity: 0.95;
	z-index:99999;
	position:absolute;
	padding:0px 15px;
	top:80px;
}
.xlsearch01{
	width: 100%;
	height: 60px;
	opacity: 0.95;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xlsearch .biank{
	width:260px;
	height:40px;
	border:0px;
	line-height:40px;
	font-size:14px;
	color:#999;
	outline:none;
	font-family:'微软雅黑';
}
.xlsearch .gbi{
	width:36px;
	height:36px;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innav .search div:hover .zyzh{
	opacity:1;
	visibility:visible;
}
.zyzh{
	width: 123px;
	opacity: 0;
	position:absolute;
	right:0;
	top:30px;
	visibility:hidden;
	padding-top:20px;
}
#zyzh01{
	width:100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
	border-radius: 6px 6px 6px 6px;
	padding:20px;
}
#zyzh01 div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size:12px;
	color:#666;
	margin-top:20px;
}
#zyzh01 div:first-child{
	margin-top:0px;
}
#zyzh01 div a{color:#666;}
#zyzh01 div i{
	width: 20px;
	height: 14px;
	background: rgba(194,0,9,0);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FE8307;
	font-size:12px;
	color:#FE8307;
	margin-right:10px;
	line-height:14px;
}

.intitle{
	width:100%;
	float:left;
	margin-top:60px;
}
.intitle dl dt{
	height:76px;
	position:relative;
	font-size:48px;
	text-align:center;
	color:rgba(238,238,238,1);
	text-transform:uppercase;
}
.intitle dl dt i{
	width:100%;
	position:absolute;
	top:37px;
	left:0;
	text-align:center;
	font-size:32px;
	color:#333;
	line-height:42px;
}
.intitle dl dd{
	margin-top:20px;
	color:#999;
	font-size:14px;
	line-height:20px;
	text-align:center;
}
.xqiu{
	width:100%;
	float:left;
	margin-top:60px;
}
.xqiu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xqiu ul li{
	width:calc(33.9% - 30px);
	padding:40px 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1000);
	padding-bottom:20px;
}
.xqiu ul li h1{
	font-size:24px;
	line-height:30px;
	color:#FE8307;
	font-weight:normal;
	text-align:center;
}
.xqiu ul li h1 a{color:#333333;}
.xqiu ul li h1 a:hover{color:#FE8307;}
.xqiu ul li h2{
	margin-top:15px;
	font-size:16px;
	line-height:21px;
	color:#999;
	text-align:center;
	font-weight:normal;
}
.xqiu ul li .pic{
	overflow:hidden;
	margin-top:30px;
}
.xqiu ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xqiu ul li:hover .pic img{
	transform: scale(1.05);
}
.xqiu ul li .tex{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.xqiu ul li .tex .subpic{
	width:36px;
}
.xqiu ul li .tex .subpic img{
	max-width:36px;
}
.xqiu ul li .tex .subtex{
	width:calc(100% - 56px);
	font-size:14px;
	line-height:22px;
	color:#999;
}
.xqiu ul li .tex .subtex h3{
	margin-bottom:10px;
	font-size:16px;
	color:#000;
	font-weight:normal;
}
.xqiu ul li .more{
	margin-top:50px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}
.inxlm{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inxlm i{
	width:1px;
	height:13px;
	background-color:#707070;
	margin-left:13px;
	margin-right:13px;
}
.wenti{
	width:100%;
	float:left;
	margin-top:40px;
}
.jjfa{
	width:100%;
	float:left;
	background-color:#F7F8F8;
	margin-top:80px;
	padding-bottom:80px;
}
.jjfa01{
	width:100%;
	float:left;
	margin-top:60px;
}
.cspro{
	width:100%;
	float:left;
	margin-top:80px;
}
.cspro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cspro ul li{
	width: calc(26% - 40px);
	background-color:#FFF;
	height:420px;
	border-radius: 6px 6px 6px 6px;
	transition: all 0.6s;
	padding:30px;
}
.cspro ul li .pic{
	margin-top:50px;
	text-align:center;
	height:120px;
}
.cspro ul li .pic span{
	height:100%;
	vertical-align:middle;
	display:inline-block;
}
.cspro ul li .pic img{
	max-height:120px;
	max-width:100%;
	vertical-align:middle;
}
.cspro ul li dl dt{
	margin-top:40px;
	font-size:18px;
	line-height:24px;
	color:#333;
	text-align:center;
	margin-bottom:20px;
}
.cspro ul li dl dd{
	font-size:14px;
	line-height:21px;
	color:#999;
	text-align:center;
}
.cspro ul li:hover{
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.ljmore{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ljmore a{
	width: 320px;
	height: 62px;
	background: rgba(255,255,255,0);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 2px solid #FE8307;
	line-height:62px;
	text-align:center;
	font-size:18px;
	color:#FE8307;
}
.ljmore a img{
	vertical-align:middle;
	margin-right:10px;
}
.inzxly{
	width:100%;
	float:left;
	margin-top:40px;
}
.inzxly ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inzxly ul li{
	width:calc(34.63% - 30px);
	margin-top:30px;
}
.inzxly ul li dl dt{
	font-size:18px;
	line-height:24px;
	display: flex;
	align-items: center;
}
.inzxly ul li dl dd{
	margin-top:20px;
}
.bk{
	width:100%;
	border:0px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #DEDEDE;
	line-height:44px;
	outline:none;
	padding-left:10px;
	color:#999;
	font-family:'微软雅黑';
}
.yel{
	color:#FE8307;
}
.anniu{
	width: 160px;
	height: 44px;
	background: #FE8307;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #FE8307;
	line-height:44px;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
}
.inzxly ul li:nth-child(7){
	width:100%;
}
.inzxly ul li:nth-child(8){
	width:100%;
}
.foot{
	width:100%;
	float:left;
	background-color:#011226;
	padding-top:40px;
}
.xlogo{
	width:100%;
	float:left;
}
.foot01{
	width:100%;
	float:left;
	margin-top:40px;
}
.foot01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 ul li{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 ul li dl dt{
	font-size:16px;
	line-height:22px;
	color:#FFF;
}
.foot01 ul li dl dd{
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	color:#FFF;
}
.foot01 ul li dl dd a{
	color:#FFF;
}
.foot01 ul li dl dd a:hover{
	text-decoration:underline;
}
.foot01 ul li div img{
	margin-left:20px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color:#FFF;
	line-height:60px;
}
.foot02 a{
	color:#FFF;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:64px;
	line-height:85px;
	color:#FFF;
	text-align:center;
}
.nybanner .tex dl dd{
	font-size:32px;
	line-height:42px;
	text-align:center;
	color:#FFF;
	margin-top:20px;
	text-transform:uppercase;
}
.nyabout{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyabout .pic{
	width:680px;
}
.nyabout .pic img{
	max-width:680px;
}
.nyabout .tex{
	width:calc(100% - 760px);
	font-size:16px;
	line-height:32px;
	color:#666;
}
.nyabout .tex h1{
	font-weight:normal;
	font-size:24px;
	line-height:36px;
}
.nyabout .tex h2{
	font-size:16px;
	color:#999;
	line-height:24px;
	margin-top:10px;
	margin-bottom:40px;
	text-transform:uppercase;
	font-weight:normal;
}
.linian{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.linian-l{
	width:calc(50% - 20px);
	position:relative;
	overflow:hidden;
}
.linian-l img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.linian-l:hover img{
	transform: scale(1.05);
}
.linian-l .tex{
	width: auto;
	position: absolute;
	bottom:30px;
	left:40px;
	z-index:11;
}
.linian-l .tex dl dt{
	font-size:24px;
	line-height:32px;
	color:#FFF;
}
.linian-l .tex dl dd{
	margin-top:15px;
	font-size:18px;
	line-height:24px;
	color:#FFF;
}
.linian-r{
	width:calc(50% - 20px);
}
.linian-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.linian-r ul li{
	width:calc(50% - 20px);
	position:relative;
	margin-top:40px;
	overflow:hidden;
}
.linian-r ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.linian-r ul li:hover img{
	transform: scale(1.05);
}
.linian-r ul li .tex{
	width: auto;
	position:absolute;
	left:40px;
	bottom:30px;
	z-index:11;
}
.linian-r ul li .tex dl dt{
	font-size:24px;
	line-height:32px;
	color:#FFF;
}
.linian-r ul li .tex dl dd{
	margin-top:15px;
	font-size:18px;
	line-height:24px;
	color:#FFF;
}
.linian-r ul li:first-child{
	width:100%;
	margin-top:0px;
}
.yuanl{
	width:100%;
	float:left;
	margin-top:60px;
}
.fatex{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:14px;
	line-height:32px;
	color:#999;
	text-align:center;
}
.fatex img{
	max-width:100%;
	height:auto;
}

.nyzlm{
	width:100%;
	float:left;
	position:relative;
	height:80px;
}
.nyzlm01{
	width:100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 1px rgba(51,51,51,0.15);
	border-radius: 2px 2px 2px 2px;
	position:absolute;
	top:-40px;
	left:0;
	z-index:11;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
}
.nyzlm01 a.cur{ color:#FE8307}
.nyzlm01 i{
	width:1px;
	height:15px;
	background-color:#707070;
	margin-left:35px;
	margin-right:35px;
}
.falist{
	width:100%;
	float:left;
}
.falist ul li{
	width:100%;
	float:left;
	margin-top:40px;
}
.falist ul li a{width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #DEDEDE;
	height: 320px;
	align-items: center;}
.falist ul li .pic{
	width:50%;
	text-align:center;
}
.falist ul li .pic img{
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}
.falist ul li .tex{
	width:50%;
	padding:40x;
	font-size:16px;
	line-height:28px;
	color:#999;
}
.falist ul li .tex h1{
	margin-bottom:30px;
	font-size:24px;
	color:#333;
	line-height:30px;
	font-weight:normal;
}
.falist ul li .tex .more{
	display:flex;
	margin-top:44px;
}
.falist ul li .tex .more i{
	width: 120px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #FE8307;
	text-align:center;
	font-size:14px;
	line-height:36px;
	color:#FE8307;
}
.falist ul li .tex .more i:hover{
	background-color:#FE8307;
	color:#FFF;
}
.falist ul li:hover .tex h1{color:#FE8307;}
.falist ul li:hover{
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}

.sblist{
	width:100%;
	float:left;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sblist ul li{
	width:calc(34.3% - 45px);
	margin-top:80px;
}
.sblist ul li h1{
	font-size:24px;
	line-height:30px;
	padding-bottom:20px;
	border-bottom:1px solid #DEDEDE;
	font-weight:normal;
}
.sblist ul li dl dt{
	margin-top:30px;
	overflow:hidden;
	margin-bottom:10px;
}
.sblist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sblist ul li dl dt img:hover{
	transform: scale(1.05);
}
.sblist ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.add{
	width:100%;
	float:left;
	margin-top:50px;
	font-size:16px;
	line-height:21px;
	color:#999;
}
.sbpic{
	width:100%;
	float:left;
	margin-top:30px;
}
.sbtex{
	width:100%;
	float:left;
	margin-top:60px;
	border:1px solid #D2D2D2;
}
.hdm{
	width:100%;
	float:left;
	height:60px;
	background-color: #D2D2D2;
}
.hdm ul{
	display: flex;
}
.hdm ul li{
	width: 220px;
	height: 60px;
	line-height:60px;
	text-align:center;
	font-size:18px;
}
.hdm ul li.cur{
	background: #FE8307;
	color:#FFF;
}

.hcaOn{
	background: #FE8307;
	color:#FFF;
}

.sbtex01{
	width:100%;
	float:left;
	padding:90px 120px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.sbtex01 b{
	color:#333;
}
.lxfs{
	width:100%;
	float:left;
	margin-top:60px;
}
.lxfs ul{
	display: flex;
	justify-content: space-between;
}
.lxfs ul li{
	width:31.25%;
	padding:40px;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	border-radius: 8px 8px 8px 8px;
	transition: all 0.6s;
}
.lxfs ul li .pic{
	height:120px;
	text-align:center;
}
.lxfs ul li .pic img{
	max-height:120px;
}
.lxfs ul li .pic .pic01{
	display:inline-block;
}
.lxfs ul li .pic .pic02{
	display:none;
}
.lxfs ul li:hover .pic .pic01{
	display:none;
}
.lxfs ul li:hover .pic .pic02{
	display:inline-block;
}
.lxfs ul li dl dt{
	font-size:22px;
	color:#333;
	line-height:36px;
	text-align:center;
}
.lxfs ul li dl dd{
	font-size:18px;
	color:#999;
	margin-top:20px;
	line-height:30px;
	text-align:center;
}
.lxfs ul li:hover{
	background: #FE8307;
	box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.lxfs ul li:hover dl dt{
	color:#FFF;
}
.lxfs ul li:hover dl dd{
	color:#FFF;
}
.lxfs ul li.cur{
	background: #FE8307;
	box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.lxfs ul li.cur dl dt{
	color:#FFF;
}
.lxfs ul li.cur dl dd{
	color:#FFF;
}
.lxfs ul li.cur .pic .pic01{
	display:none;
}
.lxfs ul li.cur .pic .pic02{
	display: inline-block;
}

.xqly{
	width:100%;
	float:left;
	margin-top:40px;
}
.xqly ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xqly ul li{
	width:calc(50% - 20px);
	margin-top:30px;
}
.xqly ul li dl dt{
	font-size:18px;
	line-height:24px;
	display: flex;
	align-items: center;
}
.xqly ul li dl dd{
	margin-top:20px;
}
.xqly ul li:nth-child(5){
	width:100%;
}
.xqly ul li:nth-child(6){
	width:100%;
}
.xqly ul li:nth-child(7){
	width:100%;
}
.xqly ul li:nth-child(8){
	width:100%;
}
.xqly ul li:nth-child(9){
	width:100%;
}

.pro01{
	width:100%;
	float:left;
}
.pro01 ul{
	display: flex;
	flex-wrap: wrap;
}
.pro01 ul li{
	width:calc(25.7% - 40px);
	height: 360px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DEDEDE;
	transition: all 0.6s;
	margin-top:60px;
	margin-right:40px;
}
.pro01 ul li .pic{
	height:241px;
}
.pro01 ul li .pic span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.pro01 ul li .pic img{
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}
.pro01 ul li dl dt{
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.pro01 ul li dl dd{
	font-size:14px;
	line-height:19px;
	color:#999;
	margin-top:20px;
	text-align:center;
}
.pro01 ul li .more{
	margin-top:20px;
	text-align:center;
	opacity:0;
	transition: all 0.6s;
}
.pro01 ul li .more a{
	font-size:14px;
	color:#FE8307;
}
.pro01 ul li:hover .more{
	opacity:1;
}
.pro01 ul li:hover{
	border: 1px solid #FE8307;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.pro01 ul li:nth-child(4n){
	margin-right:0px;
}

.lxwm{
	width:100%;
	float:left;
	margin-top:40px;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lxwm ul li{
	width:calc(50% - 20px);
	margin-top:30px;
}
.lxwm ul li dl dt{
	font-size:18px;
	line-height:24px;
	display: flex;
	align-items: center;
}
.lxwm ul li dl dd{
	margin-top:20px;
}
.lxwm ul li:nth-child(3){
	width:100%;
}
.lxwm ul li:nth-child(6){
	width:100%;
}
.lxwm ul li:nth-child(7){
	width:100%;
}
.lxwm ul li:nth-child(8){
	width:100%;
}
.map{
	width:100%;
	float:left;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.index_zhuanjia{ width:1330px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:990px; height:720px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:990px; height:720px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:44px; height:44px; position:absolute;left:20px;top:calc(50% - 22px); cursor:pointer;background:url(../img/zj03.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../img/zj04.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:44px; height:44px; position:absolute;right:20px;top:calc(50% - 22px); cursor:pointer;background:url(../img/zj03.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../img/zj04.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:312px;height:720px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:312px; height:668px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:312px; height:668px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:312px; height:214px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:310px; height:212px; border:1px #FE8307 solid;}
.index_zhuanjia_lists ul li dd{ width:312px; height:214px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:310px; height:212px; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center;}
.index_zhuanjia_next{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center;}
















.yuanjue{
	border-radius: 6px 6px 6px 6px;
}
.marr30{
	margin-right:30px;
}
#white{
	color:#FFF;
}
.h100{
	width:100%;
	float:left;
	height:100px;
}
.mart10{
	margin-top:10px;
}
.mart0{
	margin-top:0px;
}
.mart50{
	margin-top:50px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}






@media (max-width:1139px) {

.fy{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 16px;
	line-height: 38px;
	margin-top: 10px;
	font-family: '宋体';
}
.fy ul li a{
	padding: 10px 20px;
	text-align: center;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #011226;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #011226;
	color: #FFFFFF;
}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#000;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:95%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #0997BB; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.intitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.intitle dl dt{
	height:3.0rem;
	position:relative;
	font-size:1.5rem;
	text-align:center;
	color:rgba(238,238,238,1);
	text-transform:uppercase;
}
.intitle dl dt i{
	width:100%;
	position:absolute;
	top:1.0rem;
	left:0;
	text-align:center;
	font-size:1.2rem;
	color:#333;
	line-height:2.0rem;
}
.intitle dl dd{
	margin-top:1.0rem;
	color:#999;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.xqiu{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xqiu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xqiu ul li{
	width:100%;
	padding:2.0rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1000);
	margin-top:1.0rem;
}
.xqiu ul li h1{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#FE8307;
	font-weight:normal;
	text-align:center;
}
.xqiu ul li h1 a{color:#333333;}
.xqiu ul li h1 a:hover{color:#FE8307;}
.xqiu ul li h2{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-align:center;
	font-weight:normal;
}
.xqiu ul li .pic{
	overflow:hidden;
	margin-top:1.0rem;
}
.xqiu ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xqiu ul li:hover .pic img{
	transform: scale(1.05);
}
.xqiu ul li .tex{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.xqiu ul li .tex .subpic{
	width:2.0rem;
}
.xqiu ul li .tex .subpic img{
	max-width:2.0rem;
}
.xqiu ul li .tex .subtex{
	width:calc(100% - 2.5rem);
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.xqiu ul li .tex .subtex h3{
	margin-bottom:0.5rem;
	font-size:0.8rem;
	color:#000;
	font-weight:normal;
}
.xqiu ul li .more{
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
	text-transform:uppercase;
}
.inxlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
}
.inxlm i{
	width:1px;
	height:0.8rem;
	background-color:#707070;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.wenti{
	width:100%;
	float:left;
}
.jjfa{
	width:100%;
	float:left;
	background-color:#F7F8F8;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
}
.jjfa01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cspro{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cspro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cspro ul li{
	width: 48%;
	background-color:#FFF;
	height: auto;
	border-radius: 6px 6px 6px 6px;
	transition: all 0.6s;
	padding:1.0rem;
}
.cspro ul li .pic{
	margin-top:1.0rem;
	text-align:center;
	height:6rem;
}
.cspro ul li .pic span{
	height:100%;
	vertical-align:middle;
	display:inline-block;
}
.cspro ul li .pic img{
	max-height:6rem;
	max-width:100%;
	vertical-align:middle;
}
.cspro ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	text-align:center;
	margin-bottom:1.0rem;
}
.cspro ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-align:center;
}
.cspro ul li:hover{
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.ljmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ljmore a{
	width: 10rem;
	height: 2.5rem;
	background: rgba(255,255,255,0);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 2px solid #FE8307;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FE8307;
}
.ljmore a img{
	vertical-align:middle;
	margin-right:0.2rem;
}
.inzxly{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.inzxly ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inzxly ul li{
	width:48%;
	margin-top:1.0rem;
}
.inzxly ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inzxly ul li dl dd{
	margin-top:0.5rem;
}
.bk{
	width:100%;
	border:0px;
	height: 2.5rem;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #DEDEDE;
	line-height:2.5rem;
	outline:none;
	padding-left:1.0rem;
	color:#999;
	font-family:'微软雅黑';
}
.yel{
	color:#FE8307;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #FE8307;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #FE8307;
	line-height:2.5rem;
	color:#FFF;
	font-size:0.8rem;
	cursor:pointer;
}
.inzxly ul li:nth-child(7){
	width:100%;
}
.inzxly ul li:nth-child(8){
	width:100%;
}
.foot{
	width:100%;
	float:left;
	background-color:#011226;
	padding-top:1.5rem;
}
.xlogo{
	width:100%;
	float:left;
}
.xlogo img{
	max-width:70%;
}
.foot01{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.foot01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 ul li{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.foot01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	color:#FFF;
}
.foot01 ul li dl dd a{
	color:#FFF;
}
.foot01 ul li dl dd a:hover{
	text-decoration:underline;
}
.foot01 ul li div img{
	margin-left:1.0rem;
	max-height:1.5rem;
}
.foot01 ul li div:nth-child(2){
	margin-top:2.0rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color:#FFF;
	padding:1.0rem 0;
	line-height:1.5rem;
}
.foot02 a{
	color:#FFF;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
}
.nybanner .tex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}
.nyabout{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyabout .pic{
	width:100%;
}
.nyabout .pic img{
	max-width:100%;
}
.nyabout .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.nyabout .tex h1{
	font-weight:normal;
	font-size:1.2rem;
	line-height:1.5rem;
}
.nyabout .tex h2{
	font-size:0.8rem;
	color:#999;
	line-height:1.5rem;
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	text-transform:uppercase;
	font-weight:normal;
}
.linian{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.linian-l{
	width:100%;
	position:relative;
	overflow:hidden;
}
.linian-l img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.linian-l:hover img{
	transform: scale(1.05);
}
.linian-l .tex{
	width: auto;
	position: absolute;
	bottom:1.0rem;
	left:1.0rem;
	z-index:11;
}
.linian-l .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#FFF;
}
.linian-l .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.linian-r{
	width:100%;
	margin-top:1.0rem;
}
.linian-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.linian-r ul li{
	width:48%;
	position:relative;
	margin-top:1.0rem;
	overflow:hidden;
}
.linian-r ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.linian-r ul li:hover img{
	transform: scale(1.05);
}
.linian-r ul li .tex{
	width: auto;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	z-index:11;
}
.linian-r ul li .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#FFF;
}
.linian-r ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.linian-r ul li:first-child{
	width:100%;
	margin-top:0px;
}
.yuanl{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fatex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-align:center;
}
.fatex img{
	max-width:100%;
	height:auto;
}

.nyzlm{
	width:100%;
	float:left;
	position:relative;
	height: auto;
}
.nyzlm01{
	width:100%;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 1px rgba(51,51,51,0.15);
	border-radius: 2px 2px 2px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	padding:1.0rem;
	margin-top:2.0rem;
	float:left;
	flex-wrap: wrap;
}
.nyzlm01 a.cur{ color:#FE8307}
.nyzlm01 i{
	width:1px;
	height:0.8rem;
	background-color:#707070;
	margin-left:0.5rem;
	margin-right:0.5rem;
}



.falist{
	width:100%;
	float:left;
}
.falist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.falist ul li a{width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #DEDEDE;
	height: auto;
	align-items: center;}
.falist ul li .pic{
	width:30%;
	text-align:center;
}
.falist ul li .pic img{
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}
.falist ul li .tex{
	width:65%;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.falist ul li .tex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	color:#333;
	line-height:1.5rem;
	font-weight:normal;
}
.falist ul li .tex .more{
	display:flex;
	margin-top:1.5rem;
}
.falist ul li .tex .more i{
	width: 8.0rem;
	height: 2.0rem;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #FE8307;
	text-align:center;
	font-size:0.8rem;
	line-height:2.0rem;
	color:#FE8307;
}
.falist ul li .tex .more i:hover{
	background-color:#FE8307;
	color:#FFF;
}
.falist ul li:hover{
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}


.sblist{
	width:100%;
	float:left;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sblist ul li{
	width:48%;
	margin-top:2.0rem;
}
.sblist ul li h1{
	font-size:1.0rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid #DEDEDE;
	font-weight:normal;
}
.sblist ul li dl dt{
	margin-top:1.0rem;
	overflow:hidden;
	margin-bottom:0.5rem;
}
.sblist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sblist ul li dl dt img:hover{
	transform: scale(1.05);
}
.sblist ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}





.add{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.sbpic{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.sbtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border:1px solid #D2D2D2;
}
.hdm{
	width:100%;
	float:left;
	height:2.5rem;
	background-color: #D2D2D2;
}
.hdm ul{
	display: flex;
}
.hdm ul li{
	width: 33.33%;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
}
.hdm ul li.cur{
	background: #FE8307;
	color:#FFF;
}

.hcaOn{
	background: #FE8307;
	color:#FFF;
}

.sbtex01{
	width:100%;
	float:left;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.sbtex01 b{
	color:#333;
}
.sbtex01 img{
	max-width:100%;
	height: auto;}
.lxfs{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lxfs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs ul li{
	width:100%;
	padding:1.0rem;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
	border-radius: 8px 8px 8px 8px;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.lxfs ul li .pic{
	height:5.0rem;
	text-align:center;
}
.lxfs ul li .pic img{
	max-height:5.0rem;
}
.lxfs ul li .pic .pic01{
	display:inline-block;
}
.lxfs ul li .pic .pic02{
	display:none;
}
.lxfs ul li:hover .pic .pic01{
	display:none;
}
.lxfs ul li:hover .pic .pic02{
	display:inline-block;
}
.lxfs ul li dl dt{
	font-size:1.2rem;
	color:#333;
	line-height:1.5rem;
	text-align:center;
}
.lxfs ul li dl dd{
	font-size:0.8rem;
	color:#999;
	margin-top:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.lxfs ul li:hover{
	background: #FE8307;
	box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.lxfs ul li:hover dl dt{
	color:#FFF;
}
.lxfs ul li:hover dl dd{
	color:#FFF;
}
.lxfs ul li.cur{
	background: #FE8307;
	box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.lxfs ul li.cur dl dt{
	color:#FFF;
}
.lxfs ul li.cur dl dd{
	color:#FFF;
}
.lxfs ul li.cur .pic .pic01{
	display:none;
}
.lxfs ul li.cur .pic .pic02{
	display: inline-block;
}

.xqly{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xqly ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xqly ul li{
	width:48%;
	margin-top:1.0rem;
}
.xqly ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.xqly ul li dl dd{
	margin-top:0.5rem;
}
.xqly ul li:nth-child(5){
	width:100%;
}
.xqly ul li:nth-child(6){
	width:100%;
}
.xqly ul li:nth-child(7){
	width:100%;
}
.xqly ul li:nth-child(8){
	width:100%;
}
.xqly ul li:nth-child(9){
	width:100%;
}

.pro01{
	width:100%;
	float:left;
}
.pro01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro01 ul li{
	width:48%;
	height: auto;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DEDEDE;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.pro01 ul li .pic{
	height:8.0rem;
}
.pro01 ul li .pic span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.pro01 ul li .pic img{
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}
.pro01 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.pro01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	margin-top:1.0rem;
	text-align:center;
	padding:0px 1.0rem
}
.pro01 ul li .more{
	margin-top:1.0rem;
	text-align:center;
	opacity:0;
	transition: all 0.6s;
}
.pro01 ul li .more a{
	font-size:0.8rem;
	color:#FE8307;
}
.pro01 ul li:hover .more{
	opacity:1;
}
.pro01 ul li:hover{
	border: 1px solid #FE8307;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}

.lxwm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.lxwm ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lxwm ul li{
	width:48%;
	margin-top:1.0rem;
}
.lxwm ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.lxwm ul li dl dd{
	margin-top:0.5rem;
}
.lxwm ul li:nth-child(3){
	width:100%;
}
.lxwm ul li:nth-child(6){
	width:100%;
}
.lxwm ul li:nth-child(7){
	width:100%;
}
.lxwm ul li:nth-child(8){
	width:100%;
}
.map{
	width:100%;
	float:left;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.index_zhuanjia{ width:1330px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:990px; height:720px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:990px; height:720px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:44px; height:44px; position:absolute;left:20px;top:calc(50% - 22px); cursor:pointer;background:url(../img/zj03.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../img/zj04.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:44px; height:44px; position:absolute;right:20px;top:calc(50% - 22px); cursor:pointer;background:url(../img/zj03.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../img/zj04.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:312px;height:720px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:312px; height:668px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:312px; height:668px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:312px; height:214px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:310px; height:212px; border:1px #FE8307 solid;}
.index_zhuanjia_lists ul li dd{ width:312px; height:214px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:310px; height:212px; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center;}
.index_zhuanjia_next{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center;}










.yuanjue{
	border-radius: 6px 6px 6px 6px;
}
.marr30{
	margin-right:1.0rem;
}
#white{
	color:#FFF;
}
.h100{
	width:100%;
	float:left;
	height:3.0rem;
}
.mart10{
	margin-top:0.5rem;
}
.mart0{
	margin-top:0px;
}
.mart50{
	margin-top:2.0rem;
}



}
































