@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;font-weight:normal;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

.head {
    height: 110px;
}
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;

}

.top a {
    line-height: 35px;
}
.textb {
    line-height: 35px;
    margin-right: 10px;
}
.textb img {
    margin: 10px 5px 0 0;
}
.textc {
    font-size: 24px;
    color: #d7001d;
    font-weight: bold;
}
.fl {
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
.head .logo {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    margin-top: 24px;
        width: 30%;
}
.nav {
    margin-top: 32px;
    width:60%;
}
a.cur {
    color: #ca1413;
}
.nav .breadcrumbnav li {
    float: left;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.nav .breadcrumbnav li a {
    display: block;
    font-size: 18px;
    padding: 0 15px;
}
.nav li b {
    display: block;
    width: 6px;
    height: 6px;
    background: #ca1413;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav .breadcrumbnav li:hover {

}
.nav .breadcrumbnav li:hover a {
    color:#ca1413;
}
.nav li:hover b {
    opacity:1;
}
.nav li.another b {
    opacity:1;
}
.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #2383cf;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 15px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}
.clear {
    clear: both;
}
.dbt {
    text-align: center;
    margin: 40px auto;
}
.dbt h2 a {
    font-size: 32px;
    color: #241b16;
}
.dbt span {
    text-transform: uppercase;
    color: #808080;
    margin: 6px auto;
    display: block;
}
.dbt b {
    display: block;
    width: 30px;
    height: 1px;
    background: #ca1413;
    margin: 0 auto;
    margin-top: 4px;
}
.cases_index .cases_class {
    width:80%;
    height:60px;
    margin:0 auto;
    border-top:1px dashed #777777;
    text-align:center;
}
.cases_index .cases_class ul {
    width:100%;
    display:block;
}
.cases_index .cases_class ul li {
    display:inline-block;
    line-height:70px;
    position:relative;
    height:60px;
}
.cases_index .cases_class ul li a {
    padding:0 15px;
    color:#000;
    font-size:15px;
}
.cases_index .cases_class ul li img {
    position:absolute;
    top:-7px;
    left:50%;
    margin-left:-6px;
}
.cases_index .cases_class ul li .img02 {
    display:none;
}
.cases_index .cases_class ul li .img01.on {
    display:none;
}
.cases_index .cases_class ul li .img02.on {
    display:inline-block;
}
.cases_index .cases_list {
width: 98%;
    overflow: hidden;
    margin: 40px auto;
}
.cases_index .cases_list ul {
    width:100%;
}
.cases_index .cases_list ul li {
    position: relative;
    width: 24.2%;
    float: left;
    margin-right: 0.8%;
    height: 253px;
    margin-top: 0.8%;
    overflow: hidden;
}
.cases_index .cases_list ul li a img {
    width:100%;
    height:100%;
    transition:all 1s;
    object-fit: cover;
}
.cases_index .cases_list ul li:hover img {
    transform:scale(1.2,1.2);
}
.cases_index .cases_list ul li>div {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.6);
    z-index:1;
    text-align:center;
    display:none;
}
.cases_index .cases_list ul li>div h3 {
    font-weight:normal;
    font-size:22px;
    line-height:100px;
    text-align:center;
}
.cases_index .cases_list ul li>div h3 a {
    color:#fff;
}
.cases_index .cases_list ul li>div div {
    width:100%;
    text-align:center;
    font-size:16px;
    color:#fff;
}
.cases_index .cases_list ul li>div div span {
    color:#fff;
    padding:0 10px;
}
.cases_index .cases_list ul li>div>a {
    padding:5px 35px;
    border:1px solid #be0e23;
    color:#be0e23;
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-60px;
}
.cases_index .more_cases {
    width:100%;
    height:60px;
    text-align:center;
    line-height:60px;
    margin-top:40px;
}
.cases_index .more_cases a {
    padding:8px 25px;
    font-size:20px;
    color:#fff;
    background-color:#333333;
    border-radius:5px;
}

.lc-bg {
    margin-bottom: 50px;
}
.lc-box1 {
    background: url(../img/zs2.jpg) no-repeat center;
}
.lc-box {
    position: relative;
    height: 413px;
}
.lc-box ul li {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 218px;
    height: 190px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.lc1 {
    left: -2px;
    top: 3px;
    background: url(../img/zs1.png) no-repeat center bottom;
}
.lc-box ul li a b {
    display: block;
    font-size: 86px;
    color: #333;
    font-weight: 300;
    opacity: .2;
    margin-top: -68px;
}
.lc-box ul li a h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: -50px;
}
.lc-box ul li a p {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}
.lc-box ul li a i {
    display: block;
    width: 30px;
    height: 1px;
    background: #666666;
    margin: 0 auto;
    margin-top: 10px;
}
.lc2 {
    left: 239px;
    top: 210px;
    background: url(../img/zs2.png) no-repeat center top;
    padding-top: 120px;
}
.lc3 {
    left: 483px;
    top: 2px;
    background: url(../img/zs1.png) no-repeat center bottom;
}
.lc4 {
    left: 729px;
    top: 210px;
    background: url(../img/zs2.png) no-repeat center top;
    padding-top: 120px;
}
.lc5 {
    left: 969px;
    top: 3px;
    background: url(../img/zs1.png) no-repeat center bottom;
}
.dbt1{
    height: 30px;
}
.index_main .section3 {
    margin: 0 12px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.index_main .section3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .index_main .section3 .comm_title {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 4;
  }
  .comm_title .zh {
    font-size: 30px;
    color: #fff;
    margin: 5px 0 10px;
}
.comm_title {
    text-align: center;
}
  .index_main .section3 .bg_block .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .index_main .section3 .bg_block .item.active {
    opacity: 1;
    visibility: visible;
  }
  .index_main .section3 .items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 3;
  }
  .index_main .section3 .items .item {
    width: 19.666%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    text-align: center;
  }
  .index_main .section3 .items .item:last-child{
      border-right: none;
  }
  .index_main .section3 .items .item h3 {
    font-size: 24px;
    color: #fff;
  }
  .index_main .section3 .items .item .show {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .index_main .section3 .items .item .show span {
    font-size: 24px;
  }
  .index_main .section3 .items .item .hide {
    position: absolute;
    top: 10%;
    left: 0;
    width: 90%;
    height: 100%;
    color: #fff;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .index_main .section3 .items .item .hide .en {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .index_main .section3 .items .item .hide p {
    font-size: 14px;
    margin-top: 25px;
  }
  .index_main .section3 .items .item .hide span {
    width: 120px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    font-size: 16px;
    background-color: #ca1413;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.5vw;
    box-shadow: 0 10px 30px rgba(230, 125, 20, 0.5);
  }
  .index_main .section3 .items .item:hover .show {
    opacity: 0;
  }
  .index_main .section3 .items .item:hover .hide {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .cell_box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.cell_box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}




.h-nav{width: 100%;display: flex;margin-bottom: 2%;height: 30px;justify-content: space-between;align-items: center;}
.h-nav ul {display: flex;height: 100%;}
.h-nav ul li a span {display: none;transition: .5s;text-transform: uppercase;}
.h-nav ul .li_act a span {display: block;}
.h-nav ul .li_act a p {display: none;}
.h-nav ul li a p {transition: .5s;}
.h-nav ul li:hover a span {display: block;}
.h-nav ul li:hover a p {display: none;}
.h-nav ul li{width:80px;height: 100%;margin-right:50px;font-size: 17px;color: #494747;}
.h-nav ul li:last-of-type{margin-right: 0;}
.h-nav ul li a {display: flex;justify-content: center;align-items: center;height: 100%;position: relative;}
.h-nav form{width: 190px;height: 100%;position: relative;}
.h-nav form input{border-radius: 20px;padding-left: 15px;border: 1px solid #dcdcdc;height: 100%;background: transparent;outline: none;}
.h-nav form input::-webkit-input-placeholder{font-size: 14px;color: #929191;}
.h-nav form button{position: absolute;border: none;outline: none;background-color:#1e1e1e;width: 30px;height:30px;border-radius: 50%;top:0;right: 0;color: #ffffff;line-height: 30px;text-align: center; }
/*.h-nav ul li a:after { content: ''; display: block; width: 0; height: 1px; background: #494747; bottom: 0; position: absolute; left: 50%; transition: .5s; }*/
/*.h-nav ul li:hover>a:after { width: 100%; margin-left: -50%; }*/
.h-banner .swiper-box1{width: 100%;height: 100%;}
.h-banner .swiper-pagination-bullet {width: 25px!important;height: 25px!important;}
.h-banner .swiper-box1 .swiper-pagination-bullet {outline: none;background-color: transparent;color: #fefefe;opacity: 1;border: 1px solid #fefefe;}
.h-banner .swiper-box1 .swiper-pagination-bullet-active {background-color: #1e1e1e;border: none;}
.h-banner .swiper-box1 ul li {width: 100%;height: auto;}
.h-banner .swiper-box1 ul li img {width: 100%;height: 100%;object-fit: cover;}
/*.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 40px!important;}*/
.in1{margin: 3% 0;}
.in1>div {background-color: #fafafa;width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in1 .in1-left{width: 50%;height: 100%;}
.in1 .in1-left .swiper-box2{width: 100%;height: 100%;position: relative;}
.in1 .in1-left .swiper-box2 .in1-words{position: absolute;bottom: 0;left:0;height: 60px;line-height: 60px;background-color: rgba(0,0,0,.7);color: #fafafa;font-size: 16px;padding-left: 25px;z-index: 3;width: 100%;}
.in1 .in1-left .swiper-box2 ul li a {display: block;width: 100%;height: 100%;position:relative;padding: 40% 0;overflow: hidden;}
.in1 .in1-left .swiper-box2 ul li a img {width: 100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;}
.in1 .in1-right{width: 50%;height: 100%;padding: 0 3%;}
.in1-left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px!important;left: -10%;}
.in1-left .swiper-pagination{text-align: right;}
.in1-left .swiper-pagination-bullet{opacity: 1;background: #ffffff;}
.in1-left .swiper-pagination-bullet-active{background: #1e1e1e;}
.in1 .in1-right ul {width: 100%;height: auto;}
.in1 .in1-right ul li {width: 100%;background: #ffffff;height: 124px;margin-bottom: 10px;transition: .5s;}
.in1 .in1-right ul li a {width: 100%;height:100%;display: flex;justify-content: space-between;align-items: center;}
.in1 .in1-right ul li a .ir-left{width: 25%;height: 100%;overflow: hidden;}
.in1 .in1-right ul li a .ir-left img {width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.in1 .in1-right ul li a .ir-right{width: 75%;padding: 0 5%;}
.in1 .in1-right ul li a .ir-right h5 {font-size:16px;color: #313131;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in1 .in1-right ul li a .ir-right p{font-size: 14px;color: #494747;line-height: 1.5em;overflow: hidden;height: 40px;margin: 1% 0;}
.in1 .in1-right ul li a .ir-right time{font-size: 14px;color: #939393;}
.in1 .in1-right ul li:hover {box-shadow: #ccc 0 0 10px;}
.in1 .in1-right ul li:hover .ir-left img{transform: scale(1.1);}
.more{text-align: right;}
.more a {width: 140px;height: 30px;background: #060606;font-size: 14px;line-height: 30px;text-align: center;color: #ffffff;display: inline-block;text-transform: uppercase;position: relative;}
.more a:hover{ transition: background .1s .3s, color 0s .3s;animation: anim-moema-1 .3s forwards;}
.more a:hover::before {animation: anim-moema-2 .3s .3s forwards;}
.more a::before{position: absolute; content:'';top:-10px;left:-10px;bottom: -10px;right: -10px;border-radius: 3px;background: inherit;z-index: -1;opacity: .5;transform: scale3d(0.8,0.5,1);}
.in2{width: 100%;background: url("../img/in2-img1.jpg")no-repeat center center;padding: 5% 0;background-size: cover;height:7rem;margin-bottom: 2%;}
.in2>div h5 {font-weight: normal;font-size: 30px;color: #1d1d1d;text-align: center;padding: 2% 0;}
.in2>div h5 span {color: #787878;text-transform: uppercase;display: inline-block;margin-left: 35px;}
.in2>div>p{text-align: center;margin-bottom: 2%;}
.in2>div ul {display: flex;justify-content: space-between;align-items: center;}
.in2>div ul li {width: 33.33333%;cursor: pointer;}
.in2>div ul li a {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.in2>div ul li b {font-size: 50px;color: #fafafa;font-weight: normal;transition: .5s;}
.in2>div ul li span {font-size: 16px;color: #191919;display: inline-block;margin-top: 10px;}
.in2>div ul li:hover b {transform: scale(1.1) rotateY(360deg);color: #fed67e;transition: .5s;}
.title-top{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.title-top h5 {font-size: 30px;color: #444444;font-weight: normal;}
.title-top hr{background: #bfbfbf;width: 30px;height: 1px;margin: 5px 0;}
.title-top p {font-size: 20px;color: #a1a1a1;text-transform: uppercase;}
.in3-con{width: 100%;margin:2% 0;}
.in3-con .swiper-box3{width: 100%;height: 100%;position: relative;}
.in3-con .swiper-box3 .navigation-box3{position: absolute;top:45%;left:0;width: 100%;display: flex;justify-content: space-between;align-items: center;z-index: 55;}
.in3-con .swiper-box3 .navigation-box3 i {width: 32px;height: 35px;background: #767779;color: #f5f5f5;line-height: 35px;text-align: center;cursor: pointer;transition: .5s}
.in3-con .swiper-box3 .navigation-box3 i:hover{background: #191919;}
.in3-con .swiper-box3 ul{width: 100%;height: 100%;}
.in3-con .swiper-box3 ul li {width: 100%;height: 100%;}
.in3-con ul li a {position: relative;overflow: hidden;padding: 21% 0;width: 100%;height: 100%;display: block;}
.in3-con ul li a img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;}
.more2{width: 100%;text-align: center;margin-top: 2%;}
.more2 a {display: inline-block;width: 125px;height: 30px;border: 1px solid #19222f;font-size: 14px;color: #494747;line-height: 30px;text-align: center;position: relative;transition: .5s;}
.more2 a::before{position: absolute;top:0;z-index: -1;left:0;content: '';width:0;height: 100%;transition: .5s;background-color: #19222f;}
.more2 a:hover::before{width: 125px;}
.more2 a:hover{color: #ffffff;}
.in4{width: 100%;height: auto;}
.in4-pro{width: 100%;height: auto;}
ul.anli li:nth-child(4n) {
    margin-right: 0;
}
ul.anli li img {
    width: 100%;
    height: 230px;
}
ul.anli li {
    width: 24.37%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.in4-pro .in4-big{width: 100%;margin: 2% 0;}
.in4-pro .in4-big .swiper-box4{width: 100%;height: auto;position: relative;}
.in4-pro .in4-big .swiper-box4 ul li {width: 100%;background: #f2f2f2;}
.in4-pro .in4-big .swiper-box4 ul li a {width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-left{width: 60%;height: 100%;position: relative;padding: 19% 0;overflow: hidden;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-left img {position: absolute;top:0;left:0;object-fit: cover;width: 100%;height: 100%;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right{width: 40%;padding: 4% 2%;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right span {font-size: 30px;color: #d5d5d5;text-transform: uppercase;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right h5 {font-size: 30px;color: #000000;font-weight: normal;margin: 2% 0;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right hr {color: #713a36;width: 30px;height: 1px;border: 1px solid #713a36;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right p {font-size: 14px;color: #444444;margin: 10% 0;height: 60px;overflow: hidden;}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right b {display: block;width: 110px;height:30px;background: #111111;color: #ffffff;font-size: 14px;text-transform: uppercase;line-height: 30px;text-align: center;font-weight: normal;position: relative;}
.in4-right b:hover{ transition: background .1s .3s, color 0s .3s;animation: anim-moema-1 .3s forwards;}
.in4-right b:hover::before {animation: anim-moema-2 .3s .3s forwards;}
.in4-right b::before{position: absolute; content:'';top:-10px;left:-10px;bottom: -10px;right: -10px;border-radius: 3px;background: inherit;z-index: -1;opacity: .5;transform: scale3d(0.8,0.5,1);}
.swiper-box4 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{top:85%;left:-5%!important;}
.swiper-box4 .swiper-pagination{text-align: right;}
.swiper-box4 .navigation-box4{position: absolute;top:85%;right: 3.3%;z-index: 55;width: 80px;display: flex;justify-content: space-between;align-items: center;}
.swiper-box4 .navigation-box4 i{color: #494747;font-size: 20px;cursor: pointer;}
.swiper-box4 .navigation-box4 i:hover{color: #713a36;}
.in4-small{width: 100%;height: auto;}
.in4-small .swiper-box5{width: 100%;height: 100%;}
.in4-small .swiper-box5 ul {width: 100%;height: 100%;}
.in4-small .swiper-box5 li {width: 100%;height: 100%;transition: .5s;cursor: pointer;}
.in4-small .swiper-box5 li>div {position: relative;width: 100%;height: auto;padding:48% 0;overflow: hidden;}
.in4-small .swiper-box5 li>div img {position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.in4-small .swiper-box5 li p {width: 100%;padding:4% 0;text-align: center;font-size: 16px;color: #494747;}
.in4-small .swiper-box5 li:hover{background: #ffffff;box-shadow: #ccc 0 0 10px;}
.in4-small .swiper-box5 li:hover>div img {transform: scale(1.1);}
.in4 .more{width: 100%;text-align: center;margin-top: 10px;}
.in4 .more a{background: #eeeeee;color: #838383;font-size: 14px;transition: .5s;}
.in4 .more a:hover{background: #111111;color: #ffffff;}
.in5{width: 100%;height: auto;padding: 2% 0 4% 0;}
.in5 .title-top p{color: #444444;}
.in5 .title-top p:nth-of-type(2){font-size: 16px;margin-top: 10px;}
.in5 .title-top p:nth-of-type(2) img {margin-right: 10px;}
.in5-lb{width: 100%;height: 100%;margin-top: 3%;}
.in5-lb .swiper-box6{width: 100%;height: 100%;padding: 3px;}
.in5-lb .swiper-box6 ul li {width: 278px!important;margin-top:15px;display: flex;justify-content: space-between;align-items:center;background:#f7f7f7;color: #494747;font-size: 16px;padding: 0 5px;height: 70px;transition: .5s;flex-wrap: wrap; }
.in5-lb .swiper-box6 ul li:hover{box-shadow: #cccccc 0 0 10px;background: #ffffff;}
.in6{width: 100%;background: url("../img/in6-bg.png")no-repeat center center;padding: 2% 0;background-size: cover;}
.in6 .title-top p{font-size: 20px;color: #444444;}
.in6 .title-top{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: row;}
.in6 .title-top>div  {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-left: 10px;}
.in6-con{width: 100%;margin-top: 2%;display: flex;}
.in6-con .in6-left{width: 50%;}
.in6-con .in6-left p {padding-left: 30px;font-size: 16px;color: #000000;position: relative;margin-bottom: 3%;}
.in6-con .in6-left p:nth-of-type(1)::before{position: absolute;content: '';background: url("../img/phone.png")no-repeat;width: 16px;height: 16px;top:2px;left:0;}
.in6-con .in6-left p:nth-of-type(2)::before{position: absolute;content: '';background: url("../img/phone.png")no-repeat;width: 16px;height: 16px;top:2px;left:0;}
.in6-con .in6-left p:nth-of-type(3)::before{position: absolute;content: '';background: url("../img/arr.png")no-repeat;width: 16px;height: 16px;top:2px;left:0;}
.in6-con .in6-left p:nth-of-type(4)::before{position: absolute;content: '';background: url("../img/weixin.png")no-repeat;width: 16px;height: 16px;top:2px;left:0;}
.in6-con .in6-right{width: 50%;padding-left: 5%;}
.in6-con .in6-right form{width: 100%;height: auto;}
.in6-con .in6-right form input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    padding-left: 0;
    border: none;
    outline: none;
    margin-bottom: 10px;
    text-indent: 7px;
}
.in6-con .in6-right form input::-webkit-input-placeholder{font-size: 14px;color: #8a8a8a;}
.in6-con .in6-right form textarea{width: 100%;text-indent: 7px;height: 90px;padding:20px 0;border: none;outline: none;resize: none;margin-bottom: 10px;}
.in6-con .in6-right form textarea::-webkit-input-placeholder{font-size: 14px;color: #8a8a8a;}
.in6-con .in6-right form button{width: 100%;height: 40px;background: #713a36;color: #ffffff;border: none; outline: none;}
.in6-con .in6-right form input.submit {
    width: 100%;
    height: 40px;
    background: #000000;
    color: #ffffff;
    border: none;
    outline: none;
}
.foot-top{width: 100%;padding: 1% 0;background: #000000;color: #ffffff;font-size: 14px;}
.foot-top>div{width: 100%;justify-content: space-between;align-items: center;}
.fix{position: fixed;right: 2%;top:60%;z-index: 100;}
.fix ul li {width: 70px;height: 70px;border: 1px solid #091220;display: flex;justify-content: center;align-items: center;flex-direction: column;transition: .5s;position: relative;font-size: 14px;color: #494747;}
.fix ul li a {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.fix ul .back{background: #091220;position: relative;}
.fix ul li:first-of-type{border-bottom: none;}
.fix ul .back span {position: absolute;top:0;left:0;background: transparent;z-index: 2;width: 100%;height: 100%;}

.about {
  background-color: #f7f7f7;
  padding: 50px 0;
  overflow: hidden;
}
.about .ab-con {
  position: relative;
  z-index: 9;
}
.about .ab-con .abbg {
  position: absolute;
  top: -55px;
  left: -310px;
  z-index: -1;
}
.about .tit-box {
  display: inline-block;
}
.about .ab-top {
  position: relative;
}
.about .ab-top .pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 699px;
  height: 508px;
  object-fit: cover;
}
.about .ab-text {
  margin: 44px 0 40px;
  z-index: 7;
  width: 838px;
  height: 273px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 46px 90px 0 45px;
}
.about .ab-text .t1 {
  font-weight: bold;
  color: #333333;
  font-size: 25px;
  line-height: 25px;
}
.about .ab-text .t2 {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin: 16px 0 25px;
}
.about .ab-text .t3 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about .isMore {
  color: #fff;
}
.about .isMore i {
  background-color: #fff;
}
.about .isMore i::after {
  border: solid 2px #ffffff;
}
.about .ab-down {
  margin-top: 37px;
}
.about .ab-down .ab-ul {
  margin-right: 70px;
  vertical-align: top;
  display: inline-block;
}
.about .ab-down .ab-ul li {
  margin-right: 73px;
  display: inline-block;
  position: relative;
  width: 300px;
  height: 167px;
  z-index: 3;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
.about .ab-down .ab-ul li .txt {
  margin: 67px 0 0 33px;
  display: inline-block;
}
.about .ab-down .ab-ul li .txt .t1 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  font-style: normal;
}
.about .ab-down .ab-ul li .txt .t2 {
  display: block;
  margin-top: 12px;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  font-style: normal;
}
.about .ab-down .ab-ul li .pic {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.about .ab-down .ab-ul li .more {
  position: absolute;
  right: -25px;
  top: 58px;
  display: inline-block;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  background-color: #f3f5fa;
  text-align: center;
  font-size: 35px;
  font-weight: lighter;
  overflow: hidden;
  z-index: 2;
}
.about .ab-down .ab-ul li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #ca1413;
  z-index: -1;
  border-radius: 50%;
}
.about .ab-down .ab-ul li.active .more {
  color: #fff;
}
.about .ab-down .ab-ul li.active .more::after {
  width: 100%;
  height: 100%;
}
.about .ab-down .yt {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}
.about .ab-down .yt i {
  display: block;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}
.about .ab-down > img {
  cursor: pointer;
  width: 197px;
  height: 140px;
  object-fit: cover;
  background: url(../img/yyzz.jpg) no-repeat center;
  background-size: cover;
  margin-left: 21px;
  padding: 20px;
}
.about .ab-down > img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box {

}
.news-box .news-con {
  position: relative;
}
.news-box .hsa {
  position: absolute;
  right: -296px;
  bottom: -70px;
}
.news-box .hd {
  margin-bottom: 19px;
}
.news-box .hd ul {
  margin-top: 26px;
}
.news-box .hd ul li.on a {
  color: #fff;
}
.news-box .hd ul li.on a::after {
  width: 160px;
  height: 160px;
}
.news-box .hd ul li.on a i {
  background: url(../img/ni12.png) no-repeat center;
}
.news-box .hd ul li {
  margin-left: 15px;
  display: inline-block;
  width: 150px;
  height: 46px;
  background-color: #e5e5e5;
  border-radius: 23px;
  overflow: hidden;
}
.news-box .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #484848;
  position: relative;
  z-index: 9;
}
.news-box .hd ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #3281cc;
  z-index: -1;
}
.news-box .hd ul li a i {
  margin-right: 5px;
  vertical-align: middle;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../img/ni1.png) no-repeat center;
  background-size: contain;
}
.news-box .hd ul li:nth-child(2) i {
  background: url(../img/ni2.png) no-repeat center;
}
.news-box .hd ul li:nth-child(2).on i {
  background: url(../img/ni22.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3) i {
  background: url(../img/ni3.png) no-repeat center;
}
.news-box .hd ul li:nth-child(3).on i {
  background: url(../img/ni32.png) no-repeat center;
}
.news-box .nd {

}
.news-box .n-top{
  padding: 20px 10px 0;
}
.news-box .n-top li:last-child {
  margin-right: 0;
}
.news-box .n-top li {
  margin-right: 30px;
  display: inline-block;
  width: 403px;
  height: 478px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.news-box .n-top li .im {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 270px;
}
.news-box .n-top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .n-top li .tit {
  display: block;
  width: 345px;
  margin: 28px auto 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
}
.news-box .n-top li p {
  width: 345px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 23px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .n-top li i {
  font-family: Arial;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  display: block;
  margin-left: 30px;
  margin-top: 30px;
}
.news-box .n-top li .more {
  position: absolute;
  right: 22px;
  bottom: 29px;
  width: 46px;
  height: 45px;
  background-color: #ffeccc;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 9;
}
.news-box .n-top li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #713a36;
  z-index: -1;
}
.news-box .n-top li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .n-top li:hover .more {
  color: #fff;
}
.news-box .n-top li:hover .more::after {
  width: 100%;
  height: 100%;
}
.news-box .n-down {
  position: relative;
  margin-top: 10px;
}
.news-box .n-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
.news-box .n-down li:nth-child(3n) {
  margin-right: 0;
}
.news-box .n-down li {
  margin-right: 20px;
  display: inline-block;
  width: 383px;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.news-box .n-down li > i {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial !important;
  font-size: 18px;
  color: #999999;
  height: 58px;
  line-height: 58px;
  padding: 0 36px 0 38px;
  border-right: 1px solid #e8e8e8;
  font-style: normal;
}
.news-box .n-down li p {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.news-box .n-down li p a {
  display: block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.news-box .n-down li p i {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  font-style: normal;
}
.news-box .n-down li:hover > i {
  color: #713a36;
}
.news-box .n-down li:hover a {
  letter-spacing: 2px;
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
.shake:hover {
  -webkit-animation-name: routate-s;
  -ms-animation-name: routate-s;
  animation-name: routate-s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes routate-s {
  0% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes routate-s {
  0% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  50% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

.layout{max-width:1200px; margin-left: auto; margin-right: auto;}
.clearfix:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

body { font-family: auto; font-size: medium; }

.tit-box .ex {
  font-size: 51px;
  line-height: 51px;
  color: #333333;
}
.tit-box .ex i {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-style: normal;
}
.tit-box .ex img {
  width: 100%;
  display: block;
  margin-top: 16px;
}
.tit-box .em {
  display: block;
  margin-top: 24px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 9px;
  color: #333333;
}
.tit-box .em span {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 9px;
  color: #333333;
}
.isMore {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}
.isMore i {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 91px;
  height: 1px;
  background-color: #333333;
  position: relative;
}
.isMore i::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: solid 2px #333333;
  box-sizing: border-box;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.isMore:hover i:after {
  right: -36px;
}
.f_link1 a {
    color: #fff;
}


@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 1);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size: 46px; font-weight: bold;}


.remen.fl{display:none;}
.head .logo {
    color: #000;
    font-size: 43px;
    font-weight: bold;
    margin-top: 34px;
    width: 100%;
    text-align: center;
}
.nav {
    margin-top: 32px;
    width: 100%;
}
.nav .breadcrumbnav li {
    float: left;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: relative;
    width: 14.1%;
}
.nav .breadcrumbnav li a {
    display: block;
    font-size: 16px;
    padding: 0;
}
.cases_index .cases_class {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1px dashed #777777;
    text-align: center;
}
.cases_index .cases_class ul li {
    display: inline-block;
    line-height: 70px;
    position: relative;
    height: auto;
}
.cases_index .cases_list {
    width: 98%;
    overflow: hidden;
    margin: 17px auto;
}
.textc {
    font-size: 17px;
    color: #d7001d;
    font-weight: bold;
}
.top a {
    line-height: 35px;
    display: none;
}

.cases_index .cases_class ul li a {
    padding: 0 8px;
    color: #000;
    font-size: 15px;
}
.cases_index .cases_list ul li:nth-child(2n) {
    margin-right: 0;
}
.cases_index .cases_list ul li {
    position: relative;
    width: 49.6%;
    float: left;
    margin-right: 0.8%;
    height: 228px;
    margin-top: 0.8%;
    overflow: hidden;
}

.lc-bg{
	display:none;
}

.index_main .section3 .items .item h3 {
    font-size: 14px;
    color: #fff;
}
.index_main .section3 .items .item .hide {
    position: absolute;
    top: 10%;
    left: 0;
    width: 90%;
    height: 100%;
    color: #fff;
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_main .section3 .items .item .hide p {
    font-size: 13px;
    margin-top: 25px;
}
.index_main .section3 .items .item .hide span {
    width: 82%;
    margin: 0 auto;
    display: block;
    line-height: 28px;
    font-size: 16px;
    background-color: #ca1413;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.5vw;
    box-shadow: 0 10px 30px rgba(230, 125, 20, 0.5);
}
.about .ab-text {
    margin: 44px 0 40px;
    z-index: 7;
    width: 99%;
    height: auto;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 46px 12px;
}
.about .ab-top .pic {
    position: relative;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 508px;
    object-fit: cover;
}
.about .isMore{
	display:none;
}
.about .ab-down{
	display:none;
}
.layout {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.news-box .n-down li {
    margin-right: 20px;
    display: block;
    width: 98%;
    padding: 0 0 20px;
    margin-bottom: 20px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d9d9d9;
}
.news-box .n-down::after{
	display:none;
}
.more a {
    width: 27%;
    height: 30px;
    background: #060606;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.foot-top {
    width: 100%;
    padding: 1% 0 103px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
}
.news-box .n-down li p {
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 72%;
}
.in6-con .in6-right form textarea {
    width: 100%;
    text-indent: 7px;
    height: 13px;
    padding: 20px 0;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: 10px;
}
.news-box .n-down li p a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.in4-pro .in4-big .swiper-box4 ul li a .in4-right h5 {
    font-size: 22px;
    color: #000000;
    font-weight: normal;
    margin: 2% 0;
}
.swiper-box4 .navigation-box4 {
    position: absolute;
    top: 85%;
    right: 1.3%;
    z-index: 55;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-box .n-down li:nth-child(3n) {
    margin-right: 8px;
}

ul.anli li:nth-child(2n) {
    margin-right: 0;
}
ul.anli li {
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


}
