﻿@charset "UTF-8";
/* css reset */


/* @font-face {
  font-family: "苹方字体";
  src: url("../fonts/苹方字体.woff2") format("woff2"),
       url("../fonts/苹方字体.woff") format("woff"),
       url("../fonts/苹方字体.ttf") format("truetype"),
       url("../fonts/苹方字体.eot") format("embedded-opentype"),
       url("../fonts/苹方字体.svg") format("svg");
} */
/* @font-face {
  font-family: "ADAM";
  src:  url("../fonts/ADAM.ttf") format("truetype");
       
} */
@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
		url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),

}





body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
	display: inline-block;
}

icon {
	display: inline-block;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	display: inline-block;
	font-family: "SourceHanSansCN-Normal", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue";
}

/* body{font-family:"Aileron-Regular","Source Sans Pro",SourceHanSansCN,"Source Han Sans CN",Helvetica,"Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:1em;color:#333;margin:0 auto;width:100%;max-width: 1920px;background:#FFF;}
 */
html {
	font-size: 16px;
}

body {
	font-family: "SourceHanSansCN-Normal", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(210, 210, 210, 0.48);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.wrap {
	width: 1400px;
	margin: auto;
	max-width: 94%;

}

.wrap2 {
	width: 1200px;
	margin: auto;
}


.loading {
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: none;
	align-items: center;
	height: 100vh;
	justify-content: center;
	z-index: 99999;
	background: #fff;
}

.index-banner {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}

.index-banner .swiper-container {
	height: 560px;
    width: 88.773%;
    margin: auto;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

.index-banner .swiper-container .swiper-slide {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.index-banner .swiper-container .swiper-slide a{
	display: block;
position: relative;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 999;
}
.index-banner .swiper-container .swiper-slide a img{
	width: 100%;
}
.header-nav {
	padding: 0 35px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-nav .header-nav-logo {
	float: left;
}

.header-nav .header-nav-logo a {}

.header-nav .header-search {
	float: right;
}

.header-nav .header-navlist {
	float: right;
	margin-right: 6%;
}

.header-nav .header-navlist ul {
	display: flex;
}

.header-nav .header-navlist ul li {
	margin-right: 50px;
}

.header-nav .header-navlist ul li a {
	font-size: 18px;
	color: #fff;
}

.quan {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0%;
	height: 100vh;
	z-index: 9999;
	background-position: center;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.quan img {
	width: 100%;
}

/* .quan::after{position: absolute;content: "";width: 100%;height: 100%;background: #fff;top: 0;} */
.kong {
	height: 100vh;
	margin-top: 110vh;
	transform: scale();
}



.index-banner .swiper-pagination {
	position: absolute;
	right: 0;
	height: auto !important;
	left: unset !important;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	width: 45px !important;

	align-items: center;
	align-content: center;
	bottom: unset !important;
	flex-direction: column;
	z-index: 9999999;


}

.index-banner .swiper-pagination-bullet {
	position: relative;
	display: block;
	margin-left: auto !important;
	width: 5px;
	margin: 15px 0 !important;
	border-radius: 100%;
	height: 5px;
	background: #fff;
	opacity: 1;
}

.index-banner .swiper-pagination-bullet-active::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 100%;
	left: -11px;
	top: -10px;
}






.box {
	position: relative;
	z-index: 999999;
	background: #fff;
}

.li-img {
	text-align: center;
}

.tu-list {
	display: flex;
	margin-top: 15px;
}

.div-tu-left {
	height: 580px;
	width: 25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tu-ul {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
}

.tu-ul li {
	width: 33.3333%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.div-tu-right {
	width: 10%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about {
	padding: 100px 0 0px;
}

.about .wrap {
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
}

.about .wrap .about-left {
	width: 400px;
	padding-left: 35px;
	box-sizing: border-box;
}

.about .wrap .about-left h3 {
	font-size: 36px;
	color: #0b4d99;
	font-weight: bolder;
}

.about .wrap .about-left h4 {
	font-size: 36px;
	color: #0b4d99;
	font-weight: bolder;
	text-transform: uppercase;
}

.about .wrap .about-left span {
	width: 50px;
	height: 3px;
	background: #34baed;
	display: block;
	margin-top: 35px;
}

.about .wrap .about-right {
	flex: 1;
}

.about .wrap .about-right p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.about .wrap .about-right a {
	margin-top: 10px;
}

.shenghuo {
	padding-top: 100px;
	overflow: hidden;
}

.shenghuo-box {
	background: url(../images/sh-bac_26.jpg) no-repeat;
	background-position: center;
}

.shenghuo-img {
	padding-bottom: 55px;
}

.shenghuo-img img {
	max-width: 88%;
	margin-top: -100px;
}

.news {
	padding: 50px 0 100px;
	overflow: hidden;
}

.news {}

.news-img {
	text-align: center;
}

.news-swiper {
	padding: 0 100px;
	position: relative;
}

.news-swiper .slide-text {
	box-sizing: border-box;
	padding: 30px 20px 8px;
}

.news-swiper .slide-text h3 {
	font-size: 18px;
	color: #242424;
	line-height: 26px;
}

.news-swiper .slide-text p {
	font-size: 16px;
	color: #626262;
	line-height: 26px;
}

.news-swiper .slide-text .d-div {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.news-swiper .slide-text .d-div span {
	font-size: 14px;
	color: #747474;
}

.news-swiper .slide-text .d-div i {
	font-size: 14px;
	color: #747474;
	padding-right: 26px;
	background: url(../images/jian_13.jpg) center right no-repeat;
}

.news-swiper .swiper-slide {
	border-bottom: 3px solid #0b4d99;
}

.news-swiper .swiper-button-white {
	width: 36px;
	height: 36px;
	background-size: 100%;
}

.news-swiper .swiper-button-next {
	background-image: url(../images/jt_05.jpg);
	right: 30px;
}

.news-swiper .swiper-button-prev {
	background-image: url(../images/jt_03.jpg);
	left: 30px;
}

.more {
	text-align: center;
	margin-top: 100px;
}

.news .more a {
	background: url(../images/jian_13.jpg) center right no-repeat;
	padding-right: 25px;
	font-size: 14px;
	color: #626262;
	height: auto;
}


.tu-ul {
	margin-right: -1px;
}

.div-tu-text {
	text-align: center;
}

.div-tu-text h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 12px 0;
	margin-bottom: 10px;
}

.div-tu-text h3::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 40px;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}

.div-tu-text p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.tu-ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tu-ul li.li1 {
	background: #e9e9e9;
	position: relative;
	z-index: 1;
}

.tu-ul li.li1 .div-tu-text h3 {
	color: #242424;
}

.tu-ul li.li1 .div-tu-text h3::after {
	background: #242424;
}

.tu-ul li.li1 .div-tu-text p {
	color: #242424;
}

.tu-ul li.li2 {}

.tu-ul li.li3 {
	background: #6ab1f5;
	position: relative;
	z-index: 1;
}

.tu-ul li.li4 {}

.tu-ul li.li5 {
	background: #0b4d99;
	position: relative;
	z-index: 1;
}

.tu-ul li.li6 {}

.div-tu-left .div-tu-text {
	padding-top: 27.3%;
}

.tu-ul li.li1::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 17px solid #e9e9e9;
	border-bottom: 14px solid transparent;
	left: 100%;
	z-index: 99;
	top: 30px;
}

.tu-ul li.li3::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid #6ab1f5;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	top: 100%;
	z-index: 99;
	right: 30px;
}

.tu-ul li.li5::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 17px solid #0b4d99;
	border-bottom: 14px solid transparent;
	right: 100%;
	z-index: 99;
	top: 30px;
}







.liaojie {
	text-align: center;
	margin: auto;
}

.liaojie .jian {
	display: block;
	background: url(../images/jian-bai_03.png) no-repeat;
	width: 35px;
	height: 35px;
}

.liaojie span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 7px;
}

.liaojie img {
	display: block;
	margin: auto;
}

.div-tu-right {
	display: flex;
	align-items: center;
	background: #006bd3;
}

.title-text {
	text-align: center;
}

.title-text h2 {
	font-size: 60px;
	margin-bottom: -45px;
	color: #f7f7f7;
	font-family: Arial;
	text-transform: uppercase;
}

.title-text h3 {
	font-size: 36px;
	color: #242424;
	font-weight: bold;
	margin-bottom: 10px;
}

.title-text p {
	color: #626262;
	font-size: 16px;
}

.padd-top95 {
	padding-top: 95px;
}

.tu-list {
	margin-top: 50px;
}

.news-swiper {
	margin-top: 50px;
}


/* footer */
.footer-top {
	padding: 80px 0;
	background: url(../images/f-bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-top .footer-top-box {
	display: flex;
}

.footer-top .footer-top-box .footer-logo {
	width: 330px;
}

.footer-top .footer-top-box .footer-logo .footer-link {
	margin-top: 35px;
}

.footer-top .footer-top-box .footer-logo .footer-link a {
	margin-right: 20px;
}

.footer-list {
	display: flex;
	flex: 1;
	width: calc(100% - 330px);
	justify-content: space-around;
}

.footer-list dl {}

.footer-list dl dt {
	margin-bottom: 12px;
}

.footer-list dl dt a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.footer-list dl dd {
	margin-top: 8px;
}

.footer-list dl dd a {
	font-size: 16px;
	color: #666666;
	font-weight: bolder;
}

.footer-bottom {
	background: #434343;
	padding: 15px 100px;
}

.footer-bottom .footer-b-box {}

.footer-bottom .footer-b-box .footer-b-left {
	float: left;
}

.footer-bottom .footer-b-box .footer-b-left p {
	font-size: 14px;
	color: #fff;
}

.footer-bottom .footer-b-box .footer-b-left p a {
	font-size: 14px;
	color: #fff;
}

.footer-bottom .footer-b-box .footer-b-right {
	float: right;
}

.footer-bottom .footer-b-box .footer-b-right p {
	font-size: 14px;
}

.footer-bottom .footer-b-box .footer-b-right p a {
	font-size: 14px;
	color: rgba(254, 254, 254, 0.5);
	margin-right: 7px;
}

.footer-bottom .footer-b-box .footer-b-right p a:first-of-type {
	margin-right: 0px;
}




/* index-video */


.index-video {}

.index-video video {
	width: 100%;
	object-fit: cover;
}

.about .wrap {
	padding: 0;
}

.about .wrap .about-left {
	padding-left: 0;
}

.index-video .swiper-slide {
	opacity: 0.68;
}

.index-video .swiper-slide.swiper-slide-active {
	opacity: 1;
}



/* 0928 */
.header-nav .header-navlist ul li a {
	color: #333333;
}

#header {
	background: #FFFFFF;
}

.n-banner,.product-detail-ban{
	margin-top: 81px;
}

.index-banner {
	top: 110px;
	height: calc(100vh - 81px);
}

.header-nav .header-search {
	position: relative;
}

.header-nav .header-search::after {
	position: absolute;
	content: "";
	left: -50px;
	top: 32px;
	height: 20px;
	background: #333333;
	width: 1px;
}

.header-nav {
	padding: 0 100px;
}

.header-nav .header-navlist {
	margin-right: 5%;
}

/* about */
.nei-nav {
	background: #f7f7f7;
	height: 65px;
	line-height: 65px;
}

.nei-nav .nei-nav-left {}

.nei-nav .nei-nav-left a {
	position: relative;
	font-weight: bolder;
	font-size: 16px;
	color: #3b3a40;
	padding: 0 5px;
	margin-right: 15px;
}

.nei-nav .nei-nav-left a.active::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	height: 2px;
	background: #0c509b;
	left: 0;
	right: 0;
	margin: auto;
}

.nei-nav .nei-nav-left a:hover {
	color: #0c509b;
}

.nei-nav .nei-nav-right {
	margin-left: auto;
}

.nei-nav .nei-nav-right a {
	font-size: 16px;
	font-weight: bolder;
	color: #5b5b5b;
	background: url(../images/h-r_06.png) center left no-repeat;
	padding-left: 15px;
	height: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.nei-nav .nei-nav-right a:nth-of-type(1) {
	background: url(../images/home_03.png) no-repeat;
	background-position: center;
}

.nei-nav .nei-nav-right a.active,
.nei-nav .nei-nav-right a:hover {
	color: #0c509b;
}

.nei-wrap {
	display: flex;
}


.about-js {
	padding-top: 100px;
	padding-bottom: 85px;
}

.about-js-title {
	margin-bottom: 35px;
}

.about-js-title h3 {
	font-size: 36px;
	color: #333333;
}

.about-js-box {
	display: flex;
	flex-wrap: wrap;
}

.about-js-box .about-js-left {
	flex: 1;
}

.about-js-box .about-js-left p {
	font-size: 15px;
	color: #666666;
	line-height: 36px;
	margin-bottom: 10px;
}

.about-js-box .about-js-img {
	width: 500px;
	margin-left: 40px;
}


.about-js-lc {
	background: #EEEEEE;
}

.about-js-lc .gallery-thumbs .swiper-slide {
	color: #0b4d99;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	padding-top: 55px;
}

.about-js-lc .gallery-thumbs .swiper-slide-thumb-active {
	color: #0b4d99;
	font-size: 30px;
	font-weight: bold;
}

.about-js-lc .gallery-thumbs .swiper-slide::after {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	background: url(../images/kdx_16.png) 100% no-repeat;
	background-position: center;
	background-size: 101%;
	width: 100%;
	height: 25px;
}

.about-js-lc .gallery-thumbs .swiper-slide-thumb-active::before {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	margin: auto;
	content: "";
	background: url(../images/dingwei_13.png) no-repeat;
	background-position: center;
	width: 35px;
	height: 50px;
	background-size: 100%;
}

.about-js-lc .gallery-top .swiper-slide {
	color: #0b4d99;
	box-sizing: border-box;
	padding: 50px 0;
}

.about-js-lc .gallery-top .swiper-slide>div {
	display: flex;
	align-items: center;
}

.about-js-lc .gallery-top .swiper-slide .slide-left {
	float: left;
	width: 260px;
	text-align: center;
}

.about-js-lc .gallery-top .swiper-slide .slide-left b {
	font-size: 50px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right {
	padding-left: 0px;
	flex: 1;
	margin-left: 40px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	display: flex;

}

.about-js-lc .gallery-top .swiper-slide .slide-right p span {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}

.about-js-lc .gallery-top .swiper-slide .slide-right p .span1 {
	width: 100px;
}

.about-js-lc .gallery-top .swiper-slide .slide-right p .span2 {
	flex: 1;
}

.gallery-top-box {
	position: relative;
	margin-top: 50px;
}

.gallery-top-box .gallery-top {
	width: 75%;
	margin: auto;
}

.gallery-top-box .swiper-button-next,
.gallery-top-box .swiper-button-prev {
	width: 68px;
	height: 68px;
	background-size: 100%;
	outline: none;
}

.gallery-top-box .swiper-button-next {
	background-image: url(../images/jian-lan_09.png) !important;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
}

.gallery-top-box .swiper-button-prev {
	background-image: url(../images/jian-lan_09.png) !important;
}

.title-text {}

.title-text h3 {
	font-size: 36px;
	font-weight: bolder;
	color: #333333;
	text-align: center;
	position: relative;
	padding: 26px 0;
}

.title-text h3::after {
	position: absolute;
	left: 0;
	right: 0;
	width: 75px;
	height: 4px;
	content: "";
	background: #333333;
	bottom: 0;
	margin: auto;
}

.padd-50 {
	padding: 50px 0;
}
.about-js-team{}
.about-team-list{
	display: flex;
	flex-wrap:wrap;
	margin: 40px auto;
}
.about-team-list li{
	width: 23.5%;
	margin-right: 2%;
	background: #f8f8f8;
	margin-bottom: 35px;
}
.about-team-list li:nth-of-type(4n){
	margin-right: 0;
}
.about-team-list li a{
	display: block;
}
.about-team-list li a .about-team-img{
	overflow: hidden;
	max-height: 212px;
	display: flex;
}
.about-team-list li a .about-team-img img{
	width: 100%;
}
.about-team-list li a .about-team-text{
	box-sizing: border-box;
	padding: 20px 20px 30px;
}
.about-team-list li a .about-team-text span{
	font-size: 14px;
	color: #828181;
	display: block;
}
.about-team-list li a .about-team-text b{
	font-size: 18px;
	color: #333333;
	display: block;
	font-weight: bolder;
	margin: 5px 0;
}
.about-team-list li a .about-team-text i{
	font-size: 14px;
	color: #828181;
	font-style: normal;
	display: block;
}

/* about-hb */
.about-hb-list{}
.about-hb-ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: 70px;
}
.about-hb-ul li{
	width: 20%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.about-hb-ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	overflow: hidden;
}
.about-hb-ul li:hover img{
	transform: scale(1.15);
	transition: 0.4s;
}



/* about-wh */
.about-wh{}
.about-wh-ul1{
	display: flex;
	flex-wrap: wrap;
	margin: 35px auto;
}
.about-wh-ul1 li{
	width: 32%;
	margin-right: 2%;
	background: #EEEEEE;
}
.about-wh-ul1 li:nth-of-type(3n){
	margin-right: 0;
}
.about-wh-ul1 li .wh-ul1-img{
	overflow: hidden;
	max-height: 264px;
	display: flex;
	align-items: center;
}
.about-wh-ul1 li .wh-ul1-img img{
	width: 100%;
}
.about-wh-ul1 li .wh-ul1-text{
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
}
.about-wh-ul1 li .wh-ul1-text b{
	display: block;
	position: relative;
	color: #0c509a;
	font-size: 30px;
	padding: 0px 0 12px;
	    margin-bottom: 15px;
}
.about-wh-ul1 li .wh-ul1-text b::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #0C509A;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.about-wh-ul1 li .wh-ul1-text p{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.about-wh-ul1 li:hover .wh-ul1-text b::after{
	background: #FFFFFF;
	transition: 0.4s;
}
.about-wh-ul1 li:hover .wh-ul1-text b,.about-wh-ul1 li:hover .wh-ul1-text p{
	color: #FFFFFF;
	transition: 0.4s;
}
.about-wh-ul1 li:hover{
	background: #0C509A;
	transition: 0.4s;
}
.about-wh-ul1 li:hover .wh-ul1-img img{
	transform: scale(1.15);
	transition: 0.4s;
}

.nei-title-text{}
.nei-title-text h3{
	font-size: 30px;
	    font-weight: bolder;
	    color: #0c509a;
	    text-align: center;
	    position: relative;
	    padding: 26px 0;
}
.nei-title-text h3::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 75px;
    height: 4px;
    content: "";
    background: #0c509a;
    bottom: 0;
    margin: auto;
}
.about-wh-ul2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.about-wh-ul2 li{
	width: 25%;
	text-align: center;
}
.about-wh-ul2 li .wh-ul2-img{
	overflow: hidden;
	display: flex;
	height: 158px;
	align-items: center;
	justify-content: center;
}
.about-wh-ul2 li .wh-ul2-img img{
	max-height: 158px;
}
.about-wh-ul2 li p{
	font-size: 20px;
	color: #0c509a;
	line-height: 24px;
	margin: 18px 0;
}
.about-wh-ul2 li:hover .wh-ul2-img{
	transform: scale(1.15);
	transition: 0.4s;
}
.wh-box2{
	margin-top: 55px;
}
.wh-box2 .wh-div{
	height: 500px;
	display: flex;
	background-position: center right;
	background-size: cover;
	margin-bottom: 50px;
}
.wh-box2 .wh-div:nth-of-type(even){
	background-position: center left;
	justify-content: flex-end;
}
.wh-box2 .wh-div:nth-of-type(even) .wh-div-text{
	justify-content: right;
	width: 50%;
}
.wh-box2 .wh-div .wh-div-text{
	padding-left: 100px;
	box-sizing: border-box;
	padding-top: 100px;
	padding-right: 10px;
}
.wh-box2 .wh-div .wh-div-text h3{
	font-size: 30px;
	font-weight: bold;
	color: #0c509a;
	margin-bottom: 10px;
}
.wh-box2 .wh-div .wh-div-text p{
	font-size: 18px;
	color: #0c509a;
	line-height: 48px;
	position: relative;
	    padding-left: 20px;
}
.wh-box2 .wh-div .wh-div-text p::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #0C509A;
	left: 0;
	top: 21px;
}


/* join */
.join{}
.join .wrap2{
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
}
.hui-bac{
	background: #cad7ee;
}
.join-top{
	display: flex;
	flex-wrap: wrap;
	background: #f6f6f6;
	align-items: center;
}
.join-top-left{
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
.join-top-right{
	width: 50%;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
	height: 450px;
}
.join-top-left h3{
	font-size: 24px;
	color: #0268b3;
	margin-bottom: 25px;
}
.join-top-left p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 35px;
	position: relative;
	padding-left: 20px;
}
.join-top-left p::after{
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background: #0268b3;
	border-radius: 100%;
	top: 8px;
}


.join-box{background-position: bottom;background-size: cover;padding-top: 25px;padding-bottom: 15px;}
.join-box .join-text{background: #ffffff;    padding: 20px 0 40px;}
.join-box .join-text .join-search{display: flex;justify-content: center;}
.join-box .join-text .join-search p{margin-right: 20px;}
.join-box .join-text .join-search p select{border: 1px solid #eeeeee;border-radius: 5px;width: 200px;height: 50px;padding: 0 10px;box-sizing: border-box;color: #959595;}
.join-box .join-text .join-search p:last-of-type{margin-right: 0;}
.join-box .join-text .join-search p input{height: 50px;box-sizing: border-box;padding: 0 10px;width: 300px;vertical-align: middle;border: none;background: #eeeeee;border-radius: 5px 0 0 5px;}
.join-box .join-text .join-search p label{background:#0268b3 url(../images/sear_05.png) center no-repeat;cursor: pointer;vertical-align: middle;width: 150px;height: 50px;margin-left: -5px;display: inline-block;border-radius: 0 5px 5px 0;}

.join-list{margin-top: 20px;}
.join-list ul{}
.join-list ul li{border-bottom: 1px solid #d9d9d9;}
.join-list ul li>p{height: 70px;line-height: 70px;cursor: pointer;}
.join-list ul li>p span{float: left;width: 21.5%;text-align: center;box-sizing: border-box;font-size: 20px;color: #4a4a4a;}
.join-list ul li.first-li>p span{font-size: 24px;color: #201e1f;background: #f1f1f1;font-weight: bolder;}
.join-list ul li.first-li>p{background: #f1f1f1;}
.join-list ul li>p span:first-of-type{width: 25%;text-align: left;padding-left: 30px;}
.join-list ul li>p span.span5{width: 10%;transition: 0.4s;transform: rotateZ(180deg);}
.join-list ul li>p span.span5 img{width: 26px;}
.join-list ul li>p.active span.span5{transform:rotate(0);transition: 0.4s;}
.join-list ul li .join-top{display: none;background: #f1f1f1;padding: 35px;box-sizing: border-box;}
.join-list ul li .join-top h3{font-size: 20px;font-weight: bold;color: #676767;    margin-bottom: 10px;}
.join-list ul li .join-top p{font-size: 16px;color: #666666;line-height: 36px;}
.join-list ul li .join-top div{text-align: left;margin-top: 25px;}
.join-list ul li .join-top div a{color: #ffffff;background: #0268b3;font-size: 20px;border-radius: 100px;
    padding: 5px 60px;}

.join-fs{margin-top: 40px;box-sizing: border-box;padding: 0 30px;}
.join-fs p{font-size: 20px;line-height: 36px;color: #5c6e79;}
.join-fs p span{color: #f37319;}


/* news */
.news-box {}

.news-box .news-top {
	display: flex;
	flex-wrap: wrap;
}

.news-box .news-top .news-top-left {
	width: 65%;
}

.news-box .news-top .news-top-left img {}

.news-box .news-top .news-top-right {
	width: 35%;
	box-sizing: border-box;
	padding-top: 55px;
	background: #ecf1f9;
	padding-left: 35px;
}

.news-box .news-top .news-top-right h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4b4b4b;
	padding-right: 15px;
	margin-bottom: 10px;
}

.news-box .news-top .news-top-right h4 {
	font-size: 22px;
	color: #0055b0;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

.news-box .news-top .news-top-right .news-top-text {
	border-top: 1px solid #b5c5d6;
	margin-top: 25px;
	padding-top: 25px;
}

.news-box .news-top .news-top-right .news-top-text p {
	padding-right: 15px;
	font-size: 16px;
	color: #818c97;
	text-align: justify;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.news-box .news-top .news-top-right .news-top-text a {
	font-size: 16px;
	color: #fff;
	background: #e2901d url(../images/j-b_08.png) center no-repeat;
	padding: 15px 61px 15px 25px;
	background-position-x: 80%;
	margin-top: 40px;
	border-radius: 28px;
}

.news-search {
	display: flex;
	margin: 45px 0 35px;
}

.news-search .search-time {
	margin-right: 20px;
}

.news-search .search-time select {
	width: 250px;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 3px solid #c8d2e2;
	font-size: 18px;
	color: #757575;
}

.news-search .search-time select option {
	font-size: 15px;
}

.news-search .search-name {
	width: 350px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 3px solid #c8d2e2;
}

.news-search .search-name input {
	padding: 0 15px;
	height: 100%;
	vertical-align: middle;
	border: none;
	font-size: 18px;
	color: #757575;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

.news-search .search-name .lab-btn {
	width: 35px;
	height: 34px;
	background: url(../images/sear-btn_09.jpg) no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}


.newsbox-list {}

.newsbox-list .news-list-ul {
	display: flex;
	flex-wrap: wrap;
}

.newsbox-list .news-list-ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 45px;
	box-shadow: 0 0 15px #e7e7e7;
}

.newsbox-list .news-list-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.newsbox-list .news-list-ul li .news-img {
	overflow: hidden;
}

.newsbox-list .news-list-ul li .news-img img {
	width: 100%;
}

.newsbox-list .news-list-ul li a {
	display: block;
}

.newsbox-list .news-list-ul li .news-text {
	box-sizing: border-box;
	padding: 20px;
	padding-bottom: 45px;
}

.newsbox-list .news-list-ul li .news-text h3 {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 8px;
}

.newsbox-list .news-list-ul li .news-text p {
	font-size: 16px;
	color: #818c97;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.newsbox-list .news-list-ul li:hover .news-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.newsbox-list .news-list-ul li:hover .news-text h3 {
	color: #E3901D;
}

.more {
	text-align: center;
	margin-top: 50px;
}

.more a {
	background: url(../images/more_03.jpg) no-repeat;
	width: 65px;
	height: 30px;
	background-position: center;
	cursor: pointer;
}

/* news-detail */
.news-detail-left .info {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 16px;
}

.news-detail-left .info .fl span {
	padding-left: 28px;
	margin-right: 36px;
	line-height: 20px;
}

.news-detail-left .info .fl span.time {
	background: url(../images/news_icon_01.png) no-repeat left center;
}

.news-detail-left .info .fl span.source {
	background: url(../images/news_icon_02.png) no-repeat left center;
}

.news-detail-left .info .fl span.count {
	background: url(../images/news_icon_03.png) no-repeat left center;
}

.news-detail-left h3 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	color: #4c4c4c;
}

.news-detail-text {
	margin: 30px 0 65px;
	box-sizing: border-box;
	padding: 0 50px;
}

.news-detail-text p {
	font-size: 16px;
	color: #666666;
	line-height: 1.62;
	margin-bottom: 15px;
}
.news-detail-text span{
	    display: inline;
}

.yeye {
	margin-top: 64px;
}

.yeye p {
	overflow: hidden;
	margin: 8px 0;
}

.yeye p a {
	color: #888888;
}

.yeye p a:hover {
	color: #132e4f;
}

.yeye p a i {
	font-size: 16px;
	vertical-align: middle;
}

.yeye p a span {
	font-size: 16px;
	vertical-align: middle;
}

.news-detail-left {
	width: 100%;
	
}

.news-detail-right {
	float: right;
	width: 300px;
	float: right;
	box-shadow: 0 0 10px #ccc;
}

.news-detail-right h3 {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 15px 25px;
	font-weight: bold;
}

.news-detail-right dl {
	padding: 0 8px;
}

.news-detail-right dl dd {
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	overflow: hidden;
}

.news-detail-right dl dd a {
	padding: 15px;
	color: #666666;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.news-detail-right dl dd:last-of-type {
	border: none;
}

.news-detail-right dl dd a:hover {
	color: #132e4f;
}

.page-ul {
	text-align: center;
	margin-top: 35px;
}

.page-ul li {
	display: inline-block;
}

.page-ul li a {
	font-size: 16px;
	color: #666666;
	display: block;
	border: 1px solid #dedede;
	padding: 5px 10px;
	border-radius: 5px;
}

.page-ul li.active a,
.page-ul li:hover a {
	color: #ffffff;
	background: #132e4f;
	border: 1px solid #132e4f;
}

.detail-page {
	border-top: 1px solid #dedede;
	margin-top: 55px;
	padding: 20px 0;
}

.detail-page .prev {
	float: left;
	width: 45%;
}

.detail-page .prev a {
	background: url(../images/lj_03.png) left center no-repeat;
	padding-left: 15px;
	font-size: 16px;
}

.detail-page .prev a:hover {
	color: #0c519c;
}

.detail-page .next {
	float: right;
	width: 45%;
	text-align: right;
}

.detail-page .next a {
	background: url(../images/rj_05.png) right center no-repeat;
	padding-right: 15px;
	font-size: 16px;
}

.detail-page .next a:hover {
	color: #0c519c;
}

.detail-page .back {
float: left;
    width: 10%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.detail-page .back a {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/meu_03.jpg) left center no-repeat;
	padding-left: 25px;
}

.detail-page .back a:hover {
	color: #0c519c;
}


/* contact */
.contact{}
.contact-div{
	display: flex;
	flex-wrap: wrap;
	background: #E9F3FC;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 45px;
}
.contact-div .contact-div-left{
	width: 45%;
	margin-top: 50px;
}
.contact-div .contact-div-left h3{
	font-size: 24px;
	color: #0c509a;
	font-weight: bolder;
	    margin-bottom: 16px;
}
.contact-div .contact-div-left p{
	background-position:left center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #666666;
	padding-left: 30px;
	    margin-bottom: 15px;
}
.contact-div .contact-div-left p.tel{
	background-image: url(../images/call_05.png);
}
.contact-div .contact-div-left p.email{
	background-image: url(../images/email_08.png);
}
.contact-div .contact-div-left p.add{
	background-image: url(../images/add_10.png);
}
.contact-div .contact-div-right{
	width: 55%;
	height: 360px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	
}


/* product */
.product{}
.product-list{}
.product-ul{
	display: flex;
	flex-wrap: wrap;
}
.product-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.product-ul li:nth-of-type(3n){
	margin-right: 0;
}
.product-ul li a{
	display: block;
}
.product-ul li a .product-img{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	height: 300px;
	margin-bottom: 25px;
}
.product-ul li a .product-img img{
	max-height: 280px;
}
.product-ul li a h4{
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
.product-ul li a p{
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.product-ul li:hover .product-img{
	box-shadow: 0 0 15px #CCCCCC;
}
.product-ul li:hover h4{
	color: #0c509a;
}
.page{text-align: center;    margin: 50px auto;}
.page a{display: inline-block;padding: 5px 15px;border: 1px solid #cccccc;border-radius: 8px;cursor: pointer;margin: 0 5px;color: #666666;margin-top: 25px;}
.page a.active,.page a:hover{color: #ffffff;background: #002f68;border: 1px solid #0c509a;}

/* product-detail */
.product-detail-ban {
	background: #EEEEEE;
	padding: 60px 0;
}

.pro-detail-div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pro-detail-div .pro-detail-left {
	width: 50%;
	text-align: center;
}

.pro-detail-div .pro-detail-right {
	width: 50%;
	box-sizing: border-box;
	padding-right: 45px;
}

.pro-detail-div .pro-detail-right h3 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 36px;
}

.pro-detail-div .pro-detail-right p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.pro-detail-div .pro-detail-right a {
	background: #0c509a;
	color: #fff;
	font-size: 18px;
	background-position: 90% center;
	padding: 10px 35px 10px 35px;
	border-radius: 10px;
	margin-top: 35px;
}
.product-detail-box table .firstRow td{ 
border-top: 1px solid #E5E5E5;
border-color: windowtext;
 }
.product-detail{}
.product-detail-box{
	
}
.product-detail-box table{
	    width: 65%!important;
    	margin: 0 auto;
   	 margin-bottom: 50px;
}
.product-detail-box table th{
	width: 20%;
	background: #0c509a;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 100;
	padding: 15px 0;
}
.product-detail-box table td{
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 15px 5px;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-top: none;
	line-height: 2em;
}
.product-detail-box table td:first-of-type{
	border-left: 1px solid #E5E5E5;
	background-color: #0c509a;
	color: #fff;
}


.pro-detail-td{
	margin-top: 50px;
}

.pro-detail-td .pro-td-ul{
	display: flex;
	flex-wrap: wrap;
}
.pro-detail-td .pro-td-ul li{
	width: 33.3333%;
	box-sizing: border-box;
	display: flex;
	    align-items: center;
		box-sizing: border-box;
		    padding-right: 35px;
		    margin-bottom: 40px;
}
.pro-detail-td .pro-td-ul li img{
	width: 50px;
	margin-right: 30px;
}
.pro-detail-td .pro-td-ul li p{
	font-size: 16px;
	color: #333333;
}



/* case */
.case{
	background: url(../images/case-bac_04.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	    padding-bottom: 150px;
}

.case_t_list {
  position: relative;
  margin-top: 55px;
}

.case_t_controls>div {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 30px;
  width: 13%;
  height: 510px;
  background: #000;
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s
}

.case_t_prev {
  left: 0;
}

.case_t_next {
  right: 0;
}

.case_t_controls>div:hover {
  opacity: 0.6;
}

.case_t_list .swiper-container {
  height: 100%;
}

.case_t_list .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.case_t_list .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: inherit;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.case_t_list .swiper-slide .number {
  font-size: 120px;
  color: #FFF;
  position: absolute;
  right: 10px;
  bottom: -55px;
  opacity: 0.3;
  font-family: Impact, Helvetica;
}

.case_t_list_m .swiper-slide .number {
  font-size: 180px;
  bottom: -85px;
}

.case_t_list_l,
.case_t_list_r {
  width: 13%;
  padding-top: 30px;
  height: 510px;
}

.case_t_list_l {
  margin-right: 1.5%;
}

.case_t_list_m {
  width: 71%;
  margin-right: 1.5%;
  height: 570px;
}

.case_t_list_m .swiper-slide img {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.case_t_list_m .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.case_t_list_m .txt {
  position: absolute;
  bottom: 0;
  width: 94%;
  padding: 50px 3% 15px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  text-align: left;
  color: #FFF;
}

.case_t_list_m .txt h2 {
  width: 77%;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.5;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.case_t_list_m .txt .fl {
  width: 77%;
}

.case_t_list_m .txt p {
  font-size: 14px;
  line-height: 25px;
}

.case_t_list_m .txt .case_more {
  width: 59px;
  height: 59px;
  margin: 8px 20px 0 0;
  background: url(../images/case_more.png) no-repeat center;
}

.case_t_list_m .txt .case_more:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}


.case_t_list_l, .case_t_list_r{
	width: 14.5%;
}
.case_t_list_m{
	margin-right: 0;
}
.case_t_list_l {
    margin-right: 0;
}
.case_t_controls>div{
	width: 14.5%;
	height: 470px;
	top: 50px;
}
.case_t_list_l, .case_t_list_r{
	padding-top: 50px;
	    height: 470px;
}


/* case-detail */
.biaoqian-swiper{
	margin-top: 50px;
}
.biaoqian-swiper .swiper-slide{
	border-top: 1px solid #d2d2d2;
	opacity: 0.3;
	transition: 0.5s;
}
.biaoqian-swiper .swiper-slide.swiper-slide-active{
	opacity: 1;
	transition: 0.5s;
}
.biaoqian-swiper .swiper-slide h3 b{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding: 10px 20px;
	display: inline-block;
}
.biaoqian-swiper .swiper-slide h3 b::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #D2D2D2;
	content: "";
	bottom: 0;
}
.biaoqian-swiper .swiper-slide .c-slide-img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}
.case-detail-text{
	margin-top: 30px;
}
.case-detail-text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.case-detail .title-text h3{
	color: #0c509a;
}
.title-text h3::after{
	background: #0c509a;
}

.case-ys{
	margin-top: 55px;
}
.case-ys .case-detail-stext{
	text-align: center;
}
.case-ys .case-detail-stext h3{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.case-ys .case-detail-stext h1{
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
}
.ys-swiper{
	position: relative;
	margin-top: 25px;
	    margin-bottom: 50px;
}
.ys-swiper .swiper-slide{
	box-sizing: border-box;
	padding: 10px;
}
.ys-swiper .swiper-slide a{
	background: #626262;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 15px;
	display: block;
}
.ys-swiper .swiper-slide span{
	display: block;
	font-size: 30px;
	color: #ffffff;
}
.ys-swiper .swiper-slide i{
	display: block;
	position: relative;
	margin: 25px 0;
	padding: 5px 0;
}
.ys-swiper .swiper-slide i::after{
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	bottom: 0;
}
.ys-swiper .swiper-slide i::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	top: 0;
}
.ys-swiper .swiper-slide b{
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	height: 54px;
}
.ys-swiper .swiper-button-next,.ys-swiper .swiper-button-prev{
	    background-size: 15px;
}

.ys-swiper .swiper-button-next{
	right: -40px;
}
.ys-swiper .swiper-button-prev{
	left: -40px;
}
.ys-swiper .swiper-slide a:hover{
	box-shadow: 0 0 15px #b5dcf1;
	/* background: linear-gradient(rgba(0, 97, 197, 0), rgba(0, 97, 197, 1));
	    background: -webkit-linear-gradient(rgba(0, 97, 197, 0), rgba(0, 97, 197, 1)); */
	background: -webkit-linear-gradient(bottom,rgba(0, 97, 197, 1), rgba(0, 184, 252, 1));
	    background: -o-linear-gradient(bottom, rgba(0, 97, 197, 1), rgba(0, 184, 252, 1));
	    background: -moz-linear-gradient(bottom, rgba(0, 97, 197, 1), rgba(0, 184, 252, 1));
}

.n-banner img, .product-detail-ban img{
	max-width: 100%;
}

/* about-ry */
.about-ry{
	background: #eeeeee;
}
.ry-swiper{
	margin-top: 50px;
}
.ry-swiper .swiper-slide{
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
}
.ry-swiper .swiper-slide a{
	display: block;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 30px;
	background: #FFFFFF;
}
.ry-swiper .swiper-slide a b{
	font-size: 48px;
	color: #000000;
	font-weight: bolder;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
}
.ry-swiper .swiper-slide a .swiper-slide-n{
	overflow-y: overlay;
	height: 295px;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 10px;
}
.ry-swiper .swiper-slide a p{
	font-size: 14px;
	color: #666666;
	font-weight: bolder;
	margin-bottom: 15px;
	position: relative;
	padding-left: 16px;
}
.ry-swiper .swiper-slide a p::after{
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #cccccc;
}
.ry-swiper .swiper-slide a img{
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
}
.ry-swiper .swiper-slide a p{
	
}

.ry-swiper .swiper-slide-n::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}
.ry-swiper .swiper-slide-n::-webkit-scrollbar-thumb {
    background-color: #739ec5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}
.ry-swiper .swiper-pagination{
	width: 100%;
	height: 4px;
	left: 0;
	    bottom: 0;
		background: #cecece;
		border-radius: 15px;
}
.ry-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0c509a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
	border-radius: 15px;
}
.ry-swiper .swiper-container{
	padding-bottom: 50px;
	padding-top: 20px;
}
.ry-swiper .swiper-slide a:hover{
	box-shadow: 0 0 8px #6e6e6e;
	margin-top: -15px;
}


.about-team-list li a:hover .about-team-img img{
	transform: scale(1.15);
	transition: 0.4s;
}



body.on .quan{
	display: none;
}
/* .loading{
	z-index: 999999999999999;
} */



/* .quan {
    transform: scale(14);
    width: 1906px;
    height: 1300px;
    left: 50%;
    top: 50%;
    margin: -700px 0 0 -953px;
    position: absolute;
   /* background: url(/nuxt/resouces/img/logo2c.8155b3d.svg) no-repeat 50%; */
    /* background-size: 100% auto;
    z-index: 5; */
/* } */






.header-nav .header-navlist ul li:hover>a,.header-navlist ul li.active>a{
	color: #0c509b;
	font-weight: bolder;
	
}


.lang{
	float: right;
	margin-right: 40px;
}
.header-nav .header-search::after{
	left: -20px;
}
.header-nav .header-navlist {
    margin-right: 1%;
}


/* search */
.search-list{
	
}
.search-box{
	
}
.search-box p{
	text-align: center;
	height: 45px;
	width: 600px;
	margin: auto;
	border: 1px solid #CCCCCC;
	
}
.search-box p input{
		border: none;
		height: 100%;
		box-sizing: border-box;
		width: calc(100% - 55px);
		padding: 0 10px;
		vertical-align: middle;
	
}
.search-box p label{
	width: 50px;
	height: 100%;
	display: inline-block;
	background: url(../images/h-search_06.png) no-repeat;
	background-position: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	cursor: pointer;
}
.search-ul{
	margin-top: 60px;
}
.search-ul li{
	border-bottom: 1px solid #CCCCCC;
}
.search-ul li a{
	padding: 20px 5px;
	display: block;
}
.search-ul li a h3{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.search-ul li a p{
	font-size: 16px;
	color: #666666;
}
.search-ul li a:hover h3{
	color: #0c509b;
}
.search-ul li a:hover p{
	color: #333333;
}
#header{
	box-shadow: 0 0 8px #CCCCCC;
}
.search-input{
	position: absolute;
	right: 0;
	line-height: normal;
	height: 35px;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	    top: 106%;
		display: none;
	
}
.search-input input{
	height: 100%;
	    box-sizing: border-box;
	    width: calc(100% - 50px);
	    border: none;
	    vertical-align: middle;
	    display: inline-block;
		padding: 0 5px;
}
.search-input .search-lable{
	width: 45px;
	    height: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    line-height: 35px;
	    text-align: center;
	    border-left: 1px solid #ccc;
	    font-size: 14px;
		cursor: pointer;
}
.search-input .search-lable:hover{
	color: #0c509b;
}
.search-a{
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: url(../images/h-search_06.png) no-repeat;
	background-position: center;
	margin-top: 28px;
	    display: block;
		background-size: 19px 21px;
}

.header-nav .header-search{
	height: 100%;
}
.search-a.on{
	background-image: url(../images/close_03.jpg);
	background-size: 19px 21px;
}









/* search */



.about .wrap .about-right a{
	color: #34BAED;
	font-weight: bolder;
}
.about .wrap .about-right a:hover{
	color: #0c509b;
}
.news-swiper .swiper-button-white:hover{
	border: 1px solid #0c509b;
}
.news-swiper .swiper-button-white{
	box-sizing: border-box;
}

.news-swiper .swiper-slide a:hover img{
	transform: scale(1.1);
	transition: 0.4s;
}
.slide-img{
	overflow: hidden;
}
.news-swiper .swiper-slide a:hover h3{
	color: #0c509b;
}
.news-swiper .swiper-slide a i{
	background: none!important;
	padding-right: 0!important;
}
.news-swiper .swiper-slide a:hover i{
	color: #0c509b;
}
.news .more a{
	background: none;
	width: auto;
}
.news .more a:hover{
	color: #0C509B;
	font-weight: bolder;
}

.footer-top .footer-top-box .footer-logo .footer-link a{
	position: relative;
}

.footer-link a .mama{}
.footer-link a .mama{
	width: 120px;
	position: absolute;
	top: 100%;
	display: none;
	left: 0;
}
.footer-link a .mama img{
	width: 100%;
}
.footer-link a:hover .mama{
	display: block;
}
.footer-list dl dd a:hover{
	color: #000000;
}
/* .header-navlist ul li.active>a{
	color: #0C509B;
} */
.header-navlist ul li.active>a::after, .header-navlist ul li:hover>a::after{
	position: absolute;
	    content: "";
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 100%;
	    height: 3px;
	    bottom: 0;
	    background: #0C509a;
		transition: 0.4s;
}
.header-nav .header-navlist ul li a{
	position: relative;
}


.header-nav .header-navlist ul li{
	margin-right: 0;
	padding-right: 50px;
}
.join-list ul li>p:hover>span,.join-list ul li>p.active>span{
	color: #0C509B;
	font-weight: bolder;
}
.join-list ul li.first-li>p:hover>span{
	color: #201e1f;
}
.lang a:hover{
	color: #0C509B;
	font-weight: bolder;
}





.search-input input{
	width: calc(100% - 52px);
}
.case_t_list_m .swiper-button-white{}
.case_t_controls>div{
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
	background-size: 35px;
}


.tu-ul li:nth-of-type(2n){
	overflow: hidden;
}
.tu-ul li .ii{
	background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
		display: block;
		    width: 100%;
		    height: 100%;
			cursor: pointer;
			
}
.tu-ul li:hover .ii{
	transform: scale(1.1);
	transition: 0.4s;
}
.tu-ul li:hover .div-tu-text a{
	top: 46%;
	transition: 0.4s;
}
.news,.about{
	overflow: hidden;
}
.div-tu-text .a-div{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.div-tu-text a{
	display: block;
	height: 100%;
}
.div-tu-left .div-tu-text .a-div{
	top: 25%;
}
.div-tu-text {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.div-tu-left .div-tu-text {
    padding-top: 0;
}

.div-tu-left .div-tu-text a{
	top: 25%;
}
.div-tu-left:hover .div-tu-text a{
	top: 23%;
	transition: 0.4s;
}
.liaojie:hover span{
	font-weight: bolder;
}

.liaojie:hover{
	transform: scale(1.1);
	transition: 0.4s;
}

.index-banner video{
	object-fit: cover;
	width: 100%;
	height: 100%;
}



.quan{
	display: none;
}
.loading{
	z-index: 9999999999;
}





.meng{
	
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	background: #FFFFFF;
	height: 0;
	z-index: 99999999;
	overflow: hidden;
	    text-align: center;
}
.meng img{
	display: block;
	    margin: auto;
	    position: absolute;
	    /* top: 0; */
	    left: 0;
	    right: 0;
	    bottom: 0;
}
.meng2{
	
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	background: #FFFFFF;
	height: 0;
	z-index: 99999999;
}


.box{
	/* margin-top: 100vh; */
	z-index: 99999999;
}


#header{
	z-index: 999999999;
}




/* header-nav */
.header-nav .header-navlist ul li:hover .header-pro-nav{
	/* display: block; */
	
}
.header-pro-nav{
	position: absolute;
	    background: #FFFFFF;
	    left: 0;
	    right: 0;
	    width: 100%;
	    top: 81px;
		border-top: 1px solid #e5e5e5;
		display: none;
}
.div-list{
	position: absolute;
	left: 300px;
	box-sizing: border-box;
	padding-left: 35px;
	padding-top: 35px;
	top: 0;
	width: calc(100% - 300px);
	height: 100%;
	background: #FFFFFF;
}
.header-pro-navdl{
	position: relative;
	background: #f2f2f2;
	padding-bottom: 45px;
	    padding-top: 45px;
}
.header-pro-navdl dd{
	width: 300px;
	    background: #f2f2f2;
}
.header-pro-navdl dd a{
	display: block;
}
.header-pro-navdl dd.active>a{
	background: #FFFFFF;
	position: relative;
	border-left: 4px solid #0b509b;
}
.header-pro-navdl dd.active>a::after{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../images/jian-b_03.png) no-repeat;
	background-position: center;
	top: 21px;
	    right: 55px;
}
.header-pro-navdl dd>a{
	padding-right: 80px;
	box-sizing: border-box;
	text-align: right;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	line-height: normal;
	line-height: normal;
	    padding: 15px 80px 15px 0;
		cursor: pointer;
	
}
.header-pro-navdl dd>a:hover{
	color: #0B509B!important;
}
.div-list .pronav-div{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.div-list>div:nth-of-type(5n){
	margin-right: 0;
}
.div-list-more{
	width: 100%;
	line-height: normal;
	margin-bottom: 10px;
}
.div-list-more a{
	display: inline-block!important;
}
.pronav-div a{
	text-align: center;
}
.pronav-div a .pronav-img{
	border: 1px solid #E5E5E5;
	height: 190px;
	overflow: hidden;
	line-height: 185px;
	margin-bottom: 15px;
}
.pronav-div a .pronav-img img{
	max-width: 150px;
	max-height: 140px;
}
.pronav-div a p{
	font-size: 14px;
	color: #7b7a7b;
	line-height: normal;
}
.header-pro-navdl::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #f2f2f2;
	right: 100%;
	top: 0;
}
.pronav-div a:hover .pronav-img img{
	transform: scale(1.05);
	transition: 0.4s;
}
.pronav-div a:hover p,.div-list-more a:hover{
	color: #0B509B!important;
}
.div-list{
	display: none;
}
.header-pro-navdl dd.active .div-list{
	display: block;
}

.header-nav .header-navlist ul li:hover .ab-navtop{
	/* display: block; */
}
.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-left img{
	display: none;
}

.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-left img.img1{
	display: block;
}
.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-right p{
	display: none;
}
.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-right p:first-child{
	display: block;
}
.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-right p.none{
	display: none !important;
}
.header-navlist ul li:nth-child(3) .ab-navtop .ab-navtop-right p.block{
	display: block !important;
}
.ab-navtop{
	position: absolute;
	top: 81px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 55px;
	display: none;
}
.ab-navtop .ab-navtop-left{
	width: 25%;
	float: left;
}
.ab-navtop .ab-navtop-left img{
	max-width: 100%;
	width: 100%;
}
.ab-navtop .ab-navtop-center{
	width: 35%;
	float: left;
	box-sizing: border-box;
	padding: 25px 3%;
	border-right: 1px solid #E5E5E5;
	margin-top: 0px;
}
.ab-navtop .ab-navtop-center .ab-navtop-div{
	width: 46%;
	margin-right: 8%;
	float: left;
	line-height: normal;
}
.ab-navtop .ab-navtop-center .ab-navtop-div:nth-of-type(2n){
	margin-right: 0;
	
}
.ab-navtop .ab-navtop-center .ab-navtop-div a{
	font-size: 16px;
	color: #666666;
	padding-left: 18px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/j-h_09.jpg) left center no-repeat;
	display: block;
	padding: 10px 0 10px 18px;
}
.ab-navtop .ab-navtop-center .ab-navtop-div a:hover{
	background-image: url(../images/jj-h_03.jpg);
	color: #0a529d;
}
.ab-navtop .ab-navtop-right{
	width: 40%;
	float: left;
	line-height: normal;
	margin-top: 25px;
	box-sizing: border-box;
	padding: 0 3%;
}
.ab-navtop .ab-navtop-right p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.wrap4{
	width: 1300px;
	max-width: 90%;
	margin: auto;
}

.ry-swiper{
	position: relative;
	padding: 0 35px;
}


.ry-swiper .swiper-button-next {
   background-image: url(../images/jt_05.jpg);
    right: 0px;
}
.ry-swiper .swiper-button-prev {
    background-image: url(../images/jt_03.jpg);
    left: 0px;
}
.ry-swiper .swiper-button-whitee {
    width: 36px;
    height: 36px;
        /* background-size: 18px 36px; */
	box-sizing: border-box;
	background-size: 100%;
}
.ry-swiper .swiper-button-whitee:hover{
	border: 1px solid #0B509B;
}
.case_t_controls>div{
	opacity: 0.65;
}
.case_t_list_r .swiper-slide,.case_t_list_l .swiper-slide{
	opacity: 0.45;
}
.ry-swiper .swiper-slide a p img{
	display: none;
	width: 100%;
}
.ry-swiper .swiper-slide a p span{
	display: block;
}
.ry-swiper .swiper-slide a p:nth-of-type(1) img{
	display: block;
}
.ry-swiper .swiper-slide a p:hover span{
	color: #0B509B;
}
.ry-swiper .swiper-slide a p:hover::after{
	background: #0B509B;
}



.tu-ul li:nth-child(n+7){
	display: none;
}

.header-nav .header-navlist ul li:nth-child(n+6) .ab-navtop{
	display: none!important;
}


/* 11.16 */
.header-nav .header-nav-logo{
 overflow: hidden;
 width: 271px;
}
.header-nav .header-nav-logo a{
 transition: 0.4s;
 margin-left: 0;
}
/* .header-nav .header-nav-logo:hover a{
 margin-left: -80px;
 transition: 0.4s;
} */



.loading img,.meng img{
    width:450px;
}
.meng img{
	top: 0;
}

/* 11.17 */

.header-nav .header-nav-logo{
	position: relative;
	width: 120px;
}

.header-nav .header-nav-logo a{
	transition: 0.4s;
	margin-left: 0;
}
.header-nav .header-nav-logo a .h-img1{
	margin-right: 10px;
}
/* .header-nav .header-nav-logo:hover a{
	margin-left: -65px;
	transition: 0.4s;
	opacity: 0;
} */
.header-nav .header-nav-logo:hover a .h-img2{
	display: none;
	
}
/* .header-nav .header-nav-logo:hover .h-img{
	opacity: 1;
	transition: 3s linear 0.5s;
} */
.header-nav-logo .h-img{
	position: absolute;
	top: 22px;
	right: 0;
	opacity: 0;
}
.header-nav .header-navlist>ul>li>a,.lang a{
	font-size: 16px;
}
.header-nav{
	height: 65px;
	line-height: 65px;
}
.index-banner{
	top: 110px;
	height: calc(100vh - 66px);
}
.search-a{
	margin-top: 25px;
}
.header-nav .header-search::after{
	top: 25px;
}
.ab-navtop,.header-pro-nav{
	top: 66px;
}
.n-banner, .product-detail-ban{
	margin-top: 66px;
}

.title-text p{
	font-size: 16px;
}
.title-text h3{
	font-size: 30px;
}
.title-text h2{
	font-size: 50px;
}


/* 11.19 */
.div-tu-text h3{
	font-size: 20px;
}
.div-tu-text p{
	font-size: 12px;
}
.liaojie span{
	font-size: 12px;
}
.about .wrap .about-left h3,.about .wrap .about-left h4{
	font-size: 30px;
}
.about .wrap .about-right p{
	font-size: 14px;
}
.news-swiper .slide-text h3{
	font-size: 18px;
}
.news-swiper .slide-text p{
	font-size: 16px;
}

/* 11.22 */
.about .wrap .about-left h4{
	font-size: 15px;
}
.footer-top .footer-top-box .footer-logo>img{
	/* width: 170px; */
}
.news-swiper .slide-text h3{
	height: 52px;
	overflow: hidden;
}
.news-swiper .slide-text p{
	height: 78px;
	overflow: hidden;
}

.tu-ul li.li1 .div-tu-text h3::after{
	background: #34baed;
	width: 40px;
}
.title-text h3{
	color: #0b4d99;
	padding: 7px 0;
}
.about .wrap .about-left span{
	height: 1px;
	width: 40px;
}
.title-text h3::after{
	height: 1px;
	width: 40px;
	background: #34baed;
}
/* 1125 */
.header-nav .header-navlist ul li .header-pro-nav a{
	font-size: 14px;
}
.ab-navtop .ab-navtop-center .ab-navtop-div a{
	font-size: 16px;
}
.ab-navtop .ab-navtop-right p{
	font-size: 16px;
}
.meng{
	display: none;
}
.product-ul li a h4{
	font-size: 16px;
}
.pro-detail-td .pro-td-ul li img{
	width: 35px;
}
.header-pro-navdl dd>a{
	padding-left: 55px;
	text-align: left;
}
.header-pro-navdl dd.active>a{
	border-left: none;
}

.product-ul li a .product-img img{
	max-width: 75%;
	max-height: 75%;
}
.pro-detail-left img{
	max-width: 50%;
}



/* 1206 */
.biaoqian-swiper .swiper-slide h3 b{
	opacity: 0;
}
.biaoqian-swiper .swiper-slide.swiper-slide-active h3 b{
	opacity: 1;
}
.ys-swiper .swiper-slide a:hover{
	background: #0c539f;
}

.case-detail-text p{
	text-indent: 0;
}
.case-ys{
	display: none;
}
.case-detail-text p{
	width: 800px;
	margin: auto;
}
.biaoqian-swiper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.n-banner img{
	width: 100%;
}
.case-detail .title-text h3::after{
	bottom: -8px;
}
.biaoqian-swiper .swiper-slide{
	border: none;
}
.biaoqian-swiper{
	border-top: 1px solid #d2d2d2;
	padding-top: 15px;
	margin-top: 30px;
}
.biaoqian-swiper .swiper-slide h3 b{
	padding: 5px 20px;
	padding-left: 0;
}
.biaoqian-swiper .swiper-slide h3 b::after{
	display: none;
}
.title-text h3{
	padding: 15px 0;
	margin-bottom: 18px;
}
.ab-navtop .ab-navtop-center{
	padding: 0 3%;
	margin-top: 12px;
}
.biaoqian-swiper .swiper-slide .c-slide-img{
	margin-top: 12px;
}



/* 1209 */
.about-js-title h3 span{
	font-size: 20px;
	margin-left: 30px;
	vertical-align: middle;
text-transform: uppercase;
}
.about-js-title h3{
	position: relative;
	padding: 15px 0;
}
.about-js-title h3::after{
	width: 40px;
	height: 1px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #34baed;
}
.about-js-box .about-js-left p{
	line-height: 1.62;
	margin-bottom: 16px;
}
.title-text h3{
	font-size: 36px;
}
.about-wh-ul2 li p{
	box-sizing: border-box;
	padding: 0 15px;
}
.ry-swiper .swiper-slide a{
	/* background-color: #E9F3FC; */
}
.nei-title-text h3::after{
	height: 1px;
}
.about-wh-ul1 li .wh-ul1-text b::after{
	height: 1px;
}
.join-list ul li.first-li>p span{
	font-size: 18px;
}
.join-list ul li>p span{
	font-size: 16px;
}
.join-list ul li>p{
	height: 55px;
	line-height: 55px;
}
.join-list ul li .join-top h3{
	font-size: 16px;
}
.join-list ul li .join-top p{
	font-size: 14px;
}
.join-list ul li .join-top div a{
	font-size: 16px;
}

.about-wh-ul2 li h3{
	font-size: 26px;
	margin-bottom: 10px;
color: #0c509a;
}
.about-wh-ul2 li .wh-ul2-img{
	margin-bottom: 20px;
}
.about-wh-ul2 li p{
	margin: 0;
    color: #333;
}
.nei-title-text h3{
	font-size: 36px;
	padding: 18px 0;
}
.nei-title-text h3::after{
	width: 40px;
	background: #34baed;
}



.nei-nav .nei-nav-right a{
	font-size: 16px;
}
.nei-nav .nei-nav-right a:nth-of-type(1){
	background-size: 14px;
}
.nei-nav .nei-nav-left a{
	font-size: 16px;
}


.detail-page .next a, .detail-page .prev a{
display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.news-swiper .swiper-slide{
	border-bottom: 1px solid #34baed;
}
.tu-ul li.li1,.tu-ul li.li3,.div-tu-right{
	background: #0b4d99;
}
.tu-ul li.li1::after{
	border-left:17px solid  #0b4d99;
}
.tu-ul li.li3::after{
	border-top:17px solid #0b4d99;
}
.tu-ul li.li1 .div-tu-text h3,.tu-ul li.li1 .div-tu-text p{
	color: #FFFFFF;
}
.tu-ul li.li1 .div-tu-text h3::after{
	background: #FFFFFF;
}
.footer-list dl.last dd{
	font-size: 16px;
}
.tu-ul li.li3{
	
}
.tu-ul li.li5,.div-tu-right{
	background: #6ab1f5;
}



.index-banner video{
	object-fit: fill;
}
.index-banner{
/*	height: 100vh;*/
height: auto;
}
.kong{
	display: none;
}
.lingyu{
	padding-top: 40px;
}
.ry-swiper .swiper-pagination{
	height: 2px;
}

.index-banner video{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 999;
}
.index-banner .swiper-slide-video{
	background: none;
}
.about-js-img video{
	width: 100%;
	object-fit: cover;
}

.about-js-box .about-js-left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 45px;
}
.about-js-box .about-js-img{
	width: 50%;
	float: right;
	margin-left: 0;
	overflow: hidden;
}

.about-js-box{
	display: block;
}



.banner-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 20%;
	opacity: 0;
}
.swiper-slide.swiper-slide-active .banner-text{
	opacity: 1;
	left: 6%;
	transition: 1s;
}
.banner-text .banner-text-div{}
.banner-text .banner-text-div b{
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 2px #000000;
	display: block;
	margin-bottom: 2px;
}
.banner-text .banner-text-div p{
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0 2px #000000;
}

.slide-t1 .banner-text .banner-text-div{
	text-align: center;
}
.slide-t1 .banner-text{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding-left: 8%;
	box-sizing: border-box;
}
.slide-t4 .banner-text{
	top: 12%;
}
.swiper-slide.swiper-slide-active.slide-t1 .banner-text{
	opacity: 1;
	left: 0;
	transition: 1s;
	padding-left: 0;
}


/* 0416-g */

.biaoqian-swiper .swiper-slide h3{
	display: none;
}
.biaoqian-swiper{
	border: none;
	width: 50%;
	float: left;
}
.case-text-div{
	width: 50%;
	box-sizing: border-box;
	    padding: 25px 20px 25px 40px;
		margin-top: 80px;
		float: right;
}
.case-detail-text p{
	width: 100%;
}
.case-detail .title-text h3{
	text-align: left;
	padding-bottom: 2px;
	font-size: 30px;
}
.case-detail .title-text h3::after{
	margin-left: 0;
}
.header-nav .header-navlist ul li i{
		display: none;
	}

.menu {
	display: none;
	float: right;
	margin-top: 31px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #333333;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* case-list */
.case-list{
	background: url(../images/cl-bac_02.jpg) top no-repeat;
	background-size: cover;
}
.case-list-top{
	margin-top: 35px;
	box-shadow: 0 0 6px #cccccc;
}
.case-list-tab{
	display: flex;
	flex-wrap: wrap;
}
.case-list-tab li{
	width: 50%;
	text-align: center;
	background: #f2f2f2;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.case-list-tab li:nth-of-type(2n){
	border-right: none;
}
.case-list-tab li a{
	font-size: 18px;
	color: #333333;
	display: block;
	    padding: 11px 0;
}
.case-list-tab li:hover a{
	color: #0c509a;
}
.case-list-tab li a.active{
	background: #fafafa;
}
.case-list-top-text{
	background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
}
.case-list-top-text .case-list-left{
	width: 50%;
	box-sizing: border-box;
	padding: 0 35px 0 0;
	display: flex;
	align-items: center;
}
.case-list-top-text .case-list-left .case-list-text-t{}
.case-list-top-text .case-list-left .case-list-text-t p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.case-list-top-text .case-list-right{
	width: 50%;
	overflow: hidden;
}
.case-list-top-text .case-list-right img{
	width: 100%;
}
.case-list-tj{
	margin-top: 55px;
}
.case-title{
	    margin-bottom: 25px;
}
.case-title h4{
	font-size: 36px;
	color: #0c509a;
	font-weight: bold;
}
.case-tj-ul{
	display: flex;
	flex-wrap: wrap;
}
.case-tj-ul li{
	width: 31.33333333%;
	margin-right: 3%;
	margin-bottom: 20px;
	position: relative;
}
.case-tj-ul li:nth-of-type(3n){
	margin-right: 0;
}
.case-tj-ul li .case-tj-top{
	background: #0c509a;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	
}
.case-tj-ul li .case-tj-top h5{
	color: #ffffff;
	font-size: 18px;
	display: flex;
	    align-items: center;
		justify-content: center;
}
.case-tj-ul li .case-tj-top h5 i{
	width: 25px;
	height: 15px;
	background: url(../images/cl-jian_07.png) center no-repeat;
	margin: 0 0 0 7px;
}
.case-tj-center{
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
	background: #f5f5f5;
}
.case-tj-center p{
	font-size: 14px;
	color: #72787a;
}
.case-tj-text{
	box-sizing: border-box;
	padding: 15px 12px;
	background: #e7e8e8;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 47px;
	margin: auto;
	width: 100%;
	-webkit-animation: slide 0.35s cubic-bezier(0.54, 1.41, 0.61, 0.91);
	    animation: slide 0.35s cubic-bezier(0.54, 1.41, 0.61, 0.91);
}
.case-tj-ul li:hover .case-tj-text{
	display: block;
}
.case-tj-ul li:hover .case-tj-center{
	display: none;
}
.case-tj-text dd{
	background: #ffffff;
	margin-bottom: 5px;
	    padding: 10px 15px;
}
.case-tj-text dd:last-of-type{
	margin-bottom: 0;
	background: #0c509a;
}
.case-tj-text dd span{
	font-size: 14px;
	color: #999999;
}
.case-tj-text dd b{
	font-size: 16px;
	color: #3c3c3c;
	margin-left: 10px;
}
.case-tj-text dd a{
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
}
.case-tj-text dd:last-of-type:hover{
	opacity: 0.7;
}

@keyframes slide{
	0% {
	    -webkit-transform: rotateY(20deg) scaleY(0.6);
	    transform: rotateY(20deg) scaleY(0.6);
	}
	100% {
	    -webkit-transform: rotateY(0deg) scaleY(1);
	    transform: rotateY(0deg) scaleY(1);
	}
}

.case-list-box{
	margin-top: 55px;
}
.case-list-ul{}
.case-list-ul li{
	border-bottom: 1px dashed #bfbfbf;
}
.case-list-ul li a{
	display: flex;
	flex-wrap: wrap;
}
.case-list-ul li a .case-list-img{
	width: 300px;
	text-align: center;
	overflow: hidden;
}
.case-list-ul li a .case-list-img img{
	max-height: 269px;
	height: 100%;
}
.case-list-ul li a .case-list-right{
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding: 0 70px;
	margin-top: 25px;
}
.case-list-ul li a .case-list-right h4{
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.case-list-ul li a:hover .case-list-right h4{
	color: #0c509a;;
}
.case-list-ul li a .case-list-right p{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.case-list-ul li a .case-list-right span{
	font-size: 16px;
	color: #ffffff;
	padding: 3px 24px;
	background: #828080;
	margin: 20px 0;
	border-radius: 5px;
	transition: 0.4s;
}
.case-list-ul li a .case-list-right span:hover{
	background: #0c509a;
	transition: 0.4s;
}





.case-list-detail .news-detail-box{
	width: calc(100% - 385px);
}
.case-list-detail .news-detail-box{
	float: left;
}
.case-list-detail .news-detail-box .news-detail-title{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}
.case-list-detail .news-detail-box .news-detail-title h3{
	font-size: 26px;
	color: #4c4c4c;
	font-weight: bolder;
	text-align: left;
}
.case-list-detail .news-detail-box .news-detail-title .info{
	margin-top: 25px;
}
.case-list-detail .news-detail-box .news-detail-title .info span{
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
	padding-left: 30px;
}
.case-list-detail .news-detail-box .news-detail-title .info .time{
	background-image: url(../images/cl-i-icon_03.jpg);
}
.case-list-detail .news-detail-box .news-detail-title .info .source{
	background-image: url(../images/cl-i-icon_05.jpg);
}
.case-list-detail .news-detail-box .news-detail-title .info .count{
	background-image: url(../images/cl-i-icon_07.jpg);
}

.case-list-detail .news-detail-text{
	padding: 0;
}
.case-list-detail .news-detail-text p{
	font-size: 14px;
	color: #666666;
	line-height: 1.62;
	text-align: justify;
margin-bottom: 5px;
}
.case-list-detail .news-detail-text h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
    font-weight: bold;
}

.case-list-detail .detail-page .clear{
	position: relative;
}
.case-list-detail .detail-page .div-a{
	width: 42%;
}
.case-list-detail .detail-page .div-a a{
	font-size: 16px;
	color: #9fa19f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
.case-list-detail .detail-page .prev a{
	background: url(../images/d-l_17.jpg) left no-repeat;
	padding-left: 20px;
}
.case-list-detail .detail-page .next a{
	background: url(../images/d-r_19.jpg) right no-repeat;
	padding-right: 20px;
}
.case-list-detail .detail-page .prev a:hover{
	background-image: url(../images/l-h_03.png);
	color: #0c509a;
}
.case-list-detail .detail-page .next a:hover{
	background-image: url(../images/r-h_05.png);
	color: #0c509a;
}
.case-list-detail .detail-page .prev{
	float: left;
	
}
.case-list-detail .detail-page .next{
	float: right;
	text-align: right;
}
.case-list-detail .detail-page .back{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 10%;
	text-align: center;
}
.case-list-detail .detail-page .back a{
	color: #9fa19f;
	cursor: pointer;
}
.case-list-detail .detail-page .back a:hover{
	color: #0c509a;
}
.case-list-detail .detail-page{
	padding: 50px 0;
	border-top: 1px solid #e5e5e5;
}
.case-list-detail .news-detail-right{
	width: 285px;
	float: right;
	box-shadow: none;
	padding-top: 38px;
}
.case-list-detail .case-list-detail .news-detail-box{
	width: calc(100% - 385px);
}
.case-list-detail .news-detail-right dl{}
.case-list-detail .news-detail-right dl dt{
	font-size: 20px;
	color: #4c4c4c;
	font-weight: bolder;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.case-list-detail .news-detail-right dl dd{
	margin-bottom: 15px;
	border: none;
}
.case-list-detail .news-detail-right dl dd a{
	display: block;
	white-space: normal;
}
.case-list-detail .news-detail-right dl dd a .news-detail-img{
	overflow: hidden;
	margin-bottom: 10px;
}
.case-list-detail .news-detail-right dl dd a .news-detail-img img{
	width: 100%;
	max-height: 180px;
	transition: 0.4s;
}
.case-list-detail .news-detail-right dl dd a h3{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
	border: none;
	padding: 15px 0;
}
.case-list-detail .news-detail-right dl dd a:hover h3{
	color: #0c509a;
}
.case-list-detail .news-detail-right dl dd a:hover .news-detail-img img{
	transform: scale(1.1);
	transition: 0.4s;
}



.case-list-box,.case-list-tj,.case-list-top-text{
	display: none;
}
.case-list-box.active,.case-list-tj.active{
	display: block;
}
.case-list-top-text.active{
	display:flex;
}
.case-list-tab li{
	cursor: pointer;
}
.case-tj-text table{
	width: 100%;
}
.case-tj-text tbody{
	display: flex;
}
.case-tj-text tr{
	width: 50%;
	
}
.case-tj-text tr td,.case-tj-text tr th{
	width: 100%;
	display: block;
	text-align: left;
	background: #ffffff;
	    margin-bottom: 8px;
	    padding: 7px 5px;
	    box-sizing: border-box;
		
}
.case-tj-text tr th{
	    color: #999999;
		font-weight: normal;
		font-size: 16px;
}
.case-tj-text tr td{
	color: #333333;
	font-weight: bolder;
	font-size: 16px;
}
.case-tj-text>p{
	display: none;
}

.news-detail-box .page-back{
width: 56px;
    font-size: 14px;
    border-radius: 5px;
    background: #035ea5;
    padding: 8px 35px;
    margin: auto;
}
.news-detail-box .page-back a{
color: #fff;
}






.qyjs{
    padding-top: 30px;
}
.qyjs .flexP{
    display: block;
    align-items: center;
    justify-content: space-between;
	position: relative;
	width: 80%;
	margin: 0 auto 30px;
}

.qyjs .flexP p  a{
    color: #0b4d99;
    margin-left: 5px;
}
.qyjs .flexP>p{
	margin-bottom: 10px;
	line-height: 1.5em;
}
.qyjs .flexP-icon:first-child{
	left: -170px;
}
.qyjs .wrap{
	width: 88.77%;
}
.ry-img img{
	max-height: 240px;
}
.qyjs .flexP-icon:nth-child(2){
	right: -85px;
}
.qyjs .flexP-icon{
	display: none;
    color: #676767;
    font-size: 100px;
    opacity: 0.3;
	letter-spacing: -80px;
    position: absolute;
	right: -85px;
    top: -10px;
	margin-left: 10px;
}
.qyjs-video video{
    width: 100%;
}
.qyjs-video{
    width: 88.77%;
	margin: 0 auto;
}






.lingyu{
    width: 100%;
    
}

.lingyu-img{
    display: block;
}
.lingyu-img img{
    width: 100%;
    height: 100%;
}
.lingyu-con{
    display: flex;
    height: 800px;
}
.lingyu-left{
    width: 57%;
    position: relative;
}
.lingyu-img{
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
}
.lingyu-img.active{
    opacity: 1;
    transition: all .8s;
}
.lingyu-right{
	position: relative;
    width: 43%;
    padding: 125px 70px 20px;
    background-image: url(../images/pic_lingyux_bg_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lingyu-right a:last-child{
	position: absolute;
	bottom: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #fcfcfc;
	width: 150px;
	line-height: 40px;
}
.lingyu-text{
    display: block;
}
.lingyu-text h4{
	position: relative;
    font-size: 30px;
    line-height: 1em;
    margin:0 0 35px;
    color: #fff;
}
.lingyu-text.active h4::before{
	display: block;
	width: 0;
	content: '';
	position: absolute;
    left: -25px;
    top: 5px;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.lingyu-text p{
    height: 0;
    color:#fff ;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    transition: all .8s;
}
.lingyu-text.active p{
    height: 65px;
    transition: all .8s;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lingyu-text.active .text-bot-show{
    width: 130px;
    transition: all .8s;
    margin: 5px 0  24px;
}
.text-bot-show{
    display: block;
    width: 0;
    height: 1px;
    margin: 0;
    background-color: #fff;
    transition: all .8s;
}


.flex-ry{
    display: flex;
    flex-wrap: wrap;
}
.ry-wid3{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    
}
.ry-wid3 p{
    margin: 15px 0 30px;
}
.ry-img{
    padding: 20px;
    border: 1px solid #ccc;
}
.ry-wid3:hover img{
    transform: scale(1.05);
    transition: all .6s;
}
.ry-wid3:nth-of-type(3n){
    margin-right: 0;
}
.about-ry ._page_container ._pages li{
    min-width: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    padding: 0 3px;
    border: 1px solid #ccc;
}
.about-ry ._active_1{
    background-color: #0c509a !important;
}
.about-ry ._prev{
    border: 1px solid #ccc;
    border-radius: 8px !important;
}
.about-ry ._next{
    border: 1px solid #ccc;
    border-radius: 8px !important;
}
.about-ry ._page_container{
    margin: 55px 0 60px;
}


.casex{
	padding-top: 60px;
}
.casex-con{
    display: flex;
    margin-bottom: 55px;
    border-radius: 10px;
	transition: all 0.6s ease-out;
}
.casex-con:nth-of-type(2n) .casex-text{
    padding-right: 20px;
}
.casex-con a{
    text-decoration: none;
}
.casex-con:hover {
    transform: translateY(1px);
    box-shadow: 0 10px 10px 0 rgb(22 23 24 / 20%);
    transition: all 0.6s ease-out;
}
.casex-con:hover .wid2 img{
	transform: scale(1.05);
	transition: all .6s;
}
.casex-con .wid2{
    width: 50%;
    display: block;
	overflow: hidden;
}
.casex-con .wid2 img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
	transition: all .6s;

}
.casex-text{
    position: relative;
    padding: 40px 0 0 58px;
}
.casex-text h3{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #383838;
}

.casex-text p{
    font-size: 16px;
    line-height: 30px;
    color: #444;
}
.casex-text p:last-child{
    position: absolute;
    bottom: 25px;
    left: 60px;
    margin-top: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    padding: 0 65px;
    color: #fff;
    background-color: #0b4d99;
    border-radius: 8px;
    cursor: pointer;
}

.pro-select{
    padding: 20px 0 20px;
}
.pro-select-con{
    border: 1px solid #ccc;
    padding: 20px;
}
.pro-select-con ul {
    display: flex;
    flex-wrap: wrap;
}
.pro-select-con ul li a{
    display: block;
    padding: 0 26px;
    line-height: 30px;
    cursor: pointer;
}
.pro-select-con ul .sec.active{
    background-color: #0b4d99;
}
.pro-select-con ul .sec.active a{
    color: #fff;
}
.pro-select-con ul .sec:hover{
    background-color: #0b4d99;
}
.pro-select-con ul .sec:hover a{
    color: #fff;
}
.pro-select-con ul li:first-child{
    color: #0b4d99;
    border: none;
    font-weight: bold;
}
.pro-select-con ul li:first-child a{
    color: #0b4d99;
    border: none;
    padding:0 15px 0 20px;
}
.pro-select-con ul li:last-child{
    border: none;
}
.pro-select-con ul li{
    border-right: 1px solid #ccc;
    list-style: none;
    border-radius: 5px;
}
.ys-sc{
    margin-bottom: 20px;
}
.cz-sc{
    margin-bottom: 20px;
}

  
.product-ul li a p{
	
}



.product-ul li a .product-img{
	border:none;
	height: auto;
}
.product-ul li a .product-img img{
max-width: 100%;
}





.product-ul li a p{
	display:none;
}
.product-ul li a h4{
	display:none;
}














































@media (max-width:1500px) {
	.index-banner .swiper-container{
		height: 410px;
	}
}



@media (max-width:1440px) {
	.header-nav {
		padding: 0 50px;
	}
	.index-banner .swiper-container{
		height: 400px;
	}
}

@media (max-width:1366px) {
	.header-nav .header-navlist ul li {
		padding-right: 30px;
	}
	.case-tj-text tr td,.case-tj-text tr th{
		font-size: 14px;
	}
}

@media (max-width:1280px) {
	.index-banner .swiper-container{
		height: 360px;
	}
	/* html {
		width: 1280px;
		margin: auto;
	}

	.wrap {
		width: 1280px;
		margin: auto;
		max-width: 1280px;
	}

	.wrap2 {
		width: 1200px;
		margin: auto;
	}

	.wrap2 {
		width: 1200px;
		margin: auto;
	}

	.wrap3 {
		width: 1200px;
		max-width: 1200px;
		margin: auto;
	}

	.smal-nav .smal-wrap {
		max-width: 1200px;
		width: 1200px;
	} */

	
	
	.header-nav{
		width: 1200px;
		box-sizing: border-box;
	}
	.smal-nav {
		padding: 0 0%;
	}
	
	/* 0614 */
	.header-nav{
		width: auto;
		box-sizing: border-box;
	}
	.wrap2 {
		width: 1200px;
		max-width: 94%;
		margin: auto;
	}
}


 @media (max-width:1200px) {
	.banner-text .banner-text-div b{
		font-size: 36px;
	}
	.title-text h3,.about .wrap .about-left h3, .about .wrap .about-left h4,.nei-title-text h3,.about-js-title h3{
	    font-size: 28px;
	}
	.title-text h2 {
	    font-size: 34px;
	}
	.div-tu-left{
		height: 445px;
	}
	.footer-top .footer-top-box .footer-logo {
	    width: 215px;
	}
	.footer-bottom { 
	    padding: 15px 30px;
	}
	.news-swiper {
	    padding: 0 75px;
	}
	.nei-wrap{
		flex-wrap: wrap;
	}
	.nei-nav .nei-nav-right{
		display: none;
	}
	.product-ul li a .product-img{
		height: 255px;
		margin-bottom: 15px;
	}
	.product-ul li{
		margin-bottom: 15px;
	}
	.page{
		margin: 10px auto;
	}
	.pro-detail-div .pro-detail-right h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.pro-detail-div .pro-detail-left{
		width: 45%;
	}
	.pro-detail-div .pro-detail-right{
		width: 55%;
	}
	.pro-detail-div .pro-detail-right a{
		padding: 7px 25px 7px 25px;
		font-size: 14px;
		
	}
	.product-detail-box table th{
		padding: 10px 0;
		font-size: 16px;
	}
	.header-nav .header-navlist>ul>li>a, .lang a{
		font-size: 14px;
	}
	.header-pro-navdl dd>a{
		padding: 15px 60px 15px 0;
		padding-left: 30px;
	}
	.header-pro-navdl dd{
		width: 260px;
	}
	.header-pro-navdl dd.active>a::after{
		right: 35px;
	}
	.div-list{
		left: 260px;
		    width: calc(100% - 260px);
	}
	.pronav-div a .pronav-img{
		height: 160px;
		line-height: 160px;
	}
	.case_t_list_m .swiper-slide .number{
		bottom: 0;
		    font-size: 110px;
	}
	.case_t_list_m{
		height: 460px;
	}
	.case_t_list .swiper-slide a{
		display: block;
		height: 100%;
	}
	.case_t_controls>div,.case_t_list_l, .case_t_list_r{
		height: 360px;
	}
	.case-detail .title-text h3{
		font-size: 26px;
	}
	.about-js {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left b {
	    font-size: 36px;
	}
	.about-js-lc .gallery-top .swiper-slide{
		padding: 30px 0;
	}
	.gallery-top-box .swiper-button-next, .gallery-top-box .swiper-button-prev{
		width: 54px;
		height: 54px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide-thumb-active{
		font-size: 24px;
	}
	.about-js-lc .gallery-thumbs .swiper-slide{
		font-size: 20px;
	}
	.padd-50 {
	    padding: 30px 0;
	}
	.about-wh-ul1 li .wh-ul1-text b{
		font-size: 22px;
	}
	.about-wh-ul1 li .wh-ul1-text p{
		font-size: 16px;
	}
	.about-wh-ul1 li .wh-ul1-text{
		padding: 20px;
	}
	.about-wh-ul2 li h3{
		font-size: 22px;
	}
	.about-wh-ul2 li p{
		font-size: 17px;
	}
	.ry-swiper .swiper-slide a b{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.ry-swiper {
	    margin-top: 20px;
	}
	.title-text h3 {
	    padding: 12px 0;
	}
	.news-box .news-top .news-top-left {
	    width: 60%;
	}
	.news-box .news-top .news-top-right{
		width: 40%;
	}
	.news-box .news-top .news-top-right h3{
		font-size: 18px;
	}
	.news-box .news-top .news-top-right h4{
		font-size: 18px;
	}
	.news-box .news-top .news-top-right .news-top-text {
	    margin-top: 12px;
	    padding-top: 12px;
	}
	.news-box .news-top .news-top-right .news-top-text a{
		font-size: 14px;
		padding: 10px 45px 10px 25px;
	}
	.newsbox-list .news-list-ul li .news-text {
	    box-sizing: border-box;
	    padding: 15px;
	    padding-bottom: 25px;
	}
	.newsbox-list .news-list-ul li .news-text h3{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 4px;
	}
	.newsbox-list .news-list-ul li .news-text p{
		font-size: 15px;
		line-height: 26px;
		    height: 52px;
	}
	.news-search .search-name input{
		font-size: 16px;
	}
	.news-search .search-time select{
		font-size: 16px;
	}
	.news-search .search-time select{
		width: 200px;
	}
	.news-search .search-name{
		width: 260px;
	}
	.news-detail-left h3{
		font-size: 20px;
		    padding-bottom: 15px;
	}
	.contact-div .contact-div-left h3{
		font-size: 20px;
	}
	.header-nav .header-search::after {
	    top: 22px;
	}
	.search-a {
	    margin-top: 20px;
	}
	
	
	
}

@media (max-width:992px) {
	
	.index-banner .swiper-container{
		width: 100%;
		    height: 375px;
	}
	.header-nav {
	    padding: 0 3%;
	}
	.header-nav .header-navlist ul li {
	    padding-right: 15px;
	}
	.index-banner{
		top: 66px;
	}
	.lingyu {
	    padding-top: 0;
	}
	.about {
	    padding: 45px 0 0px;
	}
	.title-text h3, .about .wrap .about-left h3, .about .wrap .about-left h4, .nei-title-text h3, .about-js-title h3 {
	    font-size: 24px;
	}
	.about .wrap .about-left{
		width: 230px;
	}
	.news-swiper {
	    padding: 0 40px;
	}
	.news-swiper .swiper-button-prev{
		left: 0;
	}
	.news-swiper .swiper-button-next{
		right: 0;
	}
	.news-swiper .slide-text {
	    box-sizing: border-box;
	    padding: 20px 15px 8px;
	}
	.news-swiper .slide-text .d-div{
		margin-top: 25px;
	}
	.news {
	    padding: 50px 0 45px;
	}
	.footer-top .footer-top-box{
		flex-wrap: wrap;
	}
	.footer-top .footer-top-box .footer-logo{
		width: 100%;
		    margin-bottom: 20px;
	}
	.footer-top{
		padding: 40px 0;
	}
	.nei-nav {
	    background: #f7f7f7;
	    height: auto;
	    line-height: 50px;
	}
	.case-text-div{
		margin-top: 30px;
	}
	.biaoqian-swiper .swiper-slide .c-slide-img{
		height: auto;
	}
	.case-detail .title-text h3 {
	    font-size: 22px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left{
		width: 130px;
	}
	.about-js-lc .gallery-top .swiper-slide {
	    padding: 19px 0;
	}
	.about-hb-ul li a img{
		max-width: 80%;
	}
	.news-box .news-top .news-top-right {
	    width: 47%;
		    padding-top: 10px;
			padding-left: 25px;
	}
	.news-box .news-top .news-top-left {
	    width: 53%;
	}
	.news-box .news-top .news-top-right .news-top-text p{
		height: 60px;
	}
	.news-box .news-top .news-top-right .news-top-text a{
		margin-top: 20px;
		padding: 7px 40px 7px 20px;
	}
	
	.join-box .join-text .join-search p label{
		width: 65px;
	}
	.join-box .join-text .join-search p input{
		width: calc(100% - 65px);
	}
	.join-list ul li>p {
	    height: 45px;
	    line-height: 45px;
		overflow: hidden;
	}
	.join-list ul li.first-li>p span {
	    font-size: 16px;
	}
	.join-list ul li>p span:first-of-type{
		padding-left: 15px;
	}
	.join-list ul li>p .span2{
		width: 15%;
	}
	.join-list ul li>p span:first-of-type{
		width: 31%;
	}
	
	
	
	
}
.header-nav-logo .h-img{
	display: none;
}
.header-nav .header-nav-logo {
    position: relative;
    width: 140px;
    display: flex;
    align-items: center;
    height: 100%;
}
.header-nav .header-nav-logo a{
	display: flex;
	width: 100%;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
}
.header-nav .header-nav-logo a img{
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width:750px) {
	.footer-list dl{
		display: none;
	}
	.footer-list dl.last{
		display: block;
	}
	.footer-top .footer-top-box .footer-logo .footer-link a{
		width: 35px;
	}
	.footer-top .footer-top-box .footer-logo .footer-link {
	    margin-top: 20px;
	}
	.footer-list{
		width: 100%;
		justify-content: left;
	}
	.footer-top {
	    padding: 25px 0;
	}
	.footer-bottom {
	    padding: 15px 3%;
	}
	.header-nav {
	    height: 55px;
	    line-height: 55px;
	}
	.header-nav .header-navlist {
	    margin-right: 0;
	    position: absolute;
	    top: 100%;
	    background: #ffffff;
	    width: 100%;
	    left: 0;
		border-top: 1px solid #333333;
		    box-sizing: border-box;
		    padding: 0 3%;
			height: calc(100vh - 55px);
			    overflow-y: overlay;
				display: none;
	}
	.header-nav .header-navlist ul{
		flex-wrap: wrap;
	}
	.header-nav .header-navlist ul li{
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #dcdcdc;
		line-height: normal;
	}
	.header-nav .header-navlist ul li a {
	    padding: 13px 3px;
	}
	.header-pro-nav,.ab-navtop{
		position: unset;
		position: static;
		position: inherit;
		
		background: #f2f2f2;
	}
	.header-pro-navdl dd {
	    width: 100%;
	}
	.div-list{
		position: unset;
		position: static;
		position: inherit;
		display: none;
		width: 100%;
		left: 0;
	}
	.header-pro-navdl::after{
		display: none;
	}
	.header-pro-navdl dd.active .div-list{
		display: none;
	}
	.header-pro-navdl dd.active>a{
		background: none;
	}
	.header-pro-navdl {
	    position: relative;
	    background: #f2f2f2;
	    padding-bottom: 0px;
	    padding-top: 0px;
	}
	.header-nav .header-navlist ul li .header-pro-nav a {
	    padding: 10px 0;
	}
	.ab-navtop .ab-navtop-left,.ab-navtop .ab-navtop-right{
		display: none;
	}
	.ab-navtop .ab-navtop-center{
		width: 100%;
		    padding: 0 0%;
		    margin-top: 0;
	}
	.ab-navtop{
		padding: 0;
	}
	.header-pro-navdl dd a{
		color: #666666!important;
	}
	.header-nav .header-navlist ul li{
		position: relative;
	}
	.header-nav .header-navlist ul li i{
		display: block;
		width: 35px;
		height: 35px;
		background: url(../images/j-h_09.jpg) center no-repeat;
		position: absolute;
		right: 0;
		top: 5px;
		/* transform: rotateZ(90deg); */
		transition: 0.4s;
	}
	.header-nav .header-navlist ul li.on i{
		transform: rotateZ(90deg);
		transition: 0.4s;
	}
	.header-nav .header-navlist ul li a{
		display: block;
	}
	.menu{
		display: block;
		    margin-top: 20px;
			margin-left: 15px;
	}
	.header-pro-navdl dd.active>a::after{
		display: none;
	}
	.ab-navtop, .header-pro-nav {
	    top: 0;
	}
	.header-nav .header-navlist ul li:hover>a, .header-navlist ul li.active>a{
		color: #333333;
		    font-weight: normal;
	}
	.header-navlist ul li.active>a::after, .header-navlist ul li:hover>a::after{
		display: none;
	}
	.search-a {
	    margin-top: 16px;
	}
	.header-nav .header-search::after {
	    top: 19px;
	}
	
	.lang {
	    margin-right: 30px;
	}
	.header-nav .header-search{
		position: unset;
		position: static;
		position: inherit;
	}
	.search-input{
		width: 100%;
		top: 100%;
		box-sizing: border-box;
	}
	.search-input input{
		padding: 0 15px;
	}
	.n-banner, .product-detail-ban,.index-banner{
	    margin-top: 55px;
		top: 0;
	}
	.header-nav .header-search>a{
		position: relative;
	}
	.header-nav .header-search>a::after {
	    position: absolute;
	    content: "";
	    left: -50px;
	    top: 3px;
	    height: 20px;
	    background: #333333;
	    width: 1px;
	}
	.header-nav .header-search::after{
		display: none;
	}
	.header-nav .header-search>a::after {
	    left: -13px;
	}
	.ab-navtop .ab-navtop-center{
		border-right: none;
	}
	.ab-navtop .ab-navtop-center .ab-navtop-div a{
		background: none;
		padding: 9px 0 9px 5px;
	}
	.banner-text .banner-text-div b {
	    font-size: 18px;
	}
	.banner-text .banner-text-div p{
		font-size: 16px;
	}
	.slide-t4 .banner-text {
	    top: 32%;
	}
	.index-banner .swiper-pagination-bullet-active::after{
		width: 8px;
		height: 8px;
	}
	.index-banner .swiper-pagination-bullet{
		margin: 7px 0 !important;
	}
	.index-banner .swiper-pagination-bullet-active::after{
		width: 10px;
		height: 10px;
		left: -3px;
		top: -3px;
	}
	.index-banner .swiper-container{
		height: 260px;
	}
	.title-text h3, .about .wrap .about-left h3, .about .wrap .about-left h4, .nei-title-text h3, .about-js-title h3 {
	    font-size: 22px;
	}
	.title-text h2 {
	    font-size: 20px;
		margin-bottom: -35px;
	}
	.title-text h3 {
	    padding: 8px 0;
		    margin-bottom: 15px;
	}
	.box{
		margin-top: 315px!important;
		padding-top: 25px;
	}
	.tu-list {
	    margin-top: 20px;
		flex-wrap: wrap;
	}
	.div-tu-left{
		width: 100%;
		height: 220px;
	}
	.tu-ul{
		width: 100%;
	}
	.tu-ul li{
		width: 100%;
		height: 170px;
	}
	.tu-ul li::after{
		display: none;
	}
	.div-tu-text h3 {
	    font-size: 16px;
	}
	.div-tu-left .div-tu-text .a-div {
	    top: 50%;
	}
	.div-tu-right{
		width: 100%;
		    padding: 13px 0;
	}
	.liaojie img{
		width: 25px;
	}
	.about .wrap{
		flex-wrap: wrap;
	}
	.about .wrap .about-left{
		width: 100%;
	}
	.about .wrap .about-left h4{
		font-size: 14px;
	}
	.about .wrap .about-left span{
		margin-top: 5px;
	}
	.about .wrap .about-right{
		margin-top: 10px;
	}
	.about .wrap .about-right p{
		line-height: 26px;
	}
	.about .wrap .about-right a{
		font-size: 12px;
	}
	.about {
	    padding: 25px 0 0px;
	}
	.news {
	    padding: 25px 0 35px;
	}
	.news-swiper {
	    padding: 0 0px;
	}
	.news-swiper .slide-text {
	    box-sizing: border-box;
	    padding: 10px 10px 8px;
	}
	.news-swiper .slide-text h3{
		height: auto;
		font-size: 16px;
	}
	.news-swiper {
	    margin-top: 15px;
	}
	.news-swiper .slide-text .d-div {
	    margin-top: 16px;
	}
	.more {
	    text-align: center;
	    margin-top: 25px;
	}
	.footer-bottom .footer-b-box .footer-b-left p a{
		font-size: 12px;
	}
	.footer-bottom .footer-b-box .footer-b-right p a{
		font-size: 12px;
	}
	.footer-bottom .footer-b-box .footer-b-right{
		float: left;
	}
	.nei-nav{
		display: none;
	}
	.product-ul li {
	    width: 100%;
	    margin-right: 0;
	}
	.product-ul li a .product-img {
	    height: 215px;
	    margin-bottom: 12px;
	}
	.page a{
		font-size: 12px;
		border-radius: 1px;
		margin: 0 0px;
		    padding: 3px 6px;
	}
	.pro-detail-div .pro-detail-left {
	    width: 100%;
	}
	.pro-detail-div .pro-detail-right {
	    width: 100%;
	    padding-right: 0;
		margin-top: 15px;
	}
	.pro-detail-left img {
	    max-width: 85%;
	}
	.pro-detail-div .pro-detail-right h3{
		font-size: 16px;
	}
	.pro-detail-div .pro-detail-right p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.pro-detail-div .pro-detail-right a {
	    padding: 5px 15px 5px 15px;
	    font-size: 12px;
	    border-radius: 5px;
	}
	.product-detail-ban{
		padding: 25px 0;
	}
	.padd-50 {
	    padding: 25px 0;
	}
	.nei-title-text h3{
		padding: 10px 0;
	}
	.pro-detail-td {
	    margin-top: 20px;
	}
	.product-detail-box table th {
	    padding: 5px 0;
	    font-size: 14px;
	}
	.product-detail-box table td{
		font-size: 14px;
	}
	.product-detail-box table{
		margin-bottom: 20px;
	}
	.pro-detail-td .pro-td-ul li{
		width: 100%;
		padding-right: 0;
		    margin-bottom: 20px;
	}
	.pro-detail-td .pro-td-ul li img {
	    width: 23px;
		margin-right: 20px;
	}
	.pro-detail-td .pro-td-ul li p{
		font-size: 14px;
	}
	.ab-navtop .ab-navtop-center .ab-navtop-div a:hover{
		background: none;
	}
	.case-text-div{
		width: 100%;
		margin-top: 0;
		padding: 5px 10px 15px 10px;
	}
	.biaoqian-swiper{
		width: 100%;
	}
	.case-detail .title-text h3 {
	    font-size: 16px;
	}
	.case-detail-text {
	    margin-top: 16px;
	}
	.case-detail-text p{
		font-size: 14px;
		line-height: 26px;
	}
	.biaoqian-swiper{
		padding-top: 0px;
		    margin-top: 0;
	}
	.about-js-title h3 span{
		font-size: 14px;
	}
	.about-js-title h3 {
	    position: relative;
	    padding: 8px 0;
	}
	.about-js-title {
	    margin-bottom: 15px;
	}
	.about-js-box .about-js-left{
		width: 100%;
		padding-right: 0;
	}
	.about-js-box .about-js-left p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.about-js-box .about-js-img{
		width: 100%;
		margin-top: 10px;
	}
	.about-js {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.gallery-top-box{
		margin-top: 15px;
	}
	.gallery-top-box .gallery-top{
		width: 85%;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left {
	    width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
	.about-js-lc .gallery-top .swiper-slide>div{
		flex-wrap: wrap;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-right{
		margin-left: 0;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-left b {
	    font-size: 20px;
	}
	.about-js-lc .gallery-top .swiper-slide .slide-right p {
	    font-size: 14px;
	    line-height: 26px;
	}
	
	.about-js-lc .gallery-thumbs{
		display: none;
	}
	.gallery-top-box .swiper-button-next, .gallery-top-box .swiper-button-prev {
	    width: 25px;
	    height: 25px;
	}
	.gallery-top-box .swiper-button-next{
		right: 0;
	}
	.gallery-top-box .swiper-button-prev{
		left: 0;
	}
	.about-wh-ul1{
		margin: 0px auto 25px;
	}
	.about-wh-ul1 li{
		width: 100%;
		margin-right: 0;
		    margin-bottom: 10px;
	}
	.about-wh-ul1 li .wh-ul1-img{
		height: 185px;
	}
	.about-wh-ul1 li:hover .wh-ul1-img img {
	    transform: scale(1);
	    transition: 0.4s;
	}
	.about-wh-ul1 li .wh-ul1-text b {
	    font-size: 16px;
		padding: 0px 0 8px;
		margin-bottom: 6px;
	}
	.about-wh-ul1 li .wh-ul1-text p {
	    font-size: 14px;
		line-height: 26px;
	}
	.about-wh-ul1 li .wh-ul1-text {
	    padding: 10px;
	}
	.about-wh-ul2 li{
		width: 50%;
		margin-bottom: 20px;
	}
	.about-wh-ul2 li h3 {
	    font-size: 16px;
		margin-bottom: 6px;
	}
	.about-wh-ul2 li p {
	    font-size: 14px;
	}
	.about-wh-ul2 li .wh-ul2-img img {
	    max-height: 110px;
	}
	.about-wh-ul2 li .wh-ul2-img{
		height: 110px;
		    margin-bottom: 10px;
	}
	.about-wh-ul1{
		margin: 0;
	}
	.ry-swiper .swiper-slide a{
		padding: 15px;
	}
	.ry-swiper{
		padding: 0;
	}
	.ry-swiper .swiper-container {
	    padding-bottom: 25px;
	    padding-top: 0px;
	}
	.ry-swiper .swiper-slide a b{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.ry-swiper .swiper-button-whitee{
		display: none;
	}
	.ry-swiper .swiper-slide a p{
		margin-bottom: 8px;
	}
	.ry-swiper .swiper-slide{
		padding: 5px;
	}
	.about-hb-ul li{
		width: 33.33333%;
	}
	.about-hb-ul li a{
		height: 70px;
	}
	.about-hb-ul{
		margin-top: 17px;
		    margin-bottom: 20px;
	}
	.news-box .news-top .news-top-left {
	    width: 100%;
	}
	.news-box .news-top .news-top-right {
	    width: 100%;
	   padding: 10px;
	}
	.news-box .news-top .news-top-right h3 {
	    font-size: 16px;
		padding-right: 0;
	}
	.news-box .news-top .news-top-right h4 {
	    font-size: 14px;
	}
	.news-box .news-top .news-top-right .news-top-text p{
		font-size: 14px;
		line-height: 26px;
		padding-right: 0;
		    height: 52px;
	}
	.news-box .news-top .news-top-right .news-top-text {
	    margin-top: 7px;
	    padding-top: 7px;
	}
	.news-box .news-top .news-top-right .news-top-text a{
		font-size: 12px;
		margin-top: 15px;
		    padding: 6px 30px 6px 14px;
			    background-size: 6px;
	}
	.news-search .search-time select{
		border: 1px solid #c8d2e2;
		height: 35px;
		padding: 0 5px;
		width: 100%;
	}
	.news-search .search-name{
		height: 35px;
		    border: 1px solid #c8d2e2;
			width: 48%;
			display: flex;
			    align-items: center;
				overflow: hidden;
	}
	
	.news-search .search-time{
		width: 48%;
		margin-right: 2%;
		
	}
	.news-search .search-name input {
	    font-size: 12px;
		padding: 0 5px;
	}
	.news-search .search-time select {
	    font-size: 14px;
	}
	.news-search {
	    margin: 25px 0 25px;
	}
	.newsbox-list .news-list-ul li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 15px;
	    box-shadow: 0 0 15px #e7e7e7;
	}
	.newsbox-list .news-list-ul li .news-text {
	    box-sizing: border-box;
	    padding: 10px;
	    padding-bottom: 15px;
	}
	.newsbox-list .news-list-ul li .news-text p {
	    font-size: 14px;
	    line-height: 26px;
	    height: 52px;
	}
	.news-detail-left h3 {
	    font-size: 16px;
	    padding-bottom: 10px;
	}
	.news-detail-left .info .fl span {
	    padding-left: 20px;
	    margin-right: 15px;
	    line-height: 20px;
		background-size: 14px!important;
		font-size: 12px;
	}
	.news-detail-left .info{
		font-size: 12px;
		padding-bottom: 10px;
	}
	.news-detail-text {
	    margin: 15px 0 30px;
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.news-detail-text p{
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 26px;
	}
	.detail-page .next a,.detail-page .prev a{
		font-size: 14px;
	}
	.detail-page .next,.detail-page .prev{
		width: 100%;
		margin-bottom: 5px;
	}
	.detail-page .back{
		width: 100%;
		    top: 85%;
	}
	.detail-page{
		position: relative;
		    margin-top: 25px;
	}
	
	.join-box .join-text .join-search{
		flex-wrap: wrap;
	}
	.join-box .join-text .join-search p{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.join-box .join-text .join-search p select{
		width: 100%;
		height: 35px;
	}
	.join-box .join-text .join-search p input{
		height: 35px;
		    width: calc(100% - 45px);
	}
	.join-box .join-text .join-search p label{
		height: 35px;
	}
	.join-box .join-text .join-search p label {
	    width: 45px;
		background-size: 18px;
	}
	.join .wrap2{
		padding: 10px;
	}
	.join-box{
		padding-top: 0;
	}
	.join-box .join-text {
	    background: #ffffff;
	    padding: 5px 0 15px;
	}
	.join-list ul li.first-li>p span {
	    font-size: 12px;
	}
	.join-list ul li>p span:first-of-type {
	    padding-left: 6px;
	}
	.join-list ul li>p span {
	    font-size: 13px;
	}
	.join-list ul li>p{
		line-height: normal;
		display: flex;
		height: 40px;
		align-items: center;
	}
	.join-list ul li>p span.span5 img {
	    width: 16px;
	}
	.join-list ul li .join-top{
		padding: 10px;
	}
	.join-list ul li .join-top h3 {
	    font-size: 14px;
		    margin-bottom: 5px;
	}
	.join-list ul li .join-top p{
		line-height: 26px;
	}
	.join-list ul li .join-top div a {
	    font-size: 12px;
		padding: 5px 20px;
	}
	.contact-div{
		padding: 10px;
		margin-bottom: 10px;
	}
	.contact-div .contact-div-left h3 {
	    font-size: 16px;
		margin-bottom: 10px;
	}
	.contact-div .contact-div-left {
	    width: 100%;
	    margin-top: 10px;
	}
	.contact-div .contact-div-left p {
	    background-position: left center;
	    background-repeat: no-repeat;
	    font-size: 14px;
	    color: #666666;
	    padding-left: 30px;
	    margin-bottom: 10px;
	}
	.contact-div .contact-div-right{
		width: 100%;
		height: 255px;
		
	}
	.amap-info-content h4{
		font-size: 15px!important;
	}
	.amap-info-content p{
		font-size: 13px!important;
	}
	.header-nav .header-navlist ul li:nth-of-type(6) i,.header-nav .header-navlist ul li:nth-of-type(7) i{
		display: none;
	}
	.search-box p{
		width: 100%;
		height: 35px;
	}
	.search-ul {
	    margin-top: 20px;
	}
	.search-ul li a {
	    padding: 8px 5px;
	    display: block;
	}
	.search-ul li a h3{
		font-size: 16px;
	}
	.search-ul li a p {
	    font-size: 14px;
	    color: #666666;
	}
	.qyjs {
		padding-top: 20px;
	}
	.qyjs-video{
		width: 100%;
	}
	
	.lingyu{
		padding-top: 20px;
		overflow: hidden;
	}
	.lingyu-con{
		display: block;
	}
	.lingyu-left{
		width: 100%;
		height: 100vw;
	}
	.lingyu-text h4 {
		position: relative;
		font-size: 18px;
		line-height: 1em;
		margin: 0 0 10px;
		color: #fff;
	}
	.lingyu-text.active p{
		font-size: 14px;
	}
	.lingyu-text.active h4::before {
		display: block;
		width: 0;
		content: '';
		position: absolute;
		left: -10px;
		top: 4px;
		border-top: 6px solid transparent;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
	}
	.lingyu-right a:last-child {
		position: absolute;
		bottom: 10px;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		border: 1px solid #fcfcfc;
		width: 86px;
		line-height: 28px;
		font-size: 14px;
	}
	.lingyu-right{
		width: 100%;
		visibility: visible;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
    height: 390px;
	}
	.flexP-icon{
		display: none;
	}
	.qyjs .flexP{
		width: 100%;
	}
	.casex-con{
		display: block;
		margin-bottom: 30px;
	}
	.casex-con .wid2{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	
	.casex-text{
		padding: 10px;
		padding-bottom: 40px;
	}
	.casex-text h3{
		margin-bottom: 5px;
		font-size: 18px;
	}
	.casex-text p:last-child{
		bottom: 0;
		font-size: 14px;
		left: 10px;
		padding: 0 20px;
		line-height: 30px;
	}
	.casex{
		overflow: hidden;
	}
	.pro-select-con{
		padding: 10px  0;
	}
	.pro-select-con ul li:first-child a{
		padding:  0 10px;
	}
	.pro-select-con ul li a{
		padding:  0 10px;
		font-size: 14px;
	}
	.pro-select-con ul li{
		margin-bottom: 10px;
	}
	.cz-sc{
		margin-bottom: 8px;
	}
	.ys-sc{
		margin-bottom: 8px;
	}
	.product-ul li a .product-img{
		height: auto;
	}
	.ry-wid3{
		width: 100%;
	}
	.about-ry ._page_container {
		margin: 15px 0 20px;
	}
	.ry-wid3 p {
		margin: 10px 0 20px;
	}




	.case-list-top-text.active{
		    flex-wrap: wrap;
	}

	.case-list-top-text .case-list-left {
  	  	width: 100%;
   		 box-sizing: border-box;	
    		align-items: center;
   		 padding: 0;
	}
	.case-list-top-text .case-list-right {
   		 width: 100%;
   		overflow: hidden;
    		margin-top: 20px;
	}
.case-title h4 {
    font-size: 22px;
    text-align: center;
}
.case-list-ul li a .case-list-img {
    width: 100%;
}
.case-list-ul li a .case-list-right {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 10px;
}
.case-list-ul li {
    margin-bottom: 15px;
}
.case-list-detail .news-detail-box {
    width: 100%;
}
.case-list-detail .news-detail-right {
    width: 100%;
}
.case-list-ul li a .case-list-right p {
    line-height: 28px;
}
.case-list-ul li a .case-list-img img {
    max-height: 100%;
    height: 100%;
}
.case-list-ul li a .case-list-right h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.case-list-tab li{
	width: 100%;
}


}

@media (max-width:500px) {}
 