﻿@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	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:#000000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#0680ff;
	text-decoration: none;
	}
.nybanner{ width:100%; float:left}
.nybanner img{ width:100%;}	
table{ margin: auto}
i{ font-style:normal}
em{ font-style:normal}

@media (min-width:1200px) {

	.header{
		width: 100%;
		height: 100px;
		float:left;
		background-color: #FFFFFF;
	}
	
	.main{
		width:1200px;
		margin: auto;
	}
	.logo{
		float: left;
		height: 100px;
		margin-right: 65px;
	}
	.logo span{
		height: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	.logo img{
		max-width: 100%;
		max-height: 100px;
		vertical-align: middle;
	}	
	
	.innav{
		width: 100%;
		height: 80px;
		line-height: 80px;
		background-color:#3566b7;
		position:relative;
		float:left
	}
	.innav ul{display: flex;
		justify-content: center;}
	.innav ul li{
		width: auto;
		height: 80px;
		line-height: 80px;
		font-size: 18px;
		font-weight: bold;
		margin-left: 35px;
		margin-right: 35px;
		float: left;
	}
	.innav ul li a{ color:#fff;}
	.innav ul li a:hover{
		color: #fff;
	}
	.innav ul li .cur{
		color: #fff;
	}
	.innav ul li .xiala{
		width: 100%;
		position: absolute;
		left: 0;
		top:80px;
		background-color: rgba(245,245,245,0.96);
		padding: 30px 0px;
		z-index: 999999;
		opacity: 0;
		visibility: hidden;
		transition: all 0.6s;
	}
	.innav ul li .xiala .xiala01{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.innav ul li .xiala .xiala01 img{ width:300px;}
	.innav ul li .xiala .xiala01 .bigtitle{
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.innav ul li .xiala .xiala01 .subtitle{
		font-size: 18px;
		line-height: 40px;
		font-weight: normal;
	}
	.innav ul li .xiala .xiala01 .subtitle a{
		color: #000000;
	}
	.innav ul li .xiala .xiala01 .subtitle a:hover{
		color: #0680ff;
	}
	.innav ul li:hover .xiala{
		opacity: 1;
		visibility: visible;
	}
	.innav ul li:hover a{
		color: #0680ff;
	}
	
	
	.wenxin{
		width: auto;
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		margin-right: 20px;
		font-weight: bold;
		float:right;
	}
	.wenxin i{
		color: #6d6d6d;
	}
	.wenxin img{
		margin-right: 15px;
		vertical-align: middle;
	}
		
	.bt{
		width: 100%;
		float: left;
		margin-top: 125px;
		font-size: 36px;
		line-height: 95px;
		text-align: center;
		font-weight: bold;
		background-image: url(../img/hx.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.hdm{
		width: 100%;
		float: left;
		margin-top: 40px;
	}
	.hdm ul li{
		width: 570px;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 25px;
		background-color: #cde5ff;
		border-radius: 5px;
		background-image: url(../img/sj.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		overflow: hidden;
		float: left;
	}
	.hdm ul li:nth-child(2n){
		float: right;
	}
	.pro{
		width: 100%;
		float: left;
		margin-top: 35px;
	}
	.pro ul li{
		width: 20%;
		float: left;
		margin-top: 15px;
	}
	.pro ul li dl dt{
		height: 225px;
		text-align: center;
		overflow: hidden;
	}
	.pro ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.pro ul li dl dt img{
		max-width: 80%;
		max-height: 80%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.pro ul li dl dd{
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.pro ul li:hover dl dt img{
		transform: scale(1.05);
	}
	.more{
		width: 100%;
		float: left;
		margin-top: 60px;
	}
	.more ul{
		display: flex;
		justify-content: center;
	}
	.more ul li{
		width: 460px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		font-size: 18px;
		background-color: #003894;
		color: #FFFFFF;
		border-radius: 5px;
	}
	.more ul li a{
		width: 100%;
		float: left;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: #FFFFFF;
	}
	.cptd{
		width: 100%;
		float: left;
		margin-top: 90px;
	}
	.cptd ul li{
		width: 20%;
		float: left;
		height: 42vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cptd ul li .tx01{
		width: calc(100% - 80px);
		position: absolute;
		top: 25%;
		font-size: 24px;
		line-height: 30px;
		color: #FFFFFF;
		left: 40px;
		right: 40px;
		z-index: 1;
	}
	.cptd ul li .tx01 h1{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.cptd ul li .jiant{
		width: 100%;
		position: absolute;
		bottom: 14%;
		left: 0;
		text-align: center;
		z-index: 1;
	}
	.cptd ul li:nth-child(3){
		width: 60%;
	}
	.cptd ul li:nth-child(3) .tx01{
		width: calc(100% - 85px);
		position: absolute;
		top: 25%;
		font-size: 24px;
		line-height: 30px;
		color: #000000;
		left: 85px;
		z-index: 1;
	}
	.cptd ul li:nth-child(3) .tx01 h1{
		color: #003894;
		font-size: 53px;
		margin-bottom: 20px;
		line-height: 55px;
	}
	.cptd ul li:nth-child(3) .tx01 h2{
		font-size: 36px;
		font-weight: normal;
		margin-bottom: 25px;
		line-height: 36px;
	}
	.youshi{
		width: 100%;
		float: left;
		margin-top: 230px;
		height: 715px;
		background-image: url(../img/ysbj.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ys{
		width: 100%;
		float: left;
		height: 715px;
		position: relative;
	}
	.ys01{
		width: 100%;
		float: left;
		margin-top: -138px;
	}
	.ys01 ul li{
		width: 216px;
		float: left;
		height: 216px;
		margin-right: 30px;
		background-color: #cbe4ff;
		border-radius: 50%;
	}
	.ys01 ul li dl dt{
		height: 70px;
		text-align: center;
		margin-top: 50px;
	}
	.ys01 ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.ys01 ul li dl dt img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.ys01 ul li dl dd{
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.ys01 ul li:nth-child(5){
		float: right;
		margin-right: 0px;
	}
	.ys02{
		width: 100%;
		float: left;
		margin-top: 160px;
		height: 100px;
		line-height: 100px;
		font-weight: bold;
	}
	.ys02 div{
		justify-content: center;
		font-size: 60px;
		color: #003894;
		text-align:center;
		text-transform: uppercase;
	}
	.ys02 div i{
		width: 275px;
		height: 100px;
		background-color: #003894;
		color: #FFFFFF;
		text-align: center;
		font-size: 48px;
		margin-right: 10px;
		padding:20px 50px;
	}
	.yshdm{
		width: 100%;
		float: left;
		position: absolute;
		bottom: 45px;
		left: 0;
		z-index: 1;
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 24px;
	}
	.yshdm a{
		margin-left: 25px;
		margin-right: 25px;
		color: #FFFFFF;
	}
	.yshdm a:hover{
		color: #cbe4ff;
		font-weight: bold;
	}
	
	.Box {position: relative;}
	.Box .content {
		width:100%; 
		float: left;
	}
	.Box .Box_con {position: relative;}
	.Box .Box_con .btnl {position: absolute;}
	.Box .Box_con .btn {
		display: block;
		width:40px;
		height: 75px;
		position: absolute;
		top: calc(50% - 30px);
		cursor: pointer;
	}
	.Box .Box_con .btnl {
		background: url(../img/zj01.png) no-repeat center;
		left:-40px;
		z-index:12;
	}
	.Box .Box_con .btnr {
		background: url(../img/yj01.png) no-repeat center;
		right:-40px; 
		z-index:12;
	}
	.Box .Box_con .btnl:hover {
		background: url(../img/zj.png) no-repeat center;
	}
	.Box .Box_con .btnr:hover {
		background: url(../img/yj.png) no-repeat center;
	}
	.Box .Box_con .conbox {
		position: relative;
		overflow: hidden; 
		width:100%;
	}
	.Box .Box_con .conbox ul {
		position: relative;
		list-style: none;
	}
	.Box .Box_con .conbox ul li{ 
		width:350px;
		float:left; 
		position:relative;
		transition: all 0.6s;
		margin-right: 25px;
		margin-left: 25px;
		margin-top: 75px;
		height: 470px;
		display: table;
		line-height: 50px;
		font-size: 18px;
		text-align: center;
	}
	.Box .Box_con .conbox ul li div{
		display: table-cell;
		vertical-align: middle;
	}
	.Box .Box_con .conbox ul li img{
		max-width: 100%;
		height: auto;
	}
			
	.Box .BoxSwitch {
		margin-top: 30px;
		text-align: center; 
		height: 50px; 
		display:none;
	}
	.Box .BoxSwitch span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		width: 133.33px;
		height: 50px;
		background: #ccc;
		cursor: pointer; 
		line-height:50px; 
		float:left;
	}
	.Box .BoxSwitch span.cur {background: red;}
	
	.foot{
		width: 100%;
		float: left;
		margin-top: 90px;
		background-color: #efefef;
		padding-top: 55px;
		padding-bottom: 60px;
	}
	.foot h1{
		line-height: 51px;
		font-size: 27px;
		margin-bottom: 20px;
	}
	.foot h1 img{
		vertical-align: middle;
		margin-right: 15px;
	}
	.foot01 {
		width: auto;
		float: left;
		margin-right: 180px;
		font-size: 16px;
		line-height: 36px;
	}
	.foot02{
		width: 505px;
		float: left;
		font-size: 16px;
		line-height: 36px;
	}
.foot02  a{
		color: #666；
	}
	.foot02 img{
		float: left;
		margin-right: 20px;
	}
	.foot02 p{ padding-top:0px;}
	.foot03{
		width: auto;
		float: right;
		text-align: center;
		font-size: 18px;
		font-weight:bold;
		line-height: 30px;
		margin-top: -50px;
	}
	.bottom{
		width: 100%;
		float: left;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 14px;
		color: #9b9b9b;
	}
	.nycontent{
		width: 100%;
		float: left;
		margin-top: 70px;
	}
	.proleft{
		width: 338px;
		float: left;
		background-image: url(../img/leftbj.jpg);
		min-height: 1282px;
		background-position: center bottom;
		background-repeat: no-repeat;
		border-radius: 5px;
		overflow: hidden;
	}
	.subNavBox3{
		width:100%;
		float:left;
	}
	.subNav3{
		width:100%; 
		float:left; 
		HEIGHT:90px;
		DISPLAY: block;  
		CURSOR: pointer;
		text-align:center;
		line-height:90px; 
		font-size:25px;
		background-color: #cde5ff;
		background-image: url(../img/sj.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		border-radius: 5px;
		margin-top: 20px;
	}
	.subNav3:hover{float:left; }
	.navContent3{
		display: none;
		float:left; 
		width: calc(100% - 2px);
		line-height:75px; 
		font-size:20px; 
		padding-bottom:0px;
		border-radius: 0px 0px 5px 5px;
		border: 1px solid #cde5ff;
		border-top: 0px;
		background-color: #ffffff;
	}
	.navContent3 dl dd{
		padding-left: 30px;
		font-size: 20px;
		border-bottom: 1px solid #cde5ff;
	}
	.navContent3 dl dd img{
		vertical-align: middle;
		margin-right: 10px;
	}
	.navContent3 dl dd span{
		float: right;
		margin-right: 25px;
		width: 10px;
		background-image: url(../img/sj02.png);
		background-position: center right;
		background-repeat: no-repeat;
		height: 75px;
	}
	.proright{
		width: 830px;
		float: right;
	}
	.proright h1{
		height: 88px;
		border-bottom: 2px solid #d9d9d9;
		line-height: 88px;
		font-size: 25px;
		color: #3592fb;
	}
	.prolist{
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.prolist ul li{
		width: 260px;
		float: left;
		height: 370px;
		border: 1px solid #d9d9d9;
		margin-right: 22px;
		margin-top: 22px;
	}
	.prolist ul li .pic{
		height: 250px;
		text-align: center;
		overflow: hidden;
	}
	.prolist ul li .pic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.prolist ul li .pic img{
		max-width: 80%;
		max-height: 100%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.prolist ul li dl dt{
		font-size: 18px;
		line-height: 36px;
		text-align: center;
	}
	.prolist ul li dl dd{
		font-size: 18px;
		color: #FF0000;
		font-weight: bold;
		text-align: center;
	}
	.prolist ul li:nth-child(3n){
		float: right;
		margin-right: 0px;
	}
	.prolist ul li:hover .pic img{
		transform: scale(1.05);
	}
	.fy{
		width: 100%;
		float: left;
		margin-top: 70px;
	}
	.fy ul{
		display: flex;
		justify-content: center;
	}
	.fy ul li{
		margin-left: 1px;
		margin-right: 1px;
		font-family: '宋体';
		font-size: 18px;
	}
	.fy ul li a{
		padding: 10px 15px;
		background-color: #f6f6f6;
	}
	.fy ul li a:hover{
		background-color: #3072b7;
		color: #FFFFFF;
	}
	.proshow01{
		width: 100%;
		float: left;
	}
	.proshow01-l{
		width: 436px;
		float: left;
		margin-left:200px;
		margin-right:50px;
	}
	.bigpic{
		width: calc(100% - 4px);
		float: left;
		height: 434px;
		border: 2px solid #e5e5e5;
		text-align: center;
	}
	.bigpic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.bigpic img{
		max-height: 100%;
		max-width: 100%;
		vertical-align: middle;
	}
	.smallpic{
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.smallpic ul li{
		width: 80px;
		float: left;
		margin-left: 5px;
		height: 80px;
		text-align: center;
		line-height: 80px;
	}
	.smallpic ul li span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.smallpic ul li img{
		max-width: 80%;
		max-height: 80%;
		vertical-align: middle;
	}
	.smallpic ul li .cur{
		border: 1px solid #4a9dfb;
	}
	.hcaOn{
		border: 1px solid #4a9dfb;
	}
	.hcaOff{
		border: 1px solid #e5e5e5;
	}
	.proshow01-r{
		width: 310px;
		float: left;
		font-size: 16px;
		line-height: 36px;
		color: #666666;
	}
	.proshow01-r h1{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 30px;
		color: #000000;
	}
	.proshow01-r h2{
		display: flex;
		margin-bottom: 30px;
	}
	.proshow01-r h2 i{
		width: 173px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background-color: #ff0000;
		font-size: 24px;
		font-weight: normal;
		border-radius: 5px;
		color: #FFFFFF;
	}
	.proshow02{
		width: 100%;
		float: left;
		margin-top: 60px;
		font-size: 18px;
		line-height: 36px;
	}
	.proshow02 h1{
		font-size: 24px;
		line-height: 60px;
		height: 60px;
		border-bottom: 1px solid #E5E5E5;
		margin-bottom: 50px;
	}
	.next{
		width: calc(100% - 30px);
		float: left;
		margin-top: 50px;
		background-color: #eeeeee;
		font-size: 18px;
		line-height: 30px;
		padding: 15px;
	}
	
	.kong{
		width: 100%;
		float: left;
		margin-top: 220px;
		text-align: center;
		min-height: 600px;
		font-size: 36px;
		color: #d6d6d6;
	}
	.qdxz{
		width: 100%;
		float: left;
		margin-top:50px;
	}
	.qdxz ul li{
		width: 100%;
		float: left;
		margin-top: 60px;
	}
	.qdxz ul li .pic{
		width: 200px;
		float: left;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		height: 200px;
		text-align: center;
		overflow: hidden;
	}
	.qdxz ul li .pic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.qdxz ul li .pic img{
		max-height: 80%;
		max-width: 80%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.qdxz ul li:hover .pic img{
		transform: scale(1.05);
	}
	.qdxz ul li .tex{
		width: calc(100% - 240px);
		float: right;
	}
	.qdxz ul li .tex h1{
		font-size: 18px;
		line-height: 36px;
	}
	.qdxz ul li .tex dl dt{
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
		color: #666666;
	}
	.qdxz ul li .tex dl dd{
		margin-top: 30px;
		display: flex;
	}
	.qdxz ul li .tex dl dd i{
		width: 210px;
		height: 50px;
		line-height: 50px;
		border: 2px solid #76b8fe;
		color: #76b8fe;
		margin-right: 10px;
		font-size: 18px;
		text-align: center;
		border-radius: 5px;
	}
	.qdxz ul li .tex dl dd i a{
		color: #76b8fe;
	}
	.qdxz ul li .tex dl dd span{
		width: 210px;
		height: 50px;
		line-height: 50px;
		border: 2px solid #76b8fe;
		color: #fff;
		font-size: 18px;
		background-color: #76b8fe;
		text-align: center;
		border-radius: 5px;
	}
	.qdxz ul li .tex dl dd span a{
		color: #fff;
	}
	.qdxz ul li .tex dl dd span img{
		vertical-align: middle;
		margin-right: 25px;
	}
	.qdxz ul li:first-child{
		margin-top: 0px;
	}
	.main2{
		width: 930px;
		margin: auto;
	}
	.showpic{
		width: 100%;
		float: left;
		margin-top: 110px;
	}
	.showpic ul{
		display: flex;
		justify-content: center;
	}
	.showpic ul li{
		width: 200px;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		height: 200px;
		text-align: center;
	}
	.showpic ul li span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.showpic ul li img{
		max-height: 80%;
		max-width: 80%;
		vertical-align: middle;
	}
	.showtitle{
		width: 100%;
		float: left;
		margin-top: 75px;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
	}
	.showtex{
		width: 100%;
		float: left;
		margin-top: 45px;
		color: #666666;
		font-size: 16px;
		line-height: 30px;
	}
	.ljxz{
		width: 100%;
		float: left;
		margin-top: 125px;
		margin-bottom: 60px;
	}
	.ljxz ul{
		display: flex;
		justify-content: center;
	}
	.ljxz ul li{
		width: 210px;
		height: 50px;
		line-height: 50px;
		border: 2px solid #76b8fe;
		color: #fff;
		font-size: 18px;
		background-color: #76b8fe;
		text-align: center;
		border-radius: 5px;
	}
	.ljxz ul li a{
		color: #fff;
	}
	.ljxz ul li img{
		vertical-align: middle;
		margin-right: 25px;
	}
	.fzlc{
		width: 100%;
		float: left;
		margin-top: 100px;
	}
	.fzlc ul li{
		width: 100%;
		float: left;
		background-image: url(../img/sx02.jpg);
		background-position: center;
		background-repeat: repeat-y;
		padding-bottom: 40px;
		position: relative;
	}
	.fzlc ul li .yuan{
		width: 36px;
		height: 36px;
		position: absolute;
		top: 0;
		left: calc(50% - 18px);
		z-index: 1;
		background-color: #3592FB;
		border-radius: 50%;
	}
	.fzlc ul li dl dt{
		width: calc(50% - 105px);
		float: left;
		position: relative;
		padding-bottom: 20px;
		background-image: url(../img/hx02.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		text-align: right;
		font-size: 16px;
		line-height: 36px;
	}
	.fzlc ul li dl dt b{
		font-size: 24px;
	}
	.fzlc ul li dl dt .htian{
		width: 86px;
		height: 10px;
		background-image: url(../img/ht02.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: -92px;
		z-index: 1;
		top: 15px;
	}
	
	.fzlc ul li dl dd{
		width: calc(50% - 105px);
		float: right;
		position: relative;
		padding-bottom: 20px;
		background-image: url(../img/hx02.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 16px;
		line-height: 36px;
	}
	.fzlc ul li dl dd b{
		font-size: 24px;
	}
	.fzlc ul li dl dd .htian{
		width: 86px;
		height: 10px;
		background-image: url(../img/ht.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: -92px;
		z-index: 1;
		top: 15px;
	}
	.fzlc ul li:last-child{
		background-image: none;
	}
	.about{
		width: 100%;
		float: left;
		margin-top: 40px;
		font-size: 16px;
		line-height: 48px;
		text-align: center;
	}
	.aboutlb{
		width: 100%;
		float: left;
		margin-top: 35px;
	}
	.aboutlb ul li{
		width: 390px;
		float: left;
		height: 290px;
		margin-right: 15px;
		position: relative;
		overflow: hidden;
		margin-top: 15px;
	}
	.aboutlb ul li img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.aboutlb ul li .tex{
		width: auto;
		position: absolute;
		left: 40px;
		right: 70px;
		top: 35px;
		font-size: 16px;
		line-height: 36px;
		color: #FFFFFF;
		text-transform: uppercase;
		z-index: 1;
	}
	.aboutlb ul li .tex b{
		font-size: 24px;
	}
	.aboutlb ul li:hover img{
		transform: scale(1.05);
	}
	.aboutlb ul li:nth-child(4){
		float: right;
		margin-right: 0px;
	}
	.aboutlb ul li:nth-child(7){
		float: right;
		margin-right: 0px;
	}
	
	.aboutlb ul li:nth-child(10){
		float: right;
		margin-right: 0px;
	}
	
	.aboutlb ul li:last-child{
		width: 100%;
	}
	.aboutlb ul li:first-child{
		width: 100%;
	}
	.xlm{
		width: 100%;
		float: left;
		margin-top: 40px;
	}
	.xlm ul{
		display: flex;
		justify-content: center;
	}
	.xlm ul li{
		height: 45px;
		text-align: center;
		font-size: 16px;
		margin-left: 15px;
		margin-right: 15px;
		
	}
	.xlm ul li a{
		width: 100%;
		float: left;
		height: 45px;
		line-height: 45px;
		text-align: center;
		border-radius: 5px;
		padding-left:30px;
		padding-right:30px;
	}
	.xlm ul li a:hover{
		background-color: #3592fb;
		color: #FFFFFF;
	}
	.xlm ul li .cur{
		background-color: #3592fb;
		color: #FFFFFF;
	}
	.horn{
		width: 100%;
		float: left;
		margin-top: 40px;
	}
	.horn ul li{
		width: 380px;
		float: left;
		margin-right: 30px;
		margin-top: 20px;
	}
	.horn ul li dl dt{
		height: 380px;
		border: 1px solid #E5E5E5;
		text-align: center;
	}
	.horn ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.horn ul li dl dt img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.horn ul li dl dd{
		line-height: 60px;
		text-align: center;
		font-size: 16px;
	}
	.horn ul li:nth-child(3n){
		float: right;
		margin-right: 0px;
	}
	.title{
		width: 100%;
		float: left;
		font-size: 30px;
		line-height: 36px;
		margin-top: 75px;
		text-align: center;
	}
	.date{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 40px;
		font-size: 12px;
		color: #878787;
		line-height: 24px;
	}
	.xqshow{
		width: 100%;
		float: left;
		margin-top: 45px;
		font-size: 16px;
		line-height: 30px;
	}
	.xqshow img{
		max-width: 100%;
		height: auto;
	}
	.lxwm{
		width: 100%;
		float: left;
		margin-top: 65px;
	}
	.lxwm h1{
		line-height: 55px;
		font-size: 27px;
		text-align: center;
	}
	.lxwm ul li{
		width: 33.3%;
		float: left;
		margin-top: 60px;
	}
	.lxwm ul li dl dt{
		height: 110px;
		text-align: center;
	}
	.lxwm ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.lxwm ul li dl dt img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.lxwm ul li dl dd{
		margin-top: 35px;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	.map{
		width: 100%;
		float: left;
		margin-top: 90px;
	}
	.map img{
		
	}
	.map2{
		width: 814px;
		float: left;
		position: relative;
		margin-top: 70px;
	}
	.map2 img{
		width: 100%;
		height: auto;
		display: block;
	}
	.map2 .aa{
		width: 39px;
		height: 52px;
		position: absolute;
		z-index: 1;
		background-image: url(../img/xyuan.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.a01{
		top: 350px;
		right: 140px;
	}
	.a02{
		top: 230px;
		right: 175px;
	}
	.a03{
		top: 272px;
		right: 175px;
	}
	.a04{
		top: 357px;
		right: 160px;
	}
	.a05{
		top: 357px;
		right: 95px;
	}
	.a06{
		top: 382px;
		right: 110px;
	}
	.a07{
		top: 462px;
		right: 110px;
	}
	.a08{
		top: 482px;
		right: 120px;
	}
	.a09{
		top: 525px;
		right: 208px;
	}
	.a10{
		top: 535px;
		right: 290px;
	}
	.a11{
		top: 470px;
		right: 320px;
	}
	.map2 .aa:hover{
		background-image: url(../img/db.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
	.map2 .aa a{ width:100%; float: left; height:100%;
	}
	
	.maptex{
		width: 350px;
		float: right;
		margin-top: 280px;
		border: 2px solid #e5e5e5;
		border-radius: 5px;
		position: relative;
		font-size: 18px;
		line-height: 30px;
		padding: 30px;
	}
	.maptex b{
		color: #3592fb;
	}
	.maptex span{
		width: 14px;
		height: 36px;
		position: absolute;
		left: -14px;
		top: calc(50% - 18px);
		z-index: 11;
		background-image: url(../img/zjt.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news{
		width: 100%;
		float: left;
	}
	.news ul li{
		width: 100%;
		float: left;
		margin-top: 75px;
	}
	.news ul li .pic{
		width: 360px;
		height: 214px;
		float: left;
		overflow: hidden;
	}
	.news ul li .pic img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.news ul li:hover .pic img{
		transform: scale(1.05);
	}
	.news ul li .tex{
		width: calc(100% - 400px);
		float: right;
	}
	.news ul li .tex dl dt{
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.news ul li .tex dl dd{
		font-size: 14px;
		color: #878787;
		line-height: 22px;
		display: flex;
	}
	.news ul li .tex dl dd a{
		width: 210px;
		height: 50px;
		border: 2px solid #76B8FE;
		color: #76b8fe;
		text-align: center;
		font-size: 18px;
		line-height: 50px;
		margin-top: 25px;
		border-radius: 5px;
	}
	.news ul li .tex dl dd a:hover{
		background-color: #76B8FE;
		color: #FFFFFF;
	}
	
	
	.mart0{
		margin-top: 0px;
	}
	.header2{
		display: none;
	}
.bais{ color:#FFFFFF;}
.sjjxs{ display:none}

.hqxx{
	width:100%;
	float:left;
	margin-top:40px;
}
.hqxx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqxx ul li{
	width:49%;
}
.hqxx ul li dl dt{
	font-size:16px;
	line-height:40px;
	color:#999;
	padding-left:5px;
}
.hqxx ul li dl dt i{
	color:#F00;
}
.bk{
	width:100%;
	line-height:45px;
	border:0px solid #CCC;
	background-color:#f2f2f2;
	padding:0 15px;
	font-size:14px;
	color:#999;
	font-family:'Microsoft YaHei';
	outline:none;
}
.lihq{
	display:flex;
	margin-top:50px;
	justify-content:center;
	width:100%;
	float:left;
}
.lihq a{
	width:50%;
	padding:10px 0;
	background-color:#3592fb;
	border:0;
	font-size:16px;
	color:#FFF;
	text-align:center;
}

.hsnr{ width:100%; float:left; font-size:16px; line-height:200%}
.hsnr img{ width:50%; text-align:center; margin:auto;}

.xzbanner{
	width:100%;
	float:left;
	position:relative;
}
.xzbanner img{
	width:100%;
	height:auto;
	display:block;
}
.xzbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.xzbanner .tex dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	align-items: center;
}
.xzbanner .tex dl dt img{
	max-width:70%;
	margin:auto;
}
.xzbanner .tex dl dd{
	display: flex;
	justify-content: center;
	margin-top:40px;
}
.xzbk{
	width:695px;
	height:70px;
	border:0px;
	line-height:70px;
	outline:none;
	padding:0 20px;
	font-size:16px;
	color:#999;
	font-family:'微软雅黑';
	margin-right:5px;
}
.hslc{
	width:100%;
	float:left;
	margin-top:40px;
}
.hslc ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hslc ul li{
	width:auto;
}
.hslc ul li dl dt{
	height:144px;
	overflow:hidden;
}
.hslc ul li dl dt img{
	max-height:100%;
}
.hslc ul li dl dt .xpic{
	margin-left:15px;
	margin-right:15px;
	margin-top:35px;
}
.hslc ul li dl dd{
	font-size:18px;
	color:#333;
	text-align:center;
}
.hsbz{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#f8f8f8;
	border-radius:35px;
}
.hsbz ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hsbz ul b{
	padding:15px 25px;
	background-color:#eaeaea;
	border-radius:35px;
	font-size:16px;
	color:#999;
	margin-right:20px;
}
.hsbz ul li{
	width:auto;
	margin-right:20px;
}
.hsbz ul li a{
	color:#0e4eae;
	font-size:16px;
}
.cplist{
	width:100%;
	float:left;
	margin-top:10px;
}
.cplist ul{
	display: flex;
	flex-wrap: wrap;
}
.cplist ul li{
	width:calc(25.7% - 35px);
	margin-right:35px;
	margin-top:35px;
}
.cplist ul li:nth-child(4n){
	margin-right:0px;
}
.cplist ul li .pic{
	overflow:hidden;
	border:1px solid #e3e3e3;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cplist ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.cplist ul li dl dt{
	font-size:18px;
	color:#333;
	line-height:150%;
	margin-top:20px;
}
.cplist ul li dl dd{
	font-size:18px;
	color:#333;
	line-height:150%;
	margin-top:10px;
}
.cplist ul li dl dd b{
	font-size:24px;
	color:#ff0000;
}
.tanc{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	display:none;
	background-color:rgba(0, 0, 0, 0.50);
}
.tancon{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tanc01{
	width:33.33%;
	padding:30px;
	height:80vh;
	overflow-y:scroll;
	background-color:#f8f8f8;
	position:relative;
}
.tanc01 .gb{
	width:54px;
	height:54px;
	position:absolute;
	right:15px;
	top:15px;
	z-index:1;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 h1{
	font-size:24px;
	color:#000;
}
.tanc01 .pic{
	overflow:hidden;
	margin-top:10px;
}
.tanc01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tanc01 .tex{
	margin-top:15px;
}
.tanc01 .tex dl dt{
	font-size:24px;
	font-weight:bold;
	padding:15px;
	border-bottom:1px solid #d5d5d5;
}
.tanc01 .tex dl dd{
	padding:15px;
	border-bottom:1px solid #d5d5d5;
	font-size:18px;
}
.tanc01 .tex dl dd i{
	margin-right:15px;
}
.tanc01 .tex dl dd b{
	font-size:24px;
	color:#ff0000;
}

.tanc01 .tex dl dd p{
	word-wrap: break-word;
}


}



@media (max-width:1199px) {

.sjjxs{ width:100%; float:left;}
	.header{
		display: none;
	}
	.innav{ display:none}
	.header2{ 
		width:100%; 
		float:left; 
		height:4rem; 
		line-height:4rem; 
	}
	.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:4rem; 
		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:10rem; 
		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;
	}
	.moblienav{
		width: calc(100% - 2rem);
		float:right; 
		background:#fff; 
		padding:1rem;
		overflow:auto; 
		height: auto;
	}
	.moblienav h1{ 
		text-align:center; 
		height:5rem;
	}
	.moblienav h1 span{ 
		height:100%; 
		display:inline-block; 
		vertical-align:middle;
	}
	.moblienav h1 img{ 
		max-width:50%; 
		max-height:6rem; 
		vertical-align:middle
	}
	.moblienav dl dd{
		height: 2.5rem;
		line-height: 2.5rem;
		border-bottom: 1px solid #e5e5e5;
		font-size: 1.0rem;
	}
	
	.main{ 
		width:90%; 
		float:left; 
		margin-left:5%; 
		margin-right:5%;
	}
	
	.bt{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 1.5rem;
		line-height: 3.0rem;
		text-align: center;
		font-weight: bold;
		background-image: url(../img/hx.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.hdm{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.hdm ul li{
		width: 48%;
		height: 2.5rem;
		line-height: 2.5rem;
		text-align: center;
		font-size: 0.8rem;
		background-color: #cde5ff;
		border-radius: 5px;
		background-image: url(../img/sj.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		overflow: hidden;
		float: left;
	}
	.hdm ul li:nth-child(2n){
		float: right;
	}
	.pro{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.pro ul li{
		width: 48%;
		float: left;
		margin-top: 1.0rem;
	}
	.pro ul li dl dt{
		height: 8.0rem;
		text-align: center;
		overflow: hidden;
	}
	.pro ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.pro ul li dl dt img{
		max-width: 80%;
		max-height: 80%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.pro ul li dl dd{
		height: 2.0rem;
		line-height: 2.0rem;
		text-align: center;
		font-size: 0.8rem;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.pro ul li:hover dl dt img{
		transform: scale(1.05);
	}
	.more{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.more ul{
		display: flex;
		justify-content: center;
	}
	.more ul li{
		width: 15rem;
		height: 2.5rem;
		line-height: 2.5rem;
		text-align: center;
		font-size: 0.8rem;
		background-color: #003894;
		color: #FFFFFF;
		border-radius: 5px;
	}
	.more ul li a{
		width: 100%;
		float: left;
		height: 2.5rem;
		line-height: 2.5rem;
		text-align: center;
		color: #FFFFFF;
	}
	.cptd{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.cptd ul li{
		width: 50%;
		float: left;
		height: 84vw;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cptd ul li .tx01{
		width: calc(100% - 2.0rem);
		position: absolute;
		top: 25%;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		left: 1.0rem;
		right: 1.0rem;
		z-index: 1;
	}
	.cptd ul li .tx01 h1{
		font-size: 1.0rem;
		margin-bottom: 1.0rem;
	}
	.cptd ul li .jiant{
		width: 100%;
		position: absolute;
		bottom: 14%;
		left: 0;
		text-align: center;
		z-index: 1;
	}
	.cptd ul li .jiant img{
		max-height: 1.5rem;
		width: auto;
	}
	.cptd ul li:nth-child(3){
		width: 100%;
	}
	.cptd ul li:nth-child(3) .tx01{
		width: calc(100% - 2.0rem);
		position: absolute;
		top: 25%;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #000000;
		left: 1.0rem;
		z-index: 1;
	}
	.cptd ul li:nth-child(3) .tx01 h1{
		color: #003894;
		font-size: 1.5rem;
		margin-bottom: 1.0rem;
		line-height: 2.5rem;
	}
	.cptd ul li:nth-child(3) .tx01 h2{
		font-size: 1.0rem;
		font-weight: normal;
		margin-bottom: 1.0rem;
		line-height: 1.5rem;
	}
	.youshi{
		width: 100%;
		float: left;
		margin-top: 6rem;
		height: 84vw;
		background-image: url(../img/ysbj.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ys{
		width: 100%;
		float: left;
		height: 84vw;
		position: relative;
	}
	.ys01{
		width: 100%;
		float: left;
		margin-top: -2.5rem;
	}
	.ys01 ul li{
		width: 19%;
		float: left;
		height: 3.95rem;
		margin-right: 1%;
		background-color: #cbe4ff;
		border-radius: 50%;
	}
	.ys01 ul li dl dt{
		height: 2.0rem;
		text-align: center;
	}
	.ys01 ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.ys01 ul li dl dt img{
		max-width: 100%;
		max-height: 1.5rem;
		vertical-align: middle;
	}
	.ys01 ul li dl dd{
		height: 1.5em;
		line-height: 1.5rem;
		text-align: center;
		font-size: 0.8rem;
		font-weight: bold;
	}
	.ys01 ul li:nth-child(4){
		float: right;
		margin-right: 0px;
	}
	.ys02{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
		height: 3.0rem;
		line-height: 3.0rem;
		font-weight: bold;
	}
	.ys02 div{
		
		justify-content: center;
		font-size: 1.2rem;
		color: #003894;
		text-transform: uppercase;
		padding:1.0rem 2.0rem;
		text-align:center;
	}
	.ys02 div i{
		width: 7rem;
		height: 3.0rem;
		background-color: #003894;
		color: #FFFFFF;
		text-align: center;
		font-size: 1.2rem;
		margin-right: 0.2rem;
	}
	.yshdm{
		width: 100%;
		float: left;
		position: absolute;
		bottom: 1.0rem;
		left: 0;
		z-index: 1;
		text-align: center;
		font-size: 0.8rem;
		color: #FFFFFF;
		line-height: 1.5rem;
	}
	.yshdm a{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		color: #FFFFFF;
	}
	.yshdm a:hover{
		color: #cbe4ff;
		font-weight: bold;
	}
	
	.Box {position: relative;}
	.Box .content {
		width:100%; 
		float: left;
	}
	.Box .Box_con {position: relative;}
	.Box .Box_con .btnl {position: absolute;}
	.Box .Box_con .btn {
		display: block;
		width:40px;
		height: 75px;
		position: absolute;
		top: calc(40% - 30px);
		cursor: pointer;
	}
	.Box .Box_con .btnl {
		background: url(../img/zj01.png) no-repeat center;
		left:0px;
		z-index:12;
	}
	.Box .Box_con .btnr {
		background: url(../img/yj01.png) no-repeat center;
		right:0px; 
		z-index:12;
	}
	.Box .Box_con .btnl:hover {
		background: url(../img/zj.png) no-repeat center;
	}
	.Box .Box_con .btnr:hover {
		background: url(../img/yj.png) no-repeat center;
	}
	.Box .Box_con .conbox {
		position: relative;
		overflow: hidden; 
		width:100%;
	}
	.Box .Box_con .conbox ul {
		position: relative;
		list-style: none;
	}
	.Box .Box_con .conbox ul li{ 
		width:363px;
		float:left; 
		position:relative;
		transition: all 0.6s;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0.2rem;
		height: 370px;
		display: table;
		line-height: 50px;
		font-size: 16px;
		text-align:center;
		padding-right:37px;
	}
	.Box .Box_con .conbox ul li div{
		display: table-cell;
		vertical-align: middle;
	}
	.Box .Box_con .conbox ul li img{
		max-width: 70%;
		height: auto;
	}
			
	.Box .BoxSwitch {
		margin-top: 30px;
		text-align: center; 
		height: 50px; 
		display:none;
	}
	.Box .BoxSwitch span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		width: 133.33px;
		height: 50px;
		background: #ccc;
		cursor: pointer; 
		line-height:50px; 
		float:left;
	}
	.Box .BoxSwitch span.cur {background: red;}
	
	.foot{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		background-color: #efefef;
		padding-top: 1.0rem;
		padding-bottom: 1.0rem;
	}
	.foot h1{
		line-height: 2.0rem;
		font-size: 1.0rem;
		margin-bottom: 1.0rem;
	}
	.foot h1 img{
		vertical-align: middle;
		margin-right: 0.5rem;
		max-height: 2.0rem;
	}
	.foot01{
		width: 100%;
		float: left;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.foot02{
		width: 100%;
		float: left;
		font-size: 0.8rem;
		line-height: 1.5rem;
		margin-top: 2.0rem;
	}
	.foot02 img{
		float: left;
		margin-right: 1.0rem;
	}
	
	.foot03{
		width: 100%;
		float: right;
		text-align: center;
		font-size: 0.8rem;
		font-weight:bold;
		line-height: 1.5rem;
		margin-top: 2.0rem;
	}
	.bottom{
		width: 90%;
		float: left;
		height: auto;
		line-height: 1.5rem;
		text-align: center;
		font-size: 0.8rem;
		color: #9b9b9b;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 1.0rem;
		padding-top: 1.0rem;
	}
	.nycontent{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.proleft{
		width: 100%;
		float: left;
	}
	.subNavBox3{
		width:100%;
		float:left;
	}
	.subNav3{
		width:100%; 
		float:left; 
		HEIGHT:3.0rem;
		DISPLAY: block;  
		CURSOR: pointer;
		text-align:center;
		line-height:3.0rem; 
		font-size:1.0rem;
		background-color: #cde5ff;
		background-image: url(../img/sj.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		border-radius: 5px;
		margin-top: 1.0rem;
	}
	.subNav3:hover{float:left; }
	.navContent3{
		display: none;
		float:left; 
		width: calc(100% - 2px);
		line-height:2.5rem; 
		font-size:0.8rem; 
		padding-bottom:0px;
		border-radius: 0px 0px 5px 5px;
		border: 1px solid #cde5ff;
		border-top: 0px;
		background-color: #ffffff;
	}
	.navContent3 dl dd{
		padding-left: 1.0rem;
		font-size: 0.8rem;
		border-bottom: 1px solid #cde5ff;
	}
	.navContent3 dl dd img{
		vertical-align: middle;
		margin-right: 10px;
	}
	.navContent3 dl dd span{
		float: right;
		margin-right: 1.0rem;
		width: 10px;
		background-image: url(../img/sj02.png);
		background-position: center right;
		background-repeat: no-repeat;
		height: 2.5rem;
	}
	.proright{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.proright h1{
		height: 3.0rem;
		border-bottom: 2px solid #d9d9d9;
		line-height: 3.0rem;
		font-size: 1.0rem;
		color: #3592fb;
	}
	.prolist{
		width: 100%;
		float: left;
		margin-top: 0.5rem;
	}
	.prolist ul li{
		width: 48%;
		float: left;
		height: 14rem;
		border: 1px solid #d9d9d9;
		margin-top: 1.0rem;
	}
	.prolist ul li .pic{
		height: 9.0rem;
		text-align: center;
		overflow: hidden;
	}
	.prolist ul li .pic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.prolist ul li .pic img{
		max-width: 80%;
		max-height: 70%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.prolist ul li dl dt{
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.prolist ul li dl dd{
		font-size: 0.8rem;
		color: #FF0000;
		font-weight: bold;
		text-align: center;
	}
	.prolist ul li:nth-child(2n){
		float: right;
		margin-right: 0px;
	}
	.prolist ul li:hover .pic img{
		transform: scale(1.05);
	}
	.fy{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.fy ul{
		display: flex;
		justify-content: center;
	}
	.fy ul li{
		margin-left: 1px;
		margin-right: 1px;
		font-family: '宋体';
		font-size: 0.8rem;
	}
	.fy ul li a{
		padding: 0.5rem 0.5rem;
		background-color: #f6f6f6;
	}
	.fy ul li a:hover{
		background-color: #3072b7;
		color: #FFFFFF;
	}
	.proshow01{
		width: 100%;
		float: left;
	}
	.proshow01-l{
		width: 100%;
		float: left;
	}
	.bigpic{
		width: calc(100% - 4px);
		float: left;
		height: 15rem;
		border: 2px solid #e5e5e5;
		text-align: center;
	}
	.bigpic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.bigpic img{
		max-height: 70%;
		max-width: 100%;
		vertical-align: middle;
	}
	.smallpic{
		width: 100%;
		float: left;
		margin-top: 0.5rem;
	}
	.smallpic ul li{
		width: 4.0rem;
		float: left;
		margin-left: 0.2rem;
		height: 4.0rem;
		text-align: center;
		line-height: 4.0rem;
	}
	.smallpic ul li span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.smallpic ul li img{
		max-width: 80%;
		max-height: 80%;
		vertical-align: middle;
	}
	.smallpic ul li .cur{
		border: 1px solid #4a9dfb;
	}
	.hcaOn{
		border: 1px solid #4a9dfb;
	}
	.hcaOff{
		border: 1px solid #e5e5e5;
	}
	.proshow01-r{
		width: 100%;
		float: right;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
		margin-top: 2.0rem;
	}
	.proshow01-r h1{
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-bottom: 1.0rem;
		color: #000000;
	}
	.proshow01-r h2{
		display: flex;
		margin-bottom: 1.0rem;
	}
	.proshow01-r h2 i{
		width: 8rem;
		height: 2.5rem;
		text-align: center;
		line-height: 2.5rem;
		background-color: #ff0000;
		font-size: 1.2rem;
		font-weight: normal;
		border-radius: 5px;
		color: #FFFFFF;
	}
	.proshow02{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.proshow02 h1{
		font-size: 1.2rem;
		line-height: 3.0rem;
		height: 3.0rem;
		border-bottom: 1px solid #E5E5E5;
		margin-bottom: 2.0rem;
	}
		.proshow02 img{
		max-width:100%;
	}
	.next{
		width: calc(100% - 1.0rem);
		float: left;
		margin-top: 2.0rem;
		background-color: #eeeeee;
		font-size: 0.8rem;
		line-height: 1.5rem;
		padding: 0.5rem;
	}
	
	.kong{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
		text-align: center;
		min-height: 10rem;
		font-size: 1.2rem;
		color: #d6d6d6;
	}
	.qdxz{
		width: 100%;
		float: left;
		margin-top:2rem;
	}
	.qdxz ul li{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.qdxz ul li .pic{
		width: 100%;
		float: left;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		height: 12rem;
		text-align: center;
		overflow: hidden;
	}
	.qdxz ul li .pic span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.qdxz ul li .pic img{
		max-height: 80%;
		max-width: 80%;
		vertical-align: middle;
		transition: all 0.6s;
	}
	.qdxz ul li:hover .pic img{
		transform: scale(1.05);
	}
	.qdxz ul li .tex{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.qdxz ul li .tex h1{
		font-size: 1.0rem;
		line-height: 1.5rem;
	}
	.qdxz ul li .tex dl dt{
		margin-top: 1.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666666;
	}
	.qdxz ul li .tex dl dd{
		margin-top: 1.0rem;
		display: flex;
	}
	.qdxz ul li .tex dl dd i{
		width: 8rem;
		height: 2.0rem;
		line-height: 2.0rem;
		border: 2px solid #76b8fe;
		color: #76b8fe;
		margin-right: 0.5rem;
		font-size: 0.8rem;
		text-align: center;
		border-radius: 5px;
	}
	.qdxz ul li .tex dl dd i a{
		color: #76b8fe;
	}
	.qdxz ul li .tex dl dd span{
		width: 8rem;
		height: 2.0rem;
		line-height: 2.0rem;
		border: 2px solid #76b8fe;
		color: #fff;
		font-size: 0.8rem;
		background-color: #76b8fe;
		text-align: center;
		border-radius: 5px;
	}
	.qdxz ul li .tex dl dd span a{
		color: #fff;
	}
	.qdxz ul li .tex dl dd span img{
		vertical-align: middle;
		margin-right: 0.5rem;
		max-height: 1.0rem;
	}
	.qdxz ul li:first-child{
		margin-top: 0px;
	}
	.main2{
		width: 100%;
		float: left;
	}
	.showpic{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
	}
	.showpic ul{
		display: flex;
		justify-content: center;
	}
	.showpic ul li{
		width: 15rem;
		box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
		height: 15rem;
		text-align: center;
	}
	.showpic ul li span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.showpic ul li img{
		max-height: 80%;
		max-width: 80%;
		vertical-align: middle;
	}
	.showtitle{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: bold;
	}
	.showtex{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		color: #666666;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.ljxz{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
		margin-bottom: 2.0rem;
	}
	.ljxz ul{
		display: flex;
		justify-content: center;
	}
	.ljxz ul li{
		width: 12rem;
		height: 2.5rem;
		line-height: 2.5rem;
		border: 2px solid #76b8fe;
		color: #fff;
		font-size: 0.8rem;
		background-color: #76b8fe;
		text-align: center;
		border-radius: 5px;
	}
	.ljxz ul li a{
		color: #fff;
	}
	.ljxz ul li img{
		vertical-align: middle;
		margin-right: 0.5rem;
		max-height: 1.5rem;
	}
	.fzlc{
		width: 100%;
		float: left;
		margin-top: 3.0rem;
	}
	.fzlc ul li{
		width: 100%;
		float: left;
		background-image: url(../img/sx02.jpg);
		background-position: center;
		background-repeat: repeat-y;
		padding-bottom: 1.0rem;
		position: relative;
	}
	.fzlc ul li .yuan{
		width: 1.0rem;
		height: 1.0rem;
		position: absolute;
		top: 0;
		left: calc(50% - 0.5rem);
		z-index: 1;
		background-color: #3592FB;
		border-radius: 50%;
	}
	.fzlc ul li dl dt{
		width: calc(50% - 2.0rem);
		float: left;
		position: relative;
		padding-bottom: 1.0rem;
		background-image: url(../img/hx02.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		text-align: right;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.fzlc ul li dl dt b{
		font-size: 1.0rem;
	}
	.fzlc ul li dl dt .htian{
		width: 2.0rem;
		height: 0.3rem;
		background-image: url(../img/ht02.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: -2.0rem;
		z-index: 1;
		top: 0.4rem;
	}
	
	.fzlc ul li dl dd{
		width: calc(50% - 2.0rem);
		float: right;
		position: relative;
		padding-bottom: 1.0rem;
		background-image: url(../img/hx02.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.fzlc ul li dl dd b{
		font-size: 1.0rem;
	}
	.fzlc ul li dl dd .htian{
		width: 2.0rem;
		height: 0.3rem;
		background-image: url(../img/ht.png);
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: -2.0rem;
		z-index: 1;
		top: 0.4rem;
	}
	.fzlc ul li:last-child{
		background-image: none;
	}
	.about{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.about img{
  max-width: 100%;
		
	}
	.aboutlb{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.aboutlb ul li{
		width: 100%;
		float: left;
		height: 16rem;
		position: relative;
		overflow: hidden;
		margin-top: 0.5rem;
	}
	.aboutlb ul li:first-child{
		height: 20rem;
	}
	.aboutlb ul li img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.aboutlb ul li .tex{
		width: auto;
		position: absolute;
		left: 2.0rem;
		right: 2.0rem;
		top: 2.0rem;
		font-size: 0.7rem;
		line-height: 1.3rem;
		color: #FFFFFF;
		text-transform: uppercase;
		z-index: 1;
	}
	
.aboutlb ul li:nth-child(4) .tex{ top:3.4rem;}

	
	.aboutlb ul li .tex b{
		font-size: 1.2rem;
	}
	.aboutlb ul li:hover img{
		transform: scale(1.05);
	}
	.aboutlb ul li:last-child{
		width: 100%;
	}
	.xlm{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.xlm ul li{
		width: calc(50% - 1.0rem);
		height: 2.5rem;
		text-align: center;
		font-size: 0.8rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		float: left;
		border:1px solid #3592fb; 
		margin-top:0.8rem;
		border-radius: 5px;
	}
	.xlm ul li a{
		width: 100%;
		float: left;
		height: 2.5rem;
		line-height: 2.5rem;
		text-align: center;
		border-radius: 5px;
		padding-left:1rem;
		padding-right:1rem;
		
	}
	.xlm ul li a:hover{
		background-color: #3592fb;
		color: #FFFFFF;
	}
	.xlm ul li .cur{
		background-color: #3592fb;
		color: #FFFFFF;
	}
	.horn{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.horn ul li{
		width: 48%;
		float: left;
		margin-top: 1.0rem;
	}
	.horn ul li dl dt{
		height: 12rem;
		border: 1px solid #E5E5E5;
		text-align: center;
	}
	.horn ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.horn ul li dl dt img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}
	.horn ul li dl dd{
		line-height: 1.5rem;
		text-align: center;
		font-size: 0.8rem;
		height: 3.0rem;
		margin-top: 1.0rem;
	}
	.horn ul li:nth-child(2n){
		float: right;
		margin-right: 0px;
	}
	.title{
		width: 100%;
		float: left;
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-top: 2.0rem;
		text-align: center;
	}
	.date{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 1.0rem;
		font-size: 0.8rem;
		color: #878787;
		line-height: 1.5rem;
	}
	.xqshow{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
	.xqshow img{
		max-width: 100%;
		height: auto;
	}
	.lxwm{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.lxwm h1{
		line-height: 2.5rem;
		font-size: 1.2rem;
		text-align: center;
	}
	.lxwm ul li{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.lxwm ul li:nth-child(13){ display:none}
	.lxwm ul li dl dt{
		height: 4.0rem;
		text-align: center;
	}
	.lxwm ul li dl dt span{
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.lxwm ul li dl dt img{
		max-width: 100%;
		max-height: 3.0rem;
		vertical-align: middle;
	}
	.lxwm ul li dl dd{
		margin-top: 1.0rem;
		font-size: 1.0rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.map{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.map img{
		
	}
	.map2{
		width: 100%;
		float: left;
		position: relative;
		margin-top: 2.0rem;
	}
	.map2 img{
		width: 100%;
		height: auto;
		display: block;
		
	}
	.map2 .aa{
		width: 39px;
		height: 52px;
		position: absolute;
		z-index: 1;
		background-image: url(../img/xyuan.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		display: none;
	}
	.a01{
		top: 350px;
		right: 140px;
	}
	.a02{
		top: 230px;
		right: 175px;
	}
	.a03{
		top: 272px;
		right: 175px;
	}
	.a04{
		top: 357px;
		right: 160px;
	}
	.a05{
		top: 357px;
		right: 95px;
	}
	.a06{
		top: 382px;
		right: 110px;
	}
	.a07{
		top: 462px;
		right: 110px;
	}
	.a08{
		top: 482px;
		right: 120px;
	}
	.a09{
		top: 525px;
		right: 208px;
	}
	.a10{
		top: 535px;
		right: 290px;
	}
	.a11{
		top: 470px;
		right: 320px;
	}
	.map2 .aa:hover{
		background-image: url(../img/db.png);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.maptex{
		width: calc(100% - 2.4rem);
		float: right;
		margin-top: 2.0rem;
		border: 2px solid #e5e5e5;
		border-radius: 5px;
		position: relative;
		font-size: 0.8rem;
		line-height: 1.5rem;
		padding: 1.0rem;
	}
	.maptex b{
		color: #3592fb;
	}
	.maptex span{
		width: 14px;
		height: 36px;
		position: absolute;
		left: -14px;
		top: calc(50% - 18px);
		z-index: 11;
		background-image: url(../img/zjt.png);
		background-position: center;
		background-repeat: no-repeat;
		display: none;
	}
	
	.news{
		width: 100%;
		float: left;
	}
	.news ul li{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
	}
	.news ul li .pic{
		width: 100%;
		height: auto;
		float: left;
		overflow: hidden;
	}
	.news ul li .pic img{
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.6s;
	}
	.news ul li:hover .pic img{
		transform: scale(1.05);
	}
	.news ul li .tex{
		width: 100%;
		float: left;
		margin-top: 1.0rem;
	}
	.news ul li .tex dl dt{
		font-size: 1.0rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.news ul li .tex dl dd{
		font-size: 0.8rem;
		color: #878787;
		line-height: 1.5rem;
		display: flex;
	}
	.news ul li .tex dl dd a{
		width: 10rem;
		height: 2.0rem;
		border: 2px solid #76B8FE;
		color: #76b8fe;
		text-align: center;
		font-size: 0.8rem;
		line-height: 2.0rem;
		margin-top: 1.0rem;
		border-radius: 5px;
	}
	.news ul li .tex dl dd a:hover{
		background-color: #76B8FE;
		color: #FFFFFF;
	}
	
	
	.mart0{
		margin-top: 0px;
	}
	
	
	
	
.hqxx{
	width:100%;
	float:left;
	margin-top:40px;
}
.hqxx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hqxx ul li{
	width:100%;
}
.hqxx ul li dl dt{
	font-size:14px;
	color:#999;
}
.hqxx ul li dl dt i{
	color:#F00;
}
.bk{
	width:100%;
	line-height:45px;
	border:0px solid #CCC;
	background-color:#f2f2f2;
	padding:0 15px;
	font-size:14px;
	color:#999;
	font-family:'Microsoft YaHei';
	outline:none;
}
.lihq{
	display:flex;
	margin-top:50px;
	justify-content:center;
	width:100%;
	float:left;
}
.lihq a{
	width:100%;
	text-align:center;
	padding:10px 0;
	background-color:#3592fb;
	border:0;
	font-size:16px;
	color:#FFF;
}	
	
	
	
	
.hsnr{ width:100%; float:left; font-size:0.9rem; line-height:200%}
.hsnr img{ width:100%;}
	
	
	
.xzbanner{
	width:100%;
	float:left;
	position:relative;
}
.xzbanner img{
	width:100%;
	height:auto;
	display:block;
}
.xzbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.xzbanner .tex dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	align-items: center;
}
.xzbanner .tex dl dt img{
	max-width:70%;
	margin:auto;
}
.xzbanner .tex dl dd{
	display: flex;
	justify-content: center;
	margin-top:40px;
}
.xzbk{
	width:12rem;
	height:70px;
	border:0px;
	line-height:70px;
	outline:none;
	padding:0 20px;
	font-size:16px;
	color:#999;
	font-family:'微软雅黑';
	margin-right:5px;
}
.hslc{
	width:100%;
	float:left;
	margin-top:40px;
}
.hslc ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hslc ul li{
	width:50%;
	margin-top:2.0rem;
}
.hslc ul li:nth-child(2n){
	display:none;
}
.hslc ul li dl dt{
	height: auto;
	overflow:hidden;
	text-align:center;
}
.hslc ul li dl dt img{
	max-height:100%;
}
.hslc ul li dl dt .xpic{
	margin-left:15px;
	margin-right:15px;
	margin-top:35px;
}
.hslc ul li dl dd{
	font-size:0.875rem;
	color:#333;
	text-align:center;
}
.hsbz{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#f8f8f8;
	border-radius:1.5rem;
	padding-bottom:1.5rem;
}
.hsbz ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hsbz ul b{
	width:100%;
	padding:15px 25px;
	background-color:#eaeaea;
	border-radius:35px;
	font-size:16px;
	color:#999;
}
.hsbz ul li{
	width:100%;
	margin-right:1.0rem;
	margin-left:1.0rem;
	margin-top:1.0rem;
}
.hsbz ul li a{
	color:#0e4eae;
	font-size:16px;
}
.cplist{
	width:100%;
	float:left;
	margin-top:10px;
}
.cplist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cplist ul li{
	width:48%;
	margin-top:2.0rem;
}
.cplist ul li:nth-child(4n){
	margin-right:0px;
}
.cplist ul li .pic{
	overflow:hidden;
	border:1px solid #e3e3e3;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cplist ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.cplist ul li dl dt{
	font-size:0.875rem;
	color:#333;
	line-height:150%;
	margin-top:1.0rem;
}
.cplist ul li dl dd{
	font-size:0.75rem;
	color:#333;
	line-height:150%;
	margin-top:0.5rem;
}
.cplist ul li dl dd b{
	font-size:0.875rem;
	color:#ff0000;
}
.tanc{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	display:none;
	background-color:rgba(0, 0, 0, 0.50);
}
.tancon{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tanc01{
	width:80%;
	padding:1.0rem;
	height:80vh;
	overflow-y:scroll;
	background-color:#f8f8f8;
	position:relative;
}
.tanc01 .gb{
	width:54px;
	height:54px;
	position:absolute;
	right:15px;
	top:15px;
	z-index:1;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 h1{
	font-size:1.0rem;
	color:#000;
}
.tanc01 .pic{
	overflow:hidden;
	margin-top:10px;
}
.tanc01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tanc01 .tex{
	margin-top:15px;
}
.tanc01 .tex dl dt{
	font-size:1.0rem;
	font-weight:bold;
	padding:1.0rem;
	border-bottom:1px solid #d5d5d5;
}
.tanc01 .tex dl dd{
	padding:1.0rem;
	border-bottom:1px solid #d5d5d5;
	font-size:18px;
}
.tanc01 .tex dl dd i{
	margin-right:1.0rem;
}
.tanc01 .tex dl dd b{
	font-size:1.0rem;
	color:#ff0000;
}

.tanc01 .tex dl dd p{
	word-wrap: break-word;
}
	
	
	
	
	
	




}
































