@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#0170e2;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1360px) {


.main{
	width: auto;
	margin: auto;
	max-width: 1400px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	float: left;
	height: 90px;
	background-color: #FFFFFF;
}
.top{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}
.logo{
	width: 165px;
	height: 90px;
}
.logo span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.logo img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width: auto;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
}
.innav ul li a{
	transition: all 0s;
	padding-bottom:10px;
}
.innav ul li a:hover{
	color: #0170e2;
}
.innav ul li .cur{
	color: #0170e2;
	border-bottom:2px solid #0170e2;
}
.tel{
	width: auto;
	font-size:18px;
	color:#0170e2;
	font-weight:bold;
}
.tel img{
	vertical-align:middle;
	margin-right:10px;
}
.search{
	width:100%;
	position:absolute;
	height:70px;
	background-color:rgba(1,112,226,0.8);
	left:0;
	bottom:0;
	z-index:11
}
.search01{
	width:100%;
	height:70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:15px;
	color:#FFF;
}
.search01 a{color:#FFF; margin-right:5px;}
.bk{
	width:275px;
	height:40px;
	border:0px;
	line-height:40px;
	color:#999;
	font-family:'微软雅黑';
	padding-left:10px;
	font-size:14px;
	outline:none;
}
.anniu{
	width:90px;
	height:40px;
	border:0px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	background-color:#f6e011;
	font-size:16px;
	color:#FFF;
}
.intitle{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color:#999;
	font-size:14px;
	text-transform:uppercase;
}
.intitle b{
	font-size:24px;
	color:#333;
	margin-right:10px;
}
.intitle a{
	color:#999;
	padding:10px 20px;
}
.intitle a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.intitle a.cur{
	background-color:#0170e2;
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:15px;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.0% - 30px);
	margin-top:35px;
	margin-right:30px;
	border:1px solid #e5e5e5;
}
.inpro ul li dl dt{
	height:260px;
	overflow:auto;
	background-color:#f5f5f5;
	text-align:center;
}
.inpro ul li dl dt span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.inpro ul li dl dt img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.inpro ul li dl dd{
	height:90px;
	border-top:1px solid #e5e5e5;
	line-height:90px;
	text-align:center;
	font-size:16px;
}
.inpro ul li:nth-child(3n){
	margin-right: 0px;
}
.more{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.more a{
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	background-color:#0170e2;
	color:#ffffff;
}

.index01{
	width:100%;
	float:left;
	background-image:url(../img/ysbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	padding-bottom:80px;
}
.intitle2{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.intitle2 b{
	font-size:24px;
	color:#fff;
	margin-right:10px;
}
.intitle2 a{
	color:#fff;
	padding:10px 20px;
}
.intitle2 a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.intitle2 a.cur{
	background-color:#0170e2;
	color:#FFF;
}
.youshi{
	width:100%;
	float:left;
	margin-top:30px;
}
.youshi ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youshi ul li{
	width: calc(34.3% - 20px);
	background-color:#FFF;
	padding:40px 50px;
	margin-top:20px;
}
.youshi ul li h1{
	font-size:30px;
	color:#000000;
	margin-bottom:35px;
	line-height:36px;
	text-align:center;
}
.youshi ul li dl dt{
	font-size:28px;
	color:#000;
	line-height:36px;
	text-align:center;
}
.youshi ul li dl dt i{
	color:#0170e2;
}
.youshi ul li dl dd{
	font-size:12px;
	color:#999999;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:50px;
	text-align:center;
}
.youshi ul li p{
	font-size:16px;
	line-height:30px;
	color:#666;
}
.youshi ul li:nth-child(2){
	width:66.4%;
	padding:0px;
}
.youshi ul li:nth-child(2) img{
	width:100%;
	height:100%;
	display:block;
}
.incase{
	width:100%;
	float:left;
	margin-top:20px;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase ul li{
	width:calc(34.0% - 30px);
	margin-right:30px;
	padding:25px;
	border:2px solid #eeeeee;
	margin-top:30px;
}
.incase ul li .pic{
	height:250px;
	background-color:#f5f5f5;
	text-align:center;
}
.incase ul li .pic span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.incase ul li .pic img{
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}
.incase ul li dl dt{
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin-top:10px;
	line-height:24px;
	text-align:center;
}
.incase ul li dl dd{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	color:#666666;
}
.incase ul li p{
	margin-top:20px;
	display:flex;
	justify-content:center;
}
.incase ul li p a{
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#eeeeee;
	color:#666666;
}
.incase ul li:nth-child(3n){
	margin-right: 0px;
}
.incase ul li:hover{
	border:2px solid #0170e2;
}
.incase ul li:hover p a{
	background-color:#0170e2;
	color:#fff;
}
.inabout{
	width:100%;
	float:left;
	height:590px;
	background-image:url(../img/abj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	margin-top:60px;
}
.inabout01{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.inabout01 .a01{
	width:100%;
	float:left;
	position:relative;
}
.inabout01 .a01 .mask{
	width:620px;
	height:380px;
	background-color:#0170e2;
	position:absolute;
	z-index:2;
	bottom:-50px;
}
.inabout01 .a01 .tex{
	width:calc(100% - 50px);
	position:absolute;
	right:0;
	z-index:22;
	bottom:0;
	background-color:rgba(255,255,255,0.80);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inabout01 .a01 .tex .pic{
	width:620px;
	overflow:hidden;
}
.inabout01 .a01 .tex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inabout01 .a01 .tex .subtex{
	width:calc(100% - 620px);
	padding:30px;
	font-size:14px;
	line-height:24px;
	color:#999999;
}
.inabout01 .a01 .tex .subtex .gd{
	margin-top:30px;
	display:flex;
	justify-content: center;
}
.inabout01 .a01 .tex .subtex .gd a{
	width:125px;
	height:40px;
	background-color:#0170e2;
	color:#FFF;
	line-height:40px;
	font-size:14px;
	text-align:center;
}

.innew{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
}
.innew-l{
	width:49%;
}
.innew-l ul li{
	width:100%;
	float:left;
	padding:25px 30px;
	background-color:#f6f6f6;
	margin-top:35px;
	transition: all 0.6s;
}
.innew-l ul li dl dt{
	font-size:16px;
	color:#000;
	line-height:30px;
	font-weight:bold;
}
.innew-l ul li dl dd{
	font-size:14px;
	line-height:24px;
	color:#999;
}
.innew-l ul li:hover{
	background-color:#0170e2;
	color:#FFF;
}
.innew-l ul li:hover dl dt{
	color:#FFF;
}
.innew-l ul li:hover dl dd{
	color:#FFF;
}
.innew-l ul li:first-child{
	margin-top:0px;
}
.innew-r{
	width:49%;
	padding:40px;
	border:2px solid #eaf0ee;
	background-color:#f7f7f7;
	padding-bottom:20px;
}
.innew-r .pic{
	overflow:hidden;
}
.innew-r .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew-r:hover .pic img{
	transform: scale(1.05);
}
.innew-r dl dt{
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:20px;
	font-weight:bold;
}
.innew-r dl dd{
	font-size:14px;
	line-height:24px;
	color:#999;
	margin-top:10px;
}

.foot{
	width:100%;
	float:left;
	background-color:#f7f7f7;
	padding-bottom:60px;
	margin-top:60px;
}
.lxtitle{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
}
.lxtitle dl dt{
	font-size:24px;
	color:#000;
	line-height:36px;
	font-weight:bold;
}
.lxtitle dl dd{
	font-size:14px;
	color:#999;
	line-height:24px;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxwm-l{
	width:33%;
	padding-right:40px;
	border-right:2px solid #0170e2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxwm-l img{ margin-right:15px;}
.lxwm-r{
	width:61%;
	display: flex;
	justify-content: space-between;
	font-size:14px;
	line-height:28px;
	color:#999999;
}
.lxwm-r .ewm{
	display:flex;
	font-size:12px;
	color:#999;
	line-height:16px;
	text-align:center;
}
.lxwm-r .ewm dl{
	margin-left:20px;
}
.inly{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}
.inly-l{
	width:33%;
}
.inly-l ul li{
	width:100%;
	float:left;
	margin-top:25px;
}
.inly-l ul li:first-child{
	margin-top:0px;
}
.bk2{
	width:100%;
	height:50px;
	line-height:50px;
	border:0px;
	background-color:#e7e7e7;
	outline:none;
	font-size:14px;
	color:#999999;
	padding-left:15px;
}
.anniu2{
	width:225px;
	height:45px;
	background-color:#0170e2;
	border:0px;
	color:#FFF;
	line-height:45px;
	font-size:16px;
	cursor:pointer;
	margin-top:50px;
}
.inly-r{
	width:61%;
}
.foot02{
	width:100%;
	float:left;
	height:80px;
	line-height:80px;
	background-color:#0170e2;
	color:#FFF;
	font-size:14px;
}
.foot02 .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.foot02 .a01 a{
	color:#FFF;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	font-size:48px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:30px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.zlm{
	width:100%;
	float:left;
	height:60px;
	background-color:#f5f5f5;
	line-height:60px;
}
.zlm01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	float:left;
}
.zlm01 .add{
	width: auto;
	font-size:15px;
	color:#666666;
}
.zlm01 .xlm{
	width:auto;
	display: flex;
}
.zlm01 .xlm a{
	padding:0 30px;
}
.zlm01 .xlm a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:50px;
}
.fy ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li{
	margin-left:2px;
	margin-right:2px;
}
.fy ul li a{
	padding:10px 20px;
	background-color:#f7f7f7;
	color:#333;
	font-size:15px;
}
.fy ul li a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.fy ul li a.cur{
	background-color:#0170e2;
	color:#FFF;
}

.dlm{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px dashed #dddddd;
}
.proshow01{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}
.proshow01-l{
	width:550px;
	height:450px;
	border:2px solid #eaf0ee;
	text-align:center;
}
.proshow01-l span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.proshow01-l img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.proshow01-r{
	width:calc(100% - 590px);
	font-size:14px;
	line-height:24px;
	color:#999;
}
.proshow01-r h1{
	font-size:24px;
	color:#0170e2;
	font-weight:normal;
	line-height:36px;
	margin-bottom:10px;
	margin-top:30px;
}
.proshow01-r i{
	color:#666666;
}
.proshow01-r .dh{
	margin-top:115px;
	display: flex;
}
.proshow01-r .dh a{
	width:250px;
	height:55px;
	background-color:#7b7b7b;
	text-align:center;
	line-height:55px;
	font-size:16px;
	color:#FFF;
}
.proshow01-r .dh a:first-child{
	background-color:#0170e2;
	margin-right:20px;
}

.dlm2{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #dddddd;
	display: flex;
}
.dlm2 i{
	width:180px;
	height:55px;
	background-color:#0170e2;
	text-align:center;
	color:#fff;
	line-height:55px;
	font-size:16px;
}
.protex{
	width:100%;
	margin-top:40px;
	font-size:16px;
	color:#666;
	line-height:30px;
	float:left;
}
.protex img{
	max-width:100%;
	height:auto;
}

.about{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	margin-top:80px;
}
.about .pic{
	width:46%;
}
.about .pic img{
	max-width:100%;
	height:auto;
}
.about .tex{
	width:47%;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.about .tex img{
	max-width:100%;
	height:auto;
}

.lx01{
	width:100%;
	float:left;
	margin-top:70px;
	background-color:#e9edf0;
	display: flex;
	justify-content: space-between;
}
.lx01 .pic{
	width:50%;
}
.lx01 .pic img{
	width:100%;
	height:100%;
	display:block;
}
.lx01 .tex{
	width:50%;
	padding:50px 100px;
	font-size:16px;
	line-height:36px;
	color:#666;
}
.lx01 .tex h1{
	font-size:22px;
	color:#333333;
	padding-bottom:20px;
	border-bottom:1px solid #dddddd;
}
.lx01 .tex h2{
	font-size:36px;
	color:#0169b9;
	font-family: anton;
	margin-top:30px;
	line-height:48px;
	margin-bottom:20px;
	font-weight:normal;
}
.lx01 .tex img{
	vertical-align:middle;
	margin-right:10px;
}
.lxtitle2{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
}
.lxtitle2 dl dt{
	font-size:36px;
	color:#0169b9;
	line-height:48px;
	font-weight:bold;
}
.lxtitle2 dl dd{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-top:20px;
}
.lxtitle2 dl dd b{
	font-size:18px;
	color:#106eb9;
}
.zxly{
	width:100%;
	float:left;
	margin-top:30px;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:49%;
	margin-top:30px;
}
.zxly ul li:nth-child(5){
	width:100%;
}
.zxly ul li:last-child{
	width:100%;
	text-align:center;
}
.lybk{
	width:100%;
	height:65px;
	line-height:65px;
	border:0px;
	background-color:#e9edf0;
	outline:none;
	padding-left:15px;
	font-size:14px;
	color:#999999;
	font-family:'微软雅黑';
}
.lyanniu{
	width:175px;
	height:65px;
	background-color:#0e51a6;
	color:#FFF;
	font-size:16px;
	border:0px;
	cursor:pointer;
	line-height:65px;
}
.map{
	width:100%;
	float:left;
	margin-top:60px;
}
.map img{

}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	float:left;
	padding:40px;
	border-bottom:1px solid #dddddd;
}
.newlist ul li .pic{
	width:300px;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:calc(100% - 350px);
}
.newlist ul li .tex h1{
	font-size:18px;
	color:#0170e2;
	line-height:36px;
	margin-bottom:20px;
}
.newlist ul li .tex .date{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
	text-transform:uppercase;
}
.newlist ul li .tex .date a{
	width:145px;
	height:40px;
	line-height:40px;
	background-color:#717578;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
.newlist ul li .tex .date a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.newtitle{
	width:100%;
	float:left;
	font-size:30px;
	color:#0170e2;
	margin-top:50px;
	line-height:48px;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	height:60px;
	background-color:#f7f7f7;
	line-height:60px;
	text-align:center;
	font-size:12px;
	color:#999;
	margin-top:40px;
}
.newtex{
	width:100%;
	float:left;
	font-size:14px;
	line-height:24px;
	color:#666;
	padding-bottom:50px;
	margin-top:40px;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.next{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	background-color:#f7f7f7;
	font-size:12px;
	color:#999;
	margin-top:20px;
	padding:0px 20px;
}
.next a{
	color:#999;
}












.mart0{
	margin-top: 0px;
}
.mart120{
	margin-top: 120px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}






@media (max-width:1359px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:95%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #0997BB; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}


.search{
	width:100%;
	position:absolute;
	height:70px;
	background-color:rgba(1,112,226,0.8);
	left:0;
	bottom:0;
	z-index:11;
	display:none;
}
.search01{
	width:100%;
	height:70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:15px;
	color:#FFF;
}
.search01 a{color:#FFF; margin-right:5px;}
.bk{
	width:275px;
	height:40px;
	border:0px;
	line-height:40px;
	color:#999;
	font-family:'微软雅黑';
	padding-left:10px;
	font-size:14px;
	outline:none;
}
.anniu{
	width:90px;
	height:40px;
	border:0px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	background-color:#f6e011;
	font-size:16px;
	color:#FFF;
}
.intitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#999;
	font-size:0.8rem;
	text-transform:uppercase;
}
.intitle b{
	font-size:1.2rem;
	color:#333;
	margin-right:0.2rem;
}
.intitle div:nth-child(2){
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
}
.intitle a{
	color:#999;
	padding:0.2rem 0.5rem;
	margin-top:1.0rem
}
.intitle a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.intitle a.cur{
	background-color:#0170e2;
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	border:1px solid #e5e5e5;
}
.inpro ul li dl dt{
	height:8.0rem;
	overflow:auto;
	background-color:#f5f5f5;
	text-align:center;
}
.inpro ul li dl dt span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.inpro ul li dl dt img{
	max-width:70%;
	max-height:60%;
	vertical-align:middle;
}
.inpro ul li dl dd{
	height:3.0rem;
	border-top:1px solid #e5e5e5;
	line-height:3.0rem;
	text-align:center;
	font-size:0.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0px 0.5rem;
}
.more{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.more a{
	width:10rem;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	background-color:#0170e2;
	color:#ffffff;
}

.index01{
	width:100%;
	float:left;
	background-image:url(../img/ysbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:2.0rem;
	padding-bottom:3.0rem;
}
.intitle2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color:#fff;
	font-size:0.8rem;
	text-transform:uppercase;
}
.intitle2 b{
	font-size:1.2rem;
	color:#fff;
	margin-right:0.2rem;
}
.intitle2 a{
	color:#fff;
	padding:0.2rem 0.5rem;
}
.intitle2 a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.intitle2 a.cur{
	background-color:#0170e2;
	color:#FFF;
}
.youshi{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.youshi ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youshi ul li{
	width: 100%;
	background-color:#FFF;
	padding:1.5rem 2.0rem;
	margin-top:1.0rem;
}
.youshi ul li h1{
	font-size:1.2rem;
	color:#000000;
	margin-bottom:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.youshi ul li dl dt{
	font-size:1.2rem;
	color:#000;
	line-height:1.5rem;
	text-align:center;
}
.youshi ul li dl dt i{
	color:#0170e2;
}
.youshi ul li dl dd{
	font-size:0.8rem;
	color:#999999;
	line-height:1.5rem;
	text-transform:uppercase;
	margin-bottom:2.0rem;
	text-align:center;
}
.youshi ul li p{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.youshi ul li:nth-child(2){
	padding:0px;
}
.youshi ul li:nth-child(2) img{
	width:100%;
	height:100%;
	display:block;
}
.incase{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incase ul li{
	width:48%;
	padding:0.5rem;
	border:2px solid #eeeeee;
	margin-top:1.0rem;
}
.incase ul li .pic{
	height:8.0rem;
	background-color:#f5f5f5;
	text-align:center;
}
.incase ul li .pic span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.incase ul li .pic img{
	max-height:70%;
	max-width:70%;
	vertical-align:middle;
}
.incase ul li dl dt{
	font-size:0.8rem;
	color:#333;
	font-weight:bold;
	margin-top:0.5rem;
	line-height:1.5rem;
	text-align:center;
}
.incase ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#666666;
}
.incase ul li p{
	margin-top:1.0rem;
	display:flex;
	justify-content:center;
}
.incase ul li p a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#eeeeee;
	color:#666666;
}
.incase ul li:hover{
	border:2px solid #0170e2;
}
.incase ul li:hover p a{
	background-color:#0170e2;
	color:#fff;
}
.inabout{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/abj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	margin-top:2.0rem;
}
.inabout01{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inabout01 .a01{
	width:100%;
	float:left;
	position:relative;
}
.inabout01 .a01 .tex{
	width:100%;
	float:left;
	bottom:0;
	background-color:rgba(255,255,255,0.80);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inabout01 .a01 .tex .pic{
	width:100%;
	overflow:hidden;
}
.inabout01 .a01 .tex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inabout01 .a01 .tex .subtex{
	width:100%;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999999;
}
.inabout01 .a01 .tex .subtex .gd{
	margin-top:1.0rem;
	display:flex;
	justify-content: center;
}
.inabout01 .a01 .tex .subtex .gd a{
	width:8.0rem;
	height:2.0rem;
	background-color:#0170e2;
	color:#FFF;
	line-height:2.0rem;
	font-size:0.8rem;
	text-align:center;
}

.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-l{
	width:100%;
}
.innew-l ul li{
	width:100%;
	float:left;
	padding:1.0rem;
	background-color:#f6f6f6;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.innew-l ul li dl dt{
	font-size:0.8rem;
	color:#000;
	line-height:1.5rem;
	font-weight:bold;
}
.innew-l ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.innew-l ul li:hover{
	background-color:#0170e2;
	color:#FFF;
}
.innew-l ul li:hover dl dt{
	color:#FFF;
}
.innew-l ul li:hover dl dd{
	color:#FFF;
}
.innew-l ul li:first-child{
	margin-top:0px;
}
.innew-r{
	width:100%;
	padding:1.0rem;
	border:2px solid #eaf0ee;
	background-color:#f7f7f7;
	margin-top:1.0rem;
}
.innew-r .pic{
	overflow:hidden;
}
.innew-r .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew-r:hover .pic img{
	transform: scale(1.05);
}
.innew-r dl dt{
	font-size:0.8rem;
	color:#000;
	line-height:1.5rem;
	margin-top:1.0rem;
	font-weight:bold;
}
.innew-r dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	margin-top:0.5rem;
}

.foot{
	width:100%;
	float:left;
	background-color:#f7f7f7;
	padding-bottom:2.0rem;
	margin-top:2.0rem;
}
.lxtitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.lxtitle dl dt{
	font-size:1.2rem;
	color:#000;
	line-height:1.5rem;
	font-weight:bold;
}
.lxtitle dl dd{
	font-size:0.8rem;
	color:#999;
	line-height:1.5rem;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lxwm-l{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxwm-l img{
	max-width:90%;
}
.lxwm-l div:nth-child(2) img{ margin-right:0.5rem; max-height:2.0rem}
.lxwm-r{
	width:100%;
	display: flex;
	justify-content: space-between;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999999;
	margin-top:2.0rem;
	flex-wrap: wrap;
}
.lxwm-r .ewm{
	display:flex;
	font-size:0.8rem;
	color:#999;
	line-height:1.0rem;
	text-align:center;
	width:100%;
	margin-top:2.0rem;
	justify-content: center;
}
.lxwm-r .ewm dl{
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.inly{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly-l{
	width:100%;
}
.inly-l ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inly-l ul li:first-child{
	margin-top:0px;
}
.bk2{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	border:0px;
	background-color:#e7e7e7;
	outline:none;
	font-size:0.8rem;
	color:#999999;
	padding-left:0.5rem;
}
.anniu2{
	width:10rem;
	height:2.5rem;
	background-color:#0170e2;
	border:0px;
	color:#FFF;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	margin-top:2.0rem;
}
.inly-r{
	width:100%;
	margin-top:1.0rem;
}
.foot02{
	width:100%;
	float:left;
	height: auto;
	line-height:1.5rem;
	background-color:#0170e2;
	color:#FFF;
	font-size:0.8rem;
	flex-wrap: wrap;
	padding:1rem 0px
}
.foot02 .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.foot02 .a01 a{
	color:#FFF;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	font-size:1.5rem;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:1.0rem;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.zlm{
	width:100%;
	float:left;
	height:2.5rem;
	background-color:#f5f5f5;
	line-height:2.5rem;
}
.zlm01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	float:left;
}
.zlm01 .add{
	width: auto;
	font-size:0.8rem;
	color:#666666;
}
.zlm01 .xlm{
	width:auto;
	display: flex;
}
.zlm01 .xlm a{
	padding:0 0.5rem;
}
.zlm01 .xlm a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li{
	margin-left:0.1rem;
	margin-right:0.1rem;
}
.fy ul li a{
	padding:0.2rem 0.5rem;
	background-color:#f7f7f7;
	color:#333;
	font-size:0.8rem;
}
.fy ul li a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.fy ul li a.cur{
	background-color:#0170e2;
	color:#FFF;
}
.dlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:1.5rem;
	color:#333;
	font-weight:bold;
	padding-bottom:0.5rem;
	border-bottom:1px dashed #dddddd;
}
.proshow01{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow01-l{
	width:100%;
	height:15rem;
	border:2px solid #eaf0ee;
	text-align:center;
}
.proshow01-l span{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.proshow01-l img{
	max-width:100%;
	max-height:80%;
	vertical-align:middle;
}
.proshow01-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.proshow01-r h1{
	font-size:1.2rem;
	color:#0170e2;
	font-weight:normal;
	line-height:1.5rem;
	margin-bottom:0.4rem;
	margin-top:1.0rem;
}
.proshow01-r i{
	color:#666666;
}
.proshow01-r .dh{
	margin-top:3.0rem;
	display: flex;
}
.proshow01-r .dh a{
	width:8.0rem;
	height:2.5rem;
	background-color:#7b7b7b;
	text-align:center;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#FFF;
}
.proshow01-r .dh a:first-child{
	background-color:#0170e2;
	margin-right:0.5rem;
}

.dlm2{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:1.2rem;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #dddddd;
	display: flex;
}
.dlm2 i{
	width:8.0rem;
	height:2.5rem;
	background-color:#0170e2;
	text-align:center;
	color:#fff;
	line-height:2.5rem;
	font-size:0.8rem;
}
.protex{
	width:100%;
	margin-top:1.5rem;
	font-size:0.8rem;
	color:#666;
	line-height:1.5rem;
	float:left;
}
.protex img{
	max-width:100%;
	height:auto;
}

.about{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	margin-top:2.0rem;
	flex-wrap: wrap;
}
.about .pic{
	width:100%;
	margin-top:2.0rem;
}
.about .pic img{
	max-width:100%;
	height:auto;
}
.about .tex{
	width:100%;
	font-size:0.8rem;
	color:#999;
	line-height:1.5rem;
}
.about .tex img{
	max-width:100%;
	height:auto;
}

.lx01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#e9edf0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .pic{
	width:100%;
}
.lx01 .pic img{
	width:100%;
	height: auto;
	display:block;
}
.lx01 .tex{
	width:100%;
	padding:1.5rem 2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.lx01 .tex h1{
	font-size:1.0rem;
	color:#333333;
	padding-bottom:1.0rem;
	border-bottom:1px solid #dddddd;
}
.lx01 .tex h2{
	font-size:1.5rem;
	color:#0169b9;
	font-family: anton;
	margin-top:1.0rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
	font-weight:normal;
}
.lx01 .tex img{
	vertical-align:middle;
	margin-right:0.5rem;
	max-height:1.0rem;
}
.lxtitle2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.lxtitle2 dl dt{
	font-size:1.5rem;
	color:#0169b9;
	line-height:2.0rem;
	font-weight:bold;
}
.lxtitle2 dl dd{
	font-size:0.8rem;
	color:#666;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.lxtitle2 dl dd b{
	font-size:1.0rem;
	color:#106eb9;
}
.zxly{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:49%;
	margin-top:0.5rem;
}
.zxly ul li:nth-child(5){
	width:100%;
}
.zxly ul li:last-child{
	width:100%;
	text-align:center;
	margin-top:2.0rem
}
.lybk{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	border:0px;
	background-color:#e9edf0;
	outline:none;
	padding-left:0.5rem;
	font-size:0.8rem;
	color:#999999;
	font-family:'微软雅黑';
}
.lyanniu{
	width:8.0rem;
	height:2.5rem;
	background-color:#0e51a6;
	color:#FFF;
	font-size:0.8rem;
	border:0px;
	cursor:pointer;
	line-height:2.5rem;
}
.map{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.map img{

}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	float:left;
	padding:1.0rem;
	border-bottom:1px solid #dddddd;
}
.newlist ul li .pic{
	width:30%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:65%;
}
.newlist ul li .tex h1{
	font-size:1.0rem;
	color:#0170e2;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.newlist ul li .tex .date{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
	text-transform:uppercase;
}
.newlist ul li .tex .date a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#717578;
	font-size:0.8rem;
	color:#FFF;
	text-align:center;
	margin-top:1.0rem;
}
.newlist ul li .tex .date a:hover{
	background-color:#0170e2;
	color:#FFF;
}
.newtitle{
	width:100%;
	float:left;
	font-size:1.2rem;
	color:#0170e2;
	margin-top:2.0rem;
	line-height:2.0rem;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	height:2.5rem;
	background-color:#f7f7f7;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#999;
	margin-top:1.0rem;
}
.newtex{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	padding-bottom:2.0rem;
	margin-top:1.5rem;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.next{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	float:left;
	background-color:#f7f7f7;
	font-size:0.8rem;
	color:#999;
	margin-top:0.6rem;
	padding:0px 1.0rem;
}
.next a{
	color:#999;
}


























	
	
	














}
































