@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:#17439A;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.ditu { width:100%; float: left; margin-top:1rem; margin-bottom:1rem;}
@media (min-width:1200px) {


.main{
	width: 100%;
	float: left;
	padding: 0px 9vw;
}
.header{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #014099;
	padding: 0px 9vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 95px;
	position: relative;
}
.logo{
	width: 151px;
	height: 95px;
	display: flex;
	align-items: center;
}
.logo img{
	max-width: 151px;
	max-height: 95px;
	vertical-align: middle;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
}
.tel{
	width: auto;
	height: 95px;
	display: flex;
	align-items: center;
	margin-left: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.tel img{
	vertical-align: middle;
	margin-right: 10px;
}
.innav{
	width: auto;
	height: 95px;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 95px;
}
.innav ul li{
	width: auto;
	text-align: center;
	font-size: 18px;
	height: 95px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left: 25px;
}
.innav ul li a{
	color: #FFFFFF;
}

#xiala{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 95px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	left: 0;
	z-index: 9999;
	padding: 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
#xiala a{
	margin-left: 15px;
	margin-right: 15px;
	color: #666666;
}
.innav ul li:hover #xiala{
	opacity: 1;
	visibility: visible;
}

.wrap{
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 0px 9vw;
	padding-bottom: 50px;
}
.intitle{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.intitle dl dt{
	font-size: 42px;
	color: #333335;
	line-height: 80px;
	display: flex;
	justify-content: center;
	font-weight: bold;
	align-items: center;
}
.intitle dl dt img{
	vertical-align: middle;
	height:87px;
	margin-top:-4px;
}
.intitle dl dd{
	font-size: 16px;
}

.shili{
	width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom:80px;
}
.shili ul{
	display: flex;
	justify-content: center;
}
.shili ul li{
	width: 200px;
	height: 200px;
	background-image: linear-gradient(to bottom, #eb4041 , #e69362 );
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-left: 35px;
	margin-right: 35px;
}
.shili ul li dl dt{
	font-size: 30px;
	text-align: center;
	letter-spacing: -3px;
}
.shili ul li dl dt i{
	font-size: 52px;
	margin-right: 5px;
}
.shili ul li dl dd{
	font-size: 32px;
	text-align: center;
}
.pro{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.pro ul{
	display: flex;
	flex-wrap: wrap;
}
.pro ul li{
	width: calc(33.3% - 30px);
	margin-right: 30px;
	background-color: #f7f7f7;
	transition: all 0.6s;
	margin-top: 30px;
}
.pro ul li dl dt{
	overflow: hidden;
	text-align: center;
}
.pro ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.pro ul li dl dd{
	height: 70px;
	line-height: 70px;
	padding: 0px 15px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.pro ul li:hover{
	background-color: #004097;
}
.pro ul li:hover dl dd{
	color: #FFFFFF;
}
.pro ul li:hover dl dt img{
	transform: scale(1.05);
}
.pro ul li:nth-child(3n){
	margin-right: 0px;
}
.more{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom:50px;
}
.more a{
	width: 500px;
	height: 50px;
	border: 1px solid #e84445;
	color: #e84445;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
.more img{
	vertical-align: middle;
	margin-left: 10px;
}
.wrap2{
	width: 100%;
	float: left;
	background-color: #efefef;
	padding: 0px 9vw;
	padding-bottom: 60px;
	margin-top: 30px;
}
.txtitle{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 32px;
	color: #e84445;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 36px;
}
.txtitle i{
	width: 55px;
	height: 2px;
	color: #e84445;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #e84445;
}
.tx{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:80px;
}
.tx div{
	width: calc(12.6% - 30px);
	height: 140px;
	border: 2px solid #e84445;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	transition: all 0.6s;
}
.tx div:nth-child(8){
	margin-right: 0px;
}
.tx div dl dt{
	height: 55px;
	text-align: center;
}
.tx div dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.tx div dl dt img{
	max-height: 55px;
	max-width: 100%;
	vertical-align: middle;
}
.tx div dl dt .pic01{
	display: inline-block;
}
.tx div dl dt .pic02{
	display: none;
}
.tx div dl dd{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #e84445;
	line-height: 36px;
}
.tx div:hover{
	background-color: #e84445;
}
.tx div:hover dl dd{
	color: #FFFFFF;
}
.tx div:hover dl dt .pic01{
	display: none;
}
.tx div:hover dl dt .pic02{
	display: inline-block;
}
.ggt{
	width: 100%;
	float: left;
}
.ggt img{
	width: 100%;
	height: auto;
	display: block;
}

.vieo{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.vieo ul{
	display: flex;
	flex-wrap: wrap;
}
.vieo ul li{
	width: calc(25.4% - 25px);
	margin-right: 25px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.vieo ul li:first-child{
	width: calc(100% - 0px);
	margin-right: 0px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.vieo ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}

.vieo ul li span{
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 11;
	background-image: url(../img/s01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity:0.8;
}
.vieo ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.vieo ul li div i{
	margin-right: 30px;
}
.vieo ul li:hover img{
	transform: scale(1.05);
}
.vieo ul li:nth-child(5n){
	margin-right: 0px;
}

.nysp{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.nysp ul{
	display: flex;
	flex-wrap: wrap;
}
.nysp ul li{
	width: calc(33.33% - 30px);
	margin-right: 30px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.nysp ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}

.nysp ul li span{
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 11;
	background-image: url(../img/s01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity:0.8;
}
.nysp ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.nysp ul li div i{
	margin-right: 30px;
}
.nysp ul li:hover img{
	transform: scale(1.05);
}
.nysp ul li:nth-child(3n){
	margin-right: 0px;
}
.case{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
}
.case ul li{
	width: calc(25% - 30px);
	margin-right: 30px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.case ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.case ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.case ul li div i{
	margin-right: 30px;
}
.case ul li:hover img{
	transform: scale(1.05);
}
.case ul li:nth-child(4n){
	margin-right: 0px;
}


.casetitle{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
	text-align:center;
	line-height:45px;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 14px;
	line-height:35px;
	text-align:center
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}



.fh{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 292px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 16px;
	color: #6C757D;
	text-align: center;
	line-height: 52px;
}
.fh ul li a{
	color: #6C757D;
}
.intitle2{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.intitle2 dl dt{
	font-size: 42px;
	color: #333335;
	line-height: 64px;
	display: flex;
	justify-content: center;
	font-weight: bold;
}
.intitle2 dl dt img{
	vertical-align: middle;
}
.intitle2 dl dd{
	font-size: 16px;
}

.bzhun{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.bzhun ul{
	display: flex;
	flex-wrap: wrap;
}
.bzhun ul li{
	width: calc(25% - 30px);
	margin-right: 30px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.bzhun ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.bzhun ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	width: 100%;
	z-index: 11;
}
.bzhun ul li div dl dt{
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}
.bzhun ul li div dl dd{
	font-size: 15px;
	text-align: center;
}
.bzhun ul li div dl dd i{
	margin-right: 5px;
	margin-left: 5px;
}
.bzhun ul li:hover img{
	transform: scale(1.05);
}
.bzhun ul li:nth-child(4n){
	margin-right: 0px;
}
.inabout{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:825px;
	overflow:hidden;
	
}
.inabout01{
	width: 50%;
	display: flex;
}
.inabout01 a{
	width:100%;
	display: flex;
}
.inabout img{
	width: 100%;
	height:auto;
	display:block;
}
.inabout02{
	width: 50%;
	height:100%;
	background-image: url(../img/ab-2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	padding: 0px 5vw;
	padding-top: 120px;
	font-size:18px;
	line-height:35px;
	color:#FFF;
	background-size:100% 100%;
}
.inabout02 a{
	width:100%;
	height:100%;
	font-size:18px;
	line-height:35px;
	color:#FFF;
	
}

.news{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.news ul{
	display: flex;
	flex-wrap: wrap;
}
.news ul li{
	width: calc(33.33% - 30px);
	margin-right: 30px;
	background-color: #FFFFFF;
	transition: all 0.6s;
	margin-top: 30px;
	padding-bottom: 20PX;
}
.news ul li .pic{
	overflow: hidden;
	text-align: center;
	height:260px;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li dl dt{
	padding: 0px 20px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
}
.news ul li dl dd{
	line-height: 24px;
	padding: 0px 20px;
	font-size: 14px;
	margin-top: 15px;
	color: #666666;
}
.news ul li dl dd a{
	color: #f69c71;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}
.news ul li:nth-child(3n){
	margin-right: 0px;
}

.foot{
	width: 100%;
	float: left;
	background-color: #202930;
	padding: 40px 9vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot dl dt{
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.foot dl dt i{
	margin-left: 15px;
	margin-right: 15px;
}
.foot dl dt a{
	color: #FFFFFF;
}
.foot dl dd{
	font-size: 18px;
	line-height: 45px;
	color: #FFFFFF;
}
.foot dl dd img{
	margin-top: 10px;
}
.foot dl dd i{
	margin-left: 15px;
	margin-right: 15px;
}
.foot dl dd a{
	color: #FFFFFF;
}
.foot dl dd em{
	color: #e84445;
}
.foot01{
	width: 100%;
	float: left;
	background-color: #0f161b;
	padding: 10px 9vw;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,0.4);
}
.foot01 a{
	color: rgba(255,255,255,0.4);
}
.foot01 i{
	margin-left: 30px;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 70px;
}
.nytitle dl dt{
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.nytitle dl dd{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.nytitle p{
	display: flex;
	margin-top: 15px;
	justify-content: center;
}
.nytitle p i{
	width: 40px;
	height: 4px;
	background-color: #e94646;
}
.ppll{
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ppll dl{
	margin-left: 58px;
	margin-right: 58px;
}
.ppll dl dt{
	font-size: 36px;
	color: #e94647;
	font-weight: bold;
	text-align: center;
}
.ppll dl dd{
	font-size: 30px;
	margin-top: 15px;
	line-height: 36px;
}

.youshi{
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding-bottom: 90px;
	margin-top: 105px;
}
.nymain{
	width: 1200px;
	margin: auto;
}
.youshi01{
	width: 100%;
	float: left;
	margin-top: 65px;
}
.youshi01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.youshi01 ul li{
	width: calc(25% - 20px);
	background-color: #FFFFFF;
	padding-bottom: 55px;
}
.youshi01 ul li .pic{
	margin-top: 65px;
	height: 120px;
	text-align: center;
}
.youshi01 ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.youshi01 ul li .pic img{
	max-width: 100%;
	max-height: 120px;
	vertical-align: middle;
}
.youshi01 ul li dl dt{
	font-size: 24px;
	color: #e84746;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
.youshi01 ul li dl dd{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.about{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.about .tex{
	width: 45%;
	font-size: 18px;
	line-height: 40px;
	color: #666666;
}
.about .tex h1{
	font-size: 36px;
	margin-top: 55px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
.about .pic{
	width: 50%;
}
.about .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.lxanniu{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.lxanniu a{
	width: 365px;
	height: 70px;
	background-color: #e94646;
	border-radius: 10px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.lxwm{
	width: 100%;
	float: left;
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width: 382px;
}
.lxwm-l dl{
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: space-between;
}
.lxwm-l dl dt{
	width: 43px;
}
.lxwm-l dl dd{
	width: calc(100% - 53px);
	font-size: 20px;
	line-height: 43px;
}
.lxwm-l dl dd b{
	font-size: 32px;
}
.lxwm-r{
	width: calc(100% - 540px);
}
.lxwm-r img{
	display: block;
	border: 3px solid #FFFFFF;
	border-radius: 5px;
}
.nynews{
	width: 100%;
	float: left;
}
.nynews ul li{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nynews ul li .pic{
	width: 27%;
	overflow: hidden;
}
.nynews ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.nynews ul li:hover .pic img{
	transform: scale(1.05);
}
.nynews ul li .tex{
	width: 70%;
}
.nynews ul li .tex dl dt{
	font-size: 30px;
	color: #333333;
	line-height: 48px;
}
.nynews ul li .tex dl dd{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.nynews ul li .tex dl dd img{
	vertical-align: middle;
	margin-right: 10px;
}
.fy{
	width: 100%;
	float: left;
	padding: 75px 0px;
	margin-top: 40px;
	font-size:16px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.fy ul li{
margin-right:5px;
}
.fy ul li a{
	width: 100%;
	float: left;
	text-align: center;
color: #606266;
	padding:5px 10px;
}
.fy ul li a:hover{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}
.fy ul li .cur{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}
.xlogo{
	width: 100%;
	float: left;
	margin-top: 30px;
	background-image: url(../img/hx.jpg);
	background-position: center;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xlogo i{
	width: 100px;
	padding: 0px 15px;
	background-color: #FFFFFF;
}
.xlogo img{
	max-width: 100%;
	height: auto;
}
.xlm{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xlm a{
	width: 138px;
	height: 34px;
	border: 1px solid #d7d7d7;
	line-height: 34px;
	text-align: center;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.xlm a:hover{
	border: 1px solid #e94744;
	background-color: #e94744;
	color: #FFFFFF;
}
.xlm .cur{
	border: 1px solid #e94744;
	background-color: #e94744;
	color: #FFFFFF;
}

.nypro{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
}
.nypro ul li{
	width: calc(33.33% - 30px);
	margin-right: 30px;
	transition: all 0.6s;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #FFFFFF;
	transition: all 0.6s;
}
.nypro ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.nypro ul li .tex{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.nypro ul li:hover img{
	transform: scale(1.05);
}
.nypro ul li:nth-child(3n){
	margin-right: 0px;
}
.nypro ul li .tex02{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 18px;
	background-color: rgba(255,255,255,1);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 22;
	justify-content: space-between;
	font-size: 16px;
	color: #114a99;
	font-weight: bold;
	opacity: 0;
	transition: all 0.6s;
	align-items: center;
}
.nypro ul li .tex02 img{
	vertical-align: middle;
	margin-right: 5px;
	max-height: 34px;
	width: auto;
}
.nypro ul li .tex02 div{
	display: flex;
	align-items: center;
}
.nypro ul li .tex02 i{
	padding: 5px 10px;
	border: 1px solid #e94744;
	border-radius: 35px;
	color: #e94744;
	display: flex;
	align-items: center;
	line-height: normal;
}
.nypro ul li:hover .tex02{
	opacity: 1;
}
.nypro ul li:hover{
	border: 1px solid #e94744;
}

.nytitle2{
	width: 100%;
	float: left;
	margin-top: 50px;
	line-height: 70px;
	border-bottom: 2px solid #797979;
	font-size: 18px;
}
.nytitle2 b{
	font-size: 30px;
	margin-right: 5px;
	padding-bottom: 19px;
	border-bottom: 3px solid #e94745;
}
.zxly{
	width: 100%;
	float: left;
	margin-top: 12px;
	padding-bottom: 20px;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width: calc(50% - 15px);
	margin-top: 28px;
	display: flex;
	justify-content: center;
}
.zxly ul li:nth-child(3){
	width: 100%;
}
.zxly ul li:last-child{
	width: 100%;
}
.bk{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0px;
	outline: none;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
	background-color: #e9edf0;
}
.anniu{
	width: 164px;
	height: 60px;
	background: linear-gradient(110deg,#0169b9, #17439a 100%);
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.gzz{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.gzz-l{
	width: 38%;
	padding-left: 9.0vw;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gzz-l h1{
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
}
.gzz-l h2{
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
}
.gzz-r{
	width: 62%;
	padding-right: 9vw;
	background-color: #f8f8f8;
}
.gzz-r ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.gzz-r ul li{
	width: calc(33.33% - 30px);
	margin-left: 30px;
	margin-top: 40px;
}
.gzz-r ul li .pic{
	overflow: hidden;
}
.gzz-r ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.gzz-r ul li:hover .pic img{
	transform: scale(1.05);
}
.gzz-r ul li h1{
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	margin-top: 15px;
}
.gzz-r ul li dl dt{
	font-size: 18px;
	line-height: 30px;
	color: #93969c;
}
.gzz-r ul li dl dd{
	margin-top: 15px;
	font-size: 22px;
	color: #e94647;
}
.show01{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width: 100%;
}
.show01-l h1{
	padding: 20px;
	border: 1px solid #004097;
	font-size: 30px;
	color: #114a99;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 40px;
}
.show01-r{
	width: calc(100% - 880px);
}
.show01-r01{
	width: 100%;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 10px;
}
.show01-r01 h1{
	font-size: 30px;
	color: #004098;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
}
.show01-r01 img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.show01-r02{
	width: 100%;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	border-radius: 10px;
}
.show01-r02 h1{
	font-size: 30px;
	color: #e84445;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
}
.show01-r02 h2{
	text-align: center;
	font-size: 14px;
	color: #e84445;
}
.show01-r02 .dianhua{
	display: flex;
	margin-top: 10px;
	padding: 5px 10px;
	justify-content: space-between;
	background-color: #e84445;
	border-radius: 5px;
	color: #FFFFFF;
	align-items: center;
}
.show01-r02 .dianhua dl dt{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.show01-r02 .dianhua div{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	margin-left: 5px;
}
.show01-r02 img{
	max-width: 50%;
}
.nytitle3{
	width: 100%;
	float: left;
	margin-top: 60px;
	background-image: url(../img/hx.jpg);
	background-position: center;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
}
.nytitle3 i{
	width: 297px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-image: url(../img/bj01.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 36px;
}
.shuom{
	width: 100%;
	float: left;
	margin-top: 0px;
	border-radius: 20px;
	
	font-size: 18px;
	line-height: 36px;
	padding: 40px;
}
.shuom img{
	display:block;
	max-width: 100%;
	height: auto;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
}
.showtex img{
	max-width: 100%;
	height: auto;
}
.tedian{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.tedian ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tedian ul li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.tedian ul li .pic{
	width: 82px;
}
.tedian ul li .tex{
	width: calc(100% - 100px);
	font-size: 16px;
	line-height: 30px;
}
.tedian ul li .tex h1{
	font-size: 24px;
	color: #004098;
	margin-bottom: 15px;
}
.zs{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width: calc(20.33% - 20px);
	margin-right: 20px;
	margin-top: 20px;
}
.zs ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.zs ul li:nth-child(5n){
	margin-right: 0px;
}

.case2{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
}
.case2 ul{
	display: flex;
	flex-wrap: wrap;
}
.case2 ul li{
	width: calc(25% - 30px);
	margin-right: 30px;
	background-color: #004098;
	transition: all 0.6s;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
.case2 ul li .pic{
	overflow: hidden;
	text-align: center;
}
.case2 ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.case2 ul li dl dt{
	height: 36px;
	line-height: 36px;
	padding: 0px 15px;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.case2 ul li dl dd{
	display: flex;
	margin-top: 10px;
	justify-content: center;
}
.case2 ul li dl dd a{
	padding: 5px 15px;
	background-color: #FFFFFF;
	border-radius: 35px;
	color: #004097;
	font-size: 15px;
}
.case2 ul li:hover .pic img{
	transform: scale(1.05);
}
.case2 ul li:nth-child(4n){
	margin-right: 0px;
}
.nybanner{ width:100%; float:left;}
.nybanner img{ width:100%; display:block;}

.zs01{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zs01 .tex{
	width:35.4%;
}

.zs01 .pic{
	width:39.75%;
}
.zs01 .pic img{
	max-width:100%;
	height:auto;
}
.zstit{
	width:100%;
	float:left;
}
.zstit.center{
	text-align:center;
}
.zstit dl dt{
	position:relative;
	height:50px;
	font-size:30px;
	color:#aaaaaa;
	line-height:36px;
	text-transform:uppercase;
}
.zstit dl dt b{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	font-size:28px;
	color:#000000;
	width:100%;
}
.zstit dl dd{
	margin-top:25px;
	font-size:16px;
	color:#a4a4a4;
	padding-bottom:35px;
	position:relative;
}
.zstit dl dd::after{
	width:40px;
	height:3px;
	position:absolute;
	bottom:0;
	left:calc(50% - 20px);
	z-index:1;
	background-color:#1b1b1b;
	content:'';
}
.zstex{
	width:100%;
	float:left;
	margin-top:30px;
}
.zstex ul li{
	width:100%;
	float:left;
	margin-top:30px;
	display:flex;
}
.zstex ul li dl dt{
	font-size:20px;
	line-height:30px;
	color:#064fa0;
}
.zstex ul li dl dd{
	font-size:14px;
	color:#909090;
	line-height:24px;
}
.zstex ul li::before{
	width:21px;
	height:21px;
	margin-right:30px;
	content:'';
	background-image:url(../img/yuan.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	margin-top:5px;
}
.zsyshi{
	width:100%;
	float:left;
	margin-top:100px;
	background:#064fa0 url(../img/zs03.jpg) no-repeat left;
	background-size:50% 100%;
}
.zsyshi01{
	width:38.333%;
	float:right;
	padding:100px 0;
	color:#FFF;
}
.zsyshi01 h1{
	font-size:30px;
	line-height:36px;
}
.zsyshi01 h2{
	font-size:16px;
	display:flex;
	color:#e5e7ff;
	margin-top:20px;
}
.zsyshi01 h2 i{
	padding:5px 10px;
	border:1px solid #e5e7ff;
}
.zsyshi01 ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:25px;
}
.zsyshi01 ul li{
	margin-top:45px;
	display:flex;
	align-items:center;
}
.zsyshi01 ul li img{
	margin-right:20px;
}
.zsyshi01 ul li dl dt{
	font-size:20px;
	line-height:36px;
}
.zsyshi01 ul li dl dd{
	font-size:16px;
	line-height:30px;
}
.hzms{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hzms01{
	width:40%;
}
.hzms01 h1{
	font-size:35px;
	color:#aaaaaa;
	text-transform:uppercase;
	line-height:42px;
	font-weight:normal;
}
.hzms01 h2{
	font-size:30px;
	color:#000000;
	line-height:42px;
	margin-bottom:50px;
}
.zcxt{
	width:100%;
	float:left;
	margin-top:60px;
}
.zcxt ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zcxt ul li{
	width:33.3333%;
	padding:40px 80px;
	display:flex;
	align-items:flex-start;
	background-color:#f7f7f7;
}
.zcxt ul li:nth-child(2n){
	background-color:#e2e7ed;
}
.zcxt ul li img{
	margin-right:20px;
}
.zcxt ul li dl dt{
	font-size:20px;
	line-height:32px;
	font-weight:bold;
}
.zcxt ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:30px;
	color:#4a4a4a;
}
.zs02{
	width:100%;
	float:left;
	margin-top:100px;
	padding:100px 0;
	background-image:url(../img/zst01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.zs03{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.zs03 .tex{
	width:51.25%;
	font-size:20px;
	line-height:30px;
}
.zs03 .kjia{
	width:41.66%;
	font-size:20px;
	line-height:30px;
	background-color:rgba(255,255,255,0.9);
	padding:40px;
}
.kjia01{
	width:100%;
	float:left;
	border:1px solid #b5b5b5;
	padding:15px;
}
.kjia02{
	width:100%;
	float:left;
	border:1px solid #b5b5b5;
	padding:30px;
}
.kjia02 h1{
	font-size:28px;
	line-height:36px;
	font-weight:normal;
}
.kjia02 h2{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
}
.kjia02 ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	border-top:1px solid #b5b5b5;
}
.kjia02 ul li{
	width:100%;
	padding:25px 0;
	display:flex;
	align-items:center;
	border-bottom:1px solid #b5b5b5;
}
.kjia02 ul li:last-child{
	padding-bottom:0px;
	margin-top:35px;
	border-bottom:0px;
}
.bk3{
	width:100%;
	border:0px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
}
.anniu2{
	width: 188px;
	height: 52px;
	background: #313131;
	color:#fff;
	line-height:52px;
	font-size:14px;
	cursor:pointer;
	border:0px;
}

.mart100{
	margin-top: 100px;
}
.mart40{
	margin-top: 40px;
}



.mart60{
	margin-top: 60px;
}
.header2{
	display: none;
}
.mobile{
	display: none;
}
.xxy{ width:100%; margin-top:40px; float:left; font-size:16px; font-weight:bold; line-height:35px; margin-bottom:40px;}
.xxy span{ float:right}
	.bddh{ display:none}
	.dingw{ width:100%; float:left; margin-top:-20px;}	
}


@media (min-width:1200px) and  (max-width:1500px){
	.innav ul li{ font-size:14px; margin-left:20px;}
}



@media (max-width:1199px) {
.bddh{ width:100%; line-height:50px;text-align:center; background:#014099; position:fixed; bottom:0px; height:50px; font-size:1.2rem; z-index:9999999}
.bddh a{ color:#ffffff; text-align:center; width:100%; float:left}
.xxy{ width:100%; margin-top:40px; float:left; font-size:0.9rem; font-weight:bold; line-height:35px;margin-bottom:40px;}
.xxy span{ float:right; width:100%;}
.pc{
	display: none;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:3rem; 
	line-height:3rem;
	background-color: #014099;
	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:3rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:2.5rem; 
	vertical-align:middle;
}
.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:3rem; 
	height:3rem; 
	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: 1.0rem; 
	height: 1.0rem; 
	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: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;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.wrap{
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 0px 9vw;
	padding-bottom: 2.0rem;
}
.intitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
}
.intitle dl dt{
	font-size: 1.0rem;
	color: #333335;
	line-height: 2.0rem;
	display: flex;
	justify-content: center;
	font-weight: bold;
}
.intitle dl dt img{
	vertical-align: middle;
	max-height: 2.0rem;
	margin-top:-2px;
}
.intitle dl dd{
	font-size: 0.8rem;
}

.shili{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.shili ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.shili ul li{
	width: 6.0rem;
	height: 6.0rem;
	background-image: linear-gradient(to bottom, #eb4041 , #e69362 );
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.5rem;
}
.shili ul li dl dt{
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: -3px;
}
.shili ul li dl dt i{
	font-size: 1.5rem;
	margin-right: 5px;
}
.shili ul li dl dd{
	font-size: 1.0rem;
	text-align: center;
}
.pro{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.pro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro ul li{
	width: 49%;
	background-color: #f7f7f7;
	transition: all 0.6s;
	margin-top: 0.5rem;
}
.pro ul li dl dt{
	overflow: hidden;
	text-align: center;
}
.pro ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.pro ul li dl dd{
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.7rem;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pro ul li dl dd i{ display:none}
.pro ul li:hover{
	background-color: #004097;
}
.pro ul li:hover dl dd{
	color: #FFFFFF;
}
.pro ul li:hover dl dt img{
	transform: scale(1.05);
}
.more{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	margin-top: 1.0rem;
}
.more a{
	padding: 0.2rem 1.0rem;
	border: 1px solid #e84445;
	color: #e84445;
	border-radius: 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	line-height: 2.5rem;
}
.more img{
	vertical-align: middle;
	margin-left: 0.5rem;
	max-height: 1.2rem;
	margin-top: -0.1rem;
}
.wrap2{
	width: 100%;
	float: left;
	background-color: #efefef;
	padding: 0px 3vw;
	padding-bottom: 2.0rem;
	margin-top: 1.0rem;
}
.txtitle{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 1.2rem;
	color: #e84445;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5rem;
}
.txtitle i{
	width: 2.0rem;
	height: 2px;
	color: #e84445;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	background-color: #e84445;
}
.tx{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	flex-wrap: wrap;
}
.tx div{
	width: calc(50% - 0.5rem);
	height:  auto;
	border: 2px solid #e84445;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	margin-right: 0.5rem;
	transition: all 0.6s;
	padding-bottom: 1.0rem;
	margin-top: 0.5rem;
}
.tx div:nth-child(2){
	margin-right: 0px;
}
.tx div dl dt{
	height: 2.5rem;
	text-align: center;
	margin-top: 1.0rem;
}
.tx div dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.tx div dl dt img{
	max-height: 2.0rem;
	max-width: 100%;
	vertical-align: middle;
}
.tx div dl dt .pic01{
	display: inline-block;
}
.tx div dl dt .pic02{
	display: none;
}
.tx div dl dd{
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	color: #e84445;
	line-height: 1.5rem;
}
.tx div:hover{
	background-color: #e84445;
}
.tx div:hover dl dd{
	color: #FFFFFF;
}
.tx div:hover dl dt .pic01{
	display: none;
}
.tx div:hover dl dt .pic02{
	display: inline-block;
}
.ggt{
	width: 100%;
	float: left;
}
.ggt img{
	width: 100%;
	height: auto;
	display: block;
}

.vieo{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.vieo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vieo ul li{
	width: 49%;
	transition: all 0.6s;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.vieo ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.vieo ul li span{
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: 11;
	background-image: url(../img/s01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity:0.8;
}
.vieo ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	font-size: 0.8rem;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.vieo ul li div i{
	margin-right: 0.5rem;
}
.vieo ul li:hover img{
	transform: scale(1.05);
}
.nysp{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.nysp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nysp ul li{
	width: 49%;
	transition: all 0.6s;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.nysp ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.nysp ul li span{
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: 11;
	background-image: url(../img/s01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity:0.8;
}
.nysp ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	font-size: 0.8rem;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.nysp ul li div i{
	margin-right: 0.5rem;
}
.nysp ul li:hover img{
	transform: scale(1.05);
}
.case{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case ul li{
	width: 49%;
	transition: all 0.6s;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.case ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.case ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	font-size: 0.8rem;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.case ul li div i{
	margin-right: 0.5rem;
}
.case ul li:hover img{
	transform: scale(1.05);
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 1.5rem;
	text-align:center;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}

.fh{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 8.0rem;
	height: 2.0rem;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #6C757D;
	text-align: center;
	line-height: 2.0rem;
}
.fh ul li a{
	color: #6C757D;
}
.intitle2{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
}
.intitle2 dl dt{
	font-size: 1.0rem;
	color: #333335;
	line-height: 2.0rem;
	display: flex;
	justify-content: center;
	font-weight: bold;
}
.intitle2 dl dt img{
	vertical-align: middle;
}
.intitle2 dl dd{
	font-size: 0.8rem;
}

.bzhun{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.bzhun ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bzhun ul li{
	width: 49%;
	transition: all 0.6s;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.bzhun ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.bzhun ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	width: 100%;
	z-index: 11;
}
.bzhun ul li div dl dt{
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bzhun ul li div dl dd{
	font-size: 0.8rem;
	text-align: center;
}
.bzhun ul li div dl dd i{
	margin-right: 0.1rem;
	margin-left: 0.1rem;
}
.bzhun ul li:hover img{
	transform: scale(1.05);
}

.inabout{
	width: 100%;
	float: left;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.inabout01{
	width: 100%;
	display: flex;
}
.inabout01 a{
	width:100%;
	
}
.inabout img{
	width: 100%;
	height:auto;
	display:block;
}
.inabout02{
	width: 100%;
	background-image: url(../img/ab-2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	padding: 0px 5vw;
	padding-top: 2rem;
	padding-bottom:2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	background-size:100% 100%;
}
.inabout02 a{
	width:100%;
	height:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	
}
.sjsl_1{white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}

.news{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.news ul{
	display: flex;
	flex-wrap: wrap;
}
.news ul li{
	width: calc(50% - 0.5rem);
	background-color: #FFFFFF;
	transition: all 0.6s;
	margin-top: 1.0rem;
	padding-bottom: 1.0rem;
	margin-right:0.5rem;
}
.news ul li .pic{
	overflow: hidden;
	text-align: center;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li dl dt{
	padding: 0px 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news ul li dl dd{
	line-height: 1.5rem;
	padding: 0px 1.0rem;
	font-size: 0.8rem;
	margin-top: 0.5rem;
	color: #666666;
	display:none;
}
.news ul li dl dd a{
	color: #f69c71;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}

.foot{
	width: 100%;
	float: left;
	background-color: #202930;
	padding: 1.5rem 9vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot dl dt{
	padding-bottom: 1.0rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-size: 0.8rem;
	color: #FFFFFF;
	margin-bottom: 1.0rem;
}
.foot dl dt i{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.foot dl dt a{
	color: #FFFFFF;
}
.foot dl dd{
	font-size: 0.8rem;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.foot dl dd img{
	margin-top: 0.5rem;
}
.foot dl dd i{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.foot dl dd a{
	color: #FFFFFF;
}
.foot dl dd em{
	color: #e84445;
}
.foot dl:last-child{
	text-align: center;
	margin-top: 1.0rem;
}
.foot01{
	width: 100%;
	float: left;
	background-color: #0f161b;
	padding: 1.0rem 9vw;
	text-align: center;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.4);
}
.foot01 a{
	color: rgba(255,255,255,0.4);
}
.foot01 i{
	margin-left: 0.5rem;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.nytitle dl dt{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.0rem;
	text-align: center;
}
.nytitle dl dd{
	font-size: 1.0rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.5rem;
}
.nytitle p{
	display: flex;
	margin-top: 0.5rem;
	justify-content: center;
}
.nytitle p i{
	width: 2.0rem;
	height: 2px;
	background-color: #e94646;
}
.ppll{
	width: 100%;
	float: left;
	margin-top: 0.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ppll dl{
	margin-top: 1.5rem;
}
.ppll dl dt{
	font-size: 1.8rem;
	color: #e94647;
	font-weight: bold;
	text-align: center;
}
.ppll dl dd{
	font-size: 1.5rem;
	margin-top: 0.5rem;
	line-height: 1.5rem;
}

.youshi{
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding-bottom: 3.0rem;
	margin-top: 3.0rem;
}
.nymain{
	width: 100%;
	float: left;
	padding: 0px 4%;
}
.youshi01{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.youshi01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.youshi01 ul li{
	width: 48%;
	background-color: #FFFFFF;
	padding-bottom: 2.0rem;
	margin-top: 1.0rem;
}
.youshi01 ul li .pic{
	margin-top: 2.0rem;
	height: 3.0rem;
	text-align: center;
}
.youshi01 ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.youshi01 ul li .pic img{
	max-width: 100%;
	max-height: 2.5rem;
	vertical-align: middle;
}
.youshi01 ul li dl dt{
	font-size: 1.2rem;
	color: #e84746;
	line-height: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
}
.youshi01 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.about{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.about .tex h1{
	font-size: 1.2rem;
	margin-top: 2.0rem;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0.5rem;
}
.about .pic{
	width: 100%;
	margin-top: 1.0rem;
}
.about .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.lxanniu{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: center;
}
.lxanniu a{
	width: 8.0rem;
	height: 2.5rem;
	background-color: #e94646;
	border-radius: 10px;
	line-height: 2.5rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.lxwm{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width: 382px;
}
.lxwm-l dl{
	display: flex;
	margin-bottom: 0.5rem;
	align-items: center;
	justify-content: space-between;
}
.lxwm-l dl img{
	max-width: 100%
}
.lxwm-l dl dt{
	width: 2.0rem;
}
.lxwm-l dl dt img{
	max-width: 100%;
}
.lxwm-l dl dd{
	width: calc(100% - 3.0rem);
	font-size: 1.0rem;
	line-height: 2.0rem;
}
.lxwm-l dl dd b{
	font-size: 1.2rem;
}
.lxwm-r{
	width: 100%;
	margin-top: 2.0rem;
}
.lxwm-r img{
	
	display: block;
	border: 3px solid #FFFFFF;
	border-radius: 5px;
}
.nynews{
	width: 100%;
	float: left;
}
.nynews ul li{
	width: 100%;
	
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nynews ul li .pic{
	width: 100%;
	overflow: hidden;
}
.nynews ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.nynews ul li:hover .pic img{
	transform: scale(1.05);
}
.nynews ul li .tex{
	width: 100%;
	margin-top: 1.0rem;
}
.nynews ul li .tex dl dt{
	font-size: 1.2rem;
	color: #333333;
	line-height: 2.0rem;
}
.nynews ul li .tex dl dd{
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.nynews ul li .tex dl dd img{
	vertical-align: middle;
	margin-right: 0.5rem;
	max-height: 1.5rem;
}
.fy{
	width: 100%;
	float: left;
	padding: 2.0rem 0px;
	margin-top: 40px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.5rem;
}
.fy ul li a{
	padding: 0.5rem 0.3rem;
	text-align: center;
	line-height: 2.0rem;
	font-size: 0.8rem;
	background-color: #FFFFFF;
	color: #666666;
}
.fy ul li a:hover{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}
.fy ul li .cur{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}
.xlogo{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	background-image: url(../img/hx.jpg);
	background-position: center;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xlogo i{
	width: 5.0rem;
	padding: 0px 0.5rem;
	background-color: #FFFFFF;
}
.xlogo img{
	max-width: 100%;
	height: auto;
}
.xlm{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.xlm a{
	width: 49%;
	height: 2.0rem;
	border: 1px solid #d7d7d7;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	margin-top: 0.5rem;
}
.xlm a:hover{
	border: 1px solid #e94744;
	background-color: #e94744;
	color: #FFFFFF;
}
.xlm .cur{
	border: 1px solid #e94744;
	background-color: #e94744;
	color: #FFFFFF;
}

.nypro{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nypro ul li{
	width: 49%;
	transition: all 0.6s;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #FFFFFF;
	transition: all 0.6s;
}
.nypro ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.nypro ul li .tex{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	font-size: 0.7rem;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 11;
}
.nypro ul li:hover img{
	transform: scale(1.05);
}

.nypro ul li .tex02{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.0rem;
	line-height: 2.0rem;
	padding: 0px 0.5rem;
	font-size: 0.7rem;
	background-color: rgba(255,255,255,1);
	color: #FFFFFF;
	display: flex;
	width: 100%;
	z-index: 22;
	justify-content: space-between;
	color: #114a99;
	font-weight: bold;
	opacity: 0;
	transition: all 0.6s;
	align-items: center;
}
.nypro ul li .tex02 img{
	vertical-align: middle;
	margin-right: 0.1rem;
	max-height: 1.0rem;
	width: auto;
}
.nypro ul li .tex02 div{
	display: flex;
	align-items: center;
}
.nypro ul li .tex02 i{
	padding: 0.1rem 0.5rem;
	border: 1px solid #e94744;
	border-radius: 1.5rem;
	color: #e94744;
	display: flex;
	align-items: center;
	line-height: normal;
}
.nypro ul li:hover{
	border: 1px solid #e94744;
}

.nytitle2{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	line-height: 3.0rem;
	border-bottom: 2px solid #797979;
	font-size: 0.8rem;
}
.nytitle2 b{
	font-size: 1.2rem;
	margin-right: 0.2rem;
	padding-bottom: 0.7rem;
	border-bottom: 3px solid #e94745;
}
.zxly{
	width: 100%;
	float: left;
	margin-top: 0.5rem;
	padding-bottom: 1.0rem;
}
.zxly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width: 49%;
	margin-top: 1.0rem;
	display: flex;
	justify-content: center;
}
.zxly ul li:nth-child(3){
	width: 100%;
}
.zxly ul li:last-child{
	width: 100%;
}
.bk{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	outline: none;
	padding-left: 1.0rem;
	font-size: 0.8rem;
	color: #666666;
	font-family: "微软雅黑";
	background-color: #e9edf0;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: linear-gradient(110deg,#0169b9, #17439a 100%);
	font-size: 0.8rem;
	line-height: 2.5rem;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.gzz{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gzz-l{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	background-image: url(../img/a02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.0rem 9.0vw;
}
.gzz-l h1{
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.0rem;
}
.gzz-l h2{
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 2.0rem;
}
.gzz-r{
	width: 100%;
	padding: 2.0rem 9vw;
	background-color: #f8f8f8;
	padding-top: 1.0rem;
}
.gzz-r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gzz-r ul li{
	width: 49%;
	margin-top: 1rem;
}
.gzz-r ul li .pic{
	overflow: hidden;
}
.gzz-r ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.gzz-r ul li:hover .pic img{
	transform: scale(1.05);
}
.gzz-r ul li h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin-top: 0.5rem;
}
.gzz-r ul li dl dt{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #93969c;
	margin-top: 0.5rem;
}
.gzz-r ul li dl dd{
	margin-top: 0.5rem;
	font-size: 1.0rem;
	color: #e94647;
}
.show01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width: 100%;
}
.show01-l h1{
	padding: 1.0rem;
	border: 1px solid #004097;
	font-size: 1.2rem;
	color: #114a99;
	text-align: center;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
}
.show01-r{
	width: 100%;
	margin-top: 1.0rem;
}
.show01-r01{
	width: 100%;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	border-radius: 0.5rem;
}
.show01-r01 h1{
	font-size: 1.2rem;
	color: #004098;
	line-height: 2.0rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
.show01-r01 img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0.5rem;
}
.show01-r02{
	width: 100%;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 1.0rem;
	font-size: 0.5rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
}
.show01-r02 h1{
	font-size: 1.2rem;
	color: #e84445;
	line-height: 2.0rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
.show01-r02 h2{
	text-align: center;
	font-size: 0.8rem;
	color: #e84445;
}
.show01-r02 .dianhua{
	display: flex;
	margin-top: 0.5rem;
	padding: 0.5rem 0.8rem;
	justify-content: space-between;
	background-color: #e84445;
	border-radius: 5px;
	color: #FFFFFF;
	align-items: center;
}
.show01-r02 .dianhua dl dt{
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: center;
}
.show01-r02 .dianhua div{
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 0.1rem;
	margin-left: 0.1rem;
}
.show01-r02 img{
	max-width: 50%;
}
.nytitle3{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	background-image: url(../img/hx.jpg);
	background-position: center;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
}
.nytitle3 i{
	width: 8.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
	text-align: center;
	background-image: url(../img/bj01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	font-size: 1.2rem;
}
.shuom{
	width: 100%;
	float: left;
	margin-top: 0.5rem;
	
	border-radius: 1.0rem;
	
	font-size: 0.8rem;
	line-height: 1.5rem;
	padding: 1.5rem;
}
.shuom img{
	display:block;
	max-width: 100%;
	height: auto;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.showtex img{
	max-width: 100%;
	height: auto;
}
.tedian{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.tedian ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tedian ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.tedian ul li .pic{
	width: 3.0rem;
}
.tedian ul li .pic img{
	max-width: 100%;
}
.tedian ul li .tex{
	width: calc(100% - 4.0rem);
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.tedian ul li .tex h1{
	font-size: 1.2rem;
	color: #004098;
	margin-bottom: 0.5rem;
}
.zs{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width: calc(33.33% - 0.5rem);
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}
.zs ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.zs ul li:nth-child(5n){
	margin-right: 0px;
}

.case2{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	margin-bottom: 2.0rem;
}
.case2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case2 ul li{
	width: 49%;
	background-color: #004098;
	transition: all 0.6s;
	margin-top: 0.5em;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 1.0rem;
}
.case2 ul li .pic{
	overflow: hidden;
	text-align: center;
}
.case2 ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.case2 ul li dl dt{
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0px 0.5rem;
	font-size: 1.0rem;
	margin-top: 0.5rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.case2 ul li dl dd{
	display: flex;
	margin-top: 0.5rem;
	justify-content: center;
}
.case2 ul li dl dd a{
	padding: 0.1rem 0.5rem;
	background-color: #FFFFFF;
	border-radius: 1.5rem;
	color: #004097;
	font-size: 0.8rem;
}
.case2 ul li:hover .pic img{
	transform: scale(1.05);
}

.nybanner{ width:100%; float:left; margin-top:3rem;}
.nybanner img{ width:100%; display:block;}



.mart60{
	margin-top: 2.0rem;
}
	
	
.zs01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zs01 .tex{
	width:100%;
}

.zs01 .pic{
	width:100%;
	margin-top:2.0rem;
}
.zs01 .pic img{
	max-width:100%;
	height:auto;
}
.zstit{
	width:100%;
	float:left;
}
.zstit.center{
	text-align:center;
}
.zstit dl dt{
	position:relative;
	height:3.0rem;
	font-size:1.2rem;
	color:#aaaaaa;
	line-height:2.0rem;
	text-transform:uppercase;
}
.zstit dl dt b{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	font-size:1.0rem;
	color:#000000;
	width:100%;
}
.zstit dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#a4a4a4;
	padding-bottom:1.0rem;
	position:relative;
}
.zstit dl dd::after{
	width:2.0rem;
	height:1px;
	position:absolute;
	bottom:0;
	left:calc(50% - 1.0rem);
	z-index:1;
	background-color:#1b1b1b;
	content:'';
}
.zstex{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zstex ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
}
.zstex ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#064fa0;
}
.zstex ul li dl dd{
	font-size:0.8rem;
	color:#909090;
	line-height:1.5rem;
}
.zstex ul li::before{
	width:0.6rem;
	height:0.6rem;
	margin-right:1.0rem;
	content:'';
	background-image:url(../img/yuan.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	margin-top:0.5rem;
}
.zsyshi{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background:#064fa0;
}
.zsyshi::before{
	width:100%;
	height:15rem;
	content:'';
	display:inline-block;
	background-image:url(../img/zs03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.zsyshi01{
	width:100%;
	float:right;
	padding:3.0rem 2.0rem;
	color:#FFF;
}
.zsyshi01 h1{
	font-size:1.2rem;
	line-height:1.5rem;
}
.zsyshi01 h2{
	font-size:0.8rem;
	display:flex;
	color:#e5e7ff;
	margin-top:1.0rem;
}
.zsyshi01 h2 i{
	padding:0.5rem 1.0rem;
	border:1px solid #e5e7ff;
}
.zsyshi01 ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:1.0rem;
}
.zsyshi01 ul li{
	margin-top:1.0rem;
	display:flex;
	align-items:flex-start;
}
.zsyshi01 ul li img{
	margin-right:1.0rem;
	max-height:2.0rem;
	margin-top:0.5rem;
}
.zsyshi01 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.zsyshi01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.hzms{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hzms01{
	width:48%;
}
.hzms01 h1{
	font-size:1.2rem;
	color:#aaaaaa;
	text-transform:uppercase;
	line-height:2.0rem;
	font-weight:normal;
}
.hzms01 h2{
	font-size:1.0rem;
	color:#000000;
	line-height:1.5rem;
	margin-bottom:2.0rem;
}
.hzms01 img{
	max-width:100%;
}
.zcxt{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zcxt ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zcxt ul li{
	width:100%;
	padding:2.0rem;
	display:flex;
	align-items:flex-start;
	background-color:#f7f7f7;
}
.zcxt ul li:nth-child(2n){
	background-color:#e2e7ed;
}
.zcxt ul li img{
	margin-right:1.0rem;
	max-width:2.0rem;
}
.zcxt ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.zcxt ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#4a4a4a;
}
.zs02{
	width:100%;
	float:left;
	margin-top:3.0rem ;
	padding:3.0rem 0;
	background-image:url(../img/zst01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.zs03{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.zs03 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.zs03 .kjia{
	width:100%;
	background-color:rgba(255,255,255,0.9);
	padding:1.5rem;
	margin-top:2.0rem;
}
.kjia01{
	width:100%;
	float:left;
	border:1px solid #b5b5b5;
	padding:1.0rem;
}
.kjia02{
	width:100%;
	float:left;
	border:1px solid #b5b5b5;
	padding:1.0rem;
}
.kjia02 h1{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:normal;
}
.kjia02 h2{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:normal;
	text-transform:uppercase;
}
.kjia02 ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:1.0rem;
	border-top:1px solid #b5b5b5;
}
.kjia02 ul li{
	width:100%;
	padding:1.0rem 0;
	display:flex;
	align-items:center;
	border-bottom:1px solid #b5b5b5;
}
.kjia02 ul li:last-child{
	padding-bottom:0px;
	margin-top:2.0rem;
	border-bottom:0px;
}
.bk3{
	width:100%;
	border:0px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
}
.anniu2{
	width: 188px;
	height: 2.5rem;
	background: #313131;
	color:#fff;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
}

.mart100{
	margin-top: 3.0rem;
}
.mart40{
	margin-top: 2.0rem;
}


.mart0{
	margin-top: 0rem;
}



.dingw{ width:100%; float:left; margin-top:-2rem;}	






}
































