﻿/*h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}*/

@import url("iconfont.css");

* {
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

#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;
}

.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;
}

.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;
}

.banner {
    width: 1200px;
    position: relative;
    top: 20px;
    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(../images/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;
}

.zwpage {
    width: 1200px;
    margin: 0 auto;
}

.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;
}

.foot_two {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 15px;
}

.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(../fonts/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;
}

.about_top {
    width: 100%;
    line-height: 1.8;
}

.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;
    font-size: 17px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.about_top_r p {
    padding: 10px 0;
    line-height: 2;
    color: #333333;
    font-size: 17px;
}

.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;
}

.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;
}

.news_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.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 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;
}


/* è¯¦æƒ…é¡µå¯¼èˆª */


/* æœ¬ä¾‹å­css */

.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: 4px;
}

.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 h2 {
    width: 100%;
    float: left;
    color: #15569a;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.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_info h3 {
    width: 100%;
    font-size: 15px;
}

.proinfo_nlist {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
}

.proinfo_nlist_item {
    height: 40px;
}

.proinfo_nlist_item 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 {
    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: 200px;
}

.listul li {
    float: left;
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 2px;
}

.listul li span {
    position: absolute;
    bottom: 5px;
    width: 200px;
    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;

    background-color: #fff;
    top: 0;
}

.ni_top_bgs {
    width: 100%;
    height: 111px;
}

.ni_ban_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.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: 630px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ni_nav_list_item {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
}
.ni_nav_list_item a{
    color: #333;
}
.ni_nav_list_item:hover a {
    color: rgba(68, 128, 245, 1);
}

.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: 0.75rem;
    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 {
    color: #636363;
    text-decoration: none;
}
.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;
}

.duolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.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_er {
    width: 48%;
    margin: 5px 1%;
    text-align: center;
    line-height: 25px;
}

.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:nth-of-type(3n) {
    border-right: none;
}

.new_pro_gn_list_item:nth-of-type(3n-2) {
    border-left: 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: 300px;
    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: 300px;
    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;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.new_pro_good_list_item:nth-of-type(4n) {
    border-right: none;
}

.new_pro_good_list_item:nth-of-type(4n-3) {
    border-left: 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: 9999;
    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: 9999;
    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: 9999;
    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_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;
    padding:5px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #343434;
    border-bottom: dashed 1px #343434;
}

.newsinfo_r_news_item a {
    color: #343434;
}

.newsinfo_r_case_item {
    width: 100%;
    height: 320px;
    margin: 10px 0;
    background-color: #f3f3f38a;
}

.newsinfo_r_case_item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.newsinfo_r_case_item_img {
    width: 100%;
    height: 190px;
}

.newsinfo_r_case_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsinfo_r_case {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.newsinfo_r_case_item_h {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}

.newsinfo_r_case_item_p {
    font-size: 15px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 0 10px;
}

.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%);
}
.proneis{background-color: #ffffff;
         width: 100%;
         min-width: 1200px;
         padding: 20px 0;
         margin-top:20px ;
}
.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(../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;
}
.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(../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(../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;
}







