@import url(siyuan.css);
html, body {
	font-size: 16px;
	color:#666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family:"siyuan",airal;
	background: #fff;
	-webkit-text-size-adjust: none;
}

.index_contact .fr form input:-moz-placeholder,
.index_contact .fr form textarea:-moz-placeholder { 
    color: #fff;
}
.index_contact .fr form input:-ms-input-placeholder,
.index_contact .fr form textarea:-ms-input-placeholder { 
    color: #fff;
}
.index_contact .fr form input::-webkit-input-placeholder,
.index_contact .fr form textarea::-webkit-input-placeholder { 
    color: #fff ;
} 


a,a:focus,a:active {color: #1d61c4;	text-decoration: none;outline: 0px none;}
h1,h2,h3,h4,p{margin:0;padding:0;}
a:hover,a:active{text-decoration: none;}
ul,dl,dl dd{padding:0;margin:0;}
ul li{list-style:none;}
.fl{float:left;}
.fr{float:right}
.ct{text-align: center;}
.clear{clear:both;}
div{padding:0;margin:0;}
.w100{width:100%;overflow:hidden;}
.w1200{width:1200px;margin:0 auto;}
.swiper-container {width: 100%;height: 100%;}



.swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;	-webkit-align-items: center;align-items: center;}
.banner{overflow: hidden;height:100vh;}
.banner .pimg{height: 100vh;overflow: hidden;width: 100%;}
.banner .swiper-slide-active .pimg{animation: fangda 7s ease-in-out 1;}
.banner img{width: 100%;}
.banner .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 70%;}
.banner p{font-size: 60px;color: #fff;text-align: center;margin-bottom: 30px;font-weight: bold;}
.banner span{font-size: 24px;color: #fff;display: block;text-align: center;}

@keyframes fangda
{
from {transform: scale(1);}
to {transform: scale(1.3);}
}

@-webkit-keyframes fangda /* Safari and Chrome */
{
from {transform: scale(1);}
to {transform: scale(1.3);}
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{color: #fff;font-size: 18px;}
.banner .swiper-button-prev{left: 12.5%;width: 50px;height: 50px;border: 1px solid #fff;top: auto;bottom: 75px;}
.banner .swiper-button-next{left: 16.6%;width: 50px;height: 50px;border: 1px solid #fff;top: auto;bottom: 75px;}
.banner video::-webkit-media-controls-fullscreen-button {    

    display: none;
    
    }
    
    .banner video::-webkit-media-controls-play-button {display: none;}
    
    .banner video::-webkit-media-controls-timeline {display: none;}
    
    .banner video::-webkit-media-controls-current-time-display{display: none;}
    
    .banner video::-webkit-media-controls-time-remaining-display {display: none;}
    
    .banner video::-webkit-media-controls-mute-button {display: none;}
    
    .banner video::-webkit-media-controls-toggle-closed-captions-button {display: none;}
    
    .banner video::-webkit-media-controls-volume-slider {display: none;}
.index_about .fl{text-align: left;width: 46.5%;margin-right: 16.1%;}
.index_about .tt span{font-size: 36px;color: #fff;display: inline-block;margin-right: 5px;}
.index_about .tt abbr{font-size: 18px;color: #fff;}
.index_about .tt::after{content: '';display: block;width: 45px;height: 3px;background-color: #fff;margin: 60px 0;}
.index_about .neirong{font-size: 16px;color: #fff;line-height: 30px;text-indent: 2em;}
.index_about .fl ul{display: flex;justify-content: space-between;margin-top: 130px;}
.index_about .fl ul li{margin-right: 20px;}
.index_about .fl ul li span{font-size: 48px;color: #feea00;font-weight: bold;}
.index_about .fl ul li abbr{font-size: 48px;color: #feea00;font-weight: bold;}
.index_about .fl ul li p{font-size: 16px;color: #fff;line-height: 28px;margin-top: 20px;}
.index_about .fr ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 312px;}
.index_about .fr ul li{width: 50%;box-sizing: border-box;position: relative;}
.index_about .fr ul li p{font-size: 18px;color: #fff;line-height: 60px;text-align: center;}
.index_about .fr ul li:nth-child(1){border-right: 1px solid rgba(254, 234, 0, 0.5);border-bottom: 1px solid rgba(254, 234, 0, 0.5);text-align: left;padding: 0 75px 65px 0;}
.index_about .fr ul li:nth-child(2){border-bottom: 1px solid rgba(254, 234, 0, 0.5);text-align: right;padding-bottom: 45px;padding: 0px 0 65px 75px;}
.index_about .fr ul li:nth-child(3){border-right: 1px solid rgba(254, 234, 0, 0.5);text-align: left;padding: 65px 75px 0 0;}
.index_about .fr ul li:nth-child(4){text-align: right;padding: 65px 0px 0 75px;}
.index_about .fr ul li:nth-child(1) .pimg, .index_about .fr ul li:nth-child(3) .pimg{margin-left: 20px;}
.index_about .fr ul li:nth-child(2) .pimg, .index_about .fr ul li:nth-child(4) .pimg{margin-right: 20px;}
.index_about .fr ul li .pimg{position: relative;}
.index_about .fr ul li .kuang::before{width: 5px;height: 5px;background-color: #fff;content: '';display: block;opacity: 0;position: absolute;top: 50%;left: 50%;transition: .5s;border-radius: 50%;}
.index_about .fr ul li .kuang::after{width: 5px;height: 5px;background-color: #fff;content: '';display: block;opacity: 0;position: absolute;bottom: 50%;right: 50%;transition: .5s;border-radius: 50%;}
.index_about .fr ul li .kuang{width: 110px;height: 120px;}
.index_about .fr ul li:nth-child(1) .kuang{position: absolute;left: -15px;top: -15px;z-index: 0;}
.index_about .fr ul li:nth-child(2) .kuang{position: absolute;right: -15px;top: -15px;z-index: 0;}
.index_about .fr ul li:nth-child(3) .kuang{position: absolute;left: -15px;bottom: 0px;z-index: 0;}
.index_about .fr ul li:nth-child(4) .kuang{position: absolute;right: -15px;bottom: 0px;z-index:0;}
.index_about .fr ul li:hover .kuang::before{top: 0%;left: 0%;opacity: 1;}
.index_about .fr ul li:hover .kuang::after{bottom: 0%;right: 0%;opacity: 1;}
.index_fuwu{text-align: left;}
.index_fuwu .tt span{font-size: 36px;color: #fff;display: inline-block;margin-right: 10px;margin-left: 5%;}
.index_fuwu .tt abbr{font-size: 18px;color: #fff;}
.index_fuwu .tt{margin-bottom: 50px;}
.chanpinxilie{width: 1630px;}
.index_d_a{width: 912px;float: left;overflow: hidden;border-radius: 5px;background-color: #feea00;margin-left: 5%;position: relative;z-index: 9;}
.index_d_a a{display: block;width: 100%;}
.index_d_a .pimg{width: 49%;float: left;}
.index_d_a .pimg img{display: block;width: 100%;}
.index_d_a .text{width: 51%;float: left;padding: 65px 55px;box-sizing: border-box;text-align: left;}
.index_d_a .text span{font-size: 24px;color: #333;}
.index_d_a .text abbr{font-size: 18px;color: #333;line-height: 30px;display: block;margin: 70px 0 90px;text-indent: 2em;}
.index_d_a .more{font-size: 16px;color: #333;}
.index_d_a .more img{display: inline-block;margin-left: 5px;}
.index_d_b_box{width: 721px;float: left;overflow: hidden;display: block;margin-left: 25px;position: absolute;right: 0;top: 50%;transform: translateY(-41.5%);}
.index_d_b_box .index_d_b{width: 446px;}
.index_d_b_box .swiper-slide{width: 446px;}
.index_d_b_box .swiper-slide .box{width: 100%;}
.index_d_b_box .swiper-slide .box img{width: 100%;}
.index_fuwu .swiper-button-prev, .index_fuwu .swiper-button-next{width: 46px;height: 46px;border: 2px solid #fff;border-radius: 50%;}
.index_fuwu .swiper-button-prev::after, .index_fuwu .swiper-button-next::after{font-size: 16px;color: #fff;}
.index_fuwu .swiper-button-prev{left: 78%;top:150px;}
.index_fuwu .swiper-button-next{right: 14.875%;top:150px;}
.flex__numble{position:absolute;right:6px;bottom:165px;font-family:"Helvetica";color:#fff;font-size:16px;line-height:1;transform:rotate(90deg);-webkit-transform:rotate(90deg);z-index:99}
.flex__numble .active{display:inline-block;opacity:1;font-size:24px;font-weight:normal}
.flex__numble total{display:inline-block;opacity:0.2}
.flex__numble total{margin:0 4px}
.flex__text{position:fixed;right:-6px;bottom:85px;z-index:999;width:80px}
.flex__text__item{display:block;color:#ffffff;font-size:14px;opacity:0.2;line-height:1;text-transform:uppercase;font-family:"Helvetica";white-space:nowrap;transform:rotate(90deg);display:none}
.flex__text__item:first-child{display:block}
.flex__numble{position:fixed;right:6px;bottom:165px;font-family:"Helvetica";color:#fff;font-size:16px;line-height:1;transform:rotate(90deg);-webkit-transform:rotate(90deg)}
.flex__numble b{display:inline-block;opacity:1;font-size:24px;font-weight:normal}
.flex__numble span{display:inline-block;opacity:0.2}
.flex__numble span.middles{margin:0 4px}
.business-swipers{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%}
.business-slide{overflow:hidden;z-index:100000}
.business-slide.swiper-slide-active .business-bg{transform:scale(1);transition:1.5s 0s}
.business-bg{height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.1);transition:1s 0.5s}
.business__wrap{position:absolute;left:50%;margin-left:-720px;top:55%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:1440px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between}
.business__right{position:absolute;right:13%;width:587px;top:50%;transform:translateY(-50%);z-index:999999;transition: .3s;opacity: 0;visibility: hidden;transform: translateY(100%);transition: 0.68s;}
.business__earth{position:relative}
.business__earth .circulars{width:100%;height:auto}
.business__earth .earth{width:82.53%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;animation:moveScroll 20s linear infinite}
@keyframes moveScroll{0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}.business__ico{position:absolute}
.business__ico:hover b{border-color:#feea00;transition-delay:0.25s}
.business__ico:hover b:before{opacity:1;visibility:visible;transform:rotateY(0deg);-webkit-transform:rotateY(0deg)}
.business__ico b{display:block;position:relative;z-index:3;width:66px;height:66px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;text-align:center;line-height:66px;color:#fff;font-size:30px;font-weight:normal;transition:0.35s}
.business__ico b img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.business__ico b:before{position:absolute;left:0;top:0;z-index:-1;content:"";width:100%;height:100%;background:#feea00;border-radius:50%;opacity:0;visibility:hidden;transform:rotateY(180deg);transition:0.56s}
.business__ico span{display:block;line-height:1;color:#ffffff;font-size:16px;white-space:nowrap}
.business__ico1{left:50%;margin-left:-29px;top:-35px;transform:translateX(-3px)}
.business__ico1 span{position:absolute;left:50%;transform:translateX(-50%);bottom:100%;margin-bottom:18px}
.business__ico2{left:73.74%;top:3.58%}
.business-l a{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}
.business-l a span{margin-left:9px}
.business__ico3{left:92%;top:28.1%}
.business__ico4{left:90.91%;bottom:28.4%}
.business__ico5{left:79%;margin-left:-34px;bottom:4%}
.business__ico6 span{position:absolute;left:50%;transform:translateX(-50%);top:100%;margin-top:18px}
.business__ico6{left:50%;margin-left:-34px;bottom:-35px}
.business-r a{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;flex-direction:row-reverse;-webkit-flex-direction:row-reverse}
.business-r a span{margin-right:9px}
.business__ico7{right:73%;bottom:4.1%}
.business__ico8{right:91.74%;top:59.58%}
.business__ico9{right:91.74%;top:28.58%}
.business__ico10{right:73.74%;top:3.58%}
  .business-swipers .text{position: absolute;left: 11%;top: 50%;transform: translateY(-50%);width: 430px;z-index: 999;text-align: left;}
  .business-swipers .text span{font-size: 36px;display: block;margin-bottom: 10px;line-height: 1;color: #fff;padding-bottom: 30px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);position: relative;}
  .business-swipers .text span::after{content: '';display: block;width: 100px;height: 2px;background-color: #fff;position: absolute;bottom: 0;left: 0;}
  .business-swipers .text span abbr{display: inline-block;margin-left: 20px;font-size: 16px;color: #fff;}
  .business-swipers .text p{font-size: 24px;letter-spacing: 1px;color: #fff;line-height: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
  .business-swipers .text a{display: block;position: relative;z-index: 3;text-align: center;width: 150px;height: 48px;line-height: 48px;border: 1px solid #fff;color: #fff;font-size: 20px;letter-spacing: 2px;font-size: 16px;}
  .business-swipers .text .neirong{font-size: 14px;line-height: 28px;color: #fff;margin: 20px 0;text-indent: 2em;}
  .business-swipers .text .pimg{width: 255px;height: 160px;background-color: #fff;text-align: center;line-height: 160px;margin: 30px 0;}
  .business-swipers .text .pimg img{max-width: 100%;max-height: 98%;}
  .index_wenhua{text-align: left;display: block;}
  .index_wenhua .fl{width:800px;position: absolute;top: 50%;left: 13%;transform: translateY(-50%);}
  .index_wenhua span{font-size: 36px;color: #fff;margin-bottom: 30px;display: block;}
  .index_wenhua abbr{font-size: 18px;color: #fff;line-height: 36px;opacity: 0;visibility: hidden;transform: translateY(-100%);transition: 0.68s;text-indent: 2em;display: block;}
  .index_wenhua ul{display: flex;justify-content: left;margin-top: 50px;}
  .index_wenhua ul li{margin-right: 30px;border-radius: 50px;padding: 10px 15px;border: 1px solid #fff;text-align: center;}
  .index_wenhua ul li a{font-size: 16px;color: #fff;}
  .index_wenhua ul li img{display: inline-block;margin-left: 5px;}
  .index_news #tabs-container2{overflow: initial;}
  .index_news #tabs-container2 .swiper-slide{display: none;}
  .index_news #tabs-container2 .swiper-slide-active{display: block;}
  .informate__title {position: absolute;left: 13.54%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);padding: 86px 0;width: 396px;background: rgba(0, 0, 0, 0.05);text-align: center;}
  .informate__title span{display: block;text-align: center;font-size: 32px;color: #fff;} 
  .informate__title abbr{display: block;text-align: center;font-size: 16px;color: #fff;}
  .informate__line {position: relative;margin: 33px auto 24px;width: 1px;height: 68px;background: rgba(255, 255, 255, 0.2);}
  .informate__line:before {position: absolute;left: 0;top: 0;content: "";width: 100%;height: 30px;background: #ffa800;}
  .informate__title ul{display: block;}
  .informate__title ul li a{color: #fff;line-height: 32px;font-size: 16px;display: block;width: 100%;}
  .informate__fix {position: absolute;right: 78px;bottom: 0;height: calc(100vh - 80px);width: 50%;box-sizing: border-box;padding: 130px 0;border-left: 1px solid rgba(255, 255, 255, 0.2);}
  .informate__li {height: 100%;}
  .informate__li li {position: relative;text-align: left;height: 150px;box-sizing: border-box;border-bottom: 1px solid rgba(255, 255, 255, 0.2);display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;}
  .informate__li li:first-child {border-top: 1px solid rgba(255, 255, 255, 0.2);}
  .informate__li li a {display: block;position: relative;padding: 0 16.84% 0 6%;display: block;width: 100%;box-sizing: border-box;}
  .informate__li li a:hover strong {color: #ffa800;}
  .informate__li li a:hover .informate__data:before {background: #ffa800;}
  .informate__li li a:hover .informate__data b,
  .informate__li li a:hover .informate__data i {color: #ffa800;}
  .informate__li li a strong {display: block;margin-bottom: 17px;line-height: 1.1;color: #fff;font-size: 18px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.38s;}
  .informate__li li a p {color: #ffffff;font-size: 14px;opacity: 0.5;line-height: 2.2;text-indent: 2em;}
  .informate__data {position: absolute;left: -125px;top: 0;padding-right: 38px;text-align: right;}
  .informate__data:before {position: absolute;right: -8px;top: 3px;content: "";width: 9px;height: 9px;border-radius: 50%;background: #fff;transition: 0.38s;}
  .informate__data b {display: block;margin-bottom: 7px;color: #fff;line-height: 1;font-weight: normal;font-size: 30px;transition: 0.38s;}
  .informate__data i {display: block;line-height: 1;color: #fff;font-size: 18px;font-style: normal;transition: 0.38s;}
  .index_ziyuanhhh{display: block;}
  .ziyuanall{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;opacity: 0;visibility: hidden;transform: translateY(-100%);transition: 0.68s;}
  .index_ziyuanhhh .swiper-slide{display: block;}
  .index_ziyuanhhh .swiper-slide span{font-size: 36px;color: #fff;text-align: center;display: block;}
  .index_ziyuanhhh .swiper-slide p{font-size: 16px;color: #fff;text-align: center;display: block;margin: 35px auto 70px;width: 60%;text-align: center;}
  .index_ziyuanhhh .swiper-slide .more{display: block;width: 160px;height: 40px;text-align: center;border: 1px solid #fff;margin: 30px auto;}
  .index_ziyuanhhh .swiper-slide .more a{display: block;text-align: center;line-height: 40px;font-size: 16px;color: #fff;}
  .index_ziyuanhhh ul{display: flex;justify-content: space-between;width:80%;margin: 0 auto;}
  .index_ziyuanhhh ul li{width: 115px;}
  .index_ziyuanhhh ul li a{color: #fff;font-size: 16px;}
  .index_ziyuanhhh ul li .pimg{width: 115px;height: 115px;display: block;background-color: #feea00;position: relative;margin-bottom: 20px;position: relative;}
  .index_ziyuanhhh ul li .pimg::after{display: none;animation: fangda2 1s infinite;border-radius: 50%;content: '';width: 150px;height:150px;background-color: rgba(254, 234, 0, 0.5);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: -1;transform-origin:top left;}
  @keyframes fangda2
  {
  0% {transform: scale(1)  translate(-50%,-50%);}
  50% {transform: scale(1.3) translate(-50%,-50%);}
  100%{transform: scale(1) translate(-50%,-50%);}
  }
  
  @-webkit-keyframes fangda2 /* Safari and Chrome */
  {
	0% {transform: scale(1) translate(-50%,-50%);}
	50% {transform: scale(1.3) translate(-50%,-50%);}
	100%{transform: scale(1) translate(-50%,-50%);}
  } 
  .index_ziyuanhhh ul li.active .pimg::after{display: block;}
  .index_ziyuanhhh ul li .pimg i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
  .index_ziyuanhhh ul li:nth-child(1) .pimg i{display: block;width: 61px;height: 61px;background: url(../image/index_rencaiico1.png)no-repeat;}
  .index_ziyuanhhh ul li:nth-child(2) .pimg i{display: block;width: 57px;height: 57px;background: url(../image/index_rencaiico2.png)no-repeat;}
  .index_ziyuanhhh ul li:nth-child(3) .pimg i{display: block;width: 56px;height: 55px;background: url(../image/index_rencaiico3.png)no-repeat;}
  .index_ziyuanhhh ul li:nth-child(1).active .pimg i{background-position-y: -61px;}
  .index_ziyuanhhh ul li:nth-child(2).active .pimg i{background-position-y: -57px;}
  .index_ziyuanhhh ul li:nth-child(3).active .pimg i{background-position-y: -55px;}
  .index_ziyuanhhh ul li .pimg{border-radius: 50%;}
  .index_ziyuanhhh ul li:nth-child(1){margin-top: -58px;}
  .index_ziyuanhhh ul li:nth-child(2){margin-top: 138px;}
  .index_ziyuanhhh .tabs{width: 100%;background: url(../image/index_rencai_bg2.png)no-repeat center center;height: 215px;}
  .index_contact{text-align: left;}
  .index_contact .fl{width: 45%;}
  .index_contact span{font-size: 36px;color: #fff;}
  .index_contact ul{margin: 100px 0 90px;}
  .index_contact ul li{font-size: 16px;color: #fff;margin-bottom: 20px;}
  .index_contact .pimg{display: inline-block;width: 34px;margin-right: 10px;}
  .index_contact p{font-size: 14px;color: #fff;display: block;margin-bottom: 10px;}
  .index_contact .fr{padding: 30px 50px;box-sizing: border-box;width: 38.4%;height: 540px;background-color: rgba(255,255,255,0.2);border-radius: 35px;}
  .index_contact .fr p{font-size: 36px;color: #fff;text-align: center;margin-bottom: 40px;font-weight: bold;}
  .index_contact .fr form{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .index_contact .fr form input{width: 49%;line-height: 52px;text-indent: 1em;font-size: 16px;margin-bottom: 20px;background-color: rgba(255, 255, 255, 0.5);box-shadow: none;border: none;color: #fff;border-radius: 5px;}
  .index_contact .fr form textarea{width: 100%;height: 150px;padding: 16px;box-sizing: border-box;background-color: rgba(255, 255, 255, 0.5);font-size: 18px;line-height: 52px;color: #fff !important;}
  .index_contact .fr form .reset{width: 47%;height: 48px;text-align: center;display: block;background-color: #6e6e6e;color: #fff;border: none;font-size: 18px;margin-top: 20px;}
  .index_contact .fr form .submit{width: 47%;height: 48px;text-align: center;display: block;background-color: #feea00;color: #6e6e6e;border: none;font-size: 18px;margin-top: 20px;}
  .banquan{position: absolute;width: 100%;height: 78px;line-height: 78px;background-color: rgba(255, 255, 255, 0.2);color: #fff;padding-left: 80px;box-sizing: border-box;font-size: 18px;left: 0;bottom: 0;}
  .banquan a{color: #fff !important;}
  .all>.swiper-wrapper>.banner.swiper-slide .text{opacity: 0;transition: .3s;}
  .all>.swiper-wrapper>.banner.swiper-slide-visible .text{opacity: 1;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fl .tt{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fl .neirong{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fl ul{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fr ul li:nth-child(1){-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fr ul li:nth-child(2){-webkit-animation-name: fadeInRight;animation-name: fadeInRight;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fr ul li:nth-child(3){-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_about.swiper-slide-visible .fr ul li:nth-child(4){-webkit-animation-name: fadeInRight;animation-name: fadeInRight;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_fuwu.swiper-slide-visible .xilie{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .text span{-webkit-animation-name: fadeInUp;animation-name: fadeInuUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .text p{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .text .neirong{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .text .pimg{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .business__right{opacity: 1;visibility: visible;transform: translateY(-42%);transition-delay: 0.45s;}
  .all>.swiper-wrapper>.index_wenhua.swiper-slide-visible .fl span{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_wenhua.swiper-slide-visible abbr{opacity: 1;visibility: visible;transform: translateY(0);transition-delay: 0.45s;}
  .all>.swiper-wrapper>.index_wenhua.swiper-slide-visible .fl ul{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_news.swiper-slide-visible .fl span{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_news.swiper-slide-visible .fl abbr{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_news.swiper-slide-visible .fl ul{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_ziyuanhhh.swiper-slide-visible .ziyuanall{opacity: 1;visibility: visible;transform: translateY(-50%);transition-delay: 0.45s;}
  .all>.swiper-wrapper>.index_contact.swiper-slide-visible .fl span{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_contact.swiper-slide-visible .fl ul{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_contact.swiper-slide-visible .fl .ewm{-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;-webkit-animation-delay: 0.9s;animation-delay: 0.9s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  .all>.swiper-wrapper>.index_contact.swiper-slide-visible .fr{-webkit-animation-name: fadeInRight;animation-name: fadeInRight;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
  

  /* pro */
.product-content{width: 100%;background-color: #fcfcfc;}
.product-content2{width: 100%;background-color: #fcfcfc;}
.product-content ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 50px 0;}
.product-content ul li{width: 46.8%;background-color: #fff;padding: 55px 60px 0 0;box-sizing: border-box;margin-bottom: 55px;display: flex;justify-content: space-between;}
.product-content ul li .product-img{width: 345px;height: 255px;text-align: center;line-height: 255px;}
.product-content ul li .product-img img{max-height: 100%;max-width: 100%;}
.product-atxt{width: 47%;}
.product-atxt h4{font-size: 30px;color: #333;display: block;margin-bottom: 30px;}
.product-atxt p{font-size: 18px;line-height: 30px;color: #333;text-indent: 2em;}
.product-atxt .xq{width: 180px;height: 48px;line-height: 48px;text-align: center;color: #7c7372;border: 1px solid #7c7372;margin: 50px 0;position: relative;box-sizing: border-box;}
.product-atxt .xq i{width: 0;height: 0;border-top: 5px solid transparent;border-left: 10px solid #6e6e6e;border-bottom: 5px solid transparent;display: inline-block;margin-left: 10px;}
.product-atxt .xq .neirong{position: relative;z-index: 2;}
.product-atxt .xq::after{content: '';display: block;width: 0;height: calc(100% + 2px);background-color: #feea00;position: absolute;left: -1px;top: -1px;z-index: 1;transition: .3s;}
.product-content ul li:hover .xq::after{width: calc(100% + 2px);}
.banquan1{width: 100%;height: 120px;line-height: 120px;background-color: #333;color: #fff;padding-left: 80px;box-sizing: border-box;font-size: 18px;}
.banquan1 a{color: #fff;}
.protu{width: 1360px;margin: 120px auto 80px;}
.protu .fl{width: 590px;}
.protu .fl #tabs-container{width: 590px;height: 520px;background-color: #fff;}
.protu .fl img{max-width: 100%;}
.protu .fr{width: 630px;}
.protu .fl .tabs{background-color: #fff;padding: 10px;margin-top: 20px;}
.protu .fl .tabs ul{display: flex;justify-content: left;}
.protu .fl .tabs ul li{margin-right: 10px;}
.protu .fl li{width: 65px;height: 65px;border: 1px solid #cfcfcf;text-align: center;line-height: 65px;}
.protu .fl li img{max-width: 100%;max-height: 100%;}
.protu .fl li.active{border: 1px solid #feea00}
.protu .fr h1{font-size: 36px;font-weight: bold;color: #333;}
.protu .fr .weizhi{font-size: 14px;margin: 20px 0 30px 0;color: #666;}
.protu .fr .weizhi a{color: #666;font-size: 14px;}
.protu .fr .leibie{padding: 30px 0 100px;border-top: 1px solid #cfcfcf;}
.protu .fr .leibie p{line-height: 36px;font-size: 14px;color: #666666;}
.protu .fr .anniu a{width: 170px;line-height: 48px;height: 48px;color: #fff;display: inline-block;text-align: center;}
.protu .fr .anniu a:nth-child(1){background-color: #7c7372;}
.protu .fr .anniu a:nth-child(1) i{width: 0;height: 0;border-top: 5px solid transparent;border-left: 10px solid #fff;border-bottom: 5px solid transparent;display: inline-block;margin-left: 10px;}
.protu .fr .anniu a:nth-child(2){background-color: #feea00;color: #333;margin-left: 50px;}
.protu .fr .anniu a:nth-child(2) i{background: url(../image/proico1.png);display: inline-block;width: 18px;height: 18px;margin-left: 10px;}
.titel{width: 100%;border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf;display: flex;}
.titel span{display: block;width: 85px;height: 85px;background: #7c7372;line-height: 85px;text-align: center;}
.titel span a{display: block;line-height: 85px;position: relative;height: 85px;}
.titel span a img{display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.titel .biaoti{padding-left: 72px;box-sizing: border-box;line-height: 85px;color: #333333;font-weight: bold;font-size: 24px;}
.product-content2 .neirong{width: 91.6%;padding: 0 50px;box-sizing: border-box;font-size: 18px;line-height: 36px;margin: 0 auto;margin-bottom: 60px;}
.product-content2 .neirong strong{margin-top: 70px;font-size: 36px;color: #333;display: block;margin-bottom: 50px;}
.product-content2 table{width: 100% !important;border-collapse: collapse !important;background-color: #fff;}
.product-content2 table tr:nth-child(1),.product-content2 table tr:nth-child(2),.product-content2 table tr:nth-child(3){background-color: #fcfcfc;}
.product-content2 td,.product-content2 th {
    white-space:nowrap; 
	text-align:center;
	white-space:pre-line;
	vertical-align:middle !important;
	height:auto;
	vertical-align:text-top;
	padding:2px 2px 0 10px;
	display: table-cell;
	box-sizing: border-box;
	border: none;
	border: 1px solid #b7b7b7;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-collapse: collapse !important;
    word-break:normal !important;
	width: auto !important;
	
}
.product-content2 
.join2{margin: 85px 0;width: 70%;}
.join2 .sort{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-justify-content: space-between;justify-content: space-between;border-bottom: 1px solid #DDDDDD;}
.join2 .sort li{font-size: 18px;color: #333;line-height: 80px;background-color: #feea00;width: 25%;padding-left: 50px;box-sizing: border-box;}

.join2 .list{width: 100%;box-sizing: border-box;border-bottom: 1px solid #DDDDDD; margin-bottom: 50px;}
.join2>h3{font-size: 36px;color: #333;font-weight: bold;margin-bottom: 75px;}
.join2 .list li{width: 100%;border: 1px solid #dbdbdb;border-top: none;}
.join2 .list li h3{border-bottom: 1px solid #dbdbdb;transition: 3s;background-color: #fff;line-height: 60px;width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;height: 60px;box-sizing: border-box;padding: 0 0;    position: relative;cursor:pointer;}

.join2 .list li h3 p{font-size: 16px;color: #7c7372;padding-left: 0;width: 25%;padding-left: 50px;box-sizing: border-box;height: 60px;overflow: hidden;}
.join2 .list li h3 p:nth-child(4){padding-left: 60px;}
.join2 .list li .info{width: 100%;box-sizing: border-box;display: none;position: relative;margin-bottom: 50px;padding: 50px 65px;}
.join2 .list li .info p{line-height: 36px;font-size: 16px;color: #7c7372;}
.join2 .list li h3 i{font-size: 16px;color: #b5b5b5; position: absolute;top: 50%;right: 90px;line-height: 24px;margin-top: 0px;display: block;width: 15px;height: 2px;background-color: #6e6e6e;}
.join2 .list li h3 i::after{content: '';display: block;width: 2px;height: 15px;background-color: #6e6e6e;top: 50%;transform: translate(-50%,-50%);left: 50%;position: absolute;transition: .5s;}
.join2 .list .active h3 i::after{transform: rotate(90deg);-webkit-transform: rotate(90deg);top: -7px;}
.join2 .list li:nth-of-type(2n) h3{background-color: #f8f8f8;}
.join2 .list li:hover h3{background-color: #fcfcfc;}
.jobslist .fr{position: relative;width: 25%;}
.jobslist .fr .pimg{width: 100%;}
.jobslist .fr .pimg img{width: 100%;}
.jobslist .fr .text{position: absolute;left: 0 ;top: 0;padding: 40px;}
.jobslist .fr .text span{font-size: 24px;color: #fff;}
.jobslist .fr .text p{font-size: 28px;color: #fff;font-weight: bold;margin:10px 0;}
.jobslist .fr .text abbr{font-size: 18px;color: #fff;display: block;margin: 10px 0;}
.jobslist .fr .text a{display: block;width: 145px;height: 45px;border: 1px solid #fff;text-align: center;font-size: 18px;color: #fff;line-height: 45px;margin-top: 30px;}
.videolist{padding: 100px 0;}
.videolist ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.videolist ul li{width: 32%;}
.videolist ul li .pimg{width: 100%;position: relative;}
.videolist ul li .pimg img{width: 100%;display: block;}
.videolist ul li .pimg::after{content: '';display: block;width: 100%;height: 00%;background-color: #fff;position: absolute;left: 0;bottom: 0;background-color: rgba(254, 234, 0, 0.5);transition: .3s;}
.videolist ul li:hover .pimg::after{height: 100%;}
.videolist ul li .pimg .bofang{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100px;height: 100px;z-index: 9;}
.videolist ul::after{content: '';display:block;width: 32%;}
.videolist ul li p{font-size: 16px;color: #333;line-height: 60px;margin-bottom: 60px;text-align: center;}


.zongtong{padding: 100px 0;background-color: #fcfcfc;}
.zongtong .w1760{background-color: #fff;padding: 50px;box-sizing: border-box;}
.zongtong .fl{width: 67%;}
.zongtong .fl span{display: block;margin-bottom: 30px;font-size: 24px;color: #333;}
.zongtong .fl abbr{display: block;margin-bottom: 50px;font-size: 36px;color: #333;}
.zongtong .fr{width: 26%;}
.zongtong .fr img{display: block;width: 100%;}
.about_history{background: #fff;width: 100%;height: 661px;padding: 70px 0px;box-sizing: border-box;}
.about_history abbr{margin-bottom: 10px;font-size: 36px;color: #fff;display: block;font-family: arial;font-weight: bold;}
.about_history span{font-size: 24px;color: #fff;}
.about-history-list{ position:relative;margin:30px 60px;}
.about-history-list .flex-viewport{ padding:0 31px;}
.about-history-list .flex-viewport:before{ position:absolute; top:50%; right:0; left:0; border-top:2px solid #d2d2d2; content:'';}
.about-history-list .slides li{ position:relative; width:253px; height:390px; margin-right:31px;}

.about-history-list .slides li .item{border-radius: 5px;position:absolute; right:-32px; bottom:0px; left:-32px; height:156px; padding:0px 0 0 0; background-color:#b8b8b8; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:before{ position:absolute; top:-49px; left:50%; width:20px; height:20px; overflow:hidden; margin-left:-11px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;border: 1px solid #d2d2d2; content:'';}
.about-history-list .slides li .item:hover:before{border: 1px solid #feea00;}
.about-history-list .slides li .item:after{ position:absolute; top:-45px; left:50%; width:12px; height:12px; overflow:hidden; margin-left:-7px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;background-color: #d2d2d2; content:'';}
.about-history-list .slides li .item:hover:after{background-color: #feea00;}
.about-history-list .slides li:nth-child(even) .item{ top:0; bottom:auto; padding:0 0 0;border-radius: 5px;background-color: #b8b8b8;}
.about-history-list .slides li:nth-child(even) .item:before{ top:auto; bottom:-49px;}
.about-history-list .slides li:nth-child(even) .item:after{ top:auto; bottom:-45px;}
.about-history-list .slides li .item:hover{ background-color:#feea00;}
.about-history-list .slides li .item h3{border-radius: 5px; position:absolute; top:0; right:0; left:0; height:0px; line-height:44px; margin:0; font-size:20px; font-weight:400; color:#999999; text-align:center; background-color:#e2e2e2; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.about-history-list .slides li .item:hover h3{ color:#fff; background-color:#feea00;box-shadow:0px 2px 4px rgba(62, 99, 154, 0.43)}
.about-history-list .slides li .item h3:before{     position: absolute; bottom: 100%;  left: 150px;  margin-left: -9px;  border-width: 0 19px 11px;  border-style: solid; border-color: transparent transparent #b8b8b8;
    content: '';}
.about-history-list .slides li .item:hover h3:before{border-color: transparent transparent #feea00;}
.about-history-list .slides li:nth-child(even) .item h3{ border-radius: 5px;top:auto; bottom:0;box-shadow:4px 3px 6px #000}
.about-history-list .slides li:nth-child(even) .item h3:before{    top: 100%; bottom: auto;  left: 149px;  border-width: 11px 19px 0px;  border-color: #b8b8b8 transparent transparent;}
.about-history-list .slides li .item .desc{ line-height:24px; padding:22px 15px 0; font-size:15px; color:#666;}
.about-history-list .slides li .item .desc abbr{color: #fff;font-size: 24px;display: block;}
.about-history-list .slides li:nth-child(even) .item:hover h3:before{border-color: #feea00 transparent transparent;}
.about-history-list .slides li .item:hover .desc{ color:#ffffff;}
.about-history-list .slides li .item:hover .desc abbr{color: white;}
.about-history-list .slides li .item .desc p{ margin:0;color:#ffffff;}
.about-history-list .flex-direction-nav{ padding:0; margin:0; list-style:none;}
.about-history-list .flex-direction-nav a{ position:absolute;top:30%; z-index:999; width:48px; height:160px; line-height:160px; overflow:hidden; font-size:50px; font-family:simsun; color:#ffffff; text-align:center;}
.about-history-list .flex-direction-nav a.flex-prev{ left:-60px;}
.about-history-list .flex-direction-nav a.flex-next{ right:-60px;}
.about-history-swiper{ width:100%;}
.about-history-swiper .swiper-slide .item{ overflow:hidden; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background-color:#fff;}
.about-history-swiper .swiper-slide .item h3{ margin:0; height:40px; line-height:40px; overflow:hidden; font-size:20px; text-align:center; color:#999999; background-color:#e2e2e2;}
.about-history-swiper .swiper-slide .item .desc{ line-height:20px; padding:10px; font-size:14px; color:#929292;}
.about-history-swiper .swiper-slide .item .desc p{ margin:0;}
.about-history-swiper .about-history-pagination{ position:static; margin-top:10px;}
.about-history-swiper .about-history-pagination .swiper-pagination-bullet{ background:#fff;}
.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active{ background:#C91523;}
.zuzhi{padding: 100px 0;}
.zuzhi span{font-size: 36px;color: #333;font-weight: bold;text-align: center;display: block;margin-bottom:100px;}
.zuzhi .neirong{width: 100%;}
.zuzhi .neirong img{display: block;max-width: 100%;}
.news-content{background-color: #fcfcfc;padding: 110px 0;}
.news-content li{background-color: #fff;margin-bottom: 80px;}
.news-content .istopall{transition: .3s;}
.news-content .istopall .news-img{width: 50%;}
.news-content .istopall:hover{box-shadow: 0 0 20px rgba(25,97,196,0.2)}
.news-content .istopall .news-img img{width: 100%;}
.news-content .istopall .news-txt{width: 50%;padding: 75px 100px;box-sizing: border-box;}
.news-content .istopall .news-txt h3{font-size: 24px;color: #333;}
.news-content .istopall .news-txt h3::after{content: '';display: block;width: 70px;height: 4px;background-color: #feea00;margin: 30px 0 40px}
.news-content .istopall .news-txt p{font-size: 16px;color: #666;line-height: 30px;margin-bottom: 95px;text-indent: 2em;}
.news-content .istopall .news-txt .date{text-align: left;width: 70px;}
.news-content .istopall .news-txt .date span{display: block;font-size: 48px;color: #666;text-align: center;font-weight: bold;}
.news-content .istopall .news-txt .date abbr{font-size: 14px;color: #666;display: block;text-align: center;}
.news-content ul{margin-top: 80px;}
.news-content li.alllfoot{float: left;width: 24%;margin-right: 1%;background-color: #fff;}
.news-content li{transition: .3s;}
.news-content li:hover{box-shadow: 0 0 20px rgba(25,97,196,0.2)}
.news-content li:nth-child(4n){margin-right: 0;}
.news-content li .news-img2{width: 100%;height: 280px;overflow: hidden;}
.news-content li .news-img2 img{width: 100%;}
.news-content li .text{padding: 40px 30px;box-sizing: border-box;width: 100%;}
.news-content li .text span{display: block;font-size: 16px;color: #666;margin-bottom: 30px;display: block;}
.news-content li .text p{display: block;margin-bottom: 80px;line-height: 30px;font-size: 16px;color: #666;}
.news-content li .text .more{color: #666;}
.news-content li .text .more img{display: inline-block;margin-left: 10px;}
.news-content2{background-color: #fcfcfc;padding: 110px 0;}
.news-content2 .w1760{padding: 50px;box-sizing: border-box;background-color: #fff;}
.news-content2 h2{font-size: 36px;text-align: center;color: #333;margin-bottom: 30px;}
.news-content2 .details-top p{display: block;text-align: center;margin-bottom: 60px;font-size: 24px;}
.news-content2 .details-top p span{display: inline-block;margin-right: 10px;}
.details-content{text-indent: 2em;font-size: 16px;color: #333;line-height: 36px;}
.details-page{display: flex;justify-content: space-between;}
.details-page p{font-size: 16px;color: #666;line-height: 36px;}
.details-page p a{font-size: 16px;color: #666;}
.details-page p a:hover{text-decoration:underline !important;}
.honor-content{padding: 100px 0;}
.honor-content ul{padding: 0 65px;width: 100%;box-sizing: border-box;}
.honor-content ul li{width: 24%;float: left;background-color: #fff;padding: 50px 25px;box-sizing: border-box;border: 1px solid #d8d8d8;margin-bottom: 100px;margin-left: 1%;transition: .3s;cursor: pointer;}
.honor-content ul li:nth-child(4n){margin-right: 0;}
.honor-content ul li .pimg{width: 100%;}
.honor-content ul li .pimg img{width: 100%;}
.honor-content ul li p{line-height: 115px;height: 115px;text-align: center;font-size: 18px;color: #333;overflow: hidden;display: block;}
.honor-content ul li p a{color: #333;font-size: 18px;display: block;width: 100%;}
.honor-content ul li:hover{box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);}

.honor-content2{padding: 100px 0;}
.honor-content2 ul{width: 100%;box-sizing: border-box;}
.honor-content2 ul li{width: 24%;float: left;box-sizing: border-box;margin-bottom: 30px;margin-left: 1%;transition: .3s;cursor: pointer;}
.honor-content2 ul li:nth-child(4n){margin-right: 0;}
.honor-content2 ul li .pimg{width: 100%;height: 265px;overflow: hidden;}
.honor-content2 ul li .pimg img{width: 100%;}
.honor-content2 ul li p{line-height:60px;height: 60px;text-align: center;font-size: 18px;color: #333;}
.honor-content2 ul li p a{color: #333;font-size: 18px;}
.honor-content2 ul li:hover{box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);}

.honor-content5{padding: 100px 0;}
.honor-content5 ul{width: 100%;box-sizing: border-box;}
.honor-content5 ul li{width: 24%;float: left;box-sizing: border-box;margin-bottom: 30px;margin-left: 1%;transition: .3s;cursor: pointer;padding: 60px 70px;}
.honor-content5 ul li:nth-child(4n){margin-right: 0;}
.honor-content5 ul li .pimg{width: 100%;height: 402px;overflow: hidden;}
.honor-content5 ul li .pimg img{width: 100%;}
.honor-content5 ul li p{line-height:60px;height: 60px;text-align: center;font-size: 18px;color: #333;overflow: hidden;}
.honor-content5 ul li p a{color: #333;font-size: 18px;}
.honor-content5 ul li:hover{box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);}

.honor-content4{padding: 100px 0;}
.honor-content4 ul{padding: 0 65px;width: 100%;box-sizing: border-box;}
.honor-content4 ul li{width: 24%;float: left;background-color: #fff;padding: 50px 25px;box-sizing: border-box;border: 1px solid #d8d8d8;margin-bottom: 100px;margin-left: 1%;transition: .3s;cursor: pointer;}
.honor-content4 ul li:nth-child(4n){margin-right: 0;}
.honor-content4 ul li .pimg{width: 100%;height: 479px;}
.honor-content4 ul li .pimg img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}
.honor-content4 ul li p{line-height: 115px;height: 115px;text-align: center;font-size: 18px;color: #333;overflow: hidden;display: block;}
.honor-content4 ul li p a{color: #333;font-size: 18px;display: block;width: 100%;}
.honor-content4 ul li:hover{box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);}

.about{padding: 100px 0;}
.about .neirong{width:100%;text-indent: 2em;color: #333;line-height: 30px;font-size: 16px;}
.about .neirong img{max-width: 100%;display: block;margin: 30px auto;}
.contact2-map{width: 50%;height: 880px;}
.contact2-map iframe{width: 100%;height: 100%;display: block;}
.contact2-masked{width: 50%;height: 880px;padding: 100px 125px;box-sizing: border-box;background-color: #fcfcfc;}
.contact2-masked>span{display: block;line-height: 85px;color: #333;font-size: 36px;font-weight: bold;}
.contact2-masked ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact2-masked ul li{width: 50%;padding: 35px 0;}
.contact2-masked ul li:nth-child(1){width: 100%;border-bottom: 1px solid #efefef;border-top: 1px solid #efefef;}
.contact2-masked ul li i{margin-right: 10px;}
.contact2-masked ul li:nth-child(1) i{display: block;width: 29px;height: 24px;background: url(../image/contactico1.png);float: left;}
.contact2-masked ul li:nth-child(2) i{display: block;width: 30px;height: 23px;background: url(../image/contactico2.png);float: left;}
.contact2-masked ul li:nth-child(2){border-bottom: 1px solid #efefef;}
.contact2-masked ul li:nth-child(3) i{display: block;width: 28px;height: 23px;background: url(../image/contactico3.png);float: left;}
.contact2-masked ul li:nth-child(3){border-left: 1px solid #efefef;border-bottom: 1px solid #efefef;box-sizing: border-box;padding-left: 50px;}
.contact2-masked ul li:nth-child(4) i{display: block;width: 30px;height: 23px;background: url(../image/contactico4.png);float: left;border-bottom: 1px solid #efefef;}
.contact2-masked ul li:nth-child(5) i{display: block;width: 34px;height: 26px;background: url(../image/contactico5.png);float: left;}
.contact2-masked ul li:nth-child(5){border-bottom: 1px solid #efefef;border-left: 1px solid #efefef;box-sizing: border-box;padding-left: 50px;}
.contact2-masked ul li:nth-child(4){border-bottom: 1px solid #efefef;}
.contact2-masked ul li .text{float: left;}
.contact2-masked ul li span{display: block;font-size: 14px;margin-bottom: 15px;}
.contact2 .fl{width: 50%;padding: 5% 5% 5% 10%;box-sizing: border-box;}
.contact2 .fl>span{display: block;font-size: 36px;color: #333;}
.contact2 .fl>span::after{content: '';display: block;width: 82px;height: 4px;background-color: #feea00;margin: 55px 0 35px;}
.contact2 .fl>p{font-size: 16px;color: #999;line-height: 52px;}
.contact2 .fl ul{display: flex;justify-content: space-between;border-bottom: 1px solid #efefef;border-top: 1px solid #efefef;}
.contact2 .fl ul li{padding: 20px 0;}
.contact2 .fl ul li span{font-size: 16px;color: #999;display: block;margin-bottom: 10px;}
.contact2 .fl ul li p{font-size: 20px;color: #333;}
.contact2-form{width: 50%;padding: 5% 10% 5% 5%;box-sizing: border-box;}
.contact2-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact2-form form input{width: 47%;line-height: 48px;height: 48px;font-size: 18px;margin-bottom: 25px;text-indent: 1em;background-color: #f7f7f9;border: none;box-shadow: none;}
.contact2-form form textarea{width: 100%;height: 150px;font-size: 18px;line-height: 36px;border: none;box-shadow: none;background-color: #f7f7f9;padding: 18px;box-sizing: border-box;}
.contact2-form form #reset{width: 48%;height: 48px;line-height: 48px;background-color: #7c7372;text-align: center;color: #fff;box-shadow: none;margin-top: 35px;border: none;}
.contact2-form form #submit{width: 48%;height: 48px;line-height: 48px;background-color: #feea00;text-align: center;color: #8b8758;margin-top: 35px;border: none;}
.contact .ewm{margin-top: 60px;}
.linian{padding:100px 0;background-color: #fcfcfc;}
.linian .alllinian{width: 100%;background-color: #fff;display: flex;justify-content: space-between;margin-bottom: 110px;}
.linian .alllinian .text{padding: 160px 0 0 130px;}
.linian .alllinian .text p{font-size: 36px;color: #333;}
.linian .alllinian .text span{font-size: 30px;color: #333;font-weight: 100;text-transform: uppercase;display: block;margin-bottom: 100px;}
.linian .alllinian .text abbr{font-size: 30px;color: #333;display: block;}
.linian ul{display: flex;justify-content: space-between;}
.linian ul li{width:32%;padding: 70px;box-sizing: border-box;background-color: #fff;}
.linian ul li img{display: block;margin: 0 auto;}
.linian ul li .text{margin-top: 30px;}
.linian ul li .text p::after{content: '';display: block;width: 45px;height: 3px;background-color: #feea00;margin: 25px auto 65px;}
.linian ul li .text p{font-size: 36px;color: #333;text-align: center;}
.linian ul li .text abbr{font-size: 18px;color: #333;text-align: center;display: block;}
.rencailinian{padding: 115px 0;}
.rencaitext{position: relative;padding: 65px 115px;box-sizing: border-box;width: 100%;border: 1px solid #cccccc;}
.rencaitext span{font-size: 30px;font-weight: bold;color: #333;position: absolute;top: -24px;display: block;background-color: #fff;}
.rencaitext .neirong{font-size: 16px;line-height: 52px;color: #333;text-indent: 2em;}
.rencailinian ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.rencailinian ul li{width: 27%;margin-bottom: 130px;border-radius: 10px;background-color: #fcfcfc;cursor: pointer;transition: .3s;}
.rencailinian ul li .pimg{position: relative;}
.rencailinian ul li .num{border-radius: 20px;position: absolute;bottom: -37px;left: -37px;width: 74px;height: 74px;background-color: #fff;color: #7c7372;font-size: 30px;text-align: center;line-height: 74px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.rencailinian ul li:hover{background-color: #feea00;}
.rencailinian ul li .pimg{width: 83%;transform: translate(84px,-14px);}
.rencailinian ul li .pimg img{width: 100%;}
.rencailinian ul li .text{padding: 40px;box-sizing: border-box;width: 100%;}
.rencailinian ul li .text span{font-size: 24px;color: #333;display: block;margin-bottom: 40px;}
.rencailinian ul li .text .neirong{font-size: 18px;color: #333;line-height: 36px;text-indent: 2em;}
.shebei{padding: 150px 0;}
.shebei ul{margin-left: 16%;box-sizing: border-box;width: 100%;border-left: 1px solid #feea00;}
.shebei ul li{padding-left: 50px;position: relative;width:70%;}
.shebei ul li .pimg{margin-bottom: 85px;}
.shebei ul li .num{font-size: 60px;color: #feea00;font-weight: bold;position: absolute;left: -100px;top: -20px;}
.shebei ul li .num::after{content: '';display: block;border-radius: 50%;width: 16px;height: 16px;background-color: #feea00;position: absolute;right: -34px;top: 20px;}
.shebei ul li .text span{display: block;font-size: 30px;color: #333;margin-bottom: 20px;}
.shebei ul li .text .neirong{font-size: 18px;color: #333;line-height: 52px;margin-bottom: 50px;text-indent: 2em;}
.wenhuabg{padding: 110px 0;}
.wenhuabg .neirong{font-size: 18px;color: #333;line-height: 36px;width: 80%;margin: 0 auto;text-indent: 2em;}
.wenhuaallnav{display: flex;justify-content: space-between;width: 90%;margin: 0 auto;}
.wenhuaallnav .wenhua{width: 45%;position: relative;}
.wenhuaallnav .wenhua .pimg{width:100%}
.wenhuaallnav .wenhua .pimg img{width:100%;display: block;}
.wenhuaallnav .wenhua .text{position: absolute;bottom: 0;left: 0;padding: 60px;width: 100%;box-sizing: border-box;height: 180px;transition: .5s;}
.wenhuaallnav .wenhua .text span{display: block;line-height: 90px;line-height: 90px;color: #fff;font-size: 36px;}
.wenhuaallnav .wenhua .text p{visibility: hidden;text-indent: 2em;}
.wenhuaallnav .wenhua:hover .text{height: 420px;background-color: rgba(254, 234, 0, 0.5);}
.wenhuaallnav .wenhua:hover .text span{color: #7c7372;}
.wenhuaallnav .wenhua:hover .text p{visibility: visible;font-size: 24px;color: #7c7372;line-height: 36px;}
.wenhuabg ul{margin-top: 130px;}
.wenhuabg ul li{width: 24%;float: left;margin-right: 1%;margin-bottom: 65px;}
.wenhuabg ul li:nth-child(4n){margin-right: 0;}
.wenhuabg ul li .pimg{width: 100%;}
.wenhuabg ul li .pimg img{width: 100%;}
.wenhuabg ul li span{display: block;text-align: center;font-size: 16px;color: #333;line-height: 60px;height: 60px;overflow: hidden;}


.page {padding:30px 0; font-size:14px; overflow:hidden; text-align:center; }
.page span{float:none;}
.page a { color:#333; background:#f1f1f1; margin:5px; padding:0 15px; line-height:40px; display: inline-table; }
.page a:hover { background:#005bac; color:#fff; border-radius:0px;}
.page a:active {  background:#005bac; color:#fff; border-radius:0px;}
.page a.page-num-current { background:#005bac; color:#fff; display:inline-table; border-radius:0px; line-height:40px; padding:0 15px; margin:0 5px;}
.page span.current { background:#005bac; color:#fff; display:inline-table; border-radius:0px; line-height:40px; padding:0 15px; margin:0 5px;}
.page span.no { background:#f1f1f1; color:#333; display:inline-table; border-radius:0px; line-height:40px; padding:0 15px; margin:0 5px;}
.page span.disabled { padding:0 9px 0 0px; }


@media screen and (max-width:1760px){
  .w1760{width: 90%;}
  .index_about .fl{width: 50%;margin-right: 6%;}
  .index_about .fl ul{margin-top: 60px;}
  .index_d_a{width: 600px;}
  .index_d_b_box .index_d_b{width: 300px;}
  .chanpinxilie{width: 1300px;}
  .index_d_a{height: 370px;}
  .index_d_a .text{padding: 30px;}
  .index_d_a .pimg img{display: block;}
  .index_d_a .text abbr{margin: 30px 0px;font-size: 14px;}
  .index_d_b_box{right: -50px;top: 52%;transform: translateY(-40.5%);}
  .index_d_b_box .index_d_b{width: 294px;}
  .index_fuwu .swiper-button-prev{left: 76%;}
  .all>.swiper-wrapper>.index_pro.swiper-slide-visible .business__right{transform: translateY(-50%);}
  .business__right{width: 400px;right: 17%;}
  .business__ico span{margin-left: 5px;font-size: 14px;}
  .business-r a span{margin-right: 5px;}
  .business__ico1 span{margin-bottom: 10px;font-size: 14px;}
  .business-swipers .text span{font-size: 24px;}
  .business-swipers .text p{font-size: 18px;}
  .business-swipers .text a{font-size: 14px;}
  .index_pro .swiper-slide{background-size: cover !important;}
  .business-swipers .text{width: 300px;}
  .business-swipers .text .neirong{margin: 10px 0;}
  .business-swipers .text .pimg{margin: 10px 0;}
  .business-swipers .text span{padding-bottom: 10px;}
  .informate__data{left: -103px;}
  .informate__data b{font-size: 22px;}
  .informate__data i{font-size: 16px;}
  .all>.swiper-wrapper>.index_news.swiper-slide-visible .fl span{font-size: 24px;}
  .index_ziyuanhhh ul li:nth-child(1){margin-top: 0;}
  .index_ziyuanhhh ul li:nth-child(3){margin-top: 50px;}
  .index_contact ul{margin: 50px 0;}
  .index_contact .fr p{font-size: 30px;}
  .honor-content ul li p{line-height: 60px;height: 60px;}
  .honor-content5 ul li{padding: 20px;}
  .product-atxt h4{font-size: 24px;}
  .product-atxt p{font-size: 14px;}
  .product-content ul li .product-img{width: 48%;}
  .linian .alllinian .text{width: 50%;padding: 70px 0 0 130px;}
  .linian .alllinian .pimg{width: 50%;}
  .linian .alllinian .pimg img{width: 100%;}
  .linian ul li .text p{font-size: 24px;}
  .linian ul li .text p::after{margin: 20px auto;}
  .linian ul li .text abbr{font-size: 14px;}
  .honor-content2 ul li .pimg{height: 205px;}
  .news-content .istopall .news-txt{padding:50px}
  .news-content .istopall .news-txt p{margin-bottom: 30px;}
  .news-content .istopall .news-txt h3::after{margin: 10px 0;}
  .news-content .istopall .news-txt h3{font-size: 20px;}
  .news-content .istopall .news-txt p{font-size: 14px;}
  .news-content .istopall .news-img img{display: block;}
  .news-content li .text p{margin-bottom: 30px;}
  .rencailinian ul li .text span{font-size: 18px;}
  .rencailinian ul li .text .neirong{font-size: 14px;}
  .rencailinian ul li .num{font-size: 24px;}
  .jobslist .fr .text p{font-size: 24px;}
  .jobslist .fr .text span{font-size: 16px;}
  .jobslist .fr .text abbr{font-size: 14px;}
  .jobslist .fr .text a{font-size: 14px;width: 100px;line-height: 32px;height: 32px;}
  .contact2-masked{padding:50px}
  .nbanner{height: 500px !important;}
  .honor-content4 ul li .pimg{max-height: 317px;}
  .index_contact span{font-size: 28px;}
  .product-content2 tr td:last-child{width: 29% !important;}
}
