@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  /*解决chrome浏览器下字体不能小于12px*/
  -webkit-font-smoothing: antialiased;
}
body {
  background: white;
  overflow-x: hidden;
  font-size: 12px;
  color: #666;
  font-family: "微软雅黑";
  min-width: 1200px;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
html {
  zoom: 1;
}
html * {
  outline: 0;
  zoom: 1;
}
html button::-moz-focus-inner {
  border-color: transparent !important;
}
/*设置margin和padding为0*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
a,
img,
input,
select,
button,
textarea {
  border: 0;
  background: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
em,
i {
  font-style: normal;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="date"],
button,
select,
input[type="text"] {
  /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important;
}
a,
input[type="text"],
select,
input[type="password"],
textarea {
  /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
  tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Adobe 黑体 Std", "微软雅黑";
}
body {
  overflow-x: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  clear: both;
}
img {
  max-width: 100%;
}

.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.over2 {
  -webkit-line-clamp: 2;
}
.over3 {
  -webkit-line-clamp: 3;
}
.over4 {
  -webkit-line-clamp: 4;
}
.over5 {
  -webkit-line-clamp: 5;
}
.over6 {
  -webkit-line-clamp: 6;
}
.over7 {
  -webkit-line-clamp: 7;
}
.over9 {
  -webkit-line-clamp: 9;
}

@font-face {
    font-family: 'pingfang_bold';
    src: url('../css/PINGFANG\ BOLD.TTF');
}

@font-face {
    font-family: 'pingfang_medium';
    src: url('../css/PINGFANG\ MEDIUM.TTF');
}

@font-face {
    font-family: 'pingfang_regular';
    src: url('../css/PINGFANG\ REGULAR.TTF');
}

.warpper {
  min-width: 1200px;
  margin: 0 auto;

}
.banner>img{
    width: 100%;
    height: auto;
}

.disFlex{
    display: flex;;
}

.header{
    position: absolute;
    width: 88%;
    min-width: 1200px;
    height: 100px;
    margin-top: -47%;
    background-color: #FFFFFF;
    margin-left: 6%;
    z-index: 1000;
}


#header1{
    margin-top: -25%;
}
.warp>ul>li{
    min-width: 64px;
}
.warp>ul>li>a{
    font-size: 16px;
}

.zg{display: flex;margin-left: 29px;margin-right: 29px;margin-top: 42px;}
.zg>div{margin-left: 5px; width: 0;border-left: 1px solid ;height: 8px;opacity: 0.16;}
.zg>div:nth-child(1){margin-top: 4px;}
.zg>div:nth-child(2){height: 16px;}
.zg>div:nth-child(3){margin-top: 4px;}
.doux{
    width: 20px;
    height: 20px;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 1%;   
}
.doux>img{
    max-width: none;
    width: 20px;
    height: auto;
}
.doux1{
    width: 10px;
    height: 8px;
    margin-top: 37px;
    margin-left: 30px;
    margin-right: 20px;   
}
.doux1>img{
    max-width: none;
    width: 10px;
    height: 8px;
}

/* 集团群主 */
.eee:hover .dropdown-content{
	display: block;
}

.eee span{
	color: #666666;
	left: 7px;
	font-size: 16px;
	position: relative;
}
.eee img{
	top: 0.25rem;
	position: relative;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 110px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.eee {
	text-align: center;
	width: 9.291666vw;
	height: 100%;
	background: url(/static/dh/img/v.png) no-repeat right center;
	color: #fff;
	font-size: 0.833333vw;
}

.dropdown-content a{
	display: block;
	color: black;
	padding: 8px 10px;
	text-decoration: none;
}

.dropdown-content a:hover{
	background-color: #a1a1a1;
}

.tp{width: 36%;
    margin-left: 32%;
    position: absolute;
    margin-top: -30%;
    height: auto;
}
.tp1{
    width: 24;
    margin-left: 48%;
    position: absolute;
    margin-top: -16.4%;
    height: auto;
    opacity: 0.7;
}
.tp1>img{
    width: 24px;
    height: auto;
}
.logo>img{
    max-width: none;
    width: 210px;
    height: 38px;
    margin-top: 31px;
    margin-left: 15%;
    margin-right: -70px;
}

.header ul{
    margin-left: auto;
    margin-right: 50px;
    display: flex;
   /* width: 990px; */
    font-size: 16px;
    color: #666666;
}
.header ul li{
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.header ul a:hover{
    color: #0187D0;
}

.header ul .navactive{
    color: #0187D0;
}

.company{
    display: flex;
    width: 88%;
    margin-left: 6%;
    margin-top: 100px;
}
.company>div:nth-child(1){
    width: 42%;
    position: relative;
}
.company>div:nth-child(1)>img:nth-child(2){
    margin-left: -5.7%;
    margin-top: 1%;
    width: 100%
}
.tb{
    margin-left: 1%;
    width: 88%;
    margin-top: -2%;
}
.company>div:nth-child(2){
    width: 58%;
    height: auto;
}
.title1{
    width: 88%;
    height: auto;
    margin-left: 9.5%;
}
.title1>img{
    width: 60%;
}
.title1>div:nth-child(2){
    font-size: 24PX;
    margin-top: 1%;
    margin-bottom: 4%;
    font-weight: bold;
    color: #333333;
}
.title1>div:nth-child(3){
    font-size: 18px;
    font-weight: bold;
    color: #0187D0; 
}
.title1>div:nth-child(4){
    font-size: 16PX;
    margin-top: 1.7%;
    margin-bottom: 3%;
    color: #666666;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.more{
    margin-bottom: 6.8%;
    display: flex;
    cursor:pointer
}
.more>div:nth-child(1){
    line-height: 46px;
    text-align: center;
    width: 158px;
    height: 46px;
    background: #0087CF;
    color: white;
    font-size: 16px;
}
.more>div:nth-child(2){
    width: 46px;
    height: 46px;
    background: #00679E;
    color: white;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
}

.more1{
    display: flex;
    margin-left: 6%;
    cursor:pointer
}
.more1>div:nth-child(1){
    line-height: 46px;
    text-align: center;
    width: 158px;
    height: 46px;
    background: #85C227;
    color: white;
    font-size: 16px;
}
.more1>div:nth-child(2){
    width: 46px;
    height: 46px;
    background: #699E18;
    color: white;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
}

.company1>a{
    min-width: 1200px;
    margin-top: 5%;
    width: 100%;
    display: flex;
}
.company1>a>div{
    position: relative;
}
.company1>a>div>img{
    width: 100%;
    height: 660px;
}
.cover{
    position: absolute;
    z-index: 10;
    width:100%;
    margin-top: -664px;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
.cover>img:nth-child(1){
    width: 100%;
    height: 661px;
}
.qqq1{
    display: none;
    position: absolute;
    width: 100%;
    height: 510px;
    margin-top: 150px;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
.company1>a>div:hover .cover>img{
    display: none;
}
.company1>a>div:hover .cover>.qqq1{
    display: block;
}
.company1>a>div:hover .tubiao{
    margin-top: 120%;
}
.company1>a>div:hover .tubiao>div:last-child{
    display: none;
}

.tubiao{
    margin-top: -120%;
    z-index: 2;
    color: #FFFFFF;
    position: relative;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
.tubiao>div:nth-child(1){
    width: 15%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.tubiao>div:nth-child(1):nth-child(2){

}
.tubiao>div:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6%;
    margin-bottom: 2%;
    text-align: center;
}
.tubiao>div:nth-child(3){
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    text-align: center;
}
.tubiao>div:nth-child(4){
    width: 10%;
    margin-top: 40%;
    margin-left: auto;
    margin-right: auto;
}

.case{
    margin-top: 100px;
}
.case>div>img{
    width: 22%;
    height: auto;
    margin-left: 6%;
}
.case>div:nth-child(2){
    margin-top: 0.7%;
    margin-bottom: 2.1%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 6%;
}
.indexSwiper{
    margin-top: 2%;
}
.swiper-container {
    padding-bottom:40px;
    margin-top: -80px;
}
.swiper-container1{
    padding-bottom: 0px;
    margin-top: 0px;
}
.swiper-container-index{
    overflow:visible !important;
}
.swiper-container1{
    padding: 0px;
}
.swiper-container2{
    overflow:visible;
    margin-top: 0px;
}
.swiper-slide {
    width:20%;
    transition-timing-function:linear;
}
@media only screen and (max-width:1200px){
    .swiper-slide {
        width:30%;
    }
}
.swiper-slide img{
    width:100%;
}
.datu1>.datubage{
    padding-left: 10%;
    display: flex;
    width: 80%;
    height: 48px;
    margin-left: 5%;
    margin-top: -58px;
    font-size: 16px;
    font-weight: bold;
    background: #FFFFFF;
    color: #333333;
    line-height: 48px;
    text-align: left;
    z-index: 100;
    position: absolute;
}
.datu1>.datubage:hover{
    background: #0187D0;
    color: #fff;
}
.datubage>div:nth-child(2){
    margin-left: auto;
    width: 22px;
    height: auto;
    margin-top: 6px;
    margin-right: 10%;
}
.swiper-slide .title{
    background-color: white;
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-left: 5%;
    margin-top: 55%;
    position:absolute;
}	
.swiper-slide>.title>img{
    display: none;
}	
.swiper-button-next, .swiper-button-prev{
    width:86px;
    height:112px;
    background-size:86px 112px;
    margin-top:-56px;
    outline:none;}
.swiper-button-next{
    background-image:url(img/cursor-next.png);}
.swiper-button-prev{
    background-image:url(img/cursor-prev.png);}		
.swiper-pagination-bullet-active i{
    animation:middle 6s;
    }
.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
    animation:first 6s;
    }
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
    animation:last 6s;
    }				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}	

.bloak{
    width: 100%;
    height: 1px;
    background: #0087CF;
    opacity: 0.2;
}

/* 新闻 */
.Indexnews{
    margin-top: 40px;
    width: 100%;
    min-width: 1200px;
    background-color:#F8F8F8;
    padding-bottom: 100px;
}
.Indexnews>div{
    width: 88%;
    margin-left: 6%;
}
.newTop>div>img{
    margin-top: 3%;
    width: 31.2%;
    height: auto;
}
.newTop>div:nth-child(2){
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    margin-top: 0.7%;
    margin-bottom: 2.1%;
}
.newNav{
    display: flex;
    margin-left: auto;
    width: 18%;
    justify-content:space-between;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: -2%;
}
.newNav>li{
    cursor:pointer
}
.act{
    font-weight: bold;
    color: #0087CF;
}
.newActive{
    font-size: 16px;
    font-weight: bold;
    color: #0087CF;
}
.newsText{
    padding: 21px 40px 28px 40px;
}
.newsText>div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsText>div:nth-child(2){
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsData{
    display: flex;
}
.newsData>div:nth-child(1){
    display: flex;
}
.newsData>div:nth-child(1)>div:nth-child(1){
    word-wrap: break-word;
    font-size: 40px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 28px;
    text-align: center;
}
.dongtai{
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    margin-top: -72px;
    z-index: 1;
    background: #002C43;
    opacity: 0.7;
    min-width: 600px;
}
.dongtai>div:nth-child(1){
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.dongtai>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #93AEBC;
}
.newsData>div:nth-child(1)>div:nth-child(2){
    word-wrap: break-word;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
    text-align: center;
}
.newsData>a{
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    color: #0087CF;
    line-height: 28px;
    text-align: center;
    cursor:pointer;
}
.footer{
    background-image: url(../img/index/fot-bg.png);
    background-size: 100%;
}
.footer>div:nth-child(1){
    display: flex;
}

.jbxx{
    width: 32%;
}
.jbxx>div:nth-child(1)>img{
    width: 34%;
    height: auto;
    margin-left: 10%;
    margin-top: 10%;
}
.jbxx>div:nth-child(2){
    display: flex;
    margin-top: 8%;
    margin-left: 10%;
}
.jbxx>div:nth-child(2)>div:nth-child(1)>img{
    width: 35px;
    height: auto;
}
.jbxx>div:nth-child(2)>div:nth-child(2){
    margin-left: 8px;
}
.jbxx>div:nth-child(2)>div:nth-child(2)>div:nth-child(1){
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; 
    line-height: 24px;
    text-align: left;
}
.jbxx>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 15px;
    text-align: left;
}
.jiben{
    display: flex;
    margin-top: 26px;
    margin-left: 10%;
}
.jiben>div:nth-child(1)>img{
    width: 15px;
    height: auto;
    vertical-align: bottom;
}
.jiben>div:nth-child(2){
    margin-left: 10px;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #0087CF;
}
.jiben>div:nth-child(3){
    font-size: 16px;
    font-weight: 400;
    color: #B0AFAF;
    text-align: center;
    line-height: 20px;
}


.f_nav{
    width: 36%;
}


.f_qww{
    width: 32%;
}
.f_nav>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    margin-top: 9%;
}
.f_nav>div:nth-child(1)>div>a{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.f_nav>div:nth-child(2){
    width: 100%;
    height: 1px;
    background: #4D4D4D;
    margin-top: 29px;
    margin-bottom: 25px;
}
.f_nav>div:nth-child(3){
    display: flex;
    justify-content: space-between;
}
.f_nav>div:nth-child(3)>div>div>a{
    color: #A2A2A2;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.f_qww{
    margin-top: 4%;
}
.f_qww>div:nth-child(1)>a>img{
    width: 74px;
    height: auto;
    cursor:pointer;
    margin-left: 70%;
}
.f_qww>div:nth-child(2)>img{
    margin-left: 60%;
    height: auto;
    width: 108px;
    margin-top: 4%;
    display: none;
}

.erweima1{
    display: none;
    position: absolute;
    margin-top: -108px;
    margin-left: -18px;
}
.erweima2{
    display: none;
    position: absolute;
    margin-top: -110px;
    margin-left: -40px;
}

.erweima1>img:nth-child(1){
    position: absolute;
    width: 108px;
    height: auto;
}
.erweima1>img:nth-child(2){
    z-index: 2;
    width: 98px;
    height: auto;
    position: relative;
}
.erweima2 img{
	width: 100px;
	height: 100px;
}

.f_qww>div:nth-child(3){
    display: flex;
    margin-left: 62%;
    margin-top: 23%;
}
.f_qww>div:nth-child(3)>div>img{
    width: 30px;
    height: auto;
    cursor:pointer;
}
.f_qww>div:nth-child(3)>div:nth-child(2)>img{
    margin-left: 20px;
    margin-right: 20px;
}
.f_qww>div:nth-child(3)>div:hover .erweima1{
    display: block;
}
.f_qww>div:nth-child(3)>div:hover .erweima2{
    display: block;
}
.f_qww>div:nth-child(3)>div>img:hover{
	border: 1px solid #0087CF;
	border-radius: 100%;
}


.erwm .qq {
    display: flex;
    justify-content: space-between;
}

.erwm .qq .qwb {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
}

.erwm .qq .qwb .img_box {
	width: 2vw;
	height: 2vw;
	background-size: contain;
	position: relative;
	margin-left: 1vw;
	cursor: pointer;
}

.erwm .qq .qwb .img_box:hover{
	border: 1px solid #EEEEEE;
	border-radius: 100%;
}

.erwm .qq .qwb .ewm_box {
	width: 6vw;
	height: 6vw;
	padding: 0.4vw;
	box-sizing: border-box;
	background-color: #fff;
	display: none;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	transform: translateX(-50%);
}

.erwm .qq .qwb .ewm_box img {
	width: 100%;
	height: 100%;
}

/* 显示二维码 */
.erwm .qq .qwb .img_box:hover .ewm_box{
	display: block;
}
.ewm_box{
    width: 115px;
    height: 115px;
    padding: 0.4vw;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 1vw;
    transform: translateX(-50%);
}
.ewm_box img{
	width: 100%;
	height: 100%;
	top: -7vw;
}
.circle{
	width: 2vw;
    height: 2vw;
    border-radius: 100%;
    background-color: #0087CF;
    position: relative;
}
.circle img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:70%;
	height:70%;
	object-fit:contain;
}
.circle img:nth-of-type(2){
    display: none;
}
.circle:hover img:nth-of-type(2){
    display: block;
}
.qwb:hover .ewm_box{
	display: block;
}

.erwm{
    display: flex;
    justify-content: space-between;
    width: 8.333333vw;
    margin: 7vw 20vw auto; 
}

.zxmian{
    margin-top: 2%;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #323232;
    color: #4F4F4F;
    font-size: 14px;
}


/* about */
.conter{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.aboutDingImg{
    position: absolute;
    margin-top: -13%;
    z-index: 2;
    width: 22%;
    height: auto;
    margin-left: 40%;
}
.navAll{
    display: flex;
    font-size: 16px;
    color: #666666;
    margin-top: -3px;
}
.navAll>div:nth-child(1)>img{
    width: 62px;
}
.navAll>div:nth-child(2){
    display: flex;
    line-height: 62px;
    text-align: center;
}
.navAll>div:nth-child(2)>div:nth-child(1){
    margin-left: 28px;
}
.navAll>div:nth-child(3){
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    line-height: 62px;
    text-align: center;
}
.navAll>div:nth-child(3){
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    line-height: 62px;
    text-align: center;
}
.navAll>div:nth-child(3)>div>a{
    font-size: 16px;
    color: #666666;
    margin-left: 30px;
}
.navAll>div:nth-child(3)>div>.aboutActive{
    color: #0187D0;
    font-weight: bold;
}
.fenge{
    margin-left: 5px;
    margin-right: 5px;
}
.fenge1{
    width: 100%;
    height: 1px;
    background: #0187D0;
    opacity: 0.1;
    margin-top: -5px;
}
.qywhua{
    margin-top: 100px;
}
.qywhua>div:nth-child(1)>img{
    width: 100%;
    height: auto;
}
.qywhua>div:nth-child(2)>img{
    margin-top: -18px;
}
.qywhua>div:nth-child(3){
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #0187D0;
    margin-bottom: 29px;
}
.qywhua>div:nth-child(4){
    display: flex;
}
.qywhua>div:nth-child(4)>div:nth-child(1){
    font-size: #666666;
    word-break: break-all;
    width: 981px;
}
.qywhua>div:nth-child(4)>div:nth-child(1){
    font-size: #666666;
    word-break: break-all;
    width: 981px;
    font-size: 16px;
    line-height: 28px;
}
.qywhua>div:nth-child(4)>div:nth-child(1)>span{
    color: #85C227;
}
.qywhua>div:nth-child(4)>div:nth-child(2){
    display: flex;
    justify-content: end;
    align-items: flex-end;
}
.qywhua>div:nth-child(4)>div:nth-child(2)>img{
    width: 145px;
    height: 184px;
    margin-left: 76px;
}
.qywhua1{
    min-width: 1200px;
}
.qywhua1>img{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.qywhua3{
    position: absolute;
    z-index: 3;
    margin-top: -300px;
    min-width: 1200px;
}
.qywhua3>img{
    width: 661px;
    height: auto;
}
.qywhua3>div:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    margin-top: 10px;
    margin-bottom: 41px;
}
.qywhua2{
	display: block;
	overflow: hidden;
	height: 345px;
}
.qywhua2>img{
    width: 100%;
	height: 345px;
	transition: all 0.6s;
}
.qywhua3>img{
    width: 100%;
    height: auto;
	transition: all 0.6s;
}
.product_leftimg img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.qyw_imgs{
	overflow: hidden;
}
.qywhua2>img:hover {
	transform: scale(1.03);
}

.qywhua5>img{
    width: 100%;
    height: 192px;
}
.qywhua2>div:nth-child(2){
    width: 90%;
    margin-left: 5%;
    height: 48px;
    margin-top: -58px;
    font-size: 16px;
    font-weight: bold;
    background: #FFFFFF;
    color: #333333;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    position: absolute;
}
.qywhua2:hover div:nth-child(2){
    background-color: #0187D0;
    color: white;
}
.aboutSwiper{
    width: 100%;
    display: flex;
}
.aboutSwiper>a{
    position: relative;
}
.aboutSwiper>a:nth-child(2)>img{
    margin-top: 79px;
}
.aboutSwiper>a:nth-child(3)>img{
    margin-top: 39px;
}
.aboutSwiper>a>img{
    width: 380px;;
    height: 410px;
    max-width: none;
    margin-left: 30px;
}
.qyryuAll{
    width: 100%;
    background-color: #F7F7F7;
    padding-top: 450px;
    padding-bottom: 100px;
}
.qyryu{
    display: flex;
}
.qyryu>div:nth-child(1)>img{
    width: 696px;
    height: auto;
    margin-bottom: 8px;
}
.qyryu>div:nth-child(1)>img{
    width: 696px;
    height: auto;
}
.qyryu>div:nth-child(1)>div:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.qyryu>div:nth-child(2){
    display: flex;
    margin-left: auto;
}
.qyryu>div:nth-child(2)>div{
    width: 180px;
    height: 51px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 51px;
    text-align: center;
    margin-left: 20px;
    cursor:pointer;
}
.qyryu>div:nth-child(2)>.qyryuActive{
    background: #0087CF;
    color: #FFFFFF;
}
.qyryuShow{
    margin-top: 30px;
}
.qyryuShow>div{
    display: inline-block;
}

.qyryuShow>div>a>div{
    display: inline-block;
    width: 270px;
    height: 210px;
    margin-top: 20px;
    margin-right: 20px;
}
.qyryuShow>div>a>div>img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border: solid 10px white;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.qyryuShow>div>a>div>div:nth-child(2){
    width: calc(100% + 20px);
    height: 41px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 41px;
    text-align: center;
    background: white;
    border-top: 1px solid #6b676700;
}
.aboutxia{
    background-image: url(../img/about/7.png);
    background-size: 100%;
    padding-bottom: 195px;
}
.fazhan>img{
    margin-top:100px;
    margin-bottom: 10px;
}
.fazhanText{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.zhixian{
    height: 10px;
    background: radial-gradient(#000000, #000000 1px, transparent 1px, transparent);
    background-size: 10px 100%;
    margin-top: 253px;
}
.fenjieAll{
    display: flex;
    position: absolute;
    min-width: 1200px;
    margin-top: 60px;
    max-width: 100%;
    max-width: 1920px;
}
.swiper-wrapper2{
    overflow: hidden;
}

.swiper-slide2{
    width: 380px !important;
    margin-right: 30px !important; 
}
.swiper-slide2>img{
    width: 380px !important;
    height: auto !important;
}
.fenjieAll>div{
    margin-left: 20px;
}
.fengedong{
    margin-top: 30px;
    cursor: pointer;
}
.fengedong>img{
    width: 27px;
    height: 27px;
    background-color: white;
}
.fenjie{
    width: 240px;
    margin-top: -55px;
}
.fenjie>div:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 29px;
    margin-bottom: 16px;
    text-align: center;
}
/* .fenjie>.container2>.tab2>img{
    display: none;
    width: 240px;
    height: auto;
    border-radius: 2px;
    max-width: none;
} */
.fenjie>.container2>.tab2>div{
    display: none;
    text-align: center;
    width: 240px;
}
.fenjie>.container2>.tab2>div{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    max-width: 240px;
    text-align: center;
}
.fenjie>.container2>.tab2:nth-child(1)>div{
    display: block;
    text-align: center;
    width: 240px;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}
.fenjie>.nav2>div{
    min-height: 19px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.fenjie>.nav2{
    display: none;
}
.swiper-slide-active>.fenjie>.nav2{
    display: block;
}

.fenjie>.yuan{
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.swiper-slide-active>.fenjie{
    display: block;
}



.swiper-slide-active>.fenjie>.container2>.tab2>img{
    display: inline;
}
/* .swiper-slide-active>.fenjie>.container2>.tab2{
    height: 220px;
} */
.swiper-slide-active>.fenjie>.container2>.tab2>div{
    display: block;
    text-align: center;
}
/* .swiper-slide-active>.fenjie>.container2>.tab2>img{
    width: 240px;
    height: 220px;
    border-radius: 2px;
}   */
.swiper-slide-active>.fenjie>.container2>.tab2>div{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    width: 240px;
    text-align: center;
    min-height: 38px;
    max-height: 38px;
}
.swiper-slide-active>.fenjien>.nav2{
    display: block;
}
.tab2{
    display: none;
}
.tab2:nth-child(1){
    display: block;
}
.flexaut{
    display: flex;
    align-items:center;
    justify-content:center;
}
.swiper-slide-active>.fenjie>div:nth-child(2){
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background-color: #0087CF;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height:101px;
    text-align: center;
    margin-left: 68px;
    margin-top: 20px;
}
.swiper-slide-active>.fenjie>.yuan{
    width: 12px;
    height: 12px;
    background-color: #85C227;
    border-radius: 50%;
    margin-left: 113px;
    margin-top: 15px;
    margin-bottom: 18px;
    border: none;
}

.swiper-slide-active>.fenjie>.nav2>div{
    cursor: pointer;
    display: flex;
}
.swiper-slide-active>.fenjie>.nav2>div>div{
    width: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    opacity: 0.5;
}
.swiper-slide-active>.fenjie>.nav2>div>.fenjiezhanActive{
    background: #0087CF;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.fenjie1{
    margin-top: -75px;
}
.fenjie2{
    margin-top: -55px;
}
.fenge3{
    margin-top: -74px;
}
.newShow1{
    margin-top: 100px;
    cursor: pointer;
}
.newShow1>a>div{
    display: flex;
    margin-bottom: 40px;
}
.newImg{
    margin-left: 80px;
    margin-right: 80px; 
}
.newImg>img{
    max-width: none;
    width: 266px;
    height: 184px;
}
.newText>div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
    word-break: break-all;  
}
.newText>div:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 65px;
}
.newText>div:nth-child(3){
    height: 2px;
    background: #F1F1F1;
    margin-top: 61px;
}
.grid>li{
    width: 30% !important;
    height: auto;
}
.newData>div:nth-child(1){
    font-size: 70px;
    font-weight: bold;
    color: #CCCCCC;
}
.newData>div:nth-child(2){
    margin-top: -12px;
    font-size: 16px;;
    font-weight: 400;
    color: #CCCCCC;
}
.newData>div:nth-child(3){
    height: 2px;
    width: 30px;
    background: #F2F2F2;
    margin-top: 20px;
    margin-bottom: 25px;
}
.newData>div:nth-child(4){
    width: 154px;
    height: 40px;
    background: #F2F2F2;
    padding-top: 16px;
}
.newShow1>a>div:hover .newData>div:nth-child(1){
    color: #0087CF;
}
.newShow1>a>div:hover .newData>div:nth-child(2){
    color: #0087CF;
}
.newShow1>a>div:hover .newData>div:nth-child(3){
    background-color: #0087CF;
}
.newShow1>a>div:hover .newData>div:nth-child(4){
    background-color: #0087CF;
}
.newShow1>a>div:hover .newText>div:nth-child(3){
    background-color: #0087CF;
}
.newShow1>a>div:hover .newxz{
    background-image: url(../img/news/yz.png); 
}
.newxz{
    background-image: url(../img/news/nz.png);
    background-size: 100%;
    width: 25px;
    height: 7px;
    margin-left: 64px;
}
.ygfcai{
    margin-top: 100px;
}

.ygfcai>ul>li>a>div{
    width: 90%;
    height: 52px;
    margin-left: 5%;
    margin-bottom: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 52px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 109, 184, 0.09);
    margin-top: -26px;
    position: relative;
    z-index: 1;
}

.feiye{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.feiye span{
    display: inline-block;
    line-height: 42px;
    width: 75px;
    border: 1px solid #dedede;
    text-align: center;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #999999;
}

.feiye .spactive{
    border: 1px solid #2396f5;
    color: #fff;
    background-color: #2396f5;
}

.feiye span img{
    width: 10px;
    height: 20px;
}

.yuwu{
    margin-top: 100px;
}
.yuwu>div:nth-child(1){
    font-size: 50px;
    font-weight: 400;
    color: #0187D0;
    line-height: 50px;
}
.yuwu>div:nth-child(2){
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}
.yuwu>div:nth-child(3){
    width: 93px;
    height: 1px;
    background: #000000;
    opacity: 0.1; 

    margin-bottom: 15px;

}
.yuwu>div:nth-child(4){
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.yuwu>div:nth-child(4)>span{
    color: #85C226;
}
.yuwu>div:nth-child(5){
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
}
.yuwu>div:nth-child(6){
    width: 334px;
    height: 1px;
    background: #000000;
    opacity: 0.1;
    margin-top: 16px;
    margin-bottom: 33px;
}
.yuwu>div:nth-child(7){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.yuwulcheng{
    margin-top: 30px;
}
.yuwulcheng>div>div:nth-child(1){
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.yuwulcheng>div>div:nth-child(2){
    color: #666666;
    font-size: 16px;
    word-break: break-all;
}
.ywali{
    width: 100%;
    background-color:#F8F8F8 ;
    margin-top: 50px;
    padding: 50px 0;
}
.ywali1{
    display: flex;
}
.ywali1>div:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
}
.ywali1>div:nth-child(2){
    display: flex;
    margin-left: auto;
}
.ywali1>div:nth-child(2)>div{
    background-image: url("../img/business/b_2.png");
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: 35px;
}
.ywali1>div:nth-child(2)>.current{
    background-image: url("../img/business/b_1.png");
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 30px;
}
.ywali2>a{
    width: 282px;
    height: 192px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}
.ywali2>a>div>div:nth-child(2){
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 48px;
    background: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: -60px;
}
.ywali2>a>div>img:nth-child(1){
    width: 100%;
    height: 192px;
}
.ywali2>a:hover div>div:nth-child(2){
    background: #0187D0;
    color: white;
}
.product{
    margin-top: 100px;
}
.product>div{
    display: flex;
}

.product>div>div:nth-child(1)>img{
    max-width: none;
    width: 600px;
    height: 408px;
}

.product-swiper-container{
    width: 680px;
}
.product1>div:nth-child(1){
    margin-top: -11px;
}
.product1>div:nth-child(2){
    margin-top: 20px;
    margin-bottom: 40px;
}

.protxt{
    width: 480px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    min-height: 196px;
}
.job{
    margin-top: 100px;
}
.jobTou{
    display: flex;
    background-color: #0187D0;
    height: 60px;
    align-items: center;
}
.jobTou{
    display: flex;
}
.jobTou>div{
    margin-left: 135px;
}
.jobTou>div>img{
    width: 27px;
    height: 27px;
}
.jobTou>.jobge{
    width: 2px;
    height: 20px;
    background: #40A6DE;
}
.jobfeiye{
    margin-top: 40px;
}
.jobYiban>div:nth-child(1){
    display: flex;
    border: 1px solid #E8E9EF;
    cursor: pointer;
}
.jobYiban>div:nth-child(1)>div{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 300px;
}
.jobYiban>.jobzhankai{
    background: #F8F8F8;
    border: 1px solid #E8E9EF;
    margin-top: 10px;
}
.jobYiban>.jobzhankai>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #0187D0;
}
.jobKai{
    display: none;
}
.zhankai1>div:nth-child(1){
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 60px;
}
.zhankai1>div:nth-child(2){
    align-self:flex-end;
    margin-left: auto;
}
.zhankai1>div:nth-child(2)>div:nth-child(1){
    background: #F0F0F0;
    border-radius: 3px;
    padding: 20px;
    margin-left: -43px;
    width: 185px;
}
.zhankai1>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.zhankai1>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    color: #88C32A;
    text-align: center;
}
.zhankai1>div:nth-child(2)>div:nth-child(2){
    width: 223px;
    height: auto;
}
.zhankai1{
    background: #F8F8F8;
    border: 1px solid #E8E9EF;
    padding: 40px 40px 0 50px;
    display: block;
    display: flex;
}
.jobYiban>div:nth-child(1)>div:last-child{
    display: flex;
}
.jobYiban>div:nth-child(1)>div:last-child>div:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 300px;
}
.jobYiban>div:nth-child(1)>div:last-child>.ntbzkai{
    background-image: url("../img/job/3_1.png");
    width: 10px;
    height: 17px;
    margin-top: 24px;
    margin-left: -40px;
    cursor: pointer;
}
.jobzhankai>div:last-child>.tbzkai{
    background-image: url("../img/job/3_2.png");
    width: 17px;
    height: 10px;
    margin-top: 25px;
    margin-left: -44px;
    cursor: pointer;
}
.lxxinxi{
    display: flex;
    margin-top: 100px;
}
.lxxinxi>div{
    width: 124px;
    margin-left: 274px;
}
.lxxinxi>div:nth-child(1){
    margin-left: 130px;
}
.lxxinxi>div>div:nth-child(1){
    width: 100%;
}
.lxxinxi>div>div:nth-child(2){
    width: 300px;
    margin-left: -88px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 13px;
    text-align: center;
}

.lxxinxi>div>div:nth-child(3){
    font-size: 16px;
    width: 400px;
    margin-left: -138px;
    font-weight: 400;
    color: #0187D0;
    text-align: center;
}
.lxInput{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.lxInput>div:nth-child(2){
    margin: 0 30px;
}
.lxInput>div>.label{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    position: absolute;
    line-height: 50px;
    text-align: center;
    margin-top: 2px;
}
.lxInput>div>.label>img{
    width: 19px;
    height: 23px;
    margin-left: 12px;
    margin-right: 8px;
}
.lxInput>div>.label>div:nth-child(2){
    line-height: 50px;
    text-align: center;
}
.lxInput>div:nth-child(1)>.label>img{
    width: 16px;
    height: 23px;
    margin-top: 13px;
    margin-left: 12px;
    margin-right: 8px;
}
.lxInput>div:nth-child(2)>.label>img{
    width: 19px;
    height: 23px;
    margin-top: 13px;
    margin-left: 12px;
    margin-right: 8px;
}
.lxInput>div:nth-child(3)>.label>img{
    width: 22px;
    height: 17px;
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 8px;
}
.lxInput>div>input{
    height: 50px;
    width: 380px;
    font-size: 19px;
    background: #F1F1F1;
    border: 1px solid #EBEBEB;
    line-height: 50opx;
    text-align: center;
}

.liuyan{
    margin-top: 20px;
}
.liuyan>.label{
    margin-top: 15px;margin-left: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    position: absolute;
}
.liuyan>textarea{
    width: 100%;
    height: 199px;
    background: #F1F1F1;
    border: 1px solid #EBEBEB;
    resize: none;
    font-size: 16px;
    text-indent: 80px;
    padding-top: 15px;
}
.lxziliao{
    display: flex;
    margin-top: 10px;
}
.lxziliao>div{
    display: flex;
}
.lxziliao>div:nth-child(2){
    margin-left: 30px;
}
.lxziliao>div>.label{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    position: absolute;
    line-height: 50px;
    text-align: center;
    margin-top: 1px;
}
.lxziliao>div:nth-child(1)>.label>img{
    margin-left: 13px;
    margin-right: 5px;
    width: 21px;
    height: 17px;
    margin-top: 16px;
}
.lxziliao>div:nth-child(2)>.label>img{
    margin-left: 13px;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    margin-top: 16px;
}

.lxziliao>div:nth-child(1)>input{
    width: 790px;
    height: 50px;
    background: #F1F1F1;
    border: 1px solid #EBEBEB;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    text-indent: 110px;
}
.lxziliao>div:nth-child(2)>input{
    width: 240px;
    height: 50px;
    background: #F1F1F1;
    border: 1px solid #EBEBEB;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-align: left;
    text-indent: 85px;
}
.lxziliao>div:nth-child(2)>div:nth-child(3){
    width: 140px;
    height: 50px;
}
.lxziliao>div:nth-child(2)>div:nth-child(3)>img{
    width: 140px;
    height: 50px;
}

.lxbtn{
    margin-top: 10px;
    display: flex;
    margin-bottom: 100px;
}
.lxbtn>input:nth-child(1){
   width: 180px;
   height: 45px;
   background-color: #0187D0;
   line-height: 45px;
   text-align: center;
   margin-left: 410px;
   color: white;
}
.lxbtn>input:nth-child(2){
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #85c227;
    font-size: 15px;
    color: white;
    margin-left: 20px;
 }
 .choseFile{
    position: relative;
 }
 .choseFile>div{
    width: 100px;
    height: 30px;
    background-color: #0187D0;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;margin-left: -110px;
    color: white;
}



#swiper-history {
	width: 100%;
	min-width: 1200px;
	position: relative;
}
#swiper-history .swiper-container {
	height: 144px;
	margin: 0 40px;
}
#swiper-history .short-line {
	height: 72px;
	border-bottom: 1px dashed black;
	width: 30px;
	position: absolute;
	top: 0px;
}
#swiper-history .long-line {
	height: 72px;
	border-bottom: 1px solid black;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 30px;
}
#swiper-history .swiper-slide span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
}
#swiper-history .swiper-slide .detail {
	height: 20px;
	line-height: 20px;
	top: 27px;
	color: #444;
	opacity: 0;
}
#swiper-history .swiper-slide .date {
	color: #007aff;
	position: absolute;
	bottom: 33px;
	opacity: 0;
}
#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}
#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	bottom: 67px;
	height: 10px;
	line-height: 10px;
	transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
#swiper-history .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #007aff;
	opacity: 1;
	line-height: 10px;
}
#swiper-history .swiper-pagination-bullet-active {
	background: #007aff;
}
#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
	background-size: 20px auto;
}

/* 新闻详情内容样式 */
.new_details{
	width: 800px;
	margin: auto;
	margin-top: 50px;
}
.news_detail_title h1{
	color: #1a1a1a;
	font-size: 24px;
	text-align: center;
}
.news_detail_title p{
	font-size: 16px;
	color: #666;
	font-weight: 200;
	line-height: 30px;
	text-indent: 2rem;
	margin-top: 30px;
	margin-bottom: 50px;
}
.swiperword1{
    position: absolute;
    width: 380px !important;
    margin-left: 60px;
    margin-top: -122px
}
.swiperword1>div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.swiperword1>div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.4;
    margin-top: 4px;
    margin-bottom: 14px;
}
.swiperword1>div:nth-child(3){
    width: 14px;
    height: 3px;
    background: #FFFFFF;
    margin-bottom: 13px;
}
.swiperword1>div:nth-child(4){
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.swiper-wrapper1{
    overflow: hidden;
}
.swiperbg1{
    position: absolute;
    margin-left: 30px;
    width: 380px;
    margin-top: -372px;
}
.swiperbg1>img{
    width: 380px;
}
.newsText:hover {
    background-color: #0087CF;
}
.newsText:hover div:nth-child(1){
    color: #FFFFFF;
    
}
.newsText:hover div:nth-child(2){
    color: #8FCBEB;
}
.newsText:hover .newsData>div>div{
    color: #2AA2E2;
}
.newsText:hover .newsData>div:nth-child(1)>div:nth-child(2)>div{
    color: #2AA2E2;
}
.newsText:hover a{
    color: #E5E5E5
}
.swiper-container3{
    margin-top: 10px;
}

.qywhua4:hover{
    background-color: #FFFFFF;
    color: black;
}
.datu1>img{
    width: 100%;
    height: 345px;
}
.qywhua6>img{
    width: 661px;
    height: auto;
}

.swiper-container3{
    margin-top: 10px;
    margin-top: -100px;
    min-height: 192px !important;
    padding-top: 100px;
}
.newShow>div>div{
    display: flex;
    min-width: 1200px;
}
.newShow>div>div>div:nth-child(1)>{
    width: 49%;
}
.newShow>div>div>div:nth-child(1):hover .dongtai{
    background-color: #317397;
}
.newShow>div>div>div:nth-child(1)>img{
    width: 100%;
    height: 100%;
    max-height: 585px;
    min-width: 600px;
}
.newShow>div>div>div:nth-child(2){
    margin-left: 10px;
    flex: 1;
    min-width: 600px;
}
.newShow>div>div>div:nth-child(3){
    margin-left: 10px;
    flex: 1;
    min-width: 600px;
}
.product2>div:nth-child(1)>img{
    max-width: none;
    width: 600px;
    height: 408px;
}
.product-swiper-container{
    width: 1200px;
}
.product2{
    display:flex;
}

.product{
    margin-top: 100px;
}

.product2>div:nth-child(1)>img{
    max-width: none;
    width: 600px;
    height: 408px;
}

.product2>div:nth-child(2){
    padding: 60px 60px 20px 60px;
    background-image: url(../img/product/bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.product2>div:nth-child(2)>div>div:nth-child(1){
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.product2>div:nth-child(2)>div>div:nth-child(1){
    display: flex;
}
.product2>div:nth-child(2)>div>div>div:nth-child(2){
    width: 42px;
    height: auto;
    margin-left: auto;
    margin-top: -px;
    margin-right: 6px;
}
.product2>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(2){
    width: 23px;
    height: 3px;
    background: #0087CF;
    margin-top: 19px;
    margin-bottom: 39px;
}
.swiper-pagination-bullet {
    border-radius: 0px !important;
    background-image: url(../img/business/b_2.png) !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 10px !important;
    opacity: 1 !important;
}
.pagination1{
    text-align: left;
    margin-left: 660px;
    margin-top: -40px;
}
.pagination2{
    text-align: right;
    margin-left: 1110px;
    margin-top: -246px;
}
.swiper-pagination-bullet-active {
border-radius: 0px !important;
background: white !important;
background-image: url("../img/business/b_1.png") !important;
width: 20px !important;
height: 20px !important;
margin-top: 0px;
}

:root {
--swiper-theme-color: white !important;
}
.product1{
    margin-top: 50px;
}
.ywali2{
    margin-top: 20px;
}
.fenjie1{
    margin-top: -55px;
}
.fenjie{
    width: 240px;
    margin-top: -95px;
}
.fengedong {
    margin-top: -26px;
}
/* .swiper-slide-active>.fenjie>.container2>div{
    min-height: 258px;
} */


.fenjie>.container2>.tab2>div{
    display: block !important;
}
.fenjieAll {
    display: flex;
    position: absolute;
    min-width: 1200px;
    margin-top: 115px;
    max-width: 100%;
    max-width: 1920px;
}
.fenjie {
    width: 240px;
    margin-top: -12px;
}
.swiper-slide-active>.fenjie{
    margin-top: -3px;
}


.swiper-container_about{
    overflow: visible !important;
}
.swiper-slide_about{
    width: 250px !important;
}
.swiper-button-next_about{
    margin-top: -45px !important;
}
.swiper-button-prev_about{
    margin-top: -45px !important;
}