﻿
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 150%;
	letter-spacing: 1px;
}
body {
	background: #fff;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input {
	outline: none;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}
.welcome{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999999;
    background: url(../image/welcome.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.banner img {
	height: auto;
}
.head {
	width: 100%;
	position: relative;
	z-index: 99;
	background: rgba(255,255,255,0.7);
	padding: 10px 0;
}
.head .container{
	width: 90%;
}
.head_left a img {
	width: auto;
	height: auto;
}
.head_left a .img1 {
	width: auto;
    height: 56px;
}
.head_left a img.logo2{
	display: none;
}
.head_left a .img2 {
	width: 100px;
	margin-left: 15px;
}
.head_left a.logo_z{
    position: absolute;
    right: 14%;
    top: 0;
    width: 30%;
    height: 100%;
}
.head_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.login {
	padding-left: 20px;
}
.login a {
	color: #fff;
	background: #0d6eb6;
	font-size: 14px;
	border-radius: 20px;
	padding: 5px 15px;
	display: inline-block;
}
.login a:hover {
	color: #fff
}
.news_banner {
	background: url(../image/banner_bj.png) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background: #7c6553;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	line-height: 1;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	/* font-weight: bold; */
	padding: 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu > ul > li > a span {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #0d6eb6;
}
#cssmenu > ul > li:hover > a span, #cssmenu > ul > li.active > a span {
	color: #000
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
	border:1px solid #00ffff;
	/* border-radius: 3px;
	overflow: hidden; */
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: 40px;
}
#cssmenu ul ul li {
	border-bottom: 1px solid #00ffff;
	text-align: center;
	background: #0d6eb6;
}
#cssmenu ul ul li:last-child{
	border-bottom: none;
}
#cssmenu ul ul li a {
	/* padding: 13px 20px; */
	line-height: 40px;
	width: 100px;
	font-size: 13px;
	/* background: #0d6eb6; */
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
/*#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}*/
#cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 display: none;
}
 #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
 text-align: left;
}
 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
}
 #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu ul ul li a {
 padding: 20px 20px 20px 30px;
 font-size: 12px;
 color: #000000;
 background: none;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
 color: #000000;
}
 #cssmenu ul ul ul li a {
 padding-left: 40px;
}
 #cssmenu ul ul,  #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
}
 #cssmenu #menu-button {
 display: block;
 padding: 20px;
 color: #000000;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 15px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000000;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 6px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 52px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #000000;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #000000;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
}
.news_li_img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}
.news_li:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}
.news_li_wz_1 {
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
}
.news_li_wz_2 {
	color: #999;
	font-size: 14px;
}
.news_list {
	padding: 30px 0;
}
.news_li_but {
	border-left: 1px solid #eee;
	text-align: center;
	position: relative;
}
.news_li_but span {
	display: block;
}
.news_li_but span.span1 {
	font-size: 12px;
	color: #999;
	padding-left: 35px;
}
.news_li_but span.span2 {
	font-size: 26px;
	color: #999
}
.news_li {
	border: 1px solid #f5f5f5;
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.news_li:hover {
	box-shadow: 0 0 10px #a7c6dd;
}
.news_li_wz {
	padding: 0 20px;
}
.news_li_more {
	display: none;
	position: absolute;
	background: #fff;
	height: 100%;
	width: 100%;
	top: 0;
}
.news_li_more a {
	display: inline-block;
	padding: 10px 20px;
	background: #0d6eb6;
	color: #fff;
	border: 1px solid #0d6eb6;
	font-size: 14px;
}
.news_li_more a:hover {
	background: #fff;
	color: #0d6eb6
}
.news_li:hover .news_li_more {
	display: block;
}
.next {
	text-align: center;
	margin-bottom: 30px;
}
.next a {
	background: #eee;
	color: #333;
	font-size: 14px;
	padding: 3px 10px;
	margin: 5px;
	display: inline-block;
}
.next a.on {
	background: #0d6eb6;
	color: #fff;
}
.next a:hover {
	background: #0d6eb6;
	color: #fff;
}
.footer {
	background: url(../image/bot_bj.jpg) no-repeat;
	background-size: 100%100%;
	padding: 80px 0;
}
.footer_1 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 50px;
}
.footer_ul_left_1 {
	font-size: 25px;
	color: #fff;
	padding-bottom: 10px;
}
.footer_ul_left_2 img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}
.footer_ul_left_2 {
	font-size: 14px;
	color: #ccc;
	padding: 5px 0
}
.footer_ul_left_3 {
	padding-top: 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 5%;
}
.footer_ul_left_3 img {
	display: block;
	width: 100px;
	height: 100px;
}
.footer_ul_left_3 span {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	color: #ccc;
	font-size: 14px;
}
.footer_ul_r2_1 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}
.footer_ul_r2_2 span {
	display: block;
	font-size: 14px;
	color: #ccc;
	margin: 10px 0;
}
.footer_ul_r2 {
	margin-top: 40px;
	margin-bottom: 10px;
	
}
.footer .footer_ul_r2{
	width: 150px;
	margin-right: 70px;
}
.footer .footer_ul_r2:nth-child(2n){
	margin-right: 0;
}
.foots {
	background: #050505;
	padding: 15px;
	font-size: 14px;
	color: #ccc;
	text-align: center;

}
.footer_ul_right{
	float: right;
}
.foots a {
	color: #0d6eb6;
}
.new_det_t img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}
.new_det_t {
	color: #999;
	font-size: 13px;
	padding: 10px 0;
}
.new_det_t a {
	font-size: 13px;
	color: #999;
	padding: 0 5px;
}
.new_det_title {
	color: #333;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.new_det_data img {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.new_det_data {
	font-size: 13px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.new_det_p {
	padding: 15px 0;
}
.new_det_p p {
	margin: 20px 0;
	font-size: 15px;
	color: #333;
	text-indent: 2em;
}
.new_det_p p img {
	display: block;
	width: 100%;
}
.join_ul {
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}
.join_ul_title {
	font-size: 20px;
	color: #000;
	padding-bottom: 10px;
	padding-left: 10px;
}
.join_lis {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 10px;
	clear: both;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.join_lis:hover {
	box-shadow: 0 0 10px #ccc;
}
.join_li_left img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.join_li_right_1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.join_li_right_2 {
	font-size: 14px;
	color: #999;
	padding-bottom: 15px;
}
.join_li_right_3 {
	font-size: 14px;
	color: #999;
}
.join_det {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;
}
.join_det_t1 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.join_det_t2 {
	font-size: 14px;
	color: #333;
}
.join_det_tright {
	text-align: right;
}
.join_det_tright a {
	display: inline-block;
	padding: 10px 30px;
	background: #505b7b;
	color: #fff;
}
.join_det_tright a:hover {
	background: #0d6eb6
}
.join_det_tright a img {
	width: 20px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-top: -3px;
}
.join_det_con_li {
	padding: 20px 0;
}
.join_det_con_li p {
	font-size: 20px;
	color: #000;
}
.join_det_con_li p span {
	display: block;
	padding: 3px 0;
	font-size: 14px;
	color: #333
}
.join_det_ul_title {
	padding-bottom: 15px;
}
.join_det_ul_title span {
	display: inline-block;
	border-left: 4px solid #0d6eb6;
	color: #000;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 18px;
}
.join_det_ul {
	background: #f7f7f7;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}
.join_det_ul .join_lis {
	background: #fff
}
.con_left img {
	max-height: initial;
	max-width: inherit;
}
.contact {
	padding: 5%;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	position: relative;
	background: #fff;
	clear: both;
	overflow: hidden;
	margin: -100px 10px 30px 10px;
}
.con_right div {
	color: #333!important
}
.con_right div span {
	color: #666
}
.con_left {
	padding-right: 40px;
}
.con_left .map {
	width: 100%;
	height: 400px;
}
.join_ul_title span a {
	float: right;
	color: #333;
	font-size: 14px;
}
.join_ul_title span a:hover {
	color: #0d6eb6;
}
.con_mess {
	clear: both;
	overflow: hidden;
	padding: 30px 10px;
}
.con_mess_li img {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 3px;
}
.con_mess_li span {
	width: 50px;
	font-size: 14px;
	color: #333;
	border-right: 1px solid #ccc;
}
.con_mess_li input {
	width: 100%;
	padding-left: 10px;
	border: 0;
	background: #f7f7f7;
	font-size: 14px;
}
.con_mess_li {
	background: #f7f7f7;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 5px;
}
.con_mess_li:last-child {
	margin-bottom: 0
}
.con_mess_right textarea {
	height: 170px;
	width: 100%;
	background: #f7f7f7;
	padding: 10px;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	color: #666;
}
.con_mess_right {
	padding-left: 20px;
}
.con_mess_tj {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
.con_mess_tj button {
	width: 50%;
	display: block;
	margin: 0 auto;
	background: #0d6eb6;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	border: 0;
	border-radius: 5px;
}
.con_mess_tj button:hover {
	background: #0c5082;
}
.con_mess1 {
	clear: both;
	overflow: hidden;
}
.pro_con_li_boxs {
	padding: 2px;
	margin: 10px 15px;
	background: #fff;
	border-radius: 2px;
}
.pro_con_li_boxs_1 img {
	height: 200px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.pro_con_li_boxs_2 {
	font-size: 18px;
	color: #000;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_con_li_boxs_3 {
	font-size: 14px;
	color: #666;
	
	padding: 15px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}
.pro_con_li_boxs_4 {
    margin-top: 20px;
    border-top: 1px solid #eee;
	color: #666;
	font-size: 14px;
	padding: 15px 10px;
}
.pro_con_li_boxs_4 span {
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.pro_con_li_boxs:hover {
	background: #0d6eb6;
	color: #fff!important
}
.pro_con_li_boxs:hover div {
	color: #fff!important
}
.pro_ul {
	position: relative;
	padding-top: 15px;
}
.pro_tab {
	background: rgba(0,0,0,0.6);
	width: 100%;
	position: absolute;
	top: -100px;
	height: 100px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_tab_li {
	cursor: pointer;
	padding: 18px;
	margin: 0 15px;
}
.pro_tab_li.on {
	background: #0d6eb6;
}
.pro_tab_li:hover {
	background: #0d6eb6;
}
.pro_tab_li img {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
}
.pro_tab_li span {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
	display: block;
}
.pro_con_det_right p {
	font-size: 15px;
	margin-bottom: 40px;
	color: #333;
}
.pro_con_det_right p.pro_con_det_r_bt {
	font-size: 18px;
	font-weight: bold;
}
.pro_con_det_left {
	padding-right: 30px;
}
.pro_det_uls {
	background: #f7f7f7;
	padding: 15px 0;
}
.pro_det_uls .pro_con_li_boxs_1 img {
	height: 300px;
}
.about_banner {
	position: relative;
}
.about_mtab {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_tab {
	padding-right: 100px;
}
.about_tab_li img {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: auto;
}
.about_tab_li span {
	padding-top: 10px;
	display: block;
	text-align: center;
	color: #999;
}
.about_tab_li {
	background: #eee;
	padding: 30px 0;
}
.about_tab_li.on {
	background: url(../image/tab_bj.jpg) no-repeat;
	background-size: 100%100%;
}
.about_tab_li .img2 {
	display: none;
}
.about_tab_li.on .img2 {
	display: block;
}
.about_tab_li.on span {
	color: #fff;
}
.about_tab_li.on .img1 {
	display: none;
}
.about_con_li img {
	display: block;
	margin-bottom: 20px;
}
.about_con_li .p1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}
.about_con_li .p2 {
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}
.about_bj {
	position: relative;
	background: url(../image/about_bj.png) no-repeat;
	background-size: 100%100%;
	padding: 100px 0
}
.about_ryzz_t {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	text-align: center;
}
.about_ryzz_t1 {
	text-align: center;
	font-size: 14px;
	color: #666
}
.about_ryzz_t1 p {
	padding-bottom: 5px;
}
.about_ryzz .control-box {
	width: 1170px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin: 50px 0;
	position: relative;
}
.about_ryzz .control-box ul {
	list-style: none;
	position: relative;
}
.about_ryzz .control-box ul li {
	position: absolute;
	top: 50px;
	cursor: pointer;
	z-index: 999
}
.about_ryzz .prev {
	left: 0;
}
.about_ryzz .prev img {
	width: 50px;
	height: 65px;
}
.about_ryzz .next {
	right: 0;
}
.about_ryzz .next img {
	width: 50px;
	height: 65px;
}
.about_ryzz .bigbox {
	overflow: hidden;
	width: 1032px;
	height: auto;
	margin:0 auto ;
	
}
.about_ryzz #switcher {
	
}
.about_ryzz #switcher1 {
	height: auto;
	left: 0px;
}
.about_ryzz .content_1.content_2 {
	width: 100%;
	float: left;
}
.about_ryzz .box {
	transition: all .7s ease 0s;
	width: 100%;
	height: auto;
	float: left;
	padding-right: 2px;
}
.about_ryzz .box img {
	padding: 10px;
}
.about_ryzz .box:hover {
	opacity: 0.7;
}
.about_znk {
	background: url(../image/bj1.jpg) no-repeat;
	background-size: 100%100%;
	padding: 10% 0 15% 0;
}
.znk_1 .span1 {
	font-size: 30px;
	font-weight: bold;
	color: #28516a;
	display: block;
}
.znk_1 .span2 {
	font-size: 22px;
	color: #28516a;
}
.znk_r {
	padding: 15px;
}
.znk_2 {
	padding-top: 50px;
}
.znk_r_2 {
	font-size: 14px;
	color: #004097;
	height: 100px;
	border-bottom: 1px solid #b0c4df;
}
.znk_r_1 {
	padding-right: 20px;
}
.znk_2 img {
	max-width: 100px;
}
.about_fzlc {
	background: rgba(36,51,90,0.8);
	position: relative;
	z-index: 9
}
.about_fzlc1 {
	width: 100%;
	display: flex;
	z-index: 999;
	position: relative;
}
.diepic {
	position: relative;
	padding: 0
}
.diepic .swiper-slide {
	width: 50%;
	height: auto;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
.diepic .swiper-slide img {
	width: 100%;
	display: block;
}
.news_banner img {
	border-radius: 5px
}
.diepic .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
/*
.diepic .swiper-pagination {
    width: 100%;
    bottom: -85px;
}*/

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}
.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}
.diepic .swiper-button-prev {
	left: -50px;
	transform: translate(0, -50%);
	top: 50%;
	width: 45px;
	height: 70px;
}
.diepic .swiper-button-next {
	right: -50px;
	transform: translate(0, -50%);
	top: 50%;
	width: 45px;
	height: 70px;
}
.news_banner_prev {
	background-image: url(../image/left.jpg);
	width: 50px;
	background-size: 45px 70px;
}
.news_banner_next {
	background-image: url(../image/right.jpg);
	background-size: 45px 70px;
}
.news_banner .swiper-slide a {
	display: block;
	position: relative;
}
.news_banner .swiper-slide a p img {
	width: 50px;
	margin-right: 5px;
	display: inline-block;
}
.news_banner .swiper-slide a p {
	line-height: 40px;
	padding: 5px 10px;
	text-align: left;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
}
.news_banner .swiper-slide a p span {
	display: inline-block;
	padding: 2px 5px;
	background: #0d6eb6;
	color: #fff;
	float: right;
	margin-top: 7px;
	border-radius: 2px;
}
.news_banner .swiper-slide a p span:hover {
	background: #fff;
	border: 1px solid #0d6eb6;
	color: #0d6eb6;
}
.news_banner .swiper-slide {
	position: relative;
}
.news_banner .swiper-slide .back_bj {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99
}
.news_banner .swiper-slide.swiper-slide-active .back_bj {
	display: none;
}
.about_fzlc.about_ryzz .control-box {
	width: inherit;
	max-width: 1710px;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.about_fzlc.about_ryzz .bigbox {
	width: inherit;
	max-width: 1710px;
	height: 800px;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.about_fzlc.about_ryzz .control-box .swiper-button-prev2,.about_fzlc.about_ryzz .control-box  .swiper-button-next2{
	background: none;
	width: 50px;
	height: 65px;
	bottom: 15%;
	top:initial
}

.about_fzlc {
	display: flex;
}
.about_ryzz .box.box1 {
	color: #fff;
	font-size: 14px;
	height: 800px;
	padding: 100px 0 300px 0;
	overflow: auto;
	 overflow: -moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
}
.about_ryzz .box.box1::-webkit-scrollbar{
    display: none;
}

#switcher1 .swiper-slide:nth-child(odd) .box.box1{
	background: rgba(0,0,0,0.3);
}
.fzlc_bj {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1
}
.box1_1 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
}
.about_ryzz .box.box1 div {
	margin: 3px 10px;
	line-height: 30px;
}
.about_ryzz .box.box1 div.box1_2{
	background: url(../image/yuan.png) no-repeat ;
	background-position: 0px 10px;
	padding-left: 15px;
}
.about_ryzz .box.box1 {
	padding-right: 3px;
}
.about_fzlc_g {
	width: 20%;
}
.about_fzlc_lc1 {
	width: 80%;
}
.about_fzlc_g img {
	margin-top: 100px;
	padding: 15px;
}
.about_ryzz .control-box.control-box1 ul li {
	top: initial;
	bottom: 15%;
}
.about_ryzz .control-box.control-box1 ul {
	position: initial;
}
.about_ryzz .control-box.control-box1 .prev {
	left: 3%;
}
.about_ryzz .control-box.control-box1 .next {
	right: 3%;
}
.about_ryzz1 {
	padding: 10% 0;
}
.about_ryzz .control-box .next {
	margin-bottom: 0
}
.fuwu_banner {
	position: relative;
}
.fuwu_banner .fw_ban_w {
	position: absolute;
	height: 100%;
	font-size: 26px;
	color: #fff;
	width: 15%;
	letter-spacing: 2px;
	padding: 15px;
	background: url(../image/ybanbj.jpg) no-repeat;
	background-size: 100%100%;
	top: 0;
	right: 0;
}
.fuwu_banner .fw_ban_w p {
	padding-top: 50%;
	position: relative;
	display: block;
}
.fw_ban_w span {
	display: block;
	text-align: center;
}
.fw_ban_w img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 30%;
}
.fw_ban_w a {
	display: block;
}
.fw_ban_w img:hover {
	background: #ccc;
}
.fw_t img {
	width: 100%;
	height: auto;
}
.fw_t {
	position: relative;
}
.fw_t span {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px
}
.fw_f1 {
	background: url(../image/ybj.jpg) no-repeat;
	background-size: 100%100%;
	padding: 10% 0;
}
.fw_f1 img {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}
.fw_f2 {
	background: #f7f7f7;
	background-size: 100%100%;
	padding: 5% 0;
}
.fw_f2 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.fw_f2 span {
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.fw_f3 {
	background: url(../image/ybj4.jpg) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.fw_f3_f {
	background: rgba(25,35,74,0.7);
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.fw_f3_f2 {
	display: flex;
	align-items: center;
	padding: 15px;
}
.f3_1 {
	flex: 1
}
.f3_1 img {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.f3_1 img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.fw_f3 span {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 20px;
}
.f3_1 span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	padding-top: 10px;
}
.fw_f4 {
	position: relative;
}
.fw_f4 span {
	position: absolute;
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 0);
}
.xex_f1 {
	background: url(../image/ybj2.png) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.xex_f1 span {
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.xex_f1 p {
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	padding-bottom: 20px;
}
.xex_f1 img {
	width: 100%;
}
.xex_f1_w {
	max-width: 800px;
	margin: 0 auto;
}
.xex_f2 {
	background: url(../image/ybj3.jpg) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.xex_f2 span {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.xex_f2 img {
	display: block;
	margin: 0 auto;
}
.xex_f3 {
	background: url(../image/ybj4.png) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.xex_f3 span {
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.xex_f3 img {
	display: block;
	margin: 0 auto;
}
.xex_f4 {
	background: url(../image/ybj4.jpg) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.xex_f4 span {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
	font-weight: bold;
}
.xex_f4 img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.xex_f4 p {
	font-size: 15px;
	color: #eee;
	text-align: center;
	padding-bottom: 10px;
}
.xex_f5_x {
	max-width: 900px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.xex_f5 {
	background: #e9f0fd;
	padding: 10% 0;
}
.xex_f5_x1 {
	display: block;
	margin: 0 auto
}
.xex_f5_x2 .p1 {
	font-size: 26px;
	color: #333;
	padding-bottom: 20px;
	font-weight: bold;
}
.xex_f5_x2 .p2 {
	font-size: 15px;
	color: #666;
}
.xex_f6 {
	background: url(../image/ybj5.png) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.xex_f6 img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.xex_f6 span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f9b120;
	margin-left: 20px;
	margin-right: 5px;
}
.xex_f6 p {
	font-size: 26px;
	color: #333;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.xex_f61 {
	text-align: center;
}
.xex_f7 {
	background: url(../image/ybj5.jpg) no-repeat;
}
.xex_f8 {
	background: url(../image/ybj6.png) no-repeat;
	background-position: bottom;
}
.xex_f8 .p2 {
	padding-bottom: 10px;
}
.xex_ban {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	max-width: 1000px;
	width: 100%;
}
.xex_ban_li1 {
	padding-left: 5%;
}
.xex_ban_li1 .span1 {
	display: block;
	color: #04abeb;
	font-size: 30px;
}
.xex_ban_li1 .span2 {
	display: block;
	color: #fff;
	font-size: 14px;
}
.fuwu_banner .fw_ban_w.xex_ban_w {
	background: #0d6eb6;
	width: 15%;
}
.index_head {
	position: absolute;
	top: 0;
	width: 100%;
	background: none;
}
.index_head #cssmenu > ul > li > a {
	color: #fff;
}
.index_head #cssmenu > ul > li.has-sub > a::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	width: 40px;
	height: 6px;
	border-radius: 1px;
}
.index_banner{
    position: relative;
	height: 100vh;
}
.index_banner .swiper-container{
	height: 100%;
}
.index_banner .swiper_banner1{
	background: url(../image/01.jpg);
}
.index_banner .swiper_banner2{
	background: url(../image/02.jpg);
}
.index_banner .swiper_banner3{
	background: url(http://www.zkxbx.com/assets/static/images/03.jpg);
}
.index_banner .swiper_banner4{
	background: url(http://www.zkxbx.com/assets/static/images/04.jpg);
}
.index_banner .swiper_banner5{
	background: url(../image/05.jpg);
}
.index_banner .swiper_banner6{
	background: url(../image/06.jpg);
}
.index_banner .swiper-container .swiper-slide{
	background-size: cover;
}
.index_banner .swiper-container .swiper-button-next,.index_banner .swiper-container .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover
}
.index_banner .swiper-container .swiper-button-next{
	background-image: url(../image/jt_right.png)!important;
}
.index_banner .swiper-container .swiper-button-prev{
	background-image: url(../image/jt_left.png)!important;;
}
.xbx_con_li_1 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}
.xbx_con_li_2 {
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.xbx_con_li_3 a {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 20px;
	background: #0d6eb6;
	color: #fff;
	font-size: 15px;
	border: 1px solid #0d6eb6;
}
.xbx_con_li_3 a:hover {
	background: #fff;
	color: #0d6eb6
}
.xbx_tab_li {
	padding-bottom: 10px;
	padding-left: 10%;
}
.xbx_tab_li a {
	display: inline-block;
	color: #333;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.xbx_tab_li.on a {
	background: #0d6eb6;
	color: #fff;
	text-decoration: none;
}
.xbx_tab_li a:hover {
	background: #0d6eb6;
	color: #fff;
}
.index_xbx {
	background: url(../image/index_bj.png) no-repeat;
	background-size: 100%100%;
	padding-top: 5%;
}
.index_xbx_t1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 1%;
}
.index_xbx_t2 {
	font-size: 30px;
	color: #333;
	padding-bottom: 5%;
}
.xbx_con_li_left {
	padding-right: 3%
}
.xbx_tab_li img {
	display: none;
	width: 30px;
	height: auto;
	margin-left: 15px;
}
.xbx_tab_li.on img {
	display: inline-block;
}
.index_map {
	background: #162d52;
	padding: 5% 0;
}
.map_r_1 img {
	width: 15px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}
.map_r_1 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 5% 0;
	background: url(../image/address.png) no-repeat;
	background-position: 0 center;
	background-size: 15px auto;
	padding-left: 23px;
}
.map_r_2 {
	position: relative;
	border: 1px solid #0cfcff;
	background: #2e4e81;
	padding: 15px;
	margin-bottom: 15px;
	background: url(../image/map_top.png) no-repeat;
	background-position: -1px top;
	background-size: 15px 15px;
}
.map_r_2 .p1 {
	font-size: 16px;
	color: #ccc;
	/* font-weight: bold; */
	padding-bottom: 15px;
}
.map_r_2 .p1 img{
	width: 25px;
	padding-right: 5px;
	margin-top: 2px;
	float: left;;
}
.map_r_2 .p2 {
	font-size: 14px;
	color: #ccc;
	padding-bottom: 5px;
}
.map_r_2 .p2 img {
	padding-right: 5px;
}
.map_r_3{
	margin-top: 20%;
	display: none;
}
.map_top img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.map_r {
	/* padding-left: 10%; */
}
.index_maps {
	height: 100vh;
	max-height: 700px;
}
.index_map_t_1 {
	font-size: 26px;
	color: #fff;
}
.index_map_t_2 span {
	height: 50px;
	width: 150px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	font-size: 18px;
	color: #ccc;
	background: url(../image/map_tbj_on.png) no-repeat;
	background-size: 100%100%;
	cursor: pointer;
	margin: 0 2%;
}
.index_map_t_2 span.on {
	background: url(../image/map_tbj.png) no-repeat;
	background-size: 100%100%;
	color: #0cfcff;
}
/* .index_map_t_2 span:hover {
	background: url(../image/map_tbj.png) no-repeat;
	background-size: 100%100%;
	color: #0cfcff;
} */
.index_map_t {
	clear: both;
	overflow: hidden;
}
.index_map_box {
	padding-top: 5%;
	clear: both;
	overflow: hidden;
}
.box_head .box_head_li {
	display: inline-block;
	color: #666;
	font-size: 26px;
	margin-right: 20px;
	cursor: pointer;
}
.box_head .box_head_li.on {
	color: #000;
    font-size: 30px;
}
@media (min-width: 768px){
	.index_map_box{
		position: relative;
	}
	.index_map_right{
		position: absolute;
		top: 6%;
		right: 8%;
		height: 90%;
	}
	.map_r_3{
		position: absolute;
		bottom: 3%;
		right: 0;
	}
}
.index_hz {
	padding: 5% 0;
	background: url(../image/ybj6.png) no-repeat;
	background-size: 100%100%;
}
.lis li {
	display: inline-block;
	margin-right: 10px;
	padding: 8px 25px;
	border-radius: 20px;
	background: #fff;
	color: #333;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	margin-bottom: 20px;
}
.lis li img {
	display: none
}
.lis li.on {
	background: #0d6eb6;
	color: #fff;
}
.lis li.on img {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 10px;
	display: block;
}
.lis li:hover {
	background: #0d6eb6;
	color: #fff;
}
.box_head {
	padding-bottom: 2%;
}
.box_con_li_t {
	border-bottom: 1px solid #eee;
}
.box_two_con_li_r {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.box_two_con_li_r1 {
	width: 20%;
	margin: 20px 0;
}
.box_two_con_li_r1 img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 70px;
}
.box_two_con_li_r1 span {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #000;
	padding-top: 10px;
}
.box_two_con_li {
	padding: 15px 0;
}
.box_two_con.zhuanjia .box_two_con_li .box_two_con_li_r{
	align-items: normal;
}
.box_two_con.zhuanjia .box_two_con_li .box_two_con_li_r .box_two_con_li_r1{
	width: 33.333333%;
}
.box_two_con.zhuanjia .box_two_con_li .box_two_con_li_r .box_two_con_li_r1 .desc{
	font-size: 12px;
	padding: 0 5%;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.box_two_con.zhuanjia .box_two_con_li .box_two_con_li_r .box_two_con_li_r1 img{
	border-radius: 50%;
}
.box_two_con_li_l img {
	max-height: 300px;
	margin: 0 auto;
	display: block;
}
.box_two_con_li_r1:hover img {
	-webkit-transform: scale(1.1);
	transition-duration: 1s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.box_two_con_li {
	clear: both;
	overflow: hidden;
	min-height: 300px;
}
.index_center {
	background: url(../image/index_bj7.jpg) no-repeat;
	background-size: 100%100%;
}
.index_c_left {
	background: #2288d4;
	padding: 7% 2%;
	text-align: center;
}
.index_c_l_1 {
	font-size: 18px;
	color: #fff;
}
.index_c_l_1 span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.index_c_l_2 span {
	display: block;
	text-align: center;
	background: #68b4eb;
	height: 50px;
	width: 1px;
	margin: 10% auto;
}
.index_c_l_3 {
	padding-bottom: 20px;
}
.index_c_l_4 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 20px;
}
.index_c_l_5 {
	font-size: 13px;
	color: #eee;
	padding-bottom: 45%;
}
.index_c_l_6 a img {
	transform: rotate(180deg);
	display: inline-block;
	padding: 10px 45px;
	width: 120px;
	border-radius: 2px;
	border: 1px solid #68b4eb;
}
.index_c_l_6 a img:hover {
	background: #68b4eb;
}
.index_c_l_1 {
	display: block;
	text-align: center;
}
.index_c {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.index_c .on.index_c_left{
	background: none;
}
.index_c .on.index_c_left .cont div{
	display: none;
	
}
.index_c .on.index_c_left .cont div.index_c_l_1{
	display: block;
}
.index_news {
	padding: 5% 0;
}
.index_news_t {
	font-size: 30px;
	color: #000;
	padding-bottom: 15px;
	padding: 0 20px;
}
.index_news_lis {
	padding: 20px;
}

.nlis_2 {
	font-size: 16px;
	color: #000;

	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}
.nlis_3 img {
	margin-right: 5px;
}
.nlis_3 {
	font-size: 14px;
	color: #999;
	padding: 10px;
	border-top: 1px solid #eee;
}
.index_news_lis a {
	display: block;
}
.index_news_lis a:hover {
	box-shadow: 0 0 10px #ccc;
}
.index_news_lis a:hover .nlis_2 {
	color: #2288d4;
}
.index_news_t span a {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.xbx_con_li {
	clear: both;
	overflow: hidden;
}
.nlis_1 img {
	height: 200px;
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}
.index_news_lis:hover .nlis_1 img{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.about_pdet {
	padding: 5% 0;
	background: url(../image/bot_bj.jpg) no-repeat;
	background-size: 100%100%;
}
.about_pdet_tab {
	clear: both;
	overflow: hidden;
	padding-bottom: 5%;
}
.about_pdet_tab_li {
	text-align: center;
	border-bottom: 1px solid #0f161c;
	cursor: pointer;
}
.about_pdet_tab_li span {
	font-size: 28px;
	color: #fff;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.about_pdet_tab_li.on span {
	border-bottom: 5px solid #0d6eb6;
}
.about_pdet_tab_li:hover span {
	border-bottom: 5px solid #0d6eb6;
}
.about_pdet_sj_lis {
	color: #b2b2b2;
}
.about_pdet_sj_lis {
	margin: 15px;
	height: 270px;
	border-radius: 10px;
	background: url(../image/a_rong.jpg) no-repeat;
}
.about_pdet_sj_lib {
	height: 270px;
	padding: 15px;
	background: rgba(0,0,0,0.8);
}
.sj_lis_1 {
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 10%;
}
.sj_lis_2 {
	font-size: 26px;
}
.sj_lis_3 {
	font-size: 20px;
	padding-bottom: 15px;
}
.sj_lis_4 {
	font-size: 14px;
}
.sj_lis_5 {
	padding-top: 10%;
	display: none;
}
.sj_lis_5 a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 1px;
	color: #000;
	font-size: 16px;
	background: #b2b2b2;
}
.about_pdet_sj_lis_1 {
	background: url(../image/a_yang.jpg) no-repeat;
}
.about_pdet_sj_lis_2 {
	background: url(../image/a_yi.jpg) no-repeat;
}
.about_pdet_sj_lis_3 {
	background: url(../image/a_kang.jpg) no-repeat;
}
.about_pdet_sj_lis_4 {
	background: url(../image/a_hu.jpg) no-repeat;
}
.about_pdet_sj_lis_5 {
	background: url(../image/a_jiao.jpg) no-repeat;
}
.about_pdet_sj_li.on .about_pdet_sj_lib{
	background: rgba(50,128,186,0.9);
	color: #fff !important;
	border-radius: 10px;
}
.about_pdet_sj_li.on .about_pdet_sj_lib a{
	color: #0d6eb6;
	background: #fff;
}
.about_pdet_con_li_a {
	background: url(../image/ybj2.png) no-repeat;
	background-size: 100%100%;
	padding: 5% 0;
}
.about_pdet_con_li_a1 {
	padding-right: 5%;
}
.about_pdet_con_li_a1 img:hover {
	-webkit-transform: scale(1.1);
	transition-duration: 1s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.about_pdet_con_li_c_3 img:hover {
	-webkit-transform: scale(1.1);
	transition-duration: 1s;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.about_pdet_con_li_a2 {
	padding-left: 5%;
	padding-top: 5%;
}
.about_pdet_con_li_a2 .p1 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5%;
}
.about_pdet_con_li_a2 .p2 {
	font-size: 15px;
	color: #000;
	line-height: 200%;
}
.about_pdet_con_li_b_1 {
	font-size: 26px;
	color: #fff;
	padding-bottom: 10px;
}
.about_pdet_con_li_b_2 {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
}
.about_pdet_con_li_b_3 {
	font-size: 14px;
	color: #fff;
}
.about_pdet_con_li_b_3 span {
	color: #0d6eb6
}
.about_pdet_con_li_b {
	background: #363942;
	text-align: center;
	padding: 5% 0;
}
.about_pdet_con_li_b_4 {
	color: #fff;
}
.about_pdet_con_li_b_6 {
	background: #41444d;
	padding: 3%;
	clear: both;
	overflow: hidden;
	margin-top: 5%;
}
.about_pdet_con_li_b_6 .about_pdet_con_li_b_62 .p2{
    color: #ffffff;
}
.about_pdet_con_li_b_62 {
	padding-left: 5%;
}
.about_pdet_con_li_b_62 .p1 span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.about_pdet_con_li_b_62 .p1 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
	text-align: left;
}
.about_pdet_con_li_b_62 .p2 {
	font-size: 14px;
	color: #747578;
	text-align: left;
	padding-bottom: 10px;
}
.about_pdet_con_li_b_61 img {
	height: 190px;
	width: auto;
}
.about_pdet_prew, .swiper-container-rtl .about_pdet_next {
	background: url('../image/aleft.png') no-repeat;
}
.about_pdet_next, .swiper-container-rtl .about_pdet_prew {
	background: url('../image/aright.png') no-repeat;
}
.about_pdet_next, .about_pdet_prew {
	top: initial;
	bottom: 0px;
	height: 30px;
}
.about_pdet_con_li_b_4 {
	padding-bottom: 50px;
}
.about_pdet_con_li_c {
	background: url(../image/about_bj.png) no-repeat;
	background-size: 100%100%;
	padding: 10% 0;
}
.about_pdet_con_li_c_2 .p1 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5%;
}
.about_pdet_con_li_c_2 .p2 span {
	color: #0d6eb6;
}
.news_det_left_next {
	border-top: 1px solid #eee;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}
.news_det_left_next_li {
	width: 50%;
	display: inline-block;
	float: left;
}
.news_det_left_next_li a {
	font-size: 14px;
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_det_left_next_li a span {
	color: #0d6eb6;
}
.news_det_left_next_li a:hover {
	color: #0d6eb6
}
.about_pdet_con_li_d {
	background: #363942;
	padding: 5% 0;
}
.about_pdet_con_li_d .about_pdet_con_li_b_6 {
	background: none;
}
.about_pdet_con_li_d .about_pdet_con_li_b_61 img {
	height: auto;
}
.about_pdet_con_li_d .about_pdet_con_li_b_62 .p2 span {
	color: #0d6eb6
}
.about_pdet_con_li_d .about_pdet_con_li_b_62 .p2 {
	line-height: 200%;
}
.about_pdet_con_li_e {
	padding-top: 5%;
	background:url(../image/cj_bg.jpg) no-repeat;
	background-size: 100%;
}
.about_pdet_con_li_e2{
	width: 100%;
	text-align: center;
	background: #042548;
}
.about_pdet_con_li_e2 .cj_title{
	padding: 30px 0;
}
.about_pdet_con_li_e2 .cj_title p{
	font-size: 40px;
	color: #ffffff;
}
.about_pdet_con_li_e2 .cj_title span{
	font-size: 30px;
	color: #6d8eb1;
}
.about_pdet_con_li_e .cj_tk{
	position: fixed;
	z-index: 999;
	left: 50%;
	top:50%;
	text-align: center;
	padding: 30px;
	width: 450px;
	transform: translate(-50%,-50%);
	background: rgba(29,53,92,.9);
	display: none;
	border-radius: 10px;
}
.about_pdet_con_li_e .cj_tk .cj_close{
	position: absolute;
	right: 10px;
	top:10px;
	width: 5%;
	max-width: 32px;
	cursor: pointer;
}
.about_pdet_con_li_e .cj_tk .cj_close img{
	width: 100%;
}
.about_pdet_con_li_e .cj_tk .title{
	font-size: 30px;
	color: #4bfff4;
}
.about_pdet_con_li_e .cj_tk .img{
	max-width: 150px;
	margin: 30px auto;
}
.about_pdet_con_li_e .cj_tk .img img{
	width: 100%;
}
.about_pdet_con_li_e .cj_tk .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	text-align: justify;
}
.about_pdet_con_li_e2 .cont{
	position: relative;
}
.about_pdet_con_li_e2 .cont span{
	position: absolute;
	display: inline-block;
	height: 5%;
	cursor: pointer;
	width: 10%;
}
.about_pdet_con_li_e2 .cont .kt1{
	left:25.625%;
	top:19.44%;
}
.about_pdet_con_li_e2 .cont .kt2{
	left:48.23%;
	top:13.24%;
}
.about_pdet_con_li_e2 .cont .kt3{
	left:79.21%;
	top:31.02%;
}
.about_pdet_con_li_e2 .cont .kt4{
	left:57.55%;
	top:42.13%;
}
.about_pdet_con_li_e2 .cont .kt5{
	left:69.95%;
	top:60.65%;
}
.about_pdet_con_li_e2 .cont .kt6{
	left:37.76%;
	top:69.91%;
}
.about_pdet_con_li_e2 .cont .kt7{
	left:14.00%;
	top:24.003%;
}
.about_pdet_con_li_e2 .cont .kt8{
	left:44.30%;
	top:10.19%;
}
.about_pdet_con_li_e2 .cont .kt9{
	left:79.20%;
	top:26.79%;
}
.about_pdet_con_li_e2 .cont .kt10{
	left:46.79%;
	top:49.67%;
}
.about_pdet_con_li_e2 .cont .kt11{
	left:65.85%;
	top:83.41%;
}
.about_pdet_con_li_e2 .cont .kt12{
	left:11.30%;
	top:7.5%;
}
.about_pdet_con_li_e2 .cont .kt13{
	left:16.87%;
	top:84.5%;
}
.about_pdet_con_li_e2 .cont .kt14{
	left:79.60%;
	top:32.30%;
}
.about_pdet_con_li_e2 .cont .kt15{
	left:72%;
	top:74.1%;
}
.about_pdet_con_li_e2 .cont .kt16{
	left:49%;
	top:5.1%;
}
.about_pdet_con_li_e2 .cont .kt17{
	left:78%;
	top:5.1%;
}
.about_pdet_con_li_e2 .cont .kt18{
	left:40%;
	top:12.4%;
}
.about_pdet_con_li_e2 .cont .kt19{
	left:83%;
	top:14.8%;
}
.about_pdet_con_li_e2 .cont .kt20{
	left:5%;
	top:20.1%;
}
.about_pdet_con_li_e2 .cont .kt21{
	left:34%;
	top:21.6%;
}
.about_pdet_con_li_e2 .cont .kt22{
	left:86.5%;
	top:34.1%;
}
.about_pdet_con_li_e2 .cont .kt23{
	left:56%;
	top:67.6%;
}
.about_pdet_con_li_e2 .cont .kt24{
	left:63.5%;
	top:80.6%;
}
.about_pdet_con_li_e2 .cont .kt25{
	left:30.5%;
	top:85.3%;
}
.about_pdet_con_li_e2 .cont .kt26{
	left:50.5%;
	top:87%;
}
.about_pdet_con_li_e2 .cont .kt27{
	left:15.5%;
	top:10%;
}
.about_pdet_con_li_e2 .cont .kt28{
	left:43%;
	top:5.5%;
}
.about_pdet_con_li_e2 .cont .kt29{
	left:71.5%;
	top:8.2%;
}
.about_pdet_con_li_e2 .cont .kt30{
	left:35%;
	top:21%;
}
.about_pdet_con_li_e2 .cont .kt31{
	left:81%;
	top:19.2%;
}
.about_pdet_con_li_e2 .cont .kt32{
	left:4.5%;
	top:29.3%;
}
.about_pdet_con_li_e2 .cont .kt33{
	left:62.8%;
	top:29.8%;
}
.about_pdet_con_li_e2 .cont .kt34{
	left:54.5%;
	top:40.5%;
}
.about_pdet_con_li_e2 .cont .kt35{
	left:3.5%;
	top:66.5%;
}
.about_pdet_con_li_e2 .cont .kt36{
	left:21.5%;
	top:66.5%;
}
.about_pdet_con_li_e2 .cont .kt37{
	left:47%;
	top:69.2%;
}
.about_pdet_con_li_e2 .cont .kt38{
	left:78%;
	top:64%;
}
.about_pdet_con_li_e2 .cont .kt39{
	left:66.5%;
	top:76%;
}
.about_pdet_con_li_e2 .cont .kt40{
	left:54%;
	top:85.4%;
}
.about_pdet_con_li_et {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-bottom: 3%;
}
.about_pdet_con_li_e1_1 {
	display: inline-block;
	font-size: 18px;
	padding: 0 3%;
	cursor: pointer;
}
.about_pdet_con_li_e1_1.on span {
	border-bottom: 2px solid #0d6eb6;
	padding-bottom: 5px;
}
.about_pdet_con_li_e1_1:hover span {
	border-bottom: 2px solid #0d6eb6;
	padding-bottom: 5px;
}
.about_pdet_con_li_e1 {
	text-align: center;
	padding-bottom: 3%;
}
.join_det_back {
	display: none;
	opacity: 1;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.join_det_back_box {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 3%;
	margin: 5% auto;
	margin-top: 10%;
	position: relative;
}
.join_det_back_box_area {
	padding-left: 0;
	margin-top: 15px;
}
.join_det_back_closed {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
.join_det_back_closed span {
	cursor: pointer;
	color: #999;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #999;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
}
.join_det_back_closed span:hover {
	background: #0d6eb6;
	color: #fff;
}
.about_pdet_con_li_f {
	padding: 5% 0;
}
.about_pdet_con_li_f_s {
	padding-top: 0
}
.about_pdet_con_li_f_s .p2 {
	padding-bottom: 15px;
	color: #000;
	font-size: 14px;
}
.about_pdet_con_li_f_s .p2 span {
	color: #0d6eb6;
	font-weight: bold;
}
.about_pdet_con_li_g {
	background: url(../image/ybj4.jpg) no-repeat;
}
.about_pdet_con_li_g p {
	color: #fff!important
}
.about_pdet_con_li_fr {
	background: url(../image/ybj.jpg) no-repeat;
}
.about_pdet_con_li_f_r .d1 {
	font-size: 26px;
	font-weight: bold;
	color: #0d6eb6;
}
.about_pdet_con_li_f_r .span_xian {
	width: 50px;
	height: 2px;
	background: #0d6eb6;
	display: inline-block;
}
.about_pdet_con_li_f_r .d2 {
	font-size: 20px;
	color: #000;
	padding-top: 3%;
}
.about_pdet_con_li_fr_img {
	padding: 5% 0;
}
.about_pdet_con_li_fr_img img {
	width: 100%;
}


.fu_ewm{
    position: fixed;
    display: inline-block;
    right: 0;
    top: 40%;
    cursor: pointer;
    z-index: 99
}
.fu_ewm_out{
	padding: 20px;
	background: #0d6eb6;
}

/* .fu_ewm .fu_ewm_1 span{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
	
} */
.fu_ewm_1 img{
    width: 35px;
    height: 35px;
    display: inline-block;
}
.fu_ewm_1 span img{
    width: 10px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
	
}
#fu_ewm_in .fu_ewm_1 span img{
	position: absolute;
	top:0px;
	right: 0px;
	margin-right: 0;
}
.fu_ewm_2{
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

#fu_ewm_in{
    display: none;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(50, 128, 186, 1);;
	padding: 20px;
	min-width: 720px;
	border-radius: 5px;
}
#fu_ewm_in .title{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}
#fu_ewm_in ul{
	display: flex;
	/* justify-content: center; */
}
#fu_ewm_in ul li{
	margin-right:20px;
	margin-bottom: 10px;
	text-align: center;
}
#fu_ewm_in ul li span{
	color: #ccc;
	line-height: 30px;
}
#fu_ewm_in ul li:last-child{
	margin-right: 0;
}
.fu_ewm_in .fu_ewm_1 img{
    width: 150px;
    height: 150px;
}
.fu_ewm_in .fu_ewm_1 span img{
    width: 20px;
    height: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#fu_ewm_in ul li img{
	height: auto;
	display: block;
	margin: 0 auto;
}
#fu_ewm_in ul:last-child li{
	margin-bottom: 0;
}
.about_pdet_sjs{
    clear: both;
    overflow: hidden;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
}
.about_pdet_sjs .about_pdet_sj_li{
	display: none;
}
.about_pdet_sjs .about_pdet_sj_li.show{
	display: block;
}
.ct_right{
    text-align: center;
}
.ct_right .footer_ul_left_3 img{
    display: inline-block;
}
.ct_ul_right .footer_ul_r2{
   padding-left: 6%;
}
.news_banner text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    line-height: initial;
    margin-bottom: -5px;
}

.index_ba_box{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 53%;
    text-align: right;
}
.index_ba_box2{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 53%;
    text-align: left;
}
.index_ba_box div{
    margin-bottom: 5px;
}
.index_ba_b1{
    font-size: 26px;
    color: #fff;
}
.index_ba_b2{
    font-size: 40px;

    color: #17b4e9;
    border-bottom: 1px solid #17b4e9;
    display: inline-block;
    letter-spacing: 3px;
}
.index_ba_box2 .index_ba_b2{
    margin-bottom: 10px;
}
.index_ba_b3{
    font-size: 14px;
    color: #fff;
}
.index_ba_b3 span{
    color: #17b4e9;
    font-size: 16px;
}
.index_ba_b4{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border:1px solid #636363;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 10px 0;
}
.index_ba_b4 span{
    color: #17b4e9;
    font-weight: 500;
    display: block;
    max-width: 300px;
}
.index_ba_box1{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
}

.index_ba_box1 div{
    margin-bottom: 10px;
}

.index_ba_c1{
    flex: 1;
    text-align: center;
    width: 25%;
    margin-top: 20px;
    float:left;
}
.index_ba_c1 .p1{
    font-size: 40px;
    color: #fff;
    position: relative;
}
.index_ba_c1 .p1 span{
    position: relative;
    right: -5px;
    top: -25px;
    font-size: 12px;
    color: #fff;
}
.index_ba_c1 .p2{
    font-size: 14px;
    color: #999;
}
.index_ba_box4{
    width: 100%;
    /* max-width: 1200px; */
    display: block;
    margin: 0 auto;
   left: 0%;
   top: 50%;
   text-align: center;
   transform: translate(0,-50%);
   position: absolute;
}
.index_ba_box5{
	top: 50%
}
.sj{
	display: none;
}
.swiper-slide-active .animate {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.swiper-slide-active .m-bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.swiper-slide-active .m-bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.swiper-slide-active .m-fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.swiper-slide-active .m-lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
}
.swiper-slide-active .m-zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
.swiper-slide-active .m-rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@media (max-width: 1500px) {
.about_fzlc.about_ryzz .bigbox {
	height: 600px;
}
.about_ryzz .box.box1 {
	height: 600px;
}
}
 @media (max-width: 768px) {
	 .head_left a .img1{
		 height: 40px;
		 position: relative;
		 z-index: 999;
	 }
	 .head .container{
		 width: auto;
	 }
	 #cssmenu ul{
		 margin-top:20px
	 }
	 .footer{
		 padding: 50px 0;
	 }
	.footer .footer_1{
		padding-bottom: 20px;
	}
	 .footer_ul_r2_2 span{
		 margin: 0 auto;
	 }
	 .index_banner .swiper-pagination .swiper-pagination-bullet{
		 height: 2px;
		 width: 20px;
	 }
	.index_c_l_5{
		padding-bottom: 15%;
	}
	.index_c_left{
		padding:15% 2%;
	}
    .index_ba_b4 span{
        max-width: 100%;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .index_ba_c{
        flex-wrap: wrap;
    }
    .index_ba_c1{
        width: 33.3%;
        flex: initial;
    }

    .index_ba_c1 .p1{
        font-size: 18px;
    }
    .index_ba_c1 .p2{
        font-size: 12px;
    }
	.index_banner{
		height: calc(100vh - 60px);
	}
	.index_ba_box1{
		margin-top:0;
		margin-left: 0;
	}
      .index_ba_box2{
          width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .index_ba_box1{
          width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .index_ba_b4{
        padding: 5px 0;
        margin: 5px 0;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .index_ba_box{
        right: initial;
        width: 100%;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .index_ba_b1{
        font-size: 16px;
    }
    .index_ba_b2{
        font-size: 22px;
    }
	.index_ba_box4 .index_ba_b2{
        margin-bottom: 30px;
    }
    .index_ba_b3{
        font-size: 12px;
    }
    .index_ba_b3 span{
        font-size: 14px;
    }
    .pro_det_uls .pro_con_li_boxs_1 img{
        height: auto;
    }
    .ct_ul_right .footer_ul_r2{
        padding-left: 0
    }
.sj_lis_2 {
	font-size: 20px;
}
.sj_lis_3 {
	font-size: 16px;
}
.sj_lis_4 {
	font-size: 13px;
}
.sj_lis_5 a {
	font-size: 14px;
}
.about_pdet_sj_lib {
	height: auto;
}
.about_pdet_sj_lis {
	height: auto;
}
.about_pdet_tab_li span {
	padding-bottom: 10px;
	font-size: 16px;
}
.about_pdet_con_li_a1 {
	padding-right: 0;
	padding-bottom: 15px;
}
.about_pdet_con_li_a2 {
	padding-left: 0
}
.about_pdet_con_li_a2 .p1 {
	font-size: 20px;
	padding-bottom: 3%;
}
.about_pdet_tab_li.on span {
	border-bottom: 3px solid #0d6eb6;
}
.about_pdet_con_li_b_1 {
	font-size: 20px;
}
.about_pdet_con_li_b_2 {
	font-size: 12px;
}
.about_pdet_con_li_b_62 .p1 {
	padding-top: 10px;
}
.about_pdet_con_li_b_62 .p1 span {
	font-size: 20px;
}
.about_pdet_con_li_b_62 .p1 {
	font-size: 16px;
}
.about_pdet_con_li_b_62 {
	padding-left: 0
}
.index_head {
	position: relative;
}
.about_pdet_con_li_et {
	font-size: 20px;
}
.about_pdet_con_li_e1_1 {
	font-size: 16px;
}
.index_head #cssmenu > ul > li > a {
	color: #333
}
.nlis_2 {
	font-size: 15px;
	height: auto;
}
.box_head{
	padding-bottom: 4%;
}
.lis li {
	font-size: 14px;
	padding: 5px 20px;
}
.lis li.on img{
	display: none;
}
.box_head .box_head_li {
	font-size: 22px;
}
.index_map_t_1 {
	font-size: 22px;
}
.index_map_t_2 {
	margin-top: 15px;
}
.index_map_t_2 span {
	font-size: 16px;
	width: 28%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.xbx_con_li {
	margin-bottom: 15px;
}
.xbx_con_li_3 {
	text-align: center;
	margin-bottom: 15px;
}
.xbx_con_li_1 {
	font-size: 22px;
}
.index_map .container{
	padding:0
}
.index_map .container .index_map_t,.index_map .container .index_map_box .index_map_right{
	padding: 0 15px;
}
.index_xbx_box_left {
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin-bottom: 5%;
}
.index_xbx_t1{
	font-size: 16px;
}
.index_xbx_t2 {
	font-size: 22px;
}
.xbx_tab_li.on img {
	display: block;
	transform: rotate(90deg);
	margin: 0 auto;
	margin-top: 10px;
}
.xbx_tab_li {
	display: inline-block;
	padding-left: 0;
}
.index_news_t span a {
	font-size: 14px;
	padding-top: 15px;
}
.index_news_t {
	padding: 5px;
	font-size: 22px;
	margin-bottom: 15px;
}
.index_news_lis {
	padding: 5px;
}
.index_maps {
	max-height: 500px;
}
.map_r {
	padding-left: 0;
}

.box_two_con_li_r1 {
	width: 33.3%;
}
.box_two_con_li_l {
	display: none
}
.index_center {
	/* background: none; */
	margin: 5% 0;
}
.index_c_right {
	display: none;
}
.xian_img {
	display: none
}
.fuwu_banner .fw_ban_w.xex_ban_w {
	width: 22%;
}
.fuwu_banner .fw_ban_w {
	width: 22%;
}
.xex_ban {
	display: none;
}
.xex_f5 {
	padding: 5% 0;
}
.xex_f61 {
	font-size: 13px;
}
.xex_f6 p {
	font-size: 16px;
}
.xex_f5_x2 .p2 {
	font-size: 13px;
}
.xex_f5_x2 .p1 {
	font-size: 16px;
	padding-bottom: 10px;
}
.xex_f5_x2 {
	padding-top: 20px;
}
.xex_f4 p {
	font-size: 13px;
}
.xex_f1 p {
	font-size: 14px;
}
.xex .container span {
	font-size: 16px;
}
.xex_f5_x {
	display: block;
} 
.fw_ban_w img {
	margin-top: 5%;
	width: 25px;
	height: 25px;
}
.fuwu_banner .fw_ban_w p {
	padding-top: 0;
}
.fuwu_banner .fw_ban_w {
	width: auto;
	font-size: 15px;
}
.fw_f2 span {
	font-size: 16px;
}
.fw_f3 span {
	font-size: 16px;
}
.fw_f4 span {
	font-size: 16px;
}
.f3_1 img {
	width: 50px;
	height: 50px;
}
.fw_f3_f2 {
	padding: 15px 0
}
.f3_1 span {
	font-size: 12px;
}
.fw_f3_f {
	display: block;
}
.fw_f1 img {
	padding: 0 10px;
}
.fw_t span {
	font-size: 13px;
}
.about_fzlc.about_ryzz .bigbox {
	min-height: 400px;
}
.about_ryzz .box.box1 {
	padding: 50px 0 100px 0;
	min-height: 400px;
}
.about_bj {
	padding: 5% 0;
}
.about_tab_li img {
	height: 40px;
	width: 40px;
}
.about_tab {
	padding-right: 0;
	margin-bottom: 15px;
}
.about_tab_li {
	display: inline-block;
	width: 32%;
	font-size: 13px;
	padding: 15px 0
}
.about_mtab {
	position: relative;
	background: #333
}
.about_mtab .pro_tab_li {
	margin: 0
}
.znk_1 {
	text-align: center;
}
.znk_r_2 {
	padding-bottom: 15px;
	height: auto;
}
.znk_2 {
	display: none;
}
.about_ryzz .control-box.control-box1 .prev {
	left: 3%;
}
.about_fzlc_lc1 {
	width: 100%
}
.about_fzlc_g {
	display: none
}
.about_ryzz .control-box ul li {
	top: 30px
}
.about_ryzz .control-box {
	width: 100%
}
.about_ryzz .bigbox {
	width: 80%;
	margin: 0 auto
}
.diepic .swiper-button-prev {
	left: 10px;
	width: 30px;
	height: 50px;
}
.diepic .swiper-button-next {
	right: 10px;
	width: 30px;
	height: 50px;
}
.diepic .swiper-slide {
	width: 100%
}
.news_banner .swiper-slide a p text{
	width: 65%;
}
.pro_con_det_right p {
	margin-bottom: 10px;
}
.pro_con_det_left {
	padding-right: 0;
	margin-bottom: 15px;
}
.pro_con_li_boxs {
	margin: 10px 0;
}
.pro_tab_li span {
	font-size: 14px;
}
.pro_tab_li {
	padding: 10px;
	margin: 0 10px;
}
.pro_tab_li img {
	width: 30px;
	height: 30px;
}
.pro_ul {
	padding-top: 0
}
.pro_tab {
	height: auto;
	position: relative;
	top: 0;
	background: #000;
}
.contact {
	padding: 10px;
	margin: 0;
	margin-top: 10px;
}
.con_left {
	padding-right: 0
}
.con_mess {
	padding: 15px 0
}
.con_mess_right {
	padding-left: 0;
	margin-top: 15px;
}
.join_det_t1 {
	font-size: 18px;
}
.join_det_tright {
	text-align: center;
	margin-top: 20px;
}
.next a {
	padding: 3px 10px;
	margin: 3px;
}
.join_li_left img {
	margin-bottom: 15px;
}
.join_ul_title {
	padding-left: 0
}
.join_lis {
	display: block;
	margin: 10px 0
}
.footer_ul_r2 {
	text-align: center;
	margin-top: 15px;
	
}
.footer .footer_ul_r2{
	margin-right: 0;
	width: 50%;
}
.footer_ul_left_3 {
	text-align: center;
}
.footer_ul_left_3 img {
	display: block;
	margin: 0 auto;
}
.news_li_more a {
	padding: 5px 10px;
	font-size: 13px;
}
.news_li_but11 {
	text-align: left;
}
.news_li_but span.span1 {
	padding-left: 15px;
}
.news_li_but span.span2 {
	padding-left: 15px;
}
.news_li_but div {
	flex: 1
}
.news_li_more {
	position: relative;
	display: inline-block;
}
.news_li_img img {
	max-height: 150px;
}

.news_li_but {
	text-align: right;
	padding-right: 15px;
	border-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_li_wz {
	padding: 10px;
}
.news_li {
	display: block;
}
#cssmenu .submenu-button {
	display: none
}


   .head_right{
        position: relative;
        right: 0;
        top: 10px;
        margin-top: -50px;
    }
    .login{
        display: none;
    }
    #cssmenu #menu-button::before{
    	right: 0;
    	top: 15px;
    	height: 7px;
    }
    #cssmenu #menu-button::after{
    	right: 0;
    	top: 10px;
    }
    .login.sj{
    	display: block;
    	margin-bottom: 15px;
    	padding-left: 0;
    	border-top: 1px solid #eee;
    	padding-top: 15px;

    }
    .login a{
    	display: block;
    	width: 60%;
    	padding: 8px 10px;
    	margin: 0 auto;
    	text-align: center;
    }
	.about_pdet_con_li_e2 .cj_title p{
		font-size: 20px;
	}
	.about_pdet_con_li_e2 .cj_title span{
		font-size: 14px;
	}
	.about_pdet_con_li_e .cj_tk{
		width: 90%;
		padding: 2% 5%;
	}
	.about_pdet_con_li_e .cj_tk .img{
		width: 100px;
	}
	.fu_ewm_out{
		padding: 10px;
	}
	#fu_ewm_in{
		width: 90%;
		min-width: 90%;
	}
	#fu_ewm_in .title{
		font-size: 16px;
	}
	.head_left a.logo_z{
	    right: 22%;
	    z-index: 9999;
	}
	.join_det_back_box{
	    margin-top: 20%;
	}
	.join_det_back_closed{
	    z-index: 9;
	}
	.index_banner .swiper-container .swiper-button-next, .index_banner .swiper-container .swiper-button-prev{
	    width: 20px;
	    height: 20px;
	}
	.index_ba_c1{
	    margin-top: 35px;
	}
	.index_banner .swiper-container .swiper-slide{
	    background-size: auto 100%;
    background-position: center;
	}
	.index_banner .swiper-container .swiper-slide.swiper_banner4{
	    background-position: left;
	}
	.index_center{
	    background-size: auto 100%;
    background-position: center;
	}
	.nlis_1 img{
	    height: auto;
	}
	
}


.floating_ck{position:fixed;right:5px;bottom:15%;z-index:99}
.floating_ck dl dd{position:relative;width:80px;height:80px;text-align:center;background-repeat:no-repeat;cursor:pointer;
background-color:rgba(13,110,182,.7);border-radius: 10px;
margin-bottom:10px;background-position:center 20%;padding-bottom:5px}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../image/right_video.png);}
.words{background-image:url(../image/right_tel.png);}

.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:rgba(13,110,182,.7);border-bottom:solid 1px rgba(13,110,182,.7);display:none;}
.floating_left a{color:#fff;line-height:80px;}


.video_list{

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(50, 128, 186, 1);
    padding: 20px;
    border-radius: 5px;
    z-index: 998;
    width: 720px;

}

.video_list ul li{
    line-height: 50px;
    color: #fff;
    padding: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor:pointer;
    text-align: center;
    padding-bottom: 0;
    max-width: 33.3333333%;
    width: 33.3333333%;
}
.video_list ul li img{
    border-radius: 5px;
    overflow: hidden;
}
.video_list ul {
    display: flex;
    flex-flow: wrap;
}
.video_list span img{
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 0;
    width: 20px;
}

.videos,.video_list_quan{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    transform: translateZ(100px);
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
	-o-transform: translateZ(100px);
	z-index: 999;
}
.videos .video-box{
    position: relative;
    width: 640px;
    height: 368px;
    margin: 140px auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transtion: 0.6s;
    -o-transtion: 0.6;
    background-color: black;
}
.videos .video-box .video_pay{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.videos .video-box .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos .video-box .delete{
    position: absolute;
    cursor: pointer;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.videos .video-box .delete img{
    width: 20px;
    height: 20px;
}




.xbx-welcome div{
	width: 50%;
	height: 100vh;
	position: fixed;
	z-index: 999999;
	background-size: cover;
	transition: left 3s,right 3s;
}
.xbx-wlecome-left{
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../image/welcome_left.jpg) no-repeat;
	background-position: center right;
}
.xbx-wlecome-right{
	top: 0;
	bottom: 0;
	right: 0;
	
	background: url(http://www.zkxbx.com/assets/static/images/welcome_right.jpg) no-repeat;
	background-position: center left;
}


@media (max-width: 750px){
    .video_list{

        width: 95%;
    
    }
    .videos .video-box{
        width: 95%;
        height: auto;
    }
    .videos .video-box video{
        width: 100%;
    }
    .xbx-welcome{
        display: none;
    }
}