@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体';
	margin:auto
}
*{
	font-family:'思源黑体';
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@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:#333;
	text-decoration:none;
	}
a:hover{
	color:#F25812;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
.faly input::placeholder{color:rgba(255,255,255,0.60);} 
.faly textarea::placeholder{color:rgba(255,255,255,0.60);} 


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
}
.header.yanse a{
	color: #333333;
}

.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#F25812;
}
.header.yanse .cur{
	color: #F25812;
}
.header.yanse .cur a{
	color: #F25812;
}
.header.yanse.yanse01 .cur a{
	color: #fff;
}

.header.yanse .cur i{
	opacity:1;
}
.header.yanse.yanse01 .cur i{
	opacity:1;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:20px;
}
.header.yanse.yanse01.h02{
	top:0px;
	background-color:#FFF;
}
.header.yanse.yanse01.ny{
	color:#333;
}
.header.yanse.yanse01.ny a{
	color:#333;
}
.header.yanse.yanse01.ny .cur a{
	color: #F25812;
}
.header.yanse.yanse01 a{
	color: #fff;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.header.yanse.yanse01 .innav ul li:hover i{
	opacity:1;
}
.header.yanse .innav ul li:hover i{
	opacity:1;
}
.main{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:80px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:80px;
}

.logo{
	width:241px;
	display: flex;
	align-items: center;
	height:80px;
	max-width:14.518%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 80px;
	margin-left:2.0vw;
	margin-right:2.0vw;
	font-size:16px;
	position:relative;
}
.innav ul li i{
	width:100%;
	height:22px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	background-image:url(../img/ty.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
}
.innav ul li a{
	height: 80px;
	line-height:80px;
}
.innav ul li b{
	font-family: DIN;
	font-size:18px;
	margin-left:10px;
}
.innav ul li a:hover{
	color:#F25812;
}
#submenu {
	left:-50px;
	opacity: 0;
	position: absolute;
	top:90px;
	visibility: hidden;
	z-index:9999999;
	width:160px;
	-moz-transition: all .65s ease;
	-ms-transition: all .65s ease;
	-o-transition: all .65s ease;
	transition: all .65s ease;
	background:#ffffff;
}
.innav ul li:hover #submenu {
	opacity: 1;
	top:80px;
	visibility: visible;
}
#submenu dl dd{ font-size:16px; text-align:center; line-height:40px; border-bottom:1px solid #ffffff;display: flex;}
#submenu dl dd a{color:#333333; text-align: center; background:#ffffff;width:100%; padding:0; height:40px;line-height:40px; }
#submenu dl dd a:hover{ color:#ffffff;border-bottom:0px solid #317DE9;background-color: #F25812;}
.intop-r{
	width:auto;
	display: flex;
	align-items: center;
}
.zyw{
	width: 40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
}

.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}

.header.yanse .zyw{
	border: 1px solid #bdbdbd;
	color:#bdbdbd;
}
.header.yanse .zyw a{
	color:#bdbdbd;
	display:flex;
}
.header.yanse.yanse01 .zyw{
	border: 1px solid rgba(255,255,255,0.60);
	color:#fff;
}
.header.yanse.yanse01 .zyw a{
	color:#fff;
}

.header.yanse.yanse01.ny .pic01{
	display: none;
}
.header.yanse.yanse01.ny .pic02{
	display: inline-block;
}

.header.yanse.yanse01.ny .zyw{
	border: 1px solid #bdbdbd;
	color:#bdbdbd;
}
.header.yanse.yanse01.ny .zyw a{
	color:#bdbdbd;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding-bottom:100px;
}
.intit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.intit.jz{
	text-align:left;
}
.intit dl dt{
	font-size:20px;
	line-height:24px;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit dl dt.white{
	color:#FFF;
}
.intit dl dd.white{
	color:#FFF;
}
.intit dl dd{
	margin-top:15px;
	font-size:40px;
	line-height:58px;
	color:#09162A;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:50px;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	background-color:#FFF;
	position:relative;
	padding-bottom:40px;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li span{
	width: 67px;
	height: 30px;
	background: #f25812;
	border-radius: 30px;
	position:absolute;
	left:20px;
	top:20px;
	z-index:22;
	text-align:center;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	line-height:30px;
}
.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 dl dt{
	margin-top:40px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	padding:0 15px;
}
.inpro ul li dl dd{
	margin-top:15px;
	padding:0 15px;
	text-align:center;
	color:#666666;
}
.inmore{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:50px;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore.jz a{
	background-color:#f25812;
	color:#FFF;
}
.inmore a{
	width: 200px;
	height: 60px;
	border: 1px solid #f25812;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#f25812;
}
.inmore a b{
	font-family:'宋体';
	margin-left:20px;
}
.incase{
	width:100%;
	float:left;
	background-color:#09162A;
	padding-bottom:100px;
}
.intit2{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit2 dl dt{
	font-size:20px;
	line-height:24px;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit2 dl dd{
	margin-top:15px;
	font-size:40px;
	line-height:58px;
	color:#fff;
	font-weight:bold;
}
.intit2 .more{
	width: 200px;
	height: 60px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#09162A;
	margin-bottom:7px;
	font-size:16px;
}
.intit2 .more b{
	font-family:'宋体';
	margin-left:20px;
	color:#F25812;
}
.incase2{
	width:100%;
	float:left;
	margin-top:60px;
}
.incase2 ul{
	display: flex;
	flex-wrap: wrap;
}
.incase2 ul li{
	width:calc(25.4% - 30px);
	margin-right:30px;
}
.incase2 ul li:nth-child(4n){
	margin-right:0px;
}
.incase2 ul li .pic{
	overflow:hidden;
}
.incase2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incase2 ul li:hover .pic img{
	transform: scale(1.05);
}
.incase2 ul li dl dt{
	margin-top:40px;
	font-size:14px;
	line-height:16px;
	color:#FFF;
}
.incase2 ul li dl dd{
	margin-top:20px;
	font-size:18px;
	line-height:24px;
	color:#FFF;
}
.incase2 ul li dl dd a{
	color:#FFF;
}
.incase2 ul li .more{
	margin-top:30px;
	display:flex;
	align-items: center;
}
.incase2 ul li .more img{
	margin-left:10px;
}
.incase2 ul li .more a{
	color:#F25812;
	font-size:14px;
}
.jjfa{
	width:100%;
	float:left;
	margin-top:60px;
}
.jjfa ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.jjfa ul li{
	width:19.3%;
}
.jjfa ul li .pic{
	display:flex;
	justify-content: center;
}
.jjfa ul li .pic div{
	width: 120px;
	height: 120px;
	border: 1px solid #09162a;
	border-radius: 50%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.jjfa ul li .pic div span{
	width: 28px;
	height: 28px;
	background: #f25812;
	border-radius: 50%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:16px;
	font-family:DIN;
	color:#FFF;
	text-align:center;
	line-height:28px;
}
.jjfa ul li dl dt{
	margin-top:30px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#09162A;
	font-weight:bold;
}
.jjfa ul li dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
	text-align:center;
}
.why{
	width:100%;
	float:left;
	background-image:url(../img/b01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:120px;
}
.innum{
	width:100%;
	float:left;
	margin-top:84px;
}
.innum ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innum ul li{
	width: auto;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.innum ul li img{
	margin-right:30px;
}
.innum ul li dl dt{
	font-size:48px;
	line-height:56px;
	color:#FFF;
	font-family: anton;
}
.innum ul li dl dd{
	font-size:14px;
	line-height:16px;
	color:#FFF;
}
.inzx{
	width:100%;
	float:left;
	margin-top:106px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inzx .pic{
	width:40%;
	overflow:hidden;
}
.inzx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inzx .tex{
	width:60%;
	background: #09162a;
	padding:60px;
}
.inzx .tex dl dt{
	font-size:20px;
	line-height:24px;
	color:#F25812;
	font-family:DIN;
}
.inzx .tex dl dd{
	margin-top:15px;
	font-size:32px;
	line-height:46px;
	color:#FFF;
	font-weight:bold;
}
.inzx .tex ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inzx .tex ul li{
	width:48%;
	margin-top:30px;
}
.inzx .tex ul li:nth-child(5){
	width:100%;
}
.inzx .tex ul li:nth-child(6){
	width:100%;
	text-align:right;
}
.lybk{
	width:100%;
	line-height:60px;
	border:0px;
	border-bottom:1px solid rgba(255,255,255,0.30);
	outline:none;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	background-color:transparent;
}
.anniu{
	width: 200px;
	height: 60px;
	background: #f25812;
	line-height:60px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.intit3{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit3 dl dt{
	font-size:20px;
	line-height:24px;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit3 dl dd{
	margin-top:15px;
	font-size:40px;
	line-height:58px;
	color:#09162A;
	font-weight:bold;
}
.intit3 .a01{
	width:48.75%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.infws{
	width:100%;
	float:left;
	margin-top:60px;
	border: 1px solid #e0e0e0;
}
.infws ul{
	display: flex;
	flex-wrap: wrap;
}
.infws ul li{
	width:25%;
	border-right: 1px solid #e0e0e0;
	padding:50px;
	transition: all 0.6s;
}
.infws ul li:hover{
	background: #f2f2f2;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.infws ul li .a01{
	width:100%;
	display:flex;
	justify-content: space-between;
	font-size:24px;
	line-height:30px;
	font-family:DIN;
	color:#E0E0E0;
}
.infws ul li dl dt{
	margin-top:50px;
	font-size:20px;
	line-height:30px;
	color:#09162A;
	font-weight:bold;
}
.infws ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.infws ul li .more{
	display:flex;
	align-items: center;
	margin-top:50px;
	font-size:14px;
	color:#F25812;
}
.infws ul li .more a{
	color:#F25812;
}
.infws ul li .more i{
	margin-left:20px;
}
.infws ul li:last-child{
	border:0px;
}
.inad{
	width:100%;
	float:left;
}
.inad img{
	width:100%;
	height:auto;
	display:block;
}

.innew{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:84px;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	background-color:#FFF;
	position:relative;
	padding-bottom:40px;
	margin-top:40px;
	transition: all 0.6s;
}
.innew ul li.bor{
	border: 1px solid #e0e0e0;
	width:calc(33.7% - 20px);
	margin-right:20px;
}
.innew ul li:hover{
	background: #f25812;
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .more{
	color:#FFF;
}
.innew ul li:hover .more a{
	color:#FFF;
}
.innew ul li:nth-child(3n){
	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{
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#666;
	padding:0 30px;
}
.innew ul li dl dd{
	margin-top:20px;
	padding:0 30px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.innew ul li:hover dl dd a{ color:#fff;}
.innew ul li .more{
	display:flex;
	align-items: center;
	margin-top:35px;
	padding:0 30px;
	color:#999;
	font-size:16px;
}
.innew ul li .more a{
	color:#999;
	margin-right:15px;
	font-size:14px;
}
.inlx{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx-l{
	width:45%;
	position:relative;
	margin-top:-60px;
}
.inlx-l img{
	width:100%;
	height:auto;
	display:block;
}
.inlx-l .tel{
	width: 338px;
	height: 88px;
	background: #f25812;
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	left:calc(50% - 169px);
	bottom:-44px;
	z-index:11;
}
.inlx-l .tel i{
	margin-right:25px;
	width:56px;
	height:56px;
	background-image:url(../img/tel.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.inlx-l .tel dl dt{
	font-size:14px;
	line-height:20px;
	color:#FFF;
}
.inlx-l .tel dl dd{
	font-size:24px;
	line-height:30px;
	font-family: anton;
	color:#FFF;
}
.inlx-r{
	width:48%;
}
.inlx-r .a01{
	width:100%;
	float:left;
	margin-top:50px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inlx-r .a01 ul{
	margin-top:25px;
	display:flex;
	flex-wrap: wrap;
}
.inlx-r .a01 ul li{
	width:100%;
	padding-bottom:22px;
	background-image:url(../img/hx.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:45px;
	display:flex;
	align-items: center;
	font-size:18px;
	color:#999999;
}
.inlx-r .a01 ul li img{
	margin-right:20px;
}
.inlx-r .a01 ul li b{
	font-size:18px;
	margin-right:10px;
	color:#09162A;
}

.foot{
	width:100%;
	float:left;
	background-color:#09162a;
	margin-top:140px;
	padding-top:90px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:45%;
	display: flex;
}
.foot01-l .ewm{
	width:20%;
	text-align:center;
	color:#FFF;
	margin-right:40px;
}
.foot01-l .ewm img{
	max-width:100%;
}
.foot01-l .tex{
	width:70%;
	font-size:14px;
	line-height:30px;
	color:#BDBDBD;
}
.foot01-l .tex h1{
	font-size:32px;
	line-height:48px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.foot01-r{
	width:41.5%;
	display: flex;
	justify-content: space-between;
}
.foot01-r dl dt{
	font-size:14px;
	color:#FFF;
	margin-bottom:8px;
}
.foot01-r dl dd{
	margin-top:17px;
	font-size:12px;
	color:#BDBDBD;
}
.foot01-r dl dd a{
	color:#BDBDBD;
}
.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:12px;
	line-height:16px;
	color:#BDBDBD;
}
.foot02 a{
	color:#BDBDBD;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	font-size:40px;
	line-height:60px;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex .tex01 dl dd{
	margin-top:10px;
	font-size:40px;
	line-height:47px;
	color:#FFF;
}
.cplm{
	width:100%;
	float:left;
	margin-top:60px;
}
.cplm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-left:75px;
	margin-right:75px;
}
.cplm ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.cplm ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
	color:#666;
	text-align:center;
}
.cplm ul li.cur dl dd{
	color:#F25812;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display:flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.7% - 20px);
	margin-right:20px;
	background-color:#FFF;
	position:relative;
	padding-bottom:40px;
	margin-top:50px;
	transition: all 0.6s;
	border: 1px solid #e0e0e0;
}
.prolist ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li span{
	width: 67px;
	height: 30px;
	background: #f25812;
	border-radius: 30px;
	position:absolute;
	left:20px;
	top:20px;
	z-index:22;
	text-align:center;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	line-height:30px;
}
.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 dl dt{
	margin-top:40px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	padding:0 40px;
}
.prolist ul li dl dd{
	margin-top:15px;
	padding:0 40px;
	color:#666666;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	line-height:50px;
	transition: all 0.6s;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #F25812;
	color:#FFF;
	border: 1px solid #F25812;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.fy ul li .cur{
	background: #F25812;
	color:#FFF;
	border: 1px solid #F25812;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.proshow01{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	flex-wrap: wrap;
}
.proshow01 .pic{
	width:34.6875%;
	overflow:hidden;
}
.proshow01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.proshow01 .tex{
	width:45.3125%;
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-left:8.75%;
}
.proshow01 .tex h1{
	font-size:36px;
	line-height:52px;
	color: #333;
	margin-bottom:58px;
	margin-top:35px;
}
.proshow01 .tex .more{
	display:flex;
	margin-top:75px;
}
.proshow01 .tex .more a{
	width: 192px;
	height: 54px;
	background: #f25812;
	line-height:54px;
	text-align:center;
	color:#FFF;
	font-size:14px;
}
.proshowcs{
	width:100%;
	float:left;
	margin-top:70px;
}
.proshowcs ul li{
	width:100%;
	float:left;
	padding:30px 0;
	border-bottom:1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	font-size:14px;
	color:#666;
}
.proshowcs ul li div{
	width:8%;
	text-align:center;
}
.proshowcs ul li div:nth-child(3){
	width:24%;
}
.proshowcs ul li div:nth-child(6){
	width:12%;
}
.proshowcs ul li:first-child{
	font-size:16px;
	color:#333;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.nytit dl dt{
	font-size:40px;
	line-height:58px;
	color:#09162A;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:30px;
	color:#F25812;
}
.nytit dl dd.black{
	color:#666;
}
.down{
	width:100%;
	float:left;
	margin-top:60px;
}
.down ul{
	display: flex;
	flex-wrap: wrap;
}
.down ul li{
	width:calc(25.6% - 40px);
	background-color:#FFF;
	padding:50px;
	margin-right:40px;
}
.down ul li:nth-child(4n){
	margin-right:0px;
}
.down ul li dl dt{
	overflow:hidden;
}
.down ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.down ul li dl dd{
	margin-top:30px;
	text-align:center;
	font-size:18px;
	color:#666;
}
.proshow2{
	width:100%;
	float:left;
	position:relative;
}
.proshow2 img{
	width:100%;
	height:auto;
	display:block;
}
.proshow2 .tex{
	width:100%;
	height:auto;
	position:absolute;
	top:10.17415%;
	left:0;
	z-index:11;
	text-align:center;
	color:#FFF;
}
.proshow2 .tex dl dt{
	font-size:40px;
	line-height:58px;
	font-weight:bold;
}
.proshow2 .tex dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:30px;
}
.proshow2 .tex .more{
	display:flex;
	margin-top:100px;
	justify-content: center;
}
.proshow2 .tex .more a{
	width: 200px;
	height: 60px;
	background: #F25812;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:60px;
	color:#FFF;
}
.proshow2 .tex .more a b{
	font-family:'宋体';
	margin-left:20px;
}

.yycase{
	width:100%;
	float:left;
	margin-top:10px;
}
.yycase ul{
	display: flex;
	flex-wrap: wrap;
}
.yycase ul li{
	width:calc(33.7% - 20px);
	border: 1px solid #e0e0e0;
	margin-right:20px;
	margin-top:50px;
	transition: all 0.6s;
}
.yycase ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12); 
}
.yycase ul li:nth-child(3n){
	margin-right:0px;
}
.yycase ul li .pic{
	overflow:hidden;
}
.yycase ul li .pic img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.yycase ul li:hover .pic img{
	transform: scale(1.05);
}
.yycase ul li .tex{
	padding:40px;
}
.yycase ul li .tex dl dt{
	font-size:18px;
	line-height:16px;
	font-weight:bold;
	color:#F25812;
}
.yycase ul li a .tex  dl dt{
	color:#F25812;
}
.yycase ul li .tex dl dd{
	margin-top:20px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}

.fawrap{
	width:100%;
	float:left;
	position:relative;
}
.fa01{
	width:100%;
	float:left;
	position:relative;
}
.fa01 img{
	width:100%;
	height:auto;
	display:block;
}
.fa01 .tex{
	width:100%;
	position:absolute;
	top:11.278%;
	left:0;
	padding:0 8.33vw;
	z-index:11;
	font-size:14px;
	line-height:28px;
	display:flex;
}
.fa01 .tex div{
	width:43.875%;
}
.fa01 .tex h1{
	font-size:40px;
	line-height:58px;
	margin-bottom:40px;
}
.falm{
	width:100%;
	position:absolute;
	bottom:66px;
	left:0;
	z-index:22;
}
.falm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.falm ul li{
	width:auto;
	margin-left:75px;
	margin-right:75px;
}
.falm ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.falm ul li dl dd{
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:21px;
	color:#666;
}

.qyyj{
	width:100%;
	float:left;
	margin-top:72px;
}
.qyyj ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:28px;
}
.qyyj ul li .pic{
	width:32%;
	overflow:hidden;
}
.qyyj ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.qyyj ul li:hover .pic img{
	transform: scale(1.05);
}
.qyyj ul li .tex{
	width:66%;
	padding:60px;
	font-size:14px;
	line-height:28px;
	color:#666;
	border: 1px solid #e0e0e0;
}
.qyyj ul li .tex h1{
	font-size:20px;
	line-height:26px;
	margin-bottom:20px;
	color:#333;
}

.newlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.newlist ul li{
	width:100%;
	float:left;
	background: #ffffff;
	padding:24px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	transition: all 0.6s;
}
.newlist ul li .date{
	padding:30px 40px;
	background: #f2f2f2;
	text-align:center;
	max-width:9.34%;
	color:#BDBDBD;
	min-width:9.34%;
}
.newlist ul li:hover .date{
	color:#fff;
	background: #f25812;
}
.newlist ul li .date dl dt{
	font-size:60px;
	line-height:74px;
	font-family: anton;
}
.newlist ul li .date dl dd{
	font-size:12px;
	line-height:16px;
}
.newlist ul li .tex{
	width:88%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex .a01{
	width:71.6549%;
}
.newlist ul li .tex .a01 dl dt{
	font-size:20px;
	line-height:30px;
}
.newlist ul li .tex .a01 dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .a02{
	width: auto;
	display:flex;
}
.newlist ul li .tex .a02 a{
	width: 200px;
	height: 54px;
	background: #f2f2f2;
	line-height:54px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.newlist ul li .tex .a02 a b{
	font-family:'宋体';
	margin-left:20px;
}
.newlist ul li:hover .tex .a02 a{
	background: #f25812;
}
.newlist ul li:hover{
	background: #09162a;
}
.newlist ul li:hover .tex .a01 dl dt a{
	color:#FFF;
}
.newlist ul li:hover .tex .a01 dl dd{
	color:#FFF;
}

.nwrap{
	width:100%;
	float:left;
	padding:60px 0;
	background: #f2f2f2;
}
.newcon{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:54px 80px;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:48px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:12px;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:45px;
	font-size:14px;
	line-height:30px;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.zlm{
	width:100%;
	float:left;
	height:80px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding:0 8.33vw;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	height:80px;
	line-height:80px;
	position:relative;
	margin-right:5.2vw;
	font-size:16px;
	color:#666;
}
.zlm ul li i{
	width:100%;
	height:1px;
	background-color:#F25812;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
}
.zlm ul li:hover i{
	opacity:1;
}
.zlm ul li.cur a{
	color:#F25812;
}
.zlm ul li.cur i{
	opacity:1;
}
.nab01{
	width:100%;
	float:left;
	min-height:900px;
	background-image: url(../img/ab01.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:120px 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01-l{
	width:43.875%;
	font-size:14px;
	line-height:28px;
}
.nab01-l dl dt{
	font-size:24px;
	line-height:30px;
	color:#F25812;
}
.nab01-l dl dd{
	font-size:48px;
	line-height:70px;
	font-weight:bold;
	margin-bottom:50px;
}
.nab01-r{
	width:38.125%;
}
.nab01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01-r ul li{
	width: 49%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:35px;
}
.nab01-r ul li img{
	margin-right:30px;
}
.nab01-r ul li dl dt{
	font-size:40px;
	line-height:50px;
	color:#F25812;
	font-family: anton;
}
.nab01-r ul li dl dd{
	font-size:14px;
	line-height:16px;
	color:#F25812;
}

.ygfl{
	width:100%;
	float:left;
}
.ygfl ul{
	display: flex;
	flex-wrap: wrap;
}
.ygfl ul li{
	width:calc(33.7% - 20px);
	border: 1px solid #e0e0e0;
	margin-right:20px;
	margin-top:50px;
	transition: all 0.6s;
}
.ygfl ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12); 
}
.ygfl ul li:nth-child(3n){
	margin-right:0px;
}
.ygfl ul li .pic{
	overflow:hidden;
}
.ygfl ul li .pic img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.ygfl ul li:hover .pic img{
	transform: scale(1.05);
}
.ygfl ul li .tex{
	padding:40px;
}
.ygfl ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.ygfl ul li .tex dl dd{
	margin-top:40px;
	font-size:16px;
	line-height:36px;
	color:#666;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.nytit2 dl dt{
	font-size:40px;
	line-height:58px;
	color:#fff;
}
.nytit2 dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:30px;
	color:#F25812;
}
.team{
	width:100%;
	float:left;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
}
.team ul li{
	width:calc(25.4% - 30px);
	border: 1px solid #e0e0e0;
	padding:25px;
	margin-right:30px;
	transition: all 0.6s;
	margin-top:60px;
}
.team ul li:nth-child(4n){
	margin-right:0px;
}
.team ul li .pic{
	overflow:hidden;
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover .pic img{
	transform: scale(1.05);
}
.team ul li:hover{
	background: #f25812;
}
.team ul li dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	margin-top:20px;
	text-align:center;
}
.team ul li dl dd{
	font-size:20px;
	line-height:40px;
	margin-top:10px;
	color:#666;
	text-align:center;
}
.team ul li dl dd.wz14{ 
font-size:14px; 
line-height:25px;
text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;}
.team ul li:hover dl dt{
	color:#FFF;
}
.team ul li:hover dl dd{
	color:#FFF;
}
.twrap{
	width:100%;
	float:left;
	background: #ebf0f5;
	padding:100px 0;
}

.teamshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:50px 60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamshow .pic{
	width:25%;
	overflow:hidden;
}
.teamshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.teamshow .tex{
	width:70%;
	font-size:16px;
	line-height:35px;
	color:#666;
}
.teamshow .tex dl dt{
	font-size:36px;
	line-height:54px;
	color:#333;
	font-weight:bold;
}
.teamshow .tex dl dd{
	font-size:16px;
	margin-top:10px;
	line-height:21px;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:40px;
}
.teamshow .tex .zx{
	display:flex;
	margin-top:40px;
}
.teamshow .tex .zx a{
	width: 200px;
	height: 60px;
	border: 1px solid #f25812;
	line-height:60px;
	text-align:center;
	font-size:16px;
	color:#F25812;
	margin-right:20px;
}
.teamshow .tex .zx a b{
	font-family:'宋体';
	margin-left:30px;
}
.teamshow .tex .zx a:hover{
	background: #f25812;
	color:#FFF;
}


.inback{
	width:48px;
	position:fixed;
	right:46px;
	bottom:10%;
	z-index:9999;
	display:flex;
}
.inback img{
	max-width:100%;
	height:auto;
}

.chax{
	right:7.8vw; 
	top:90px;
	position: fixed;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #F25812;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

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





.marb0{
	margin-bottom:0px;
}
.mart100{
	margin-top:100px;
}
.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


@media (min-width:1000px) and (max-width:1600px){

.innav ul li{
	font-size:15px;
}

	
}

@media (min-width:1000px) and (max-width:1500px){

.innav ul li{
	font-size:14px;
}
	
}

@media (min-width:1000px) and (max-width:1360px){

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 80px;
	margin-left:1.5vw;
	margin-right:1.5vw;
	font-size:12px;
	position:relative;
}
.insearch{
	width:130px;
}
.zyw{
	margin-left:10px;
}
.rc01 ul li .tex dl{
	width:100%;
}
.inab .tex .num{
	margin-top:40px;
}
.inab .tex .a02{
	margin-top:80px;
}
.baojia .a01 div{
	width:80%;
}
	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	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: #F25812; 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;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.inwrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding-bottom:3.0rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit.jz{
	text-align:left;
}
.intit dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit dl dt.white{
	color:#FFF;
}
.intit dl dd.white{
	color:#FFF;
}
.intit dl dd{
	font-size:1.3rem;
	line-height:2.0rem;
	color:#09162A;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:32%;
	margin-top:1.0rem;
	background-color:#FFF;
	position:relative;
	padding-bottom:1.5rem;
}
.inpro ul li span{
	width: 3.0rem;
	height: 1.2rem;
	background: #f25812;
	border-radius: 1.5rem;
	position:absolute;
	left:0.6rem;
	top:0.6rem;
	z-index:22;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	text-transform:uppercase;
	line-height:1.2rem;
	font-size:0.6rem;
}
.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 dl dt{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.9rem;
	line-height:1.5rem;
	font-weight:bold;
	padding:0 0.5rem;
}
.inpro ul li dl dd{
	margin-top:0.3rem;
	padding:0 0.2rem;
	text-align:center;
	color:#666666;
	font-size:0.6rem;
}
.inmore{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore.jz a{
	background-color:#f25812;
	color:#FFF;
}
.inmore a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #f25812;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#f25812;
	font-size:0.8rem;
}
.inmore a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.incase{
	width:100%;
	float:left;
	background-color:#09162A;
	padding-bottom:3.0rem;
}
.intit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit2 dl dt{
	font-size:0.6rem;
	line-height:1.5;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit2 dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
	font-weight:bold;
}
.intit2 .more{
	width: 6.5rem;
	height: 2.0rem;
	background: #ffffff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#09162A;
	margin-bottom:0.2rem;
	font-size:0.8rem;
	margin-top:1.5rem;
}
.intit2 .more b{
	font-family:'宋体';
	margin-left:0.5rem;
	color:#F25812;
}
.incase2{
	width:100%;
	float:left;
}
.incase2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incase2 ul li{
	width:48%;
	margin-top:2.0rem;
}
.incase2 ul li .pic{
	overflow:hidden;
}
.incase2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incase2 ul li:hover .pic img{
	transform: scale(1.05);
}
.incase2 ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}
.incase2 ul li dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.incase2 ul li dl dd a{
	color:#FFF;
}
.incase2 ul li .more{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
}
.incase2 ul li .more img{
	margin-left:0.5rem;
}
.incase2 ul li .more a{
	color:#F25812;
	font-size:0.8rem;
}
.jjfa{
	width:100%;
	float:left;
}
.jjfa ul{
	display: flex;
	flex-wrap: wrap;
}
.jjfa ul li{
	width:100%;
	margin-top:2.0rem;
}
.jjfa ul li .pic{
	display:flex;
	justify-content: center;
}
.jjfa ul li .pic div{
	width: 5.0rem;
	height: 5.0rem;
	border: 1px solid #09162a;
	border-radius: 50%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.jjfa ul li .pic div img{
	max-height:50%;
	max-width:50%;
}
.jjfa ul li .pic div span{
	width: 1.5rem;
	height: 1.5rem;
	background: #f25812;
	border-radius: 50%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:0.8rem;
	font-family:DIN;
	color:#FFF;
	text-align:center;
	line-height:1.5rem;
}
.jjfa ul li dl dt{
	margin-top:1.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#09162A;
	font-weight:bold;
}
.jjfa ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.why{
	width:100%;
	float:left;
	background-image:url(../img/b01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:3.0rem;
}
.innum{
	width:100%;
	float:left;
}
.innum ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innum ul li{
	width: 48%;
	display:flex;
	flex-wrap: wrap;
	margin-top:2.0rem;
	align-items: center;
}
.innum ul li img{
	margin-right:1.0rem;
	max-height:3.5rem;
}
.inback {
    width: 48px;
    position: fixed;
    right: 5px;
    bottom: 10%;
    z-index: 9999;
    display: flex;
}
.innum ul li dl dt{
	font-size:2.0rem;
	line-height:2.0rem;
	color:#FFF;
	font-family: anton;
}
.innum ul li dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}
.inzx{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inzx .pic{
	width:100%;
	overflow:hidden;
}
.inzx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inzx .tex{
	width:100%;
	background: #09162a;
	padding:2.0rem;
}
.inzx .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
	font-family:DIN;
}
.inzx .tex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.inzx .tex ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inzx .tex ul li{
	width:100%;
	margin-top:1.0rem;
}
.inzx .tex ul li:nth-child(5){
	width:100%;
}
.inzx .tex ul li:nth-child(6){
	width:100%;
	text-align:right;
}
.lybk{
	width:100%;
	line-height:2.5rem;
	border:0px;
	border-bottom:1px solid rgba(255,255,255,0.30);
	outline:none;
	font-size:0.8rem;
	color:rgba(255,255,255,0.60);
	background-color:transparent;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #f25812;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.intit3{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit3 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
	font-family:DIN;
	text-transform:uppercase;
}
.intit3 dl dd{
	font-size:1.3rem;
	line-height:2.0rem;
	color:#09162A;
	font-weight:bold;
}
.intit3 .a01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.0rem;
}
.infws{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border: 1px solid #e0e0e0;
	border-bottom:0px;
}
.infws ul{
	display: flex;
	flex-wrap: wrap;
}
.infws ul li{
	width:50%;
	border-right: 1px solid #e0e0e0;
	padding:1.0rem;
	transition: all 0.6s;
	border-bottom:1px solid #e0e0e0;
}
.infws ul li:hover{
	background: #f2f2f2;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.infws ul li .a01{
	width:100%;
	display:flex;
	justify-content: space-between;
	font-size:1.0rem;
	line-height:1.5rem;
	font-family:DIN;
	color:#E0E0E0;
}
.infws ul li .a01 img{
	max-height:2.5rem;
}
.infws ul li dl dt{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#09162A;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.infws ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.infws ul li .more{
	display:flex;
	align-items: center;
	margin-top:2.0rem;
	font-size:0.8rem;
	color:#F25812;
}
.infws ul li .more a{
	color:#F25812;
}
.infws ul li .more i{
	margin-left:0.5rem;
}
.infws ul li:nth-child(2n){
	border-right:0px;
}
.inad{
	width:100%;
	float:left;
}
.inad img{
	width:100%;
	height:auto;
	display:block;
}

.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background-color:#FFF;
	position:relative;
	padding-bottom:1.0rem;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.innew ul li.bor{
	border: 1px solid #e0e0e0;
	width:100%;
}
.innew ul li:hover{
	background: #f25812;
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .more{
	color:#FFF;
}
.innew ul li:hover .more a{
	color:#FFF;
}
.innew ul li:nth-child(3n){
	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{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
	padding:0 1.0rem;
}
.innew ul li dl dd{
	margin-top:0.5rem;
	padding:0 1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.innew ul li:hover dl dd a{ color:#fff;}
.innew ul li .more{
	display:flex;
	align-items: center;
	margin-top:1.0rem;
	padding:0 1.0rem;
	color:#999;
	font-size:0.8rem;
}
.innew ul li .more a{
	color:#999;
	margin-right:0.5rem;
	font-size:0.8rem;
}
.inlx{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx-l{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.inlx-l img{
	width:100%;
	height:auto;
	display:block;
}
.inlx-l .tel{
	width: 16rem;
	height: 4.0rem;
	background: #f25812;
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	left:calc(50% - 8.0rem);
	bottom:2.0rem;
	z-index:11;
}
.inlx-l .tel i{
	margin-right:1.0rem;
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/tel.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inlx-l .tel dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}
.inlx-l .tel dl dd{
	font-size:1.2rem;
	line-height:1.5rem;
	font-family: anton;
	color:#FFF;
}
.inlx-r{
	width:100%;
}
.inlx-r .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inlx-r .a01 ul{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
}
.inlx-r .a01 ul li{
	width:100%;
	padding-bottom:1.0rem;
	background-image:url(../img/hx.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	color:#999999;
}
.inlx-r .a01 ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}
.inlx-r .a01 ul li b{
	font-size:1.0rem;
	margin-right:0.2rem;
	color:#09162A;
}

.foot{
	width:100%;
	float:left;
	background-color:#09162a;
	margin-top:3.0rem;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:100%;
	display: flex;
}
.foot01-l .ewm{
	width:40%;
	text-align:center;
	color:#FFF;
	margin-right:1.0rem;
	font-size:0.8rem;
}
.foot01-l .ewm img{
	max-width:80%;
}
.foot01-l .tex{
	width:55%;
	font-size:0.8rem;
	line-height:1.8rem;
	color:#BDBDBD;
}
.foot01-l .tex h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.foot01-r{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-r dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01-r dl dt{
	font-size:1.0rem;
	color:#FFF;
	margin-bottom:0.3rem;
}
.foot01-r dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#BDBDBD;
}
.foot01-r dl dd a{
	color:#BDBDBD;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#BDBDBD;
}
.foot02 a{
	color:#BDBDBD;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex .tex01 dl dd{
	margin-top:0.2rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
}
.cplm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cplm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.cplm ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.cplm ul li dl dt img{
	max-height:2.5rem;
}
.cplm ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.cplm ul li.cur dl dd{
	color:#F25812;
}

.prolist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.prolist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	background-color:#FFF;
	position:relative;
	padding-bottom:1.5rem;
	margin-top:1.0rem;
	transition: all 0.6s;
	border: 1px solid #e0e0e0;
}
.prolist ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li span{
	width: 3.0rem;
	height: 1.5rem;
	background: #f25812;
	border-radius: 30px;
	position:absolute;
	left:1.0rem;
	top:1.0rem;
	z-index:22;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	text-transform:uppercase;
	line-height:1.5rem;
}
.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 dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	padding:0 1.0rem;
}
.prolist ul li dl dd{
	margin-top:0.5rem;
	padding:0 1.0rem;
	color:#666666;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	transition: all 0.6s;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #F25812;
	color:#FFF;
	border: 1px solid #F25812;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.fy ul li .cur{
	background: #F25812;
	color:#FFF;
	border: 1px solid #F25812;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.proshow01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
}
.proshow01 .pic{
	width:100%;
	overflow:hidden;
}
.proshow01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.proshow01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.proshow01 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color: #333;
	margin-bottom:1.0rem;
	margin-top:2.0rem;
}
.proshow01 .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.proshow01 .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #f25812;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
}
.proshowcs{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.proshowcs ul li{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-bottom:1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	font-size:0.8rem;
	color:#666;
}
.proshowcs ul li div{
	width:8%;
	text-align:center;
	display:none;
}
.proshowcs ul li div:first-child{
	width:50%;
	display:inline-block;
}
.proshowcs ul li div:last-child{
	width:50%;
	display:inline-block;
}
.proshowcs ul li div:nth-child(3){
	width:24%;
}
.proshowcs ul li div:nth-child(6){
	width:12%;
}
.proshowcs ul li:first-child{
	font-size:1.0rem;
	color:#333;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.nytit dl dt{
	font-size:1.3rem;
	line-height:2.0rem;
	color:#09162A;
	font-weight:bold;
}
.nytit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
	margin-top:0.5rem;
}
.nytit dl dd.black{
	color:#666;
}
.down{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.down ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.down ul li{
	width:48%;
	background-color:#FFF;
	padding:1.0rem;
	margin-top:1.0rem;
}
.down ul li dl dt{
	overflow:hidden;
}
.down ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.down ul li dl dd{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#666;
}
.proshow2{
	width:100%;
	float:left;
	position:relative;
}
.proshow2 img{
	width:100%;
	height:auto;
	display:block;
}
.proshow2 .tex{
	width:100%;
	height:auto;
	position:absolute;
	top:10.17415%;
	left:0;
	z-index:11;
	text-align:center;
	color:#FFF;
}
.proshow2 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.proshow2 .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.proshow2 .tex .more{
	display:flex;
	margin-top:2.0rem;
	justify-content: center;
}
.proshow2 .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: #F25812;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:2.5rem;
	color:#FFF;
	font-size:0.8rem;
}
.proshow2 .tex .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}

.yycase{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.yycase ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yycase ul li{
	width:48%;
	border: 1px solid #e0e0e0;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.yycase ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12); 
}
.yycase ul li:nth-child(3n){
	margin-right:0px;
}
.yycase ul li .pic{
	overflow:hidden;
}
.yycase ul li .pic img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.yycase ul li:hover .pic img{
	transform: scale(1.05);
}
.yycase ul li .tex{
	padding:1.0rem;
}
.yycase ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#F25812;
	font-weight:bold;
}
.yycase ul li a .tex  dl dt{
	color:#F25812;
}
.yycase ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}

.fawrap{
	width:100%;
	float:left;
}
.fa01{
	width:100%;
	float:left;
	position:relative;
}
.fa01 img{
	width:100%;
	height:auto;
	display:block;
}
.fa01 .tex{
	width:100%;
	position:absolute;
	top:11.278%;
	left:0;
	padding:0 8.33vw;
	z-index:11;
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.fa01 .tex div{
	width:100%;
}
.fa01 .tex h1{
	font-size:1.3rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.falm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:0 4.33vw;
}
.falm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.falm ul li{
	width:20%;
}
.falm ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.falm ul li dl dt img{
	max-height:2.0rem;
}
.falm ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.7rem;
	line-height:1.5rem;
	color:#666;
}

.qyyj{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.qyyj ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.qyyj ul li .pic{
	width:100%;
	overflow:hidden;
}
.qyyj ul li .pic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.qyyj ul li:hover .pic img{
	transform: scale(1.05);
}
.qyyj ul li .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	border: 1px solid #e0e0e0;
	margin-top:1.0rem;
}
.qyyj ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	color:#333;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	background: #ffffff;
	padding:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
	border: 1px solid #e0e0e0;
	transition: all 0.6s;
}
.newlist ul li .date{
	padding:30px 40px;
	background: #f2f2f2;
	text-align:center;
	max-width:9.34%;
	color:#BDBDBD;
	min-width:9.34%;
	display:none;
}
.newlist ul li:hover .date{
	color:#fff;
	background: #f25812;
}
.newlist ul li .date dl dt{
	font-size:60px;
	line-height:74px;
	font-family: anton;
}
.newlist ul li .date dl dd{
	font-size:12px;
	line-height:16px;
}
.newlist ul li .tex{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex .a01{
	width:100%;
}
.newlist ul li .tex .a01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.newlist ul li .tex .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.6rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .a02{
	width: 100%;
	display:flex;
	margin-top:1.0rem;
}
.newlist ul li .tex .a02 a{
	width: 8.0rem;
	height: 2.0rem;
	background: #f2f2f2;
	line-height:2.0rem;
	color:#333;
	font-size:0.8rem;
	text-align:center;
}
.newlist ul li .tex .a02 a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.newlist ul li:hover .tex .a02 a{
	background: #f25812;
	color:#FFF;
}
.newlist ul li:hover{
	background: #09162a;
}
.newlist ul li:hover .tex .a01 dl dt a{
	color:#FFF;
}
.newlist ul li:hover .tex .a01 dl dd{
	color:#FFF;
}

.nwrap{
	width:100%;
	float:left;
	padding:2.0rem 0;
	background: #f2f2f2;
}
.newcon{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.1rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.zlm{
	width:100%;
	float:left;
	height: 3.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding:0 8.33vw;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	height:3.0rem;
	line-height:3.0rem;
	position:relative;
	margin-right:5.2vw;
	font-size:0.8rem;
	color:#666;
}
.zlm ul li i{
	width:100%;
	height:1px;
	background-color:#F25812;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
}
.zlm ul li:hover i{
	opacity:1;
}
.zlm ul li.cur a{
	color:#F25812;
}
.zlm ul li.cur i{
	opacity:1;
}
.nab01{
	width:100%;
	float:left;
	background-image: url(img/ab01.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:3.0rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab01-l dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
}
.nab01-l dl dd{
	font-size:1.3rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:2.0rem;
}
.nab01-r{
	width:100%;
}
.nab01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01-r ul li{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.nab01-r ul li img{
	margin-right:1.0rem;
	max-height:3.5rem;
}
.nab01-r ul li dl dt{
	font-size:2.0rem;
	line-height:2.0rem;
	color:#F25812;
	font-family: anton;
}
.nab01-r ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
}

.ygfl{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ygfl ul{
	display: flex;
	flex-wrap: wrap;
}
.ygfl ul li{
	width:100%;
	border: 1px solid #e0e0e0;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.ygfl ul li:hover{
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.12); 
}
.ygfl ul li:nth-child(3n){
	margin-right:0px;
}
.ygfl ul li .pic{
	overflow:hidden;
}
.ygfl ul li .pic img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.ygfl ul li:hover .pic img{
	transform: scale(1.05);
}
.ygfl ul li .tex{
	padding:1.5rem;
}
.ygfl ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.ygfl ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.nytit2 dl dt{
	font-size:1.3rem;
	line-height:2.0rem;
	color:#fff;
}
.nytit2 dl dd{
	margin-top:0.3rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F25812;
}
.team{
	width:100%;
	float:left;
	margin-top:1.0rem
}
.team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team ul li{
	width:48%;
	border: 1px solid #e0e0e0;
	padding:1.0rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.team ul li:nth-child(4n){
	margin-right:0px;
}
.team ul li .pic{
	overflow:hidden;
}
.team ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team ul li:hover .pic img{
	transform: scale(1.05);
}
.team ul li:hover{
	background: #f25812;
}
.team ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-top:0.6rem;
	text-align:center;
}
.team ul li dl dd{
	font-size:0.8rem;
	line-height:1.rem;
	margin-top:0.3rem;
	color:#666;
	text-align:center;
}
.team ul li dl dd.wz14{ 
font-size:14px; 
line-height:25px;
text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;}
.team ul li:hover dl dt{
	color:#FFF;
}
.team ul li:hover dl dd{
	color:#FFF;
}
.twrap{
	width:100%;
	float:left;
	background: #ebf0f5;
	padding:3.0rem 0;
}

.teamshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamshow .pic{
	width:100%;
	overflow:hidden;
}
.teamshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.teamshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.5rem;
}
.teamshow .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	font-weight:bold;
}
.teamshow .tex dl dd{
	font-size:0.8rem;
	margin-top:0.5rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:1.0rem;
}
.teamshow .tex .zx{
	display:flex;
	justify-content: space-between;
	margin-top:1.5rem;
}
.teamshow .tex .zx a{
	width: 48%;
	height: 2.5rem;
	border: 1px solid #f25812;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#F25812;
}
.teamshow .tex .zx a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.teamshow .tex .zx a:hover{
	background: #f25812;
	color:#FFF;
}



.dingw{ width:100%; float:left; margin-top:5rem;}






.marb0{
	margin-bottom:0px;
}
.mart100{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0px;
}











}
































