@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Microsoft YaHei" ,'youshebiaotiheiregular';
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 内页新闻列表 */
.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #00a0e9;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #00a0e9;
}

.top1 {
  background-color: #333333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 36px;
  line-height: 36px;
  left: 0;
  color: #eeeeee;
}

.top1 .w1 {
  background: url(../images/t1.png) left center no-repeat;
  padding-left: 33px;
  line-height: 36px;
}

.top1 .w2 {
  margin-left: 22px;
  background: url(../images/t2.png) left center no-repeat;
  padding-left: 28px;
  line-height: 36px;
}

.top1 .w3 {
  background: url(../images/t3.png) left center no-repeat;
  padding-left: 32px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
}

.top1 .w3 .drown {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 161px;
  right: -40px;
  top: 36px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}

.top1 .w3:hover .drown {
  display: block;
}

.container {
  max-width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.htop .logo {
  margin-top: 27px;
}

.htop .logo .t1 {
  display: block;
}

.htop .logo .t2 {
  display: none;
}

.htop .tnav {
  width: 850px;
  margin-left: 38px;
}

.htop .tnav ul li {
  float: left;
  line-height: 141px;
  position: relative;
  width: 141px;
  text-align: center;
  z-index: 99999;
}

.htop .tnav ul li.cur::after, .htop .tnav ul li:hover::after {
  content: '';
  display: block;
  width: 141px;
  height: 8px;
  background-color: #0067c7;
  position: absolute;
  bottom: -4px;
  margin-left: -70.5px;
  left: 50%;
  border-radius: 4px;
}

.htop .tnav ul li .x-sub-menu {
  position: absolute;
  top: 141px;
  background: rgba(249, 249, 249, 0.85);
  width: 100%;
  padding: 15px 0;
  display: none;
  border-radius: 10px;
}

.htop .tnav ul li .x-sub-menu li {
  line-height: 36px;
}

.htop .tnav ul li .x-sub-menu li a {
  color: #666666;
  font-size: 18px;
}

.htop .tnav ul li .x-sub-menu li.cur, .htop .tnav ul li .x-sub-menu li:hover {
  background: #eeeeee;
}

.htop .tnav ul li .x-sub-menu li.cur::after, .htop .tnav ul li .x-sub-menu li:hover::after {
  content: '';
  display: none;
}

.htop .tnav ul li:hover .x-sub-menu {
  display: block;
}

.htop .tnav ul li a {
  font-size: 15px;
  color: #333;
}

.htop .s {
  width: 140px;
  float: right;
  line-height: 141px;
  position: relative;
  z-index: 99999;
}

.htop .s h3 {
  font-size: 20px;
  font-weight: normal;
}

.htop .s:hover h3 {
  color: #0067c7;
}

.htop .s img {
  margin-right: 11px;
}

.htop .s a {
  color: #333333;
  display: block;
  line-height: 32px;
  padding-left: 30px;
  border-left: 4px solid #fff;
}

.htop .s a:hover {
  border-left: 4px solid #0067c7;
}

.htop .s .sec {
  width: 170px;
  box-sizing: border-box;
  position: absolute;
  top: 93px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.3);
  padding: 28px 0;
  display: none;
}

.htop .s:hover .sec {
  display: block;
}

.htop.on {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 99999;
}

.htop.on .s h3 {
  line-height: 100px;
}

.htop.on .logo {
  margin-top: 6px;
}

.htop.on .logo .t1 {
  display: none;
}

.htop.on .logo .t2 {
  display: block;
}

.htop.on .tnav ul li {
  line-height: 100px;
}

.htop.on .tnav ul li .x-sub-menu {
  top: 100px;
}

.htop.on .tnav ul li a {
  color: #333;
}

.i-zhi {
  margin-top: 66px;
}

.i-zhi h3 {
  font-size: 37px;
  font-weight: normal;
  position: relative;
  line-height: 68px;
}

.i-zhi h3::after {
  content: '';
  display: block;
  width: 107px;
  height: 9px;
  background-color: #15a03d;
  border-radius: 6px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -13px;
}

.i-zhi ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.i-zhi ul li {
  width: 206px;
  height: 617px;
  transition: width 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}

.i-zhi ul li img {
  max-width: 100%;
  border-radius: 4px;
}

.i-zhi ul li:hover {
  width: 455px;
}

.i-zhi ul li .bj {
  position: absolute;
  bottom: 0;
  background: url(../images/bj1.png) no-repeat top center;
  width: 100%;
  height: 313px;
  padding: 0 23px;
  box-sizing: border-box;
}

.i-zhi ul li .bj h4 {
  padding-top: 166px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

.i-zhi ul li .bj h4 p {
  font-size: 14px;
}

.i-zhi ul li .bj .content {
  font-size: 12px;
  text-align: left;
  color: #fff;
  display: none;
}

.i-zhi ul li .bj:hover h4 {
  padding-top: 100px;
  margin-bottom: 10px;
  text-align: left;
}

.i-zhi ul li .bj:hover h4 P {
  display: none;
}

.i-zhi ul li .bj:hover .content {
  display: block;
}

.i-about1 {
  background: url(../images/aboutbg.png) no-repeat top center;
  height: 640px;
  box-sizing: border-box;
  padding-top: 69px;
  margin-top: 96px;
}

.i-about1 .i-about1-left {
  width: 220px;
  float: left;
}

.i-about1 .i-about1-left h3 {
  color: #333333;
  font-size: 37px;
}

.i-about1 .i-about1-left p {
  padding-top: 46px;
  font-size: 18px;
}

.i-about1 .i-about1-left p b {
  font-size: 89px;
  display: block;
  color: #0067c7;
}

.i-about1 .i-about1-left p b span {
  color: #15a03d;
}

.i-about1 .i-about1-left a.more {
  display: block;
  margin-top: 210px;
  width: 138px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #0067c7;
  font-size: 16px;
  text-align: center;
  border-radius: 26px;
}

.i-about1 .i-about1-right {
  width: 790px;
  float: right;
}

.i-about1 .i-about1-right .content {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

.i-about1 .i-about1-right ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.i-about1 .i-about1-right ul li span {
  font-size: 56px;
  font-weight: bold;
  color: #15a03d;
}

.i-about1 .i-about1-right ul li i {
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  color: #15a03d;
  position: relative;
  top: -30px;
}

.i-about1 .i-about1-right ul li p {
  font-size: 16px;
  color: #050505;
}

.sitemap {
  line-height: 79px;
  margin-top: 32px;
  border-bottom: 1px solid #eeeeee;
}

.sitemap .sitemap1 {
  color: #333;
  font-size: 24px;
}

.sitemap .sitemap1 a {
  color: #333;
}

.sitemap .sitemap1 a:nth-child(1) {
  font-size: 28px;
}

.sitemap .xypg-left-nav {
  float: right;
  display: flex;
}

.sitemap .xypg-left-nav li {
  text-align: center;
  position: relative;
  margin: 0 15px;
}

.sitemap .xypg-left-nav li a {
  color: #999999;
  font-size: 22px;
}

.sitemap .xypg-left-nav li a.cur, .sitemap .xypg-left-nav li a:hover {
  color: #333;
}

.sitemap .xypg-left-nav li a.cur::after, .sitemap .xypg-left-nav li a:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #df1515;
  position: absolute;
  bottom: 0;
}

.sitemap.on {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #fff;
  margin-top: 38px;
  z-index: 99999;
}

.sitemap.on .sitemap1 {
  display: none;
}

.sitemap.on .xypg-left-nav {
  width: 100%;
}

.n-about .nabj {
  background-color: #f8f8f8;
  padding-bottom: 86px;
  padding-top: 60px;
}

.n-about .abj {
  background-color: #f8f8f8;
  padding: 83px 0;
}

.n-about h3 {
  text-align: center;
  font-size: 44px;
  color: #333333;
  font-weight: normal;
}

.n-about h3::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #1f6bc6;
  display: block;
  text-align: center;
  margin: 12px auto 0;
}

.n-about h3.htt {
  color: #fff;
}

.n-about h3.htt::after {
  background-color: #fff;
}

.n-about .content {
  margin-top: 40px;
  font-size: 20px;
  color: #333333;
  text-indent: 30px;
  line-height: 34px;
}

.n-about .video {
  text-align: center;
  margin-top: 30px;
}

.n-about ul.u1 {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
}

.n-about ul.u1 li {
  width: 270px;
  text-align: center;
}

.n-about ul.u1 li h4 {
  font-size: 28px;
  color: #1f6bc6;
  margin-top: 26px;
}

.n-about ul.u1 li p {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  line-height: 30px;
}

.n-about ul.u2 {
  margin-top: 36px;
}

.n-about ul.u2 li {
  width: 335px;
  float: left;
  margin-right: 20px;
}

.n-about ul.u2 li:last-child {
  margin-right: 0;
}

.n-about ul.u2 li h4 {
  margin-top: 30px;
  font-size: 32px;
  color: #333333;
}

.n-about ul.u2 li p {
  margin-top: 12px;
  color: #666666;
}

.n-about ul.u2 li p::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 50px;
  background: #1f6bc6;
}

.n-about ul.u3 {
  margin-top: 40px;
}

.n-about ul.u3 li {
  width: 220px;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.04);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 16px;
}

.n-about ul.u3 li:nth-child(6n) {
  margin-right: 0;
}

.fa-li {
  margin-top: 20px;
  background: url(../images/j.jpg) no-repeat left center;
  height: 520px;
}

.fa-li li {
  height: 520px;
  position: relative;
  width: 320px;
  float: left;
  margin-right: 40px;
}

.fa-li li:last-child {
  margin-right: 0;
}

.fa-li li .img1 {
  position: absolute;
  top: 152px;
  left: 0;
  width: 520px;
}

.fa-li li .nei {
  position: absolute;
  top: 405px;
  left: 0;
}

.fa-li li .nei h4 {
  font-size: 24px;
  color: #333333;
}

.fa-li li .nei p {
  padding-top: 6px;
  font-size: 18px;
  color: #666666;
}

.fa-li li:nth-child(2n) .nei {
  top: 30px;
}

a.moreaa1 {
  display: block;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #1f6bc6;
  color: #fff;
  margin: 40px auto 0;
}

.ny_banner {
  position: relative;
  width: 100%;
  text-align: center
}

.ny_banner img {
  max-width: 100%;
  margin: 0 auto;
}

.ny_banner ul {
  width: 1300px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -650px;
  text-align: center;
}

.ny_banner ul li {
  width: 432px;
  float: left;
  border-right: 2px solid #91d1a7;
}

.ny_banner ul li:last-child {
  border: none;
}

.ny_banner ul li .img1 {
  margin-left: 55px;
  margin-top: 8px;
}

.ny_banner ul li .nei {
  width: 218px;
  margin-left: 25px;
  text-align: left;
  color: #fff;
  float: left;
}

.ny_banner ul li .nei h3 {
  font-size: 16px;
}

.ny_banner ul li .nei p {
  font-size: 16px;
}

.ny_banner .content {
  width: 1300px;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -650px;
  text-align: center;
}

.ny_banner .content h3 {
  font-size: 78px;
  color: #fff;
  font-weight: 550;
}

.ny_banner .content h3 p {
  font-size: 24px;
  font-weight: normal;
  padding-top: 30px;
  letter-spacing: 10px;
}

.ny_banner .content h4 {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
}

.ny_banner .content h4 p {
  font-size: 24px;
  font-weight: normal;
  padding-top: 30px;
  letter-spacing: 10px;
}

.ny_banner form {
  margin: 0 auto;
  margin-top: 65px;
  width: 820px;
}

.ny_banner form input::placeholder {
  color: #fff;
}

.ny_banner form input#keyword {
  width: 516px;
  float: left;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
}

.ny_banner form input#s_btn {
  width: 163px;
  float: right;
  background: url(../images/s.png) no-repeat 14px center #fff;
  text-align: center;
  line-height: 52px;
  border: none;
  color: #333;
}

.container1 {
  width: 1300px;
  margin: 0 auto;
}

.container1 .swiper-container1 {
  width: 1300px;
  overflow: hidden;
  margin-top: 33px;
}

.container1 .swiper-container1 .swiper-slide {
  width: 133px;
  height: 72px;
  background-color: #fff;
  text-align: center;
  line-height: 72px;
  display: flex;
  align-items: center;
}

.container1 .swiper-container1 .swiper-slide img {
  margin: 0 auto;
}

.zhuy {
  position: relative;
}

.zhuy .swiper-button-next1 {
  background: url(../images/left3.png) no-repeat;
  width: 18px;
  height: 72px;
  left: -25px;
  top: 0;
  position: absolute;
}

.zhuy .swiper-button-prev1 {
  background: url(../images/right3.png) no-repeat;
  width: 18px;
  height: 72px;
  right: -25px;
  left: auto;
  top: 0;
  position: absolute;
}

.n-fu {
  margin-top: 60px;
}

.n-fu h3 {
  text-align: center;
  font-size: 38px;
  color: #333333;
  line-height: 120px;
}

.n-fu .n-fu-left {
  width: 700px;
  float: left;
}

.n-fu .n-fu-left h4 {
  font-size: 28px;
  background: url(../images/x.png) no-repeat left center;
  line-height: 29px;
  padding-left: 38px;
}

.n-fu .n-fu-left h5 {
  font-size: 20px;
  color: #666666;
  font-weight: normal;
  padding: 30px 0;
}

.n-fu .n-fu-left .content {
  background: #fbfbfb;
  height: 260px;
  box-sizing: border-box;
  padding: 50px 50px 0 38px;
  margin-top: 8px;
}

.n-fu .n-fu-left .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n-fu .n-fu-left .content ul li {
  margin-right: 7px;
  margin-bottom: 39px;
}

.n-fu .n-fu-left .content ul li:nth-child(3n) {
  margin-right: 0;
}

.n-fu .n-fu-left .content ul li .img1 {
  width: 56px;
  text-align: center;
}

.n-fu .n-fu-left .content ul li .nei {
  margin-left: 10px;
  width: 130px;
}

.n-fu .n-fu-left .content ul li .nei .title {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}

.n-fu .n-fu-left .content ul li .nei p {
  font-size: 14px;
  color: #999999;
  padding-top: 4px;
}

.n-fu .n-fu-right {
  width: 564px;
  float: right;
}

.n-fu1 {
  margin-top: 50px;
}

.n-fu1 h3 {
  font-size: 28px;
  background: url(../images/x.png) no-repeat left center;
  line-height: 29px;
  padding-left: 38px;
}

.n-fu1 ul {
  margin-top: 30px;
}

.n-fu1 ul li {
  width: 310px;
  height: 160px;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.n-fu1 ul li + li {
  margin-left: 20px;
}

.n-fu1 ul li .img1 {
  margin-left: 50px;
  transition: all .5s;
}

.n-fu1 ul li .img1 img {
  transition: all .5s;
}

.n-fu1 ul li:hover .img1 img {
  transform: rotate(360deg);
}

.n-fu1 ul li .nei {
  color: #fff;
  font-size: 16px;
  margin-right: 50px;
}

.n-fu1 ul li .nei p {
  font-size: 16px;
}

.n-zheng {
  background: url(../images/zeng.jpg) no-repeat top center;
  height: 1020px;
  margin-top: 124px;
}

.n-zheng h3 {
  text-align: center;
  line-height: 170px;
  color: #fff;
  font-size: 38px;
}

.n-zheng .hd {
  background: #243671;
}

.n-zheng .hd ul li {
  width: 325px;
  height: 120px;
  float: left;
  padding: 27px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.n-zheng .hd ul li .hide1{
    display: none;
}
.n-zheng .hd ul li.on {
  background-color: #1984e3;
}.n-zheng .hd ul li.on .hide1{
    display: block;
}
.n-zheng .hd ul li.on .show1{
    display: none;
}
.n-zheng .hd ul li.on::after {
  content: '';
  display: block;
  width: 19px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -9.5px;
  background: url(../images/j.png) no-repeat;
}

.n-zheng .hd ul li .img1 {
  float: left;
  margin-left: 46px;
}

.n-zheng .hd ul li .nei {
  width: 200px;
}

.n-zheng .hd ul li .nei .title {
  font-size: 20px;
  color: #fff;
}

.n-zheng .hd ul li .nei p {
  font-size: 12px;
  color: #fff;
}

.n-zheng .bd {
  margin-top: 95px;
}

.n-zheng .bd li .box1a {
  width: 355px;
  display: block;
  background: url(../images/b.png) no-repeat top center;
  width: 595px;
  height: 148px;
  box-sizing: border-box;
  padding: 29px 0 0 36px;
  margin-bottom: 21px;
}

.n-zheng .bd li .box1a .img1 {
  float: left;
  margin-right: 30px;
}

.n-zheng .bd li .box1a h4 {
  font-size: 22px;
  color: #fff;
}

.n-zheng .bd li .box1a p {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 325px;
  white-space: wrap;
}

.n-fu2 h3 {
  line-height: 230px;
  text-align: center;
  color: #333333;
  font-size: 38px;
}

.n-fu2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.n-fu2 ul li {
  width: 325px;
  text-align: center;
  margin-bottom: 86px;
}

.n-fu2 ul li h4 {
  font-size: 22px;
  color: #333333;
  margin-top: 30px;
}

.n-fu2 ul li p {
  color: #999999;
  font-size: 16px;
  margin-top: 6px;
}

.n-heng {
  background: url(../images/more1.jpg) no-repeat top center;
  height: 190px;
}

.n-heng a.more {
  display: block;
  width: 281px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  color: #15a03d;
  margin-top: 65px;
  float: right;
}

.sou-list {
  border-radius: 10px;
}

.sou-list h3 {
  color: #333333;
  font-size: 41px;
  margin-top: 70px;
}

.sou-list h3::before {
  content: '';
  display: block;
  width: 87px;
  height: 9px;
  background-color: #15a03d;
  margin-bottom: 20px;
}

.sou-list ul.n1 {
  background: #1f6bc6;
  margin-top: 28px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sou-list ul.n1 li {
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
  height: 112px;
  font-size: 24px;
  box-sizing: border-box;
  padding: 30px 0;
  color: #fff;
}

.sou-list ul.n1 li span {
  display: block;
  font-size: 16px;
}

.sou-list ul.n1 li::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 26px;
  margin-top: -13px;
  width: 2px;
  background: #8091a6;
}

.sou-list ul.n1 li:last-child::after {
  display: none;
}

.sou-list ul.n2 {
  border: 1px solid #01244e;
  background: none;
}

.sou-list ul.n2 li .w20 {
  width: 20%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #01244e;
  font-size: 21px;
  color: #000000;
  line-height: 56px;
  position: relative;
}

.sou-list ul.n2 li .w20::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #8091a6;
}

.sou-list .holder {
  text-align: center;
  margin-top: 30px;
}

.sou-list .holder a {
  padding: 0 10px;
}

.sou-list .holder a.jp-current {
  background-color: #1f6bc6;
  color: #fff;
  cursor: pointer;
}

.n-contact {
  margin-top: 68px;
}

.n-contact h3 {
  color: #333333;
  font-size: 41px;
}

.n-contact h3::before {
  content: '';
  display: block;
  width: 87px;
  height: 9px;
  background-color: #15a03d;
  margin-bottom: 20px;
}

.n-contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n-contact ul .banner-item {
  width: 627px;
  margin-top: 42px;
}

.n-contact ul .banner-item .img1 {
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  background: #0067c7;
  display: flex;
  align-items: center;
  float: left;
}

.n-contact ul .banner-item .img1 img {
  margin: 0 auto;
}

.n-contact ul .banner-item h4 {
  width: calc(100% - 74px);
  background-color: #fff;
  display: block;
  line-height: 74px;
  text-indent: 14px;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
}

.n-contact ul .banner-item:hover h4 {
  color: #0067c7;
}

.n-map {
  margin-top: 38px;
}

.zhu-product {
  background-color: #f7f7f7;
  padding: 68px 0;
}

.zhu-product h3 {
  color: #333333;
  font-size: 41px;
}

.zhu-product h3::before {
  content: '';
  display: block;
  width: 87px;
  height: 9px;
  background-color: #15a03d;
  margin-bottom: 20px;
}

.zhu-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2%;
}

.zhu-product ul li {
  width: 260px;
  height: 260px;
  position: relative;
  cursor: pointer
}
.zhu-product ul li h4{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,.66);
    color: #fff;
    box-sizing: border-box;
    font-size: 25px;
    padding-top: 50px;
    padding-left: 15px;
    text-transform: uppercase;
}
.zhu-product ul li h4::before{
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    margin-bottom: 12px;
}
.zhu-product ul li:nth-child(2){
    width: 520px;
}
.zhu-product ul li:nth-child(2) img{
    width: 520px;
}
.zhu-product ul li:nth-child(2) h4,.zhu-product ul li:last-child h4{
    display: none;
}

.zhu-product ul li:hover h4{
    display: none;
}
.zhu-product ul li .show{
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 100%;
    text-align: center;
    display: none
}
.zhu-product ul li:hover .show{
    display: block;
}
.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .container {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -700px;
}

.banner h3 {
  padding-top: 100px;
  font-family: 'youshebiaotiheiregular';
  font-style: italic;
  font-size: 100px;
  line-height: 120px;
  color: #fff;
}

.banner p {
  font-size: 32px;
  color: #fff;
  margin-top: 30px;
}

.banner a {
  margin-top: 80px;
  width: 216px;
  height: 56px;
  background-color: #1f6bc6;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner a span {
  display: block;
}

.banner a span, .banner a::before {
  font-weight: 700;
  left: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: -1px;
  width: 216px;
  height: 100%;
  background: #ffc107;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}

.banner a:hover::before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.banner a:hover span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h2.itt {
  text-align: center;
  color: #333333;
  font-size: 34px;
}

h2.itt p {
  font-size: 24px;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}

h2.itt.cff {
  color: #fff;
}

h2.itt.cff p {
  color: #fff;
}

.i-prodcut {
  background: url(../images/productbj.jpg) no-repeat top center;
  height: 1219px;
  box-sizing: border-box;
  
}

.i-prodcut .i-tt {
  height: 186px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.i-prodcut .i-tt b {
  color: #fefefe;
  font-size: 50px;
  font-weight: normal;
  position: absolute;
  z-index: 999;
  top: 86px;
  width: 100%;
  text-align: center;
  left: 0;
}

.i-prodcut .i-tt p {
  font-size: 62px;
  font-weight: bold;
  color: #fff;
  opacity: 0.15;
  line-height: 186px;
  text-transform: uppercase;
}

.i-prodcut .gud {
  height: 350px;
  position: relative;
  width: 100%;
}

.i-prodcut .gud li {
  position: absolute;
  top: 0;
  left: 128px;
}

.i-prodcut .gud li a {
  display: block;
  width: 237px;
  height: 225px;
}

.i-prodcut .gud li .bef {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 237px;
  height: 225px;
  box-sizing: border-box;
  padding: 50px 0;
}

.i-prodcut .gud li .bef img {
  display: block;
}

.i-prodcut .gud li .bef h4 {
  font-size: 21px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  width: 100%;
}

.i-prodcut .gud li .hover {
  position: relative;
  display: none;
}

.i-prodcut .gud li .hover .content {
  position: absolute;
  top: 78px;
  width: 100%;
  text-align: center;
}

.i-prodcut .gud li .hover .content h4 {
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}

.i-prodcut .gud li .hover .content .more {
  margin-top: 18px;
}

.i-prodcut .gud li:hover .bef {
  display: none;
}

.i-prodcut .gud li:hover .hover {
  display: block;
}

.i-prodcut .gud li.ty1 {
  top: 123px;
  left: 129px;
}

.i-prodcut .gud li.ty2 {
  left: 263px;
}

.i-prodcut .gud li.ty3 {
  left: 394px;
  top: 123px;
}

.i-prodcut .gud li.ty4 {
  left: 529px;
}

.i-prodcut .gud li.ty5 {
  left: 662px;
  top: 123px;
}

.i-prodcut .gud li.ty6 {
  left: 794px;
}

.i-prodcut .gud li.ty7 {
  left: 925px;
  right: 137px;
  top: 123px;
}

.i-prodcut a.more1 {
  display: block;
  width: 380px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border: 3px solid #fff;
  border-radius: 30px;
  text-align: center;
  margin: 167px auto 0;
  color: #fff;
}

.i-prodcut a.more1 img {
  margin-left: 36px;
}

.i-product_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 61px;
}
.i-product_list li{
    width: 32%;
    margin-bottom: 21px;
    border-radius: 6px;
    
}
.i-product_list li img{
    width: 100%;
    border-radius: 6px;
}

.i-he .stktt {
  height: 236px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.i-he .stktt b {
  color: #0067c7;
  font-size: 50px;
  position: absolute;
  z-index: 999;
  top: 96px;
  width: 100%;
  text-align: center;
  left: 0;
}

.i-he .stktt p {
  font-size: 62px;
  font-weight: bold;
  color: #0067c7;
  opacity: 0.27;
  line-height: 236px;
  text-transform: uppercase;
}

.i-he ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.i-he ul li {
  width: 172px;
  height: 86px;
  border: 1px solid #21a547;
  margin-bottom: 20px;
  margin-right: 11px;
}

.i-he ul li:nth-child(7n) {
  margin-right: 0;
}

.i-he ul li.last {
  font-size: 20px;
  text-align: center;
  line-height: 86px;
  margin-right: 0;
}

.i-news {
  background: url(../images/news.jpg) no-repeat top center;
  height: 960px;
  box-sizing: border-box;
  padding-top: 80px;
}

.i-news .itt {
  height: 72px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.i-news .itt b {
  color: #0067c7;
  font-size: 50px;
  position: absolute;
  z-index: 999;
  top: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}

.i-news .itt p {
  font-size: 62px;
  font-weight: bold;
  color: #0067c7;
  opacity: 0.16;
  line-height: 53px;
  text-transform: uppercase;
}

.i-news .boxx {
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  padding: 20px 10px;
  margin-top: 44px;
}

.i-news .boxx .i-news-left {
  width: 620px;
  float: left;
  margin-top: 30px;
}

.i-news .boxx .i-news-left .time {
  width: 69px;
  height: 66px;
  background: #15a03d;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 3px;
  line-height: 24px;
  text-align: center;
}

.i-news .boxx .i-news-left .time .date {
  line-height: 24px;
  border-bottom: 1px solid #fff;
}

.i-news .boxx .i-news-left img {
  max-width: 100%;
}

.i-news .boxx .i-news-left .content {
  margin-top: 40px;
}

.i-news .boxx .nei {
  width: 532px;
  float: right;
}

.i-news .boxx .nei h3 {
  line-height: 66px;
  color: #333333;
  font-size: 30px;
}

.i-news .boxx .nei p {
  font-size: 18px;
  color: #333333;
}

.i-news .i-news-right {
  width: 634px;
}

.i-news .i-news-right li .img1 {
  width: 202px;
  height: 129px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.i-news .i-news-right li .img1 img {
  max-width: 100%;
}

.i-news .i-news-right li .img1 .time {
  position: absolute;
  top: 0;
  left: 22px;
  width: 69px;
  height: 66px;
  background: #15a03d;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 3px;
  line-height: 24px;
  text-align: center;
}

.i-news .i-news-right li .img1 .time .date {
  line-height: 24px;
  border-bottom: 1px solid #fff;
}

.i-news .i-news-right li .nei {
  width: 417px;
  float: right;
}

.i-news .i-news-right li .nei h3 {
  font-size: 18px;
}

.i-news .i-news-right li .nei .more {
  color: #0067c7;
  font-size: 14px;
  margin-top: 28px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

footer {
  padding-top: 65px;
  background-color: #fff;
}

footer .c1 {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #0067c7;
  margin-bottom: 30px;
}

footer .c1 .c1-left {
  color: #15a03d;
  font-size: 31px;
  font-weight: normal;
}

footer .c1 .c1-left h3 {
  font-weight: normal;
}

footer .c1 .c1-left span {
  color: #333333;
}

footer .c1 .c1-left p {
  position: relative;
  left: -3px;
  font-size: 12px;
  transform: scale(0.95);
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

footer .foot-nav ul {
  width: 800px;
  margin-left: 10px;
}

footer .foot-nav li {
  width: 200px;
  float: left;
  text-align: left;
}

footer .foot-nav li a {
  display: block;
  font-size: 17px;
  color: #333333;
  line-height: 33px;
}

footer .foot-nav li a.fta1 {
  font-size: 19px;
  color: #333333;
  display: block;
  margin-bottom: 8px;
  line-height: 34px;
}

footer .foot-nav li a.fta1::after {
  content: '';
  display: block;
  height: 2px;
  background: url(../images/bta.jpg) no-repeat left center;
}

footer .f-er {
  width: 450px;
  text-align: left;
}

footer .f-er p {
  color: #333333;
  font-size: 17px;
}

footer .f-er p.p2 {
  font-size: 17px;
  color: #0067c7;
  margin-top: 16px;
}

footer .f-er p.p3 {
  font-size: 20px;
  color: #0067c7;
}

footer .f-er h3 {
  font-size: 28px;
  color: #0067c7;
}

footer .foot-out {
  background: #0067c7;
  line-height: 80px;
  color: #fff;
  margin-top: 30px;
}

footer .foot-out a {
  color: #ffffff;
}

.n-about1 {
  background: url(../images/about.jpg) no-repeat top center;
  box-sizing: border-box;
  padding-top: 120px;
  height: 1145px;
}

.n-about1 .about-nei {
  width: 900px;
}

.n-about1 h3 {
  font-size: 58px;
  color: #0067c7;
  font-weight: normal;
}

.n-about1 h3 p {
  color: #333333;
}

.n-about1 .content {
  color: #333333;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  text-indent: 35px;
  line-height: 38px;
}

.n-about1 .video {
  margin-top: 30px;
}

.n-about1 ul {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.n-about1 ul li {
  position: relative;
  text-align: center
}

.n-about1 ul li::after {
  content: '';
  display: block;
  position: absolute;
  right: -50px;
  width: 2px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  background-color: #d8dce5;
}

.n-about1 ul li span {
  color: #15a03d;
  font-size: 70px;
  font-family: impact;
}

.n-about1 ul li i {
  font-style: normal;
  color: #15a03d;
  font-size: 70px;
}

.n-about1 ul li p {
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.n-about2 {
  margin-top: 90px;
}

.n-about2 h3 {
  text-align: center;
  color: #333333;
  font-size: 44px;
  margin-bottom: 80px;
  
}

.n-about2 h3 p {
  font-size: 22px;
  color: #333333;
}
.s-tta{
    font-size: 28px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}
.s-tta p{
    text-transform: uppercase;
    color: #666666;
    
}
.n-about2 .fg-body {
  width: 1200px;
  height: 550px;
  position: relative;
  margin: 0 auto;
}

.n-about2 .fg-body li .navigation {
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.n-about2 .fg-body li .navigation a.btn {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  top: 150px;
}

.n-about2 .fg-body li .navigation a.prev {
  background: url(../images/left1.jpg) no-repeat;
  left: -112px;
}

.n-about2 .fg-body li .navigation a.next {
  background: url(../images/right1.png) no-repeat;
  right: -488px;
}

.n-about2 .fg-body .content {
  position: absolute;
  top: 100px;
  left: 112px;
  width: 600px;
}

.n-about2 .fg-body .content h4 {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
}

.n-about2 .fg-body .content p {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}

.n-about2 a.active .content {
  z-index: 99999;
}

.bg {
  background: url(../images/honr.jpg) no-repeat;
  height: 937px;
  margin-top: 113px;
}

.bg h3 {
  padding-top: 90px;
  font-size: 44px;
  color: #0067c7;
  text-align: center;
  margin-bottom: 74px;
}

.bg h3 p {
  font-size: 22px;
  text-transform: uppercase;
}

.bg .container {
  position: relative;
  height: 600px;
}

.bg .swiper-container {
  width: 100%;
  position: absolute;
  top: 268px;
}

.bg .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 421px;
  height: 594px;
}

.bg .bgImg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

.shadow {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  text-align: center;
  line-height: 670px;
  color: #ffffff;
  font-size: 30px;
  display: none;
  border-radius: 10px;
}

.n-fa1 {
  position: relative;
}

.n-fa1::before {
  content: '';
  width: 100%;
  max-width: 1920px;
  height: 2px;
  background-color: #cccccc;
  display: block;
  position: absolute;
  top: 144px;
}

.body-box {
  width: 1200px;
  margin: 100px auto;
  background: #fff;
}

.timer-shaft-box {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.timer-shaft {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 840px;
}

.timer-left {
  position: absolute;
  top: 18px;
  left: -105px;
  z-index: 99;
  width: 66px;
  height: 66px;
  background: url(../images/left2.jpg) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.timer-left:hover {
  background: url(../images/left2_on.jpg) no-repeat;
}

.timer-right {
  position: absolute;
  top: 18px;
  right: -105px;
  z-index: 99;
  width: 66px;
  height: 66px;
  background: url(../images/right2.jpg) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.timer-right:hover {
  background: url(../images/right2_on.jpg) no-repeat;
}

.timer-scale {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  white-space: nowrap;
}

.timer-scale-cont {
  display: inline-block;
  height: 100%;
  width: 260px;
  vertical-align: top;
  margin-right: 49px;
}

.timer-scale-cont .content {
  width: 260px;
  height: 700px;
  color: #666666;
  margin-top: 40px;
}

.timer-scale-cont .content h3 {
  color: #333333;
  font-size: 44px;
}

.timer-scale-cont .content1 {
  white-space: wrap;
  margin-top: 22px;
  line-height: 30px;
}

.timer-scale-cont .content .img1 {
  display: block;
  margin-top: 60px;
}

.timer-scale-cont .content img {
  margin-bottom: 20px;
  display: block;
}

.timer-scale-cont
.time-circle {
  display: inline-block;
  width: 18px;
  height: 35px;
  background: url(../images/f.jpg) no-repeat;
  margin-left: 22px;
}

.timer-scale-cont:hover .time-circle {
  background: url(../images/f_on.jpg) no-repeat;
}

.line-scale {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 22px;
  margin: 0 2px;
  background: url(../images/icon_scale.png) no-repeat;
  background-size: cover;
}

.timer-shaft-content {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
  font-size: 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.shaft-detail-cont {
  display: none;
  width: 100%;
}

.timer-year {
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  font-size: 0;
}

.icon-year {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 40px;
  background: url(../images/icon_sign.png) no-repeat;
  background-size: cover;
}

.timer-year span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  font-size: 24px;
}

.month-detail-box {
  position: relative;
  width: 100%;
  min-height: 93px;
  padding-top: 30px;
  font-size: 0;
  box-sizing: border-box;
  white-space: normal;
}

.month-detail-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 36.5px;
  height: 100%;
  border-right: 1px dashed #ff8d3d;
}

.month-detail-box .month-title {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.month-detail-box .month-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background: url(../images/icon_circle.png) no-repeat;
  background-size: cover;
}

.incident-record {
  display: inline-block;
  padding-left: 71px;
  line-height: 2;
  font-size: 14px;
  color: #333;
}

.incident-record a {
  font-size: 14px;
  color: #1d69a3;
}

.n-he {
  height: 1040px;
  background: url(../images/he.jpg) no-repeat top center;
}

.n-he h3 {
  color: #ffffff;
  font-size: 44px;
  font-weight: normal;
  padding-top: 80px;
  line-height: 86px;
}

.n-he h3 p {
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
}

.n-he ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 46px;
}

.n-he ul li {
  margin-bottom: 10px;
  overflow: hidden;
}

.n-he ul li img {
  transition: all .5s;
}

.n-he ul li:hover img {
  transform: scale(1.1);
}

.about_contact {
  margin-top: 3%;
}

.about_contact h2 {
  text-align: center;
  font-size: 20px;
  color: #0a1840;
  font-weight: normal;
}

.about_contact h2 p {
  font-size: 13px;
  color: #0a1840;
  padding-top: 2%;
}

.about_contact ul {
  margin-top: 3%;
}

.about_contact ul li {
  width: 24%;
  float: left;
}

.about_contact ul li + li {
  margin-left: 1.333%;
}

.about_contact ul li h3 {
  text-align: left;
  font-size: 16px;
  color: #183ead;
  padding-top: 3%;
  padding-bottom: 1%;
}

.about_contact ul li p {
  font-size: 13px;
}

.serchonew170 {
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto;
}

.page2box {
  background: url(../images/contact_bj.jpg) no-repeat center fixed;
  background-size: cover;
  margin-top: 3%;
}

.page2box .serchone {
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto;
}

.page2box ul {
  padding: 8% 0;
}

.page2box ul li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}

.page2box ul li h3 {
  color: #fff;
  font-size: 14px;
  padding: 3% 0;
  font-weight: normal;
}

.page2box ul li p {
  color: #fff;
  font-size: 14px;
}

.contacmap {
  margin-top: 3%;
}

.contacmap iframe {
  width: 100%;
  height: 600px;
}

.horn-list ul {
  margin: 0 -15px;
}

.horn-list ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  float: left;
}

.horn-list ul li .img1 {
  height: 200px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
}

.horn-list ul li h3 {
  background: #ccc;
  text-align: center;
  color: #333;
  line-height: 55px;
  font-weight: normal;
}

.horn-list ul li img {
  height: 100%;
  width: auto;
}

.time-line-box {
  margin-top: 40px;
}

.time-line-box ul:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.time-line-box ul li {
  float: left;
  width: 211px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}

.time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}

.time-line-box ul li dl {
  padding-left: 25px;
}

.time-line-box ul li dl dt {
  font-size: 22px;
  color: #2DA891;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: -32px;
  top: 0;
  border: #a1d4cc 4px solid;
}

.time-line-box ul li dl dd {
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}

.time-line-box ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.time-line-box ul li:first-child {
  margin-left: 95px;
}

.time-line-box ul li:last-child {
  margin-right: 40px;
}

.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}

.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}

.time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}

.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}

.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}

.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}

.btaa {
  text-align: center;
  font-size: 24px;
  padding: 3% 0;
  color: #333;
}

.bta {
  text-align: center;
  font-size: 24px;
  padding: 3% 0;
  color: #333;
}

.n-fa {
  margin-top: 80px;
}

.n-fa h3 {
  text-align: center;
  font-size: 44px;
  color: #333333;
  font-weight: normal;
}

.n-fa h3::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #1f6bc6;
  display: block;
  text-align: center;
  margin: 6px auto 0;
}

.n-fa ul {
  position: relative;
  height: 100%;
  background: url(../images/th.png) no-repeat 255px 0;
  padding-top: 106px;
  margin-top: 40px;
}

.n-fa ul::before {
  content: '';
  display: block;
  height: calc(100% - 106px);
  width: 6px;
  background-color: #a1c0e4;
  position: absolute;
  left: 277px;
  top: 106px;
}

.n-fa ul li {
  margin-left: 30px;
  margin-top: 59px;
  margin-bottom: 41px;
}

.n-fa ul li .tiem {
  width: 258px;
  float: left;
  text-align: center;
  color: #1f6bc6;
  font-size: 44px;
  position: relative;
  line-height: 162px;
}

.n-fa ul li .tiem::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #1f6bc6;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.n-fa ul li .nei {
  width: 1038px;
}

.n-fa ul li .nei .img1 {
  width: 260px;
  float: left;
}

.n-fa ul li .nei .content {
  width: 739px;
  float: right;
  line-height: 30px;
  display: flex;
  align-items: center;
  height: 160px;
}

.form-horizontal {
  background-color: #fafafa;
  padding: 3.95% 0 0 0;
}

.form-horizontal h3 {
  font-size: 40px;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
  font-weight: 500;
}

.form-horizontal h3 p {
  font-size: 18px;
  line-height: 1;
  color: #666666;
  text-align: center;
  margin-top: 30px;
}

.form-horizontal .nei {
  background-color: #fff;
  padding: 100px 11.9%  90px 11.9%;
  margin-top: 3%;
}

.form-horizontal .nei .name1 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.form-horizontal .nei .name1::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #ef6b00;
}

.form-horizontal .nei input {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin: 10px 0 30px 0;
  font-size: 16px;
  height: 100%;
  padding: 0 0 0 20px;
  width: 100%;
  height: 50px;
}

.form-horizontal .nei input:hover, .form-horizontal .nei input:focus {
  border: 1px solid #ef6b00;
  outline: none;
}

.form-horizontal .nei input#checkcode {
  width: calc(100% - 200px);
}

.form-horizontal .nei textarea {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin: 10px 0 30px 0;
  font-size: 16px;
  height: 100%;
  padding: 0 0 0 20px;
  width: 100%;
}

.form-horizontal .nei textarea:hover, .form-horizontal .nei textarea:focus {
  border: 1px solid #ef6b00;
  outline: none;
}

.g-b {
  margin-top: 38px;
}

.g-b .hd {
  width: 240px;
  float: left;
  position: relative;
  z-index: 999;
}

.g-b .hd ul li {
  position: relative;
  cursor: pointer;
  width: 100%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  height: 108px;
  color: #fff;
  flex-flow: row wrap;
  z-index: 99;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.g-b .hd ul li .t {
  font-size: 20px;
  color: #666666;
  width: 100%;
  font-weight: bold;
}

.g-b .hd ul li .t p {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.g-b .hd ul li.on .t {
  font-size: 20px;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

.g-b .hd ul li.on .t p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.g-b .hd ul li.on {
  background-color: #1f6bc6;
}

.g-b .hd ul li.on::after {
  content: '';
  display: block;
  position: absolute;
  right: -14px;
  background: url(../images/on.png) no-repeat center;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 35px;
  z-index: 99;
}

.g-b .bd {
  width: calc(100% - 240px);
  box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 9;
}

.g-b .bd li {
  position: relative;
}

.g-b .bd li p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  padding: 0 3%;
  font-size: 34px;
  line-height: 60px;
}

.g-d {
  padding: 74px 16px 0 30px;
  float: left;
  width: 596px;
  height: 378px;
  box-sizing: border-box;
  border: 2px solid #eeeeee;
}

.g-d .tit {
  position: relative;
  padding-left: 65px;
}

.g-d .tit .t1 {
  font-size: 30px;
  color: #1a58ab;
  font-weight: bold;
  line-height: 1;
}

.g-d .tit .t2 {
  font-size: 16px;
  color: #1a58ab;
  margin-top: 10px;
  line-height: 1;
}

.g-d .tit:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #1a58ab;
  position: absolute;
  left: 0;
  bottom: 0;
}

.g-d .c {
  font-size: 18px;
  color: #666666;
  margin-top: 24px;
  line-height: 39px;
}

.g-d a.more {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1a58ab;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  margin-top: 30px;
}

.g-e {
  overflow: hidden;
  float: right;
  width: 588px;
}

.g-e img {
  transition: all 0.5s;
  width: 100%;
}

.g-e:hover img {
  transform: scale(1.05);
}

.fu ul.col-xs-6 {
  width: 25%;
  float: left;
  background-color: #f4f4f4;
}

.fu ul.col-xs-6:nth-child(even) {
  background-color: #ededed;
}

.fu ul.col-xs-6:hover {
  background-color: #376ab1 !important;
}

ul, ol, li {
  list-style-type: none;
}

.ke-fu {
  background: url(../images/fbj.jpg) no-repeat top center;
  height: 1470px;
}

.ke-fu .content {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(235, 239, 248, 0.86);
  padding-top: 74px;
  height: 1470px;
}

.ke-fu .content h3 {
  text-align: center;
  font-size: 44px;
  color: #333333;
}

.ke-fu .content h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #1f6bc6;
  margin: 6px auto;
}

.ke-fu .content li {
  margin-top: 58px;
  padding: 0 90px;
}

.ke-fu .content li h4 {
  color: #333333;
  font-size: 32px;
  line-height: 80px;
}

.ke-fu .content li h4::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #1f6bc6;
}

.ke-fu .content li p {
  margin-top: 15px;
  color: #666666;
  font-size: 20px;
}

.n-zhao {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 72px;
}

.n-zhao h3 {
  text-align: center;
  font-size: 44px;
  color: #333333;
  font-weight: normal;
}

.n-zhao h3::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #1f6bc6;
  display: block;
  text-align: center;
  margin: 12px auto 0;
}

.n-zhao ul {
  margin-left: 132px;
  margin-top: 40px;
}

.n-zhao li {
  width: 269px;
  height: 312px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right: 25px;
  box-sizing: border-box;
}

.n-zhao li .img1 {
  padding: 42px 0 0 31px;
  text-align: left;
}

.n-zhao li:last-child {
  margin-right: 0;
}

.n-zhao li h4 {
  text-align: left;
  font-size: 16px;
  line-height: 71px;
}

.n-zhao li h4::before {
  content: '';
  display: block;
  width: 121px;
  height: 4px;
  background-color: #357acc;
  margin-top: 15px;
}

.n-zhao li .conent {
  display: none;
}

.n-zhao li:hover {
  width: 100%;
}

.n-zhao li:hover .img1 {
  width: 269px;
  float: left;
}

.n-zhao li:hover .conent {
  display: block;
  text-align: left;
  width: 847px;
  float: left;
  padding-top: 36px;
}

.n-zhao li:hover .conent p {
  font-size: 15px;
  color: #333333;
}

.he-box {
  background: url(../images/nc.jpg) no-repeat top center;
  padding: 50px 0 115px 0;
}

.he-box h3 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
}

.he-box h3 p {
  font-weight: 200;
  font-size: 25px;
}

.he-box h3 p::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin: 6px auto 16px;
}

.he-box ul {
  display: flex;
  justify-content: space-around;
  margin-top: 48px;
}

.he-box ul li {
  width: 134px;
  position: relative;
  cursor: pointer;
}

.he-box ul li::after {
  content: '';
  display: block;
  width: 26px;
  height: 45px;
  background: url(../images/r.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -110%);
  right: -60px;
}

.he-box ul li:last-child::after {
  display: none;
}

.he-box ul li .img1 {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
}

.he-box ul li:hover .img1 {
  background-color: #397dd0;
}

.he-box ul li h4 {
  font-size: 19px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  line-height: 70px;
}

.c-wang h3 {
  text-align: center;
  font-size: 44px;
  color: #333333;
  font-weight: normal;
}

.c-wang h3::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #1f6bc6;
  display: block;
  text-align: center;
  margin: 12px auto 0;
}

.c-wang .roundabout-holder {
  list-style: none;
  width: 1000px;
  height: 750px;
  margin: 0px auto;
}

.c-wang .roundabout-moveable-item {
  font-size: 12px !important;
  height: 675px;
  width: 461px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #f9f9f9;
}

.c-wang .roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
}

.c-wang .roundabout-in-focus {
  cursor: auto;
}

.c-wang .roundabout-in-focus:hover {
  -webkit-box-shadow: 0px 0px 20px #787878;
  -moz-box-shadow: 0px 0px 20px #787878;
  background: #f9f9f9;
}

.c-wang .roundabout-holder span {
  display: none;
}

.c-wang .roundabout-in-focus:hover span {
  display: inline;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 8px 20px;
  background: #f9f9f9;
  color: #3366cc;
  z-index: 999;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topLeft: 5px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}

.c-wang .roundabout a:active, .c-wang .roundabout a:focus, .c-wang .roundabout a:visited {
  outline: none;
  text-decoration: none;
}

.c-wang .roundabout li {
  margin: 0;
}

.c-wang .roundabout-moveable-item h4 {
  text-align: center;
  line-height: 70px;
  color: #1f6bc6;
  font-size: 30px;
  font-weight: normal;
}

.serv-row {
  margin: 0;
}

.serv-row > div {
  padding: 0;
}

.serv-box * {
  transition: .3s all;
}

.serv-box {
  transition: .3s all;
}

.serv-box {
  height: 500px;
  padding-top: 60px;
  display: block;
  overflow: hidden;
  position: relative;
}

.serv-box .serv-icon {
  margin-bottom: 30px;
  position: relative;
}

.serv-box .serv-icon .icon {
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: relative;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
  border-radius: 160px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-box .serv-icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 222px;
  height: 207px;
  left: 50%;
  top: 50px;
  margin-left: -75px;
  background: url(../images/yy.png) no-repeat;
}

.serv-box .serv-text .ch {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.serv-box .serv-text .en {
  font-size: 18px;
  padding: 0 20px;
  color: #666;
  text-align: center;
}

.serv-box .serv-nn {
  bottom: -70px;
  font-size: 150px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #dddddd;
}

.serv-row > div:nth-child(odd) .serv-box {
  background-color: #f4f4f4;
}

.serv-row > div:nth-child(even) .serv-box {
  background-color: #ededed;
}

.serv-box:hover {
  background-color: #376ab1 !important;
}

.serv-box:hover * {
  color: #ffff !important;
}

.serv-box:hover .serv-nn {
  font-size: 72px;
  bottom: 50px;
  opacity: .2;
}

.appli-icon-box * {
  transition: .4s all;
}

.appli-section {
  background: fixed url(../images/yy_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 180px;
}

.appli-icons {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.appli-icons > div {
  padding: 0;
}

.appli-icons .text {
  font-size: 18px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.appli-icons .link {
  font-size: 16px;
  position: absolute;
  width: 100%;
  color: #333;
  bottom: 20px;
  visibility: hidden;
  text-align: center;
}

.sec-head {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 80px;
}

.sec-head .sec-title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}

.appli-icon-box * {
  position: relative;
  z-index: 2;
}

.appli-icon-box .iconfont {
  display: inline-block;
  color: #FFFFFF;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  border-radius: 66px;
  font-size: 30px;
  position: relative;
  z-index: 2;
}

.appli-icon-box:hover .link {
  visibility: visible;
}

.appli-icon-box::before {
  position: absolute;
  display: block;
  background-color: #183993;
  transition: .3s all;
  left: 50%;
  top: 38px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  border-radius: 66px;
  content: '';
  top: 55px;
}

.w50 {
  width: 50%;
  float: left;
}

.w33 {
  width: 33.33%;
  float: left;
}

.g-a h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.appli-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 190px;
  text-align: center;
  border-right: 1px solid #eceef0;
  border-bottom: 1px solid #eceef0;
  position: relative;
}

.appli-icon-box * {
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 2;
}

.appli-icon-box {
  height: 234px;
}

.appli-icon-box:hover * {
  color: white;
}

.appli-icon-box:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  left: 0px;
  top: 0px;
  margin: 0px;
}

.appli-icon-box::before {
  position: absolute;
  display: block;
  background-color: #183993;
  transition: all 0.3s ease 0s;
  left: 50%;
  top: 55px;
  margin-left: -33px;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  border-radius: 66px;
  content: "";
}

.appli-box img {
  height: 468px;
}

.appli-icons {
  height: 468px;
}

.appli-icons .text {
  font-size: 24px;
}

.appli-box .appli-grid {
  left: 50px;
  top: 120px;
  position: absolute;
}

.swiper-banner .swiper-pagination {
  bottom: 30px;
}

.swiper-appli .swiper-pagination {
  padding-left: 50px;
}

.appli-box img {
  height: 468px;
}

.appli-icons {
  height: 468px;
}

.appli-icons .text {
  font-size: 24px;
}

.appli-icon-box {
  height: 234px;
}

.appli-icons .link {
  bottom: 30px;
}

.appli-box {
  color: #fff;
}

.appli-box {
  position: relative;
  display: block;
}

.swiper-slide-active .appli-grid {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.appli-box .appli-grid .appli-tit {
  font-size: 30px;
  margin-bottom: 20px;
}

.appli-box .appli-grid .appli-desc {
  font-size: 18px;
  margin-bottom: 35px;
}

.appli-box .appli-grid .appli-link {
  font-size: 18px;
}

.appli-box .appli-grid {
  position: absolute;
  left: 25px;
  top: 80px;
  z-index: 9;
  color: white;
  max-width: 180px;
}

.swiper-appli .swiper-pagination {
  padding-left: 25px;
  text-align: left;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  border-radius: 30px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
}

.job_list li {
  border: 1px solid #d6dbdc;
  padding: 0 28px;
  margin-top: 28px;
  border-radius: 4px;
}

.job_list li:hover .se1 .title {
  color: #09a2a5;
}

.job_list li .se1 {
  line-height: 120px;
}

.job_list li .se1 .title {
  width: 95%;
  float: left;
  font-size: 20px;
}

.job_list li .se1 .zpt {
  width: 5%;
  float: right;
  background: url(../images/zpt.png) no-repeat center;
  height: 120px;
  cursor: pointer;
  transition: all .5s;
}

.job_list li .se1 .zpt.on {
  background: url(../images/zptn.png) no-repeat center;
}

.job_list li .se2 {
  height: 0;
  transition: all .5s;
  overflow: hidden;
}

.job_list li .se2 .content {
  max-width: 90%;
  font-size: 14px;
  color: #00191d;
  margin: 0 auto;
  line-height: 24px;
}

.job_list li .se2 .content h4 {
  font-weight: normal;
  margin-top: 24px;
}

.job_list li .se2 p.di {
  margin: 30px 0 10px auto;
  color: #303133;
  font-size: 13px;
  padding-bottom: 25px;
}

.job_list li.on {
  border-color: #09a2a5;
}

.job_list li.on .se2 {
  height: auto;
}

.job_list li.on .se1 .title {
  color: #09a2a5;
}

.e-fa .train-plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  box-shadow: 0rem 3px 5px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.e-fa .train-plate-item {
  position: relative;
  width: 33%;
  background-color: #fff;
  padding: 80px 80px 80px 80px;
  box-sizing: border-box;
}

.e-fa .train-plate-item::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 1px;
  height: 76%;
  background-color: #cccccc;
}

.e-fa .train-plate-item:first-child::before {
  content: '';
  display: none;
}

.e-fa .train-plate-item .train-plate-img {
  position: relative;
  width: auto;
  max-width: 90px;
  height: auto;
}

.e-fa .train-plate-item h4 {
  font-weight: 600;
  font-size: 30px;
  font-family: PingFang SC;
}

.e-fa .title1 {
  color: #c6000b;
  margin-top: 14px;
}

.e-fa .train-plate-item .title2 {
  color: #333333;
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
}

.e-fa .train-plate-item p {
  font-family: PingFangSC-Regular;
  color: #999999;
  font-size: 24px;
  display: -webkit-box;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-banner {
  max-width: 100%;
  position: relative;
}

.page-banner img {
  width: 100%;
}

.page-banner .content {
  width: 1200px;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  color: #fff;
  margin-left: -600px;
  font-size: 30px;
  line-height: 60px;
  margin-top: -50px;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.case-list {
  padding: 60px 140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-list li {
  width: 189px;
  height: 117px;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}

.case-list li:hover {
  background-color: #1f6bc6;
}

.case-list li:hover img {
  filter: grayscale(100%) brightness(400%);
}

.flex {
  display: box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
  display: flex;
}

.cooperation {
  height: 891px;
  position: relative;
}

.m-pic, [m-pic] {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 1;
}

.cw1680 {
  max-width: 1680px;
  width: 92%;
  margin: auto;
}

.flex-between {
  justify-content: space-between;
}

.flex-middle2 {
  align-items: center;
}

#te .content {
  padding: 0 0 140px 0;
  padding: 100px 0 0 0;
}

#te .content .left {
  width: 334px;
}

#te .content .left .top {
  width: 100%;
}

#te .content .right {
  width: 62.6%;
  font-size: 18px;
  line-height: 35px;
  height: calc(35px * 8);
}

#te .content .right .mCSB_container {
  padding-right: 20px;
}

#te .content .right .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ef6b00;
}

#te .content .bottom {
  padding: 16.6% 0 42.2% 0;
  gap: 5px;
}

/* #te .content .bottom .img  {border:1px solid #666666;border-radius: 50%;} */
#te .content .bottom .img {
  border: 1px solid #666666;
  border-radius: 50%;
  flex: 1 0 60px;
  height: 60px;
  width: 60px;
}

#te .content .bottom .img:hover {
  background-color: #ef6b00;
  border: 1px solid #ef6b00;
}

#te .content .bottom .img .enjoy {
  width: 22px;
  height: 22px;
  fill: #666666;
  cursor: pointer;
  margin: 18px;
}

#te .content .bottom .img .such {
  width: 22px;
  height: 22px;
  fill: #666666;
  cursor: pointer;
  margin: 18px;
}

#te .content .bottom .img:hover .such {
  fill: #fff;
}

#te .content .bottom .img:hover .enjoy {
  fill: #fff;
}

#te .content .bottom .text {
  display: block;
  border: #666666;
  font-size: 16px;
  margin: 0  0 0 20px;
  color: #666;
}

@media screen and (max-width: 1230px) {
  #te .content .left {
    width: 100%;
  }
  #te .content .right {
    width: 100%;
    margin: 0 0 100px 0;
  }
  #te .content .bottom {
    padding: 20px 0 20px 0;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 750px) {
  #te .content .right {
    font-size: 26px;
  }
  #te .content .bottom .text {
    font-size: 26px;
  }
}

.cooperation .container {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .cooperation {
    height: auto;
  }
}

.cooperation > h2 {
  text-align: center;
  font-size: 44px;
  color: #333333;
  font-weight: normal;
}

.cooperation > h2::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #1f6bc6;
  display: block;
  text-align: center;
  margin: 12px auto 0;
}

.cooperation .infomation {
  width: 100%;
  position: absolute;
  top: 75px;
  z-index: 2;
  margin-top: 80px;
}

@media screen and (max-width: 996px) {
  .cooperation .infomation {
    position: relative;
    top: 0;
  }
}

.cooperation .infomation .box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .cooperation .infomation .box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 576px) {
  .cooperation .infomation .box {
    width: calc(100% - 36px);
  }
}

@media screen and (min-width: 768px) {
  .cooperation .infomation .box {
    width: calc(100% - 48px);
  }
}

@media screen and (min-width: 992px) {
  .cooperation .infomation .box {
    width: 960px;
  }
}

@media screen and (min-width: 1227px) {
  .cooperation .infomation .box {
    width: 1200px;
  }
}

@media screen and (max-width: 996px) {
  .cooperation .infomation .box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.cooperation .infomation .card {
  width: 337px;
  height: 310px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 20px rgba(1, 103, 107, 0.06);
  margin-right: 14px;
  transition: .5s;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 996px) {
  .cooperation .infomation .card {
    width: 45%;
    height: auto;
    margin-right: 0;
  }
  .cooperation .infomation .card:nth-child(3),
  .cooperation .infomation .card:nth-child(4) {
    margin-top: 15px;
  }
}

.cooperation .infomation .card:hover {
  width: 377px;
  border: 1px solid #023996;
}

.cooperation .infomation .card i {
  font-size: 46px;
  color: #023996;
  display: block;
  margin-top: 58px;
}

.cooperation .infomation .card p {
  font-size: 18px;
  color: #00191d;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

.cooperation .infomation .card p:nth-child(2) {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 8px;
}

@media screen and (max-width: 996px) {
  .cooperation .infomation .card p {
    word-wrap: break-word !important;
    word-break: break-all;
    font-size: 14px;
  }
}

.cooperation .infomation .card:last-child {
  margin-right: 0;
}

.cooperation .map {
  width: 100%;
  height: 587px;
  position: absolute;
  top: 304px;
  z-index: 1;
  background: url(../images/cooperation-bg.ead8259.jpg) no-repeat 50%;
}

@media screen and (max-width: 996px) {
  .cooperation .map {
    display: none;
  }
}

.cooperation .map img {
  width: 100%;
  height: 100%;
}

.cooperation .map .baiduMap {
  position: absolute;
  width: 203px;
  height: 69px;
  cursor: pointer;
  top: 110px;
  right: 47px;
  background: #1f6bc6;
  border-radius: 10px;
}

.cooperation .map .baiduMap p {
  color: #fff;
  text-align: center;
}

.cooperation .map .baiduMap p:first-child {
  font-size: 16px;
  margin-top: 16px;
  font-weight: 600;
}

.cooperation .map .baiduMap p:last-child {
  margin-top: 4px;
  font-size: 12px;
}

.weizhi {
  position: absolute;
  left: 475px;
  top: 1px;
}

.weizhi .baiduMap {
  position: absolute;
  right: -30px !important;
  top: 205px !important;
}

.cooperation .map .ball {
  width: 33px;
  height: 45px;
  background: url(../images/dao.png) no-repeat center;
  position: absolute;
  z-index: 3;
  top: 200px;
  right: 212px;
  animation: ball-c978bf50 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}

.cooperation .map .shadow {
  background: #414754;
  position: absolute;
  top: 246px;
  right: 218px;
  width: 16px;
  height: 7px;
  border-radius: 100%;
  animation: shadow-c978bf50 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}

.cooperation .map .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 239px;
  right: 220px;
  content: "";
}

.cooperation .map .circle:after,
.cooperation .map .circle:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  content: "";
  pointer-events: none;
  background-color: #6a9bd9;
}

.cooperation .map .circle:before {
  animation: scale1-c978bf50 2s infinite;
}

.cooperation .map .circle:after {
  animation: scale2-c978bf50 2s infinite;
}

@keyframes scale1-c978bf50 {
  0% {
    transform: scale(1);
    opacity: .9;
  }
  to {
    transform: scale(6);
    opacity: 0;
  }
}

@keyframes scale2-c978bf50 {
  0% {
    transform: scale(1);
    opacity: .9;
  }
  to {
    transform: scale(12);
    opacity: 0;
  }
}

@keyframes shadow-c978bf50 {
  0% {
    opacity: .1;
    transform: scale(0.75);
  }
  to {
    opacity: .31;
    transform: scale(1);
  }
}

@keyframes ball-c978bf50 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15px);
  }
}

.relative, [relative], [dragsort] {
  position: relative;
}

#product .title {
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}

#product .title .tu {
  display: block;
  width: 5px;
  height: 22px;
  background-color: #ef6b00;
  margin-right: 14px;
}

#product .title .left {
  font-size: 24px;
}

#product .title .right .li {
  font-size: 18px;
  margin: 0 36px;
}

#product .title .right .li:hover {
  color: #ef6b00;
}

#product .title .right .li.cur {
  color: #ef6b00;
  position: relative;
}

#product .title .right .cur::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ef6b00;
  color: #ef6b00;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

#product .content {
  /*gap:27px 1.9%;*/
  padding: 70px 0 0 0;
}

#product .content .li {
  display: block;
  width: 23.50%;
  margin: 27px 1.9% 0 0;
  border: 1px solid #eeeeee;
  overflow: hidden;
  box-sizing: border-box;
}

#product .content .li:nth-child(4n) {
  margin-right: 0;
}

#product .content .li:nth-child(-n+4) {
  margin-top: 0;
}

#product .content .li .card {
  padding: 30px 46px 0px 46px;
}

#product .content .li .card .caption {
  font-size: 18px;
  text-align: center;
  margin: 0 0 56px 0;
  line-height: 1;
  color: #666;
}

#product .content .li .card .box {
  height: 180px;
  margin: 0 0  40px 0;
}

#product .content .li .card .box .img {
  max-width: 100%;
  max-height: 100%;
}

#product .content .li .card .brief {
  color: #666666;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}

#product .content .li .card2 {
  /*padding:50px 40px 0 34px;*/
  background-color: #ef6b00;
  opacity: 88%;
  transition: all 1s;
  overflow: hidden;
  top: 100%;
}

#product .content .li:hover .card2 {
  top: -100%;
  height: 100%;
}

#product .content .li .card2 > div {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  height: 92%;
}

#product .content .li .card2 > div .con {
  top: 40%;
  position: absolute;
  text-align: center;
  width: 100%;
}

#product .content .li .card2 .mCSB_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: ce;
}

#product .content .li .card2 .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.88);
}

.pageController {
  padding: 5px 9px;
  text-decoration: none;
  font-size: 12px;
  font-family: '微软雅黑';
  color: #666;
  margin: 0 auto;
  margin-top: 10px;
  width: 726px;
  padding-top: 45px;
  padding-bottom: 10px;
  text-align: center;
}

.pageController span#current {
  background: #006bf5;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 2px;
  color: #fff;
}

.pageController a {
  padding: 6px 9px;
  text-decoration: none;
  background: #f4f4f2;
  font-size: 12px;
  font-family: '微软雅黑';
  color: #666;
  margin: 0 2px;
}

.pageController a:hover {
  color: #fff;
  background: #006bf5;
  font-family: '微软雅黑';
}

@media screen and (max-width: 1730px) {
  #product .content .li {
    padding-top: 38%;
  }
}

@media screen and (max-width: 1670px) {
  #product .content .li {
    padding-top: 30%;
  }
}

@media screen and (max-width: 1514px) {
  #product .title .left {
    width: 100%;
    padding: 0 0 50px 0;
  }
  #product .title .right {
    width: 100%;
    gap: 20px 20px;
  }
  #product .title {
    border-top: 0px solid #e8e8e8;
  }
  #product .content .li .card {
    padding: 30px 30px 0;
  }
  /* #product .content .li{width:30%;padding-top:30%;overflow: hidden;} */
}

@media screen and (max-width: 1420px) {
  #product .content .li {
    padding-top: 33%;
  }
}

@media screen and (max-width: 1300px) {
  #product .title .right {
    width: 100%;
    gap: 20px 20px;
  }
}

@media screen and (max-width: 1200px) {
  #product .content .li {
    width: 49%;
    padding-top: 50%;
  }
  #product .content .li .card {
    padding: 30px 20px 0;
  }
  #product .content .li:nth-child(-n+4) {
    margin-top: 27px;
  }
  #product .content .li:nth-child(-n+2) {
    margin-top: 0;
  }
  #product .content .li:nth-child(4n) {
    margin-right: 1.9%;
  }
  #product .content .li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  #product .content .li {
    width: 100%;
    padding-top: 50%;
  }
}

@media screen and (max-width: 750px) {
  #product .content .li {
    width: 100%;
    padding-top: 68%;
  }
  #product .title .left {
    font-size: 34px;
  }
  #product .title .right .li {
    font-size: 26px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #product .content .li {
    margin-bottom: 40px;
  }
  #product .content .li .card .caption {
    font-size: 26px;
  }
  #product .content .li .card .brief {
    font-size: 26px;
  }
  #product .content .li .card2 {
    font-size: 26px;
    position: static;
    transform: translateY(0%);
    padding: 35px;
  }
  #product .content .li .card2 > div {
    font-size: 26px;
  }
  #product .content .li:hover .card2 {
    transform: translateY(0%);
  }
}
