@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:#E84D14;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color: rgba(255,255,255,1);
	
}

.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.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: #FFFFFF;
}



@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;}
}

@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: 385px;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;}
/*底部结束*/

.WarpBox .layer6{ width: 100%; box-sizing: border-box;  box-sizing: border-box; background: url(../images/bg_13.png); background-size:100% 100%; margin-top:30px; float:left;}
.WarpBox .layer6 ul{ width: 100%; overflow: hidden;}
.WarpBox .layer6 ul li{ float: left; width: 18.75%; margin-right: 20px; margin-top:20px; margin-bottom: 20px; height: 110px; position: relative;transform-style: preserve-3d; float: left; transition: 0.8s; transform: translateZ(30deg);transform-origin: 50% 50% -82.5px;}
.WarpBox .layer6 ul li .icon{ width: 100%; height: 100%; position: relative; border: 1px solid #b5b5b5; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.WarpBox .layer6 ul li .icon img{ display: block; max-height: 90%; max-width:100%; width: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); position: absolute;}
.WarpBox .layer6 ul li .text{border: 1px solid #b5b5b5; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); padding: 0 10%; box-sizing: border-box; transform: rotateX(-90deg) translateZ(82.5px) translateY(82.5px); background: #fff; z-index: 999; overflow: hidden;}
.WarpBox .layer6 ul li .text img{ display: block; height: auto; width: 70%; left: 50%; top: 50%; transform: translate(-50%,-50%);position: absolute;}
.WarpBox .layer6 ul li:hover{ transform: rotateX(90deg); }
.WarpBox .layer6 ul li:nth-child(5n){ margin-right: 0;}
.WarpBox .layer6 .enter{ width: 190px; height: 50px; border-radius:25px; text-align:center; line-height: 50px; color: #fff; background: #0968b9; margin: 15px auto 0 auto; font-size: 14px; display: block; box-shadow: 0 5px 10px rgba(0,0,0,0.4);}


.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;}

.main{
	width: auto;
	margin: auto;
	max-width: 1360px;
	padding: 0px 25px;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header .logo{
	width: auto;
	float: left;
	height: 80px;
	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: 80px;
	float: right;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 80px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	line-height: 80px;
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
}
.header .innav ul li i{
	background-color: #E84D14;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.header .innav ul li a{
	width: 100%;
	line-height: 80px;
	float: left;
	height: 100%;
	white-space: nowrap
}
.header .innav ul li a:hover{
	color: #E84D14;
}
.header .innav ul li a:hover i{
	opacity: 1;
}
.header .innav ul li .cur{
	color: #E84D14;
}
.header .innav ul li .cur i{
	opacity: 1;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}

#submenu {
	left:-40px;
	opacity: 0;
	position: absolute;
	top:81px;
	visibility: hidden;
	z-index:9999999;
	width:140px;
	-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:81px;
	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;}
#submenu dl dd:hover a{ color:#ffffff;border-bottom:0px solid #317DE9}
#submenu dl dd a:hover{color: #FFFFFF;
	background-color: #0954A7;}


.header.yanse{
	background-color: rgba(255,255,255,1);
	/*box-shadow: 2px 5px 15px rgba(0,0,0,0.1);*/
	box-shadow: 0 1px 2px #999;
	
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	box-shadow: 0 0px 0px #999;
}

.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/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.numshij{
	width: 100%;
	float: left;
	margin-top:20px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 8%;
}
.numshij .more{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.numshij .more a{
	width: 200px;
	height: 48px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
}
.numshij .more a img{
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -3px;
}
.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.active .protitle,.index04.active .protitle,.index05.active .protitle,.index06.active .protitle,.index07.active .protitle,.index03.active .protex,.index06.active .protex,.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);
}
.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 .flexslider2{
	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 .flexslider2{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;
	text-decoration: underline;
}
.protitle ul li .inzlm{
	width: auto;
	display: flex;
}
.protitle ul li .inzlm i{
	width: 112px;
	height: 38px;
	border: 1px solid #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
}
.protitle ul li .inzlm i a{ text-decoration:none;}
	
.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;
}

.index04{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.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.active .protex{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.index04 .protex{
	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;
}

.liuc{
	width: 100%;
	float: left;
	margin-top: -15px;
}
.liuc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width: 11.11%;
	height: 164px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10vh;
}
.liuc ul li .pic01{
	display: inline-block;
	transition: all 0.6s;
}
.liuc ul li .pic02{
	display: none;
	transition: all 0.6s;
}
.liuc ul li:hover .pic01{
	display: none;
}
.liuc ul li:hover .pic02{
	display: inline-block;
}

.liuc .more{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.liuc .more a{
	width: 200px;
	height: 48px;
	background: #0954a7;
	border-radius: 4px;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.liuc .more a img{
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -3px;
}


.index05{
	width: 100%;
	float: left;
	background-image: url(../img/ab04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index05 .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;
}
.index05.active .fwys{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.fwys{
	width: 100%;
	float: left;
	margin-top: 3vw;
	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;
}
.fwys ul{
	display: flex;
}
.fwys ul li{
	width: calc(25% - 40px);
	padding: 58px 35px;
	transition: all 0.6s;
	margin-left: 20px;
	margin-right: 20px;
}
.fwys ul li .pic{
	height: 132px;
	display: flex;
	justify-content: center;
}
.fwys ul li .pic span{
	width: 132px;
	height: 132px;
	background-image: url(../img/yuan.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fwys ul li .pic img{
	vertical-align: middle;
}
.fwys ul li .pic .p01{
	display: inline-block;
}
.fwys ul li .pic .p02{
	display: none;
}
.fwys ul li:hover .pic .p01{
	display: none;
}
.fwys ul li:hover .pic .p02{
	display: inline-block;
}
.fwys ul li:hover .pic span{
	background-image: url(../img/yuan2.png);
	background-position: center;
	background-repeat: no-repeat;
}
.fwys ul li dl dt{
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 32px;
	text-align: center;
}
.fwys ul li dl dd{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}
.fwys ul li p{
	margin-top: 20px;
	display: none;
	text-align: center;
	width: 100%;
}
.fwys ul li p i{
	padding: 18px;
	background-image: url(../img/PlusCircle.png);
	background-position: center;
	background-repeat: no-repeat;
}
.fwys ul li:hover p{
	display: inline-block;
}
.fwys ul li:hover{
	background-color: #0954a7;
	margin-top: -50px;
}

.index06{
	width: 100%;
	float: left;
	background-image: url(../img/ab05.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 .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;
}




.index07{
	width: 100%;
	float: left;
	background-image: url(../img/ab06.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.innews{
	width: 100%;
	float: left;
	margin-top: 2vw;
	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;
	max-height:36vh; 
	overflow:hidden;
}
.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;
}
.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;
	color:#E0E0E0;
}
.innews-l .more{
	margin-top:20px;
	display: flex;
}
.innews-l .more a{
	width: 200px;
	height: 48px;
	line-height: 48px;
	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: 20px;
	margin-top: 1.5vh;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.innews-r ul li .tex{
	font-size: 14px;
	line-height: 24px;
	color: #E0E0E0;
	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;
}
.index07.active .innews .innews-l,.index07.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);}

.foot{
	width: 100%;
	float: left;
	background: #092f60;
	padding-top: 3.6vw;
	position: relative;
	border-top: 3px solid #0954a7;
}
.foot .jiant{
	width: 54px;
	height: 47px;
	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 img{
	vertical-align: middle;
	margin-right: 10px;
}
.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;
	overflow:hidden;
}
.nybanner img{
	width: 100%;
	height: auto;
	transition: 4s;
}
.nybanner.on img{ transform: scale(1.2);}
.zlm{
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
}
.zlm ul{
	display: flex;
	border-left: 1px solid #e6e6e6;
}
.zlm ul li{
	font-size: 18px;
	height: 60px;
	line-height: 60ox;
	width: 25%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.zlm ul li.cur{
	background-color: #0954A7;
	color: #FFFFFF;
}
.zlm ul li.cur a{
	color: #FFFFFF;
}
.zlm ul li:hover{
	background-color: #0954A7;
	color: #FFFFFF;
}
.zlm ul li:hover a{
	color: #FFFFFF;
}

#zlm.on{position: fixed;left:0; top:81px; z-index:99999; background:#FFFFFF;}

.about{
	width: 100%;
	float: left;
	margin-top: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.about h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: normal;
	color: #0954A7;
}
.about img{
	max-width: 100%;
	height: auto;
}

.ab01{
	width: 100%;
	float: left;
	margin-top: 80px;
	height: 380px;
	background-image: url(../img/nab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.ab01 ul{
	display: flex;
	justify-content: space-between;
	height: 380px;
	align-items: center;
}
.ab01 ul li{
	width: 25%;
	text-align: center;
	color: #FFFFFF;
}
.ab01 ul li dl dt{
	font-size: 48px;
	line-height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab01 ul li dl dt i{
	font-size: 18px;
	margin-left: 5px;
}
.ab01 ul li dl dd{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.abtitle{
	width: 100%;
	float: left;
	margin-top: 90px;
	text-align: center;
}
.abtitle dl dt{
	font-size: 30px;
	line-height: 40px;
	color: #0954A7;
}
.abtitle dl dd{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-top: 20px;
}
.cutrul{
	width: 100%;
	float: left;
	margin-top: 60px;
	position: relative;
	
}
.cutrul .qiu{
	width: 226px;
	height: 226px;
	position: absolute;
	z-index: 999;
	left: calc(50% - 113px);
	top: calc(50% - 120px);
	background-image: url(../img/wh.png);
	background-position: center;
	background-repeat: no-repeat;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul ul li{
	width: 50%;
	display: flex;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: right;
	justify-content: space-between;
}
.cutrul ul li:nth-child(2n){
	text-align: left;
}
.cutrul ul li:nth-child(2n) .ydian{
	left: 0;
}
.cutrul ul li:nth-child(2n) h1{
	padding-left: 10px;
}
.cutrul ul li:nth-child(3) .tex{
	margin-top: 150px;
}
.cutrul ul li:nth-child(4) .tex{
	margin-top: 150px;
}
.cutrul ul li:nth-child(1) .pic{
	margin-top: 50px;
}
.cutrul ul li:nth-child(2) .pic{
	margin-top: 50px;
}
.cutrul ul li .xxian{
	width: 120px;
	height: 1px;
	border-bottom: 1px dashed #DDDDDD;
	-webkit-transform: rotate(-120deg);
	position: absolute;
	right: -88px;
	top: 110px;
	z-index: 10;
}
.cutrul ul li:nth-child(2) .xxian{
	-webkit-transform: rotate(-60deg);
	left: -88px;
}
.cutrul ul li:nth-child(3) .xxian{
	-webkit-transform: rotate(120deg);
	right: -88px;
	top: 0px;
}
.cutrul ul li:nth-child(4) .xxian{
	-webkit-transform: rotate(60deg);
	left: -88px;
	top: 0px;
}
.cutrul ul li .ydian{
	width: 8px;
	height: 8px;
	background: #0954a7;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 54px;
	z-index: 11;
}
.cutrul ul li .tex{
	width: calc(100% - 246px);
	position: relative;
}
.cutrul ul li .pic{
	width: 226px;
	position:relative;
	height:225px
}
.cutrul ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.cutrul ul li .pic img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	position:absolute;
	z-index:99;
	left:0;
	bottom:0
}
.cutrul ul li .pic .pic01{
	display: inline-block;
}
.cutrul ul li .pic .pic02{
	display: none;
}
.cutrul ul li:hover div .pic01{
	display: none;
}
.cutrul ul li:hover div .pic02{
	display: inline-block;
}
.cutrul ul li .tex h1{
	font-size: 24px;
	line-height: 32px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 25px;
	color: #333333;
	margin-bottom: 25px;
	padding-right: 10px;
	transition: all 0.6s;
}
.cutrul ul li:hover .tex h1{
	color: #0954A7;
	border-bottom: 1px solid #0954A7;
}

.wrap{
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	margin-top: 95px;
	padding-bottom: 90px;
}

.xlm{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.xlm ul{
	display: flex;
}
.xlm ul li{
	width: 199px;
	height: 48px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
	line-height: 48px;
}
.xlm ul li a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 48px;
}
.xlm ul li a:hover{
	background-color: #0954a7;
	color: #FFFFFF;
}
.xlm ul li .cur{
	background-color: #0954a7;
	color: #FFFFFF;
}
.prolist{
	width: 100%;
	float: left;
}
.prolist ul li{
	width: calc(33.8% - 20px);
	float: left;
	margin-right: 20px;
	transition: all 0.6s;
	margin-top: 40px;
	border: 1px solid #bdbdbd;
}
.prolist ul li dl dt{
	height: 300px;
	text-align: center;
	overflow: hidden;
}
.prolist ul li dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.prolist ul li dl dt img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 0.6s;
}
.prolist ul li dl dd{
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	transition: all 0.6s;
	background-color: #f2f2f2;
}
.prolist ul li:hover dl dd{
	background: #0954a7;
	color: #FFFFFF;
}
.prolist ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}
.prolist ul li:hover dl dt img{
	transform: scale(1.05);
}
.fy{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 16px;
	line-height: 38px;
}
.fy ul li a{
	padding: 10px 20px;
	height: 38px;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #0954a7;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #0954a7;
	color: #FFFFFF;
}

.nyprotitle{
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 40px;
}

.index_zhuanjia{ width:100%; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:900px; height:720px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:900px; height:720px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;left:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:312px;height:720px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:312px; height:668px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:312px; height:668px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:312px; height:214px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:310px; height:212px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:312px; height:214px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:310px; height:212px; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center;}
.index_zhuanjia_next{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center;}

.prodh{
	width: 100%;
	float: left;
	height: 60px;
	line-height: 60px;
	background-color: #333333;
	margin-top: 40px;
}
.prodh ul{
	display: flex;
}
.prodh ul li{
	width: 187px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
.proshow01{
	width: 100%;
	float: left;
	border: 1px solid #bdbdbd;
	padding: 60px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.proshow01 img{
	max-width: 100%;
	height: auto;
}
.hcbOn{
	background: linear-gradient(100deg,#2a2b7b 0%, #0d81ca 100%);
}
.proshow2{
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #EBF0F5;
}
.proshow2 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width: 25%;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 255px;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all 0.6s;
}
.proshow2 ul li dl dt{
	height: 80px;
	text-align: center;
}
.proshow2 ul li dl dt .pic01{
	display: inline-block;
}
.proshow2 ul li dl dt .pic02{
	display: none;
}
.proshow2 ul li dl dd{
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-top: 35px;
}
.proshow2 ul li:hover{
	background: linear-gradient(113deg,#2a2b7b 0%, #0d81ca 100%);
}
.proshow2 ul li:hover dl dd{
	color: #FFFFFF;
}
.proshow2 ul li:hover dl dt .pic01{
	display: none;
}
.proshow2 ul li:hover dl dt .pic02{
	display: inline-block;
}
.proshow2 ul li:nth-child(4n){
	border-right: 0px;
}
.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;
}

.parter{
	width: 100%;
	float: left;
}
.parter ul li{
	width: 18.75%;
	float: left;
	margin-right: 18px;
	border: 1px solid #DDDDDD;
	text-align: center;
	margin-top: 40px;
	height: 110px;
}
.parter ul li:hover{
	border: 1px solid #0954A7;
	transform: rotateX(90deg); 
}
.parter ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.parter ul li img{
	max-width: 90%;
	max-height: 100%;
	vertical-align: middle;
}
.parter ul li img:hover{
transition: all 0.6s; 
	transform: scale(1.1); 
}

.parter ul li:nth-child(5n){
	float: right;
	margin-right: 0px;
}

.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 .tex .more a:hover{
	background-color: #0954A7;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #0954A7;
}

.add{
	width: 100%;
	float: left;
	margin-top: 75px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	color: #828282;
	font-size: 14px;
}
.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: 52px;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.lxwm-l{
	width: 38%;
	padding: 40px 50px;
	font-size: 14px;
	line-height: 36px;
	border: 1px solid #bdbdbd;
}
.lxwm-l h1{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 16px;
	color: #999999;
}
.lxwm-l h2{
	font-size: 28px;
	line-height: 40px;
	color: #0954A7;
	margin-bottom: 60px;
}
.lxwm-l img{
	vertical-align: middle;
	margin-right: 10px;
}
.lxwm-l ul li{
	width: 100%;
	float: left;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
}
.lxwm-l ul li b{
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.lxwm-l ul li div:first-child{
	width: 36px;
}
.lxwm-l ul li div:last-child{
	width: calc(100% - 56px);
}

.lxwm-r{
	width: calc(62% - 20px);
	padding: 30px;
	background: #e9edf0;
}
.lxwm-r ul li{
	width: 100%;
	float: left;
	line-height: 60px;
	margin-top: 20px;
}
.lxbk{
	width: 100%;
	height: 60px;
	border: 0px;
	outline: none;
	font-size: 14px;
	color: #999999;
	padding-left: 28px;
	line-height: 60px;
	font-family: "微软雅黑";
}
.lxanniu{
	width: 100%;
	height: 60px;
	background: #0954A7;
	border: 0px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
}
.lxwm-r ul li:first-child{
	margin-top: 0px;
}
.lxwm02{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.lxwm02 ul li{
	width: 32%;
	float: left;
	margin-right: 23px;
	padding: 50px 10px;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.lxwm02 ul li div:first-child{
	width: 85px;
	overflow: hidden;
}
.lxwm02 ul li div:first-child img{
	max-width: 100%;
	height: auto;
}
.lxwm02 ul li div:last-child{
	width: calc(100% - 115px);
	border-left: 1px solid #DDDDDD;
	padding-left: 18px;
	font-size: 16px;
	line-height: 40px;
}
.lxwm02 ul li div:last-child b{
	color: #0954A7;
	font-size: 18px;
}
.lxwm02 ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}


.map{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}












.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) {
.WarpBox .layer6{ width: 100%; box-sizing: border-box;  box-sizing: border-box; background: url(../images/bg_13.png); background-size:100% 100%; margin-top:30px; float:left;}
.WarpBox .layer6 ul{ width: 100%; overflow: hidden;}

.WarpBox .layer6 ul li .icon{ width: 100%; height: 100%; position: relative; border: 1px solid #b5b5b5; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.WarpBox .layer6 ul li .icon img{ display: block; max-height: 90%; max-width:100%; width: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); position: absolute;}
.WarpBox .layer6 ul li .text{border: 1px solid #b5b5b5; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); padding: 0 10%; box-sizing: border-box; transform: rotateX(-90deg) translateZ(82.5px) translateY(82.5px); background: #fff; z-index: 999; overflow: hidden;}
.WarpBox .layer6 ul li .text img{ display: block; height: auto; width: 70%; left: 50%; top: 50%; transform: translate(-50%,-50%);position: absolute;}
.WarpBox .layer6 ul li:hover{ transform: rotateX(90deg); }
.WarpBox .layer6 .enter{ width: 190px; height: 50px; border-radius:25px; text-align:center; line-height: 50px; color: #fff; background: #0968b9; margin: 15px auto 0 auto; font-size: 14px; display: block; box-shadow: 0 5px 10px rgba(0,0,0,0.4);}

.WarpBox .layer6 ul li{ width: 48%; float: left; height: 100px; margin-left:1%; margin-right:1%; margin-bottom: 15px;}
.WarpBox .layer6 ul li:nth-child(2n){ margin-right:1%;}

.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:95%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.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/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}
.numshij{
	width: 100%;
	float: left;
	margin-top:1.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #FFFFFF;
	text-align: center;

}
.sjjj{
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  line-clamp: 12;
  -webkit-box-orient: vertical;
}
.numshij img{
	max-width: 50%;
}
.numshij .more{
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}
.numshij .more a{
	width: 10rem;
	height: 2.0rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	line-height: 2.0rem;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.numshij .more a img{
	vertical-align: middle;
	margin-left: 0.5rem;
	margin-top: -3px;
	max-height: 1.0rem;
}



.protitle{
	width: 100%;
	float: left;
	margin-top: 5rem;
	
}
.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;
}
.protitle ul li em{
	font-size: 1.2rem;
}
.protitle ul li a{
	color: #FFFFFF;
	text-decoration: underline;
}
.protitle ul li .inzlm{
	width: auto;
	display: flex;
	margin-bottom: 1.0rem;
	margin-top: 1.0rem;
}
.protitle ul li .inzlm i{
	width: calc(25% - 0.4rem);
	height: 2.0rem;
	border: 1px solid #ffffff;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.protitle ul li .inzlm i a{ text-decoration:none;}
.index03{
	width: 100%;
	float: left;
	background-image: url(../img/ab02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}
.protex{
	width: 100%;
	float: left;
}

.index04{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}

.liuc{
	width: 100%;
	float: left;
	margin-top: 7.5rem;
}
.liuc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width:20%;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.0rem;
}
.liuc ul li img{
	max-width: 80%;
}
.liuc ul li:nth-child(2n){
	max-height: 1.0rem;
	display: none;
}
.liuc ul li .pic01{
	display: inline-block;
	transition: all 0.6s;
}
.liuc ul li .pic02{
	display: none;
	transition: all 0.6s;
}
.liuc ul li:hover .pic01{
	display: none;
}
.liuc ul li:hover .pic02{
	display: inline-block;
}

.liuc .more{
	display: flex;
	justify-content: center;
	margin-top: 2.0rem;
}
.liuc .more a{
	width: 10rem;
	height: 2.0rem;
	background: #0954a7;
	border-radius: 4px;
	line-height: 2.0rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	text-align: center;
}
.liuc .more a img{
	vertical-align: middle;
	margin-left: 0.5rem;
	margin-top: -3px;
	max-height: 1.0rem;
}


.index05{
	width: 100%;
	float: left;
	background-image: url(../img/ab04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}

.fwys{
	width: 100%;
	float: left;
	margin-top: 7vw;
}
.fwys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwys ul li{
	width: calc(50% - 1.0rem);
	padding: 0.1rem 0.1rem;
	transition: all 0.6s;
}
.fwys ul li .pic{
	height: 5.0rem;
	display: flex;
	justify-content: center;
}
.fwys ul li .pic span{
	width: 5.0rem;
	height: 5.0rem;
	background-image: url(../img/yuan.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
}
.fwys ul li .pic img{
	vertical-align: middle;
	max-height: 50%;
	max-width: 50%;
}
.fwys ul li .pic .p01{
	display: inline-block;
}
.fwys ul li .pic .p02{
	display: none;
}
.fwys ul li:hover .pic .p01{
	display: none;
}
.fwys ul li:hover .pic .p02{
	display: inline-block;
}
.fwys ul li:hover .pic span{
	background-image: url(../img/yuan2.png);
	background-position: center;
	background-repeat: no-repeat;
}
.fwys ul li dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
	text-align: center;
}
.fwys ul li dl dd{
	font-size: 0.8rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5rem;
	line-height: 1.5rem;
}
.fwys ul li p{
	margin-top: 1.0rem;
	display: none;
	text-align: center;
	width: 100%;
}
.fwys ul li p i{
	padding: 0.5rem;
	background-image: url(../img/PlusCircle.png);
	background-position: center;
	background-repeat: no-repeat;
}
.fwys ul li:hover p{
	display: inline-block;
}

.index06{
	width: 100%;
	float: left;
	background-image: url(../img/ab05.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
}




.index07{
	width: 100%;
	float: left;
	background-image: url(../img/ab06.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;
	flex-wrap: wrap;
}
.innews-l{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-bottom: 1.0rem;
	background-color: #0954A7;
	display:none;
}
.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.2rem;
	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: 10rem;
	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-l .more a i{
	width:1.0rem; 
	height:1.0rem;
	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: 100%;
	margin-top: 1.0rem;
	margin-bottom: 3.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.0rem);
	height:6.0rem;
	overflow:hidden;
}
.innews-r ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.2rem;
	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.0rem;
}
.innews-r ul li .date dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	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: 1.0rem;
	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: 1.0rem;
	width: calc(100% - 2.2rem);
}
.innews-r ul li:hover .tex h1 a{
	color: #2F80ED;
}
.innews-r ul li:hover .date{
	margin-right: 1.0rem;
}
.innews-r ul li:first-child{
	margin-top: 0px;
}


.foot{
	width: 100%;
	float: left;
	background: #092f60;
	padding-top: 1rem;
	position: relative;
	border-top: 3px solid #0954a7;
}
.foot .jiant{
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	z-index: 111;
	left: calc(50% - 1.0rem);
	top: 0;
	background-image: url(../img/xjt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.foot01{
	width: 100%;
	float: left;
	padding-bottom: 2.0rem;
	
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
}
.foot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.foot ul li{
	width: 33.3%;
	margin-top: 1.5rem;
	display:none
}
.foot ul li:nth-child(5n){
	width: 100%;
	margin-top: 1.5rem;
	display:block;
}
.foot ul li:nth-child(6){
	width: 45%;
	margin-top: 1.5rem;
	float:left;
	display:block;
}
.foot ul li:nth-child(7){
	width: 45%;
	margin-top: 1.5rem;
	display:block;
}
.foot ul li dl dt{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
}
.foot ul li dl dt img{
	vertical-align: middle;
	margin-right: 0.2rem;
}
.foot ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #BDBDBD;
	margin-top: 0.5rem;
}
.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;
	text-align: center;
}
.foot ul li:nth-child(6){
		text-align: center;
}
.foot ul li:nth-child(7){
	text-align: center;
}
.foot ul li img{
	max-width: 80%;
}
.foot02{
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255,255,255,0.20);
	padding-bottom: 1.0rem;
	padding-top: 20px;
	color: #5C708D;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.foot02 span{
	float: right;
	width: 100%;
}
.foot02 a{
	color: #5C708D;
}



.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
}

.zlm{
	width: 100%;
	float: left;
	height: 3.0rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: 3.0rem;
}
.zlm ul{
	display: flex;
	border-left: 1px solid #e6e6e6;
}
.zlm ul li{
	font-size: 0.8rem;
	height: 3.0rem;
	line-height: 60ox;
	width: 25%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.zlm ul li.cur{
	background-color: #0954A7;
	color: #FFFFFF;
}
.zlm ul li.cur a{
	color: #FFFFFF;
}
.zlm ul li:hover{
	background-color: #0954A7;
	color: #FFFFFF;
}
.zlm ul li:hover a{
	color: #FFFFFF;
}

.about{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.about h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom: 1.0rem;
	font-weight: normal;
	color: #0954A7;
}
.about img{
	max-width: 100%;
	height: auto;
}

.ab01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	height: auto;
	background-image: url(../img/nab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	padding-bottom: 3.0rem;
	padding-top: 1.0rem;
}
.ab01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab01 ul li{
	width: 50%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 2.0rem;
}
.ab01 ul li dl dt{
	font-size: 2.0rem;
	line-height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab01 ul li dl dt i{
	font-size: 1.0rem;
	margin-left: 0.2rem;
}
.ab01 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	font-weight: bold;
}
.abtitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
}
.abtitle dl dt{
	font-size: 1.2rem;
	line-height: 2.0rem;
	color: #0954A7;
}
.abtitle dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 1.0rem;
}
.cutrul{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	position: relative;
}
.cutrul .qiu{
	width: 226px;
	height: 226px;
	position: absolute;
	z-index: 22;
	left: calc(50% - 113px);
	top: calc(50% - 120px);
	background-image: url(../img/wh.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul ul li{
	width: 100%;
	display: flex;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	text-align: right;
	justify-content: space-between;
	margin-top: 1.0rem;
}
.cutrul ul li:nth-child(2n){
	text-align: left;
}
.cutrul ul li:nth-child(2n) .ydian{
	left: 0;
}
.cutrul ul li:nth-child(2n) h1{
	padding-left: 10px;
}
.cutrul ul li .xxian{
	width: 120px;
	height: 1px;
	border-bottom: 1px dashed #DDDDDD;
	-webkit-transform: rotate(-120deg);
	position: absolute;
	right: -88px;
	top: 110px;
	z-index: 10;
	display: none;
}
.cutrul ul li:nth-child(2) .xxian{
	-webkit-transform: rotate(-60deg);
	left: -88px;
}
.cutrul ul li:nth-child(3) .xxian{
	-webkit-transform: rotate(120deg);
	right: -88px;
	top: 0px;
}
.cutrul ul li:nth-child(4) .xxian{
	-webkit-transform: rotate(60deg);
	left: -88px;
	top: 0px;
}
.cutrul ul li .ydian{
	width: 0.5rem;
	height: 0.5rem;
	background: #0954a7;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 2.2rem;
	z-index: 11;
}
.cutrul ul li .tex{
	width: 100%;
	position: relative;
}
.cutrul ul li .pic{
	width: 226px;
	display: none;
}
.cutrul ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.cutrul ul li .pic img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.cutrul ul li .pic .pic01{
	display: inline-block;
}
.cutrul ul li .pic .pic02{
	display: none;
}
.cutrul ul li:hover div .pic01{
	display: none;
}
.cutrul ul li:hover div .pic02{
	display: inline-block;
}
.cutrul ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.0rem;
	color: #333333;
	margin-bottom: 1.0rem;
	padding-right: 0.5rem;
	transition: all 0.6s;
}
.cutrul ul li:hover .tex h1{
	color: #0954A7;
	border-bottom: 1px solid #0954A7;
}

.wrap{
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	margin-top: 2.0rem;
	padding-bottom: 2.0rem;
}

.xlm{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.xlm ul li{
	width: 49%;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	float: left;
}
.xlm ul li:nth-child(2n){
	float: right;
}
.xlm ul li a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.8rem;
	color: #666666;
	line-height: 2.5rem;
}
.xlm ul li a:hover{
	background-color: #0954a7;
	color: #FFFFFF;
}
.xlm ul li .cur{
	background-color: #0954a7;
	color: #FFFFFF;
}
.prolist{
	width: 100%;
	float: left;
}
.prolist ul li{
	width: 48%;
	float: left;
	transition: all 0.6s;
	margin-top: 1.0rem;
	border: 1px solid #bdbdbd;
}
.prolist ul li dl dt{
	height: 7.0rem;
	text-align: center;
	overflow: hidden;
}
.prolist ul li dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.prolist ul li dl dt img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 0.6s;
}
.prolist 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: #f2f2f2;
}
.prolist ul li:hover dl dd{
	background: #0954a7;
	color: #FFFFFF;
}
.prolist ul li:nth-child(2n){
	float: right;
	margin-right: 0px;
}
.prolist ul li:hover dl dt img{
	transform: scale(1.05);
}
.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.fy ul li a{
	padding: 0.2rem 0.3rem;
	height: 1.5rem;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #0954a7;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #0954a7;
	color: #FFFFFF;
}

.nyprotitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}

.index_zhuanjia{ width:1330px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:990px; height:720px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:990px; height:720px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;left:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:312px;height:720px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:312px; height:668px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:312px; height:668px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:312px; height:214px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:310px; height:212px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:312px; height:214px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:310px; height:212px; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center;}
.index_zhuanjia_next{ width:312px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center;}

.prodh{
	width: 100%;
	float: left;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #333333;
	margin-top: 1.0rem;
}
.prodh ul{
	display: flex;
}
.prodh ul li{
	width: 50%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.proshow01{
	width: 100%;
	float: left;
	border: 1px solid #bdbdbd;
	padding: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.proshow01 img{
	max-width: 100%;
	height: auto;
}
.hcbOn{
	background: linear-gradient(100deg,#2a2b7b 0%, #0d81ca 100%);
}
.proshow2{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	background-color: #EBF0F5;
}
.proshow2 ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width: 25%;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 7.0rem;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all 0.6s;
}
.proshow2 ul li dl dt{
	height: 3.0rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow2 ul li dl dt img{
	max-height: 80%;
	max-width: 80%;
	vertical-align: middle;
}
.proshow2 ul li dl dt .pic01{
	display: inline-block;
}
.proshow2 ul li dl dt .pic02{
	display: none;
}
.proshow2 ul li dl dd{
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.5rem;
	text-align: center;
	margin-top: 1.0rem;
}
.proshow2 ul li:hover{
	background: linear-gradient(113deg,#2a2b7b 0%, #0d81ca 100%);
}
.proshow2 ul li:hover dl dd{
	color: #FFFFFF;
}
.proshow2 ul li:hover dl dt .pic01{
	display: none;
}
.proshow2 ul li:hover dl dt .pic02{
	display: inline-block;
}
.proshow2 ul li:nth-child(4n){
	border-right: 0px;
}
.fh{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 10rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #6C757D;
	text-align: center;
	line-height: 2.5rem;
}
.fh ul li a{
	color: #6C757D;
}

.parter{
	width: 100%;
	float: left;
}
.parter ul li{
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	border: 1px solid #DDDDDD;
	text-align: center;
	margin-top: 1.0rem;
	height: 4.0rem;
}
.parter ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.parter ul li img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.parter ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}

.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:1.0rem;
	padding-bottom:1.0rem;
	
}
.news ul li:hover{
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.news ul li .pic{
	width: 30%;
	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: 68%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 0rem;
	float:left; margin-left:2%;
	
}
.news ul li .tex h1{
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news ul li .tex p{
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.news ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 2.0rem;
	align-items: center;
	display:none;
}
.news ul li .tex .more a{
	width: 8rem;
	height: 2.0rem;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
}
.news ul li .tex .more a:hover{
	background-color: #0954A7;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #0954A7;
}

.add{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #E6E6E6;
	color: #828282;
	font-size: 0.8rem;
}
.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 1.0rem;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	margin-top: 2.0rem;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
	
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width: 100%;
	padding: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	border: 1px solid #bdbdbd;
}
.lxwm-l h1{
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
	line-height: 1.5rem;
	color: #999999;
}
.lxwm-l h2{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #0954A7;
	margin-bottom: 2.0rem;
}
.lxwm-l img{
	vertical-align: middle;
	margin-right: 10px;
}
.lxwm-l ul li{
	width: 100%;
	float: left;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.8rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	padding-bottom: 1.0rem;
	margin-top: 1.0rem;
}
.lxwm-l ul li b{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
}
.lxwm-l ul li div:first-child{
	width: 1.5rem;
}
.lxwm-l ul li div:first-child img{
	max-width: 100%;
	height: auto;
}
.lxwm-l ul li div:last-child{
	width: calc(100% - 2.5rem);
}

.lxwm-r{
	width:100%;
	padding: 1.0rem;
	background: #e9edf0;
	margin-top: 1.0rem;
}
.lxwm-r ul li{
	width: 100%;
	float: left;
	line-height: 2.5rem;
	margin-top: 1.0rem;
}
.lxbk{
	width: 100%;
	height: 2.5rem;
	border: 0px;
	outline: none;
	font-size: 0.8rem;
	color: #999999;
	padding-left: 1.0rem;
	line-height: 2.5rem;
	font-family: "微软雅黑";
}
.lxanniu{
	width: 100%;
	height: 2.5rem;
	background: #0954A7;
	border: 0px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.8rem;
}
.lxwm-r ul li:first-child{
	margin-top: 0px;
}
.lxwm02{
	width: 100%;
	float: left;
}
.lxwm02 ul li{
	width: 100%;
	float: left;
	padding: 2.0rem 1.0rem;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	margin-top: 1.0rem;
}
.lxwm02 ul li div:first-child{
	width: 3.0rem;
	overflow: hidden;
}
.lxwm02 ul li div:first-child img{
	max-width: 100%;
	height: auto;
}
.lxwm02 ul li div:last-child{
	width: calc(100% - 4.0rem);
	border-left: 1px solid #DDDDDD;
	padding-left: 1rem;
	font-size: 0.8rem;
	line-height: 2.0rem;
}
.lxwm02 ul li div:last-child b{
	color: #0954A7;
	font-size: 1.0rem;
}


.map{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}


}
