.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
.header {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
}
.header .logo {
    margin-left: 85px;
}
.header .header_nav, .header .search {
    display: inline-block;
    vertical-align: bottom;
}
.header .header_nav a {
    position: relative;
    display: inline-block;
    margin: 0 25px;
}
.header .header_nav a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #e11e26;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header .header_nav a:hover:after, .header .header_nav a:focus:after, .header .header_nav a.active:after {
    left: 0;
    right: 0;
}
.header .header_nav {
    margin-right: 95px;
}
.header .search {
    position: relative;
    height: 90px;
}
.header .search button {
    width: 98px;
    height: 90px;
    background-color: #e11e26;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.header .search input {
    position: absolute;
    height: 100%;
    width: 0;
    right: 100%;
    color: #fff;
    background-color: #e11e26;
    font-size: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.header .search input::-webkit-input-placeholder{ /* WebKit browsers */
    color: #fff;
}
.header .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.header .search input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.header .header_nav a.active,
.header .header_nav a:hover {
    color: #e11e26;
    font-weight: bold;
}
#banner-owl img {
    width: 100%;
}
#banner-owl .owl-stage-outer {
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .header .header_nav a {
        margin: 0 15px;
    }
}
@media screen and (max-width: 1300px) {
    .header .header_nav {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .header .logo {
        margin-left: 30px;
    }
    .header .header_nav a {
        margin: 0 10px;
    }
    .header .header_nav {
        margin-right: 30px;
    }
    .header .search button {
        width: 80px;
    }
}
.banner-container .info {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    color: #fff;
    text-align: center;
}
.banner-container h2 {
    font-size: 42px;
}
.banner-container p {
    margin-top: 20px;
    font-size: 32px;
}

.banner-container a:hover {
    background: #e11e26;
    border-color: #e11e26;
}
.banner-container .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    margin: 0 5px;
    background-color: #fff;
    opacity: 0.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.banner-container  .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
.main_title {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #efefef;
}
.main_title h4 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.main_title:after {
    position: absolute;
    left: 50%;
    bottom: -24px;
    content: '';
    width: 0;
    height: 0;
    margin-left: -12px;
    border-top: 12px solid #e8e8e8;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}
.main_about {
    padding: 65px 0 110px;
}
.main_about .num {

}
.main_about .content {
    padding-top: 170px;
}
.main_about .content h6 {
    position: relative;
    font-size: 35px;
    font-weight: normal;
    z-index: 3;
}
.main_about .content .tips {
    position: relative;
    margin-top: 15px;
    font-size: 23px;
    z-index: 3;
}
.main_about .content .left {
    position: relative;
    width: 58.57%;
    padding-left: 23.2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
.main_about .content .info {
    margin-top: 80px;
    color: #666;
    line-height: 2;
}
.main_about .content a.more {
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 60px;
    background-color: #e11e26;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.main_about .content .num {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 3;
}
.main_about .content .num:before {
    position: absolute;
    content: '';
    left: 0;
    top: 44%;
    width: 400px;
    height: 100px;
    background-color: #e3e4e6;
    opacity: 0.32;
    z-index: -1;
}
.main_about .content .num em,
.main_about .content .num strong {
    color: #e11e26;
    font-size: 100px;
    vertical-align: top;
    line-height: 1;
}
.main_about .content .num strong {
    font-size: 224px;
}
.main_about .content .right {
    position: relative;
    width: 41.43%;
    padding-left: 9.2%;
    padding-top:100px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_about .content .right .img {
    position: relative;
}
.main_about .content .right .img .bb {
    width: 100%;
}
.main_about .content .right .tt {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60%;
    -webkit-transform: translate(-100%,-100%);
    -moz-transform: translate(-100%,-100%);
    -ms-transform: translate(-100%,-100%);
    -o-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%);
}
@media screen and (max-width: 1400px) {
    .main_about .content .num strong {
        font-size: 160px;
    }
    .main_about .content .right .tt {
        max-width: 50%;
    }
}
#show-owl .item {
    display: block;
    position: relative;
}
#show-owl .item img {
    width: 100%;
}
#show-owl .item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 10% 10%;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#show-owl .item .info h6 {
    font-size: 20px;
}
#show-owl .item .info .hidden {
    /*display: none;*/
}
#show-owl .item .info .show {
    position: relative;
    margin-top: 40%;
    padding-left: 13%;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#show-owl .item .info p {
    margin-top: 10px;
}
#show-owl .item .info .hidden {
    padding-left: 13%;
    margin-top: 25px;
    font-size: 16px;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#show-owl .item .info .hidden a {
    display: block;
    margin-top: 10px;
    color: #fff;
}
#show-owl .item .info img{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    max-width: 10%;
}
#show-owl .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4,0,.2,1);
    z-index: 0;
}
#show-owl .item:hover:before {
    background-color: rgba(225,30,38,.9)
}
#show-owl .item .info:hover .show {
    margin-top: 20%;
}
#show-owl .item .info:hover .hidden {
    display: block;
    opacity: 1;
    color: #fff;
}
.main_product {
    padding: 60px 0;
}
#show-owl .owl-nav {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -34px;
    color: #fff;
}
#show-owl .swiper-button-next,
#show-owl .swiper-button-prev{
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(255,255,255,0.4);
    text-align: center;
    line-height: 60px;
}
#show-owl  .swiper-button-next {
    right: 0;
    left: auto;
}
#show-owl .swiper-button-next:hover,
#show-owl .swiper-button-prev:hover
{
    background-color: #e11e26;
}
#show-owl .swiper-button-next:after,
#show-owl .swiper-button-prev:after {
    font-family: iconfont;
    font-size: 20px;
    content: '\e600';
    color: #fff;
}
#show-owl .swiper-button-prev:after {
    content: '\e606';
}
#show-owl{
    position: relative;
}
.main_product .content {
    margin-top: 70px;
}
#product-owl .fl,
#product-owl .fr {
    width: 49.285%;
}
#product-owl .one {
    height: 390px;
}
#product-owl .two {
    height: 190px;
}
#product-owl img {
    width: auto;
}
#product-owl .item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9fbfd;
}
#product-owl .information {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 48px 10px 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-owl .one .information {
    padding: 20px 40px 30px 30px;
}
#product-owl .one .img,
#product-owl .two .img {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#product-owl .two .img {
    top: 48%;
}
#product-owl .img img {
    display: inline-block;
}
#product-owl .left,
#product-owl .right {
    width: 48.55%;
    height: 100%;
}
#product-owl .left {
    float: left;
}
#product-owl .right {
    float: right;
}
#product-owl .fl>div:nth-child(2),
#product-owl .fr>div:nth-child(2) {
    margin-top: 20px;
}
#product-owl .owl-nav {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
#product-owl .owl-nav .iconfont {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
#product-owl .owl-nav button {
    position: absolute;
    left: -70px;
}
#product-owl .owl-nav .owl-next {
    right: -70px;
    left: auto;
}
.main_product .product_more {
    margin-top: 54px;
    text-align: center;
}
.main_num {
    padding: 150px 0 145px;
    background: url("../images/bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.main_num .timer {
    margin-bottom: 40px;
    font-family: Sqr721n;
    font-size: 60px;
}
.main_partner {
    padding: 80px 0;
}
.main_partner .main_title {
    border-bottom: none;
}
.main_partner .main_title:after {
    display: none;
}
.main_partner .content li {
    float: left;
    width: 20%;
    height: 120px;
    margin-bottom: 20px;
    line-height: 120px;
    text-align: center;
}
.main_news {
    padding: 65px 0;
    background-color: #f9fbfd;
}
.main_news .main_title {
    padding-bottom: 10px;
}
.main_news .news_nav  span {
    position: relative;
    margin: 0 25px;
    padding-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
}
.main_news .news_nav span:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.main_news .news_nav span.active:after,
.main_news .news_nav span:hover:after {
    background-color: #e11e26;
}
.main_news .news_nav {
    margin-top: 40px;
    text-align: center;
}
.main_news .news_box {
    margin-top: 45px;
}
.main_news .news_box .items {
    display: none;
    height: 508px;
    cursor: pointer;
}
.main_news .news_box .items.active {
    display: block;
}
.main_news .news_box .items .fl {
    width: 54.29%;
    height: 100%;
}
.main_news .news_box .items .fr {
    width: 43.57%;
    height: 100%;
}
.main_news .news_box .items .img_box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main_news .news_box .items .list .img_box{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.main_news .news_box .items .list:hover .img_box {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main_news .news_box .items .left,
.main_news .news_box .items .right {
    width: 50%;
}
.main_news .news_box .items .fl .left {
    position: relative;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e11e26;
    color: #fff;
}
.main_news .news_box .items .fl a.more {
    position: absolute;
    left: 50px;
    bottom: 40px;
    color: #fff;
}
.main_news .news_box .items .info {
    font-size: 18px;
    line-height: 1.8;
}
.main_news .news_box .items .hua {
    position: absolute;
    width: calc(100% - 100px);
    top: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_news .news_box .items i {
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
}
.main_news .news_box .items .list {
    height: 243px;
    box-shadow: 0px 1px 10px 0px
    rgba(0, 0, 0, 0.02);
}
.main_news .news_box .items .message {
    position: relative;
    float: left;
    width: 52%;
    height: 100%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_news .news_box .items .img {
    float: left;
    width: 48%;
    height: 100%;
}
.main_news .news_box .items .list:last-child {
    margin-top: 22px;
}
.main_news .news_box .items .message .info {
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main_news .news_box .items .message a.more {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 14px;
    color: #999;
}
.main_news .news_box .items .message .time {
    font-size: 14px;
    color: #999;
}
.main_news .news_box .list:hover .message .info {
    color: #e11e26;
}
.main_news .to_more {
    text-align: center;
}
.main_news .to_more a,
.main_product .product_more a {
    display: inline-block;
    width: 200px;
    height: 50px;
    margin-top: 45px;
    border: solid 1px #dcdddd;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}
.main_news .to_more a:hover,
.main_product .product_more a:hover{
    background-color: #e11e26;
    color: #fff;
}
.footer {
    background-color: #f5f5f7;
    color: #999;
    text-align: center;
}
.footer .ft {
    padding:50px 0 20px
}
.footer .footer_nav {
    margin-top: 50px;
    font-size: 16px;
}
.footer .footer_nav a {
    color: #6F6F70;
}
.footer .footer_nav i {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 35px;
    background-color: #ffffff;
    opacity: 0.4;
    vertical-align: middle;
}
.footer_share {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.footer_share .bshare-custom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    padding: 0;
}
.footer_share .bshare-custom .share_list {
    position: relative;
    display: inline-block;
}
.footer_share .bshare-custom .share_list .img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding-top: 12px;
    margin-left: -90px;
    margin-top: -90px;
    width: 180px;
    z-index: 9999;
    border: 4px solid #999;
    background-color: #fff;
}
.footer_share .bshare-custom .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    color: #000;
    cursor: pointer;
    font-size: 20px;
}
.footer_share .bshare-custom .bshare-weixin {
    background: url("../images/weixin.png") no-repeat center;
    background-size: cover;
}
.footer_share .bshare-custom .bshare-sinaminiblog {
    background: url("../images/weibo.png") no-repeat center;
    background-size: cover;
}
.footer_share .bshare-custom .bshare-qzone {
    background: url("../images/qq.png") no-repeat center;
    background-size: cover;
}
.footer_share:before,
.footer_share:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background-color: rgba(0,0,0,0.8);
    opacity: 0.1;
    left: -110px;
    top: 50%;
}
.footer_share:after {
    right: -110px;
    left: auto;
}
.footer_map {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
}
.footer_map a {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.footer_map .map_list {
    position: relative;
    display: inline-block;
}
.footer_map .map_list:last-child:hover .ma {
    display: block;
}
.footer_map .map_list .ma {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding-bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer_map .map_list .ma img {
    width: 160px;
    height: 160px;
    max-width: none;
}
.footer_map a:hover {
    color: #fff;
}
.footer_map i {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 38px;
    background-color: #ffffff;
    opacity: 0.4;
    vertical-align: middle;
}
.footer .fb {
    padding: 18px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
    line-height: 2;
    color: rgba(0,0,0,0.4);
}
.footer .fb a {
    color: rgba(0,0,0,0.4);
}
.footer .fb a:hover {
    color: #999;
}
.photo {
    position: relative;
}
.photo .title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.photo .title h3 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: bold;
}
.solve_title {
    padding: 80px 0 70px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.solve_title .solve_plan {
    font-size: 30px;
}
.solve_title .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.plan_item {
    padding: 110px 0;
    background-color: #f9fbfd;
}
.plan_item .content {
    width: 50%;
}
.plan_item .img {
    width: 41.66%;
}
.plan_item .content .title {
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
}
.plan_item .content .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #e11e26;
}
.plan_item .content .msg {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.plan_item .content .scheme {
    margin-top: 30px;
}
.plan_item .content .scheme a {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    color: #0e57a2;
}
.plan_item .content .scheme a:last-child {
    margin-bottom: 0;
}
.plan .plan_item:nth-child(2) {
    background-color: #fff;
}
.plan .plan_item .flex {
    align-items: center;
}
.arrow_right:before {
    content: '\e600';
}
.place {
    height: 130px;
    line-height: 130px;
    font-size: 16px;
}
.place a,
.place em{
    color: #999;
}
.place a:last-child {
    color: #333;
}
.place a:hover {
    color: #e11e26;
}
.plan_detail .title {
    padding: 60px 0;
    background-color: #f9fbfd;
}
.plan_detail .title h5 {
    font-size: 30px;
    font-weight: normal;
}
.plan_detail .title span {
    display: block;
    width: 200px;
    height: 48px;
    margin-top: 30px;
    background-color: #e11e26;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}
.plan_detail .content {
    padding: 60px 0 120px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.plan_detail .content h6 {
    font-size: 24px;
    color: #333;
}
.plan_detail .content .msg {
    margin-top: 30px;
    text-indent: 2em;
}
.icon_triangle:before {
    content: '\e614';
}
.case {
    padding: 80px 0 100px;
}
.case .case_item {
    padding: 50px;
    border-bottom: 1px solid #e9e9e9;
}
.case .case_item .img {
    width: 45.45%;
}
.case .case_item .content {
    position: relative;
    width: 50%;
}
.case .case_item h6 {
    font-size: 20px;
}
.case .case_item .msg {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.case .case_item .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 16px;
}
.case .case_item:hover {
    box-shadow: 0px 2px 15px 0px
    rgba(0, 0, 0, 0.08);
}
.case .case_item .more span {
    position: relative;
    padding-bottom: 5px;
}
.case .case_item .more span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}
.page {
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
}
.page a {
    display: inline-block;
    width: 30px;
    height: 36px;
    margin: 0 4px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
}
.page a.pre,
.page a.next {
    width: 70px;
}
.page a:hover,
.page a.active {
    background-color: #e11e26;
    border-color: #e11e26;
    color: #fff;
}
.case_detail .content {
    text-align: center;
}
.case_detail .content .title h5 {
    font-size: 30px;
    font-weight: normal;
}
.plan_detail {
    border-top: 1px solid #e9e9e9;
}
.case_detail .content {
    padding: 30px 0 150px;
}
.case_detail .content .msg {
    padding: 60px 100px 0;
    font-size: 14px;
    line-height: 42px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_detail .content .title .time {
    margin-top: 30px;
    font-size: 14px;
}
.case_detail .content .title {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.case_detail .cout {
    padding: 70px 0;
    background-color: #f9fbfd;
}
.case_detail .cout .contain {
    position: relative;
}
.case_detail .cout a {
    display: block;
    font-size: 14px;
}
.case_detail .cout .next {
    margin-top: 20px;
}
.case_detail .cout .back {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 48px;
    background-color: #e11e26;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}
.case_detail .cout .link {
    width: calc(100% - 200px);
}
.case_detail .cout .link a:hover{
    color: #e11e26;
}
.header_nav .first {
    position: relative;
    display: inline-block;
}
.header_nav .first:hover > a:after {
    left: 0;
    right: 0;
}
.header_nav .second {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 100%;
    padding: 10px 20px;
    z-index: 2;
    background-color: #fff;
    line-height: 3;
}
.header_nav .second a:hover:after {
    display: none;
}
.problem {
    padding: 70px 0 120px;
}
.problem .title {
    padding-bottom: 45px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
}
.problem .content .items {
    padding: 60px 0;
    border-bottom: 1px solid #e9e9e9;
}
.problem .content h6 {
    font-size: 20px;
}

.problem .content .info {
    margin-top: 25px;
    font-size: 16px;
    line-height: 50px;
}
.problem .content .msg {
    margin-top: 70px;
    font-size: 16px;
    color: #666;
}
.problem .content .msg i{
    display: inline-block;
    width: 2px;
    height: 15px;
    margin: 0 15px;
    background-color: #999999;
    vertical-align: bottom;
}
.service {
    padding: 100px 0 120px;
}
.service .idea {
    padding: 0 70px;
    text-align: center;
}
.service .idea .title {
    font-size: 24px;
    font-weight: bold;
}
.service .idea .tips {
    margin-top: 30px;
    font-size: 18px;
    line-height: 50px;
}
.service .idea .img_box {
    margin-top: 30px;
}
.service .consult {
    margin-top: 90px;
    text-align: center;
}
.service .consult span {
    text-align: right;
}
.service .consult .title {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: bold;
}
.service .consult .items {
    margin-top: 30px;
    font-size: 16px;
}
.service .consult .items .box{
    position: relative;
    display: inline-block;
    width: 492px;
}
.service .consult .items input,
.service .consult .items textarea {
    width: 460px;
    height: 38px;
    padding: 0 15px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    font-size: 16px;
}
.service .consult .items textarea {
    height: 150px;
    padding: 15px;
    outline: none;
    resize: none;
}
.service .consult .items .box span {
    position: absolute;
    right: calc(100% + 8px);
    top: 0;
    white-space: nowrap;
    line-height: 40px;
}
.service .consult .items input::-webkit-input-placeholder,
.service .consult .items textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #999;
    font-size: 14px;
}
.service .consult .items input::-moz-placeholder,
.service .consult .items textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}
.service .consult .items input::-ms-input-placeholder,
.service .consult .items textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.service .consult .items input.code_input {
    width: 178px;
}
.service .consult .items .code_box {
    text-align: left;
}
.service .consult .items .code {
    display: inline-block;
    width: 83px;
    height: 38px;
    margin-left: 10px;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    vertical-align: top;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.service .consult .items .submit {
    text-align: left;
}
.service .consult .items .submit button {
    width: 125px;
    height: 40px;
    background-color: #e11e26;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.video {
    padding: 60px 0 90px;
}
.video .v-down {
    font-size: 24px;
}
.video .v-down a {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
}
.video .v-down a.active,
.video .v-down a:hover{
    border-color: #e11e26;
    color: #e11e26;
}
.video .v-down i {
    display: inline-block;
    width: 2px;
    height: 22px;
    margin: 0 35px;
    vertical-align: middle;
    background-color: #999999;
}
.video .v-nav {
    margin-top: 70px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.video .v-nav .v-items{
    width: 18.5%;
    padding: 10px 0;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
    border: solid 1px #e9e9e9;
    text-align: center;
}
.video .v-nav .v-items:nth-child(5n) {
    margin-right: 0;
}
.video .v-nav .v-items.active,
.video .v-nav .v-items:hover{
    border-color: #e11e26;
}
.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video .v-video .img {
    position: relative;
    overflow: hidden;
}
.video .v-video .player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video .v-video {
    flex-wrap: wrap;
}
.video .v-video .items {
    width: 46.6%;
    margin-top: 70px;
    cursor: pointer;
    background-color: #f9fbfd;
}
.video .v-video .info {
    padding: 35px 58px 50px;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}
.video .v-video .items:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.video .v-video .items .v-bg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.video .v-video .items:hover .v-bg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video .v-download {
    margin-top: 85px;
    border-top: 1px solid #e9e9e9;
}
.video .v-download .items{
    padding: 38px 0;
    border-bottom: 1px solid #e9e9e9;
}
.video .v-download .items .title {
    width: 54%;
    font-size: 20px;
    font-weight: bold;
}
.video .v-download .items .flex {
    width: 46%;
    font-size: 16px;
    color: #999;
}
.video .v-download .items .pdf {
    position: relative;
    padding-left: 25px;
}
.video .v-download .items .pdf .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.video .v-download .items .download {
    display: inline-block;
    width: 110px;
    height: 44px;
    margin-left: 65px;
    background-color: #e11e26;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.result {
    padding: 250px 0 280px;
    text-align: center;
}
.result h3 {
    margin-top: 20px;
    font-size: 28px;
}
.result .tips {
    margin-top: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.result .link a {
    display: inline-block;
    width: 100px;
    height: 36px;
    margin: 35px 10px 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
}
.result .link a:hover {
    background-color: #e11e26;
    color: #fff;
}
.news {
    padding: 65px 0 105px;
}
.news .news_nav {
    font-size: 24px;
}
.news .news_nav a {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
}
.news .news_nav a.active,
.news .news_nav a:hover {
    border-color: #e11e26;
}
.news .news_nav i {
    display: inline-block;
    width: 2px;
    height: 24px;
    margin: 0 30px;
    background-color: #999999;
    vertical-align: middle;
}

.news .content {
    margin-top: 50px;
    flex-wrap: wrap;
}
.news .content .news_item {
    width: 46.6%;
    background-color: #fff;
    border: solid 1px #e9e9e9;
}
.news .content .news_item:nth-child(n+3) {
    margin-top: 80px;
}
.news .content .news_item .info {
    height: 72px;
    padding: 20px 58px 0 33px;
    font-size: 24px;
    line-height: 36px;
}
.news .content .news_item .time {
    padding: 45px 58px 32px 33px;
    align-items: center;
    font-size: 16px;
}
.news .content .news_item .list {
    display: block;
}
.news .content .news_item .img_box {
    overflow: hidden;
}
.news .content .news_item .img_box img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.news .content .news_item:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.news .content .news_item:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case_detail .msg h6 {
    font-size: 24px;
    color: #333;
}
.contact {
    padding-top: 90px;
}
.contact h6 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.contact .way .list {
    width: 23.5%;
    padding: 40px 20px 60px;
    background-color: #f9fbfd;
    border-radius: 4px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact .way .list .list_item {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact .way .email {
    margin-top: 60px;
}
.contact .address .add_item {
    float: left;
    width: 46.6%;
    height: 150px;
    margin-top: 66px;
    padding: 45px 55px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #f4f4f4;
}
.contact .address .add_item:nth-child(2n) {
    float: right;
}
.contact .address {
    margin-top: 87px;
}
.contact .address .add_item .msg {
    position: relative;
    padding-left: 46px;
    font-size: 18px;
    line-height: 30px;
}
.contact .address .add_item .msg img {
    position: absolute;
    left: 0;
    top: 0;
}
.map {
    width: 100%;
    height: 400px;
    margin-top: 90px;
}
.map #allmap {
    height: 100%;
}
.about .intro {
    padding: 110px 0 100px;
}
.about .intro .title {
    font-size: 30px;
}
.about .intro .info {
    height: 340px;
    margin-top: 30px;
    padding-right: 50%;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 28px;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #e11e26;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #fff;
    /*滚动条阴影*/
    scrollbar-shadow-color: #fff;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #fff;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:#fff;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: #fff;
    /*滚动条基准颜色*/
    scrollbar-base-color: #fff;
}
.about .intro .content {
    position: relative;
}
.about .intro .img_box {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 42.75%;
}
.about .intro .info::-webkit-scrollbar {
    width: 10px;
}
.about .intro .info::-webkit-scrollbar-thumb {
    background: #e11e26;
}
.about .intro .info::-webkit-scrollbar-track {
    background: #fff;
}
.about .honor {
    padding: 100px 0 130px;
    background: url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}
.about .honor .title {
    font-size: 30px;
}
.about .honor .info {
    margin-top: 35px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 28px;
}
.about .honor .left {
    width: 50%;
}
.about .honor .honor-swiper {
    position: relative;
    margin-top: 120px;
}
.about .honor .content {
    position: relative;
}
.about .honor .right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41.25%;
}
.about .honor .honor-swiper .item {
    position: relative;
    padding: 8px;
    background-color: rgba(0,0,0,0.5);
}
.about .honor .honor-swiper .item .msg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}
.about .honor .honor-swiper .item .msg p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.about .small-honor .swiper-slide-thumb-active .img_box{
    border: 4px solid red;
}
.about .small-honor .swiper-slide-thumb-active .msg {
    display: none;
}
.about .honor-swiper .small-honor {
    width: 80%;
}
.about .honor-swiper .swiper-button-prev:after {
    content: '\e682';
    font-family: iconfont;
    color: #fff;
    font-size: 28px;
}
.about .honor-swiper .swiper-button-next:after {
    content: '\e683';
    font-family: iconfont;
    color: #fff;
    font-size: 28px;
}
.about .honor-swiper .swiper-button-next,
.about .honor-swiper .swiper-button-prev {
    margin-top: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #000;
}
.about .honor-swiper .swiper-button-next {
    right: 5px;
}
.about .honor-swiper .swiper-button-prev {
    left: 5px;
}
.about .honor-swiper .swiper-button-next:hover,
.about .honor-swiper .swiper-button-prev:hover {
    background-color: #e11e26;
}
.about .team {
    padding: 90px 0 100px;
}
.about .team .title {
    font-size: 30px;
}
.about .team .title span {
    color: #d9d9d9;
}
.about .team .txt {
    width: 52.5%;
    margin-top: 35px;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}
.team-swiper {
    position: relative;
    margin-top: 100px;
}
.team-swiper .item {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.team-swiper .swiper-container {
    padding: 0 10px 30px;
}
.team-swiper .item .msg {
    height: 120px;
    padding: 30px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-swiper .item .img_box {
    overflow: hidden;
}
.team-swiper .item .img_box img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.team-swiper .item:hover .img_box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #e11e26;
}
.team-swiper .swiper-button-next {
    right: 10px;
    top: -110px;
}
.team-swiper .swiper-button-prev {
    right: 85px;
    top: -110px;
    left: auto;
}
.team-swiper .swiper-button-next:after {
    content: '\e683';
    font-family: iconfont;
    color: #fff;
    font-size: 28px;
}
.team-swiper .swiper-button-prev:after {
    content: '\e682';
    font-family: iconfont;
    color: #fff;
    font-size: 28px;
}
.about .culture {
    padding: 80px 0;
    background-color: #f9fbfd;
}
.about .culture .title {
    font-size: 30px;
}
.about .culture .txt {
    margin-top: 35px;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}
.about .culture li {
    width: 20.83%;
    margin-top: 70px;
    text-align: center;
}
.about .culture h6 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-size: 20px;
}
.about .culture h6:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background-color: #999999;
}
.about .culture .msg {
    font-size: 14px;
    line-height: 30px;
}

.product-item .lf,
.product-item .rt{
    width: 49.4%;
}
.product-item{
    display: flex;
    justify-content: space-between;
}
.lg_project{
    background-color:  #f9fbfd;
    position: relative;
    overflow: hidden;
}
.lg_project img{
    width: 220px;
    height: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%);
}
.lg_project:hover img{
    width: 240px;
    height: 240px;
}
.lg_project:before{
    content: "";
    display: block;
    padding-top: 44%;
}
.lg_project_wrap {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
.pro_details{
    height: 80px;
    font-size: 16px;
    line-height:1.6;
    display: flex;
    background: #f9fbfd;
    padding:0 4%;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
.lg_project_wrap:hover .pro_details{
    background:#e11e26;
    color: #fff;
}
.sm_project_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.sm_project_wrap .lf-wrap{
    width: 49%;
    background: #f9fbfd;
}
.sm_project_wrap .lf-wrap .img{
    content: "";
    padding-top:45%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color:  #f9fbfd;
}
.sm_project_wrap .lf-wrap .img:hover img{
    width: 160px;
    height: 160px;
}
.sm_project_wrap .lf-wrap .img img{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}
.pro_details_sm{
    height: 50px;
    font-size: 14px;
}
.product-item .rt .lg_project_wrap{
    margin-bottom: 0;
    margin-top: 2%;
}
.sm_project_wrap .lf-wrap:hover .pro_details{
    background:#e11e26;
    color: #fff;
}
.new-swiper-container{
    margin-top: 45px;
    overflow: hidden;
}
.product-swiper-container {
    overflow: hidden;
}
.index_product_container {
    position: relative;
}
.icon-jiantou:before {
    content: '\e601';
    font-size: 26px;
}
.index_product_container .swiper-button-next{
    right: -60px;
}
.index_product_container .swiper-button-prev {
    left: -60px;
}
.index_product_container .swiper-button-next:after,
.index_product_container .swiper-button-prev:after {
    font-family: iconfont;
    font-size: 32px;
    content: '\e600';
    color: #333;
}
.index_product_container .swiper-button-prev:after {
    content: '\e606';
}
.index_news .index_about_title{
    background: #f9fbfd;
}
.index_news_nav {
    margin-top: 40px;
}
.index_news_nav ul {
    text-align: center;
}
.index_news_nav ul li.active{
    border-bottom: 2px solid #e11e26;
}
.index_news_nav ul li {
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 20px;
    cursor: pointer;
    font-size: 16px;
}
.index_more {
    margin-top: 45px;
    text-align: center;
}
.index_more a {
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid  #dcdddd;
    font-size: 14px;
    color: #999;
}
.index_more a:hover{
    background: #e11e26;
    color: #fff;
    border: 1px solid  #e11e26;
}

.lg_news_wrap{
    width: 54%;
    box-sizing: border-box;
    display: flex;
    background-color: #e11e26;
    box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
}
.lg_news_wrap .text{
    padding: 4%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;

}

.lg_news_wrap .text .time{
    font-size: 14px;
    position: absolute;
    top: 4%;
}
.lg_news_wrap .text .msg{
    font-size: 18px;
    line-height: 2;
}
.lg_news_wrap .text  a{
    font-size: 14px;
    position: absolute;
    bottom: 4%;
    color: #fff;
}

.lg_news_wrap > div{
    flex: 1
}


.lg_news_wrap .img{
    padding-top: 68%;
    position: relative;
    background-size:cover ;
    overflow: hidden;
    background-repeat: no-repeat;
}

.lg_news_wrap .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: none;
    transition: all .5s;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.lg_news_wrap .img:hover img{
    transform: translate3d(-50%,-50%,0) scale(1.1);
}

.sm_news_wrap{
    width: 44%;
    height: 100%;
    position: absolute;
    right:0;
    top: 0;
}

.index_news_content{
    position: relative;
    margin: 10px;
    background: #f9fbfd;
}



.sm_news_wrap .top,
.sm_news_wrap .bottom{
    width: 100%;
    background-color: #fff;
    display: flex;
    box-shadow: 0 0 8px 3px rgba(0,0,0,.1);
}
.sm_news_wrap .bottom{
    position: absolute;
    bottom: 0;
}


.sm_news_wrap .top .text,
.sm_news_wrap .bottom .text{
    padding: 4%;
    box-sizing: border-box;
    width: 52%;
    position: relative;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.sm_news_wrap .msg{
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.sm_news_wrap  .text .time{
    color: #999;
    position: absolute;
    font-size: 14px;
    top: 8%;
}

.sm_news_wrap  .text a{
    font-size: 14px;
    position: absolute;
    bottom: 8%;
    color: #999999;
}
.sm_news_wrap .text a:hover{
    color:#333;
}

.sm_news_wrap .img{
    padding-top:39.5%;
    width: 48%;
    overflow: hidden;
    position: relative;
}

.sm_news_wrap .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: none;
    transition: all .5s;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.sm_news_wrap .img:hover img {
    transform: translate3d(-50%,-50%,0) scale(1.1);
}
.index_news_container .icon-jiantou:before {
    font-size: 18px;
}
.product .choose {
    margin-top: 60px;
    border: solid 1px #e9e9e9;
    font-size: 18px;
}
.product .choose .all_title {
    width: 12.5%;
    padding: 30px 0;
    background-color: #f9fbfd;
    text-align: center;
    line-height: 36px;
}
.product .choose .sort {
    width: 87.5%;
}
.product .choose .sort .all {
    width: 17%;
    padding: 30px 0;
    text-align: center;
    line-height: 36px;
}
.product .choose .sort .sort_list {
    width: 83%;
    padding: 10px 0;
}
.product .choose .sort_list li{
    float: left;
    margin-right: 40px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid transparent;
}
.product .choose .sort_list li.active {
    border: 1px solid #e11e26;
}
.product .choose .sort .all span {
    display: inline-block;
    width: 85px;
    height: 36px;
    background-color: #e11e26;
    color: #fff;
    cursor: pointer;
}
.product .choose .type {
    border-top: 1px solid #e9e9e9;
}
.product .choose .type .sort_list  {
    padding: 30px 0 15px;
    line-height: 36px;
}
.product .choose .type .sort_list li {
    margin-right: 30px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.product .choose .type .sort_list li:hover {
    color: #e11e26;
}
.product .choose .conditions {
    border-top: 1px solid #e9e9e9;
    font-size: 16px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}
.product .choose .conditions .all_title {
    background-color: #fff;
}
.product .choose .conditions .txt {
    float: left;
    display: inline-block;
    padding: 0 18px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f9fbfd;
    border: solid 1px #e9e9e9;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #999;
}
.product .choose .conditions .txt i {
    margin-left: 5px;
}
.product .choose .conditions .all {
    padding-left: 4.5%;
    width: calc(100% - 200px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product .choose .conditions .sort_list {
    width: 200px;
    padding: 30px 0;
}
.product .choose .conditions .sort_list form {
    position: relative;
    width: 180px;
}
.product .choose .conditions .sort_list input {
    width: 180px;
    height: 40px;
    padding: 0 35px 0 14px;
    background-color: #f9fbfd;
    border: solid 1px #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product .choose .conditions .sort_list button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}
.product .choose .conditions .sort_list input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

.product .choose .conditions .sort_list input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
.product .choose .conditions .sort_list input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}
.product .content {
    margin-top: 20px;
}
.product .content li {
    float: left;
    width: 30.83%;
    margin-top: 40px;
    margin-right: 3.3%;
    background-color: #f9fbfd;
    border: solid 1px #eeeeee;
    text-align: center;
}
.product .content li:nth-child(3n) {
    margin-right: 0;
}
.product .content li .img_box {
    background-color: #fff;
    cursor: pointer;
}
.product .content li h6 {
    font-size: 20px;
    font-weight: normal;
}
.product .content li p {
    margin-top: 14px;
    font-size: 14px;
    color: #666;
}
.product .content li span {
    display: inline-block;
    width: 100px;
    height: 32px;
    margin-top: 30px;
    line-height: 32px;
    color: #e11e26;
    font-size: 14px;
    border: solid 1px #e11e26;
    cursor: pointer;
}
.product .content li span:hover {
    background-color: #e11e26;
    color: #fff;
}
.product .content li a {
    display: block;
    cursor: default;
}
.product .content li .msg {
    padding: 30px 30px 28px;
}
.product {
    padding-bottom: 100px;
}
.product .content li:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.product .content li .img_box {
    overflow: hidden;
}
.product .content li img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.product .content li:hover img  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product_detail .content {
    text-align: left;
}
.product_detail .product_tt .img_box {
    position: relative;
    width: 41.6%;
    padding-top: 38%;
    border: solid 1px #eeeeee;
    text-align: center;
    overflow: hidden;
}
.product_detail .product_tt .info {
    width: 58.4%;
    padding-left: 60px;
}
.product_detail .product_tt .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product_detail .product_tt img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.product_detail .product_tt h6 {
    font-size: 24px;
}
.product_detail .product_tt p {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.product_detail .product_nav {
    margin-top: 60px;
}
.product_detail .product_nav .p_nav {
    height: 88px;
    line-height: 88px;
    background-color: #f9fbfd;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-around;
}
.product_detail .product_nav .img_box {
    margin-top: 100px;
    text-align: center;
    font-size: 20px;
}
.product_detail .product_nav .txt {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.product_detail .product_nav .txt h6 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
}

.product_detail .product_nav .txt span {
    margin-bottom: 40px;
    font-size: 24px;
    color: #000!important;
}

.video_show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}
.videos_wrap {
    max-width: 1200px;
    position: absolute;
    box-sizing: border-box;
    padding: 15px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
}
.videos_wrap button {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 24px;
}
/*.videos_wrap video {*/
    /*max-width: 100%;*/
/*}*/
.videos_wrap video {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
}
.videos_wrap button i {
    font-size: 24px;
}
.product_detail .product_nav .file_load {
    padding: 0 45px 20px 30px;
    background-color: #f9fbfd;
}
.product_detail .product_nav .txt .item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: solid 1px #eeeeee;
}
.product_detail .txt .item .txt_name {
    position: relative;
    padding-left: 22px;
}
.product_detail .txt .item .txt_name:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 15px;
    height: 17px;
    margin-top: -8px;
    background: url(../images/pdf.png) no-repeat center;
    background-size: 15px 17px;
}
.product_detail .txt .item a:hover {
    color: #e11e26;
}
.scroll-nav {
    cursor: pointer;
}
.scroll-nav.active {
    color: #e11e26;
}
@media screen and (min-width: 998px){
    .header .ico_menu {
        display: none;
    }
    .wap_nav {
        display: none;
    }
    .wap_banner {
        display: none;
    }
    .wap_photo {
        display: none;
    }
    .wap_choose {
        display: none;
    }
    .pc_banner img,.photo img {
        width: 100%;
    }
    .wap_product_container {
        display: none;
    }
    .main_partner .wap_content {
        display: none;
    }
}
@media screen and (max-width: 998px){
    .w,.contain {
        width: 100%;
        min-width: 100%;
    }
    .index_product_container {
        display: none;
    }
    .header .search {
        display: none;
    }
    .header {
        height: 4rem;
        width: 100%;
        line-height: 1;
    }
    .header .top .fl {
        display: none;
    }
    .header .top .fr {
        width: 100%;
    }
    .wap_nav {
        padding: 0 4%;
        width: 100%;
        top: 0;
        position: fixed;
        z-index: 10000;
        background: #fff;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }
    .header .logo {
        margin-left: 0;
        line-height: 4rem;
    }
    .header .header_nav {
        position: fixed;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        margin-right: 0;
        padding: 6rem 4% 4rem;
        background-color: #f9fbfd;
        z-index: 9999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
        overflow-y: scroll;
    }
    .header .header_nav.open {
        left: 0;
    }
    .header .ico_menu {
        padding: 0;
        font-size: 2.2rem;
        line-height: 4rem;
        color: #e11e26;
    }
    .header .logo a {
        display: block;
    }
    .header .logo img {
        height: 3rem;
    }
    .header .header_nav .first {
        display: block;
    }
    .header .header_nav .first > a {
        position: relative;
        display: block;
        line-height: 4rem;
        font-size: 1.3rem;
        border-bottom: 1px solid #dcdddd;
    }
    .header .header_nav .first > a:before {
        position: absolute;
        right: 0;
        top: 0;
        content: '\e683';
        font-family: iconfont;
        color: #666;
        transition: all .5s;
    }
    .header .header_nav .first > a.cur:before {
        transform: rotate(90deg);
        color: #e11e26!important;
    }
    .header .header_nav .first > a.cur {
        color: #e11e26;
    }
    .header .header_nav a.active, .header .header_nav a:hover {
        font-weight: normal;
        color: #333;
    }
    .header .header_nav a:after {
        display: none;
    }
    .header_nav .second {
        display: none;
        position: relative;
        background-color: #f9fbfd;
    }
    .header_nav .second a {
        display: block;
        margin-left: 20px;
        font-size: 1.2rem;
        line-height: 3rem;
    }
    .pc_banner {
        display: none;
    }
    .banner-container h2 {
        font-size: 1.4rem;
    }
    .banner-container p {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .banner-container a {
        width: 8rem;
        height: 2rem;
        margin-top: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    .banner-container .info {
        top: 50%;
    }
    .banner-container img {
        width: 100%;
    }
    .banner-container .swiper-pagination-bullet {
        width: 25px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 15px;
    }
    .photo .wap_banner,
    .photo .wap_photo {
        width: 100%;
    }
    .main_about {
        padding: 2.5rem 0;
    }
    .main_title h4 {
        margin-bottom: 0.8rem;
        font-size: 1.4rem;
    }
    .main_title {
        padding-bottom: 0.8rem;
        font-size: 1rem;
    }
    .main_about .content {
        padding: 5rem 4% 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main_about .content .left {
        width: 100%;
        padding-left: 0;
        font-size: 1rem;
    }
    .main_about .content .num {
        top: -3rem;
    }
    .main_about .content .num strong {
        font-size: 3.4rem;
    }
    .main_about .content .num em{
        font-size: 3rem;
    }
    .main_about .content h6 {
        padding-left: 5rem;
        font-size: 1.3rem;
    }
    .main_about .content .tips {
        margin-top: 0.5rem;
        padding-left: 5rem;
        font-size: 1rem;
    }
    .main_title:after {
        bottom: -16px;
        content: '';
        width: 0;
        height: 0;
        margin-left: -8px;
        border-top: 8px solid #e8e8e8;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    .main_about .content .num:before {
        height: 6rem;
        width: 500px;
    }
    .main_about .content .info {
        margin-top: 2rem;
    }
    .main_about .content a.more {
        width: 7rem;
        height: 2.2rem;
        line-height: 2.2rem;
        margin-top: 1.5rem;
        margin-left: calc(50% - 3.5rem);
    }
    .main_about .content .right .tt {
        display: none;
    }
    .main_about .content .right {
        display: none;
    }
    #show-owl .item .info {
        font-size: 1rem;
    }
    #show-owl .item .info .show {
        margin-top: 35%;
    }
    #show-owl .item .info h6 {
        font-size: 1.2rem;
    }
    #show-owl .item .info p,
    #show-owl .item .info .hidden a{
        margin-top: 5px;
    }
    #show-owl .item .info .hidden {
        margin-top: 5px;
        font-size: 1rem;
    }
    #show-owl .item .info:hover .show {
        margin-top: 10%;
    }
    .main_product {
        padding: 3rem 0;
    }
    .main_num {
        padding: 3rem 4%;
        font-size: 1rem;
    }
    .main_num .timer {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
    .main_num .content {
        flex-wrap: wrap;
    }
    .main_num .items {
        width: 50%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main_num .items:nth-child(n+3) {
        margin-top: 2rem;
    }
    .main_partner {
        padding: 3rem 4% 2rem;
    }
    .main_partner .content li {
        width: 50%;
        height: auto;
        margin-bottom: 15px;
        line-height: 1;
    }
    .main_partner .content li img {
        width: 80%;
    }
    .footer .ft {
        padding: 3rem 4% 1.5rem;
    }
    .footer .footer_nav {
        margin-top: 2.5rem;
        font-size: 1rem;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer .footer_nav i {
        display: none;
    }
    .footer .footer_nav a {
        width: 25%;
        margin-bottom: 1rem;
    }
    .footer_share {
        margin-top: 25px;
    }
    .footer_map {
        margin-top: 25px;
    }
    .footer_map a {
        font-size: 1rem;
    }
    .footer_map i {
        margin: 0 20px;
    }
    .footer_share:before, .footer_share:after {
        width: 50px;
        height: 1px;
        left: -60px;
        top: 50%;
    }
    .footer_share:after {
        left: auto;
        right: -60px;
    }
    .footer .fb {
        padding: 15px 4%;
        font-size: 12px;
    }
    .photo .title h3 {
        margin-bottom: 0.5rem;
        font-size: 1.4rem;
    }
    .photo .title {
        font-size: 1rem;
    }
    .contain {
        padding: 0 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about .intro {
        padding: 3rem 0 3rem;
    }
    .about .intro .title {
        font-size: 1.4rem;
    }
    .about .intro .info {
        margin-top: 1rem;
        width: 100%;
        padding-right: 0;
        font-size: 1rem;
        line-height: 2;
        height: 14rem;
    }
    .about .intro .img_box {
        position: static;
        margin-top: 2rem ;
        width: 100%;
    }
    .about .intro .info::-webkit-scrollbar {
        width: 6px;
    }
    .about .honor {
        padding: 3rem 0;
    }
    .about .honor .left {
        width: 100%;
    }
    .about .honor .title {
        font-size: 1.4rem;
    }
    .about .honor .info {
        margin-top: 1.5rem;
        padding-right: 0;
        font-size: 1rem;
        line-height: 2;
    }
    .about .honor .right {
        position: static;
        width: 100%;
    }
    .about .honor .honor-swiper {
        margin-top: 1rem;
    }
    .about .honor-swiper .small-honor {
        width: 84%;
    }
    .about .honor-swiper .swiper-button-next, .about .honor-swiper .swiper-button-prev {
        width: 8%;
        height: calc(100% - 8px);
        top: 4px;
    }
    .about .honor .honor-swiper .item {
        padding: 4px;
    }
    .about .small-honor .swiper-slide-thumb-active .img_box {
        border-width: 2px;
    }
    .about .honor .honor-swiper .item .msg p {
        font-size: 1rem;
    }
    .about .honor .right  {
        margin-top: 2rem;
        text-align: center;
    }
    .about .team {
        padding: 3rem 0;
    }
    .about .team .title {
        padding: 0 4%;
        font-size: 1.4rem;
    }
    .about .team .txt {
        width: 100%;
        margin-top: 1rem;
        padding: 0 4%;
        font-size: 1rem;
        line-height: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .team-swiper .swiper-button-next, .team-swiper .swiper-button-prev {
        display: none;
    }
    .team-swiper {
        margin-top: 2rem;
    }
    .team .contain {
        padding: 0;
    }
    .team-swiper .item .msg {
        height: auto;
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.75;
    }
    .team-swiper .item .img_box img {
        width: 100%;
    }
    .about .culture {
        padding: 3rem 0;
    }
    .about .culture .title {
        font-size: 1.4rem;
    }
    .about .culture .txt {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 2;
    }
    .about .culture li {
        width: 50%;
        margin-top: 2.5rem;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about .culture ol {
        flex-wrap: wrap;
    }
    .about .culture li img {
        max-width: 50%;
    }
    .about .culture h6 {
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        font-size: 1.2rem;
    }
    .about .culture .msg {
        font-size: 1rem;
        line-height: 1.75;
    }
    .about .culture h6:after {
        width: 30%;
        margin-left: -15%;
    }
    .solve_title {
        padding: 3rem 0;
    }
    .solve_title .solve_plan {
        font-size: 1.4rem;
    }
    .solve_title .content {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .plan_item {
        padding: 3rem 0;
    }
    .plan_item .content {
        width: 100%;
    }
    .plan .plan_item .flex {
        display: block;
    }
    .plan_item .content .title {
        padding-bottom: 10px;
        font-size: 1.4rem;
    }
    .plan_item .content .title:after {
        width: 40px;
        height: 2px;
    }
    .plan_item .content .msg {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .plan_item .content .scheme a {
        margin-bottom: 0.8rem;
        font-size: 1.1rem;
    }
    .plan_item .content .scheme {
        margin-top: 1rem;
    }
    .plan_item .img {
        margin-top: 1.5rem;
        width: 100%;
        text-align: center;
    }
    .pc_photo {
        display: none;
    }
    .place {
        padding: 1rem 0;
        height: auto;
        line-height: 1.5;
        font-size: 1rem;
    }
    .place i {
        font-size: 1rem;
    }
    .plan_detail .title {
        padding: 3rem 0;
    }
    .plan_detail .title h5 {
        font-size: 1.4rem;
    }
    .plan_detail .title span {
        display: block;
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
        margin-top: 1.5rem;
        background-color: #e11e26;
        border-radius: 4px;
        font-size: 1.1rem;
        text-align: center;
        color: #fff;
    }
    .plan_detail .content {
        padding: 2rem 0;
        font-size: 1rem;
    }
    .plan_detail .content .msg {
        margin-top: 1rem;
    }
    .plan_detail .content h6 {
        font-size: 1.3rem;
    }
    .case {
        padding: 3rem 0;
    }
    .case .case_item {
        padding: 1rem;
        margin-bottom: 2rem;
        border: none;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    }
    .case .case_item h6 {
        font-size: 1.1rem;
    }
    .case .case_item .msg {
        margin-top: 0.5rem;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;-webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
    }
    .case .case_item .more {
        font-size: 1rem;
    }
    .page {
        margin-top: 4rem;
    }
    .page a {
        width: 1.5rem;
        height: 2rem;
        line-height: 2rem;
        margin: 0 2px;
    }
    .page a.pre, .page a.next {
        width: 5rem;
    }
    .case_detail .content {
        padding: 3rem 0;
    }
    .case_detail .content .title {
        padding-bottom: 1rem;
    }
    .case_detail .content .title h5 {
        font-size: 1.2rem;
    }
    .case_detail .content .title .time {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
    .case_detail .content .msg {
        padding: 2rem 0;
        font-size: 1rem;
        line-height: 2.5;
    }
    .case_detail .cout {
        padding: 2rem 0;
    }
    .case_detail .cout .link {
        width: 100%;
    }
    .case_detail .cout a {
        font-size: 1rem;
    }
    .case_detail .cout .next {
        margin-top: 1rem;
    }
    .case_detail .cout .back {
        position: static;
        width: 8rem;
        height: 2.5rem;
        margin-top: 1.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
    }
    .service {
        padding: 3rem 0;
    }
    .service .idea {
        padding: 0;
    }
    .service .idea .title {
        font-size: 1.3rem;
    }
    .service .idea .tips {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 2;
    }
    .service .consult {
        margin-top: 3rem;
    }
    .service .consult .title {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }
    .service .consult .items {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    .service .consult .items .box {
        width: 100%;
        padding-left: 5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service .consult .items input, .service .consult .items textarea {
        width: 100%;
        height: 2.5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1rem;
    }
    .service .consult .items .box span {
        left: 0;
        line-height: 2.5rem;
    }
    .service .consult .items input::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 1rem;
    }
    .service .consult .items input::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 1rem;
    }
    .service .consult .items input::-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 1rem;
    }
    .service .consult .items textarea::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 1rem;
    }
    .service .consult .items textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 1rem;
    }
    .service .consult .items textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 1rem;
    }
    .service .consult .items input.code_input {
        width: 50%;
    }
    .service .consult .items .code{
        width: 4.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .service .consult .items textarea {
        height: 12rem;
    }
    .service .consult .items .submit button {
        width: 8rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
    }
    .problem {
        padding: 3rem 0;
    }
    .problem .title {
        padding-bottom: 1rem;
        font-size: 1.4rem;
    }
    .problem .content .items {
        padding: 2rem 0;
    }
    .problem .content h6 {
        font-size: 1.2rem;
    }
    .problem .content .info {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 2.5;
    }
    .problem .content .msg {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    .problem .content .msg i {
        height: 1rem;
    }
    .video {
        padding: 3rem 0;
    }
    .video .v-down {
        font-size: 1.1rem;
    }
    .video .v-down a {
        padding-bottom: 0.5rem;
        border-width: 1px;
    }
    .video .v-down i {
        height: 1.1rem;
        width: 1px;
        margin: 0 1rem;
    }
    .video .v-nav {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }
    .video .v-nav .v-items {
        width: 22%;
        padding: 0;
        margin-right: 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .video .v-nav .v-items:nth-child(4n) {
        margin-right: 0;
    }
    .video .v-nav .v-items:nth-child(5n) {
        margin-right: 4%;
    }
    .video .v-video .items {
        width: 100%;
        margin-top: 2rem;
    }
    .video .v-video .player {
        width: 5rem;
    }
    .video .v-video .info {
        padding: 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
    }
    .video .v-download {
        margin-top: 3rem;
    }
    .video .v-download .items {
        padding: 1rem 0;
    }
    .video .v-download .items .title {
        font-size: 1rem;
        width: 100%;
    }
    .video .v-download .items .flex {
        width: 100%;
        margin-top: 1rem;
        font-size: 1rem;
        align-items: center;
    }
    .video .v-download .items .pdf:before {
        top: 0;
    }
    .video .v-download .items .download {
        width: 6rem;
        height: 2rem;
        line-height: 2rem;
    }
    .news {
        padding: 2rem 0 3rem;
    }
    .news .news_nav {
        font-size: 1.1rem;
    }
    .news .news_nav i {
        height: 1.1rem;
        width: 1px;
        margin: 0 1rem;
    }
    .news .content {
        margin-top: 1.5rem;
    }
    .news .content .news_item {
        width: 48%;
    }
    .news .content .news_item .info {
        padding: 1rem 1rem 0;
        font-size: 1rem;
        line-height: 1.5;
        height: auto;
    }
    .news .content .news_item .time {
        padding: 1rem;
        font-size: 0.8rem;
    }
    .news .content .news_item .time img {
        width: 1.5rem;
    }
    .news .content .news_item:nth-child(n+3) {
        margin-top: 1.5rem;
    }
    .case_detail .msg h6 {
        font-size: 1.2rem;
    }
    .contact {
        padding-top: 3rem;
    }
    .contact h6 {
        font-size: 1.3rem;
    }
    .contact .way .email {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .contact .way .list {
        width: 50%;
        padding: 1rem;
        font-size: 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .contact .way .list .list_item {
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
    }
    .contact .address {
        margin-top: 2.5rem;
    }
    .contact .address .add_item {
        width: 100%;
        height: auto;
        margin-top: 1.5rem;
        padding: 1rem;
    }
    .contact .address .add_item .msg {
        padding-left: 3rem;
        font-size: 1rem;
        line-height: 1.5;
    }
    .contact .address .add_item .msg img {
        top: -2px;
        width: 2.2rem;
    }
    .product_detail .product_tt {
        display: block;
    }
    .product_detail .product_tt .img_box {
        width: 100%;
        padding: 0;
    }
    .product_detail .product_tt .img {
        position: static;
    }
    .product_detail .product_tt img {
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .product_detail .product_tt .info {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }
    .product_detail .product_tt h6{
        font-size: 1.3rem;
    }
    .product_detail .product_tt p {
        margin-top: 0.5rem;
        font-size: 1rem;
    }
    .product_detail .product_nav {
        margin-top: 3rem;
    }
    .product_detail .product_nav .p_nav {
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
    }
    .product_detail .product_nav .img_box {
        margin-top: 2rem;
        font-size: 1rem;
    }
    .product_detail .product_nav .txt {
        margin-top: 2rem;
        font-size: 1rem;
    }
    .product_detail .product_nav .txt h6 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .main_product .content {
        margin-top: 3rem;
    }
    .product-item {
        display: block;
    }
    .product-item .lf, .product-item .rt {
        width: 100%;
    }
    .lg_project img {
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .lg_project:before {
        display: none;
    }
    .lg_project {
        text-align: center;
    }
    .pro_details {
        font-size: 1rem;
        height: auto;
        padding: 0.5rem 4%;
    }
    .sm_project_wrap .lf-wrap .img {
        padding-top: 0;
        text-align: center;
    }
    .sm_project_wrap .lf-wrap .img img {
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .pro_details_sm {
        height: auto;
        padding: 0.5rem;
    }
    .sm_project_wrap .lf-wrap .img:hover img,
    .lg_project:hover img{
        width: auto;
        height: auto;
    }
    .main_product .product_more {
        margin-top: 2rem;
    }
    .main_product .product_more a {
        width: 7rem;
        height: 2.2rem;
        line-height: 2.2rem;
        margin-top: 1.5rem;
    }
    .index_product_container .swiper-button-next,
    .index_product_container .swiper-button-prev {
        display: none;
    }
    .main_news {
        padding: 2rem 0;
    }
    .main_news .main_title h4 {
        margin-bottom: 0;
    }
    .new-swiper-container {
        margin-top: 1rem;
    }
    .lg_news_wrap {
        width: 100%;
    }
    .sm_news_wrap {
        position: static;
        width: 100%;
    }
    .sm_news_wrap .bottom {
        position: static;
        margin-top: 1rem;
    }
    .index_news_content {
        margin: 10px 4%;
    }
    .lg_news_wrap .text {
        width: 52%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1rem;
    }
    .lg_news_wrap .img {
        width: 48%;
        padding-top: 39.5%;
        background-color: #fff;
    }
    .lg_news_wrap > div {
        flex: none;
    }
    .lg_news_wrap .text .time,.lg_news_wrap .text a,
    .sm_news_wrap .text .time,.sm_news_wrap .text a{
        font-size: 0.8rem;
    }
    .lg_news_wrap .text .msg,
    .sm_news_wrap .top .text,
    .sm_news_wrap .bottom .text{
        font-size: 1rem;
    }
    .lg_news_wrap .text .msg {
        line-height: 1.6;
    }
    .sm_news_wrap {
        margin-top: 1rem;
    }
    .index_more {
        margin-top: 0;
    }
    .index_more a {
        width: 7rem;
        height: 2.2rem;
        line-height: 2.2rem;
        margin-top: 1.5rem;
    }
    .product {
        padding-bottom: 4rem;
    }
    .product .content li{
        width: 48%;
        margin-right: 0;
        margin-top: 1rem;
    }
    .product .content li:nth-child(2n) {
        margin-left: 2%;
    }
    .product .content ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .product .content li .msg {
        padding: 1rem;
    }
    .product .content li h6 {
        font-size: 1.1rem;
    }
    .product .content li p {
        display: none;
    }
    .product .content li span {
        width: 6rem;
        height: 2rem;
        margin-top: 1rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    .result {
        padding: 4rem 0;
    }
    .result h3 {
        margin-top: 1rem;
        font-size: 1.3rem;
    }
    .result .img img {
        width: 5rem;
    }
    .result .tips {
        font-size: 1rem;
        line-height: 2;
    }
    .result .link a {
        width: 8rem;
        height: 2.5rem;
        margin-top: 3rem;
        line-height: 2.5rem;
        font-size: 1rem;
    }
    .product .choose {
        display: none;
    }
    .wap_choose {
        padding-top: 2rem;
    }
    .wap_choose form {
        width: calc(100% - 5.5rem);
        align-items: center;
    }
    .wap_choose input {
        width: calc(100% - 5rem);
        height: 2.7rem;
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e9e9e9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wap_choose button {
        width: 4rem;
        height: 2.7rem;
        background-color: #e11e26;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.1rem;
        color: #fff;
    }
    .wap_choose .screen {
        width: 4.5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wap_choose .screen_name {
        height: 2.5rem;
        padding: 0 0.5rem;
        line-height: 2.5rem;
        border: 1px solid #e9e9e9;
        text-align: right;
        font-size: 1rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wap_choose .screen_name i {
        font-size: 1rem;
    }
    .mask {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.3);
    }
    .screen_fix {
        position: fixed;
        left: 100%;
        top: 0;
        width: 75%;
        height: 100%;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
        z-index: 3;
    }
    .screen_fix.open {
        left: 25%;
    }
    .screen_fix .screen_box {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 4rem 1rem 5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        font-size: 14px;
    }
    .screen_fix .screen_box .ov_screen {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .screen_fix .screen_item {
        padding: 1rem 0 0.8rem;
        border-bottom: 1px solid #e9e9e9;
    }
    .screen_fix .screen_item ol {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .screen_fix .screen_item ol li {
        width: 48%;
        height: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 0.6rem;
        text-align: center;
        background-color: #e9e9e9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        padding: 0 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .screen_fix .screen_item ol li.active {
        color: #e11e26;
        background-color: rgba(225,30,38,0.1);
    }
    .screen_fix .choose_btn {
        position: absolute;
        bottom: 1rem;
        right: 0;
        width: 100%;
        padding: 0 1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .screen_fix .choose_btn button {
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .screen_fix .choose_btn .confirm {
        margin-left: 10px;
    }
    .product_detail .product_nav .file_load {
        padding: 0 2rem 1rem 1rem;
    }
    .product_detail .product_nav .txt .item {
        padding: 1rem 0;
    }
    .wap_product_container .txt {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0.5rem 0;
        height: 2.5rem;
        font-size: 0.8rem;
        text-align: center;
        background-color: #e11e26;
        color: #fff;
        line-height: 1.5;
    }
    .wap_product_container img {
        width: 100%;
    }
    .wap_product_container .img {
        background-color: #f9fbfd;
    }
    .wap_product_container .item {
        display: block;
        border: 1px solid #e9e9e9;
    }
    .main_partner .content {
        display: none;
    }
    .main_partner .wap_content .item{
        padding: 1rem;
    }
    .video .v-download .items .pdf {
        padding-left: 2rem;
    }
    .video .v-download .items .pdf .iconfont {
        font-size: 1.5rem;
    }
}

/*修改*/

.index_product_container {
    height: 600px;
}
.product-item {
    display: block;
    position: relative;
    height: 600px;
}
.product-swiper-container {
    overflow: initial;
}
.index_product_container .product-item li {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin: 10px;
    background-color: #f9fbfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.main_product .product_more {
    margin-top: 30px;
}
.index_product_container .product-item li:nth-child(1) {
    width: calc(50% - 10px);
    height: 370px;
}
.index_product_container .product-item li:nth-child(2) {
    width: calc(25% - 10px);
    height: 200px;
    left: 50%;
}
.index_product_container .product-item li:nth-child(3) {
    width: calc(25% - 10px);
    height: 200px;
    left: 75%;
}
.index_product_container .product-item li:nth-child(4) {
    width: calc(25% - 10px);
    height: 200px;
    top: auto;
    bottom: 0;
}
.index_product_container .product-item li:nth-child(5) {
    width: calc(25% - 10px);
    height: 200px;
    top: auto;
    bottom: 0;
    left: 25%;
}
.index_product_container .product-item li:nth-child(6) {
    width: calc(50% - 10px);
    height: 370px;
    top: auto;
    bottom: 0;
    left: 50%;
}
.index_product_container .product-item li .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    padding: 0 4%;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9fbfd;
}
.index_product_container .product-item li:hover .info{
    background-color: #e11e26;
    color: #fff;
}
.index_product_container .product-item li img {
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.index_product_container .product-item li:nth-child(1) img,
.index_product_container .product-item li:nth-child(6) img{
    width: 300px;
    height: 300px;
}
.index_product_container .product-item li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index_product_container .swiper-button-prev,
.index_product_container .swiper-button-next{
    display: none;
}
.product .content li img {
    width: 90%;
}
@media screen and (max-width: 1000px) {
    .product .content li img {
        width: 100%;
        height: auto;
    }
    .main_product .product_more {
        margin-top: 10px;
    }
}


.plan .plan_item .flex {
    position: relative;
}
.plan_item .img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plan_item:nth-child(2n) .flex{
    justify-content: flex-end;
}
.plan_item:nth-child(2n) .img {
    right: auto;
    left: 0;
}
@media screen and (max-width: 1000px){
    .plan_item .img {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}


.news .news_nav i:last-child {
    display: none;
}