em,
i {
  font-style: normal;
  text-transform: uppercase;
}

@font-face {
  font-family: 'cuya';
  src: url('../../images/f.ttf');
}

@font-face {
  font-family: 'cuya1';
  src: url('../../images/Avgardd.ttf');
}

.t_body {
  padding: 10px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}

.t_body .a_fl {
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  transition: all .5s;
}

.t_body .a_fl::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 200%;
  background: #fff;
  top: -20%;
  right: 0;
  z-index: 0;
}

.t_body .a_fl .aa {
  width: 300px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  margin-right: 20px;
  clear: both;
  padding: 20px 0;
  position: absolute;
}

.t_body .a_fl .aa:nth-of-type(1) {
  left: 0;
  top: 0;
  padding-left: 35px;
}

.t_body .a_fl .aa:nth-of-type(1) img {
  float: left !important;
}

.t_body .a_fl .aa:nth-of-type(1)::after {
  position: absolute;
  bottom: 40%;
  left: 0px;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}

.t_body .a_fl .aa:nth-of-type(1)::before {
  position: absolute;
  bottom: 30px;
  left: 144px;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}

.t_body .a_fl .aa:nth-of-type(2) {
  left: 0;
  top: 150px;
  padding-left: 35px;
}

.t_body .a_fl .aa:nth-of-type(2) img {
  float: left !important;
}

.t_body .a_fl .aa:nth-of-type(2)::after {
  position: absolute;
  bottom: 40%;
  left: 0px;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}

.t_body .a_fl .aa:nth-of-type(2)::before {
  position: absolute;
  bottom: 30px;
  left: 144px;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}

.t_body .a_fl .aa:nth-of-type(3) {
  left: 0;
  top: 290px;
  padding-left: 15px;
}

.t_body .a_fl .aa:nth-of-type(3) img {
  float: left !important;
}

.t_body .a_fl .aa:nth-of-type(4) {
  right: 0;
  top: 0px;
}

.t_body .a_fl .aa:nth-of-type(5) {
  right: 0;
  top: 150px;
}

.t_body .a_fl .aa:nth-of-type(6) {
  right: 0;
  top: 290px;
}

.t_body .a_fl .aa h2 {
  font-size: 22px;
  text-align: right;
  color: #000;
  padding-top: 30px;
  padding-right: 130px;
  position: relative;
  box-sizing: border-box;
}

.t_body .a_fl .aa h2::before {
  position: absolute;
  bottom: -10%;
  right: 24%;
  background: #ff0000;
  height: 6px;
  width: 10%;
  content: "";
  transition: all .3s;
}

.t_body .a_fl .aa h2::after {
  position: absolute;
  bottom: 20%;
  right: -1.5%;
  background: #ff0000;
  height: 16px;
  width: 16px;
  content: "";
  border-radius: 50%;
  z-index: 999;
  transition: all .3s;
}

.t_body .a_fl .aa img {
  display: block;
  margin-left: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all .5s;
  position: relative;
  z-index: 2;
  float: right;
  right: 20px;
  border: 6px solid #fff;
}

.t_body .a_fl .aa img::before {
  position: absolute;
  bottom: 35%;
  right: -35%;
  background: #ff0000;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 50%;
  border: 5px solid #fff;
}

.t_body .a_fl .on {
  transition: all .5s;
  border-radius: 5px;
  padding-bottom: 30px;
}

.t_body .a_fl .on h2::before {
  background: #121d7f;
}

.t_body .a_fl .on img::before {
  background: #121d7f;
}

.t_body .bb {
  width: 76%;
  display: none;
  padding-top: 5%;
  transition: all .5s;
  position: absolute;
  left: 6%;
}

.t_body .bb .bb2 {
  width: 50%;
  height: 580px;
  box-sizing: border-box;
  float: right;
  margin-right: 9%;
}

.t_body .bb h3 {
  float: left;
  color: #121d7f;
  padding-top: 6%;
  font-size: 54px;
  transition: all .5s;
  width: 40%;
  font-weight: 1000;
}

.t_body .bb h3 p {
  position: relative;
  line-height: 230%;
  margin-top: 20px;
  font-size: 16px;
}

.t_body .bb h3 p::before {
  position: absolute;
  top: -60%;
  left: 0;
  background: #121d7f;
  height: 6px;
  width: 20%;
  content: "";
}

.t_body .bb h3 p a {
  font-size: 20px;
  display: block;
}

.t_body .bb h3 p a:last-of-type {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #333639;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
}

.t_body .bb h3 p a:hover:last-of-type {
  background: #121d7f;
}

.tit_a {
  padding-top: 30px;
  text-align: center;
}

.tit_a a {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ff0000;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  z-index: 222;
  margin-bottom: 10px;
  background: #ff0000;
}

.tit_a a:after {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: #fff;
  transition: all .3s;
  border-radius: 10px;
  z-index: -1;
}

.tit_a a:hover {
  border: 1px solid #1d4b96;
  color: #fff;
  background: #1d4b96;
}

.tit_a a:hover:after {
  background: #1d4b96;
  height: 100%;
}

.section_two .auto {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.section_two .sygs {
  padding-top: 15%;
  position: relative;
  width: 42%;
}

.section_two .sygs .sygs_wz {
  padding: 30px 0;
  line-height: 180%;
}

.section_two .sygs ul {
  overflow: hidden;
}

.section_two .sygs ul li {
  float: left;
  width: 50%;
  line-height: 180%;
  margin-top: 15px;
  text-align: center;
}

.section_two .sygs ul li span {
  color: #ff0010;
  font-weight: bold;
}

.section_two .sygs ul li b {
  display: block;
}

.section_two .sygs ul li sup {
  font-size: 38px;
  color: #ff0010;
  font-weight: normal;
}

.section_two .fzcon {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 60%;
}

.section_two .fzcon img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.section_two .fzcon a {
  position: absolute;
  background: #ff0010;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  z-index: 3;
  border: 5px solid #fff;
}

.section_two .fzcon a:hover {
  background: #0066ff;
  transform: translateY(-5px);
}

.section_two .fzcon a:nth-of-type(1) {
  top: 38%;
  left: 50%;
}

.section_two .fzcon a:nth-of-type(2) {
  top: 42%;
  left: 40%;
}

.section_two .fzcon a:nth-of-type(3) {
  top: 32%;
  left: 67%;
}

.section_two .fzcon a:nth-of-type(4) {
  top: 44%;
  left: 72%;
}

.section_two .fzcon a:nth-of-type(5) {
  top: 50%;
  left: 85%;
}

.section_two .fzcon a:nth-of-type(6) {
  top: 62%;
  left: 51%;
}

.section_two .fzcon a:nth-of-type(7) {
  top: 52%;
  left: 36%;
}

.section_two .fzcon a:nth-of-type(8) {
  top: 68%;
  left: 30%;
}

.section_two .fzcon a:nth-of-type(9) {
  top: 67%;
  left: 60%;
}

.section_four .section3 {
  position: relative;
}

.section_four .section3 .d_03 {
  position: absolute;
  bottom: 0;
  width: 1151px;
  height: 114px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.section_four .section3 .d_03 img {
  -webkit-animation: rotate1 22s infinite;
  animation: rotate1 22s infinite;
  position: absolute;
}

@keyframes rotate1 {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

.section_four .section3 .tit {
  padding-top: 10%;
  font-size: 50px;
  color: #1d4b96;
  font-weight: bold;
  text-align: center;
}

.section_four .section3 .tit p {
  color: #51504f;
  font-size: 20px;
  font-weight: normal;
}

.section_four .section3 .tit_a {
  padding-top: 30px;
  text-align: center;
}

.section_four .section3 .tit_a a {
  font-size: 16px;
  color: #464748;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  z-index: 222;
  margin-bottom: 10px;
}

.section_four .section3 .tit_a a:after {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: #fff;
  transition: all .3s;
  border-radius: 10px;
  z-index: -1;
}

.section_four .section3 .tit_a a:hover {
  border: 1px solid #1d4b96;
  color: #fff;
  background: #1d4b96;
}

.section_four .section3 .tit_a a:hover:after {
  background: #1d4b96;
  height: 100%;
}

.section_four .section3 .tit_a a:last-child {
  margin-left: 50px;
  position: relative;
  border: 0;
  display: inline-block;
}

.section_four .section3 .tit_a a:last-child:before {
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 90%;
  content: "";
  background: #ccc;
}

#scroll_one2 {
  height: 390px;
  width: 96%;
  overflow: hidden;
  margin: 60px auto 0 auto;
  z-index: 999;
  position: relative;
}

#scroll_one2 ul {
  width: 100000px;
  position: absolute;
  left: 0;
}

#scroll_one2 ul li {
  float: left;
  height: 240px;
  text-align: center;
  transition: all .3s;
  width: 300px;
  margin-right: 20px;
}

#scroll_one2 ul li a {
  display: block;
  height: 100%;
}

#scroll_one2 ul li a div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#scroll_one2 ul li a img {
  height: 100%;
  margin: 0 auto;
  transition: all .3s;
  width: 100%;
}

#scroll_one2 ul li a h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 0 15px #cfcfcf;
  transition: all .3s;
}

#scroll_one2 ul li a h3 svg {
  vertical-align: middle;
}

#scroll_one2 ul li a h3 svg path {
  fill: #007e35;
}

#scroll_one2 ul li a:hover img {
  transform: scale(1.1);
}

#scroll_one2 ul li a:hover h3 {
  background: #007e35;
  color: #fff;
}

#scroll_one2 ul li a:hover svg path {
  fill: #fff;
}

#scroll_one {
  height: 490px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px auto 0 auto;
}

#scroll_one ul {
  width: 100000px;
  position: absolute;
  left: 0;
}

#scroll_one ul li {
  float: left;
  text-align: center;
  transition: all .3s;
}

#scroll_one ul li a {
  display: block;
  width: 350px;
  height: 490px;
  position: relative;
  margin-right: 40px;
  transition: all .3s;
}

#scroll_one ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
}

#scroll_one ul li a strong {
  display: block;
  width: 100%;
  height: 136px;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.947));
  color: #fff;
  padding-top: 50px;
  transition: all .3s;
  text-align: left;
  padding: 0px 14px 0 14px;
  box-sizing: border-box;
}

#scroll_one ul li a strong i {
  display: block;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 10px 0px 0 0;
  font-weight: 100;
}

#scroll_one ul li:hover img {
  transform: scale(1.1, 1.1);
}

#scroll_one ul li:hover strong {
  background-image: linear-gradient(to bottom, rgba(4, 0, 255, 0), rgba(4, 0, 255, 0.158));
}

#scroll_one ul li:hover strong {
  color: #ff1e00;
}

#scroll_three {
  height: 370px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px auto 0 auto;
}

#scroll_three ul {
  width: 100000px;
  position: absolute;
  left: 0;
}

#scroll_three ul li {
  float: left;
  text-align: center;
  transition: all .3s;
  margin-right: 30px;
  width: 400px;
}

#scroll_three ul li div {
  overflow: hidden;
}

#scroll_three ul li a {
  display: block;
  width: 400px;
  margin-right: 40px;
  transition: all .3s;
  box-shadow: 0 0 15px rgb(207, 207, 207);
  overflow: hidden;
}

#scroll_three ul li a img {
  width: 100%;
  display: block;
  transition: all .3s;
}

#scroll_three ul li:hover img {
  transform: scale(1.1, 1.1);
}

#scroll_three ul li a strong {
  background: #007e35;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
}

#scroll_three ul li:hover strong {
  background: #007e35;
  color: #fff;
}

#focus_Box {
  width: 1180px;
  margin: 30px auto 0 auto;
  height: 500px;
}

#focus_Box ul {
  position: relative;
}

#focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  cursor: pointer;
  left: 377px;
  overflow: hidden;
  border: 5px solid #fff;
}

#focus_Box li img {
  vertical-align: top;
  transition: .5s;
  display: block;
  height: 100%;
}

#focus_Box li:hover img {
  transform: scale(1.05, 1.05);
}

#focus_Box li:hover p {
  background: #003c9a;
  color: #fff;
  font-size: 20px;
}

#focus_Box li p {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.356);
  text-align: center;
  font-size: 18px;
  transition: all .3s;
}

#focus_Box .prev {
  background: url(../../images/btnl.png) no-repeat;
  left: -100px;
  top: 390px;
}

#focus_Box .prev:hover {
  left: -110px;
  opacity: 1;
}

#focus_Box .next {
  background: url(../../images/btnr.png) no-repeat;
  right: -100px;
  top: 390px;
}

#focus_Box .next:hover {
  right: -110px;
  opacity: 0.6;
}

#focus_Box a.imgs-scroll-btn {
  display: block;
  position: absolute;
  z-index: 110;
  top: 7px;
  right: 15px;
  width: 51px;
  height: 23px;
  overflow: hidden;
  background: url(share-btn.png) no-repeat;
  text-indent: -999px;
}

#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top: 181px;
  transition: 0.5s;
  opacity: 1;
}

.section_two .item_box {
  width: 98%;
  margin: 50px auto 0;
  height: 100vh;
  position: relative;
}

.section_two .middle {
  width: 730px;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  z-index: 99;
  text-align: center;
}

.section_two .middle img {
  width: 70%;
  margin: 0 auto;
}

.section_two .middle ol {
  display: none;
}

.section_two .left,
.section_two .right {
  position: absolute;
  top: 88px;
  width: 340px;
  z-index: 1;
}

.section_two .left {
  left: 0;
}

.section_two .right {
  right: 0;
}

.section_two .left a {
  width: 340px;
  margin-bottom: 34px;
  text-align: center;
  font-size: 20px;
  position: relative;
}

.section_two .left a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 4px;
  top: 70px;
  transition: all .3s;
}

.section_two .right a {
  width: 340px;
  margin-bottom: 34px;
  text-align: center;
  font-size: 20px;
  position: relative;
}

.section_two .right a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 4px;
  top: 70px;
  right: 116px;
  transition: all .3s;
}

.section_two .left a:hover,
.section_two .right a:hover {
  color: #ff0000;
}

.section_two .left a:hover img,
.section_two .right a:hover img {
  border: 8px solid #ff0000;
}

.section_two .left a:hover::before {
  position: absolute;
  content: "";
  background: #ff0000;
  width: 140px;
  height: 4px;
  top: 70px;
}

.section_two .right a:hover::before {
  position: absolute;
  content: "";
  background: #ff0000;
  width: 140px;
  height: 4px;
  top: 70px;
}

.section_two .left a {
  text-transform: uppercase;
  text-align: left;
  line-height: 96px;
}

.section_two .left a img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin-right: 15px;
}

.section_two .right a {
  text-transform: uppercase;
  line-height: 96px;
  text-align: right;
}

.section_two .right a img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin-left: 15px;
}



@media (max-width: 1440px) {
  .sygs_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .f_24 {
    font-size: 20px;
}
.tabbox{width: 1366px;}
.tabbox .content {
  width: 570px;
  height: 465px;
}
}

@media (max-width: 1366px) {
  .section_two .middle img {
    width: 59%;
  }
  .gscon {
    margin: 76px auto 76px auto;
}

  .sygs_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .section_eight .synews a h5 b {
    width: 260px !important;
  }
}
#list .left_side .box_one ul li a:hover{background: #076964;color: #fff !important;}
@media (min-width: 1366px) {
  .header .ttel {
    text-align: center;
    padding: 0 10px;
    height: 92px;
    line-height: 92px;
}
.header .auto>ul li {
  width: 13.8%;
}
  #focus_Box2 {
    display: none;
  }

  #focus_Box {
    display: block;
  }
  .tabbox{width: 1360px;}
  .tabbox .tab {
    width: 614px;
}
.tabbox .tab .item .info {
  width: 415px;
}
.w1400{
  width: 90%;
}
#list .right_side.fr {
  width: 76%;
}
.header .product_son a {
  font-size: 14px !important;
}
}

@media (max-width: 1280px) {
  
.header .logo{
  width: 25%;
  margin-top: 10px;
}
.header .auto {
  padding: 0 4px;
}
  .section_two .right a img {
    display: none;
  }

  .section_two .left a img {
    display: none;
  }

  .section_two .left {
    position: relative;
    float: left;
  }

  .section_two .right {
    float: right;
  }

  .section_two .left a,
  .section_two .right a {
    text-align: center;
    border-radius: 15px;
    width: 89%;
    margin-bottom: 10px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
  }

  .section_two .item_box {
    margin-top: 0;
    position: relative;
  }

  .section_two .right a::before,
  .section_two .left a::before {
    display: none;
  }

  .section_two .middle {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 410px;
  }

  #focus_Box2 {
    display: block;
  }

  #focus_Box2 ul {
    margin-top: 20px;
  }

  #focus_Box2 ul li {
    float: left;
    width: 45.45454545%;
    margin-left: 15px;
    margin-top: 20px;
  }

  #focus_Box2 ul li a strong {
    text-align: center;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  #focus_Box {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    height: 60px;
}
.tabbox .tab .item .info{padding: 20px 20px;box-sizing: border-box;}
.work{padding-bottom: 10px;}
  .section_two .right a,
  .section_two .left a {
    line-height: 60px;
  }

  .section_two h3 {
    width: 94% !important;
    height: 100%;
  }

  .section_two h3 b::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    background: #fff;
    top: 206px !important;
  }

  .tit b {
    font-size: 30px;
  }

  .section_six .tit a {
    margin-top: 30px;
  }

  .section_two h3 b {
    font-size: 30px !important;
  }

  .section_two h3 p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    width: 100%;
    line-height: 200%;
  }


  #focus_Box2 ul li:last-child {
    display: none;
  }

  .menu_box .item i {
    margin: 3px 0;
  }

  .menu_box .item .pad {
    padding: 23px 27px 0;
  }
  .news_article_box .right_article {
    margin-top: 16px;
}
  #nyba {
    background-size:  180%;
    background-position: bottom center !important;
    background-attachment: scroll;
  }
  .tabbox .tab .item .img{width: 100%;float: none;height: auto;}
  .tabbox .tab .item,.tabbox{
    width: 100%;
  }
  .sygs_con p {
    -webkit-line-clamp: 9 !important;
}
.gscon {
  margin: 38px auto 20px auto !important;
  overflow: hidden;
}
.header .logo {
  width: 33%;
  margin-top: 1px;
}
.section_three {
  padding-bottom: 30px;
  padding-top: 0px;
}
#list {
  margin: 20px 20px;
}
.product_list_one .item strong{
  text-align: center
}
.section_three .title .tit {
  padding: 20px 0px;
  width: 100%;
}
  .tabbox .tab .item .img img{
    width: 100%;
  }
  .tabbox .tab .item .info{
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .tabbox .tab .item{
    height: auto;
  }
  .tabbox .content{width: 100%;}
  
  .c_portalResComplaintPage_detail-01001001 .runpic-words ul li {
    width: calc(100% / 2) !important;
    float: left;
    text-align: center;
  }

  .c_portalResComplaintPage_detail-01001001 .runpic-words {
    top: 16% !important;
  }

  .runpic-words ul a:nth-of-type(5) {
    display: none;
  }

  .section_seven dl dt a {
    width: 40% !important;
    float: left !important;
    text-align: center;
  }

  .section_seven dl dt b {
    font-size: 50px;
    color: #fff;
    display: block;
    margin-bottom: 0px !important;
  }

  .section_seven dl dt .morepic {
    display: block;
    padding-top: 10px !important;
  }


  .section_seven dl dt {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 27% !important;
  }


  .alcon {
    float: none !important;
    padding-top: 62% !important;
    width: 100% !important;
  }

  .alcon a {
    display: inline-block;
    width: 44% !important;
    float: left !important;
  }

}

@media (max-width: 414px) {
  .tit {
    font-size: 30px;
  }

  .section_two .left,
  .section_two .right {
    width: 49%;
    float: left;
  }

  .section_two .right a,
  .section_two .left a {
    line-height: 40px;
  }

  .section_two .tit {
    padding-top: 24%;
  }

  .section_two .item_box {
    height: 76vh;
  }

  .section_two .left,
  .section_two .right {
    top: 10px;
  }

  .section_two .right a:hover,
  .section_two .left a:hover {
    color: #fff;
  }

  .tit_a a {
    margin-bottom: 10px;
  }

  #scroll_one2 {
    margin-top: 10px;
  }

  #scroll_one2 ul li {
    height: 234px;
  }

  #scroll_three ul li {
    width: 300px;
  }

  #scroll_three ul li a {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .tit b {
    font-size: 34px;
  }

  #scroll_three ul li {
    width: 230px;
  }

  .section_one video {
    display: none;
  }
}

@media (max-width: 375px) {
  #focus_Box2 ul li {
    width: 40%;
    margin-top: 0;
  }

  #scroll_three ul li {
    width: 150px;
  }

  .tit_a a {
    margin-bottom: 3px;
    font-size: 12px;
  }

  #scroll_one2 ul li {
    height: 178px;
  }

  .section_two .right a,
  .section_two .left a {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .section_one .banner1 .video_bg .bannertxt h3 {
    font-size: 24px;
  }
}

.section_one video {
  position: absolute;
  left: -8%;
  top: -22px;
  width: 116%;
  height: 116%;
  z-index: 1;
}

.tit_a {
  padding-top: 30px;
  text-align: center;
}

.tit_a a {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  z-index: 222;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.tit_a a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.more2 {
  text-align: center;
  display: block;
}

.more2 img {
  margin: 0 auto;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.section_seven .tit2 {
  color: #fff;
  font-size: 39px;
  text-transform: uppercase;
  width: 30%;
  margin-left: 2%;
  margin-top: 10%;
}

.section_seven .tit2 b {
  color: #fff;
  display: block;
  font-size: 46px;
}

.section_seven .tit2 a {
  display: block;
  text-align: left;
  margin-top: 40px;
}

.section_seven .tit2 a img {
  display: inline-block;
}

.alcon {
  width: 74%;
  margin-top: 6%;
}

.alcon a {
  display: inline-block;
  width: 46%;
  position: relative;
  margin-bottom: 30px;
  margin-right: 20px;
}

.alcon a img {
  width: 100%;
}

.alcon a b {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 50%;
  background: #007e35;
  height: 36px;
  line-height: 36px;
  left: 0;
  right: 0;
  margin: auto;
}

.alcon a:hover {
  transform: translateY(-10px)
}

.section_eight .more2 {
  display: block;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .section3 .gs_l {
    width: 100%;
    padding-top: 0;
  }


  .sy_wz_con ul li {
    width: 46%;
  }

  .section_seven .tit2 {
    float: none;
    width: 100%;
    text-align: center;
  }

  .section_seven .tit2 a {
    margin: 0 auto;
    text-align: center;
  }

  .section_seven .tit2 a img {
    margin: 0 auto;
  }

  .synews a {
    width: 100% !important;
    float: none;
    margin-left: 0%;
    background: #fff;
    padding: 22px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: auto !important;
  }

  .section_eight .synews a:nth-of-type(3),
  .section_eight .synews a:nth-of-type(4) {
    display: none !important;
  }

  .section_eight .synews a img {
    height: 145px !important;
    width: 100% !important;
  }

  .section_eight .synews a h5 {
    height: auto !important;
    line-height: 30px !important;
    padding: 0 !important;
  }

  .section_eight .synews a span {
    display: none !important;
  }

  .section_eight .synews a h5 b {
    width: 342px !important;
  }

  .section_nine .ewm {
    display: none;
  }

  .section_eight .tit b {
    font-size: 30px !important;
    color: #047a36;
  }

  .section_eight .tit {
    overflow: hidden;
    margin-bottom: 0px;
  }

  .tit_a a {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 4px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    z-index: 222;
    margin-bottom: 4px;
    border: 1px solid rgba(255, 255, 255, 0);
  }

  #scroll_one2 ul li {
    float: left;
    height: 188px;
    text-align: center;
    transition: all .3s;
    width: 260px;
    margin-right: 10px;
  }

  .tit b {
    padding-top: 60px;
  }

  .gscon .gs_l .sygs_con {
    font-size: 14px;
    color: #fff;
  }

  .sy_wz_con ul li span {
    font-size: 26px;
  }

  .sy_wz_con ul li {
    width: 42%;
  }

  .section_seven .tit2 b {
    font-size: 32px;
  }

  .section_seven .tit2 {
    font-size: 26px;
  }

  .section_eight .tit {
    font-size: 32px;
  }

  .alcon {
    width: 100%;
  }

  .tit b {
    padding-top: 9px;
  }

  #focus_Box2 ul li:last-child {
    display: none;
  }

  .menu_box .item i {
    margin: 3px 0;
  }

  .menu_box .item .pad {
    padding: 23px 27px 0;
  }

  .synews {
    margin-top: 8px;
    overflow: hidden;
  }

  .synews a {
    width: 96%;
    float: left;
    margin-left: 1%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 110px;
  }

  .synews a h5 {
    margin: 0 auto;
  }

  .section_nine h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
  }
  .tabbox .tab .item h3{
    padding: 0;
  }
  .section_nine .sylxcon {
    line-height: 200%;
    font-size: 14px;
    margin-top: 30px;
    width: 90% !important;
    margin: 93px 5% 0 5% !important;
  }

  .synews a em {
    display: none;
  }

  .synews a span {
    font-size: 14px;
  }

  .section_nine h3::before {
    display: none;
  }



  .alcon a img {
    height: 100px !important;
  }

  .dt_l {
    display: none;
  }
}

@media (max-width: 375px) {
  .section3 .gs_l {
    width: 93%;
  }

  .section3 .gs_l a {
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
  }

  .section_one video {
    display: none;
  }
}

@media (max-width: 375px) {
  #focus_Box2 ul li {
    width: 40%;
    margin-top: 0;
  }

  .section_seven ul li a b {
    font-size: 14px;
  }

  .section3 .gs_l .sygs_con p {
    line-height: 20px;
  }

  #scroll_one2 ul li {
    height: 178px;
  }

  .section_one .banner1 .video_bg .bannertxt h3 {
    font-size: 24px;
  }
}

.cpsj {
  margin: 0 auto;
  width: 80%;
}

.tow_x {
  background: url(../images/cpwz.png) center no-repeat;
  height: 707px;
  width: 1268px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tow_x .tow_l {
  padding-top: 270px;
  width: 58px;
  color: #fff;
  text-align: center;
  margin-left: 10px;
}

.tow_x .tow_l a {
  color: #fff;
  font-size: 30px;
}

.tow_x .tow_2 {
  width: 170px;
  margin-top: 370px;
  color: #fff;
  margin-left: 110px;
}

.tow_x .tow_2 a {
  color: #fff;
}

.tow_x .tow_3 {
  color: #fff;
  margin-left: 60px;
  margin-top: 94px;
}

.tow_x .tow_3 a {
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  margin-bottom: 7px;
}

.tow_x .tow_3 a:nth-of-type(2) {
  margin-top: 108px;
}

.tow_x .tow_3 a:nth-of-type(8) {
  margin-top: 46px;
}

.tow_x .tow_3 a:nth-of-type(9) {
  margin-top: 12px;
}

.tow_x .tow_3 a:nth-of-type(10) {
  margin-top: 12px;
}

.tow_x .tow_4 {
  color: #000;
  margin-left: 200px;
  margin-top: 2px;
}

.tow_x .tow_4 a {
  color: #000;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  margin-bottom: 8px;
}

.tow_x .tow_4 a:nth-of-type(9) {
  margin-top: 30px;
}

.tow_x .tow_4 a:nth-of-type(11) {
  margin-top: 36px;
}

.tow_x .tow_4 a:nth-of-type(12) {
  margin-top: 10px;
}

.tow_x .tow_4 a:nth-of-type(14) {
  margin-top: 44px;
}

.tow_x .tow_4 a:nth-of-type(15) {
  margin-top: 14px;
}

.tow_x .tow_5 {
  color: #000;
  margin-left: 240px;
  margin-top: 210px;
}

.tow_x .tow_5 a {
  color: #000;
  text-transform: uppercase;
  height: 32px;
  line-height: 40px;
  margin-bottom: 3px;
}

.tow_x .tow_5 a:nth-of-type(5) {
  margin-top: 36px;
}

.tow_x .tow_5 a:nth-of-type(7) {
  margin-top: 23px;
}









.mySwiper3 {
  text-align: center;
}

.mySwiper3 li {
  width: 46%;
  background: #fff;
  margin-right: 1%;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
}

.mySwiper3 li img {
  float: right;
}

.mySwiper3 li a {
  text-align: left;
  color: #4d4d4d;
}

.mySwiper3 li a b {
  font-size: 20px;
  color: #4d4d4d;
}

.mySwiper3 li:hover {
  background: #088238;
}

.mySwiper3 li:hover h3 a {
  color: #fffc00;
}

.mySwiper3 li:hover h3 a b {
  color: #fffc00;
}

.section_cpwz .tit {
  text-align: center;
}

.section_cpwz .tit img {
  margin: 0 auto 30px auto;
}

.section_four .tit {
  margin-top: 160px;
}

.section_four .tit b {
  text-align: center;
  display: block;
  font-size: 50px;
  color: #047a36;
}

.section_four .tit p {
  text-align: center;
  font-size: 18px;
}

.section_eight .tit {
  overflow: hidden;
  margin-bottom: 20px;
}

.section_eight .tit .newsbt a {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 50px;
}

.section_eight .tit .newsbt a:hover {
  background: #047a36;
  color: #fff;
}

.section_eight .tit b {
  font-size: 50px;
  color: #047a36;
}

.section_eight .synews {
  overflow: hidden;
}

.section_eight .synews a {
  float: left;
  width: 24%;
  margin-right: 1%;
  position: relative;
  background: #fff;
}

.section_eight .synews a img {
  height: 200px;
}

.section_eight .synews a em {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px;
  color: #000;
  text-align: center;
  font-size: 44px;
  background: #fff;

}

.section_eight .synews a em u {
  display: block;
  text-align: center;
  font-size: 16px;
}

.section_eight .synews a h5 {
  color: #000;
  font-size: 18px;
  padding: 5px 20px;

}

.section_eight .synews a img {
  width: 100%;
}

.section_eight .synews a h5 b {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
}

.section_eight .synews a span {
  color: rgba(0, 0, 0, 0.39);
  display: block;
  width: 100%;
  font-size: 14px;
  height: 80px;
}

.section_eight .synews a i {
  display: block;
  color: #017b35;
  margin-bottom: 10px;
}


.section_eight .synews a:hover {
  background: #007e35;
}

.section_eight .synews a:hover h5 {
  color: #fff;
}

.section_eight .synews a:hover span,
.section_eight .synews a:hover i {
  color: #fff;
}


.section_two h3 {
  position: absolute;
  background: rgba(1, 123, 54, 0.882);
  right: 0;
  width: 48%;
  height: 100%;
  padding: 3%;
  top: 0;
}

.section_two h3 b {
  color: #fff;
  font-size: 40px;
  padding-top: 40%;
  display: block;
  position: relative;
}

.section_two h3 b::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  background: #fff;
  top: 180px;
}




.section_two h3 p {
  color: #fff;
  font-size: 22px;
  padding: 20px 0;
  width: 80%;
  line-height: 200%;
}

.section_two h3 em {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}


.section_six .tit {
  color: #047a36;
  font-size: 50px;
}

.section_six .tit a {
  float: right;
}

.section_seven dl dt {
  position: absolute;
  width: 434px;
  background: url(../../images/all.png);
  background-size: 100% 100%;
  height: 100%;
  padding-top: 8%;
  padding-left: 4%;
  box-sizing: border-box;
  left: 0;
  top: 0;
}

.section_seven dl dt b {
  font-size: 50px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.section_seven dl dt a {
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.section_seven dl dt a::after {
  position: absolute;
  content: "";
  left: -1%;
  width: 0%;
  bottom: 16px;
  background: #59d746;
  height: 10px;
  z-index: -1;
  transition: all .3s;
}

.section_seven dl dt a:hover::after {
  width: 40%;
}

.section_seven dl dt .morepic {
  display: block;
  padding-top: 60px;
}

.section_seven dl dt .morepic::after {
  display: none !important;
}

.section_nine {
  background: url(../images/dt.png) right no-repeat;
  overflow: hidden;
}

.section_nine .dt_l {
  width: 50%;
  height: 900px;
}

.section_nine .dt_l #map {
  width: 100%;
  height: 100%;
}

.section_nine .dt_l #allmap {
  height: 100%;
}

.section_nine .sylxcon {
  color: #000;
  margin: 160px 5% 0 5%;
  width: 40%;
}

.section_nine .sylxcon li {
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f5;
}

.section_nine .sylxcon li:nth-of-type(1) {
  background: url(../images/t1.png) right 36% no-repeat;
}

.section_nine .sylxcon li:nth-of-type(1) p {
  font-size: 40px;
  color: #027d37;
}

.section_nine .sylxcon li:nth-of-type(2) {
  background: url(../images/t2.png) right 36% no-repeat;
}

.section_nine .sylxcon li:nth-of-type(2) p {
  font-size: 16px;
  line-height: 200%;
}

.section_nine .sylxcon li:nth-of-type(3) {
  background: url(../images/t3.png) right 36% no-repeat;
}

.section_nine .sylxcon li:nth-of-type(3) img {
  display: inline-block;
}

.section_nine .sylxcon li:nth-of-type(3) em {
  font-size: 16px;
  color: #979797;
  display: inline-block;
  line-height: 20px;
  margin-left: 6%;
  text-align: center;
}

.section_nine .sylxcon li b {
  font-size: 22px;
  display: block;
}

.gscon {
  margin: 100px auto 110px auto;
  overflow: hidden;
}

.gscon .gs_l {
  width: 46%;
  margin-top: -20px;
  padding-top: 20px;
}

.gscon .gs_l strong {
  color: #0ba29b;
  font-size: 66px;
  display: block;
  line-height: 100%;
}

.gscon .gs_l strong b {
  color: #000;
  display: block;
  font-size: 40px;
}

.gscon .gs_l .sygs_con {
  font-size: 18px;
  color: #0000;
}

.gscon .gs_l .sygs_con p {
  color: rgb(65, 65, 65);
  margin-top: 10px;
}

.gscon .gs_l a {
  background: #0ba29b;
  padding: 15px;
  width: 130px;
  border-radius: 25px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.gscon .gs_l a:hover {
  background: #1e86ee;
  color: #fff;
}

.gscon .gs_rr {
  width: 48%;
  padding-top: 40px;
}

.gscon .gs_rr video {
  width: 100%;
}

.sy_wz_con ul {
  text-align: center;
  padding-top: 60px;
}

.sy_wz_con li {
  display: inline-block;
  width: 22.22222222%;
  transition: all .3s;
}

.sy_wz_con li span {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  background: url(../images/r.png) no-repeat;
}

.sy_wz_con li:nth-of-type(1) span {
  background-position: 0px 0px;
}

.sy_wz_con li:nth-of-type(2) span {
  background-position: -178px 0px;
}

.sy_wz_con li:nth-of-type(3) span {
  background-position: -337px 0px;
}

.sy_wz_con li:nth-of-type(4) span {
  background-position: -450px 0px;
}

.sy_wz_con li a {
  display: block;
}

.sy_wz_con li:hover {
  transform: translateY(-10px);
  color: #0ba29b;
}

.sy_wz_con li:hover a {
  color: #0ba29b;
}


@media(max-width:1210px) {
  .section_four .tit {
    margin-top: 60px;
  }
}