@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
*{
	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:#e60012;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #e60012;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #333333;
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}
.ditu { width:100%; float:left; margin-top:50px;}
@media (min-width:1200px) {
/*底部开始*/
.foot_top{
	cursor: pointer;
	position: absolute;
	left: 50%;
	width: 50px;
	height: 25px;
	margin-left: -25px;
	bottom: 0;
	background: url(../images/index6Arrow1.png) no-repeat;
	z-index: 5;
}
.footer{
	background-color: #010101;
	width: 100%;
	position: static;
	z-index: 300;
	left: 0;
	bottom: 0;
	height: 0;
	overflow: hidden;
	z-index: 5;
}
.footer.foot_show{
	height: 373px;
	overflow: visible;
}
.footer.foot_show .foot_top{
	background-image: url(../images/index6Arrow2.png);
	bottom: auto;
	top: -25px;
}

.footTop{
	opacity: 0;
	-webkit-transform:translateY(150px);
	-moz-transform:translateY(150px);
	transform:translateY(150px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


.footBottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #1a1a1b;
	text-align: center;
	font-size: 12px;
}
.footBottom *{
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
.footBottom .cnzz{
	padding-left: 30px;
}
.footer.foot_show .footTop{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.footer,.foot_top{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*底部结束*/

.main{
	width: auto;
	margin: auto;
	max-width: 1360px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header .logo{
	width: auto;
	float: left;
	height: 100px;
	max-width: 131px;
}
.header .logo span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 100px;
	float: right;
	margin-right:50px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 100px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 100px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left: 50px;
	
}
.header .innav ul li a{
	width: 100%;
	float: left;
	white-space: nowrap;
}
.header .innav ul li a:hover{
	color: #e60012;
}
.header .innav ul li a:hover i{
	opacity: 1;
}
.header .innav ul li .cur{
	color: #e60012;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}
.header .innav ul li b{
	color: #e60012;
	line-height: 24px;
}
.header .innav ul li div{
	margin-left: 10px;
}
#submenu {
	left:-54px;
	opacity: 0;
	position: absolute;
	top:101px;
	visibility: hidden;
	z-index:9999999;
	width:150px;
	-moz-transition: all .65s ease;
	-ms-transition: all .65s ease;
	-o-transition: all .65s ease;
	transition: all .65s ease;
	background:#ffffff;
}
.innav ul li:hover #submenu {
	opacity: 1;
	top:101px;
	visibility: visible;
}
#submenu dl dd{ font-size:14px; text-align:center; height:40px; line-height:40px; border-bottom:1px solid #ffffff; font-weight:bold;}
#submenu dl dd a{ line-height:40px; color:#333333; text-align: center; background:#ffffff; padding:0px;}
#submenu dl dd:hover a{ color:#ffffff;border-bottom:0px solid #317DE9}
#submenu dl dd a:hover{color: #FFFFFF;background-color: #ff0000;}
.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(255,255,255,1);
}

.index01{
	width: 100%;
	float: left;
}

.index02 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index02.active .fwys{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);}

.index02{
	width: 100%;
	float: left;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.numshij{
	width: 100%;
	float: left;
	margin-top:50px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 8%;
}

.index02 .numshij{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index02.active .numshij{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}


.index02 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index02 .pc-banner{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index02.active .pc-banner{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 8.2vw;
	
}
.protitle ul{
	display: flex;
	justify-content: space-between;
}
.protitle ul li{
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.protitle ul li em{
	font-size: 24px;
}
.protitle ul li a{
	color: #FFFFFF;
}
.protitle ul li .inzlm{
	width: auto;
	display: flex;
}
.protitle ul li .inzlm a{
	width: 112px;
	height: 38px;
	border: 1px solid #ffffff;
	margin-left: 10px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
}
.protitle ul li .inzlm a:hover{
	background-color: #E60012;
	border: 1px solid #e60012;
}
.protitle ul li .inzlm .cur{
	background-color: #E60012;
	border: 1px solid #e60012;
}
	
.index03{
	width: 100%;
	float: left;
	background-image: url(../img/ab02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index03 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03 .protex{
	opacity: 0;
	-webkit-transform:translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.protex{
	width: 100%;
	float: left;
	height: 100%;
	background:#666666
}
.protex ul{
	display: flex;
	height: 100%;
}
.protex ul li{
	width: 25%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.protex ul li img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.protex ul li:hover img{
	transform: scale(1.05);
}
.protex ul li .tex{
	width: 100%;
	position: absolute;
	left: 0;
	top: 10.2vw;
	z-index: 11;
	padding-left: 12.5%;
}
.protex ul li .tex dl dt{
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
}
.protex ul li .tex dl dd{
	font-size: 14px;
	padding-bottom: 30px;
	background-image: url(../img/hx.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
}


.index04{
	width: 100%;
	float: left;
	background-image: url(../img/b02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index04 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04 .protex2{
	opacity: 0;
	-webkit-transform:translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.protex2{
	width: 100%;
	float: left;
	height: 100%;
	margin-top: 20px;
}
.protex2 ul{
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.protex2 ul li{
	width: calc(33.3% - 30px);
	height: 300px;
	float: left;
	transition: all 0.6s;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.protex2 ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
	height:300px;
	
}
.protex2 ul li:hover img{
	transform: scale(1.05);
}
.protex2 ul li span{
	width: 100%;
	height: 55px;
	line-height: 55px;
	bottom: 0;
	left: 0;
	z-index: 11;
	background-color: rgba(23,79,164,0.8);
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
}


.index02.active .protitle,.index04.active .protitle,.index05.active .protitle,.index04.active .protitle,.index07.active .protitle,.index03.active .protex,.index04.active .protex2,.index03.active .protitle,.index03.active .protitle,.index04.active .inabout01 div{
	opacity: 1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	-moz-transform:translateX(0px);
	transform:translateX(0px);
}

.index05{
	width: 100%;
	float: left;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.innews{
	width: 100%;
	float: left;
	margin-top: 4vw;
	display: flex;
	justify-content: space-between;
}
.innews-l{
	width: 37%;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding-bottom: 30px;
	background-color: #0954A7;
	opacity: 0;-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.innews-l .pic{
	padding: 5px;
	position: relative;
}
.innews-l .pic .date{
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	z-index: 11;
}
.innews-l .pic img{
	width: 100%;
	height: auto;
	display: block;
	max-height:400px;
}
.innews-l h1{
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.innews-l p{
	padding-left: 40px;
	padding-right: 40px;
}
.innews-l .more{
	margin-top:20px;
	display: flex;
}
.innews-l .more a{
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.innews-l .more a i{
width:20px; height:20px;
	background-image: url(../img/jia01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.innews-l .more a:hover i{
-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;
	
}
.innews-r{
	width: 52%;
	opacity: 0;
	-webkit-transform:translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.innews-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innews-r ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-bottom: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.innews-r ul li .tex{
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all 0.6s;
	width: calc(100% - 110px);
}
.innews-r ul li .tex h1{
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
	font-weight: normal;
}
.innews-r ul li .tex h1 a{
	color: #FFFFFF;
}
.innews-r ul li .date{
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	transition: all 0.6s;
	width: 50px;
}
.innews-r ul li .date dl dt{
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
}
.innews-r ul li .date dl dd{
	display: flex;
	justify-content: space-between;
}
.innews-r ul li .date dl dd i{
	width: 1px;
	height: 27px;
	background-color: #FFFFFF;
}
.innews-r ul li .date dl dd img{
	vertical-align: middle;
}
.innews-r ul li:hover{
	background-color: rgba(255,255,255,0.1);
	border-bottom: 0px;
}
.innews-r ul li:hover .tex{
	margin-left: 40px;
	width: calc(100% - 190px);
}
.innews-r ul li:hover .tex h1 a{
	color: #2F80ED;
}
.innews-r ul li:hover .date{
	margin-right: 40px;
}
.innews-r ul li:first-child{
	margin-top: 0px;
}
.index05.active .innews .innews-l,.index05.active .innews .innews-r{
	opacity: 1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	-moz-transform:translateX(0px);
	transform:translateX(0px);}


.index06.active .protitle,.index06.active .xwzx{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index06{
	width: 100%;
	float: left;
	background-image: url(../img/b04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index06 .protitle{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index06 .xwzx{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.xwzx{
	width: 100%;
	float: left;
	margin-top: 4vw;
}

.xwzx ul li{
	width: calc(34.3% - 40px);
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 40px;
}
.xwzx ul li .pic{
	position: relative;
	overflow: hidden;
}
.xwzx ul li .pic .date{
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	z-index: 11;
}
.xwzx ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.xwzx ul li:hover .pic img{
	transform: scale(1.05);
}
.xwzx ul li h1{
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	font-weight: normal;
}
.xwzx ul li p{
	padding-left: 25px;
	padding-right: 25px;
	color: #666666;
}
.xwzx ul li .more{
	margin-top:20px;
	display: flex;
}
.xwzx ul li .more a{
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #174fa4;
	color: #174fa4;
	display:flex;
	justify-content: center;
	align-items: center;
}
.xwzx ul li:nth-child(2){
	margin-top: 60px;
}
.xwzx ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}

.foot{
	width: 100%;
	float: left;
	background: #092f60;
	padding-top: 3.6vw;
	position: relative;
	border-top: 3px solid #0954a7;
}
.foot .jiant{
	width: 54px;
	height: 29px;
	position: absolute;
	z-index: 111;
	left: calc(50% - 27px);
	top: 0;
	background-image: url(../img/xjt.png);
	background-position: center;
	background-repeat: no-repeat;
}
.foot01{
	width: 100%;
	float: left;
	padding-bottom: 2.8vw;
	
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
}
.foot ul{
	display: flex;
	justify-content: space-between;
}
.foot ul li{
	width: auto;
	margin-right: 3vw;
}
.foot ul li dl dt{
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.foot ul li dl dt b{
	font-size: 16px;
}
.foot ul li dl dd{
	font-size: 12px;
	line-height: 16px;
	color: #BDBDBD;
	margin-top: 17px;
}
.foot ul li dl dd a{
	color: #BDBDBD;
}
.foot ul li dl dd a:hover{
	color: #FFFFFF;
}
.foot ul li:last-child{
	margin-right: 0px;
}
.foot02{
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255,255,255,0.20);
	padding-bottom: 20px;
	padding-top: 20px;
	color: #5C708D;
	font-size: 14px;
	line-height: 16px;
}
.foot02 span{
	float: right;
}
.foot02 a{
	color: #5C708D;
}



.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 80px;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}

.zlm{
	width: 100%;
	float: left;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 45px;
}
.zlm ul{
	display: flex;
	border-left: 1px solid #e6e6e6;
}
.zlm ul li{
	font-size: 16px;
	height: 45px;
	line-height: 45ox;
	width: 150px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.zlm ul li.cur{
	background-color: #e60012;
	color: #FFFFFF;
}
.zlm ul li.cur a{
	color: #FFFFFF;
}
.zlm ul li:hover{
	background-color: #e60012;
	color: #FFFFFF;
}
.zlm ul li:hover a{
	color: #FFFFFF;
}

.about{
	width: 100%;
	float: left;
	margin-top: 80px;
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 80px;
}
.about h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: normal;
	color: #174fa4;
	text-align: center;
}
.about img{
	max-width: 100%;
	height: auto;
}
.honr{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	width: calc(25% - 50px);
	margin-right: 50px;
	margin-top: 60px;
	overflow: hidden;
}
.honr ul li dl dt{
height:405px;
	overflow: hidden;
}
.honr ul li dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.honr ul li dl dt img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.honr ul li dl dd{ height:35px; text-align:center; font-size:16px; line-height:35px;}
.honr ul li:first-child33{
	width: calc(50% - 50px);
}
#mar0{
	margin-right: 0px;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 70px;
	margin-bottom: 80px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	font-size: 16px;
	margin-left: 5px;
	margin-top: 10px;
}
.fy ul li a{
	padding: 10px 20px;
	text-align: center;
	background-color: #f5f5f5;
}
.fy ul li a:hover{
	background-color: #e60012;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #e60012;
	color: #FFFFFF;
}

.nytitle{
	width: 100%;
	float: left;
	margin-top: 80px;
	padding-bottom: 25px;
	background-image: url(../img/hx02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 36px;
	color: #174fa4;
	font-weight: bold;
	text-align: center;
}

.caselist{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.caselist ul li{
	width: calc(34.2% - 35px);
	float: left;
	margin-right: 35px;
	transition: all 0.6s;
	margin-top: 40px;
	background-color: #eeeeee;
}
.caselist ul li dl dt{
	height: 300px;
	text-align: center;
	overflow: hidden;
}
.caselist ul li dl dt img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.caselist ul li dl dd{
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	transition: all 0.6s;
	background-color: #eeeeee;
}
.caselist ul li:hover dl dd{
	background: #174fa4;
	color: #FFFFFF;
}
.caselist ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}

.zp{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.subNavBox4{
	width:100%;
	float:left;
}

.subNav4 div{
	display: flex;
	align-items: center;
}
.subNav4 i{
	width: 32px;
	height: 32px;
	background-color: #f0f0f2;
	margin-right: 20px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}
.subNav4 span{
	width: 14px;
	height: 14px;
	background-image: url(../img/jian2.png);
	background-position: center;
	background-repeat: no-repeat;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:64px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	border-bottom: 1px solid #E5E5E5;
	background-color: #ffffff;
	line-height:64px; 
	font-size:18px;
	align-items: center;
	color: #666666;
}
.subNav4:hover{float:left; }
.currentDd4{background: #ffffff;}
.currentDd4 span{
	background-image: url(../img/jian.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding: 30px; 
	line-height:30px; 
	font-size:14px;
	background: #f0f0f2;
	color: #666666;
}
.add{
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-top: 30px;
	color: #828282;
	border-bottom: 1px solid #e5e5e5;
}
.nycon{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.lx-l{
	width: 49%;
}
.sqxz{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.sqxz ul li{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.lx-r{
	width: 43%;
	padding: 60px 40px;
	background-color: #f2f2f2;
}
.lx-r .lxtitle{

	justify-content: space-between;
	padding-bottom: 30px;
	width:100%; 
	float:left;
	background-image: url(../img/hx02.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.mt30{margin-top:30px;}
.lx-r .lxtitle dl dt{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-transform: uppercase;
}
.lx-r .lxtitle dl dd{
	font-size: 24px;
	color: #0954A7;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 3px;
}
.lx-r .lxtitle .pic{
	width: 141px;
}
.lx-r .lxtitle .pic img{
	max-width: 100%;
	height: auto;
}
.lx-r .lxlist{
	margin-top: 55px;
}
.lx-r .lxlist ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lx-r .lxlist ul li .pic{
	width: 36px;
}
.lx-r .lxlist ul li .tex{
	width: calc(100% - 56px);
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.lx-r .lxlist ul li .tex h1{
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.map{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}
.sqbk2{
	width: 100%;
	height: 66px;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
}
.sqanniu2{
	height: 60px;
	width: 100%;
	border: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	margin-top: 10px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #174fa5 , #2e7bf0 );
}

.nytitle3{
	width: 100%;
	float: left;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	color: #22378C;
	margin-bottom: 20px;
}
.nytex{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.nytex img{
	max-width: 100%;
	height: auto;
}

.news{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.news ul li{
	width: 100%;
	float: left;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
}
.news ul li:hover{
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.news ul li .pic{
	width: 300px;
	overflow: hidden;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}
.news ul li .tex{
	width: calc(100% - 340px);
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.news ul li .tex h1{
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 15px;
}
.news ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.news ul li .tex .more a{
	width: 145px;
	height: 40px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.news ul li:hover .tex .more a{
	background-color: #e60012;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #e60012;
}
.casetitle{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 12px;
	margin-top: 32px;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.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;
}













































.mart45{
	margin-top: 45px;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}

.f16{
	font-size: 16px;
}
.header2{
	display: none;
}
	
}






@media (max-width:1199px) {

.footer{}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}
.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/close.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%;
}
.index01{
	width: 100%;
	float: left;
}



.index02{
	width: 100%;
	float: left;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.numshij{
	width: 100%;
	float: left;
	margin-top:2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	text-align: center;
}

.protitle{
	width: 100%;
	float: left;
	margin-top: 8.2vw;
	
}
.protitle ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.protitle ul li{
	width: 100%;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 1.0rem;
}
.protitle ul li em{
	font-size: 1.2rem;
}
.protitle ul li a{
	color: #FFFFFF;
}
.protitle ul li .inzlm{
	width: auto;
	display: flex;
	flex-wrap: wrap;
}
.protitle ul li .inzlm a{
	width: calc(33.6% - 0.2rem);
	height: 2.0rem;
	border: 1px solid #ffffff;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	margin-top: 0.5rem;
	margin-right: 0.2rem;
}
.protitle ul li .inzlm a:hover{
	background-color: #E60012;
	border: 1px solid #e60012;
}
.protitle ul li .inzlm .cur{
	background-color: #E60012;
	border: 1px solid #e60012;
}
.protitle ul li .inzlm a:nth-child(3n){
	margin-right: 0px;
}
	
.index03{
	width: 100%;
	float: left;
}
.protex{
	width: 100%;
	float: left;
	height: 100%;
}
.protex ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.protex ul li{
	width: 50%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.protex ul li img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.protex ul li:hover img{
	transform: scale(1.05);
}
.protex ul li .tex{
	width: 100%;
	position: absolute;
	left: 0;
	top: 10.2vw;
	z-index: 11;
	padding-left: 12.5%;
}
.protex ul li .tex dl dt{
	font-size: 1.2rem;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.protex ul li .tex dl dd{
	font-size: 0.8rem;
	padding-bottom: 1.0re;
	background-image: url(../img/hx.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
}


.index04{
	width: 100%;
	float: left;
	background-image: url(../img/b02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}
.protex2{
	width: 100%;
	float: left;
	height: 100%;
	margin-top: 1.0rem;
}
.protex2 ul{
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.protex2 ul li{
	width: 49%;
	height: auto;
	float: left;
	transition: all 0.6s;
	margin-top: 0.5rem;
	position: relative;
	overflow: hidden;
}
.protex2 ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.protex2 ul li:hover img{
	transform: scale(1.05);
}
.protex2 ul li span{
	width: 100%;
	height: 2.0rem;
	line-height: 2.0rem;
	bottom: 0;
	left: 0;
	z-index: 11;
	background-color: rgba(23,79,164,0.8);
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
	position: absolute;
}

.index05{
	width: 100%;
	float: left;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}
.innews{
	width: 100%;
	float: left;
	margin-top: 4vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innews-l{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-bottom: 1.0rem;
	background-color: #0954A7;
	margin-top: 1.0rem;
}
.innews-l .pic{
	padding: 5px;
	position: relative;
}
.innews-l .pic .date{
	position: absolute;
	left: 1.0rem;
	bottom: 1.0rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.5rem;
	z-index: 11;
}
.innews-l .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.innews-l h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	margin-top: 1.0rem;
	color: #FFFFFF;
	font-weight: normal;
}
.innews-l p{
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}
.innews-l .more{
	margin-top:1.0rem;
	display: flex;
}
.innews-l .more a{
	width: 6.0rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.innews-r{
	width: 100%;
	margin-top: 1.0rem;
}
.innews-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innews-r ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding-bottom: 1.0rem;
	margin-top: 1.0rem;
	display: flex;
	justify-content: space-between;
	padding-top: 1.0rem;
}
.innews-r ul li .tex{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	transition: all 0.6s;
	width: calc(100% - 4.5rem);
}
.innews-r ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.innews-r ul li .tex h1 a{
	color: #FFFFFF;
}
.innews-r ul li .date{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	transition: all 0.6s;
	width: 3.5rem;
}
.innews-r ul li .date dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	text-align: right;
}
.innews-r ul li .date dl dd{
	display: flex;
	justify-content: space-between;
}
.innews-r ul li .date dl dd i{
	width: 1px;
	height: 1.0rem;
	background-color: #FFFFFF;
}
.innews-r ul li .date dl dd img{
	vertical-align: middle;
	max-height: 1.0rem;
}
.innews-r ul li:hover{
	background-color: rgba(255,255,255,0.1);
	border-bottom: 0px;
}
.innews-r ul li:hover .tex{
	margin-left: 40px;
	width: calc(100% - 3.5rem);
}
.innews-r ul li:hover .tex h1 a{
	color: #2F80ED;
}
.innews-r ul li:hover .date{
	margin-right: 1.0rem;
}



.index06{
	width: 100%;
	float: left;
	background-image: url(../img/b04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.xwzx{
	width: 100%;
	float: left;
	margin-top: 4vw;
	padding-bottom: 3.0rem;
}

.xwzx ul li{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	padding-bottom: 1.0rem;
	background-color: #FFFFFF;
	float: left;
	margin-right: 1.0rem;
	margin-top: 1.0rem;
}
.xwzx ul li .pic{
	position: relative;
	overflow: hidden;
}
.xwzx ul li .pic .date{
	position: absolute;
	left: 1.0rem;
	bottom: 1.0rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.5rem;
	z-index: 11;
}
.xwzx ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.xwzx ul li:hover .pic img{
	transform: scale(1.05);
}
.xwzx ul li h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	margin-top: 1.0rem;
	font-weight: normal;
}
.xwzx ul li p{
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	color: #666666;
}
.xwzx ul li .more{
	margin-top:1.0rem;
	display: flex;
}
.xwzx ul li .more a{
	width: 6.0rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	border: 1px solid #174fa4;
	color: #174fa4;
	display:flex;
	justify-content: center;
	align-items: center;
}

.foot{
	width: 100%;
	float: left;
	background: #092f60;
	padding-top: 3.6vw;
	position: relative;
	border-top: 3px solid #0954a7;
}
.foot .jiant{
	width: 54px;
	height: 29px;
	position: absolute;
	z-index: 111;
	left: calc(50% - 27px);
	top: 0;
	background-image: url(../img/xjt.png);
	background-position: center;
	background-repeat: no-repeat;
}
.foot01{
	width: 100%;
	float: left;
	padding-bottom: 2.8vw;
	
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
}
.foot ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot ul li{
	width: 100%;
	display: none;
	margin-top: 2.0rem;
}
.foot ul li:nth-child(6){
	display: block;
}
.foot ul li:nth-child(7){
	display: block;
	text-align: center;
}
.foot ul li dl dt{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.foot ul li dl dt:nth-child(2){
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.foot ul li dl dt b{
	font-size: 1.0rem;
}
.foot ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #BDBDBD;
}
.foot ul li dl dd a{
	color: #BDBDBD;
}
.foot ul li dl dd a:hover{
	color: #FFFFFF;
}
.foot02{
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255,255,255,0.20);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	color: #5C708D;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.foot02 a{
	color: #5C708D;
}



.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}

.zlm{
	width: 100%;
	float: left;
	height: auto;
	line-height: 2.5rem;
	margin-top: 1.0rem;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zlm ul li{
	font-size: 0.8rem;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 48%;
	text-align: center;
	border: 1px solid #e6e6e6;
	margin-top: 0.5rem;
}
.zlm ul li.cur{
	background-color: #e60012;
	color: #FFFFFF;
	border: 1px solid #e60012;
}
.zlm ul li.cur a{
	color: #FFFFFF;
}
.zlm ul li:hover{
	background-color: #e60012;
	color: #FFFFFF;
	border: 1px solid #e60012;
}
.zlm ul li:hover a{
	color: #FFFFFF;
}

.about{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	padding-bottom: 2.0rem;
}
.about h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom: 1.0rem;
	font-weight: normal;
	color: #174fa4;
	text-align: center;
}
.about img{
	max-width: 100%;
	height: auto;
}
.honr{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.honr ul li{
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-top: 1.0rem;
	overflow: hidden;
}
.honr ul li dl dt{
height:15rem;
overflow: hidden;
}
.honr ul li dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.honr ul li dl dt img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.honr ul li dl dd{ height:35px; text-align:center; font-size:16px; line-height:35px;}

.honr ul li:first-child{
	width: 100%;
}
#mar0{
	margin-right: 0px;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	font-size: 0.8rem;
	margin-left: 5px;
	margin-top: 0.2rem;
}
.fy ul li a{
	padding: 0.3rem 0.6rem;
	text-align: center;
	background-color: #f5f5f5;
}
.fy ul li a:hover{
	background-color: #e60012;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #e60012;
	color: #FFFFFF;
}

.nytitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	padding-bottom: 1.0rem;
	background-image: url(../img/hx02.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 1.2rem;
	color: #174fa4;
	font-weight: bold;
	text-align: center;
}

.caselist{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.caselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist ul li{
	width: 48%;
	float: left;
	transition: all 0.6s;
	margin-top: 1.0rem;
	background-color: #eeeeee;
}
.caselist ul li dl dt{
	height: auto;
	text-align: center;
	overflow: hidden;
}
.caselist ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.caselist ul li dl dd{
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.8rem;
	color: #333333;
	transition: all 0.6s;
	background-color: #eeeeee;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding: 0px 0.5rem;
}
.caselist ul li:hover dl dd{
	background: #174fa4;
	color: #FFFFFF;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}

.zp{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.subNavBox4{
	width:100%;
	float:left;
}

.subNav4 div{
	display: flex;
	align-items: center;
}
.subNav4 i{
	width: 1.5rem;
	height: 1.5rem;
	background-color: #f0f0f2;
	margin-right: 1.0rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	text-align: center;
}
.subNav4 span{
	width: 14px;
	height: 14px;
	background-image: url(../img/jian2.png);
	background-position: center;
	background-repeat: no-repeat;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:3.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	border-bottom: 1px solid #E5E5E5;
	background-color: #ffffff;
	line-height:3.5rem; 
	font-size:1.0rem;
	align-items: center;
	color: #666666;
}
.subNav4:hover{float:left; }
.currentDd4{background: #ffffff;}
.currentDd4 span{
	background-image: url(../img/jian.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding: 1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background: #f0f0f2;
	color: #666666;
}
.add{
	width: 100%;
	float: left;
	padding-bottom: 1.0rem;
	margin-top: 1.0rem;
	color: #828282;
	border-bottom: 1px solid #e5e5e5;
}
.nycon{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width: 100%;
}
.sqxz{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.sqxz ul li{
	width: 100%;
	float: left;
	margin-top: 0.5rem;
}

.lx-r{
	width: 100%;
	padding: 2.0rem 1.0rem;
	background-color: #f2f2f2;
	margin-top: 2.0rem;
}
.lx-r .lxtitle{
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.0rem;
	background-image: url(../img/hx02.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.lx-r .lxtitle dl dt{
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #999999;
	text-transform: uppercase;
}
.lx-r .lxtitle dl dd{
	font-size: 1.2rem;
	color: #0954A7;
	line-height: 2.0rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.lx-r .lxlist{
	margin-top: 2.0rem;
}
.lx-r .lxlist ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1.0rem;
	margin-top: 1.0rem;
}
.lx-r .lxlist ul li .pic{
	width: 1.5rem;
}
.lx-r .lxlist ul li .tex{
	width: calc(100% - 2.5rem);
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #999999;
}
.lx-r .lxlist ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
}
.map{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}
.sqbk2{
	width: 100%;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	outline: none;
	font-size: 0.8rem;
	font-family: "微软雅黑";
	color: #999999;
}
.sqanniu2{
	height: 2.5rem;
	width: 100%;
	border: 0px;
	cursor: pointer;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	margin-top: 0.5rem;
	border-radius: 3px;
	background-image: linear-gradient(to right, #174fa5 , #2e7bf0 );
}

.nytitle3{
	width: 100%;
	float: left;
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-weight: bold;
	color: #22378C;
}
.nytex{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.nytex img{
	max-width: 100%;
	height: auto;
}

.news{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.news ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
	flex-wrap: wrap;
	margin-top: 2.0rem;
	padding-bottom: 2.0rem;
}
.news ul li:hover{
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.news ul li .pic{
	width: 100%;
	overflow: hidden;
}
.news ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news ul li:hover .pic img{
	transform: scale(1.05);
}
.news ul li .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 1.0rem;
}
.news ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 0.5rem;
}
.news ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.news ul li .tex .more a{
	width: 6.0rem;
	height: 2.0rem;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
}
.news ul li:hover .tex .more a{
	background-color: #e60012;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #e60012;
}
.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 2.0rem;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	margin-top: 1.5rem;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.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: 6.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;
}


.mart45{
	margin-top: 1.5rem;
}









}
































