@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	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+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#E67817;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
.main{
	width:auto;
	margin:auto;
	max-width:1440px;
	padding:0px 15px;
}
.header{
	width:100%;
	float:left;
}
.pos{ position:fixed; z-index:9999; background:#FFF;}
.top{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:90px;
}
.logo{
	width:168px;
	display: flex;
}
.logo img{
	max-width:100%;
	height:auto;
}
.search{
	width:36%;
	height: 48px;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding:0px 20px;
}
.bk{
	width:calc(100% - 24px);
	height:44px;
	line-height:44px;
	border:0px;
	font-size:14px;
	color:#666;
	outline:none;
}
.tel{
	width:auto;
	display: flex;
	align-items: center;
}
.tel dl dt{
	font-size:14px;
	line-height:18px;
}
.tel dl dd{
	font-size:24px;
	line-height:28px;
	color:#E67817;
	font-weight:bold;
	font-family: Roboto;
}
.tel dl{
	margin-left:10px;
}
.innav{
	width:100%;
	height: 60px;
	background: #222222;
	float:left;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 60px;
	position:relative;
}
.innav ul li i{
	width: 0px;
	height: 24px;
	border: 1px dashed rgba(255,255,255,0.30);
}
.innav ul li em{
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
	background-color:#E67817;
}
.innav ul li a{
	color:#FFF;
	font-size:16px;
}
.innav ul li a:hover{
	color:#E67817;
}
.innav ul li:hover em{
	opacity:1;
}
.innav ul li.cur a{
	color:#E67817;
}
.innav ul li.cur em{
	opacity:1;
}
.wrap{
	width:100%;
	float: left;
	background-color:#f2f2f2;
	padding-bottom:80px;
}
.intit{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.intit dl dt{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}
.intit dl dt.white{
	color:#FFF;
}
.intit dl dd{
	font-size:14px;
	line-height:18px;
	color:#666;
	margin-top:15px;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.2% - 40px);
	margin-top:40px;
	margin-right:40px;
	overflow:hidden;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	background-color:#FFF;
	text-align:center;
	position:relative;
	height:137px;
	padding:0px 60px;
}
.inpro ul li .tex .mask{
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#E67817;
	transition:0.6s;
}
.inpro ul li:hover .tex .mask{
	height:100%;
}
.inpro ul li .tex .aa{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inpro ul li:hover .tex h5{
	color:#FFF;
}
.inpro ul li:hover .tex p{
	color:#FFF;
	display:block;
}
.inpro ul li .tex h5{
	font-size:18px;
	color:#000000;
	position:relative;
	transition:0.6s;
}
.inpro ul li .tex p{
	font-size:14px; 
	line-height:24px; 
	color:#737373; 
	overflow:hidden;
	position:relative; 
	transition:0.6s; 
	display:none; 
	margin-top:15px;
}
.inpro ul li .tex .icon{
	display:inline-block;
	position:absolute;
	width:53px;
	height:53px;
	border-radius:50%;
	left:50%;
	margin-left:-27px;
	top:-27px;
	z-index:1;
	background: rgba(230,120,23,0.30);
	display: flex;
	align-items: center;
	justify-content: center; 
	z-index:3;
}
.inpro ul li .tex .icon b{
	font-size:18px;
	color:#fff;
	position:relative;
	z-index: 10;
	transition:0.6s;
	display: inline-block;
	width:38px;
	height:38px;
	background:#E67817; 
	border-radius:50%;
	transition:0.6s;
	line-height:38px;
}
.inpro ul li:hover .tex .icon b{
	-webkit-transform: rotate(360deg);
	background:#E61717;
}
.inpro ul li:hover .tex .icon{
	background: rgba(230,23,23,0.30);
}
.inmore{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a{
	width: 184px;
	height: 53px;
	background: #e67817;
	font-size:16px;
	line-height:53px;
	color:#FFF;
	text-align:center;
}
.hyyy{
	width:100%;
	float:left;
}
.hyyy ul{
	display: flex;
	flex-wrap: wrap;
}
.hyyy ul li{
	width:calc(34.0% - 30px);
	margin-top:40px;
	margin-right:30px;
}
.hyyy ul li:nth-child(3n){
	margin-right:0px;
}
.hyyy ul li dl dt{
	overflow:hidden;
	position:relative;
}
.hyyy ul li dl dt .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	font-size:20px;
	line-height:23px;
	color:#fff;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.hyyy ul li:hover dl dt .tex{
	opacity:1;
	visibility:visible;
}
.hyyy ul li dl dt .tex .sx{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:10px;
	margin-top:10px;
}
.hyyy ul li dl dt .tex .sx i{
	width:1px;
	height:25px;
	background-color:#FFF;
}
.hyyy ul li dl dt .tex .more{
	display: flex;
	align-items: center;
}
.hyyy ul li dl dt .tex .more a{
	width: 176px;
	height: 40px;
	border: 1px solid #ffffff;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
.hyyy ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hyyy ul li:hover dl dt img{
	transform: scale(1.05);
}
.hyyy ul li dl dd{
	font-size:16px;
	line-height:21px;
	margin-top:20px;
}
.inb01{
	width:100%;
	float:left;
	margin-top:80px;
	height:360px;
	background-image:url(../img/b01.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}
.intit2{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
	color: #FFF;
}
.intit2 dl dt{
	font-size:36px;
	line-height:48px;
	font-weight:bold;
}
.intit2 dl dd{
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.intit2 dl dd i{
	width:55px;
	height:1px;
	background-color:#FFF;
}
.intit2 p{
	font-size:18px;
	line-height:40px;
}
.inab{
	width:100%;
	float:left;
	margin-top:-60px;
	background-color:#FFF;
	padding:50px 60px;
}
.inab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	font-size:14px;
	line-height:30px;
	color:#666;
	margin-top:40px;
	text-align:center;
}
.inab01 div{
	width:70%;
}
.inab02{
	width:100%;
	float:left;
	margin-top:40px;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:calc(25.3% - 20px);
	margin-right:20px;
	position:relative;
	overflow:hidden;
}
.inab02 ul li:nth-child(4){
	margin-right:0px;
}
.inab02 ul li .pic2 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab02 ul li:hover .pic2 img{
	transform: scale(1.05);
}
.inab02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab02 ul li .tex .pic{
	height:48px;
	text-align:center;
}
.inab02 ul li .tex .pic img{
	max-height:48px;
	width:auto;
	display: inline-block;
}
.inab02 ul li .tex h1{
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	margin-top:20px;
}
.inab02 ul li .tex h2{
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	letter-spacing:3px;
	text-align:center;
	margin-top:10px;
}
.inab02 ul li .tex p{
	display: flex;
	justify-content: center;
	margin-top:10px;
}
.inab02 ul li .tex p i{
	width:45px;
	height:2px;
	background-color:#FFF;
}
.innew{
	width:100%;
	float:left;
	margin-top:40px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.5% - 30px);
	margin-right:30px;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	font-size:16px;
	line-height:21px;
	margin-top:20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.innew ul li dl dd{
	margin-top:30px;
	font-size:12px;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innew ul li dl dd div{
	display: flex;
	align-items: center;
}
.innew ul li dl dd div img{
	margin-right:5px;
}
.inys{
	width:100%;
	float:left;
	height:570px;
	background-image:url(../img/b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
.inys01{
	width:100%;
	float:left;
	margin-top:40px;
}
.inys01 ul{
	display: flex;
	flex-wrap: wrap;
}
.inys01 ul li{
	width:calc(25.5% - 30px);
	margin-right:30px;
	padding:40px;
	border: 1px solid rgba(255,255,255,0.60);
	transition: all 0.6s;
}
.inys01 ul li:nth-child(4n){
	margin-right:0px;
}
.inys01 ul li:hover{
	background-color:#E67817;
	border:1px solid #E67817;
}
.inys01 ul li .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:18px;
	line-height:36px;
	color:#FFF;
}
.inys01 ul li .a02{
	width:100%;
	margin-top:30px;
	font-size:14px;
	line-height:24px;
	color:rgba(255,255,255,0.60);
}
.inys02{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inys02 a{
	width: 202px;
	height: 57px;
	background: #e67817;
	line-height:57px;
	text-align:center;
	font-size:16px;
	margin-right:30px;
	color:#FFF;
}
.inys02 dl dt{
	font-size:16px;
	line-height:21px;
	color:#FFF;
	font-weight:bold;
}
.inys02 dl dd{
	margin-top:15px;
	font-size:14px;
	color:rgba(255,255,255,0.60);
}
.inlx{
	width:100%;
	float:left;
	margin-top:10px;
}
.inlx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx ul li{
	width: calc(50% - 20px);
	margin-top:30px;
	display: flex;
	justify-content: center;
}
.bk2{
	width:100%;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding-left:30px;
	font-size:14px;
	color:#666;
	font-family:'微软雅黑';
	outline:none;
	line-height:54px;
}
.inlx ul li:nth-child(5){
	width:100%;
}
.inlx ul li:nth-child(6){
	width:100%;
}
.anniu{
	width: 184px;
	height: 53px;
	background: #e67817;
	line-height:53px;
	text-align:center;
	border:0px;
	color:#FFF;
	font-size:16px;
	cursor:pointer
}
.foot{
	width:100%;
	float:left;
	margin-top:80px;
	background: #272a2f;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:32%;
}
.foot01 .a01 h1{
	font-size:18px;
	line-height:24px;
	color:#FFF;
	display:flex;
	margin-bottom:10px;
}
.foot01 .a01 h1 i{
	padding-bottom:15px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.foot01 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width:50%;
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	display: flex;
	align-items: center;
}
.foot01 .a01 ul li a{
	color:#FFF;
}

.foot01 .a02{
	width: auto;
	max-width:25%;
}
.foot01 .a02 h1{
	font-size:18px;
	line-height:24px;
	color:#FFF;
	display:flex;
	margin-bottom:10px;
}
.foot01 .a02 h1 i{
	padding-bottom:15px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.foot01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 ul li{
	width:100%;
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	display: flex;
	align-items: center;
	color:#FFF;
}
.foot01 .a02 ul li a{
	color:#FFF;
}
.foot01 .a02 ul li img{
	margin-right:10px;
}
.ewm{
	display:flex;
	text-align:center;
	color:rgba(255,255,255,0.5);
	margin-top:30px;
	font-size:14px;
}
.ewm dl dd{
	margin-top:10px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:45px;
	padding:20px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	font-size:14px;
	color:rgba(255,255,255,0.5);
	line-height:18px;
}
.foot02 a{
	color:rgba(255,255,255,0.5);
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:150px;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.nybanner .tex dl dt{
	font-size:36px;
	line-height:48px;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
	color:#FFF;
}
.nybanner .tex dl dd a{
	color:#FFF;
}
.nycon{
	width:100%;
	float:left;
	margin-top:80px;
}
.nycon-l{
	width:265px;
	float:left;
	border:1px solid #e0e0e0;
}
.nycon-l h1{
	height:85px;
	display: flex;
	align-items: center;
	font-size:18px;
	color:#FFF;
	background-color:#222222;
	padding:0px 40px;
	margin-bottom:10px;
}
.nycon-l h1 i{
	font-size:14px;
	font-weight:normal;
	margin-left:5px;
}
.nycon-l ul li{
	width:100%;
	float:left;
	padding:0px 40px;
	height:75px;
	display:flex;
	font-size:16px;
}
.nycon-l ul li a{
	width:100%;
	height:75px;
	line-height:75px;
	border-bottom:1px solid #e6e6e6;
}
.nycon-l ul li:hover{
	background-color:#222222;
}
.nycon-l ul li:hover a{
	color:#E67817;
	border-bottom:0px;
}
.nycon-l ul li.cur{
	background-color:#222222;
}
.nycon-l ul li.cur a{
	color:#E67817;
	border-bottom:0px;
}
.nycon-l .phone{
	padding:32px 40px;
	width:100%;
	float:left;
}
.nycon-l .phone dl dt{
	display: flex;
	align-items: center;
	font-size:16px;
	line-height:21px;
}
.nycon-l .phone dl dt img{
	margin-right:10px;
}
.nycon-l .phone dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:28px;
	color:#E67817;
	font-weight: bold;
	font-family: Roboto;
}
.nycon-r{
	width:calc(100% - 325px);
	float:right;
}
.nytit{
	width:100%;
	float:left;
}
.nytit dl dt{
	font-size:48px;
	line-height:56px;
	color:#E67817;
	font-family: Roboto;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:13px;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.nytit p{
	margin-top:13px;
	font-size:16px;
	line-height:19px;
	color:#999;
	text-transform:uppercase;
}
.nyab{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.nyab img{
	max-width:100%;
}
.nyab ul{
	display:flex;
	margin-top:40px;
}
.nyab ul li{
	width:25%;
	border: 1px solid #e0e0e0;
	border-right:0px;
	height:163px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nyab ul li:hover{
	background-color:#E67817;
}
.nyab ul li:hover dl dt{
	color:#FFF;
}
.nyab ul li:hover dl dt i{
	color:#FFF;
}
.nyab ul li:hover dl dd{
	color:#FFF;
}
.nyab ul li dl dt{
	display: flex;
	justify-content: center;
	align-items:flex-start;
	font-size:40px;
	line-height:47px;
	font-family: Roboto;
	color:#000;
}
.nyab ul li dl dt i{
	font-size:14px;
	color:#666;
	line-height:30px;
	margin-left:5px;
}
.nyab ul li dl dd{
	margin-top:14px;
	font-size:14px;
	line-height:18px;
	color:#666;
	text-align:center;
}
.nyab ul li:last-child{
	border: 1px solid #e0e0e0;
}
.wenhua{
	width:100%;
	float:left;
	margin-top:60px;
}
.wenhua ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenhua ul li{
	width: 31.545%;
	padding:50px;
	background: #f2f2f2;
	height:315px;
	transition: all 0.6s;
}
.wenhua ul li:hover{
	background-color:#E67817;
}
.wenhua ul li:hover dl dt{
	color:#FFF;
}
.wenhua ul li:hover dl dd{
	color:#FFF;
}
.wenhua ul li .pic01{
	display:inline-block;
}
.wenhua ul li .pic02{
	display:none;
}
.wenhua ul li:hover .pic01{
	display:none;
}
.wenhua ul li:hover .pic02{
	display:inline-block;
}
.wenhua ul li .pic{
	height:48px;
	overflow:hidden;
}
.wenhua ul li .pic img{
	max-height:48px;
}
.wenhua ul li dl dt{
	margin-top:35px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.wenhua ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.honr{
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(34.2% - 30px);
	margin-bottom:40px;
	margin-right:30px;
	overflow:hidden;
	border: 1px solid #e0e0e0;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	background-color:#FFF;
	text-align:center;
	position:relative;
	height:137px;
	padding:0px 60px;
}
.prolist ul li .tex .mask{
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#E67817;
	transition:0.6s;
}
.prolist ul li:hover .tex .mask{
	height:100%;
}
.prolist ul li .tex .aa{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prolist ul li:hover .tex h5{
	color:#FFF;
}
.prolist ul li:hover .tex p{
	color:#FFF;
	display:block;
}
.prolist ul li .tex h5{
	font-size:18px;
	color:#000000;
	position:relative;
	transition:0.6s;
}
.prolist ul li .tex p{
	font-size:14px; 
	line-height:24px; 
	color:#737373; 
	overflow:hidden;
	position:relative; 
	transition:0.6s; 
	display:none; 
	margin-top:15px;
}
.prolist ul li .tex .icon{
	display:inline-block;
	position:absolute;
	width:53px;
	height:53px;
	border-radius:50%;
	left:50%;
	margin-left:-27px;
	top:-27px;
	z-index:1;
	background: rgba(230,120,23,0.30);
	display: flex;
	align-items: center;
	justify-content: center; 
	z-index:3;
}
.prolist ul li .tex .icon b{
	font-size:18px;
	color:#fff;
	position:relative;
	z-index: 10;
	transition:0.6s;
	display: inline-block;
	width:38px;
	height:38px;
	background:#E67817; 
	border-radius:50%;
	transition:0.6s;
	line-height:38px;
}
.prolist ul li:hover .tex .icon b{
	-webkit-transform: rotate(360deg);
	background:#E61717;
}
.prolist ul li:hover .tex .icon{
	background: rgba(230,23,23,0.30);
}
.fy{
	width:100%;
	float:left;
	margin-top:20px;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
}
.fy ul li a{
	padding:10px 15px;
	font-family: '宋体';
	font-size:14px;
	color:#666;
}
.fy ul li a:hover{
	background-color:#E67817;
	color:#FFF;
}
.fy ul li .cur{
	background-color:#E67817;
	color:#FFF;
}
.show01{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01 .pic{
	width:640px;
}
.show01 .tex{
	width:calc(100% - 690px);
	font-size:14px;
	line-height:30px;
	color:#666;
}
.show01 .tex dl dt{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#333;
}
.show01 .tex dl dd{
	margin-top:16px;
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#999;
	margin-bottom:40px;
}
.show01 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:100px;
}
.show01 .tex ul li{
	width:calc(50% - 10px);
	height: 54px;
	border: 1px solid #666666;
	line-height:54px;
	display:flex;
}
.show01 .tex ul li a{
	width:100%;
	height: 54px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
}
.show01 .tex ul li a i{
	width:14px;
	height:24px;
	margin-left:40px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.show01 .tex ul li:hover a i{
	background-image:url(../img/bjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.show01 .tex ul li:hover a{
	color:#FFF;
}
.show01 .tex ul li:hover{
	border:1px solid #E67817;
	background-color:#E67817;
}
.hdm{
	width:100%;
	float:left;
	margin-top:60px;
	height: 60px;
	background: #222222;
}
.hdm ul{
	display:flex;
	flex-wrap: wrap;
}
.hdm ul li{
	width:auto;
	position: relative;
	height: 60px;
	line-height:60px;
	margin-left:30px;
	margin-right:30px;
	color:#FFF;
	font-size:16px;
}
.hdm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	background-color:#E67817;
	left:0;
	bottom:0;
	opacity:0;
}
.hdm ul li.cur i{
	opacity:1;
}
.hdm ul li.cur{
	font-weight:bold;
}
.show02{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	line-height:35px;
	color:#666;
}
.zoombox{
	width:640px;
	margin:0px auto 0 auto;
}
.zoompic{
	width:640px;
}
.zoompic img{
	width:100%;
	height:auto;
}
.sliderbox{
	height:135px;
	overflow:hidden;
	margin:6px 0 0 0; 
	position:relative;
}
.sliderbox .arrow-btn{
	width:39px;
	height:135px;
	cursor:pointer; 
	position:absolute; 
	z-index:11;
}
.sliderbox #btn-left{left:0; background:rgba(0,0,0,0.50) url(../img/zj.png) no-repeat center;}
.sliderbox #btn-left.dasabled{background:rgba(0,0,0,0.50) url(../img/hjt.png) no-repeat center;-webkit-transform: rotate(180deg);}
.sliderbox #btn-right{right:0;background:rgba(0,0,0,0.50) url(../img/zj.png) no-repeat center;-webkit-transform: rotate(180deg);}
.sliderbox #btn-right.dasabled{background:rgba(0,0,0,0.50) url(../img/hjt.png) no-repeat center;-webkit-transform: rotate(360deg);}
.sliderbox .slider{float:left;height:135px;width:640px;position:relative;overflow:hidden;margin:0 0 0 3px;display:inline;}
.sliderbox .slider ul{position:absolute;left:0;width:999em;}
.sliderbox .slider li{float:left;width:207px;height:135px;text-align:center; margin-right:5px;}
.sliderbox .slider li img{border:solid 1px #dfdfdf; max-width:100%;height:135px;}
.sliderbox .slider li.current img{border:solid 1px #E67817;}

.yylist{
	width:100%;
	float:left;
}
.yylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylist ul li{
	width:calc(50% - 15px);
	margin-bottom:50px;
}
.yylist ul li dl dt{
	overflow:hidden;
}
.yylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.yylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.yylist ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
}

.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
}
.subNavBox4 h1{
	HEIGHT:75px;
	line-height: 75px;
	display: flex;
	font-size:18px;
	background-color: #E67817;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
}
.subNavBox4 h1 i{
	width: 16.666%;
	text-align:center;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:75px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	line-height:75px; 
	font-size:14px;
}
.subNav4 i{ 
	width: 16.666%;
	text-align:center;
}
.subNav4:hover{float:left; }
.currentDd4{background: #f2f2f2;}
.currentDd4 i{
	color: #E67817;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:30px; 
	font-size:14px;
	background-color: #f2f2f2;
}
.blue{
	color: #E67817;
}
.lnian{
	width:100%;
	float:left;
	margin-top:40px;
}
.lnian ul{
	display: flex;
	justify-content: space-between;
}
.lnian ul li{
	width:31.8%;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	transition: all 0.6s;
}
.lnian ul li .pic{
	overflow:hidden;
}
.lnian ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.lnian ul li:hover .pic img{
	transform: scale(1.05);
}
.lnian ul li .tex{
	padding:35px;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.lnian ul li .tex h1{
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
	color:#000;
}
.lnian ul li .pic01{
	display:inline-block;
}
.lnian ul li .pic02{
	display:none;
}
.lnian ul li:hover .pic01{
	display:none;
}
.lnian ul li:hover .pic02{
	display:inline-block;
}
.lnian ul li:hover{
	background-color:#E67817;
	color:#FFF;
}
.lnian ul li:hover h1{
	color:#FFF;
}
.lnian ul li:hover .tex{
	color:#FFF;
}
.newtj{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.newtj .pic{
	width:36.8%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:59%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtj .tex h1{
	font-size:18px;
	line-height:24px;
	color:#333;
	margin-bottom:20px;
	font-weight: normal;
}
.newtj .tex .date{
	display:flex;
	align-items: center;
	margin-top:20px;
	color:#999;
	font-size:12px;
}
.newtj .tex .date img{
	margin-right:5px;
}
.newtj .tex .more{
	margin-top:25px;
	display:flex;
}
.newtj .tex .more a{
	width: 184px;
	height: 53px;
	background: #e67817;
	line-height:53px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.newlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.newlist ul li{
	width:100%;
	float:left;
	padding:40px;
	background: #f2f2f2;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .date{
	width: 124px;
	height: 102px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#999;
	text-align:center;
	transition: all 0.6s;
}
.newlist ul li .date dl dt{
	font-size:48px;
	line-height:60px;
	font-family: anton;
}
.newlist ul li .date dl dd{
	font-size:12px;
	line-height:16px;
}
.newlist ul li .tex{
	width:calc(100% - 164px);
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:21px;
	color:#333;
}
.newlist ul li .tex dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:20px;
}
.newlist ul li:hover .date{
	background-color:#222222;
	color:#E67817;
}
.newtit{
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.newdate{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	align-items: center;
	font-size:12px;
	color:#999;
}
.newdate img{
	margin-right:5px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fh{
	display:flex;
	margin-top:60px;
}
.fh a{
	width: 184px;
	height: 53px;
	background: #e67817;
	line-height:53px;
	text-align:center;
	color:#FFF;
	font-size:16px;
}
.lx01{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding:14px 30px;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:23%;
	padding:20px;
	text-align:center;
	transition: all 0.6s;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li dl dt{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
}
.lx01 ul li dl dd{
	font-size:16px;
	line-height:32px;
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display:none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}
.lx01 ul li:hover{
	background-color:#E67817;
	color:#FFF;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:calc(50% - 15px);
	padding:40px 20px;
	background-color:#f2f2f2;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.lx02 ul li .a01{
	width:auto;
	padding-right:20px;
	border-right:1px solid #ddd;
}
.lx02 ul li .a01 .bm{
	width:100%;
	display:flex;
	align-items: center;
}
.lx02 ul li .a01 .bm img{
	margin-right:15px;
}
.lx02 ul li .a01 .bm dl dt{
	color:#E67817;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.lx02 ul li .a01 .bm dl dd{
	font-size:12px;
	line-height:15px;
	color:#E67817;
	font-weight:bold;
}
.lx02 ul li .a01 .bq{
	margin-top:55px;
	font-size:12px;
	line-height:14px;
	color:#999;
}
.lx02 ul li .a02{
	width:auto;
	padding-left:20px;
	font-size:16px;
	line-height:21px;
	margin-top:10px;
}
.lx02 ul li:hover{
	background-color:#E67817;
}
.lx02 ul li .pic01{
	display:inline-block;
}
.lx02 ul li .pic02{
	display:none;
}
.lx02 ul li:hover .pic01{
	display:none;
}
.lx02 ul li:hover .pic02{
	display:inline-block;
}
.lx02 ul li:hover .bq{
	color:#FFF;
}
.lx02 ul li:hover .a02{
	color:#FFF;
}
.lx02 ul li:hover .bm dl dt{
	color:#FFF;
}
.lx02 ul li:hover .bm dl dd{
	color:#FFF;
}
.lx02 ul li:nth-child(4) .a01{
	border-right:0px;
	padding-right:0px;
}
.lx02 ul li:nth-child(4) .a01 dl dt{
	color:#333;
}
.lx02 ul li:nth-child(4) .a01 img{
	max-height:22px;
}
.lx02 ul li:nth-child(4) .a02{
	margin-top:35px;
	padding-left:0px;
}
.lx02 ul li:nth-child(4):hover .a01 dl dt{
	color:#FFF;
}
.lx02 ul li:nth-child(4) .a01 .bq{ margin-top:0px;}
.map{
	width:100%;
	float:left;
	margin-top:60px;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:16px;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width: calc(50% - 20px);
	margin-top:20px;
	display: flex;
	border: 1px solid #bdbdbd;
	align-items: center;
	padding:0px 24px;
}
.bk3{
	width:calc(100% - 24px);
	border: 0px solid #bdbdbd;
	border-radius: 4px;
	padding-left:10px;
	font-size:14px;
	color:#999;
	font-family:'微软雅黑';
	outline:none;
	line-height:54px;
}
.zxly ul li:nth-child(5){
	width:100%;
	align-items: flex-start;
}
.zxly ul li:nth-child(5) img{
	margin-top:17px;
}
.zxly ul li:nth-child(6){
	width:100%;
	border:0px;
	padding:0px;
}









.mart60{
	margin-top:60px;
}
.mart80{
	margin-top:80px;
}
.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-100px;}
.dmart150{ margin-top:150px;}
	
}






@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	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:4rem; 
	background:#fff;
}
.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:100%; 
	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.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #E67817; 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:100%;
	float:left;
	padding:0 5%;
}
.wrap{
	width:100%;
	float: left;
	background-color:#f2f2f2;
	padding-bottom:3.0rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit dl dt.white{
	color:#FFF;
}
.intit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.5rem;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	overflow:hidden;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	background-color:#FFF;
	text-align:center;
	position:relative;
	height:5.0rem;
	padding:0px 1.0rem;
}
.inpro ul li .tex .mask{
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#E67817;
	transition:0.6s;
}
.inpro ul li:hover .tex .mask{
	height:100%;
}
.inpro ul li .tex .aa{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inpro ul li:hover .tex h5{
	color:#FFF;
}
.inpro ul li .tex h5{
	font-size:0.8rem;
	color:#000000;
	position:relative;
	transition:0.6s;
}
.inpro ul li .tex p{
	font-size:0.8rem; 
	line-height:1.5rem; 
	color:#737373; 
	overflow:hidden;
	position:relative; 
	transition:0.6s; 
	display:none; 
	margin-top:0.5rem;
}
.inpro ul li .tex .icon{
	display:inline-block;
	position:absolute;
	width:2.4rem;
	height:2.4rem;
	border-radius:50%;
	left:50%;
	margin-left:-1.2rem;
	top:-1.2rem;
	z-index:1;
	background: rgba(230,120,23,0.30);
	display: flex;
	align-items: center;
	justify-content: center; 
	z-index:3;
}
.inpro ul li .tex .icon b{
	font-size:0.8rem;
	color:#fff;
	position:relative;
	z-index: 10;
	transition:0.6s;
	display: inline-block;
	width:2.0rem;
	height:2.0rem;
	background:#E67817; 
	border-radius:50%;
	transition:0.6s;
	line-height:2.0rem;
}
.inpro ul li:hover .tex .icon b{
	-webkit-transform: rotate(360deg);
	background:#E61717;
}
.inpro ul li:hover .tex .icon{
	background: rgba(230,23,23,0.30);
}
.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a{
	width: 8.0rem;
	height: 2.0rem;
	background: #e67817;
	font-size:0.8rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
}
.hyyy{
	width:100%;
	float:left;
}
.hyyy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hyyy ul li{
	width:48%;
	margin-top:1.0rem;
}
.hyyy ul li dl dt{
	overflow:hidden;
	position:relative;
}
.hyyy ul li dl dt .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#fff;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.hyyy ul li:hover dl dt .tex{
	opacity:1;
	visibility:visible;
}
.hyyy ul li dl dt .tex .sx{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0.2rem;
	margin-top:0.2rem;
}
.hyyy ul li dl dt .tex .sx i{
	width:1px;
	height:1.0rem;
	background-color:#FFF;
}
.hyyy ul li dl dt .tex .more{
	display: flex;
	align-items: center;
}
.hyyy ul li dl dt .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #ffffff;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.hyyy ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hyyy ul li:hover dl dt img{
	transform: scale(1.05);
}
.hyyy ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.inb01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height:15rem;
	background-image:url(../img/b01.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}
.intit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	color: #FFF;
}
.intit2 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit2 dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:1.0rem;
}
.intit2 dl dd i{
	width:2.0rem;
	height:1px;
	background-color:#FFF;
}
.intit2 p{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab{
	width:100%;
	float:left;
	margin-top:-2.0rem;
	background-color:#FFF;
	padding:2.0rem 1.0rem;
}
.inab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.5rem;
	text-align:center;
}
.inab01 div{
	width:100%;
}
.inab02{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab02 ul li{
	width:48%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.inab02 ul li .pic2 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab02 ul li:hover .pic2 img{
	transform: scale(1.05);
}
.inab02 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab02 ul li .tex .pic{
	height:2.0rem;
	text-align:center;
}
.inab02 ul li .tex .pic img{
	max-height:2.0rem;
	width:auto;
	display: inline-block;
}
.inab02 ul li .tex h1{
	font-size:0.8rem;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	margin-top:1.0rem;
	display:none;
}
.inab02 ul li .tex h2{
	font-size:0.8rem;
	color:#FFF;
	font-weight:normal;
	letter-spacing:3px;
	text-align:center;
	margin-top:0.2rem;
}
.inab02 ul li .tex p{
	display: flex;
	justify-content: center;
	margin-top:0.5rem;
}
.inab02 ul li .tex p i{
	width:2.0rem;
	height:2px;
	background-color:#FFF;
}
.innew{
	width:100%;
	float:left;
	margin-top:40px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	margin-top:1.0rem;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.innew ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innew ul li dl dd div{
	display: flex;
	align-items: center;
}
.innew ul li dl dd div img{
	margin-right:5px;
}
.inys{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:3.0rem;
}
.inys01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inys01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inys01 ul li{
	width:48%;
	padding:1.0rem;
	border: 1px solid rgba(255,255,255,0.60);
	transition: all 0.6s;
	margin-top:1.0rem;
}
.inys01 ul li:nth-child(4n){
	margin-right:0px;
}
.inys01 ul li:hover{
	background-color:#E67817;
	border:1px solid #E67817;
}
.inys01 ul li .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.inys01 ul li .a01 img{
	max-height:2.0rem;
}
.inys01 ul li .a02{
	width:100%;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:rgba(255,255,255,0.60);
}
.inys02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.inys02 a{
	width: 8.0rem;
	height: 2.0rem;
	background: #e67817;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	margin-right:1.0rem;
	color:#FFF;
}
.inys02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin-top:2.0rem;
}
.inys02 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:rgba(255,255,255,0.60);
	text-align:center;
}
.inlx{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.inlx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx ul li{
	width: 48%;
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
}
.bk2{
	width:100%;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding-left:1.0rem;
	font-size:0.8rem;
	color:#666;
	font-family:'微软雅黑';
	outline:none;
	line-height:2.5rem;
}
.inlx ul li:nth-child(5){
	width:100%;
}
.inlx ul li:nth-child(6){
	width:100%;
}
.anniu{
	width: 8rem;
	height: 2.5rem;
	background: #e67817;
	line-height:2.5rem;
	text-align:center;
	border:0px;
	color:#FFF;
	font-size:0.8rem;
	cursor:pointer
}
.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #272a2f;
	padding-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	display:flex;
	margin-bottom:0.5rem;
}
.foot01 .a01 h1 i{
	padding-bottom:0.5rem;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.foot01 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width:48%;
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	display: flex;
	align-items: center;
}
.foot01 .a01 ul li a{
	color:#FFF;
}

.foot01 .a02{
	width: auto;
	max-width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	display:flex;
	margin-bottom:0.5rem;
}
.foot01 .a02 h1 i{
	padding-bottom:0.5rem;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.foot01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 ul li{
	width:100%;
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	display: flex;
	align-items: center;
	color:#FFF;
}
.foot01 .a02 ul li a{
	color:#FFF;
}
.foot01 .a02 ul li img{
	margin-right:0.5rem;
}
.ewm{
	display:flex;
	text-align:center;
	color:rgba(255,255,255,0.5);
	margin-top:1.0rem;
	font-size:0.8rem;
}
.ewm dl dd{
	margin-top:0.5rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.1);
	font-size:0.8rem;
	color:rgba(255,255,255,0.5);
	line-height:1.5rem;
}
.foot02 a{
	color:rgba(255,255,255,0.5);
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.nybanner .tex dl dd a{
	color:#FFF;
}
.nycon{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nycon-l{
	width:100%;
	float:left;
}
.nycon-l h1{
	height:85px;
	display: flex;
	align-items: center;
	font-size:18px;
	color:#FFF;
	background-color:#222222;
	padding:0px 40px;
	margin-bottom:10px;
	display:none;
}
.nycon-l h1 i{
	font-size:14px;
	font-weight:normal;
	margin-left:5px;
}
.nycon-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l ul li{
	width:49%;
	float:left;
	padding:0px 1.0rem;
	height:2.5rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size:0.8rem;
	border:1px solid #e0e0e0;
	margin-top:0.5rem;
	
	overflow:hidden;
}
.nycon-l ul li a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
}
.nycon-l ul li:hover{
	background-color:#222222;
}
.nycon-l ul li:hover a{
	color:#E67817;
	border-bottom:0px;
}
.nycon-l ul li.cur{
	background-color:#222222;
}
.nycon-l ul li.cur a{
	color:#E67817;
	border-bottom:0px;
}
.nycon-l .phone{
	padding:32px 40px;
	width:100%;
	float:left;
	display:none;
}
.nycon-l .phone dl dt{
	display: flex;
	align-items: center;
	font-size:16px;
	line-height:21px;
}
.nycon-l .phone dl dt img{
	margin-right:10px;
}
.nycon-l .phone dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:28px;
	color:#E67817;
	font-weight: bold;
	font-family: Roboto;
}
.nycon-r{
	width:100%;
	float:right;
	margin-top:2.0rem;
}
.nytit{
	width:100%;
	float:left;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#E67817;
	font-family: Roboto;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.nytit p{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-transform:uppercase;
}
.nyab{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nyab img{
	max-width:100%;
}
.nyab ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.nyab ul li{
	width:50%;
	border: 1px solid #e0e0e0;
	border-right:0px;
	height:8.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nyab ul li:hover{
	background-color:#E67817;
}
.nyab ul li:hover dl dt{
	color:#FFF;
}
.nyab ul li:hover dl dt i{
	color:#FFF;
}
.nyab ul li:hover dl dd{
	color:#FFF;
}
.nyab ul li dl dt{
	display: flex;
	justify-content: center;
	align-items:flex-start;
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Roboto;
	color:#000;
}
.nyab ul li dl dt i{
	font-size:0.8rem;
	color:#666;
	line-height:1.5rem;
	margin-left:5px;
}
.nyab ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5em;
	color:#666;
	text-align:center;
}
.nyab ul li:nth-child(2n){
	border: 1px solid #e0e0e0;
}
.wenhua{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.wenhua ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenhua ul li{
	width: 100%;
	padding:2.0rem;
	background: #f2f2f2;
	height: auto;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.wenhua ul li:hover{
	background-color:#E67817;
}
.wenhua ul li:hover dl dt{
	color:#FFF;
}
.wenhua ul li:hover dl dd{
	color:#FFF;
}
.wenhua ul li .pic01{
	display:inline-block;
}
.wenhua ul li .pic02{
	display:none;
}
.wenhua ul li:hover .pic01{
	display:none;
}
.wenhua ul li:hover .pic02{
	display:inline-block;
}
.wenhua ul li .pic{
	height:2.0rem;
	overflow:hidden;
}
.wenhua ul li .pic img{
	max-height:2.0rem;
}
.wenhua ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.wenhua ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.honr{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-bottom:1.0rem;
	overflow:hidden;
	border: 1px solid #e0e0e0;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	background-color:#FFF;
	text-align:center;
	position:relative;
	height:5.0rem;
	padding:0px 1.0rem;
}
.prolist ul li .tex .mask{
	width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#E67817;
	transition:0.6s;
}
.prolist ul li:hover .tex .mask{
	height:100%;
}
.prolist ul li .tex .aa{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prolist ul li:hover .tex h5{
	color:#FFF;
}
.prolist ul li:hover .tex p{
	color:#FFF;
	display:block;
}
.prolist ul li .tex h5{
	font-size:0.8rem;
	color:#000000;
	position:relative;
	transition:0.6s;
}
.prolist ul li .tex p{
	font-size:14px; 
	line-height:24px; 
	color:#737373; 
	overflow:hidden;
	position:relative; 
	transition:0.6s; 
	display:none; 
	margin-top:15px;
}
.prolist ul li .tex .icon{
	display:inline-block;
	position:absolute;
	width:2.4rem;
	height:2.4rem;
	border-radius:50%;
	left:50%;
	margin-left:-1.2rem;
	top:-1.2rem;
	z-index:1;
	background: rgba(230,120,23,0.30);
	display: flex;
	align-items: center;
	justify-content: center; 
	z-index:3;
}
.prolist ul li .tex .icon b{
	font-size:0.8rem;
	color:#fff;
	position:relative;
	z-index: 10;
	transition:0.6s;
	display: inline-block;
	width:2.0rem;
	height:2.0rem;
	background:#E67817; 
	border-radius:50%;
	transition:0.6s;
	line-height:2.0rem;
}
.prolist ul li:hover .tex .icon b{
	-webkit-transform: rotate(360deg);
	background:#E61717;
}
.prolist ul li:hover .tex .icon{
	background: rgba(230,23,23,0.30);
}
.fy{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
}
.fy ul li a{
	padding:0.2rem 0.5rem;
	font-family: '宋体';
	font-size:0.8rem;
	color:#666;
}
.fy ul li a:hover{
	background-color:#E67817;
	color:#FFF;
}
.fy ul li .cur{
	background-color:#E67817;
	color:#FFF;
}
.show01{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01 .pic{
	width:100%;
}
.show01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.show01 .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
}
.show01 .tex dl dd{
	margin-top:0.5rem;
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#999;
	margin-bottom:1.0rem;
}
.show01 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.show01 .tex ul li{
	width:48%;
	height: 2.5rem;
	border: 1px solid #666666;
	line-height:2.5rem;
	display:flex;
}
.show01 .tex ul li a{
	width:100%;
	height: 2.5rem;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
}
.show01 .tex ul li a i{
	width:14px;
	height:24px;
	margin-left:1.0rem;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.show01 .tex ul li:hover a i{
	background-image:url(../img/bjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.show01 .tex ul li:hover a{
	color:#FFF;
}
.show01 .tex ul li:hover{
	border:1px solid #E67817;
	background-color:#E67817;
}
.hdm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: 2.5rem;
	background: #222222;
}
.hdm ul{
	display:flex;
	flex-wrap: wrap;
}
.hdm ul li{
	width:auto;
	position: relative;
	height: 2.5rem;
	line-height:2.5rem;
	margin-left:1.0rem;
	margin-right:1.0rem;
	color:#FFF;
	font-size:0.8rem;
}
.hdm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	background-color:#E67817;
	left:0;
	bottom:0;
	opacity:0;
}
.hdm ul li.cur i{
	opacity:1;
}
.hdm ul li.cur{
	font-weight:bold;
}
.show02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.zoombox{
	width:640px;
	margin:0px auto 0 auto;
}
.zoompic{
	width:640px;
}
.zoompic img{
	width:100%;
	height:auto;
}
.sliderbox{
	height:135px;
	overflow:hidden;
	margin:6px 0 0 0; 
	position:relative;
}
.sliderbox .arrow-btn{
	width:39px;
	height:135px;
	cursor:pointer; 
	position:absolute; 
	z-index:11;
}
.sliderbox #btn-left{left:0; background:rgba(0,0,0,0.50) url(../img/zj.png) no-repeat center;}
.sliderbox #btn-left.dasabled{background:rgba(0,0,0,0.50) url(../img/hjt.png) no-repeat center;-webkit-transform: rotate(180deg);}
.sliderbox #btn-right{right:0;background:rgba(0,0,0,0.50) url(../img/zj.png) no-repeat center;-webkit-transform: rotate(180deg);}
.sliderbox #btn-right.dasabled{background:rgba(0,0,0,0.50) url(../img/hjt.png) no-repeat center;-webkit-transform: rotate(360deg);}
.sliderbox .slider{float:left;height:135px;width:640px;position:relative;overflow:hidden;margin:0 0 0 3px;display:inline;}
.sliderbox .slider ul{position:absolute;left:0;width:999em;}
.sliderbox .slider li{float:left;width:207px;height:135px;text-align:center; margin-right:5px;}
.sliderbox .slider li img{border:solid 1px #dfdfdf; max-width:100%;height:135px;}
.sliderbox .slider li.current img{border:solid 1px #E67817;}

.yylist{
	width:100%;
	float:left;
}
.yylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylist ul li{
	width:48%;
	margin-bottom:1.5rem;
}
.yylist ul li dl dt{
	overflow:hidden;
}
.yylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.yylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.yylist ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:1.0rem;
	background-color: #E67817;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
}
.subNavBox4 h1 i{
	width: 100%;
	display:none;
	padding-left:1.0rem;
}
.subNavBox4 h1 i:first-child{
	display:block;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	line-height:2.5rem; 
	font-size:0.8rem;
}
.subNav4 i{ 
	width: 100%;
	display:none;
	padding-left:1.0rem;
}
.subNav4 i:first-child{
	display:block;
}
.subNav4:hover{float:left; }
.currentDd4{background: #f2f2f2;}
.currentDd4 i{
	color: #E67817;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #f2f2f2;
}
.blue{
	color: #E67817;
}
.lnian{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lnian ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lnian ul li{
	width:100%;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.lnian ul li .pic{
	overflow:hidden;
}
.lnian ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.lnian ul li:hover .pic img{
	transform: scale(1.05);
}
.lnian ul li .tex{
	padding:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.lnian ul li .tex h1{
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	font-size:1.0rem;
	color:#000;
}
.lnian ul li .pic01{
	display:inline-block;
}
.lnian ul li .pic02{
	display:none;
}
.lnian ul li:hover .pic01{
	display:none;
}
.lnian ul li:hover .pic02{
	display:inline-block;
}
.lnian ul li:hover{
	background-color:#E67817;
	color:#FFF;
}
.lnian ul li:hover h1{
	color:#FFF;
}
.lnian ul li:hover .tex{
	color:#FFF;
}
.newtj{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:30%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:65%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.0rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newtj .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:0.5rem;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	
}
.newtj .tex .date{
	display:flex;
	align-items: center;
	margin-top:0.5rem;
	color:#999;
	font-size:0.8rem;
}
.newtj .tex .date img{
	margin-right:5px;
}
.newtj .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.newtj .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #e67817;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	padding:1.0rem;
	background: #f2f2f2;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .date{
	width: 5rem;
	height: 5rem;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#999;
	text-align:center;
	transition: all 0.6s;
}
.newlist ul li .date dl dt{
	font-size:1.5rem;
	line-height:1.5rem;
	font-family: anton;
}
.newlist ul li .date dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.newlist ul li .tex{
	width:calc(100% - 6.0rem);
}
.newlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.6rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li:hover .date{
	background-color:#222222;
	color:#E67817;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.0rem;
	font-weight:bold;
	line-height:1.5rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	color:#999;
}
.newdate img{
	margin-right:5px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fh{
	display:flex;
	margin-top:2.0rem;
}
.fh a{
	width: 8.0rem;
	height: 2.0rem;
	background: #e67817;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
}
.lx01{
	width:100%;
	float:left;
	background: #f2f2f2;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:50%;
	padding:1.0rem;
	text-align:center;
	transition: all 0.6s;
}
.lx01 ul li .pic{
	overflow:hidden;
	height:4.0rem;
}
.lx01 ul li .pic img{
	max-height:4.0rem;
}
.lx01 ul li dl dt{
	margin-top:1.0rem;
	font-size:0.9rem;
	line-height:1.5rem;
}
.lx01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display:none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}
.lx01 ul li:hover{
	background-color:#E67817;
	color:#FFF;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	padding:2.0rem 1.0rem;
	background-color:#f2f2f2;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.lx02 ul li .a01{
	width:100%;
	padding-bottom:1.0rem;
	border-bottom:1px solid #ddd;
}
.lx02 ul li .a01 .bm{
	width:100%;
	display:flex;
	align-items: center;
}
.lx02 ul li .a01 .bm img{
	margin-right:0.5rem;
}
.lx02 ul li .a01 .bm dl dt{
	color:#E67817;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lx02 ul li .a01 .bm dl dd{
	font-size:0.8rem;
	line-height:.5rem;
	color:#E67817;
	font-weight:bold;
}
.lx02 ul li .a01 .bq{
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.lx02 ul li .a02{
	width:auto;
	padding-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.lx02 ul li:hover{
	background-color:#E67817;
}
.lx02 ul li .pic01{
	display:inline-block;
}
.lx02 ul li .pic02{
	display:none;
}
.lx02 ul li:hover .pic01{
	display:none;
}
.lx02 ul li:hover .pic02{
	display:inline-block;
}
.lx02 ul li:hover .bq{
	color:#FFF;
}
.lx02 ul li:hover .a02{
	color:#FFF;
}
.lx02 ul li:hover .bm dl dt{
	color:#FFF;
}
.lx02 ul li:hover .bm dl dd{
	color:#FFF;
}
.lx02 ul li:nth-child(4) .a01{
	border-bottom:0px;
	padding-right:0px;
}
.lx02 ul li:nth-child(4) .a01 dl dt{
	color:#333;
}
.lx02 ul li:nth-child(4) .a01 img{
	max-height:1.0rem;
}
.lx02 ul li:nth-child(4) .a02{
	margin-top:1.0rem;
	padding-left:0px;
}
.lx02 ul li:nth-child(4):hover .a01 dl dt{
	color:#FFF;
}
.map{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width: 48%;
	margin-top:1.0rem;
	display: flex;
	border: 1px solid #bdbdbd;
	align-items: center;
	padding:0px 1.0rem;
}
.bk3{
	width:calc(100% - 1.0rem);
	border: 0px solid #bdbdbd;
	border-radius: 4px;
	padding-left:0.5rem;
	font-size:0.8rem;
	color:#999;
	font-family:'微软雅黑';
	outline:none;
	line-height:2.5rem;
}
.zxly ul li:nth-child(5){
	width:100%;
	align-items: flex-start;
}
.zxly ul li:nth-child(5) img{
	margin-top:0.5rem;
}
.zxly ul li:nth-child(6){
	width:100%;

	border:0px;
	padding:0px;
}









.mart60{
	margin-top:2.0rem;
}
.mart80{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0px;
}























}
































