/*h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}*/

@import url("icon/iconfont.css?v=0.1");

* {
    margin: 0;
    box-sizing: border-box;
}

#nav_itemsa {
    display: none;
}

body,
html {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    color: #606266;
    padding: 0;
}
.m_foot {
    display: none;
}



.table_baojia {
    margin-bottom: 1vw;
}
.table_baojia tbody {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #4f4f4f;
}

.table_baojia tbody tr:nth-of-type(2n) {
    background:#B4C6E7;
}
.table_baojia tbody tr:nth-of-type(2n+1) {
    background: #D9E2F3;
}
.table_baojia tbody .tr_bt {
    font-size: 15px;
    color: #FFFFFF;
    background: #4472C4 !important;
}
.table_baojia tbody td {
border:2px solid #fff;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
    padding: 0;
}

.clearfloat {
    clear: both
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.bottom_stzx {
    border-width: 0px;
    width: 190px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #555555;
    text-align: left;
}

.bottom_stzx p {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999999;
    word-break: keep-all;
    display: flex;
}

.bottom_stzx p:hover {
    color: rgba(68, 128, 245, 1);
}

.col {
    width: 100%;
    cursor: pointer;
}

.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.index_pro_img {
    width: 230px;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .4s;
}

.index_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_pro_img:hover {
    margin-top: -8px;
    box-shadow: 0px 7px 15px 0px #999;
}

.index_pro_tits {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ddd;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
}

.cols .imgbg_ip:nth-of-type(1),
.cols .imgbg_ip:nth-of-type(6) {
    margin-left: 0 !important;
}

.front,
.back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    width: 230px;
    height: 173px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.col_bottom {
    width: 100%;
    text-align: center;
    height: 26px;
    padding-top: 10px;
    font-size: 13px;
}

.index_stzx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* .container:hover .front, .container:hover .back {
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
} */

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 173px;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    font-size: .4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* .container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}*/

.front .inner p {
    font-size: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.video_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video_item {
    width: 49%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video_lable {
    width: 100%;
}

.video_item input {
    width: 49%;
    height: 45px;
    line-height: 45px;
}

.video_item button {
    width: 78px;
    height: 30px;
    margin: 0 10px;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

.lc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.lc .title {
    margin: 30px 0 15px;
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 24px;
    color: #323232;
    font-weight: normal;
}

.lc .items .left {
    background: url(../images/item_left_bg.png) repeat-x;
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    color: #fff;
    margin-right: 16px;
}

.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 400;
}

.lc .items p {
    color: #fff;
}

.lc .items p.p1 {
    opacity: .8;
    color: #fff;
    text-align: center;
}

.lc .items p.p2 {
    margin-top: 20px;
    color: #fff;
}

.amount {
    font-size: 40px;
}

.lc .items p.p3 {
    opacity: .8;
    color: #fff;
}

.lc .items p.p4 {
    margin-top: 12px;
    line-height: 50px;
}

.lc .items .btn {
    color: #ff6200;
    background-color: #ffe7d8;
    height: 40px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.lc .items .btn:hover {
    opacity: 0.8;
}

.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}

.lc .items .right {
    float: left;
    width: 894px;
    position: relative;
    overflow: hidden;
}

.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}

.lc .items .right ul li h3 a {
    color: #323232;
}

.lc .items .right ul li p.p1 {
    color: #B0B0B0;
}

.lc .items .right ul li p.p2 {
    color: #ff6825;
}

.lc .items .right ul li p.p3 {
    color: #B0B0B0;
}

.lc .items .right ul li p.p4 {
    color: #666;
}

.lc .items .right ul li .btn {
    background-color: #ff6200;
    color: #fff;
}

.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}

.lc .items .right .next,
.lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}

.lc .items .right .next {
    left: 0px;
}

.lc .items .right .prev {
    right: 0px;
}

.lc .items .right:hover .next {
    opacity: 1;
}

.lc .items .right:hover .prev {
    opacity: 1;
}

.index_news_l {
    border-width: 0px;
    width: 260px;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 18px;
    /* margin-left: 0; */
    padding: 0;
    height: 225px;
    overflow: hidden;
    margin-left: 20px;
}

.index_news_l li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    height: 24px !important;
    line-height: 24px;
    height: 45px !important;
}
.tizhu {
    font-size: 14px;
    text-align: center;
    color: #838181;
    padding-bottom: 10px;
}
.index_news_l li:hover a {
    color: rgba(68, 128, 245, 1);
}

.index_news_l li:nth-of-type(1) {
    border: none;
}

.index_news_r {
    border-width: 0px;
    position: absolute;
    left: 1010px;
    top: 2543px;
    width: 290px;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 18px;
    /* margin-left: 0; */
    padding: 0;
    height: 225px;
    overflow: hidden;
}

.index_news_r li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #666;
    height: 24px !important;
    line-height: 24px;
}

.index_news_r li:hover a {
    color: rgba(68, 128, 245, 1);
}

.index_news_r li:nth-of-type(1) {
    border: none;
}


.js-silder{position: relative;min-width: 320px;}
.silder-scroll{width: 100%;overflow: hidden;}
.silder-main{position: relative;width: 100%;overflow: hidden;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%;}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{width: 100%;text-align: center;opacity: 0.99;margin-top: -30px;}
.silder-ctrl-prev,.silder-ctrl-next{position: absolute;top: 0;width: 8%;height: 100%;vertical-align: middle;cursor: pointer;color: #fff;font-family: "宋体"!important;font-size: 52px;font-weight: 600;text-shadow: #666 2px 2px 5px;}
.silder-ctrl-prev{left: 0;text-align: left;}
.silder-ctrl-next{right: 0;text-align: right;}
.silder-ctrl-prev>span,.silder-ctrl-next>span{position: absolute;top: 50%;margin-top: -40px;}
.silder-ctrl-prev>span{left: 0;}
.silder-ctrl-next>span{right: 0;}
.silder-ctrl-con{display: inline-block;width: 4%;padding: 10px 0;margin: 0 10px;cursor: pointer;}
.silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden;padding: 5px 0;cursor: pointer;background-color: #e4e4e4;}
.silder-ctrl-con.active>span{background-color: #7bbedf;}

.js-silder_1{margin-bottom: 1vw;}



.banner {
    width: 1200px;
    position: relative;
    top: 0;
    bottom: 20px;
    height: 390px;
    margin: 0 auto;
}
.e_pic_wrap {
    width: 1200px;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.e_pic_wrap ul {
    display: flex;
    width: 100%;
}
.xshdt{
    width: 100%!important;
    position: relative;
}
.xshdt .bgimg{
    width: 100%;
}
.xshdt .banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.xshdt .e_pic_wrap,
.xshdt .e_pic_wrap .tempWrap
{
    width: 100%;
    height: 100%;
}

.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.banner .prevStop {
    display: none;
}
.banner .nextStop {
    display: none;
}

.e_pic_wrap ul li {
    /* width: 1200px!important; */
}

.ax_default {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
    vertical-align: none;
    text-align: center;
    line-height: normal;
    text-transform: none;
}

.nav {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px -6px 6px 4px #000;
    z-index: 99;
}

.nav .nav_list {
    width: 1200px;
    height: 75px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.nav .nav_list_logo {
    width: 75px;
    height: 75px;
}

.nav .nav_list_logo img {
    width: 100%;
}

.nav .nav_list_item {
    width: 120px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.nav .nav_list_item:hover a {
    color: rgba(68, 128, 245, 1);
}

.nav_list_item_acitve {
    color: rgba(68, 128, 245, 1) !important;
}

.nav_list_tel {
    width: 150px;
    text-align: right;
    line-height: 75px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0;
}
.bg_grey {
    background-color: #f3f3f3;
    width: 100%;
    min-width: 1200px;
}
.middle, .proneis, tj_down {
    background-color: #ffffff;
    width: 100%;
    min-width: 1200px;
}
.tj_down {
    background-color: #f3f3f38a;
    padding-top: 50px;
 }

.sytssd {
    padding-bottom: 20px;
}

.zwpage {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zwpagex {
    width: 1200px;
    margin: 0 auto;
}

.zwpagex p {
    color: #666;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.9;
}

.mains-box {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: 25px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1);
}

.classify-lg-01,
.classify-lg-02 {
    width: 450px;
    float: left;
    float: left;
    position: relative;
    box-sizing: border-box;
    height: 200px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction:row-reverse;
    flex-wrap: wrap;
}

.classify-lg-02 {
    width: 298px;
}

.classify-lg-01:hover,
.classify-lg-02:hover {
    box-shadow: inset 0 0 38px rgba(0, 0, 0, .08);
    transition: all .15s ease;
}

.classify-title {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #505050;
    line-height: 60px;
    text-align: left;
}

.classify-sm {
    width: 100%;
    height: 140px;
}

.classify-sm li {
    width: 81px;
    height: 20px;
    float: left;
    font-size: 14px;
    height: 20px;
    border: 0;
    padding: 5px 5px;
    text-align: left;
}

.classify-sm li a {
    color: #777;
}

.classify-sm li a:hover {
    color: #FF7B7B;
}

.mains-02-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}

.mains-02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.mains-02 ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.mains-02 ul li {
    width: 287.5px;
    height: 290px;
    background: white;
    margin-top: 20px;
    position: relative;
    margin-right: 15px;
    transition: all .2s ease;
}

.mains-02 ul li:nth-child(4n) {
    margin-right: 0px;
}

.mains-02 ul li:hover {
    box-shadow: 0 5.5px 13px 0 rgba(0, 0, 0, .1);
    transition: all .2s ease;
}

.mains02-img {
    width: 287.5px;
    height: 190px;
    position: relative;
}

.mains02-img img {
    width: 287.5px;
    height: 190px;
}

.white {
    width: 287.5px;
    height: 190px;
    background: white;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease;
}

.mains-02 ul li:hover .white {
    opacity: 0.1;
    transition: all .2s ease;
}

.mains02-title-lg {
    width: 267.5px;
    height: 40px;
    display: block;
    padding: 10px;
    color: #333;
    transition: all .2s ease;
}

.mains02-title-lg:hover {
    color: #F65D5D;
    transition: all .2s ease;
}

.mains02-title-sm {
    wdith: 287.5px;
    height: auto;
    padding: 0px;
    font-size: 12px;
    color: #bbb;
    padding-left: 10px;
}

.mains02-title-watch {
    width: 277.5px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #dbdbdb;
}

.mains02-title-watch img {
    width: 20px;
    vertical-align: top;
}

.kjdh_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.kjdh_list_item {
    width: 282px;
    -webkit-transition: all .4s;
    position: relative;
}

.kjdh_list_item a,
.kjdh_list_item img {
    width: 282px;
    display: block;
    -webkit-transition: all .4s;
}

.kjdh_list_item:hover img {
    margin-top: -10px;
    box-shadow: 0px 7px 15px 0px #999;
}

.bottompage {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    padding: 20px 0;
    box-shadow: 0px 6px 18px 0px #6b6b6b;
    padding-top: 55px;
}

.foot_bottom {
    width: 1200px;
    margin: 0 auto;
    color: #999;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.foot_bottoms {
    width: 100%;
    line-height: 30px;
    font-size: 15px;
}

.foot_bottom a {
    color: #999;
}
.youlian {
    padding: 15px 0;
    background-color: #2D3237;
    color: #6B6E81;
    text-align: center;
    font-size: 13px;
}
.foot_two {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.foot_two a {
    font-size: 13px;
    margin-right: 1.5vw;
}
.foot_two a:hover {
    color: #6B6E81;
}

.bottompage_bg {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    color: #555555;
}

.bottompage_bg_ul {
    width: 190px;
    margin-right: 30px;
}

.bottompage_bg_tit {
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
    color: #656565;
}

.xfwziclo img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.xfwziclo {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 17px;
    font-weight: 500;

}

.xfwziclo:hover {
    color: rgba(68, 128, 245, 1);
}

.bottom_lxwm {
    width: 350px;
    margin-left: 40px;
}

.bottom_lxwm i {
    margin-right: 9px;
    font-size: 20px;
    font-weight: 400;
}

.bottom_gzh {
    width: 100px;
    margin-left: 25px;
    margin-right: 0;
}

.bottom_gzh img {
    width: 100px;
    margin-top: 2px;
}

.xf_right {
    width: 80px;
    position: fixed;
    top: 60%;
    z-index: 999;
    transform: translateY(-50%);
    right: 0;
}

.xf_right_item {
    width: 80px;
    height: 80px;
    border-top: 1px solid #666;
    background-color: #cfcfcf;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.xf_right_item i {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.xf_right_item:hover i {
    color: rgba(68, 128, 245, 1);
}

.xf_right_item:nth-of-type(1) {
    border: none;
}

.xf_right_wx_bg {
    width: 150px;
    position: absolute;
    height: 150px;
    z-index: 1;
    top: 0;
    left: 150px;
    -webkit-transition: all 1s;
    border: 1px solid rgba(68, 128, 245, 1);
}

.xf_right_wx_bg img {
    width: 100%;
    height: 100%;
}

.xf_right_wx:hover .xf_right_wx_bg {
    left: -150px;
}

.xf_right_fx_bg {
    width: 260px;
    position: absolute;
    min-height: 80px;
    z-index: 1;
    top: 1px;
    left: 0;
    -webkit-transition: all 1s;
    background-color: #fff;
    border: 1px solid rgba(68, 128, 245, 1);
}

.social-share {
    padding: 5px !important;
    display: flex;
    flex-wrap: wrap;
}

.xf_right_fx:hover .xf_right_fx_bg {
    left: -260px;
}

.index_topjs {
    background-image: url(../images/u0.png);
    background-size: 100%100%;
    width: 1200px;
    height: 400px;
    display: flex;
    justify-content: center;
}

.index_topjs_item {
    width: 160px;
    margin: 167px 10px 0 10px;
}

.index_topjs_item_images {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    -webkit-transition: all .5s;
}

.index_topjs_item_images img {
    width: 100%;
    height: 100%;
}

.index_topjs_item_tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.index_topjs_item_p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.index_pro {
    width: 100%;
    margin: 20px auto;
}

.ni_index_pro_bg {
    width: 100%;
    min-width: 1200px;
    background-color: #f5f5f5;
}

.ni_index_pro {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.ni_index_pro_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ni_index_new_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
}

.ni_index_pro_li {
    width: 280px;
    margin-left: 26.5px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 28px;
    cursor: pointer;
    transition: all .4s;
}

.ni_index_pro_li:hover {
    margin-top: 5px;
    margin-bottom: 25px;
    transform: scale(1.00);
    box-shadow: 0px 7px 15px 0px #999;
}

.ni_index_pro_li_img {
    width: 224px;
    height: 224px;
    background-color: #f5f5f5;
}

.ni_index_pro_li_img img {
    object-fit: cover;
    /* width: 100%; */
    width: 100%;
    height: 100%;
}

.ni_index_pro_li:nth-of-type(4n+1) {
    margin-left: 0;
}

.ni_index_pro_li_txts {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.ni_index_pro_li_txts h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 10px 0;
}

.ni_index_pro_li_txts_title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 10px 0;
}

.ni_index_pro_li_txts_p {
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    text-align: left;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    margin: 0 10px 5px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.ni_index_pro_li_txts p {
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    text-align: left;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    margin: 0 10px 5px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.ni_index_pro_li_txt {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.ni_index_pro_li_txt span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    letter-spacing: 2px;
}

.ni_index_pro_li_txt p {
    font-size: 14px;
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}
.new_pro_index{
    padding: 0;
}
.new_pro_index .ni_index_pro_li_img{
    width: 280px;
    height: 210px;
    object-fit: cover;
}
.new_pro_index .ni_index_pro_li_txt{
    height: 100px;
}
.news_case_index{
    padding: 0;
}
.news_case_index .ni_index_pro_li_img{
    width: 280px;
    height: 160px;
    object-fit: cover;
}
.news_case_index .ni_index_pro_li_txt{
    height: 100px;
}
.ni_cimg {
    width: 100%;
    max-width: 1200px;
    margin: -25px auto 0 auto;
    display: block;
}

.cp {
    cursor: pointer;
}

.index_pro_tit {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#tip {
    height: 20px;
    position: absolute;
    right: 3.5%;
    bottom: 20px;
    z-index: 13;
}

#tip .ni_li {
    width: 10px;
    height: 10px;
    float: left;
    display: inline;
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/u21.svg) no-repeat;
    background-size: 100% 100%;
}

#tip .ni_li.on {
    background: url(../images/u20.svg) no-repeat;
    background-size: 100% 100%;
}

.index_pro_tit_l {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.index_aboutjs {
    width: 100%;
    position: relative;
}

.ni_cimgs {
    width: 100%;
    margin-top: 15px;
}

.index_news {
    width: 100%;
    display: flex;
}

.index_news_item {
    width: 50%;
    display: flex;
}

.index_news_item_img {
    width: 287px;
    height: 220px;
}

.index_news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_messge {
    width: 100%;
    background-color: rgb(238, 238, 238);
    padding: 20px;
    display: flex;
}

.index_messge_l {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.index_messge_item {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    margin-bottom: 20px;
}

.index_messge_item_lable {
    width: 20%;
    font-size: 20px;
}

.index_messge_item_input {
    width: 75%;
    height: 40px;
    line-height: 40px;
}

.index_messge_item_input input {
    width: 100%;
    height: 35px;
    outline: none;
}

.index_messge_item_input textarea {
    width: 100%;
    height: 220px;
    outline: none;
}

.index_messge_btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.index_messge_btn input {
    border-width: 0px;
    width: 203px;
    height: 56px;
    background: inherit;
    background-color: rgba(68, 128, 245, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0 10px;
    outline: none;
}

.nei_top_t {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
}

.nei_top_t_h {
    font-size: 32px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
}

.nei_top_t_xt {
    width: 39px;
    height: 4px;
    background: inherit;
    background-color: rgba(170, 170, 170, 1);
    border: none;
    border-radius: 24px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 20px 0;
}
.nei_top_t p {
    text-align: center;
    color: #666;
    margin: 0 0 10px;
}

.about_top {
    width: 100%;
    line-height: 1.8;
    align-items: center;
}

.about_top_l {
    width: 50%;
    height: 410px;
    float: left;
    margin-right: 20px;
    border-bottom: 10px;
    padding-top: 20px;
}

.about_top_l img {
    width: 100%;
    height: 100%;
}

.about_top_r {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 1px;
    padding-top: 10px;
}
.about_top_r p {
    padding-bottom: 8px;
    color: #333333e8;
    font-size: 17px;
}
.m60 {
    width: 100%;
    clear: both;
    margin-bottom: 6vh;
}


.fw22826 {
    width: 100%;
    height: 300px;
}
.fwys22826 {
    width: 100%;
    height: 100%;
}
.ul_fw {
    width: 100%;
}
.ul_fw li{
    width: 300px;
    height: 300px;
    float: left;
    cursor: pointer;
    position: relative;
}
.ul_fw li:hover .text2{
  display: block;
}
.ul_fw li .kuang {
    position: absolute;
    width: 196px;
    height: 196px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ddd;
    margin-top: 42px;
    margin-left: 42px;
}

.ul_fw li .kuang1 {
    top: 0;
    left: 0;
    z-index: 1;
}
.ul_fw li .kuang2 {
    left: 5px;
    top: 0px;
    z-index: 2;
}
.ul_fw li .text1 {
    width: 276px;
    height: 276px;
    text-align: center;
    z-index: 3;
    position: absolute;
    left: 7px;
    top: 2px;
    color: #353b52e3;
    font-size: 16px;
}

.ul_fw li .text1 .bg{
    width: 276px; height: 276px; }
.ul_fw li .text1 .bg1{ 
    background: url(/template/test/images/fw-img1.png) no-repeat;}
.ul_fw li .text1 .bg2{ 
    background: url(/template/test/images/fw-img2.png) no-repeat;}
.ul_fw li .text1 .bg3{ 
    background: url(/template/test/images/fw-img3.png) no-repeat;}
.ul_fw li .text1 .bg4{ 
    background: url(/template/test/images/fw-img4.png) no-repeat;}
.ul_fw li .text1  h3 {
    padding-top: 50px;
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 30%;
}
.ul_fw li .text2 {
    width: 276px;
    height: 276px;
    z-index: 4;
    position: absolute;
    left: 5px;
    top: 0px;
    display: none;
}
.ul_fw li .text2 .mengban {
    border: 1px solid #533b26;
    position: absolute;
    z-index: 1;
    width: 196px;
    height: 196px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #385c91;
    margin-top: 42px;
    margin-left: 42px;
}
.ul_fw li .text2 p {
    position: absolute;
    z-index: 2;
    width: 140px;
    height: 110px;
    top: 88px;
    left: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.ul_fw  li:hover .text2{
  display: block;
}


.about_fwwz {
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    line-height: 1.7;
}

.about_fwwz_t {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    margin: 5px 0;
}

.about_fwwz_bz1 {
    width: 95%;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}

.about_fwwz_bz1_item {
    width: 175px;
}

.about_fwwz_bz2 {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about_fwwz_bz2_item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about_fwwz_bz2_item img {
    width: 80px;
}

.about_fwwz_bz2_item_p {
    width: 400px;
    margin-left: 30px;
}

.pro_zw {
    width: 100%;
    display: flex;
}

.pro_zw_r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ul_case_list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vw;
}
.ul_case_list li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2.5% 0;
    background-color: #fff;
}
.ul_case_list li:nth-child(4n) {
    margin-right: 0;
}
.ul_case_list li .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.ul_case_list li .con .pic {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ul_case_list li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    height: 160px;
    max-width: 100%;
    transition: all .8s;
}
.ul_case_list li .con:hover .pic img{
    transform: scale(1.2)
}


.pro_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pro_list_item {
    width: 230px;
    cursor: pointer;
    margin-left: 12.5px;
}

.pro_list .imgbg_ip:nth-of-type(5n+1) {
    margin-left: 0 !important;
}

.pro_list_item_img {
    width: 230px;
    height: 173px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s;
}

.pro_list_item:hover .pro_list_item_img img {
    transform: scale(1.3);
}

.pro_list_item_p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}

.page_bg {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.page_bg ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    flex-wrap: wrap;
}

.page_bg ul li {
    color: #fff;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #4580f4;
    border-radius: 3px;
    margin: 5px;
    overflow: hidden;
}

.page_bg ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.page_bg ul li a,
.page_bg ul li:nth-of-type(1),
.page_bg ul li:nth-last-of-type(1) {
    color: #000;
    background-color: #fff;
}

.caselist_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.caselist_nav li {
    float: left;
    margin-right: 68px;
    padding-bottom: 10px;
}
.caselist_nav li:nth-child(3){
    margin-right: 0;
}
.caselist_nav li a{
    padding-bottom: 10px;
}
.caselist_nav .active, .caselist_nav li:hover  a{
    color: rgba(68, 128, 245, 1) !important;
}

.productlist_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.productlist_nav li {
    float: left;
    margin-right: 68px;
    padding-bottom: 10px;
}
.productlist_nav li:nth-child(4){
    margin-right: 0;
}
.productlist_nav li a{
    padding-bottom: 10px;
}
.productlist_nav .active, .productlist_nav li:hover  a{
    color: rgba(68, 128, 245, 1) !important;
}


.news_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.mhfwlist_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mhfwlist_nav li {
    float: left;
    margin-right: 68px;
    padding-bottom: 10px;
}
.mhfwlist_nav li:nth-child(4){
    margin-right: 0;
}

.news_list {
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-left: 1px solid #B0B0B0;
}

.news_list:nth-of-type(1) {
    border: none;
}

.news_list:hover a {
    color: rgba(68, 128, 245, 1);
}

.news_lists {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_lists li {
    width: 48%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}


.nmindenews_bg_item_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}


.nmindenews_bg_item_r h4 {
    width: 100%;
    font-size: 13px;
    /* font-weight: bold; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    white-space: nowrap;
}

.nmindenews_bg_item_r p {
    width: 100%;
    font-size: 12px;
    color: #666666;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


.news_lists a {
    width: 100%;
}

.news_list_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px dashed #333333;
}

.news_list_li:hover {
    color: rgba(68, 128, 245, 1);
}

.contact_bg {
    display: flex;
    width: 100%;
}

.contact_l {
    width: 50%;
    padding: 40px 0 0 100px;
}

.contact_l i {
    font-size: 24px;
    margin-right: 10px;
}

.contact_l img {
    width: 160px;
    height: 160px;
    border: 1px solid #323232;
    margin: 60px 0;
}

.contact_r {
    width: 50%;
}

.map_bg {
    width: 600px;
    height: 500px;
}


/* h5-开始*/

.h5 {
    width: 100%;
}

.h5 .ul_1 {
    width: 1020px;
    margin: 0 auto;
}

.h5 .ul_1 li {
    width: 100%;
    height: 320px;
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    border-bottom: 2px solid #33333338;
}

.h5 .ul_1 .left {
    width: 360px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
}

.h5 .ul_1 .left img {
    width: 360px;
    height: 270px;
    object-fit: cover;
    position: absolute;
    background-color: #222;
}

.h5 .ul_1 .right {
    width: 630px;
}
.h5 .ul_1 h2 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}
.h5 .ul_1 p {
    font-size: 30px;
    line-height: 45px;
    margin: 20px 0 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}


.h5 .ul_1 .btn {
    width: 280px;
    height: 55px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #0000;
    padding: 0;
    font-size: 26px;
    color: #FFFFFF;
    background-color: rgba(2, 167, 240, 1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.h5 .ul_1 .ul_er {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-end;
}
.h5 .ul_1 .ul_er li{
    width: 50%;
    text-align: center;

}

.h5 .ul_1 .ul_er_li{
    width: 47%;
    margin-right:6%;
    text-align: center;
    line-height: 25px;
    border: aliceblue;
    padding: 0;
}
.h5 .ul_1 .ul_er_li:nth-child(2) {
    margin-right: 0;
}

.h5 .ul_2 {
    width: 1020px;
    margin: 0 auto;
}
.h5 .ul_2 .shu{
    width: 100%;
}
.h5 .ul_2 li {
    width: 100%;
    height: 100%;
    margin: 2vw 0;
    justify-content: center;
}
.h5 .ul_2 .shu li{
    width: 48%;
    float:left;
    margin-right:2vw;
}
.h5 .ul_2 .shu li:nth-child(2n){
    margin-right:0;
}
.h5 .ul_2 video{
    width: 100%;
    margin: 0 auto;
    border: 5px solid #33333378;
    border-radius: 15px;
}
.h5 .ul_2 img{
    width: 98%;
    margin: 0 auto;
    border: 1px solid #333;
}

  .cover {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px; 
    height: 80px; 
    background-color: #00000000; 
    z-index: 9999;
  }
  .iframe-container {
    position: relative; 
  }
/*h5-结束*/

.picFocus {
    margin: 0 auto;
    width: 467px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 109px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 467px;
    display: block;
}

.proinfo_zw {}

.proinfo_top {
    display: flex;
}

.proinfo_top_r {
    width: 600px;
    height: 400px;
    padding: 60px;
}

.proinfo_top_r_item {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.proinfo_top_r_item span {
    font-weight: bold;
}

.proinfo_info {
    width: 100%;
    margin-top: 30px;
}

.proinfo_info p {
    margin-bottom: 1vw;
    line-height: 1.9;
    color: #333333;
    font-size: 16px;
    border-radius: 10px;
}

.proinfo_info img, video {
    max-width: 100%;
}
.video_bg1 {
    max-width: 100%;
    margin-top: 5px;
    margin-right: 5px;
    padding: 25px;
    border: 1.5px solid #c6c6c7;
    color: #3e3e3e;
    line-height: 24px;
    box-shadow: #a5a5a5 5px 5px 2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    background-color: #ededed;
}

.proinfo_info h2 {
    width: 100%;
    float: left;
    color: #15569a;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.proinfo_info h3 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 1vw;
}


.proinfo_info_tit {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgba(68, 128, 245, 1);
    box-sizing: border-box;
}

.proinfo_info_tit span {
    width: 100px;
    background-color: rgba(68, 128, 245, 1);
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.article {
    padding-top: 10px;
    padding-left: 30px;
    color: #999;
    line-height: 30px;
}

.article a {
    display: block;
    width: 100%px;
    font-size: 14px;
    float: left;
    background: url('../images/wyz-icon.png') no-repeat 0 -140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article a:hover {
    color: #ff4444;
}

.article a:not(:nth-child(3n-2)) {
    margin-left: 25px;
}

.more {
    width: 1130px;
    height: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.more a {
    background: url('../images/x.png') no-repeat 52px -332px;
    color: #666;
    display: inline;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
    padding-right: 20px;
    transition: all 0.4s ease-in 0s;
    width: 50px;
}

.more a:hover {
    background-position: 62px -332px;
    margin-right: 2px;
    padding-right: 30px;
}


/*中控简介*/

.range {
    padding-bottom: 20px;
}

.range .range-img {
    width: 50%;
}

.range .range-img img {
    width: 100%;
}

.range .range-text {
    width: 48%;
}

.range .range-text h3 {
    font-size: 20px;
    line-height: 40px;
    padding-top: 4px;
}

.range .range-text p {
    font-size: 18px;
    margin: 60px 0 0px 0;
}

.proinfo_info_p {
    padding: 15px 0;
    line-height: 1.9;
    color: #333333;
    font-size: 15px;
    /* background-color: #fff; */
    border-radius: 10px;
}

.proinfo_info_ps {
    line-height: 1.9;
    /* background-color: #fff; */
    border-radius: 10px;
}
.proinfo_info_ps p {
    padding: 10px 0px;
    font-size: 16px;
    color: #333333;
}

.proinfo_info_p img,
.proinfo_info_p video {
    max-width: 100%
}

.proinfo_info_p video {
    margin: 0 auto;
    display: block;
}



.proinfo_info_ps img,
.proinfo_info_ps video {
    max-width: 100%
}

.proinfo_info_ps video {
    margin: 0 auto;
    display: block;
}

.proinfo_info_h2 a {
    float: left;
    color: #15569a;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.proinfo_info_h2 img {
    vertical-align: bottom;
}


.proinfo_nlist {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    margin: 50px 0;
}
.proinfo_nlist_item {
    padding: 1vh;
}
.proinfo_nlist_item a {
    font-size: 17px;
    font-weight: bold;
}

.proinfo_nlist li {
    padding: 1vh;
}
.proinfo_nlist li a {
    font-size: 17px;
    font-weight: bold;
}

.dash_line {
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px dashed #ececec;
    height: 0px;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 11px;
}

.newsinfo {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.newsinfo_s, .newsinfo span {
    margin: 0 16px;
}

.newsinfo_zw {
    width: 100%;
    padding: 30px 0;
    line-height: 1.9;
    color: #333333;
    font-size: 16px;
}

.newsinfo_zw p {
    padding: 10px 0;
}

.newsinfo_zw h2 {
    font-size: 16px;
    color: #15569a;
}

.newsinfo_zw h3 {
    font-size: 15px;
    color: #619bc3;
}

.newsinfo_zw img,
.newsinfo_zw video {
    max-width: 100%;
    height: auto;
}


/*文章推荐列表*/

.tjlist {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.listul {
    margin-left: 0;
    overflow: hidden;
    height: 20vh;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.listul li {
    float: left;
    width: 23.5%;
    height: 20vh;
    position: relative;
    margin-left: 2%;
}
.listul li:nth-of-type(4n+1) {
    margin-left: 0;
}
.listul li img{
    width: 100%;
    height: 20vh!important;
    object-fit: cover;
}
.listul li span {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
}

.ni_top_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    top: 0;
}

.ni_top_bgs {
    width: 100%;
    height: 111px;
}
.h_144 {
    height: 144px;
}
.h_111 {
    height: 111px;
}
.ni_ban_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
.ni_top_th {
    width: 100%;
    height: 33px;
    background: #333;
}
.ni_top_th_main {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    clear: both;
}
.ni_top_th_lf {
    float: left;
    height: 33px;
    margin-top: 8px;
}
.ni_top_th_lf span {
    width: auto;
    height: 33px;
    background: url(../images/head_dw.png) no-repeat left center;
    padding-left: 17px;
    color: #fff;
}

.ni_top_th_rt {
    float: right;
    color: #9e9e9e;
    line-height: 33px;
}

.ni_top_th_rt a {
    padding: 0px 8px;
    color: #fff;
}



.ni_top {
    width: 1200px;
    margin: 0 auto;
    height: 111px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ni_top_l {
    width: 195px;
    display: flex;
    align-items: center;
}

.ni_top_l_logo {
    width: 195px;
}

.ni_top_l_logo img {
    width: 100%;
}
.ni_top_r_txt_ls{
    width: 1px;
    height: 20px;
    background-color: #333;

}
.ni_top_l_txt {
    height: 55px;
    line-height: 1;
    /* border-left: 1px solid #666666; */
    padding-left: 20px;
    padding-top: 3px;
    color: #333333;
    margin-left: 10px;
    position: relative;
}
.ni_top_l_txt::after{
    width: 1px;
    height: 20px;
    position: absolute;
    left:0;
    background-color: #333;
    top: 50%;
    transform: translateY(-50%);
    content:' '
}

.ni_top_r {
    display: flex;
    align-items: center;
    /* width: 430px; */
}

.ni_top_r_txt {
    color: #333333;
    margin-right: 10px;
}

.ni_top_r_txt i {
    /* margin-right: 10px; */
    font-size: 40px;
}

.ni_top_r_ewm {
    width: 90px;
    height: 90px;
    margin-left: 18px;
}

.ni_top_r_ewm img {
    width: 100%;
    height: 100%;
}

.ni_nav_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 7px 17px -6px #e6e6e6
}

.ni_nav {
    width: 1200px;
    margin: 0 auto;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ni_nav_btn {
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ni_nav_list_item,.ni_nav_btn li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
}
.ni_nav_list_item a{
    color: #333;
    line-height: 110px;
}
.ni_nav_list_item:hover a {
    color: rgba(68, 128, 245, 1);
}
.ni_nav_btn li:hover .s_navbox {
    display:block;
}
.ni_nav_btn li .f_a{display:block;text-align:center;font-size:15px;line-height: 100px;}
.ni_nav_btn li:hover .f_a,.ni_nav_list_item.cur .f_a{color: #4480f5;font-weight: bold;transition:all .3s}
.ni_nav_btn li .s_navbox{display:none;position: absolute;left: 0;width: 130px; background:#fff;z-index: 9999;box-sizing: border-box}
.ni_nav_btn li .s_navbox .s_a a{font-size:14px;text-transform:uppercase;display:block;text-align: center;border-top: 1px solid #fff;height: 40px;line-height: 40px;overflow: hidden; }
.ni_nav_btn li .s_navbox .s_a a:hover{color: #4480f5;transition:all .3s}



.ni_nav_seach {
    width: 280px;
    height: 50px;
    border: #666 1px solid;
    display: flex;
    align-items: center;
}

.ni_nav_seach form {
    display: flex;
    align-items: center;
}

.ni_search_btn {
    font-size: 16px;
    width: 233px;
    height: 50px;
    padding: 0 30px;
    letter-spacing: 2px;
    border: none;
    outline: none;
    background: none;
    border-right: 1px solid #666;
}

.ni_search_btns {
    width: 45px;
    height: 50px;
    border: none;
    outline: none;
    background: none;
}

.ni_search_btns img {
    width: 70%;
    cursor: pointer;
}

.ni_pre {
    left: calc(3% + 280px) !important;
}

.ni_ban_l_bg {
    width: 280px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #ffffff1c;
}

.ni_ban_l_item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fffffff7;
}

.ni_ban_l_item a {
    color: #fff;
    margin: 0 20px;
}

.ni_ban_l_item:hover {
    background-color: #528bfc;
}

.index_aboutjs {
    width: 100%;
    position: relative;
}

.index_aboutjs_bg {
    width: 64%;
    margin: 0 auto;
    display: block;
}

.index_aboutjs_bgs {
    width: 100%;
    position: relative;
    margin-top: -13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index_aboutjs_items {
    width: 22%;
    transition: all 500ms;
    background-color: #f3f3f3 !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}

.index_aboutjs_item {
    width: 40%;
    margin-top: 30px;
}

.index_aboutjs_items_zw {
    width: 98%;
    margin: 30px auto;
    margin-bottom: 40px;
}

.index_aboutjs_items_zwp {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1rem;
}

.index_aboutjs_items_zwinfo {
    color: #5e5e5e;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.index_aboutjs_items:hover {
    transform: translateY(-10px);
    box-shadow: 0px 7px 15px 0px #999;
}

.index_aboutjs_bgs_t {
    position: absolute;
    width: 100%;
    top: 16%;
    font-size: 1.8rem;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
    color: #666666;
}

.index_aboutjs_bgs_t span {
    color: #4480f8;
}

.syhzhbs {
    width: 100%;
    position: relative;
}

.syhzhbs_bg {
    position: absolute;
    top: 18%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.syhzhbs_bg_l {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
    margin-left: 52px;
    padding: 5px 0;
    padding-right: 30px;
}

.syhzhbs_bg_r {
    color: #fff;
    margin-left: 30px;
    font-size: 1rem;
}

.breadnav {
    background-color: #ffffff;
    line-height: 60px;
    font-size: 14px;
}
.breadnav_main {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1200px;
    margin: auto;
}
.breadnav_main a, .breadnav_main span {
    color: #636363;
    text-decoration: none;
}

.fuwu-nav {
    padding: 20px 0;
}

.fuwu-nav-main {
    width: 1200px;
    margin: auto;
}

.fuwu-nav-hx{
    border-bottom: 1px solid #d0d0d0;
    width: 1200px;
    margin: auto;
}

.fuwu-nav li {
    float: left;
    width: 20%;
}
.fuwu-nav a{
    color: #636363;
    text-decoration: none;
}

.fuwu-nav-title h1{
    color: #4480f5;
    border-bottom: 2px solid #7d7d7d;
}

.fuwu-nav-title h2{
    color: #4480f5;
}

.fuwu-nav h1 {
    padding-bottom: 20px;
    float: left;
    font-size: 32px;
}

.fuwu-nav h2 {
    padding-bottom: 20px;
    float: left;
    font-size: 26px;
}

.dantu {
    text-align: center;
}

.dantu img {
    vertical-align: middle;
}

.dantu span {
    font-size: 14px;
    color: #666666;
}

.erul,.sanul,.siul,.wuul {
    overflow: hidden;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.erul li {
    padding-bottom: 2vh;
    padding-right: 2vh;
    width: 50%;
    float: left;
}
.erul li:nth-of-type(2n) {
    padding-right: 0 ;
    padding-left: 2vh;
}
.erul li a {
    display: flex;
}
.erul li:nth-of-type(1) .con{
    background: #4497ff;
}
.erul li:nth-of-type(2) .con{
    background: #6cc061;
}
.erul li:nth-of-type(3) .con{
    background: #940BB5;
}
.erul li:nth-of-type(4) .con{
    background: #f98919;
}
.sanul li {
    padding-bottom: 2vh;
    padding-right: 2vh;
    width: 33.33333333%;
    float: left;
}
.sanul li:nth-of-type(3n) {
    padding-right: 0 ;
}
.sanul li a {
    display: flex;
}
.sanul li:nth-of-type(1) a{
    background: #940BB5;
}

.sanul li:nth-of-type(2) a{
    background: #f98919;
}
.sanul li:nth-of-type(3) a{
    background: #4497ff;
}
.sanul li:nth-of-type(4) a{
    background: #2d61f5;
}
.sanul li:nth-of-type(5) a{
    background: #6cc061;
}
.sanul li:nth-of-type(6) a{
    background: #2f0d6a;
}

.sanul li .con {
    display: flex;
}
.sanul li:nth-of-type(1) .con{
    background: #940BB5;
}

.sanul li:nth-of-type(2) .con{
    background: #f98919;
}
.sanul li:nth-of-type(3) .con{
    background: #4497ff;
}
.sanul li:nth-of-type(4) .con{
    background: #2d61f5;
}
.sanul li:nth-of-type(5) .con{
    background: #6cc061;
}
.sanul li:nth-of-type(6) .con{
    background: #2f0d6a;
}

.sanul li .pffa{
    background:url("../images/trainblock.png")no-repeat;
}

.siul li {
    margin-bottom: 2vh;
    width: 25%;
    padding-right: 1vw;
    float: left;
}
.siul li:nth-of-type(4n) {
    padding: 0 ;
}
.siul li .con {
    display: flex;
}
.siul li:nth-of-type(1) .con{
    background: #940BB5;
}

.siul li:nth-of-type(2) .con{
    background: #f98919;
}

.siul li:nth-of-type(3) .con{
    background: #4497ff;
}
.siul li:nth-of-type(4) .con{
    background: #6cc061;
}
.siul li:nth-of-type(8) .con{
    background: #940BB5;
}

.siul li:nth-of-type(7) .con{
    background: #f98919;
}

.siul li:nth-of-type(6) .con{
    background: #4497ff;
}
.siul li:nth-of-type(5) .con{
    background: #6cc061;
}
.wuul li {
    margin-bottom: 2vh;
    padding-right: 1vw;
    width: 20%;
    float: left;
}
.wuul li:nth-of-type(5n) {
    padding-right: 0 ;
}


.homepro-nwl {
    width: 50%;
    color: #fff;
    padding-top: 2vh;
    padding-left: 2vh;
}
.homepro-nwl h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1vh;
    display: inline-block;
}
.homepro-nwlp {
    margin-top: 18px;
    line-height: 30px;
}
.homepro-nwlp p {
    left: 0;
    color: #fff;
    font-size:14px;
}

.homepro-nwr {
    width: 50%;
    display: flex;
    align-items: center;
}
.homepro-nwr img {
    width: 100%;
}
.homepro-nwr img{
    transition:all 0.5s;
}
.sanul li:hover .homepro-nwr img{
    transform:scale(1.1);
}

.homepro {
    width: 100%;
    padding: 1vh;
}
.homepro h3 {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1vh;
    display: inline-block;
    width: auto;
    color: #fff !important;
}

.homepro p {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.9;
}

.homepro  .title{
   text-align: center;
   line-height: 70px;
   color: #252b3a !important;
   font-size: 16px;
   border-bottom: 1px solid #ddd;
}
.homepro .dev-text{
    text-align: center;
    margin: 30px 30px 0;
    font-size: 14px;
    color: #A0A2A8;
}

.newsinfo_zw .homepro h3,.newsinfo_zw .homepro p{color: #fff;}

.duolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}
.duolist_yi video {
    width: 100%;
    }
.duolist p {
    padding: 10px 10px;
    line-height: 30px;
    text-align: left;
}

.duolist span {
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.duolist img {
    width: 100%;
    text-align: center;
}

.duolist_liu {
    width: 15%;
    margin: 5px 10px;
    text-align: center;
    line-height: 25px;
    padding: 5px 0;
}

.duolist_liu img {
    width: 25%;
}

.duolist_si {
    width: 23%;
    margin: 5px 10px;
    text-align: center;
    line-height: 25px;
    padding: 5px 0;
}

.duolist_san {
    width: 32%;
    margin: 5px 7px;
    text-align: center;
    line-height: 25px;
}
.duolist_san_txt {
    width: 100%;
    height: 99%;
    background-color: #f7faff;
    font-size: 1em;
}
.duolist_san_txt_tit{
    padding-top: 2vw;
    color: #777;
    font-weight: 600;
}
.duolist_san_txt_p{
    padding: 5%;
    color: #777;
    text-align: left;
}

.duolist_er {
    width: 48%;
    margin: 5px 1%;
    text-align: center;
    line-height: 25px;
}

.duolist_erl {
    width: 50%;
    padding: 0 1vw 1vw 0;
    float: left;
}
.duolist_erl:nth-child(2n) {
    padding: 0 0 1vw 1vw;
}
.duolist_erl  p{
    padding: 0;
}



.duolist_er_txt {
    width: 100%;
    height: 99%;
    background-color: #f7faff;
    font-size: 1em;
}
.duolist_er_txt .tit{
    padding-top: 5vw;
    color: #777;
    font-weight: 600;
}
.duolist_er_txt p{
    padding: 5%;
    color: #777;
}

.duolist_yi {
    width: 97.5%;
    margin: 5px 10px;
    text-align: center;
    line-height: 25px;
}

.duolist_shul {
    width: 66%;
    margin: 5px 2px 5px 0;
    text-align: center;
    line-height: 25px;
}

.duolist_shur {
    width: 33%;
    margin: 5px 0 5px 2px;
    text-align: center;
    line-height: 25px;
}

.ni_nav_seach_bg {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 20px auto;
    align-items: center;
}

.new_pro_bg {
    padding: 15px 0px;
    margin: 0 auto;
    line-height: 1.9;
    color: #333333;
    font-size: 15px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}

.new_pro_bg img {
    max-width: 100%;
}

.nav_list_item_acitve a {
    color: rgba(68, 128, 245, 1) !important;
}

.new_pro_top {
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    flex-wrap: wrap;
}

.new_pro_top_l {
    width: 400px;
    height: 280px;
    box-shadow: 0 0 0 5px #d9d9d9;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
}

.new_pro_top_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 5px #979797;
}

.new_pro_top_r {
    width: calc(100% - 450px);
}

.new_pro_top_r_t {
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

.new_pro_top_r_zw {
    font-size: 16px;
    color: #666666;
    width: 100%;
    display: block;
}

.new_pro_top_r_btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #000;
    display: block;
    padding: 0;
    margin-top: 30px;
}

.new_pro_gn,
.new_pro_ts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.new_pro_gn_t {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #333333;
    display: block;
}

.new_pro_gn_line {
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: #333333;
    overflow: hidden;
    margin-top: 5px;
}

.new_pro_gn_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.new_pro_gn_list_item {
    width: 400px;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.new_pro_gn_list_item{
    border-left: none;
}

.new_pro_gn_list_item:nth-of-type(6n) ,.new_pro_gn_list_item:nth-of-type(6n-1),.new_pro_gn_list_item:nth-of-type(6n-2){
    border-top: none;
}

.new_pro_gn_list_item:nth-of-type(3n) {
    border-right: none;
}

.new_pro_gn_list_item_img {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-size: cover;
}

.new_pro_gn_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_pro_gn_list_item_t {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    display: block;
    line-height: 50px;

}

.new_pro_gn_list_item_info {
    width: 80%;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.new_pro_ts_list {
    width: 100%;
    margin-top: 30px;
}

.new_pro_ts_item {
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    height: 220px;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.new_pro_ts_item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.new_pro_ts_item_img {
    width: 50%;
    height: 220px;
    background-size: cover;
    background-color: #adb4e8;
    background-position: center center;
}

.new_pro_ts_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_pro_ts_item_p {
    width: 50%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.new_pro_ts_item_p_t {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}

.new_pro_ts_item_p_info {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #666666;
    padding: 0 30px;
}

.new_pro_ts_imglist {
    margin-top: 10px;
    width: 100%;
}

.new_pro_ts_imglist img {
    margin-bottom: 20px;
    max-width: 100%;
}

.new_pro_good_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.new_pro_good_list_item {
    width: 300px;
    border: 1px solid #333;
    border-left: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.new_pro_good_list_item:nth-of-type(4n) {
    border-right: none;
}

.new_pro_case {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

#mhywfw .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

#mhywfw .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nei_about_new {
    width: 100%;
    background-color: #fff;
    position: relative;
}

#mhywfw {
    width: 516px;
    height: 324px;
}

#mhywfw img {
    width: 100%;
    height: 100%;
}

#mhywfw .swiper-container {
    width: 100%;
    height: 100%;
}

.mhywfw_page {
    position: absolute;
    background-color: #f3f3f3;
    width: 815px;
    top: 50%;
    left: 355px;
    display: flex;
    transform: translateY(-50%);
    z-index: 991;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

.mhywfw_page_item {
    width: 48%;
    display: flex;
    align-items: center;
    margin: 10px auto;
    height: 90px;
    cursor: pointer;
}

.mhywfw_page_item_img {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
}

.mhywfw_page_item_img_ac {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
    display: none;
}



.mhywfw_page_item_wz {
    width: calc(100% - 80px);
}

.mhywfw_page_item_t {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    color: #333333;
    letter-spacing: 3px;
}

.mhywfw_page_item_z {
    font-size: 15px;
    display: none;
    color: #4380f3;
    letter-spacing: 2px;
}

.mhywfw_page_item_ac .mhywfw_page_item_img{
    display: none;
}

.mhywfw_page_item_ac .mhywfw_page_item_img_ac,
.mhywfw_page_item_ac .mhywfw_page_item_z 
{
    display: block;
}
.mhywfw_page_item_ac .mhywfw_page_item_t 
{
    color: #4380f3;
}

.mhywfw_page_two {
    position: absolute;
    background-color: #f3f3f3;
    width: 716px;
    height: 338px;
    top: 50%;
    right: 456px;
    display: flex;
    transform: translateY(-50%);
    z-index: 991;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.mhywfw_page_two .mhywfw_page_item {
    width: 25%;
    flex-direction: column;
    height: 120px;
    align-items: center;
}

.mhywfw_page_two .mhywfw_page_item_img,
.mhywfw_page_two .mhywfw_page_item_img_ac {
    margin: 0;
}

.mhywfw_page_two .mhywfw_page_item_wz {
    width: 100%;
    text-align: center;
}

#yzsfw .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

#yzsfw .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yzsfw_bg {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

#yzsfw {
    width: 536px;
    height: 400px;
}

#yzsfw img {
    width: 100%;
    height: 100%;
}

#yzsfw .swiper-container {
    width: 100%;
    height: 100%;
}

.yzsfwwz {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    background-color: rgba(41, 41, 41, 0.418);
    color: #fff;
    padding: 10px 100px;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    box-shadow: 0 0 50px 0 rgb(41, 41, 41);
}

.mhywfw_page_ther {
    position: absolute;
    background-color: #f3f3f3;
    width: 820px;
    height: 500px;
    top: 50%;
    left: 350px;
    display: flex;
    transform: translateY(-50%);
    z-index: 992;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.mhywfw_page_ther .mhywfw_page_item {
    width: 100%;
    height: 100px;
}

.mhywfw_page_ther .mhywfw_page_item_wz {
    width: calc(100% - 100px);
}

#mifuys .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

#mifuys .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mifuys_bg {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#mifuys {
    width: 520px;
    height: 564px;
}

#mifuys img {
    width: 100%;
    height: 100%;
}

#mifuys .swiper-container {
    width: 100%;
    height: 100%;
}

.new_pro_case_bg {
    background-color: #f3f3f3;
    width: 100%;
}
.newsinfo_bgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsinfo_l {
    width: 820px;
    min-width: 359px;
}

.newsinfo_r {
    min-width: 320px;
    width: calc(100% - 880px);
    float: left;
    margin-left: 60px;
}
.newsinfo_down {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.newsinfo_r_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
    text-align: left;
}
.newsinfo_r_main .sx {
    width: 100%;
    border-left: 5px solid #20aebd;
    padding-left: 15px;
    line-height: 26px;
    margin-bottom: 1vh;
}
.newsinfo_r_main h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    color:#515151;
    display: block;
}
.newsinfo_r_tw {
    width: 100%;
    margin-top: 10px;
}
.newsinfo_r_pro li {
    width: 48%;
    background-color: #fff;
    border: 0.1px solid #f5f5f5;
}
.newsinfo_r_tw li {
    float: left;
    width: 100%;
    margin-bottom: auto;
    background-color: #f3f3f38a;
}
.newsinfo_r_tw li:not(:last-child) {
    margin-bottom: 30px;
}
.newsinfo_r_tw .last_li {
    margin-bottom: auto;
}
.newsinfo_r_tw li .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.newsinfo_r_tw li .con .pic {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.newsinfo_r_tw li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transition: all .8s;
}
.newsinfo_r_tw li .con:hover .pic img{
    transform: scale(1.2)
}
.newsinfo_r_tw li .txt {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transition: all .8s;
    margin: 1vh 0;
}
.newsinfo_r_tw li .txt h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.newsinfo_r_tw li .txt p {
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    text-align: left;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    margin: 0 10px 5px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.newsinfo_r_lb {
    width: 100%;
    text-align: left;
}
.newsinfo_r_lb li {
    width: 100%;
    margin: 2px 0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: initial;
    border-bottom: dashed 1px #a4c1c4;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 40px;
}
.newsinfo_r_lb li a {
    color: #343434;
}

.newsinfo_r_hot {
    text-align: left;
    font-size:14px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}
.newsinfo_r_hot a {
    background-color: #e9f4f7;
    color: #7c7e7e;
    margin-right: auto;
    padding: 10px;
    margin-top: 10px;
}
.newsinfo_r_hot a:not(:last-child) {
    margin: 10px 10px 0 0;
}

.newsinfo_r_hot  .right {
    margin-right: 0;
}



.newsinfo_r_news {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsinfo_r_news_t {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #333333;
    display: block;
}
.newsinfo_r_news_clear {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(170, 170, 170, 1);
    overflow: hidden;
    margin: 5px 0;
}
.newsinfo_r_news_item {
    width: 100%;
    margin: 2px 0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: initial;
    border-bottom: dashed 1px #343434;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 30px;
}
.newsinfo_r_news_item a {
    color: #343434;
}

.newsinfo_r_case {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.newsinfo_r_case_item {
    width: 100%;
    margin: 10px 0;
    background-color: #f3f3f38a;
}
.newsinfo_r_case_item a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.newsinfo_r_case_item_img {
    width: 100%;
}
.newsinfo_r_case_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsinfo_r_case_item_h {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    font-weight: initial;
}
.newsinfo_r_case_item_p {
    font-size: 15px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 0 10px 5px;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsinfo_r_case_item p {
    font-size: 15px;
    color: #656565;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    margin: 0 10px 5px;
}

.ni_nav_seach_ket {
    font-size: 15px;
}

.ni_nav_seach_ket a {
    color: #999999;
}
.m_about_new{
    display: none;
    width: 100%;
}
.m_about_new_top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.m_about_new_top_item{
    width: 40%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #333;
    margin: 10px 0;
}
.m_about_new_top_item_ac{
    border-color: #4480f8;
    background-color: #4480f8;
    color: #fff;
}
.m_about_new_bottom{
    width: 100%;
    display: none;
    background-color: #fff;
}
.m_about_new_bottom_img{
    width: 100%;
}
.m_about_new_bottom_img img{
    width: 100%;
}
.m_about_new_bottom_h{
    width: 100%;
    padding: 5px 10px;
    color: #333;
    margin-top: 10px;
    font-size: 16px;
}
.m_about_new_bottom_p{
    color: #999;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}
.m_yzsfw_bg{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.m_yzsfw_item{
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
}
.m_yzsfw_item_img{
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
}
.m_yzsfw_item_h{
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.bgimg{position: fixed;
    z-index: 0;
    bottom: 0;
    transform: translateY(100%);
}

.yinyong{
width: 100%;
margin: 10px auto;
}
.waikuang{
    border: 2px solid #d1421e;
    border-radius: 15px;
    padding: 10px 10px;
    margin-top: -14px;
}
.neikuang{
    border: 2px solid #d1421e;
    border-radius: 15px;
    overflow: hidden;
    background: #fef9f6;
}
.nkbeijing{
    background: url(/template/test/images/yinyongbeijing001.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right bottom;
}
.nkp{  font-size: 16px;
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 2em;
    color: #d1421e;
    padding: 1em;
}
.layout{
    margin: 10px auto; 
    box-sizing: border-box;
}
.layoutbj{
    border-style: solid;
    -webkit-border-image: url(/template/test/images/yinyongbeijing002.png) 5 20 repeat;
    border-width: 5px 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #777;
    font-size: 1.1em;
    line-height: 1.9;
}
.zhendiartt{
text-align: center;
margin: 10px auto;
}
.zhendiartt-xk{
display: inline-block;
}
.zhendiartt-zt{
    font-size: 24px;
    letter-spacing: 1.5px;
    color: #f84541;
    padding: 0 10px;
    font-weight: bold;
}
.zhendiartt-fg{
    max-width: 100% !important;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background-color: #f96a67;
    margin: 3px 0;
}
.zhendiartt-ft{
    font-size: 18px;
    letter-spacing: 3.1px;
    color: #f84541;
    text-align: center;
}

.zhendiartt-ztyc{
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 24px;
    background-image: -webkit-linear-gradient(top,#ffeacc,#fffbf4);
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: normal !important;
}
.zhendiartt-ftzs{
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #a51228;
    margin-top: -15px;
    text-align: center;
}
.zhendiartt-nr{
    padding: 20px 10px;
    text-align：left;
    letter-spacing:4px;
}
.tupian
{
    margin: 20px auto;
}
.tupian-ztyw
 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 10px;
}
.tupian-ztyw-ztbg
 {
    max-width: 85% !important;
    box-sizing: border-box;
    width: 85%;
    display: flex;
    background-color: #ffc635;
    padding-left: 12px;
}
.tupian-ztyw-zttp
{
    max-width: 100% !important;
    box-sizing: border-box;
    width: 100%;
}
.tupian-ztyw-zttp-img
{
    box-sizing: border-box;
    vertical-align: inherit;
    width: 100%;
    display: block;
}
.tupian-ztyw-ywbg
 {
    max-width: 15% !important;
    box-sizing: border-box;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.tupian-ztyw-ywbg-ywz
 {
    box-sizing: border-box;
    background: url(/template/test/pro_pfzd/images/31ecb.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #dfd4b3;
    height: 30px;
    width: 30px;
    background-color: #fffcf2;
}
.tupian-ztyw-ywbg-ywz-font
{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.tupian-ztyw-dx
 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -46px;
}
.tupian-ztyw-dxbj
{
    display: flex;
    align-items: center;
    transform: rotate(0deg);
}
.tupian-ztyw-dxbjdx
 {
    box-sizing: border-box;
    width: 50px;
}
.tupian-ztyw-dxbjdx-img
{
    box-sizing: border-box;
    vertical-align: inherit;
    width: 100%;
    display: block;
}
.tupian-ztyw-dxwz
{
    box-sizing: border-box;
    width: 35px;
    margin-left: 25px;
    margin-top: -40px;
}
.tupian-ztyw-dxwzys
{
    font-size: 16px;
    color: #ffad0f;
    text-align: left;
    font-weight: bold;
}


.tupian-zwyt
 {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 0;
}
.tupian-zwyt-zwbg
 {
    box-sizing: border-box;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.tupian-zwyt-zwbg-zwz
{
    box-sizing: border-box;
    background: url(/template/test/pro_pfzd/images/31ecb.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #dfd4b3;
    height: 30px;
    width: 30px;
    background-color: #fffcf2;
}
.tupian-zwyt-zwbg-zwz-font
{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.tupian-zwyt-ytbg
 {
    box-sizing: border-box;
    width: 85%;
    display: flex;
    background-color: #ffc635;
    padding-right: 12px;
}
.tupian-zwyt-yttp
{
    box-sizing: border-box;
    width: 100%;
}
.tupian-zwyt-yttp-img
 {
    box-sizing: border-box;
    vertical-align: inherit;
    width: 100%;
    display: block;
}
.tupian-zwyt-dx
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -44px;
}
.tupian-zwyt-dxbj
{
    display: flex;
    align-items: center;
    transform: rotate(0deg);
    transform-style: preserve-3d;
}
.tupian-zwyt-dxbjdx
 {
    box-sizing: border-box;
    width: 50px;
    transform: translateZ(5px);
}
.tupian-zwyt-dxbjdx-img
{
    box-sizing: border-box;
    vertical-align: inherit;
    width: 100%;
    display: block;
    transform: rotateY(180deg);
}
.tupian-zwyt-dxwz
 {
    box-sizing: border-box;
    width: 35px;
    margin-left: -37px;
    transform: translateZ(10px);
}
.tupian-zwyt-dxwzys
 {
    font-size: 16px;
    color: #ffad0f;
    font-weight: bold;
}

.syfa{
background-color:#fff;
}
.syfa .duolistzd {
    padding: 15px 0;
}
.zdbn{
width:100%;
margin: 0 auto;
text-align: center;
background-color: #fbfafa;
}
.zdbn img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.zhendi{
    margin: 0 auto;
    background-color: #ffffff;
}

.zdt{
padding: 50px 0;
}
.zdzt{
    margin-bottom: 10px;
    font-size: 26px;
    font-weight:600;
    text-align: center;
}
.zdft{
font-size: 20px;
text-align: center; 
color: #666666cc;
}

.duolistzd {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: center;
}
.zdtu-l{
display: block;
}
.zdtu-r{
display: none;
}
.zdtu{
width: 800px;
}
.zdtu img{
width: 100%;
}
.zdtu img:hover {
filter: Alpha(Opacity=80);
opacity: 0.8;
}

.zdwen{
width:400px;
padding: 30px 0 0 60px;
background:url(/template/test/pro_pfzd/images/zdwenbg-1-1.png)
}
.duolistzd h2 {
    font-size: 20px;
    text-align: left;
}
.zdwenp{
margin-top: 20px; 
color: #6f6f6f;
line-height: 30px;
text-align: left;
}
.zdwen p{
margin-top: 20px; 
color: #6f6f6f;
line-height: 30px;
text-align: left;
}
.zdys{
    margin: 0px auto ;
    background-color: #fbfafa;
    padding-bottom: 50px;
}
.zdys_ul{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zdys_ul li{ 
float:left;
width: 23.5%;
margin-left: 2%;
margin-bottom: 2%;
}

.zdys_ul .con {
    display: block;
    overflow: hidden;
    text-align: center;
}

.zdys_ul .pic {
    height: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden
}
.zdys_ul .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.zdys_ul .con:hover .pic img{
    animation: rotate 1s forwards;
    -webkit-animation: rotate 1s forwards;
}
@keyframes rotate{
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        -webkit-transform: rotateY(0deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
    }
}

.zdys_ul  .con:hover .tit {
    color: #c91c16a8;
}
.zdys_ul  .con:hover .blue {
    color: #4580f494;
}
.zdys_ul .txt
 {
    text-align: center;
}
.zdys_ul .txt .tit {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.zdys_ul .txt .blue {
    font-size: 18px;
    font-weight: bold;
}
.zdys_ul .txt .desc {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
.zdys_ul .txt .center {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 24px;
}

.zdys_ul span {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 24px;
}
.zdal{
    margin: 0 auto;
    background-color: #ffffff;
}
.zdal_ul{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
    display: flex;
    justify-content: center;
}
.yincang{
    display: none;
}
/*list2291-begin*/

.list2291{
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.list2291 .left {
    width: 150px;
    background: -webkit-linear-gradient(#c8c5c5, #eeeef1d6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#c8c5c5, #eeeef1d6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#c8c5c5, #eeeef1d6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#dbe8ea, #d3d3d612); /* 标准的语法（必须放在最后） */
    text-align: center;
    float: left;
    background-size: contain;
    margin-bottom: 2.5%;
    border-radius: 3px;
}
.list2291 .left  h2 {
    font-size: 20px;
    line-height: 300px;
}

.list2291 .right {
    width: 1020px;
    margin-left: 30px;
}
.list2291 .right ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.list2291 .right ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2.5% 0;
    background-color: #fff;
    border: 15px solid #ffffff;
}

.list2291 .right ul li:nth-child(4n) {
    margin-right: 0;
}
.list2291 .right ul li .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.list2291 .right ul li .con .pic {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #222;
    object-fit: cover;
    object-position: center;
}
.list2291 .right ul li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    transition: all .8s;
    object-fit: cover;
    object-position: center;
}
.list2291 .right ul li .con:hover .pic img{
    transform: scale(1.2)
}

.list2291 .right ul li .con  .txt {
    text-align: center;
    line-height: 24px;
    margin: 10px 0 5px;
}
.list2291 .right ul li .con  .txt .tit{
    color: #333333;
    font-size: 16px;
}

.list2291 .right ul li .con  .txt p{
    color: #6f6f6f;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*list2291-end*/

/*list2291-begin*/

.list2291{
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.list2291 .left {
    width: 150px;
    background: -webkit-linear-gradient(#c8c5c5, #eeeef1d6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#c8c5c5, #eeeef1d6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#c8c5c5, #eeeef1d6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#dbe8ea, #d3d3d612); /* 标准的语法（必须放在最后） */
    text-align: center;
    float: left;
    background-size: contain;
    margin-bottom: 2.5%;
    border-radius: 3px;
}
.list2291 .left  h2 {
    font-size: 20px;
    line-height: 300px;
}

.list2291 .right {
    width: 1020px;
    margin-left: 30px;
}
.list2291 .right ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.list2291 .right ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2.5% 0;
    background-color: #fff;
    border: 15px solid #ffffff;
}

.list2291 .right ul li:nth-child(4n) {
    margin-right: 0;
}
.list2291 .right ul li .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.list2291 .right ul li .con .pic {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #222;
    object-fit: cover;
    object-position: center;
}
.list2291 .right ul li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    transition: all .8s;
    object-fit: cover;
    object-position: center;
}
.list2291 .right ul li .con:hover .pic img{
    transform: scale(1.2)
}

.list2291 .right ul li .con  .txt {
    text-align: center;
    line-height: 24px;
    margin: 10px 0 5px;
}
.list2291 .right ul li .con  .txt .tit{
    color: #333333;
    font-size: 16px;
}

.list2291 .right ul li .con  .txt p{
    color: #6f6f6f;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*list2291-end*/


/*ncpf-begin*/
.ncpf{
    width:100%;
    overflow: hidden;
}    

.ncpf .row {
    padding: 4vw 1vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ncpf .wp {
    max-width: 1200px;
    margin: 0 auto;
}
.ncpf .wp .biaoti {
    text-align: center;
}
.ncpf .wp .biaoti .zbt {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #c91c16;
}
.ncpf .wp .biaoti .fbt {
    font-size: 24px;
    text-align: center;
    color: #666666cc;
}
.ncpf .ul-list {
    width: 1200px;
    margin: 50px auto 0;
    justify-content: center;
}

.ncpf .ul-list  .li-3 {
    padding: 0 2%;
    float: left;
    width: 33%;
}
.ncpf .ul-list  .li-3 .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.ncpf .ul-list  .li-3 .con .pic {
    height: 100%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ncpf .ul-list  .li-3 .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.ncpf .ul-list  .li-3 .con  .txt {
    text-align: left;
}
.ncpf .ul-list  .li-3 .con  .txt p{
    color: #6f6f6f;
    font-size: 16px;
    line-height: 24px;
}
.ncpf .ul-list  .li-3 .con:hover .pic img{
    transform: scale(1.2)
}

.ncpf .ul-list  .li-4 {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    background-color: #fff;
    padding: 2%;
    cursor: pointer;
    transition: all .4s;
}
.ncpf .ul-list  .li-4:nth-child(4),.ncpf .ul-list  .li-4:nth-child(8){
    margin-right: 0;
}

.ncpf .ul-list  .li-4 .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.ncpf .ul-list  .li-4 .con .pic {
    height: 100%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ncpf .ul-list  .li-4 .con .pic img {
    display: inline-block;
    vertical-align: middle;
    height: 224px;
    max-width: 100%;
    transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.ncpf .ul-list  .li-4 .con  .txt {
    text-align: center;
    line-height: 24px;
}
.ncpf .ul-list  .li-4 .con  .txt .tit{
    color: #333333;
    font-size: 16px;
}
.ncpf .ul-list  .li-4 .con  .txt h3{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: normal;
    letter-spacing: 2px;
}
.ncpf .ul-list  .li-4 .con  .txt p{
    color: #6f6f6f;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ncpf .ul-list  .li-4 .con:hover .pic img{
    transform: scale(1.2)
}
.ncpf .zdal_ul{
    margin: 50px auto 0;
    padding: 0 0;
}

.ncpf .fangan{
    margin: 40px auto 0;
}
.ncpf .duolistzd{
    margin: 0 auto;
    padding:10px 0;
}


.ncpf .neirongl {
	font-family: "微软雅黑",Arial;
	font-size: 16px;
	color: #666666cc;
	overflow: -Scroll;
	overflow-x: hidden;
}

.Theme {
	width: 1000px;
	margin: 0px auto;
}        /*首页动画*/
.circle_box-yd{
    display:none;
} 

.circle_box {
	margin: 50px auto;
	height: 317px;
	position: relative;
}

.round:nth-child(1) {
	position: absolute;
	padding: 13px;
	left: 0px;
	top: 79px;
}

.round:nth-child(1) div {
	background: #3a96e1;
}

.round:nth-child(1) div:first-child {
	width: 100px;
	height: 100px;
}

.round:nth-child(1) div:first-child a {
	line-height: 99px;
}

.round:nth-child(1) div:nth-child(2) {
	width: 100px;
	height: 100px;
}

.round:nth-child(1) div:last-child {
	width: 110px;
	height: 110px;
}

.round:nth-child(2) {
	position: absolute;
	left: 176px;
	top: 0;
	padding: 13px;
}

.round:nth-child(2) div {
	background: #c1bd57;
}

.round:nth-child(2) div:first-child a {
	line-height: 24px;
	display: block;
	margin-top: 25px;
}

.round:nth-child(3) {
	position: absolute;
	left: 199px;
	top: 199px;
	padding: 13px;
}

.round:nth-child(3) div {
	background: #d67c61;
}

.round:nth-child(3) div:first-child {
	width: 80px;
	height: 80px;
}

.round:nth-child(3) div:first-child a {
	line-height: 80px;
}

.round:nth-child(3) div:nth-child(2) {
	width: 80px;
	height: 80px;
}

.round:nth-child(3) div:last-child {
	width: 90px;
	height: 90px;
}

.round:nth-child(4) {
	position: absolute;
	left: 348px;
	top: 128px;
	padding: 13px;
}
.round:nth-child(4) div {
	background: #307cc2;
}
.round:nth-child(4) div:first-child {
	width: 90px;
	height: 90px;
}
.round:nth-child(4) div:first-child a {
	line-height: 90px;
}
.round:nth-child(4) div:nth-child(2) {
	width: 90px;
	height: 90px;
}

.round:nth-child(4) div:last-child {
	width: 100px;
	height: 100px;
}

.round:nth-child(5) {
	position: absolute;
	left: 660px;
	top: 94px;
	padding: 13px;
}

.round:nth-child(5) div:first-child {
	width: 70px;
	height: 70px;
}

.round:nth-child(5) div:first-child a {
	line-height: 70px;
}

.round:nth-child(5) div:nth-child(2) {
	width: 70px;
	height: 70px;
}

.round:nth-child(5) div:last-child {
	width: 80px;
	height: 80px;
}

.round:nth-child(6) {
	position: absolute;
	left: 870px;
	top: 5px;
	padding: 13px;
}

.round:nth-child(6) div {
	background: #307cc2;
}
.round:nth-child(6) div:first-child a {
	line-height: 24px;
	display: block;
	margin-top: 28px;
}

.round:nth-child(7) {
	position: absolute;
	left: 760px;
	top: 171px;
	padding: 13px;
}

.round:nth-child(7) div {
	background: #c1bd57;
}

.round:nth-child(8) {
	position: absolute;
	left: 1050px;
	top: 113px;
	padding: 13px;
}

.round:nth-child(8) div:first-child {
	width: 75px;
	height: 75px;
}

.round:nth-child(8) div:first-child a {
	line-height: 70px;
	font-size: 16px;
}

.round:nth-child(8) div:nth-child(2) {
	width: 75px;
	height: 75px;
}

.round:nth-child(8) div:last-child {
	width: 85px;
	height: 85px;
}

.round:nth-child(9) {
	position: absolute;
	left: 500px;
	top: 220px;
	padding: 13px;
}

.round:nth-child(9) div {
	background: #a36157;
}

.round:nth-child(9) div:first-child {
	width: 80px;
	height: 80px;
}

.round:nth-child(9) div:nth-child(2) {
	width: 80px;
	height: 80px;
}

.round:nth-child(9) div:last-child {
	width: 90px;
	height: 90px;
}
.round:nth-child(9) div:first-child a {
	line-height: 24px;
	display: block;
	margin-top: 28px;
}
.round:nth-child(10) {
	position: absolute;
	left: 580px;
	top: 1px;
	padding: 13px;
}

.round:nth-child(10) div {
	background: #62a269;
}

.round:nth-child(10) div:first-child {
	width: 60px;
	height: 60px;
}

.round:nth-child(10) div:nth-child(2) {
	width: 60px;
	height: 60px;
}

.round:nth-child(10) div:last-child {
	width: 70px;
	height: 70px;
}
.round:nth-child(10) div:first-child a {
	line-height: 24px;
	display: block;
	margin-top: 16px;
}
.round:nth-child(11) {
	position: absolute;
	left: 149px;
	top: 145px;
	padding: 26px;
}

.round:nth-child(11) div {
	background: #1c4a86;
}

.round:nth-child(11) div:first-child {
	width: 20px;
	height: 20px;
}

.round:nth-child(12) {
	position: absolute;
	left: 1000px;
	top: 210px;
	padding: 26px;
}

.round:nth-child(12) div {
	background: #1e539e;
}

.round:nth-child(12) div:first-child {
	width: 20px;
	height: 20px;
}

.round:nth-child(13) {
	position: absolute;
	left: 467px;
	top: 40px;
	padding: 30px;
}

.round:nth-child(13) div {
	background: #0e295d;
}

.round:nth-child(13) div:first-child {
	width: 30px;
	height: 30px;
}

.circle a {
	font-size: 18px;
	line-height: 100px;
	color: #000735;
	font-weight: bold;
}

.circle {
	background: #3a96e1;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	z-index: 99;
	text-align: center;
	top: 18px;
	left: 18px;
	position: absolute;
}

.circle_bottom {
	background: rgba(58,150,225,0.4);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	filter: alpha(opacity=40);
	z-index: -100;
	position: absolute;
	top: 18px;
	left: 18px;
}

.circle_bottom2 {
	background: rgba(58,150,225,0.2);
	border-radius: 100%;
	width: 110px;
	height: 110px;
	filter: alpha(opacity=20);
	z-index: -110;
	position: relative;
}

.animation {
	;            -webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animation2 {
	;            -webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}
.ncpf .neirongl .des {
text-align:center;
margin-top:50px;
font: normal 16px/24px 'MicroSoft YaHei';
}
.ncpf .neirongl .des .br {
    margin-top: 10px;
}

/*ncpf-end*/


        .hvideolist {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        .hvideolist_item {
            width: 100%;
            margin: 1%;
        }

        .hvideolist_item_top {
            width: 100%;
            height: 50vw;
            position: relative;
        }
        .hvideolist_item_mc {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 9999;
        }
        .videolist_item_mc a {
            width: 100%;
            height: 100%;
            top: 0;
        }
        .hvideolist_item_top video {
            width: 100%;
            height: 100%;
        }

/*gb202210-begin*/
.box1,.box2, .box3,.box4,.box5,.box6{
    padding: 50px 0;
    margin: 0 auto;
 }
.box3{
    background-color: #f9fcff;
 }

.yjcon {
    padding: 1.666vw 2.29166vw 1.30208vw 2.13541vw;
    box-shadow: 0 0.15625vw 1.09375vw rgb(215 211 211);
    border-bottom: 0.3125vw solid #ffffffd9;
    border-radius: 0.52083vw 0 0.52083vw 0;
    background-color: #ffffffab;
    color: #545454;
}

.yjcon h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    width: auto;
    display: inline-block;
}

.yjcon p{
    font-size: 15px;
    margin-bottom: 20px;
}

.yjcon dd {
    width: 5.57291vw;
    height: 1.875vw;
    margin-right: 0.41666vw;
    border: 1px solid #8aacf2;
    font-size: 12px;
    display: inline;
    padding: 5px 10px;
    color: #000;
}


.main{
    width: 1200px;
    margin: auto;
 }
.lanmu{
    padding-bottom: 30px;
    text-align: center;
 }
.lanmu h1, .lanmu h2{
    font-size: 26px;
    margin-bottom: 20px;
 }
.lanmu span{
    font-size: 14px;
    color:#7b7b7b;
 }
.lanmu .des{
    font-size: 20px;
    color: #ad6a6a;
    line-height: 1.8;
    text-align: left;
 }
.fah2 {
    font-size: 20px;
    color: #545454;
    margin-bottom: 10px;
}
.fap {
    font-size: 17px;
    border-top: 1px solid #CCC;
    text-indent: 2em;
    color: #676767;
    margin-bottom: 20px;
}
.fa3h {
    font-size: 20px;
    color: #8a8a8a;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    width: auto;
    display: inline-block;
}

.fa3p {
    font-size: 16px;
    color: #858181;
    margin-bottom: 20px;
}


.box2,.box4,.box6{
	background-color: #f5f5f5;
 }
.box2 .fenlei{
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	padding-inline-start: 0;
 }
.box2 .fenlei li {
    float: left;
    padding: 0 20px;
    font-size: 16px;
}
.box2 .fenlei li:hover,.box3 .liebiao li:hover{
	color:#4480f5;
	cursor:pointer;
}

.box2 .liebiao{
	visibility: visible;
	animation-name: fade_down;
	padding-inline-start: 0;
	display: flex;
	flex-wrap: wrap;
 }

.box2 .liebiao li {
    float: left;
    width: 32%;
    margin: 0 2% 2.5% 0;
    background-color: #fff;
}
.box2 .liebiao li:nth-child(3n) {
    margin-right: 0;
}
.box2 .liebiao li .con {
    display: block;
    overflow: hidden;
    text-align: center;
}
.box2 .liebiao li .con .pic {
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.box2 .liebiao li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
    transition: all .8s;
}
.box2 .liebiao li .con:hover .pic img{
	transform: scale(1.2)
}

.box2 .liebiao li .txts {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.box2 .liebiao li .txts h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 10px 0;
}

.box2 .liebiao li .txts p {
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    text-align: left;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    margin: 0 10px 5px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}



 .active {
    color:#00a4ff;
}
.btn {
    margin: 20px auto 0;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dcdfe6;
}
.btn a {
    color: #636363b0;
    padding: 10px 30px;
    font-size: 14px;
}
.btn a:hover{
    color:#4480f5;
}


/*gb202210-end*/
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner{
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    height: 28.65vw;
    margin: 0 auto;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

.bg_f {
    background-color: #ffffff;
}
.bg_f5 {
    background-color: #f5f6f8;
}
.bg_f9 {
    background-color: #f9fcff;
}
.zw {
    padding: 50px 0;
    width: 1200px;
    margin: auto;
    color: #626262;
}
.ban_1 {
    width: 100% !important;
    position: relative;
}
.cpys{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    background: #EAEEF6;
    border-radius: 20px;
    padding: 2vw;
    margin-top: 2vw;
}
.cpys_item{
    font-size: 14px;
}
.cpys_item_box {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 320px;
}
.cpys_item_title {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    height: 50px;
    padding-top: 10px;
    border-bottom: 2px dashed #909aa0;
    color: #000000;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 180px;
}
.cpys_item_txt {
    padding-top: 20px;
    padding-left: 0px;
}
.cpys_item_txt p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 78px;
}
.cpys-chanpin {
margin: 2vw auto;width: 100%;}
.twlr{
    display: flex;
}
.twlr_left {
    width: 45%;
    float: left;
    margin-right: 50px;
}
.twlr h1{
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #c91c16;
}
.twlr_left p{
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.81;
}

.pxc h1{
    font-size: 24px;
    font-weight: normal;
    color: #005bad;
}
.pxc p{
    font-size: 18px;
    line-height: 2.2;
}

.twlr_right {
    width: calc(55% - 50px);
    float: left;
}
.twlr_right  img{
    width: 100%;
}
.ul_hszt,.ul_xwm{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.ul_hszt li {
    width: 15%;
    float: left;
    text-align: center;
}
.ul_xwm li {
    float: left;
    text-align: center;
}
.ul_hszt li img{
    width: 100%;
    border-radius: 50%;
    border: 5px solid #c91c161a;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.al_3,.cp_4  {
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.al_3 li{
    width: calc(33.88% - 20px);
    margin: 0 20px 20px 0;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.al_3 li:nth-child(3n),.cp_4 li:nth-child(4n) {
    margin-right: 0;
}
.al_3  li .con .pic ,.cp_4  li .con .pic {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.al_3  li .con .pic, .cp_4  li .con .pic{
    height: 65%;
}
.al_3  li .con .pic img, .cp_4  li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
    transition: all .8s;
}
.al_3  li .con:hover .pic img,.cp_4 li .con:hover .pic img{
    transform: scale(1.2)
}
.al_3  .text, .cp_4  .text {
    text-align: left;
    padding: 15px;
    color: #6f6f6f;
}
.al_3  li h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c3bf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
}
.al_3  li p, .cp_4   li p  {
    font-size: 16px;
    line-height: 1.33;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cp_4  li h3 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cp_4 li {
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.cp_4 li .con .pic {
    height:68%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cp_4 li .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
    transition: all .8s;
}
.cp_4_4 li .con:hover .pic img{
    transform: scale(1.2)
}

.hszt .zdys_ul {
    margin: 40px auto 0;
}
.hszt .zdys_ul li {
    width: 15%;
    margin-left: 13.3333%;
    margin-bottom: 0;
}

.mdzd {
    margin-top: -144px;
    padding-top: 144px;
}
.mdzd_111 {
    margin-top: -111px;
    padding-top: 111px;
}

.zdys_ul li:nth-of-type(4n+1) {
    margin-left: 0;
}
.best-con{padding:80px 0;}
.best-con p{margin-top:15px;font-size: 18px;line-height: 2;}
.feature-list{margin-top: 40px;flex-wrap: wrap;}
.feature-list li{position: relative;text-align: center;float: left;vertical-align: top;width: 20%;}
.feature-list li:not(:last-child):after {content: "";position: absolute;right: 0;top: -10px;width: 1px;height: -webkit-fill-available;background: #ff6d01;}
.feature-list li a {margin-top: 20px;font-size: 24px;font-weight: normal;height: 32px;line-height: 32px;}

.color_r {
        color: #c91c16;
}

@media screen and (max-width: 1200px) {








    }


@media screen and (max-width: 800px) {
    body, html {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
        font-size: 14px;
    }
    .zw {
    padding: 2vw;
    width: 100%;
}
    .twlr {
    flex-wrap: wrap;
}
    .twlr_left,.twlr_right {
    width: 100%;
    margin-right:0;
}
    .twlr_right {
    margin-top:15px;
}
.twlr h1 {
    font-size: 20px;
}
.twlr_left p {
    font-size: 16px;
}
.ul_hszt,.ul_xwm {
    margin-top: 2vw;
    flex-wrap: wrap;
}
.ul_hszt li,.ul_xwm li {
    width: 33%;
    margin-bottom: 4vw;
}
.ul_xwm li img{
    width: 100%;
}


    .al_3 li {
    width: calc(50% - 20px);
}
    .al_3 li:nth-child(3n) {
    margin-right: 20px;
}
.al_3 li .con .pic {
    height: 35vw;
}
.cp_4 li .con .pic {
    height: 40vw;
}
.al_3 .text, .cp_4 .text {
    padding: 1vw;
}
.al_3 li p, .cp_4 li p {
    font-size: 14px;
}
.al_3 li h3 ,.cp_4 li h3{
    padding-bottom:1vw;
    font-size: 16px;
    font-weight: 500;
}
.cp_4 li {
    width: calc(50% - 20px);
}
.cp_4 li:nth-child(2n) {
    margin-right: 0;
}
.hszt .zdys_ul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}
.mdzd ,.mdzd_111{
    margin-top: -40px;
    padding-top: 40px;
}
.cpys {
    justify-content: normal;
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
}
.cpys_item_box {
    width: 100%;
    align-items: flex-start;
}
.cpys_item_title {
    font-size: 18px;
    align-items: flex-start;
    width: auto;
}
    .m_foot_bg {
        width: 100%;
        height: 70px;
        display: block;
    }

    .m_foot {
        height: 60px;
        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 3px #8a674a;
    }

    .m_foot_item {
        width: 33.333%;
    }

    .mid a {
        color: #ee580f;
    }

    .m_foot_item img {
        padding: 5px;
        height: 100%;
        background-size: contain;
        border-radius: 0;
        box-shadow: none;
    }
    .m_foot_item{
        font-size: 14px;
        text-align: center;
    }
.feature-list li a {font-size: 16px;line-height: 14px;}

}



