
p {
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wh {
  padding: 0 9.375%;
}
.w1300{
    max-width: 1300px;
    margin: 0 auto;
}
.w1300 img{ max-width:100%;}
@media (max-width: 1440px) {
  .wh {
    padding: 0 7.416%;
  }
}

@media (max-width: 1200px) {
  .wh,.w1300 {
    padding: 0 6.416%;
  }
}

@media (max-width: 990px) {
  .wh,.w1300 {
    padding: 0 4%;
  }
}

.searchbg {
  font: 400 12px/50px "微软雅黑";
  color: #999999;
  position: absolute;
  right: 0;
  top: 75px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 23px 10px;
  display: none;
  z-index: 99;
}

.searchbg a {
  color: #999999;
}

.searchbg a:hover {
  color: #000000;
}

.search {
  width: auto;
  margin: 0 auto;
}

#formsearch1 {
  width: 334px;
  margin-top: 10px;
  height: 44px;
  border-radius: 4px;
  overflow: hidden;
}

.hotSearch {
  font-weight: normal;
  text-align: left;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}

#formsearch1 input {
  height: 44px;
  background: none;
  border: none;
  line-height: 44px;
  float: left;
}

#formsearch1 input#keyword {
  height: 44px;
  line-height: 44px;
  padding-left: 6px;
  color: #999999;
  width: 282px;
  text-indent: 10px;
  border: 1px solid #999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#formsearch1 input#s_btn {
  width: 52px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #ffffff;
  background: #000000;
}

.fang {
  display: block;
  overflow: hidden;
}

.fang img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.x-header1 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.x-header1.fix {
  background: rgba(0, 0, 0, 0.5);
}

.x-header1 .x-logo1 {
  width: 29%;
}

.x-header1 .x-logo1 img {
  max-width: 100%;
}

.x-header1 .head1_v1 {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.x-header1 .head1_v1 .toptel{
    width: 11%;
}


.x-header1 .head1_v1 .sslja {
  position: relative;
}

.x-menu > li:nth-child(n+4) .x-sub-menu {
  right: 0px;
  left: auto;
}

@media (max-width: 1366px) {
  .x-menu > li > a {
    font-size: 15px;
  }
  .x-menu {
    width: calc(52% - 35px);
  }
  
}

.cont1 {
  background: url(../image/94999d19490e222ef1e9717be791317dabd0b0e6.jpg) no-repeat center;
  background-size: cover;
  padding: 5vw 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2em 0;
  }
}

.cont1 .a1_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont1 .a1_v1 .a1_b1 {
  width: 47.37%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1em;
  }
}

.cont1 .a1_v1 .a1_b1 h2 {
  color: #000000;
  font: 600 2.3vw/1.7em "微软雅黑";
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 h2 {
    font-size: 20px;
  }
}

.cont1 .a1_v1 .a1_b1 .abt_wen {
  color: #888888;
  font: 500 1.15vw/2.1em "微软雅黑";
  padding: 1.9vw 0 2.3vw;
  position: relative;
}

@media (max-width: 990px) {
  .cont1 .a1_v1 .a1_b1 .abt_wen {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .abt_wen {
    padding: 1em 0;
  }
}

@media (max-width: 450px) {
  .cont1 .a1_v1 .a1_b1 .abt_wen {
    padding: 1em 0 0;
  }
}

.cont1 .a1_v1 .a1_b1 .abt_wen::after {
  content: "";
  display: block;
  width: 7vw;
  height: 1px;
  background: #000;
  position: absolute;
  left: -8vw;
  top: calc(2vw + 17%);
}

@media (max-width: 1366px) {
  .cont1 .a1_v1 .a1_b1 .abt_wen::after {
    width: 5vw;
    left: -6vw;
  }
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .abt_wen::after {
    display: none;
  }
}

.cont1 .a1_v1 .a1_b1 .xshha_ah {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont1 .a1_v1 .a1_b1 .xshha_ah li {
  width: auto;
  text-align: center;
}

@media (max-width: 450px) {
  .cont1 .a1_v1 .a1_b1 .xshha_ah li {
    width: 50%;
    margin-top: 1em;
  }
}

.cont1 .a1_v1 .a1_b1 .xshha_ah li .hhhs {
  display: block;
  color: #000000;
  font: 500 2.8vw/1.2em "微软雅黑";
}
.cont1 .a1_v1 .a1_b1 .xshha_ah li .hhhs b{
    font-weight: 500;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 .xshha_ah li .hhhs {
    font-size: 18px;
  }
}

.cont1 .a1_v1 .a1_b1 .xshha_ah li p {
  color: #666666;
  font: 500 0.7rem/1.5em "微软雅黑";
}

@media (max-width: 990px) {
  .cont1 .a1_v1 .a1_b1 .xshha_ah li p {
    font-size: 12px;
  }
}

.cont1 .a1_v1 .a1_b2 {
  width: 47.69%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b2 {
    width: 100%;
  }
}

.cont1 .a1_v1 .a1_b2 img {
  max-width: 100%;
}

/*产品中心*/
.cont2 {
  background: #f7f7f7;
}

.cp_main {
  background: #eeeeee;
  padding: 2.5vw;
}

.anlis {
  position: relative;
}

.taba {
  position: absolute;
  width: 33%;
  z-index: 99;
  right: 0px;
}

.taba li {
  width: 100%;
  color: #333333;
  font-size: 18px;
  float: right;
  background: url(../image/ca449d9df6472066af5be4a1b00b5cb32e2ee267.png) no-repeat center;
  height: 78px;
  margin-left: 15px;
  background-size: 100% 100%;
  line-height: 78px;
}

.taba li span {
  margin-left: 20%;
  text-align: right;
  width:165px;
  display: block;
  float: left;
}

.taba li .img1 {
  float: right;
  margin-right: 30px;
  margin-top: 20px;
}

.taba li .img2 {
  float: right;
  margin-right: 30px;
  margin-top: 20px;
  display: none;
}

.taba li img {
  line-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}

.taba li.cur .img1 {
  display: none;
}

.taba li.cur .img2 {
  display: block;
}

.taba li.cur span {
  color: #fff;
}

.taba li.cur {
  background: url(../image/569ec38401d30a85646504018405c91604e942e5.png) no-repeat center;
  color: #006a36;
  color: #fff;
  background-size: 100% 100%;
}

.ttz {
  display: none;
  width: 72%;
}

.ttz li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ttz li .img3 a img {
  width: 100%;
  height: 100%;
}

.cptt {
  font-family: MicrosoftYaHei-Bold;
  font-size: 2.3vw;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000000;
  text-align: right;
  margin-bottom: 12%;
}

@media (max-width: 1440px) {
  .taba li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .taba li img {
    height: 30px;
    line-height: 40px;
  }
  .taba li .img1 {
    margin-top: 5px;
  }
  .taba li .img2 {
    margin-top: 5px;
  }
}

@media (max-width: 1024px) {
  .cptt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0px;
    color: #000000;
    text-align: right;
    margin-bottom: 10px;
  }
  .cp_main {
    background: #eeeeee;
    padding: 1em 5% 2em;
  }
  .taba li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .taba li img {
    height: 30px;
    line-height: 40px;
  }
  .taba li .img1 {
    margin-top: 5px;
  }
  .taba li .img2 {
    margin-top: 5px;
  }
  .taba li span {
    margin-left: 20%;
    text-align: right;
    width: 78px;
    display: block;
    float: left;
  }
}

@media (max-width: 768px) {
  .ttz {
    display: none;
    width: 100%;
    margin-top: 20px;
  }
  .taba {
    position: relative;
    width: 100%;
    z-index: 99999;
    right: 0px;
    margin-top: 0px;
  }
}

.title_a3 {
  text-align: center;
}

.title_a3 h2 {
  color: #000000;
  font: 600 2.3vw/1.6em "微软雅黑";
}

@media (max-width: 768px) {
  .title_a3 h2 {
    font-size: 20px;
  }
}

.title_a3 p {
  color: #555555;
  font: 500 1rem/1.6em "微软雅黑";
}

@media (max-width: 768px) {
  .title_a3 p {
    font-size: 12px;
    margin-top: 0.3em;
  }
}

.cont3 {
  background: #f7f7f7;
}

.cont3 .title_a3 {
  padding: 2vw 0 1.8vw;
}

@media (max-width: 768px) {
  .cont3 .title_a3 {
    padding: 1.2em 0;
  }
}

.cont3 .a3_v1 {
  background: url(../image/f2e4a9b14fc9d848202c25ed536521d4851051ae.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 5vw 0 3vw;
}

.cont3 .a3_v1 .x-case-list1 .owl-nav button {
  position: absolute;
  border: none;
  outline: none;
  background: url(../image/4ba21c442965ddcebe56193660f6f05e9eec6e9c.png) no-repeat center top;
  width: 30px;
  height: 69px;
  background-size: cover;
  top: 50%;
  margin-top: -35px;
}

.cont3 .a3_v1 .x-case-list1 .owl-nav button.owl-prev {
  left: -40px;
}

.cont3 .a3_v1 .x-case-list1 .owl-nav button.owl-next {
  right: -40px;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.cont3 .a3_v1 .x-case-list1 .owl-nav button span {
  display: none;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 {
  padding: 0 1vw;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img {
  display: block;
  position: relative;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url(../image/2b1ba4abde30fae5b57e9691abc2fa15ea2fe142.png) no-repeat center bottom;
  background-size: cover;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img i {
  display: block;
  font-size: 0;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img i img {
  width: 100%;
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 99;
}
.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_b{
     position: absolute;
  left: 5%;
  width: 90%;
  top: 5%;
  height: 90%;
  text-align: center;
  z-index: 99;
  border:1px solid #fff;
  color: #fff;
  font:500 14px/1.7em "微软雅黑";
  padding: 30% 5%;
  display: none;
}
.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a h2 {
  color: #fff;
  font: 500 24px/2em "微软雅黑";
}

@media (max-width: 1366px) {
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a h2 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a h2 {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a h2 {
    font-size: 14px;
  }
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_b{
      font-size:12px;
  }
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a b {
  display: inline-block;
  padding: 10% 0;
}

@media (max-width: 1366px) {
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a b {
    width: 30px;
  }
}

@media (max-width: 450px) {
  .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a b {
    width: 24px;
  }
}

.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img .wegga_a b img {
  width: auto;
  max-width: 100%;
}
.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img:hover .wegga_b{
    display: block;
}
.cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img:hover:after, .cont3 .a3_v1 .x-case-list1 .x-case-item1 a.img:hover .wegga_a {
  display: none;
}

.cont4 {
  background: #f7f7f7;
  padding: 3vw 0;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2em 0;
  }
}

.cont4 .title_a4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont4 .title_a4 h2 {
  color: #010101;
  font: 600 2.3vw/1.6em "微软雅黑";
}

@media (max-width: 768px) {
  .cont4 .title_a4 h2 {
    font-size: 20px;
  }
}

.cont4 .title_a4 .xw_sort1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont4 .title_a4 .xw_sort1 li + li {
  background: url(../image/43f3ab56a090f1b3b52f8ffb04bc6b054c8b5b0b.png) no-repeat left center;
}

.cont4 .title_a4 .xw_sort1 li a {
  display: block;
  color: #444444;
  font: 500 16px/2em "微软雅黑";
  padding: 0 2vw;
  border-radius: 0.5vw;
}

@media (max-width: 1200px) {
  .cont4 .title_a4 .xw_sort1 li a {
    font-size: 14px;
  }
}

.cont4 .title_a4 .xw_sort1 li a:hover {
  background: #888888;
  color: #fff;
}

.cont4 .title_a4 .xw_sort1 li.cur a {
  background: #888888;
  color: #fff;
}

.cont4 .tabz_contenta {
  margin-top: 1.2vw;
}

.cont4 .tabz_contenta .ttzb {
  display: none;
}

.cont4 .tabz_contenta .xw_list1 {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont4 .tabz_contenta .xw_list1 li {
  width: 25%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li {
    width: 50%;
    margin-top: 1em;
  }
}

.cont4 .tabz_contenta .xw_list1 li .fgafg {
  color: #999999;
  font: 500 16px/2em "微软雅黑";
  padding-bottom: 0.5vw;
}

@media (max-width: 1366px) {
  .cont4 .tabz_contenta .xw_list1 li .fgafg {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li .fgafg {
    font-size: 13px;
  }
}

.cont4 .tabz_contenta .xw_list1 li a.img {
  /*display: block;
  font-size: 0;
  padding: 0.5vw 0 1vw;*/
   overflow: hidden;
}

.cont4 .tabz_contenta .xw_list1 li a.img img {
  width: 100%;
   transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.cont4 .tabz_contenta .xw_list1 li a.img img:hover {
  overflow: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.cont4 .tabz_contenta .xw_list1 li .dac {
  width: 100%;
  margin-top: 1vw;
}

.cont4 .tabz_contenta .xw_list1 li .dac h3 a {
  display: block;
  color: #333333;
  font: 500 22px/2em "微软雅黑";
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .cont4 .tabz_contenta .xw_list1 li .dac h3 a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .cont4 .tabz_contenta .xw_list1 li .dac h3 a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li .dac h3 a {
    font-size: 14px;
  }
}

.cont4 .tabz_contenta .xw_list1 li .dac h3 a:after {
  content: "";
  display: block;
  background: #e3e3e3;
  width: 36px;
  height: 1px;
  margin-top: 0.6vw;
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li .dac h3 a:after {
    width: 30px;
  }
}

.cont4 .tabz_contenta .xw_list1 li .dac p {
  color: #999999;
  font: 500 14px/1.8em "微软雅黑";
  padding: 0.8vw 0;
}

@media (max-width: 1366px) {
  .cont4 .tabz_contenta .xw_list1 li .dac p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li .dac p {
    font-size: 12px;
  }
}

.cont4 .tabz_contenta .xw_list1 li .dac a.imgaa {
  display: block;
  border: 1px solid #cacaca;
  width: 34px;
  height: 34px;
  color: #cacaca;
  text-align: center;
  font: 500 14px/34px "微软雅黑";
  border-radius: 3px;
}

@media (max-width: 768px) {
  .cont4 .tabz_contenta .xw_list1 li .dac a.imgaa {
    width: 26px;
    height: 26px;
    font: 500 14px/26px "微软雅黑";
  }
}

.cont4 .tabz_contenta .xw_list1 li:hover .dac a.imgaa {
  background: #131313;
  border-color: #131313;
  color: #fff;
}

.title_a5 {
  text-align: center;
  color: #fff;
}

.title_a5 h2 {
  font: 500 35px/1.5em "Impact";
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .title_a5 h2 {
    font-size: 30px;
  }
}

@media (max-width: 990px) {
  .title_a5 h2 {
    font-size: 22px;
  }
}

.title_a5 h3 {
  font: 500 30px/1.2em "微软雅黑";
  background: url(../image/fbe8350c531939e13e8ca00f0d000e91f2b4ed43.png) no-repeat center;
}

@media (max-width: 1366px) {
  .title_a5 h3 {
    font-size: 18px;
    background-size: 500px auto;
  }
}

.dis-m {
  vertical-align: middle;
}

.dis-t, .dis-m, .dis-b {
  display: inline-block;
}

.bg1 {
  background: #e4af14;
  color: #fff;
}

.bg1 a {
  color: #fff;
}

.bg2 {
  background: #fff;
  color: #000000;
}

.bg2 a {
  color: #000000;
}

.su-ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.su-ul li span {
  height: 100%;
}

.su-ul li {
  width: calc(100%/4);
  height: 170px;
}

.su-div p {
  font-size: 16px;
  line-height: 25px;
  position: relative;
}

.su-div p:first-child {
  font-size: 55px;
  line-height: normal;
  font-weight: 500;
  font-family: Impact, Arial;
}

.su-div {
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  height: 140px;
  position: relative;
}

p.bg1:before, p.bg2:before {
  top: -20px;
  background: #721b1b;
  z-index: 3;
  position: absolute;
  height: 15px;
  display: block;
  width: 100%;
}

p.bg1:before {
  background: #721b1b;
}

p.bg2:before {
  background: #fff;
}

.bg1 .su-div:before, .bg1 .su-div:after, .bg2 .su-div:before, .bg2 .su-div:after {
  height: 100%;
  position: absolute;
  width: 100%;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.3s linear 0.3s, height 0.3s linear 0s;
  -o-transition: width 0.3s linear 0.3s, height 0.3s linear 0s;
  transition: width 0.3s linear 0.3s, height 0.3s linear 0s;
}

.bg1 .su-div:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  bottom: 0;
}

.bg1 .su-div:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 0;
  top: 0;
}

.bg2 .su-div:before {
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
  right: 0;
  bottom: 0;
}

.bg2 .su-div:after {
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  left: 0;
  top: 0;
}

.su-div:hover:before, .su-div:hover:after {
  width: 0;
  height: 0;
  -webkit-transition: width 0.3s linear 0s, height 0.3s linear 0.3s;
  -o-transition: width 0.3s linear 0s, height 0.3s linear 0.3s;
  transition: width 0.3s linear 0s, height 0.3s linear 0.3s;
}

.cont5 {
  background: url(../image/d5bc78973af5b5f3d9b206f0a80ad3d72d4077d3.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.2vw 0 5vw;
}
.cont0 {
  background: url(../image/ss.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.2vw 0 5vw;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2em 0 3em;
  }
}

.cont5 .a5_list1 {
  margin-top: 3.2vw;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 {
    margin-top: 1.5em;
  }
}

@media (max-width: 1366px) {
  .su-div p {
    font-size: 14px;
    line-height: 25px;
  }
  .su-div p:first-child {
    font-size: 45px;
  }
  .su-ul li {
    height: 150px;
  }
  .su-div {
    height: 120px;
  }
}

@media (max-width: 768px) {
  .su-ul li {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .su-div p {
    font-size: 12px;
    line-height: 20px;
  }
  .su-div p:first-child {
    font-size: 36px;
  }
  .su-ul li {
    height: 100px;
  }
  .su-div {
    height: 80px;
  }
}

.foot_bj1 {
  background: #1d2088;
  padding: 2vw 0 0.5vw;
}

.foot_bj1 .fo_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foot_bj1 .fo_v1 .d_logotu {
  width: 228px;
  margin-top: 0.5vw;
}

.foot_bj1 .fo_v1 .d_logotu .d_logo {
  display: block;
}

.foot_bj1 .fo_v1 .d_logotu .d_hma {
  color: #ffffff;
  font: 500 30px/1.5em "微软雅黑";
  margin-top: 1.2vw;
}

.foot_bj1 .fo_v1 .d_nav {
  width: calc(85% - 460px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1366px) {
  .foot_bj1 .fo_v1 .d_nav {
    width: calc(95% - 460px);
  }
}

@media (max-width: 1200px) {
  .foot_bj1 .fo_v1 .d_nav {
    width: calc(95% - 228px);
  }
}

.foot_bj1 .fo_v1 .d_nav dl {
  width: calc(100%/6);
}

.foot_bj1 .fo_v1 .d_nav dl:last-child {
  width: auto;
}

.foot_bj1 .fo_v1 .d_nav dl dt {
  color: #ffffff;
  font: 500 16px/2em "微软雅黑";
  margin-bottom: 0.7vw;
}

.foot_bj1 .fo_v1 .d_nav dl dd a {
  display: block;
  color: #b2b2b2;
  font: 500 12px/2.2em "微软雅黑";
}

.foot_bj1 .fo_v1 .d_nav dl dd a:hover {
  color: #fff;
}

.foot_bj1 .fo_v1 .d_erm {
  margin-top: 1vw;
}

@media (max-width: 1200px) {
  .foot_bj1 .fo_v1 .d_erm {
    display: none;
  }
}

.foot_bj1 .fo_v1 .d_erm img + img {
  margin-left: 30px;
}

.foot_bj1 .x-linka {
  color: rgba(178, 178, 178, 0.41);
  font: 500 12px/1.2em "微软雅黑";
  margin-top: 0.5vw;
}

.foot_bj1 .x-linka a {
  color: rgba(178, 178, 178, 0.41);
  padding-right: 1em;
}

.foot_bj1 .x-linka a:hover {
  color: #fff;
}

.foot_bj2 {
  background: #0f1147;
  padding: 1vw 0;
  color: #b2b2b2;
  font: 500 12px/1.8em "微软雅黑";
}

.foot_bj2 .fo_vas2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foot_bj2 a {
  color: #b2b2b2;
}

.foot_bj2 a:hover {
  color: #fff;
}

.cont1 {
  overflow-x: hidden;
}
@media (min-width: 990px){
    .xypg-left{
        display:none;
    }
}
/*手机底部*/
@media (max-width: 990px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #181818;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #000;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../image/e0b6338f7888eca946a37c6b7b8a08c936b2a3d9.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../image/297bc2f5bd4d6bf6bd202a04a4faa0ab1ae8c1a1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../image/813914d41e22b815ff99efd2691495fc0601ac35.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../image/78c92c9bfe193da6890432c76fae838cc945dfb3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li + li a {
  border-left: 1px solid #999;
}

.xypg-left-conax{
    padding: 5px 0 2vw;
}
.xypg-left-conax .xypg-left-nav > li{
     display: inline-block;
     padding: 0;
     border-bottom: 1px solid transparent;
}
.xypg-left-conax .xypg-left-nav > li{
        /*border-bottom: none;*/
}
.xypg-left-conax .xypg-left-nav > li > a{
        padding: 5px 1.2vw;
}
.xypg-left-conax .xypg-left-nav > li .first-nav-btn{
    display: none;
}
.xypg-left-conax .xypg-left-nav > li.clicked,.xypg-left-conax .xypg-left-nav > li:hover{
    border-color: #000;
}


/* c3_index  新增优势首页 */
.max1600 {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.c3_index {
    position: relative;
    margin:0% 0 3.125%;
}

.ttt3 {
    text-align: center;
}

.ttt3 h2 {
    font-size: 42px;
    color: #fff;
	font-weight: bold;
    line-height: 1.5;
}

.c3_wap {
    position: relative;
    background: url(../image/93150b5e3dbcdaae8bc27fa9138dfba7df65c87c.jpg) no-repeat top;
    background-size: 100%;
    margin-top: 2.125%;
    padding-top: 5.125%;
}

.c3_wap::before {
    width: 1px;
    height: 10%;
    position: absolute;
    left: 50%;
    right: 0px;
    top: -20px;
    z-index: 999;
    content: "";
    background: #d1a986;
    z-index: 1;
}

.c3_list {
    position: relative;
}

.c3_list li {
    position: relative;
}

.c3_list li .simg {
    overflow: hidden;
}

.c3_list li .simg img {
    width: 100%;
}

.c3_list li .fu {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding-top: 8.88%;
}

.c3_list li .fu h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background: url(../image/a558e7a9ec93557e27bfb9bdb875e2e016771de6.jpg) no-repeat center bottom;
}

.c3_list li .fu div {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c3_list li .fu i {
    display: block;
    font-style: inherit;
    background: url(../image/1424f9b7323cc6321b7e92070bef47bcb52cdacc.png) no-repeat center;
    margin: 30px auto;
    width: 25px;
    height: 25px;
}

.sort3 {
    position: absolute;
    max-width: 1200px;
    bottom: 0px;
    z-index: 999;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.sort3 li {
    position: relative;
    width: 25%;
    line-height: 95px;
    background: rgba(250, 190, 20, .80);
    text-align: center;
    cursor: pointer;
    margin: 0 .01%;
    padding: 0 3%;
    justify-content: space-between;
    display: flex;
}

.sort3 li:nth-child(2) {
    background: rgba(250, 190, 20, .80);
}

.sort3 li:nth-child(3) {
    background: rgba(250, 190, 20, 0.80);
}

.sort3 li:nth-child(4) {
    background: rgba(250, 190, 20, .80);
}

.sort3 li span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.sort3 li i {
    position: relative;
    font-style: inherit;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.sort3 li i::before {
    position: absolute;
    left: 50px;
    top: 50%;
    content: "";
    width: 60px;
    height: 1px;
    opacity: .6;
    background: #fff;
}

.sort3 li{}

.sort3 li:hover{transform:rotateY(180deg);}
.sort3 li:hover i{transform:rotateY(-180deg);}
.sort3 li:hover span{transform:rotateY(-180deg);}
.sort3 li:hover i::before {
    position: absolute;
    left:-90px;

}







@media (max-width:1230px) {
    .sort3 {
        max-width: 100%;
        position: relative;
        margin-top: 10px;
    }
}


@media (max-width:1025px) {
    .sort3 li {
        line-height: 70px;
    }
    .sort3 li i::before {
        left: 35px;
        width: 45px;
    }
    .ttt3 h2 {
        font-size: 30px;
    }
    .sort3 li:hover i::before{left:-60px;}
}





@media (max-width:992px) {
    .c3_list li .fu h2 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .c3_list li .fu div {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 10px;
    }
    .c3_list li .fu i {
        margin: 15px auto;
    }
    .sort3 {
        flex-wrap: wrap;
    }
    .sort3 li {
        width: 50%;
        margin: 0;
    }
}

@media (max-width:768px) {
    .c3_list li .fu {
        padding-top: 3.125%;
    }
    .c3_list li .fu h2 {
        font-size: 18px;
    }
}

@media (max-width:500px) {
    .c3_list li .fu i {
        display: none;
    }

}


@media (max-width:400px) {
     .sort3 li:hover i::before{left:-50px;}
}














