@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: rgba(85,85,85,1);
	margin: 0;
	padding: 0;
	min-width:1200px;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a, a:visited {
	color: rgba(85,85,85,1);
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a:hover {
	color:#FB7A1C;
	text-decoration: none;
	font-weight:bold;
}
.c {
	clear: both;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
/*----------------------------------------------end main-----------------------------------------*/

/*----头部----*/
.top{ width:100%; height:50px; line-height:50px; background:#F6F6F6;}
.top_cent{ width:1200px; height:50px; line-height:50px; margin:0 auto;}
.top_left{ width:40%; float:left; height:50px; line-height:50px; font-size:16px;}
.top_right{ width:40%; float:right; height:50px; line-height:50px;}
.top_ul{ width:40px; height:50px; float:right;}
.top_text{ height:50px; line-height:50px; font-size:16px;float:right;}

.top_all{ width:100%; height:150px;}
.top_all_cent{ width:1200px; height:150px; margin:0 auto;}
.top_all_left{ width:55%; height:150px; float:left;}
.top_all_logo{ width:90px; margin-top:33px; float:left; margin-right:10px;}
.top_all_title{ width:400px; overflow:hidden; margin-top:45px;}
.top_all_titala{ width:100%; line-height:40px; float:left; font-size:26px; font-weight:bold;letter-spacing:0px;}
.top_all_titalb{ font-size:18px;letter-spacing:2px;}

.top_tel{ width:35px; height:35px; margin-top:58px; float:left;}
.top_telfw{ font-size:16px; float:left;margin-top:58px; margin-left:5px;}
.top_telfw_span{ font-size:24px; color:#0569b4; font-weight:bold; float:left;margin-top:58px; }



.top_all_right{ width:26%; height:150px; float:right;}
.top_box{ width:40px; height:40px; float:right; text-align:center; font-size:20px; color:#F00; margin-top:50px;}
.top_box a{ width:40px; height:40px; border:1px solid #F00; float:right; text-align:center; font-size:20px; color:#F00;border-radius:50%;line-height:40px;}
.top_box a:hover{ width:40px; height:40px; line-height:40px; border:1px solid #009DF6; float:right; text-align:center; font-size:20px; color:#009DF6;}

/*----菜单----*/
.menu_all{ width:100%; height:66px; line-height:66px; background:#0569b4;}
.menu_all ul{ width:1200px; height:66px; line-height:66px; background:#0569b4; margin:0 auto;}
.menu_all ul li{ width:12.5%; height:66px; line-height:66px; background:#0569b4; float:left;}
.menu_all ul li a{ width:100%; height:66px; line-height:66px; background:#0569b4; float:left; color:#fff; text-align:center; font-size:16px;}
.menu_all ul li a:hover{ width:100%; height:66px; line-height:66px; background:#099be4; float:left;color:#fff;text-align:center; font-size:16px;}

/**************/
.banner_w {
	width: 100%;
	height:700px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:700px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #ffff00;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 15%;
}
.banner .btn_r {
	right: 15%;
}
/************/

.con_a_w {
  padding: 60px 0;
}

.bt02 {
  text-align: center;
  line-height: 50px;
  margin-bottom: 25px;
  font-size: 36px;
	font-weight: bold;
}
.bt02 span{
	color:#0569b4;
}
.bt03 {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

/************************************/
.con_a_nr{
	width:1320px;
	margin: 30px auto 0;
}
.picScroll-left {
 /* width: 1200px;*/
  box-sizing: border-box;
 /* overflow: hidden;*/
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -10px;
}
.picScroll-left .hd .prev {
  background: url("../images/jba.png") center no-repeat #ccc;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.picScroll-left .hd .next {
  background: url("../images/jb.png") center no-repeat #ccc;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
  display: none;
}
span.pageState {
  display: none;
}
.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;

}
.picScroll-left .hd ul li.on {
  background-position: 0 0;
}
.picScroll-left .bd {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 0px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 290px; 
	margin: 0 5px;

}
.picScroll-left .bd ul li .pic {
  text-align: center;
  width: 290px;
  height: 290px;
	overflow: hidden;

  margin: 0 auto;
}
.picScroll-left .bd ul li .pic a{
	  width: 290px;
  height: 290px;
	overflow: hidden;	box-sizing: border-box;
border: 1px solid #dfdfdf;border-bottom: 0;
	display: block;
}
.picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;overflow: hidden;

	border: 0;
	outline: 0;transition: all 0.5s ease;
}
.picScroll-left .bd ul li .pic a:hover img {
  border: 0;
}
.picScroll-left .bd ul li .title {
  line-height: 24px;
  font-size: 18px;
  color: #666;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	padding-bottom: 30px;
	border-top: 0;
	border-radius: 0 0 0 30px;
	transition: all 0.5s ease;
}
.picScroll-left .bd ul li .title .xian{
	margin: 30px auto 15px;
	width: 60px;
	height: 2px;
	background-color: #dfdfdf;
}
.picScroll-left .bd ul li .title a{
	display: block;
	margin: 0px auto 0;
	width: 100%;
	text-align: center;transition: all 0.5s ease;
}
.picScroll-left .bd ul li .title .tu{
	width:82px;
	height: 82px;
	background-color: #000;
	box-sizing: border-box;
	margin:0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 10px solid #fff;
	position: relative;
	top:-35px;transition: all 0.5s ease;
}
.picScroll-left .bd ul li .title .tu span{
	margin:6px auto;
	width: 50px;
	display: block;
	position: relative;
top:0;transition: all 0.5s ease;
}

.picScroll-left .bd ul li .title .tu span img{
	width: 50px;
	height: 50px;
}

.picScroll-left .bd ul li:hover .title{
	background-color: #0569b4;
}
.picScroll-left .bd ul li:hover .title .tu{
	border: 10px solid #0569b4;
	background-color: #fff;
}
.picScroll-left .bd ul li:hover .title .tu span{
	top:-56px;
}
.picScroll-left .bd ul li:hover .title a{
	color: #fff;
}
.picScroll-left .bd ul li:hover .title a:hover{
	color: #fff;
	font-weight: normal;
}
.picScroll-left .bd ul li:hover .title .xian{
	background-color: #fff;
}
.picScroll-left .bd ul li:hover .pic img{
	transform: scale(1.1);
}
/**************************************************/
.con_b_w{
	margin-top: 40px;
}
.con_b_w_l{
	float: left;
	width: 50%;
	height:3px;
	background-color: #0569b4;
}
.con_b_w_r{
	float: right;
	width: 50%;
	height: 3px;
	background-color: #123a75;
}
.con_c_w{
	background: url("../images/about.jpg") center no-repeat;
	height: 432px;
}
.about_bt{
	padding-top:110px;
	font-size: 40px;
	font-weight: bold;
	color: #0569b4;
}
.about_bt01{
	font-size: 20px;
	color: #999;
	padding-top:25px;
}
.about_nr{
	width: 680px;
	font-size: 16px;
	margin-top: 35px;
	line-height: 36px;
}
.con_d_w{
	background: url("../images/bja.jpg") center no-repeat;
	height: 156px;
}
.con_d_r{
	float: right;
	width: 360px;
}
.con_d_r01{
	margin-top: 50px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.con_d_r02{
	margin-top: 10px;color: #fff;font-size: 18px;
}
.con_d_l{
	float: left;
}
.con_d_l01{
	float: left;
	margin-top:50px;
	padding-left: 55px;
	width: 325px;
	background: url("../images/l01.png") left top no-repeat;
}
.con_d_l02{	padding-left: 55px;
	width: 260px;	margin-top:50px;
	margin-left: 40px;
	float: left;background: url("../images/l02.png") left top no-repeat;
}
.con_d_l01a{
	float: left;
	font-size:80px;
	color: #fff;
	margin-top: 15px;
	margin-right: 20px;
}
.con_d_l01b{
	font-size: 16px;
	color: #fff;
}
/******************************************/
/************************/
.lkcon_b_w {
  margin: 0px auto 0px;

}
/*********************************************/
/*****************************/

.tabs-style-fillup{
	position: relative;
	z-index: 1;
}
.tabs-style-fillup nav{
	position:absolute;
	z-index: 33;
	width: 100%;
	margin: 0 auto;
	bottom:120px;
	
}
.tabs-style-fillup nav ul{
	background: rgba(255,255,255,0.9)
}
.tabs-style-fillup nav ul li a {
  padding:10px 0;
  /*	border-right: 1px solid #2CC185;*/
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	display: block;
    margin: 0 auto;
    width: 170px;
}
.tabs-style-fillup nav ul li:last-child a {
  border: none;
}
.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;color: #fff;
	background-color: #0569b4;
}

.tabs-style-fillup nav ul li a span, .tabs-style-fillup .icon::before {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
	float: left;
}
.tabs-style-fillup .icon::before {
  display: block;
  margin: 0;
}
.tabs-style-fillup nav ul li.tab-current a span, .tabs-style-fillup li.tab-current .icon::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.container > section {

  font-size: 1.25em;
  min-height: 100%;
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav li.tab-current a {
  color: #74777b;
}
.tabs-style-fillup nav ul li.tab-current a {
  color: #265aa8;
}
.tabs-style-fillup nav ul li.tab-current a span {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
	color: #fff;
}
.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 56px;
	color: #333;
}
.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;
}
.content-wrap {
  position: relative;

}
.content-wrap section {
  display: none;
  margin: 0 auto;
  height: 706px;
  width: 100%;
  text-align: center;
}
.content-wrap section.content-current {
  display: block;
}
.tubiao {
  height: 60px;
  margin: 0 auto 10px;
  width: 60px;
  overflow: hidden;
}
.tabs-style-fillup nav ul li .tubiao img {}
.tabs-style-fillup nav ul li.tab-current .tubiao img {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}
#section-fillup-1 {
  background: url(../images/hx_aa.jpg) top center no-repeat;
}
#section-fillup-2 {
  background: url(../images/hx_aa01.jpg) top center no-repeat;
}
#section-fillup-3 {
  background: url(../images/hx_aa.jpg) top center no-repeat;
}
#section-fillup-4 {
  background: url(../images/hx_aa01.jpg) top center no-repeat;
}
#section-fillup-5 {
  background: url(../images/hx_aa.jpg) top center no-repeat;
}
.lkpro_hx {}
.lkpro_hx01 {
  width: 376px;
  height: 428px;
  background-color: #fff;
  text-align: left;
  padding: 100px 50px;
}
.lkpro_hx01_sz {
  font-size: 60px;
  font-weight: bold;
  color: #f6b7b6;
  line-height: 70px;
}
.lkpro_hx01_x {
  width: 2px;
  margin-left: 5px;
  background-color: #fc0702;
  height: 20px;
}
.lkpro_hx01_bt {
  font-size: 26px;
  margin-top: 20px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #265aa8;
}
.lkpro_hx01_yw {
  margin: 40px auto;
  font-size: 18px;
  text-transform: uppercase;
}
.lkpro_hx01_jj {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
}
/************************************************/
.con_e_w{
	margin-top: 60px;
}
/************************************/
/******************************************/
#certify {
	position: relative;
	width: 1200px;
	margin: 80px auto 40px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 342px;
	height: 342px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 342px;
	height: 342px;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
	display: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display:none;

}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
		display:none;
}

/*********************************************/
.c{
	clear:both;
	overflow: hidden;
}
.con_f_w{
	background-color: #f2f2f2;
	padding: 80px 0;
/*	min-height:730px;*/
	position: relative;
}
.con_f_w01{
	position: absolute;
	z-index: 1;
	top:300px;
	height: 1px;
	background-color: #dcdcdc;
}
.news_nrsy{
	margin:60px auto;
}
.news_nrsy ul{
	clear:both;
	overflow: hidden;
}
.news_nrsy ul li{
	float: left;
	width: 374px;
	margin-right: 39px;
}
.news_nrsy ul li:last-child{
	margin-right: 0;
}
.news_nrsy_time{
	font-size: 28px;
}
.news_nrsy_time span{
	font-size: 18px;
	padding-left: 30px;
}
.news_nrsy_bt{
	margin-top:60px;
	font-size: 18px;
}
.news_nrsy_jj{
	margin-top: 16px;
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.news_nrsy_pic{
	margin-top: 30px;
	width: 374px;
	height: 251px;
	overflow: hidden;
	border-radius: 12px;
}
.news_nrsy_pic img{
	width: 374px;
	height: 251px;
	transition: all 0.5s ease;
}
.news_nrsy_pic:hover img{
	transform: scale(1.1)
}
.news_more{
	clear: both;
	overflow: hidden;
	margin: 50px auto 0;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0569b4;
	border-radius:25px;
	
}
.news_more a{
	font-size: 16px;
	color: #fff;
}
/**************************************/
.foot_w{
	margin-top: 150px;
	position: relative;
}
.foot_logo{
	width: 176px;
	position: absolute;
	z-index: 11;
	left: 50%;height: 176px;
	margin-left:-88px;
	top:-98px;
	
}
.foot_logo_nr{
	width: 176px;
	height: 170px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;box-shadow: 0px 3px 3px #1f5680;
}


.foot_w_nav{
	background-color: #0569b4;
	height: 80px;
	line-height: 80px;
}
.foot_w_nav_l{
	float: left;
	width: 490px;
}
.foot_w_nav_r{
	float: right;width: 459px;
}
.foot_w_nav_l a{
	font-size: 16px;
	color: #fff;
	padding-right: 60px;
}
.foot_w_nav_r a{
	font-size: 16px;
	color: #fff;
	text-align: right;
	padding-left: 50px;
}
.foot_logo_nr01{
	padding-top: 30px;
}
.foot_logo_nr_name{
	font-size: 20px;
	padding-top: 8px;
	line-height: 30px;
	font-weight: bold;
}

.foot_w02{
	padding: 120px 0 60px;
	background: url("../images/foot_bj.png") top center no-repeat #1b1b1b;
}
.foot_w02_nr_l{
	float: left;
}
.foot_w02_nr_lbt{
	font-size:18px;
	margin-bottom:20px;
	line-height: 18px;
	padding-left:8px;
	color: #fff;border-left: 5px solid #0569b4;
}
.foot_w02_nr_lnr{
	margin-top:10px;
}
.foot_w02_nr_lnr a{

	font-size: 15px;
	line-height: 40px;
	color: #ccc;
	display: block;
}
.foot_w02_nr_l01{
	margin-left:160px;
	
}
.foot_w02_nr_lnr{
	line-height: 44px;
	font-size: 18px;
	
}
.foot_w02_nr_lnraa{
	color:#999;
	line-height: 44px;
	font-size: 18px;
	background: url("../images/tel.png") 0 5px no-repeat;padding-left:50px;
}
.foot_w_nav{
	border-bottom: 1px solid #404040;
}
.foot_w001{
	background-color: #1b1b1b;
	padding: 15px 0;
	border-top: 1px solid #404040;
	text-align: center;
	font-size: 16px;
	color: #dfdfdf;
	
}
.foot_w001 a{
	color: #dfdfdf;
}

.swiper-button-next, .swiper-button-prev{
	top:42%;}