
body {
	width: 100%;
	/* height: 100%; */
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	/* min-height: 100%; */
	font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
	
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ul li,
ol,
li {
	list-style: none outside none;
}

img {
	vertical-align: middle;
	border: none;
}

i {
	font: inherit;
}

input,
select,
option {
	vertical-align: middle;
	border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
	font-weight: normal;
}

select::-ms-expand {
	display: none;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	outline: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
	_height: 1px;
	clear: both;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
}
.nav-title {
	line-height:40px;
	font-size:16px;
	color:#333;
	border-bottom:3px solid #0078c9;
}
.nav-title a {
	color:#333;
}
.index {
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.header {
	height: 89px;
	background-image: url(../img/head_bg.jpg);
	box-shadow: 0 1px 6px 0 #999;
}

.header .container {
	width: 1200px;
	height: 89px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .container .logo {
	display: flex;
	align-items: center;
}
.header .container .nav {
	line-height: 89px;
	font-size: 16px;
}
.header .container .nav a {
	display: inline-block;
	width: 135px;
	text-align: center;
}
.header .container .nav a:link,.header .container .nav a:visited {
	colir:#fff;
}
.header .container .nav a:hover {
	background-image: url(../img/nav_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #dbc194;
}
.header .container .nav a.active {
	background-image: url(../img/nav_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #dbc194;
}

.banner {
	height: 760px;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner2 {
	
	position: relative;
	height:600px;
	background-repeat:no-repeat;
	background-position:center center;
	height:600px;
}
.banner2 img {
	width: 100%;
}
.banner .banner-bot  {
	background-image: url(../img/banner_bg.png);
	height: 124px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.tit {
	width: 1200px;
	margin: 0 auto;	
	text-align: center;
	color: #4285f4;
	font-weight: bold;
	font-size: 22px;
	background-image: url(../img/line.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	line-height: 45px;
	position: relative;
	
}
.tit .more {
	width: 18px;
	height: 19px;
	background-image: url(../img/more.png);
	position: absolute;
	right: 0;
	top: 20px;
}
.about {
	width: 1200px;
	margin: 25px auto ;
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	height: 360px;
	display: flex;
	padding: 0 50px 50px 50px;
	box-sizing: border-box;
}
.about img {
	width: 594px;
	height: 308px;
}
.about-info {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-left: 60px;
	text-indent: 2em;
	display: flex;
	align-items: center;
}
.cgyy {
	margin-top: 100px;
}
.cgyy .cont {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.bwgss {
	margin-top: 100px;
}
.ss-info {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	text-indent: 2em;
	color: #333333;
	line-height: 30px;
}
.ss-list {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	
}
.ss-list a {
	position:relative;
	border-radius:120px 120px 120px 0;
	width:220px;
	height:540px;
	border:solid 2px #dbc194;
	overflow:hidden;
}
.ss-list a span {
	position:absolute;
	width:60px;
	top:80px;
	left:50%;
	margin-left:-30px;
	font-size:40px;
	line-height:50px;
	text-align:center;
	font-family:'宋体';
	font-weight:bold;
	z-index:1;
	text-shadow:0 0 5px #000;
}
.ss-list a:hover:after {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: linear-gradient(to bottom, rgba(52,86,186,0.7), rgba(52,86,186,1));
	content:' ';
}
.ss-list a:nth-child(odd) {
	margin-top: 63px;
}

.bwgzl {
	margin-top: 100px;
	position: relative;
	height: 990px;
}
.return {
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: none;
	cursor: pointer;
}
.qrcode {
	position: fixed;
	right: 20px;
	top: 300px;
	z-index: 999;
	
}
.foot{background-color:#0A429B !important; width:990px !important; min-width:990px}
.zixun-con{ font-family:'宋体'}
.footer{ overflow:hidden}


/* 页面底部 */
.foot-right p .newicp {
    width: auto;
    padding-left: 22px;
    background: url(icpbg.png) left center no-repeat;
}
.index-center {
    width: 990px;
    margin: 0 auto;
}
.footer {
    width: 100%;
    height: 164px;
    background: #0a429b;
    /* margin-top: 30px; */
    float: left;
}

.foot {
    height: 164px;
    background: url(footer_friend.png) no-repeat left 25px;
    font-family: "微软雅黑";
}

.foot-left {
    float: left;
    padding-left: 30px;
    padding-top: 36px;
}

.foot-left ul li {
    float: left;
    width: 90px;
    height: 45px;
    cursor: pointer;
}

.foot-left ul li a {
    display: inline-block;
    width: 90px;
    height: 45px;
}

.foot-left ul li.first {
    width: 85px;
}

.foot-right {
    position: relative;
    float: left;
	padding-left: 220px;
	width:550px;
    padding-top: 32px;
}

.foot-subnav {
    height: 24px;
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
    padding-bottom: 10px;
}

.foot-subnav a {
    color: #fff;
    background: #0366b9;
    padding: 0px 6px;
    margin-left: 6px;
    display: inline-block;
    font-size: 12px;
}

.foot-subnav a:hover {
    background: #65788f;
}

.foot-right p {
    height: 20px;
    font-size: 12px;
    color: #c2c2c2;
    text-indent: 5px;
}

.foot-right p span {
    display: inline-block;
    width: 8px;
    text-align: center
}



.index2 {
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	margin-top: 60px;
	padding-bottom: 290px;
}
.bwgss_box {
	width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.bwgss-tiem {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 587px;
	position: relative;
}
.bwgss-tiem a:hover:after {
	background-image:url(../img/hvbg.png);
	background-position:center bottom;
	background-repeat: repeat-x;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:" ";
}
.bwggs-box-item {
	position: relative;
}
.bwgss-tiem p {
	position: absolute;
	font-size: 21px;
	color: #fff;
	left: 23px;
	bottom: 23px;
	text-shadow: 0px 0px 10px  #000;
	z-index:99;
}
.bwgss-tiem span {
	position: absolute;
	color: #fff;
	z-index: 10;
	left: 50%;
	top: 50%;
	background-image: url(../img/more_bg.png);
	width: 164px;
	height: 47px;
	margin-left: -82px;
	margin-top: -23.5px;
	line-height: 47px;
	text-align: center;
	display: none;
	font-size: 22px;
}
.bwgss-tiem a:hover span {
	display: block;
}
.cykjzq {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cykjinfo {
	box-sizing: border-box;
	padding: 35px  44px 0 98px;
	line-height: 30px;
	font-size: 14px;
	background-color:#f4f4f4 ;
	height: 374px;
	color: #333;
}
.cykjinfo h1{
	color: #3376cb;
	font-size: 24px;
}
.cykjinfo p{
	margin-top: 20px;
	text-indent: 2em;
	text-align: justify;
}
.cyzjlist {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.cyzjlist .list-item {
	position: relative;
	
}
.cyzjlist .list-item a {
	display:block;
	position:relative;
}
.cyzjlist .list-item a:hover:after {
	background-image:url(../img/hvbg.png);
	background-position:center bottom;
	background-repeat: repeat-x;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:" ";
}
.cyzjlist .list-item p{
	position: absolute;
	left: 18px;
	bottom: 18px;
	text-shadow: 0px 0px 10px  #000;
	z-index:9;
}
.cyzjlist .list-item span {
	position: absolute;
	color: #fff;
	z-index: 10;
	left: 50%;
	top: 50%;
	background-image: url(../img/more_bg.png);
	width: 164px;
	height: 47px;
	margin-left: -82px;
	margin-top: -23.5px;
	line-height: 47px;
	text-align: center;
	display: none;
	font-size: 22px;
}
.cyzjlist .list-item a:hover span {
	display: block;
}
.container1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.dxdjzq {
	background:linear-gradient(90deg,#fff 0%,#f4f4f4 50%);
	height: 132px;
	box-sizing: border-box;
	padding: 30px 30px;
	margin-bottom: 65px;
	font-size: 24px;
	color: #3376cb;
	
}
.dxdjzq p {
	font-size: 14px;
	color: #333333;
	line-height: 50px;
}
.container1100 {
	width: 1100px;
	margin: 0 auto;
}
.container1100 .cykjzq {
	width: 1100px;
	margin: 0 auto;
}
.container1100 .cykjinfo {
	padding-left: 70px;
	position: relative;
}
.fixdth {
	position: absolute;
	bottom: -100px;
	right:176px;
}
.zzfimg {
	position: absolute;
	right: 0;
	bottom: -150px;
}
.banner_swiper {
	background-repeat:no-repeat;
	background-position:center center;
	height:600px;
}
.swiper-pagination-bullet {
	width: 26px!important;
	height: 3px!important;
	border-radius: 0!important;
	background-color: #4285f4!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active {
	background-color: #dbc194!important;
}
.swiper-button-next, .swiper-button-prev {
	top: 50%!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px!important;
}
.swiper-next-prev {
	position: absolute;
	left: 50%;
	margin-left:-600px ;
	top: 100px;
	height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
.swiper-button-next,.swiper-button-prev {
	width: 60px!important;
	height: 60px!important;
	background-color: rgba(0, 0, 0, .37);
}
.swiper-button-next {
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper-button-prev {
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.page1 {
	justify-content: space-between;
	display: flex;
}
.page-info {
	height: 276px;
	background-color: #f4f4f4;
	margin-right: -20px;
	margin-top: 34px;
	box-sizing: border-box;
	padding: 70px 50px 0 50px;
	color: #3376cb;
	font-size: 16px;
	line-height: 30px;
	width: 700px;
	
}
.page-info h1{ 
	font-size: 24px;
}
.page1 img.pageimg {
	
}
.detail {
	margin-top: 50px;
	display: inline-block;
}
.page2 {
	margin-top: 90px;
	position: relative;
	box-sizing: border-box;
	padding-top: 30px;
}
.page2 .img1 {
	position: absolute;
	left: 0;
	top: 0;
}	
.page2 .imglist {
	position: absolute;
	top: 270px;
	left: 100px;
	display: flex;
	width: 656px;
	justify-content: space-between;
}
.page2info {
	padding-left: 710px;
	background:linear-gradient(90deg,#fff 0%,#f4f4f4 50%);
	height: 270px;	
	color: #3376cb;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-right: 70px;
	line-height: 30px;
}
.page2info h1 {
	font-size: 24px;
}
.page2info a {
	display: block;
	text-align: right;
}
.page3 {
	margin-top: 100px;
	height: 575px;
	box-sizing: border-box;
	padding-top: 30px;
}
.page3info {
	padding-left: 70px;
	background:linear-gradient(270deg,#fff 0%,#f4f4f4 50%);
	
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-right: 600px;
	line-height: 30px;
	height: 377px;
	color: #333;
}
.page3info h1 {
	font-size: 24px;
	line-height: 30px;
	color: #3376cb;
	margin-bottom: 20px;
}
.page3 .img1 {
	position: absolute;
	right: 0;
	top: 0;
}
.page3 .img2 {
	position: absolute;
	right: 90px;
	top: 295px;
}
.page3 .detail {
	margin-top: 20px;
}
.page4 {
	margin-top: 60px;
	position: relative;
	height: 610px;
	box-sizing: border-box;
	padding-top: 65px;
}
.page4 .img1 {
	position: absolute;
	left: 0;
	top: 0;
}
.page4 .img2 {
	position: absolute;
	top: 310px;
	left: 130px;
}
.page4info {
	height: 400px;
	padding-left: 665px;
	background:linear-gradient(90deg,#fff 0%,#f4f4f4 50%);	
	color: #3376cb;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-right: 50px;
	line-height: 30px;
}
.page4info h1 {
	font-size: 24px;
}
.page4info .txt {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
}
.page4info a {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.page5 {

	margin-top: 80px;
}
.page5 .swiper {
	height: 430px;	
}
.page5 .swiper .swiper-slide {
	position: relative;
	box-sizing: border-box;
	padding-top: 30px;
}
.page5 .swiper .swiper-slide .sinfo {
	background:linear-gradient(90deg,#fff 0%,#f4f4f4 50%);	
	padding-left: 710px;
	padding-right: 50px;
	height: 276px;
	box-sizing: border-box;
	padding-top: 37px;
	color: #3376cb;
    font-size: 16px;
    line-height: 30px
}
.page5 .swiper .swiper-slide .sinfo h1 {
	font-size:24px ;
	color: #3376cb;
}
.page5 .swiper .swiper-slide .sinfo p {
	font-size: 16px;
	color: #3376cb;
}
.page5 .swiper .swiper-slide .sinfo a {
	display: block;
	text-align: right;
}
.page5 .swiper .swiper-slide .img1 {
	position: absolute;
	left: 0;
	top: 0;
}

.page5 .swiper-button-next {
	background-image: url(../img/r.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.page5 .swiper-button-prev {
	background-image: url(../img/l.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.page5 .swiper-button-next,.page5 .swiper-button-prev {
	width: 54px!important;
	height: 30px!important;
	background-color: transparent;
}
.page5 .swiper-button-next {
	right: 360px;
	z-index: 99;
}
.page5 .swiper-button-prev { 
	left: 360px;
	z-index: 99;
}
.page5 .swiper-button-next,.page5 .swiper-button-prev {
	top: 478px!important;
}
.page5 .swiper-horizontal>.swiper-pagination-bullets, .page5 .swiper-pagination-bullets.swiper-pagination-horizontal,.page5  .swiper-pagination-custom, .page5 .swiper-pagination-fraction {
	    bottom: 50px!important;
}
.shuziting {
	margin-top: 100px;
	height: 869px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.shuziting    .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 435px;
	height: 774px;
  }

.shuziting .swiper-slide img {
	display: block;
	width: 100%;
  }
  
  
  .shuziting .swiper-button-next {
  	background-image: url(../img/r.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  }
  .shuziting .swiper-button-prev {
  	background-image: url(../img/l.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  }
  .shuziting .swiper-button-next,.shuziting .swiper-button-prev {
  	width: 54px!important;
  	height: 30px!important;
  	background-color: transparent;
  }
  .shuziting .swiper-button-next {
  	right: 360px;
  	z-index: 99;
  }
  .shuziting .swiper-button-prev { 
  	left: 360px;
  	z-index: 99;
  }
  .shuziting .swiper-button-next,.shuziting .swiper-button-prev {
  	top: 818px!important;
  }
  .shuziting .swiper-horizontal>.swiper-pagination-bullets, .shuziting .swiper-pagination-bullets.swiper-pagination-horizontal,.shuziting  .swiper-pagination-custom, .shuziting .swiper-pagination-fraction {
  	    bottom: 50px!important;
  }
  .shuzilist {
	  margin-top: 25px;
	  padding-bottom: 100px;
  }
  .shuzilist ul {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-start;
  }
   .shuzilist ul li {
	   width: 232px;
	   height: 412px;
	   margin: 24px 4px;
	   box-shadow: 0 0 20px rgba(0, 0, 0, .37);
	   box-sizing: border-box;
	   padding: 3px;
   }
   .shuzilist ul li a {
	   color:#010115;
	   font-size: 14px;
   }
   .shuzilist ul li a p {
	   padding-left: 17px;
   }
   .shuzilist ul li a p.txt {
	   display: block;
	   font-size: 16px;
	   height: 80px;
	   line-height: 35px;
   }
   .details {
	   margin-top: 55px;
   }
    .details .title {
		font-size: 24px;
		color: #3376cb;
		text-align: center;
		line-height: 30px;
	}
	.details .address {
		font-size: 16px;
		color: #3376cb;
		text-align: center;
		line-height: 30px;
	}
	.details  .content {
		line-height: 30px;
		font-size: 14px;
		margin-top: 30px;
	}
	.tabs {
		position: absolute;
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		bottom: 0;
		text-align: center;
		height: 66px;
		line-height: 66px;
		background-image: url(../img/yybg.png);
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0 230px;
		overflow: hidden;
	}
	.tabs a {
		min-width: 150px;
	}
	.tabactive {
		background-image: url(../img/active_bg.png);
		background-repeat: no-repeat;
		background-position: 20px 32px;
	}
	.online {
		width: 1110px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 30px;
		margin-top: 56px;
	}
	.online h1 {
		font-size: 18px;
	}
	.line2 {
		height: 5px;
		background-image: url(../img/line2.png);
		background-repeat: no-repeat;
		background-position: center center;
		margin: 30px auto;
	}
	.yybtn {
		margin: 0 auto;
		width: 263px;
		display: block;
	}
	.shuoming {
		width: 1110px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 30px;
		margin-top: 56px;
		display: none;
	}
	.shuoming h1 {
		font-size: 18px;
	}
	.jiaotong {
		width: 1110px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 30px;
		margin-top: 56px;
		display: none;
	}
	.jiaotong h1 {
		font-size: 18px;
	}
	.jiaotong table {
		width: 100%;
		background-color: #f7f7f7;
		text-align: center;
		line-height: 63px;
		font-size: 17px;
		margin: 20px 0;
	}
	
	.jiaotong table tr td{
		border: solid 1px #fff;
		width: 25%;
	}
	
	.bwgswiper {
		margin-top: 80px;
		overflow: hidden;
	}
	.bwgswiper .swiper-slide {
        position: relative;
        width: 770px;
        height: 500px;
		display: flex;
		box-sizing: border-box;
		padding-top: 45px;
		padding-left: 25px;
		filter: blur(3px); 
    }		
	.bwgswiper .swiper-slide .img1 {
		position: absolute;
		left: 0;
		top: 0;
		
	}
	.bwgswiper .swiper-slide-active {
		filter: blur(0px); // 模糊滤镜
	}
	.bwgswiper .swiper-slide .bwinfo {
		background-color: #f4f4f4;
		height: 382px;
		padding-left: 340px;
		box-sizing: border-box;
		padding-right: 36px;
		padding-top: 45px;
		
	}
	.bwgswiper .swiper-slide .bwinfo h2 {
		font-size: 24px;
		color: #333333;
	}
	.bwgswiper .swiper-slide .bwinfo p {
		font-size: 14px;
		color: #333333;
		line-height: 30px;
		margin-top: 10px;
		text-indent: 2em;
	}
	.bwgswiper .swiper-slide .bwinfo a {
		display: block;
		text-align: right;
	}
