/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.head_top{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	transition: all 1s;
	min-width: 1300px;
}
.head_nav{
	margin-left: 65px;
}
.head_nav ul{
	display: flex;
	justify-content: space-between;
}
.head_nav ul li{
	margin: 0 25px;
	font-size: 16px;
	
}
.head_nav ul li dl{
	position: absolute;
	width: 170px;
	background-color: #fff;
	padding-left: 15px;
	padding-bottom: 20px;
	left: -20px;
	display: none;
}
.head_nav ul li dl dd ol{
	position: absolute;
    left: 185px;
    background: #fff;
    width:185px;
   	top: 0;
    display: none;
   	min-height: 260px;
}
.head_nav ul li dl dd:hover .olli1{
	display: block;
}
.head_nav ul li dl dd .olli1 li:hover .olli2{
	display: block;
}
.head_nav ul li dl dd li a{
	display: block;padding: 0 5px;
}
.head_nav ul li dl dd li a:hover{
	background-color: #2163cc;
	color: #fff;
}

.head_nav ul li dl dd a{
	line-height: 40px;
	font-size: 14px;
}
.head_nav ul li a{
	color: #333333;
	line-height: 98px;
}
.head_nav ul  li dl li{
	margin: 0;
}
.head_nav ul li a:hover{
	color: #2163cc;
}
.head_dh{
	display: flex;
	justify-content: center;
	height: 98px;
	align-items: center;
}
.head_dh a{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #e6e4e4;
	color: #fff;
	margin: 0 10px;
	border-radius: 50%;
	transition: all .3s;
}
.head_dh a:hover{
	background-color: #bdbebf;
}
.kongbai{
	height: 98px;
}
.lj_all{
	width: 100%;
	/*background-color: #f5f5f5;*/
}
.lj_all ul{
	display: flex;
	width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.lj_all ul li div{
	width: 150px;
	height: 150px;
	background: url(../images/tuoyuan_03.png) center no-repeat;
	line-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	    margin: 0 auto;
}
.lj_all ul li {
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lj_all ul li p{
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
}
.bd ul li div img{
	transition: all .5s;
	max-width: 100%;max-height: 100%;
}
/*.lj_all ul li:hover div{
	background: url(../images/tuoyuan1_03.png) center no-repeat;
}
*/
.lj_all ul li div span{
	transition: all .3s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}
.lj_all ul li.on div span{
	

}
.lj_all ul li i{
	background-color: #c7c3c3;
	border-radius: 50%;
	margin: 0 auto;
	transition: all .3s;
}
.lj_all ul li:hover i:nth-child(2){
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
}
.pro_nav dl dd a.hover{
    color: #2163cc;
}
.lj_all ul li:hover i:nth-child(3){
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 15px;
}
.lj_all ul li:hover i:nth-child(4){
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 15px;
}

.lj_all ul li:hover p{
	color: #2163cc;
}
.cpqh .bd ul{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	margin-top: 50px;
}
.cpqh .bd ul li{
	margin: 13px;
	width: 400px;
}
.cpqh .bd ul li div{
	width: 400px;
	height: 255px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	overflow: hidden;
	position: relative;
}
.cpqh .bd ul li div i{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #004cc4;
	font-size: 18px;
    color: #fff;
    position: absolute;
    z-index: 8;
    left: 50%;
    top: -50%;
    border-radius: 50%;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.cpqh .bd ul li div i:hover{
	background: #8ee426;
}
.cpqh .bd ul li:hover div i{
	top: 50%;
}
.cpqh .bd ul li:hover div img{
	transform: scale(1.05);
}
.cpqh .bd ul li p{
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.cpqh .bd ul li:hover div{
	background-color: #f9f9f9;
}
.rongyu{
	width: 1280px;
	margin: 40px auto;
	
}
.rongyu h2{
	text-align: center;
	font-size: 30px;
	color: #333333;	
}
.rongyu i{
	display: block;
	height: 3px;
	background-color: #2163cc;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 10px;
}
.rongyu .swiper-button-next,.rongyu .swiper-button-prev{
	position: relative;left: 41%;top: 0;
	width: 100px;
	height: 32px;
	background: url(../images/zuoyou_03.jpg) center no-repeat;
	margin-top: 40px;
}
.rongyu .swiper-button-prev.swiper-button-disabled,.rongyu .swiper-button-next.swiper-button-disabled{
	opacity: 1;
}
.rongyu .swiper-button-next{
	left: 51%;margin-top: -32px;
	background: url(../images/zuoyou_05.jpg) center no-repeat;
}
.rongyu .swiper-slide div{
	width: 100%;
overflow: hidden;
}
.rongyu .swiper-slide div img{
	transition: all .3s;width: 100%;
}
.rongyu .swiper-slide div img:hover{
	transform: scale(1.05);
}

.anzs{
	width: 1280px;
	margin: 60px auto;
	
}
.anzs h2{
	text-align: center;
	font-size: 30px;
	color: #333333;	
}
.anzs i{
	display: block;
	height: 3px;
	background-color: #2163cc;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 10px;
}
.anzs ul{
	display: flex;
	justify-content: space-between;
}
.anzs ul li{
	width: 360px;
	padding: 20px;
	transition: all .4s;
}
.anzs ul li div{
	width: 360px;
	height: 225px;
	overflow: hidden;
	margin-bottom: 25px;
}
.anzs ul li h1{
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.anzs ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #918f8f;
}
.anzs ul li span{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #e6e4e4;
	float: right;
	border-radius:50%;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	line-height: 39px;
}
.anzs ul li span:after{
	content: "";
	clear: both;
}
.anzs ul li:hover{
	background-color: #f9f9f9;
	box-shadow: 0px 0px 15px #dcdddd;
}
.about{
	background: url(../images/about_02.jpg) center no-repeat;
	width: 100%;
	padding-top: 70px;
	
}
.about_top h1{
	text-align: center;
	font-size: 30px;
	color: #fff;	
}
.about_top i{
	display: block;
	height: 3px;
	background-color: #fff;
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
}
.about_top p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 40px;
}
.about_down{
	width: 1440px;
	margin: 0 auto;
	background: url(../images/k_03.png) right top no-repeat;
	background-color: #f3f5f5;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.about_left{
	width: 620px;
	margin-left: 60px;
	margin-top: 60px;
}
.about_left p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.about_left ul{
	display: flex;
	justify-content: flex-start;
	margin: 20px auto;
}
.about_left ul li h2{
	font-size: 48px;
	color: #333333;
	font-family: impact;
}
.about_left ul li {
	margin-right: 100px;
}
.about_left ul li p{
	font-size: 14px;
	color: #898888;    margin-top: 20px;
}
.about_left a{
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	background-color: #e6e4e4;
	font-size: 16px;
	color: #777777;
	text-align: center;
	margin-bottom: 40px;
}
.about_right{
	margin-right: 80px;
	margin-top: 70px;
}
.xwzx_top h2{
	font-size: 32px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.xwzx{
	width: 1280px;
	margin: 70px auto;
	
}

	.tabBox .hd{width: 600px;font-size:20px;border:1px solid #e6e4e4; position:relative;border-radius:50px ; text-align: center;margin: 0 auto;overflow: hidden;height: 50px;}
	.tabBox .hd ul{ display: flex;justify-content: space-between; }
	.tabBox .hd ul li{ color:#666;text-align: center; width: 34%;line-height: 50px; border-right:1px solid #e6e4e4;font-size: 18px;color:#333333;}
	.tabBox .hd ul .on{ background-color: #e6e4e4;  }
	.tabBox .hd ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd ul{
		padding-top: 40px;
	}
.tabBox .bd ul section{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.tabBox .bd ul li{
	width: 400px;
	margin: 13px;
}
.tabBox .bd ul li .newsimg{
	width: 400px;
	height: 195px;
	overflow: hidden;
}
.tabBox .bd ul li .newsimg img{
	width: 100%;
	transition: all .5s;
}
.tabBox .bd ul li:hover img{
	transform: scale(1.05);
}
.newstext{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.newstexttime{
	width: 89px;
	border-right: 1px solid #e5e5e6;
}
.newstexttime b,.newstexttime em{
	display: block;
}
.newstexttime b{
	font-size: 36px;
	color: #c7c7c7;
	font-family: arial;
}
.newstexttime em{
	font-size: 18px;
	color: #e9e9e9;
	margin-top: 15px;
}
.newstexttitle{
	width: 300px;
	margin-left: 10px;
}
.newstexttitle h1{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.newstexttitle p{
	line-height: 20px;
	height: 50px;
	color: #9e9c9c;
	font-size: 14px;
}
.newstexttitle span{
	display: block;
	color: #c5c5c5;
	font-size: 14px;
	line-height: 25px;
	transition: all .3s;
}
.tabBox .bd ul li:hover .newstexttitle span{
	color: #2163cc;
}
.tel img{
	width: 100%;
}
.tel{
	margin-bottom: 40px;
	
}

.hzdw{
	width: 1280px;
	margin: 40px auto;
	
}
.hzdw h2{
	text-align: center;
	font-size: 30px;
	color: #333333;	
}
.hzdw i{
	display: block;
	height: 3px;
	background-color: #2163cc;
	width: 50px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 10px;
}
.hzdw ul{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.hzdw ul li{
	border: 1px solid #e8e8e8;
	border-collapse: collapse;
	transition: all .3s;position: relative;
}
.hzdw ul li:hover{
	box-shadow: 0px 0px 10px #ccc;
	z-index: 2;
}
.foot{
	background: url(../images/foot_02.jpg) center no-repeat;
	
}
.foot_dv{
	border-bottom: 1px solid #939598;
}
.foot_dv div{
	width: 1280px;
	margin: 0 auto;
}
.foot_dv div ul{
	display: flex;
	justify-content: flex-start;
}
.foot_dv div ul li a{
	line-height: 79px;
	font-size: 14px;
	color: #fff;
	margin-left: 45px;
}
.foot_center div{
	width: 1280px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.foot_center div  section h2{
	font-size: 24px;
	color: #ffffff;
}
.foot_center div  section h3{
	font-size: 14px;
	color: #e0e0e1;
	font-family: arial;
	margin-top: 5px;
}
.foot_center div  section p{
	font-size: 14px;
	color: #e6e4e4;
	line-height: 25px;
}
.foot_down{
	width: 100%;
	border-top:1px solid #939598 ;
	margin-top:20px ;
}
.foot_down div{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.foot_down p{
	color: #fff;
	line-height: 80px;
	font-size: 14px;
}
.foot_down p a{
	color: #fff;
}
.foot_down ul{
	display: flex;
	justify-content: flex-start;
}
.foot_down ul li a{
	color: #fff;
	line-height: 80px;
	font-size: 14px;
	margin-left: 30px;
}
.show_al ul li{
	margin-bottom: 20px;
}
.show_cd{
	display: block;
	border-bottom: 1px solid #e6e4e4;
}
.show_cd ul {
	display: flex;
	justify-content: center;
}
.swiper-slide img{
	display: block;
	width: 100%;
}
.show_cd ul li{
	display: block;
	width: 140px;
	height: 70px;
}
.show_cd ul li a{
	display: block;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	transition: all .3s;
}
.show_cd ul li a:hover{
	background-color: #e6e4e4;
}
.show_cd ul li a.active{
	background-color: #e6e4e4;
}
.show_cd ul li.active a{
	background-color: #e6e4e4;
}
.show_gsjj{
	width: 1280px;
	margin: 50px auto;
}
.show_gsjj h2{
	background: url(../images/gsjj_03.jpg) center no-repeat;
	height: 45px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
	color: #2163cc;
	margin-bottom: 40px;
}
.show_gsjj p{
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 40px;
}
.show_gsjj img{
	width: 100%;
}
.show_gsjj_i{
	display: block;
	height: 3px;
	background-color: #e4e3e3;margin-bottom: 40px;
}
.show_rongyu{
	width: 1280px;
	margin: 0px auto;
}
.show_rongyu h2{
	background: url(../images/rongyu_03.jpg) center no-repeat;
	height: 45px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
	color: #2163cc;
	margin-bottom: 40px;
}
.rongyus .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.rongyus .swiper-slide ul li{
	margin: 10px;
    width: 236px;
}
.rongyus .swiper-slide ul li div{
	width: 100%;
	position: relative;
}
.rongyus .swiper-slide ul li span{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 48px;
	justify-content: center;
	opacity: 0.5;
	background-color: #fff;
	overflow: hidden;
	transform: scale(0);
}
.rongyus .swiper-slide ul li:hover span{
	transform: scale(1);transition: all .3s;
}
.rongyus .swiper-pagination{
	position: relative;
	margin: 20px auto;
}
.lxwmdv{
	width: 1280px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.lxwmdv_left{
	width: 300px;
}
.lxwmdv_right{
	width: 980px;
}
.lxwmdv_right img{
	width: 100%;
}
.lxwmdv_left p{
	line-height: 35px;
	color: #333333;
	font-size: 16px;
}
.lxwmdv_left img{
	margin-top: 15px;
}
.liuyan{
	width: 1280px;
	margin: 0 auto;
}
.liuyan h2{
	background: url(../images/liuyan_07.jpg) center no-repeat;
	height: 45px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
	color: #2163cc;
	margin-bottom: 40px;
}

.pro_nav{
	width: 1280px;
	margin: 0 auto;
	border:1px solid #dcdcdc ;
	margin-top: 40px;
}

.pro_nav dl{
	display: flex;justify-content: flex-start;
	border-bottom:1px solid #dcdcdc ;
}
.pro_nav dl dt{
	width: 180px;
	line-height: 38px;
	text-indent: 10px;
	background-color: #e6e4e4;
	font-size: 14px;
	color: #333333;
}
.pro_nav dl dd{
	width: 1100px;
}
.pro_nav dl:last-child{
	border: none;
}
.pro_nav dl dd{
	display: flex;
	justify-content: flex-start;
}
.pro_nav dl dd a{
	line-height: 38px;
	font-size: 14px;
	margin: 0 15px;
	color: #999999;
}
.pro_nav dl dd a:hover{
	color: #2163cc;
}
.pro_ss{
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 30px auto;
}
.pro_ssleft{
	color: #999999;
	font-size: 14px;
}
.pro_ssleft a{
	color:#999999 ;
}
.pro_ssleft a:last-child{
	color: #2163cc;
}
.pro_ssright{
	width: 260px;
	height: 37px;
	border: 1px solid #d9d7d7;
	border-radius: 50px;
	overflow: hidden;
}
.showprolist{
	width: 1280px;
	margin: 28px auto;
	display: flex;
	justify-content: space-between;
}
.showprolistleft {
	width: 640px;
}
.showprolistleft img{
	width:100%;
}
.showprolistright{
	width: 580px;
}
.showprolistright h1{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.showprolistright p{
	color: #666666;
	font-size: 16px;
	line-height: 25px;
}
.showprolistright section{
	display: flex;
	justify-content: flex-start;
	height: 55px;
	align-items: center;
	margin-top: 90px;
}
.showprolistright section p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 55px;
	color: #2163cc;
	font-size: 28px;
	font-family: arial;
}
.showprolistright section p i{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/tle_03.jpg) center no-repeat;
	margin-right: 10px;
}
.showprolistright section a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 180px;
	background-color: #2163cc;
	margin-left: 40px;
	color: #fff;
	font-size: 14px;
}
.showprolistright section a i{
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/tle_06.jpg) center no-repeat;
}
.showprolistright ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 34px;
	margin: 3px;
}
.showprolistright ul li{
	width: 180px;
	height: 115px;
	border:1px solid #e5e5e5;
}
.showprolistright ul li:hover{
	border-color:#2163cc;
}
.showprolistright ul li img{
	width: 100%;
	height: 100%;
}
.shwas{
	width: 100%;
	height: 30px;
	background-color: #f5f5f5;
}
.yjcp{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.yjcp_left{
	width: 255px;
	padding: 15px;
}
.yjcp_left h2{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid #f5f5f5;
}
.yjcp_cen{
	width: 18px;
	background-color: #f5f5f5;
}
.yjcp_left i{
	display: block;
	width: 75px;
	height: 2px;
	background-color: #2163cc;
}
.yjcp_left ul li{
	margin-top: 20px;
	width: 100%;
}
.yjcp_left ul li img{
	width: 100%;
}
.yjcp_left ul li p{
	line-height: 40px;
	color: #333333;
	text-align: center;
	font-size: 16px;
}
.yjcp_left ul li:hover p{
	color: #2163cc;
}
.yjcp_left ul li:hover img{
	transition: all 0.3s;
	transform: scale(1.03);
}
.yjcp_right{
	width: 940px;
	padding: 15px;
}
.zlxz h2{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid #f5f5f5;
}
.zlxz i{
	display: block;
	width: 75px;
	height: 2px;
	background-color: #2163cc;
	margin-bottom: 10px;
}
.zlxz a{
	display: block;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
}
.zlxz a:hover{
	color: #2163cc;
}

.cpjs section h2{
	color: #333333;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid #f5f5f5;
}
.cpjs section i{
	display: block;
	width: 75px;
	height: 2px;
	background-color: #2163cc;
	margin-bottom: 20px;
}
.khbz{
	width: 1280px;
	margin: 30px auto;
}
.khbz img{
	width: 100%;
}
.head_dh a{
	text-align: center;
	line-height: 35px;
}
.head_dh a i{
	font-size: 20px;
	line-height: 35px;
}

.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#1184DA;background:#1184DA;color:#fff;}
.pagelist li.active a{border-color:#1184DA;background:#1184DA;color:#fff;}
.liuyan div form{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;flex-flow: wrap;
}
.liuyan div .ol1{
	width: 48%;
}
.liuyan div .ol3{
	width: 100%;
}
.liuyan div input{
	border: none;
}
.liuyan div .ol1,.liuyan div .ol3 {
	border-bottom: 1px solid #e5e5e5;
	line-height:35px;
	margin-bottom:15px;outline: none;
	
}
.liuyan div textarea{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height:35px;
	margin-bottom:15px;outline: none;
	
}
.liuyan div .ol2{
	width: 50%;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background-color: #026cbd;
	margin-bottom:40px;
}
.pro_ssright form{
	display: flex;
	justify-content: space-between;
}
.pro_ssrightext{
	border: none;
	height: 37px;
	line-height: 37px;
	outline: none;
	text-indent: 2em;
}
.pro_ssrightj{
	width: 50px;
	height: 37px;
	border: none;
	outline: none;
	background: url(../images/ss_03.jpg) center no-repeat;
	background-color: #d9d7d7;	
}
.head_nav ul li.active a{
	    color: #2163cc;
}

.cpqh .bd li{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.rongyu h2,.anzs h2,.hzdw h2{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.rongyu i,.anzs i,.hzdw i{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.index_ry{
	transition: all 1s;
	opacity: -1;
	transform: translateY(100px);
}
.anzs ul li{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.anzs ul li:nth-child(2){
	transition: all 2s;
}
.anzs ul li:nth-child(3){
	transition: all 3s;
}
.about_top{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.about_left{
	transition: all 1.5s;
	opacity: 0;
	transform: translateX(-1000px);
}
.about_right{
	transition: all 1.5s;
	opacity: 0;
	transform: translateX(1000px);
}
.xwzx_top h2{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.xwzxdv .hd{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.xwzxdv .tempWrap{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.tel{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}

.hzdw ul{
	transition: all 1s;
	opacity: 0;
	transform: translateY(200px);
}
.foot_center{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.lj_all ul{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}
.head_toplogo{
	transform: translateX(-1000px);
	transition: all 1s;
	opacity: 0;
}
.head_nav{
	transform: translateX(1000px);
	transition: all 1s;
	opacity: 0;
}
.head_dh{
	transform: translateX(1165px);
	transition: all 1s;
	opacity: 0;
}
.lj_all ul{
	transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
}

.head_top form{
	width: 100%;
	height: 00px;
	position:absolute;
	top: 95px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition:all .3s; 
	overflow: hidden;
}
.head_top form input{
	width: 47%;
	margin-right: 5%;
	height: 35px;
	border: none;
	border: 1px solid #eee;
	line-height: 35px;
	outline: none;
}
.head_top form input:last-child{
	width: 15%;
	margin-right: 0px;
}
.head_dh a{
	position: relative;
}
.head_dh a img{
	display: none;
	position: absolute;
	width: 150px;
	    position: absolute;
    left: -55px;
    top: 40px;
}
.head_dh a.awx:hover img{
	display: block;
}