﻿@charset "utf-8";

/*全局初始化样式*/

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: arial, Microsoft YaHei, '微软雅黑', '宋体';
    color: #333;
    width: 100%;
    min-width: 320px;
    zoom: 1;
    /*禁用Webkit内核浏览器的文字大小调整功能*/
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制文本可选性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;*/
    /*设置字体的抗锯齿或者说光滑度*/
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*默认去除ul、li的默认样式*/

.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
}

.dl,
.dl dd,
.ul,
.ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*初始化下拉菜单、单行输入框、多行输入框的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666460;
    font-family: '微软雅黑';
}


/*表单元素获得焦点时不显示虚线框*/

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}


/*不允许多行输入文本框有滚动条*/

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}


/*初始化表单元素样式*/

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


/*初始化HTML5标签样式*/

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}


/*去除figure边距*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}


/*初始化图片样式*/

img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: top;
}


/*初始化a的样式和字体样式*/

a {
    color: #666460;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #c9000b;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
}

@media screen and (min-width:1200px) {
    .container {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
}


/*全局样式*/


/*页面框架结构*/

.contain {}


/*页面主体内容*/

.slidebar {}


/*边侧菜单*/

.maincontent {}


/*主要内容*/

.content {}


/*内容*/

.txtbox,
.singlepage {
    /*单片 设置文字两端对齐*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
}

.current {
    /*当前位置*/
}


/*分页*/

.pages {}


/*分页*/


/*头部*/


/*top*/

.Toper {
    position: relative;
    height: 74px;
    z-index: 99;
    box-shadow: 0 0 18px #999;
}

.Toper .logo {
    display: block;
    height: 100%;
    float: left;
    margin-left: 15px;
}

.Toper .logo img {
    vertical-align: middle;
    height: 50px;
}

.Toper .navbtn {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    display: block;
    float: right;
    background: url(../images/navbtn.png) no-repeat center/100%;
}

.Toper .navbtnon {
    background-image: url(../images/navbtnon.png);
}

.Toper .searchbtn {
    display: block;
    width: 36px;
    height: 100%;
    float: right;
    margin-right: 10px;
    background: url(../images/seachicon01.png) no-repeat center;
}

.Top_tt .langBox {
    display: block;
    position: relative;
    float: right;
    height: 100%;
    width: 118px;
    line-height: 25px;
    background: url(../images/langxl.png) no-repeat right center;
    margin-right: 30px;
    font-size: 16px;
}

.Top_tt .langBox .lanxl {
    position: absolute;
    top: 29px;
    width: 100%;
    display: none;
    z-index: 88;
}

.Top_tt .langBox .lanxl a {
    display: block;
    line-height: 30px;
    padding-left: 30px;
}

.Top_tt .langBox .lanxl a:hover {
    color: #d0111b;
}

.searchBox {
    width: 100%;
    display: block;
    padding: 20px 15px;
    background: #fff;
    position: relative;
    z-index: 88;
    max-width: 500px;
}

.searchBox .Box {
    height: 40px;
    border: 1px solid #dcdcdc;
    line-height: 40px;
    position: relative;
}

.searchBox .Box input {
    width: 100%;
    padding-right: 50px;
    padding-left: 15px;
    font-size: 16px;
}

.searchBox .Box a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #dcdcdc;
    background: url(../images/search.png) no-repeat center;
}


/* .searchBox .wordbox{position: absolute; top: 100%; left: 0; width: 100%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.15); text-align: center;}
.searchBox .wordbox span{display: block; color: #333;}
.searchBox .wordbox span+span{ border-top: 1px solid #eee;}
.searchBox .wordbox span:hover{ color: #fff; background: #c9000b;} */

.clear1024 {
    height: 15px;
}

.MaxNav {
    display: none;
    z-index: 99;
    background: #fff;
}

.MaxNav ul {
    background: #fff;
}

.MaxNav ul li .navA {
    padding: 0 15px;
    display: block;
    line-height: 43px;
    font-size: 18px;
    color: #333;
}

.MaxNav ul li .navA:hover,
.MaxNav ul li.on .navA {
    background: #c9000b;
    color: #fff;
}

.Top_tt .langBox {
    background: #fff;
}

.Top_tt {
    position: relative;
    z-index: 100;
}

.Top_tt .lanxl {
    background: #fff;
}

.Top_tt .langBox {
    color: #666666;
    background: url(../images/xia.png) no-repeat right center;
}

.Top_tt .langBox .span {
    padding-left: 30px;
    background: url(../images/zt.png) no-repeat left center;
    height: 25px;
    display: inline-block;
    line-height: 25px;
}

.Top_tt .dl_box {
    float: right
}

.Top_tt .dl_box a {
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding: 0 4px;
}

.Top_tt .dl_box {
    padding-left: 30px;
    background: url(../images/dlbg.png) no-repeat left center;
    height: 25px;
    line-height: 25px;
}

.Top_tt {
    padding-top: 10px;
    padding-bottom: 3px;
}

.Toper_box {
    padding: 15px 0;
    z-index: 8;
    max-width: 1260px;
    margin: 0 auto;
}

.nav_slide {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    display: none;
}

@media only screen and (max-width:1024px) {
    .MaxNav {
        border: 1px solid #eee;
    }
    .nav_slide {
        position: static;
        background: #fff;
    }
    /* #nav2 .nav_slide{display: none !important;} */
    .nav_slide dl {
        line-height: 30px;
        padding: 0 20px;
    }
    .nav_slide dl img {
        display: none;
    }
    .nav_slide dd,
    .nav_slide dl {
        margin: 0;
    }
    .nav_slide .nav_slide_box .left {
        display: none;
    }
    .nav_slide .nav_slide_box .right .nr_box {
        display: none;
    }
    .nav_slide .nav_slide_box .right .nr_box a {
        font-size: 12px;
    }
    .nav_slide .nav_slide_box .right .nr_box .div_box {
        padding-left: 15px;
    }
    .nav_slide .nav_slide_box .yc_icon {
        display: inline-block;
    }
    .nav_slide .right dl .yc_icon span {
        color: #c9000b;
        font-size: 14px;
    }
	
    .Toper .searchBox {
        display: none;
    }
    .wapsearchBox {
        z-index: 8
    }
    #nav2 .nav_slide .nav_slide_box .right .nr_box .tit {
        color: #c9000b;
        border: 1px #f00 solid;
        border-radius: 15px;
        display: inline-block;
        padding: 0 10px;
        line-height: 26px;
    }
}

.HomeBan .max_img {
    display: none;
}

.HomeBan img {
    width: 100%;
}

.HomeBan .swiper-slide {
    position: relative;
    opacity: 0 !important;
}

.HomeBan .swiper-slide video {
    width: 100%;
}

.HomeBan .swiper-slide .Box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding-top: 10%;
}

.HomeBan .swiper-slide .h3 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
}

.HomeBan .swiper-slide .h4 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
}

.HomeBan .swiper-slide .more {
    display: inline-block;
    color: #b7262b;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    border: 1px solid #b7262b;
    line-height: 40px;
    text-align: center;
}

.HomeBan .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background: url(../images/icon1.png) no-repeat center;
    opacity: 1
}

.HomeBan .swiper-pagination-bullet-active {
    background-image: url(../images/icon.png);
}

.HomeBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.HomeBan .swiper-slide-active {
    opacity: 1 !important;
}

.HomeBan .videoBox {
    position: relative;
}

.HomeBan .videoBox video {
    width: 100%;
    height: 100%;
    z-index: 9;
    object-fit: cover;
    left: 0;
    top: 0;
}

.HomeBan .videoBox .play {
    display: none;
}

@media only screen and (max-width:768px) {
    .HomeBan .videoBox .play {
        display: none;
        width: 30px;
        height: 30px;
        background: url(../images/play.png) no-repeat center center;
        background-size: contain;
        opacity: .6;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        z-index: 9;
    }
}

.Home_floor1 #owl-demo {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    max-width: 1180px;
}

.Home_floor1 #owl-demo .item {
    display: block;
    margin: 5px;
    text-align: center;
}

.Home_floor1 #owl-demo .Box {
    text-align: center;
    position: relative;
    display: inline-block;
}

.Home_floor1 .owl-pagination {
    display: none;
}

.Home_floor1 #owl-demo .img {
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
    opacity: 1;
}

.Home_floor1 #owl-demo .Box .img_hover {
    display: block;
    transition: all 0.8s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0
}

.Home_floor1 #owl-demo .h4 {
    line-height: 25px;
    padding-top: 15px;
    text-align: center;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
    font-size: 17px;
}

.Home_floor1 {
    overflow: hidden;
    padding: 30px 0 20px;
}

.Home_floor1 #owl-demo a:hover .img_hover {
    display: inline-block;
    opacity: 1
}

.Home_floor1 #owl-demo a:hover .img {
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
    opacity: 0;
}

.Home_floor1 .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 19px;
    height: 36px;
    background: url(../images/home_left.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
}

.Home_floor1 .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 19px;
    height: 36px;
    background: url(../images/home_right.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
}

.Home_floor1 .owl-theme .owl-controls .owl-buttons {
    height: 0;
}

.Home_floor1 .container {
    position: relative;
}

.Home_floor1 .owl-carousel {
    position: static;
    display: block;
}

@media only screen and (max-width:1023px) {
    .HomeBan .swiper-slide a,
    .HomeBan .videoBox {
        padding-bottom: 46.875%;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .HomeBan .videoBox a {
        padding-bottom: 0;
    }
    .HomeBan .swiper-slide img,
    .HomeBan .videoBox video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:768px) {
    .HomeBan img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .Home_floor1 #owl-demo {
        padding: 0;
        font-size: 0;
    }
    .Home_floor1 #owl-demo .item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-bottom: 20px;
    }
    .Home_floor1 #owl-demo .h4 {
        font-size: 14px;
    }
}


/*solution owl*/

.Solution_Owl {
    overflow: hidden;
    padding: 5% 0;
}

.Solution_Owl #owl-demo {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px;
box-shadow:0 0 15px rgba(0,0,0,0.1);*/
}

.Solution_Owl #owl-demo .item {
    display: block;
    text-align: center;
}

.Solution_Owl #owl-demo .Box {
    text-align: center;
    position: relative;
}

.Solution_Owl .owl-pagination {
    display: block;
}

.Solution_Owl #owl-demo table {
    width: 100%;
}

.Solution_Owl #owl-demo .owl-td {
    width: 200px;
    padding: 35px 10px 20px;
    background: #dddddd;
    text-align: left;
    line-hieght: 26px;
    display: none;
}

.Solution_Owl #owl-demo .h4 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #333;
}

.Solution_Owl #owl-demo .h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #999;
    content: "";
}

.Solution_Owl #owl-demo .img {
    width: 100%;
}

.Solution_Owl .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 19px;
    height: 36px;
    background: url(../images/home_left.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -18px;
}

.Solution_Owl .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 19px;
    height: 36px;
    background: url(../images/home_right.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -18px;
}

.Solution_Owl .owl-theme .owl-controls .owl-buttons {
    height: 0;
}

.Solution_Owl .container {
    position: relative;
}

.Solution_Owl .owl-carousel {
    position: static;
    display: block;
}

.Solution_Owl #owl-demo a:hover {
    color: #666460;
}


/*solution owl*/

.Home_floor2 {
    background: #f7f7f7;
    padding: 30px 0;
}

.Home_floor2_tital_title {
    font-size: 32px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 45px;
}

.Home_floor2 .ul li {
    position: relative;
}

.Home_floor2 .ul .img {
    width: 100%;
}

.Home_floor2 .Box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.Home_floor2 .Box .h4 {
    color: #fff;
    font-size: 20px;
}

.Home_floor2 .Box .i {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    margin: 25px auto;
}

.Home_floor2 .Box1 {
    display: none;
}

.Home_floor2 .ul li .Box {
    opacity: 1;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    /* Firefox 4 */
    -webkit-transition: all 1.1s;
    /* Safari 和 Chrome */
    -o-transition: all 1.1s;
}

.Home_floor2 .ul li .Box1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(255, 0, 0, 0.6);
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 1.1s;
    /* Firefox 4 */
    -webkit-transition: all 1.1s;
    /* Safari 和 Chrome */
    -o-transition: all 1.1s;
}

.Home_floor2 .ul li .Box1 {
    color: #fff;
    text-align: center;
}

.Home_floor2 .ul .Box1 .h4 {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    padding: 15px 0;
}

.Home_floor2 .ul .Box1 .p {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 45px;
}

.Home_floor2 .ul .Box1 a {
    color: #fff;
    text-align: center;
    line-height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    display: block;
    width: 105px;
    border-radius: 17.5px;
    margin: 0 auto;
}

.Home_floor2 .ul .Box1 .box {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.Home_floor2_bottom a {
    display: block;
    color: #fff;
    width: 145px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-align: center;
    background: #c9000b;
    margin: 50px auto 0;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    .Home_floor2 .ul li .Box img {
        height: 46px;
    }
    .Home_floor2 .Box .h4 {
        font-size: 16px;
    }
    .Home_floor2 .ul {
        overflow: hidden;
    }
    .Home_floor2 .ul li {
        width: 50%;
        float: left;
    }
}

.Home_floor3 {
    padding: 50px 0;
}

.Home_floor3 .swiper-slide {
    padding: 35px 0;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
}

.Home_floor3 .left {
    padding: 10px;
}

.Home_floor3 .left .h3 {
    font-size: 28px;
    line-height: 25px;
    padding-bottom: 6px;
}

.Home_floor3 .left .h4 {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.Home_floor3 .left .p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 25px;
}

.Home_floor3 .left .more a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100px;
    border-radius: 17.5px;
    text-align: center;
    border: 1px solid #e4e4e4;
    transition: all 1.1s;
    font-size: 16px;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor3 .left .more a:hover {
    border-color: #c9000b;
}

.Home_floor3 .right img {
    padding-bottom: 15px;
}

.Home_floor3 .right {
    text-align: left;
}

#certify .swiper-slide {
    background: url(../images/home_floor3bg.png) no-repeat center;
    background-size: 100% 100%;
}

.Home_floor4 {
    padding: 80px 0;
    color: #fff;
}

.Home_floor4 a {
    color: #fff;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor4_title {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 10px;
}

.Home_floor4_title a {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/more.png);
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor4_title a:hover {
    background: url(../images/more1.png);
}

.Home_floor4_left .first .h4 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 18px;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor4_left .first .h4 a {
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor4_left .first .h4 a:hover {
    color: #c9000b;
}

.Home_floor4_left .first .p {
    line-height: 28px;
    padding-bottom: 15px;
}

.Home_floor4_left .first .more a {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #c9000b;
}

.Home_floor4_left .first .more {
    padding-bottom: 20px;
}

.Home_floor4 .second .time {
    display: none;
}

.Home_floor4 .second a {
    line-height: 36px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.Home_floor4 .second a::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #95959b;
    margin-top: -2.5px;
}

.Home_floor4_right {
    padding-top: 40px;
}

.Home_floor4 .second a:hover {
    color: #c9000b;
}

.footer_top {
    padding: 45px 0 60px;
}

.footer_top .left dl {
    float: left;
    padding-right: 5%;
}

.footer_top .left dl dt {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 8px;
}

.footer_top .left dl dt::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: -16px;
    width: 10px;
    height: 1px;
    background: #cc7f82;
}

.footer_top .left dl dd {
    padding: 5px 0;
    margin: 0;
}

.footer_top .left dl dd a {
    display: block;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.footer_top .left dl dd a:hover {
    color: #c9000b;
}

.footer_top .left {
    padding-right: 0;
}

.footer_top .container {
    position: relative;
}

.footer_top .right {
    width: 126px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.footer {
    background: #e5e5e5
}

.footer_top .right img {
    padding-bottom: 10px;
}

.footer_bottom {
    border-top: 1px solid #cecece;
    padding: 20px 0;
}

.footer_top {
    display: none;
}

.footer_bottom .h4 {
    color: #555;
    padding-bottom: 5px;
}


.footer_bottom .h4 a {
    color: #555;
    display: inline-block;
    padding: 0 5px;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
	position:relative
}
.footer_bottom .h4 a:after{position:absolute;right:0;top:4px; width:1px;height:12px;content:"";background:#999}
.footer_bottom .h4 a:last-child:after{display:none}
.footer_bottom {
    text-align: center;
}


/*.footer_bottom .h4 a:nth-child(1){padding-left:0;}*/

.footer_bottom .right {
    float: right;
}

.footer_bottom .right .bdshare-button-style0-32 a {
    width: 36px !important;
    height: 36px !important;
    background: url(../images/icon2.png);
    margin-right: 0;
    margin-left: 7px;
    opacity: 1;
    transition: all 1.1s;
    -moz-transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.footer_bottom .right .bdshare-button-style0-32 .bds_sqq {
    background-position: -43px 0;
}

.footer_bottom .right .bdshare-button-style0-32 .bds_tsina {
    background-position: -85px 0;
}

.footer_bottom .right .bdshare-button-style0-32 .bds_fbook {
    background-position: -128px 0;
}

.footer_bottom .right .bdshare-button-style0-32 a:hover {
    background: url(../images/icon4.png);
}

.footer_bottom .right .bdshare-button-style0-32 .bds_sqq:hover {
    background-position: -43px 0;
}

.footer_bottom .right .bdshare-button-style0-32 .bds_tsina:hover {
    background-position: -85px 0;
}

.footer_bottom .right .bdshare-button-style0-32 .bds_fbook:hover {
    background-position: -128px 0;
}

.footer_bottom .right {
    display: none;
}

.top_slide_right {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 15;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* display: none; */
}

.top_slide_right li {
    width: 40px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #c9000b;
    margin-bottom: 2px;
}

.top_slide_right li.first {
    padding-top: 35px;
    background: url(../images/icon5.png) #c9000b no-repeat center 10px;
    padding-bottom: 5px;
    position: relative;
}

.top_slide_right li.second a {
    padding-top: 35px;
    background: url(../images/icon5.png) #c9000b no-repeat center -53px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
}

.top_slide_right li.last {
    padding-top: 35px;
    background: url(../images/icon5.png) #c9000b no-repeat center -115px;
    padding-bottom: 5px;
    position: relative;
}

.top_slide_right li.four a {
    padding-top: 35px;
    background: url(../images/icon5.png) #c9000b no-repeat center -169px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
    position: relative;
}

.top_slide_right li.four i {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background: #c9000b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    width: 30px;
}

.top_slide_right li.first .Box {
    position: absolute;
    top: 0;
    right: 65px;
    display: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}

.top_slide_right li.first .Box .box {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 25px;
    width: 164px;
    position: relative;
    height: 320px;
    padding: 0 0;
}

.top_slide_right li.first .Box dd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-right: 1px solid #e5e5e5;
    padding: 5px 0 10px;
    margin: 0;
}

.top_slide_right li.first .Box dd:last-child {
    border: 0;
}

.top_slide_right li.first .Box .h3 {
    line-height: 30px;
    padding-top: 9px
}

.top_slide_right li.first .Box .h4 {
    line-height: 20px;
}

.top_slide_right li.first .i {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 14px;
    height: 23px;
    background: url(../images/jian.png);
}

.top_slide_right li.last {
    position: relative;
    display: none;
}

.top_slide_right li.last .Box1 {
    position: absolute;
    top: 0;
    right: 65px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    display: none
}

.top_slide_right li.last .Box1 .box {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 25px;
    width: 52px;
    position: relative;
    height: 162px;
    padding: 10px 6px;
}

.top_slide_right li.last .bdshare-button-style0-32 a {
    width: 36px !important;
    height: 36px !important;
    /*background: url(../images/icon2.png);*/
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}


/*.top_slide_right li.last .bdshare-button-style0-32 .bds_sqq{background-position: -43px 0;}
.top_slide_right li.last .bdshare-button-style0-32 .bds_tsina{background-position: -85px 0;}
.top_slide_right li.last .bdshare-button-style0-32 .bds_fbook{background-position: -128px 0;}*/


/*.top_slide_right li.last .bdshare-button-style0-32 a:hover{background: url(../images/icon4.png);}*/


/*.top_slide_right li.last .bdshare-button-style0-32 .bds_sqq:hover{background-position: -43px 0;}
.top_slide_right li.last .bdshare-button-style0-32 .bds_tsina:hover{background-position: -85px 0;}
.top_slide_right li.last .bdshare-button-style0-32 .bds_fbook:hover{background-position: -128px 0;}*/

.top_slide_right li.last .i {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 14px;
    height: 23px;
    background: url(../images/jian.png);
}

.top_slide_right li.first .dd {
    cursor: pointer;
}

.top_slide_right li.five {
    padding-top: 35px;
    background: url(../images/newicon5.png) #c9000b no-repeat center 10px;
    padding-bottom: 5px;
    position: relative;
}

.top_target {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1111;
    display: none;
}

.top_target .Box {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 90%;
}

.top_target .Box .h3 {
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    background: #242032;
    padding: 0 10px;
    position: relative;
}

.top_target .Box .h3 .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    background: url(../images/close.png) no-repeat center;
}

.top_target .Box .box1 {
    padding: 10px;
    margin-bottom: 15px;
    height: 450px;
    overflow-y: auto;
}

.top_target .Box .box1 .h5 {
    color: #000000;
    font-size: 24px;
    padding: 5px 0 5px;
}

.top_target .Box .box1 .p {
    color: #000;
    padding-bottom: 20px;
}

.top_target .Box .box1 li {
    height: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}

.top_target .Box .box1 li .box {
    border: 1px solid #d8d8d8;
    padding: 5px 0;
    padding-left: 50px;
    height: 40px;
}

.top_target .Box .box1 li input,.top_target .Box .box1 li select {
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding: 0 5%;
    color: #999999;
    border-left: 1px solid #d8d8d8;
    vertical-align: top;
}

.top_target .Box .box1 li .i {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    color: #c9000b;
}

.top_target .Box .box1 li.li1 .box {
    background: url(../images/icon7.png) no-repeat 14px 9px;
}

.top_target .Box .box1 li.li2 .box {
    background: url(../images/icon7.png) no-repeat 14px -51px;
}

.top_target .Box .box1 li.li3 .box {
    background: url(../images/icon7.png) no-repeat 13px -112px;
}

.top_target .Box .box1 li.li4 .box {
    background: url(../images/icon7.png) no-repeat 14px -173px;
}

.top_slide_right li.five .Box {
    position: absolute;
    top: 0;
    right: 65px;
    display: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}

.top_slide_right li.five .Box .box {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 25px;
    width: 164px;
    position: relative;
    height: 320px;
    padding: 0 0;
}

.top_slide_right li.five .Box dd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-right: 1px solid #e5e5e5;
    padding: 5px 0 10px;
    margin: 0;
}

.top_slide_right li.five .Box dd:last-child {
    border: 0;
}

.top_slide_right li.five .Box .h3 {
    line-height: 30px;
    padding-top: 9px
}

.top_slide_right li.five .Box .h4 {
    line-height: 20px;
}

.top_slide_right li.five .i {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 14px;
    height: 23px;
    background: url(../images/jian.png);
}

.top_slide_right li.five .dd {
    cursor: pointer;
}

.top_target .Box .box1 li.li5 .box {
    background: url(../images/icon7.png) no-repeat 12px -234px;
}

.top_target .Box .box1 li.li6 .box {
    padding-left: 0;
}

.top_target .Box .box1 li.li6 .box {
    border: 0;
}

.top_target .Box .box1 li.li6 .box input {
    border: 0;
    background: #c9000b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
}

@media screen and (min-width:480px) {

    .HomeBan .swiper-slide .h3 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .HomeBan .swiper-slide .h4 {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .Home_floor2 .ul li {
        float: left;
        width: 50%;
    }
    .Home_floor4_left .first .left {
        float: left;
        width: 43%;
    }
    .Home_floor4_left .first .left img {
        width: 100%;
    }
    .Home_floor4_left .first .right {
        float: left;
        width: 52%;
        padding-left: 5%;
    }
    .Home_floor4_left .first .h4 {
        padding-top: 0;
    }
    .Home_floor4_left .first {
        padding-bottom: 20px;
    }
    .Home_floor4 .second a {
        padding-right: 50px;
        position: relative;
    }
    .Home_floor4 .second a .time {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
}

@media screen and (min-width:640px) {
    .HomeBan .swiper-slide .h3 {
        font-size: 60px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .HomeBan .swiper-slide .h4 {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 40px;
    }
    .Home_floor2 .ul li {
        float: left;
        width: 25%;
    }
    .Home_floor2 .Box .h4 {
        font-size: 16px;
    }
    .Home_floor3 .right {
        float: right;
        width: 45%;
    }
    .Home_floor3 .left {
        float: left;
        width: 50%;
        padding-left: 9%
    }
    .top_target .Box .box1 .h4 .left {
        float: left;
    }
    .top_target .Box .box1 .h4 .right {
        float: right;
        text-align: right;
        padding-top: 20px;
    }
    .top_target .Box .box1 .h4 {
        padding-bottom: 20px;
    }
    .top_target .Box {
        width: 70%;
        left: 15%;
    }
}

@media screen and (min-width:768px) {
    .Home_floor2 .Box .h4 {
        font-size: 20px;
    }
    .Home_floor4_left {
        float: left;
        width: 50%;
        padding-right: 3%;
        border-right: 1px solid #53535d;
    }
    .Home_floor4_right {
        float: right;
        width: 47%;
    }
    .Home_floor4_right {
        padding-top: 0;
    }
    .Home_floor4_right .Home_floor4_title {
        padding-bottom: 10px;
    }
    .Home_floor4_left .first {
        padding-bottom: 0;
    }
    .footer_top {
        display: block;
    }
    .footer_bottom .h4 a:nth-child(1) {
        padding-left: 0;
    }
    .footer_bottom .left {
        float: left;
        text-align: left;
    }
    .footer_bottom .right {
        float: right;
    }
    .footer_bottom .left a:hover {
        color: #c9000b;
    }
    .footer_bottom .right {
        display: block;
    }
    .top_slide_right {
        display: block;
    }
    .HF4-box {
        overflow: hidden;
    }
    /*.HF4-box .Home_floor4_left{margin-bottom: -9999px;padding-bottom: 9999px;}
  .HF4-box .Home_floor4_right{margin-bottom: -9999px;padding-bottom: 9999px;}*/
}

@media screen and (min-width:900px) {
    .top_target .Box {
        width: 790px;
        margin-left: -395px;
        left: 50%;
    }
    .top_target .Box .box1 {
        height: auto;
        padding: 20px 60px 60px 80px;
    }
}

.nav_slide .right:after {
    content: '';
    display: block;
    clear: both;
}

.nav_slide .right dl .yc_icon span.icon-NEW {margin:0 -9px;}

@media screen and (min-width:1024px) {
    .clear1024 {
        display: none;
    }
    .Toper .navbtn {
        display: none;
    }
    .Toper .langBox {
        display: block;
    }
    .Toper .searchbtn {
        background-image: url(../images/seachicon.png);
    }
    .MaxNav {
        display: block;
        float: right;
        margin-right: 0;
        padding-top: 38px;
    }
    .MaxNav ul li {
        float: left;
        padding: 0 30px;
    }
    #nav2 .nav_slide {
        min-height: 520px;
    }
    #nav2 .nav_slide .left {
        padding-right: 80px;
        display: none;
    }
    #nav2 .nav_slide .right {
        position: relative;
        z-index: 100;
        padding-left: 0;
        min-height: 320px;
    }
    #nav2 .nav_slide .right a {
        color: #666460
    }
    #nav2 .nav_slide .right a:hover,
    #nav2 .nav_slide .right a:hover {
        color: #c9000b
    }
    #nav2 .nav_slide .right dt:hover>a {
        color: #c9000b
    }
    #nav2 .nav_slide .right dl {
        position: relative;
        padding: 0;
    }
    #nav2 .nav_slide .right dl dt {
        border-bottom: 1px solid #BEBEBE;
        letter-spacing: 0px;
        line-height: 32px;
        font-size: 14px;
    }
    #nav2 .nav_slide .right dl dt a {
        padding-bottom: 0
    }
    #nav2 .nav_slide .right dl dt>a {
        font-size: 17px;
        font-weight: bold;
        line-height: 42px;
    }
    #nav2 .nav_slide .nav_slide_box {
        padding-left: 0;
    }
    #nav2 .nav_slide .right dl dt .nr_box {
        position: absolute;
        padding-left: 30px;
        width: 1380px;
        min-height: 320px;
        left: 100%;
        top: 0;
        display: none;
        /* max-height:392px;overflow-y:auto;*/
    }
    #nav2 .nav_slide .right dl dt .nr_box::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
    }
    #nav2 .nav_slide .right dl dt .nr_box::-webkit-scrollbar-track {
        background-color: #fff;
    }
    #nav2 .nav_slide .right dl dt .nr_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c9000b;
    }
    #nav2 .nav_slide .right dl dt .nr_box::-webkit-scrollbar-button {
        height: 0px;
        background-color: #fff;
    }
    #nav2 .nav_slide .right dl dt .nr_box .div_box {
        float: left;
        width: 450px;
    }
    #nav2 .nav_slide .right dl dt:hover .nr_box {
        display: block
    }
    .nav_slide .right dl .yc_icon {
        display: inline-block;
    }
    .nav_slide .right dl .yc_icon span {
        color: #c9000b;
    }
    /*#nav2 .nav_slide .right dl .nr_box .div{line-height:32px;height:32px;float:left;width:45%;margin-left:5%;}
   #nav2 .nav_slide .right dl .nr_box a{font-size:16px;line-height:32px;}*/
    #nav2 .nav_slide .right dl .nr_box .txt {
        width: 33.33%;
        float: left;
        min-height: 210px;
		padding-right: 40px
    }
	#nav2 .nav_slide .right dl .nr_box a:hover{color:#c9000b;}
	#nav2 .nav_slide .right dl .nr_box .txt:nth-child(3n+1){clear:both;padding-bottom:15px;}
    #nav2 .nav_slide .right dl .nr_box .txt .tit {
        display: inline-block;
        color: #c9000b;
        border: 1px #c9000b solid;
        font-size: 16px;
        border-radius: 20px;
        padding: 5px 10px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }
 	#nav2 .nav_slide .right dl .nr_box .txt .tit:hover{background:#c9000b;color:#fff;}
		#nav2 .nav_slide .right dl .nr_box .txt .tit{color:#c9000b;}
			#nav2 .nav_slide .right dl .nr_box .txt .tit a{color:#c9000b;}
			#nav2 .nav_slide .right dl .nr_box .txt .tit:hover a{color:#fff;}
	
    #nav2 .nav_slide .right dl .nr_box .div {
        line-height: 10px;
        height: auto;
    }
    #nav2 .nav_slide .right dl .nr_box a {
        font-size: 14px;
        line-height: 22px;
    }
    .MaxNav ul li .navA {
        border-bottom: 2px solid transparent;
        background: none;
        color: #333333;
        background: none;
        line-height: 60px;
        padding: 0;
    }
    .MaxNav ul li .navA:hover,
    .MaxNav ul li.on .navA {
        background: none;
        color: #c9000b;
        border-bottom: 2px solid #c9000b;
		font-weight: bold;
    }
    .MaxNav {
        background: none;
    }
    .Top_tt {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
    .Toper .logo {
        padding: 25px 0;
    }
    .Toper {
        height: auto;
        padding: 0;
    }
    .Toper_box {
        padding: 0;
    }
    .searchBox {
        position: absolute;
        right: 0px;
        width: 400px;
        top: 80px;
        z-index: 88;
    }
    .nav_slide {
        display: block;
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        background: #ececec;
        z-index: 98;
        padding: 35px 0;
        min-height: 253px;
        display: none;
    }
    .nav_slide .nav_slide_box {
        max-width: 1380px;
        margin: 0 auto;
        padding-left: 155px;
        position: relative;
    }
    .nav_slide .left {
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #c2c2c2;
        padding-right: 45px;
        padding-bottom: 22px;
        padding-left: 15px;
        display: none !important;
    }
    .nav_slide .left .h3 {
        color: #333;
        font-size: 24px;
        display: none;
    }
    .nav_slide .left .h4 {
        color: #333;
        font-size: 25px;
        margin: 2px 0 60px;
    }
    .nav_slide .right dl {
        float: left;
    }
    .nav_slide .left .more a {
        color: #666;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #c2c2c2;
    }
    .nav_slide .left .more a:hover {
        color: #c9000b;
        border-color: #c9000b;
    }
    .nav_slide .right dl dd {
        margin: 0;
    }
    .nav_slide .right dl {
        padding: 0 2.8%;
        margin: 0;
        padding-top: 8px;
    }
    .nav_slide .right dl dt a {
        color: #c9000b;
        font-size: 16px;
        padding-bottom: 15px;
        display: inline-block;
        line-height: 34px;
    }
    .nav_slide .right dl dd {
        color: #666666;
        line-height: 22px;
        display: block;
        margin-bottom: 15px;
        position: relative;
        font-size: 16px;
    }
    .nav_slide .right dl dd .yc_icon {
        position: absolute;
        right: 0px;
        top: 0;
        width: 74px;
    }
    .nav_slide .right dl dd .yc_icon span {
        color: #c9000b;
    }
    #nav3 .nav_slide .right dd img {
        vertical-align: middle;
        margin-right: 10px;
        width: 25px!important;
        height: 21px!important;
    }
    #nav3 .nav_slide .right dd a {
        color: #666666;
        font-size: 18px;
    }
    #nav3 .nav_slide .right dl dd {
        margin-bottom: 30px;
    }
    #nav3 .nav_slide .right dl {
        padding-right: 6%;
        padding-left: 0;
    }
    #nav3 .nav_slide .right dl:nth-child(1),
    #nav3 .nav_slide .right dl:nth-child(2),
    #nav3 .nav_slide .right dl:nth-child(3),
    #nav3 .nav_slide .right dl:nth-child(4),
    #nav3 .nav_slide .right dl:nth-child(5),
    #nav3 .nav_slide .right dl:nth-child(6),
    #nav3 .nav_slide .right dl:nth-child(7),
    #nav3 .nav_slide .right dl:nth-child(8),
    #nav3 .nav_slide .right dl:nth-child(9) {
        display: none;
    }
    /*#nav3  .nav_slide .right{padding-left: 10%;}*/
    #nav3 .nav_slide .left {
        padding-right: 240px;
    }
    #nav3 .nav_slide .nav_slide_box {
        padding-left: 0;
    }
    #nav3 .nav_slide .right dd a:hover,#nav4 .nav_slide .right dd a:hover, #nav5 .nav_slide .right dd a:hover, #nav6 .nav_slide .right dd a:hover {
        color: #c9000b;
    }
    .MaxNav .ul {
        float: left;
    }
    .searchBox {
        position: static;
        float: right;
        width: 47px;
        margin: 0;
        padding: 0;
        border: 0;
        border-left: 1px solid #dcdcdc;
        margin-top: 17px;
        margin-left: 35px;
    }
    .searchBox .Box a {
        border: 0;
        background: url(../images/search.png) #fff no-repeat right center;
        z-index: 7;
        width: 46px;
        height: 37px;
        top: -7px;
    }
    .searchBox .Box {
        border: 0;
        height: 21px;
        line-height: 21px;
    }
    .searchBox .Box input {
        width: 200px;
        height: 35px;
        line-height: 35px;
        padding: 0 8px;
        border: 1px solid #dcdcdc;
    }
    .searchBox .Box .input_box {
        position: absolute;
        right: 0;
        top: -7px;
        height: 35px;
        background: #fff;
        width: 0;
        overflow: hidden;
        z-index: 2;
        padding-right: 15px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        /* Firefox 4 */
        -webkit-transition: all 0.5s;
        /* Safari 和 Chrome */
        -o-transition: all 0.5s;
    }
    .searchBox.show .Box .input_box {
        width: 205px;
        right: 47px;
    }
    #nav4 .nav_slide .nav_slide_box .right,
    #nav5 .nav_slide .nav_slide_box .right,
    #nav6 .nav_slide .nav_slide_box .right {
        display: flex;
        justify-content: center;
    }
    #nav4 .nav_slide .nav_slide_box,
    #nav5 .nav_slide .nav_slide_box,
    #nav6 .nav_slide .nav_slide_box {
        padding-left: 0;
    }
    #nav4 .nav_slide .right dd a,
    #nav5 .nav_slide .right dd a,
    #nav6 .nav_slide .right dd a {
        font-size: 18px;
    }
    /*顶部搜索下拉框*/
    .searchBox .Box .similar-products {
        position: absolute;
        right: 52px;
        top: 29px;
        height: 35px;
        background: #fff;
        width: 0;
        overflow: hidden;
        z-index: 2;
        padding-right: 15px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: 200px;
        min-height: 300px;
        max-height: 500px;
        display: block;
        overflow: scroll;
        padding: 5px;
    }
    .searchBox .Box .similar-products a {
        width: 100%;
        position: relative;
        background: 0;
        cursor: pointer;
        height: auto;
        border-bottom: 1px solid #dcdcdc;
    }
    /*顶部搜索下拉框end*/
    .HomeBan .max_img {
        display: block;
    }
    .HomeBan .min_img {
        display: none;
    }
    .Home_floor2 .ul li:hover .Box {
        opacity: 0;
    }
    .Home_floor2 .ul li:hover .Box1 {
        opacity: 1;
    }
    .footer_top .left dl {
        padding-right: 8%;
    }
    .Top_tt {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 888;
    }
    .Toper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 887;
        background: #fff;
    }
    body {
        padding-top: 100px;
    }
    .top_slide_right li.first:hover .Box {
        display: block;
    }
    .top_slide_right li.last:hover .Box1 {
        display: block;
    }
    .top_slide_right li.first .Box .box {
        background: #fff;
        border: 1px solid #dcdcdc;
        margin-right: 25px;
        width: 495px;
        position: relative;
        height: 170px;
        padding: 33px 0;
    }
    .top_slide_right li.first .Box dd {
        float: left;
        width: 33.33%;
        text-align: center;
        font-size: 15px;
        color: #333333;
        border-right: 1px solid #e5e5e5;
        padding: 5px 0 10px;
        margin: 0;
    }
    .top_slide_right li {
        width: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        background: #c9000b;
        margin-bottom: 2px;
    }
    .top_slide_right li.last {
        display: block;
    }
    .top_slide_right li.second {
        display: block!important;
    }
    .top_slide_right li.five:hover .Box {
        display: block;
    }
    .top_slide_right li.five:hover .Box {
        display: block;
    }
    .top_slide_right li.five .Box .box {
        background: #fff;
        border: 1px solid #dcdcdc;
        margin-right: 25px;
        width: 495px;
        position: relative;
        height: 170px;
        padding: 33px 0;
    }
    .top_slide_right li.five .Box dd {
        float: left;
        width: 33.33%;
        text-align: center;
        font-size: 15px;
        color: #333333;
        border-right: 1px solid #e5e5e5;
        padding: 5px 0 10px;
        margin: 0;
    }
}

@media screen and (min-width:1200px) {
    .Home_floor4_left .first {
        padding-bottom: 32px;
    }
}

@media screen and (min-width:1260px) {
    .Toper_box {
        padding: 0;
    }
    .nav_slide .left {
        padding-left: 0;
    }
    .footer_top .right {
        right: 0;
    }
    .footer_top .left dl {
        padding-right: 4%;
    }
}

.top_slide_right li.second {
    display: none;
}


/*页面二级/左侧/右侧菜单*/

.slidebar {}


/*页面二级/左侧/右侧菜单*/


/*网站地图*/

.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}


/*内页banner*/

.banner .max_img {
    display: none;
}

.banner img {
    width: 100%;
}

@media screen and (min-width:768px) {
    .banner .max_img {
        display: block;
    }
    .banner .min_img {
        display: none;
    }
}


/*内页banner*/

.location {
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
	display:none
}

.location a {
    color: #999999;
    padding-right: 5px;
    padding-left: 5px;
}

.location a:nth-child(1) {
    padding-left: 0;
}

.location span {
    color: #c9000b;
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
}


/*产品*/

.menu_product {
    padding: 15px;
    background: #f7f7f7;
    margin-top: 2px;
}

.menu_product .h3 {
    color: #c9000b;
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 10px;
}

.menu_product .h3 .span1 {
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
}

.menu_product .h3 .span {
    color: #c9000b;
}

.menu_product dl dd {
    margin: 0;
    display: inline-block;
    padding-right: 5%;
    margin-bottom: 10px;
}

.menu_product dl dt {
    color: #000;
    padding-bottom: 14px;
}

.menu_product dl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}

.menu_product dl dd a {
    display: block;
    padding-left: 20px;
    background: url(../images/dd.png) no-repeat left center;
}

.menu_product dl dd.on a {
    background: url(../images/dui.png) no-repeat left center;
}

.menu_product .h5 {
    color: #c9000b;
    padding-left: 24px;
    background: url(../images/sxia.png) no-repeat left center;
    margin-top: 15px;
    display: inline-block;
}

.menu_product .a {
    display: inline-block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #c9000b;
    margin-top: 15px;
}

.menu_product .Box {
    display: none;
}

.Product_top_list .ul li .img2 {
    display: none;
}

.Product_top_list .ul li .h4 {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.Product_top_list .ul li {
    text-align: center;
    width: 50%;
    font-size: 0;
    float: left;
    margin-bottom: 30px;
}

.Product_top_list {
    padding: 45px 0;
}

.Product_top_list .ul li:hover a .img1 {
    display: none;
}

.Product_top_list .ul li:hover a .img2 {
    display: inline-block;
}

.Product_top_list .ul li .on span {
    color: #c9000b;
}

.Product_top_list .ul li .on .img1 {
    display: none;
}

.Product_top_list .ul li .on .img2 {
    display: inline-block;
}

.Product_top_list .ul li .h4 em {
    position: relative;
    font-style: normal;
    padding-bottom: 4px;
}

.Product_top_list .ul li .h4 em:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c9000b;
    bottom: 0;
    left: 0;
    display: none;
}

.Product_top_list .ul li .on .h4 em:before,
.Product_top_list .ul li:hover .h4 em:before {
    display: block;
}

.Product_top_list .ul li .on .h4 em,
.Product_top_list .ul li:hover .h4 em {
    color: #c9000b;
}

.Product_bottom_list .ul li img {
    display: block;
    margin: 0 auto;
	height:130px;
}

.Product_bottom_list .ul li .h3 {
    color: #333333;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin:0 0;
	height:50px;
	text-align:center;
}

.Product_bottom_list .ul li .h3 a {
    color: #221815;
}

.Product_bottom_list .ul li .h3 a:hover {
    color: #c9000b;
}

.Product_bottom_list .ul li .Box {
    position: relative;
    height: 115px;
    width: 100%;
}

.Product_bottom_list .ul li .box {
    padding: 5px 0;
    margin-left: 11%;
    color: #717171;
    font-size: 16px;
    line-height: 26px;
}

.Product_bottom_list .ul li .box .p {
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
}

.Product_bottom_list .ul li .box .p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.Product_bottom_list .ul li .box .p::before {
    content: " ";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #c9000b;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
}

.Product_bottom_list .ul .more {
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #c9000b;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #c9000b;
    font-weight: bold;
    margin-left: 11%;
}

.Product_bottom_list .ul li {
    margin-bottom: 40px;
}

.Product_bottom_list .ul .more:hover {
    background: #c9000b;
    color: #fff;
}

@media(min-width: 640px) {
    .Product_top_list .ul li {
        width: 25%;
    }
    .Product_bottom_list .ul li {
        width: 48%;
        margin-right: 4%;
        float: left;
    }
    .Product_bottom_list .ul li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media only screen and (max-width:639px) {
    .Product_bottom_list .ul li {
        width: 50%;
        float: left;
    }
}

@media(min-width: 1024px) {
    .Product_top_list .ul li {
        width: 16.66%;
    }
    .Product_bottom_list .ul li {
        width: 31%;
        margin-right: 3.5%;
        float: left;
        margin-bottom: 60px;
    }
    .Product_bottom_list .ul li:nth-child(2n) {
        margin-right: 3.5%;
    }
    .Product_bottom_list .ul li:nth-child(3n) {
        margin-right: 0%;
    }
    .menu_product {
        padding: 20px 40px;
    }
}


/*
 Page000902 涓篸emo缂栧彿
 */

.Page000902 {
    padding-bottom: 70px;
}

.Page000902 .Pages {
    padding: 20px 0;
    text-align: center;
    line-height: 23px;
    zoom: 1;
    overflow: hidden;
}

.Page000902 .Pages a {
    display: inline-block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.Page000902 .p_cur,
.Page000902 .p_count,
.Page000902 .p_total,
.Page000902 .p_jump {
    display: none;
}

.Page000902 .p_page {
    padding: 0px 5px;
    display: inline-block;
}

.Page000902 .p_page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    border-radius: 50%;
}

.Page000902 .p_page .a_prev,
.Page000902 .p_page .a_next {
    width: 25px;
    background: url(../images/left.png) no-repeat center;
    vertical-align: middle;
}

.Page000902 .p_page .a_next {
    background: url(../images/right.png) no-repeat center;
}


/*hover*/

.Page000902 .p_page .a_first:hover,
.Page000902 .p_page .a_end:hover,
.Page000902 .p_page .num a:hover,
.Page000902 .p_page .num .a_cur {
    background: #c9000b;
    color: #fff;
}

.Page000902 em {
    font-style: normal;
}

@media (max-width:768px) {
    .Page000902 .a_first,
    .Page000902 .a_end,
    .Page000902 .p_page .num a {
        display: none !important;
    }
    .Page000902 .p_page .a_prev,
    .Page000902 .p_page .a_next {
        margin: 0 10px;
    }
}


/*产品*/


/*产品详细页*/

.product_info_floor1 .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product_info_floor1 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product_info_floor1 .gallery-top {
    height: 80%;
    width: 100%;
}

.product_info_floor1 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product_info_floor1 .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.product_info_floor1 .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.product_info_floor1 .gallery-top img {
    width: 100%;
    max-width: 670px;
    display: block;
    margin: 0 auto;
}

.product_info_floor1 .gallery-thumbs img {
    border: 1px solid #e7e2e2;
}

.product_info_floor1 .Box {
    padding: 30px;
    position: relative;
}

.product_info_floor1 .swiper-button-prev {
    left: 0;
    background: url(../images/pro_left.png) no-repeat center;
}

.product_info_floor1 .swiper-button-next {
    right: 0;
    background: url(../images/pro_right.png) no-repeat center;
}

.product_info_floor1 {
    padding-top: 60px;
}

.product_info_floor1 .right .ul li {
    display: inline-block;
    text-align: center;
    padding: 0 2%;
    padding-top: 20px;
}

.product_info_floor1 .right .ul li {
    cursor: pointer;
}
.product_info_floor1 .right .ul li img{width:60px;}
.product_info_floor1 .right .ul li.pro_info_link {
    position: relative;
}

.product_info_floor1 .right .ul li.pro_info_link .li_box {
    position: absolute;
    top: 59px;
    right: 0;
    display: none;
}

.product_info_floor1 .right .ul li.pro_info_link .bdshare-button-style0-32 {
    background: #fff;
}

.product_info_floor1 .right .ul li.pro_info_link .bdshare-button-style0-32 a {
    margin: 6px 6px 6px 6px;
}

.product_info_floor1 .right .ul li .htitle {
    padding-top: 8px;
    font-size: 17px;
}

.product_info_floor1 .right .h3 {
    color: #333333;
    font-size: 45px;
    padding-bottom: 25px;
	line-height:1.2;
}

.product_info_floor1 .right .p {
    line-height: 30px;
    color: #666;
    padding-bottom: 0;
    font-size: 18px !important;
}
.product_info_floor1 .right .p *{line-height: 30px; font-size: 18px !important;}

/*.product_info_floor1 .right .p span{font-size:16px !important;}*/

.product_info_floor1 .right .ul li.video_li {
    position: relative;
}

.product_info_floor1 .right .ul li.video_li dl {
    width: 140px;
    left: 50%;
    position: absolute;
    padding: 0;
    background: #fff;
    margin-left: -70px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: 0;
    top: -18px;
}


/*.product_info_floor1 .right .ul li.video_li:hover dl{ display: block;}*/

.product_info_floor1 .right .ul li.video_li dl dd {
    margin: 0;
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
}

.product_info_floor1 .right .ul li.video_li dl dd:hover {
    background: #c9000b;
}

.product_info_floor1 .right .ul li.video_li dl dd:hover a {
    color: #fff;
}

@media only screen and (max-width:768px) {
    .product_info_floor1 .right .ul li {
        padding: 0 4% 20px;
    }
    .product_info_floor1 .right .ul li .htitle {
        font-size: 12px;
    }
}

.popupvideo .cha {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    right: -30px;
    top: -30px;
    cursor: pointer;
    border-radius: 40px;
    background: #c9000b;
    font-family: "宋体";
}

.yc_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 1;
    display: none;
}

.yc_video.show {
    opacity: 1;
    visibility: visible;
}

.yc_video .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4px;
    background: #fff;
    width: max-content;
}

.yc_video .cha {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    right: -30px;
    top: -30px;
    cursor: pointer;
    border-radius: 40px;
    background: #c9000b;
    font-family: "宋体";
}

.product_info_ptitle {
    color: #333333;
    font-size: 24px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
}

.product_info_floor2 {
    padding: 40px 0;
    background: #f6f6f6;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.product_info_floor2_search input {
    width: 175px;
    height: 30px;
    background: #fff;
    padding: 0 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.product_info_floor2_search .btn {
    background: #c9000b;
    color: #fff;
    width: 120px;
    margin-right: 0;
    cursor: pointer;
}

.product_info_floor2_more .h5 {
    display: inline-block;
    margin-bottom: 20px;
    color: #c9000b;
    padding-right: 24px;
    background: url(../images/sxia.png) no-repeat right center;
    display: inline-block;
}

.yc_video5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.yc_video5.show {
    opacity: 1;
    visibility: visible;
}

.yc_video5 .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4px;
    background: #fff;
    width: max-content;
}

.yc_video1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.yc_video1.show {
    opacity: 1;
    visibility: visible;
}

.yc_video1 .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4px;
    background: #fff;
    width: max-content;
}

.yc_video3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.yc_video3.show {
    opacity: 1;
    visibility: visible;
}

.yc_video3 .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4px;
    background: #fff;
    width: max-content;
}

.yc_video4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.yc_video4.show {
    opacity: 1;
    visibility: visible;
}

.yc_video4 .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4px;
    background: #fff;
    width: max-content;
}

.product_info_ptitle {
    color: #333333;
    font-size: 45px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 40px;
}

.product_info_floor2 {
    padding: 40px 0;
    background: #f6f6f6;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.product_info_floor2_search {
    text-align: center;
}

.product_info_floor2_search input {
    width: 175px;
    height: 30px;
    background: #fff;
    padding: 0 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.product_info_floor2_search .btn {
    background: #c9000b;
    color: #fff;
    width: 120px;
    margin-right: 0;
}

.product_info_floor2_more .h5 {
    display: inline-block;
    margin-bottom: 20px;
    color: #c9000b;
    padding-right: 24px;
    background: url(../images/sxia.png) no-repeat right center;
    display: inline-block;
}

.product_info_floor2_more {
    text-align: center;
    margin-top: 12px;
}

.product_info_floor2_more .Box input {
    float: none;
}

.product_info_floor2_more .Box {
    display: none;
}

.product_info_floor2_list dl .thead div {
    background: #595757;
    height: 36px;
    /*width: auto;*/
    display: table-cell;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.product_info_floor2_list dl .thead {
    height: 36px;
    width: 100%;
    display: table;
}

.product_info_floor2_list dl .clear {
    height: 0 !important;
}

.product_info_floor2_list dl .thead .div {font-size:18px;font-weight:bold;box-sizing:border-box;padding:10px;}

.product_info_floor2_list dl {
    border-collapse: collapse;
}

.product_info_floor2_list dl .tbody .div {
    /*height: 65px;*/
    text-align: center;
    /*line-height: 65px;*/
    padding: 10px 0;
    font-size: 12px;box-sizing:border-box;padding:10px;
}

.product_info_floor2_list dl .tbody {
    background: #efefef;
    margin: 0;
}

.product_info_floor2_list dl .tbody:nth-child(2n) {
    background: #f6f6f6;
}

.product_info_floor2_list dl .tbody .div {
    float: left;
}

.product_info_floor2_list {
    padding-top: 30px;
}


/* .product_info_floor2_list dl .div5{display: none;}
.product_info_floor2_list dl .div6{display: none;}
.product_info_floor2_list dl .div7{display: none;}
.product_info_floor2_list dl .div8{display: none;}
.product_info_floor2_list dl .div9{display: none;}
.product_info_floor2_list dl .div1{width: 30%}
.product_info_floor2_list dl .div2{width: 15%}
.product_info_floor2_list dl .div3{width: 15%}
.product_info_floor2_list dl .div4{width: 20%}
.product_info_floor2_list dl .div10{width: 20%}*/

.product_info_floor2_list dl {
    width: 100%;
}

.product_info_floor2_list dl .div1 {
    display: block;
    width: 9%;
}

.product_info_floor2_list dl .div2 {
    display: block;
    width: 13%;
}

.product_info_floor2_list dl .div3 {
    display: block;
    width: 13%;
}

.product_info_floor2_list dl .div4 {
    display: block;
    width: 13%;
}

.product_info_floor2_list dl .div5 {
    display: block;
    width: 16%;
}

.product_info_floor2_list dl .div6 {
    display: block;
    width: 10%;
}

.product_info_floor2_list dl .div7 {
    display: block;
    width: 10%;
}

.product_info_floor2_list dl .div8 {
    display: block;
    width: 8%;
}

.product_info_floor2_list dl .div9 {
    display: block;
    width: 10%;
}

.product_info_floor2_list dl .div10 {
    display: block;
    width: 6%;
}

.product_info_floor2_list dl .div10 a {
    display: inline-block;
    padding-left: 17px;
    background: url(../images/dd.png) no-repeat left center;
}

.product_info_floor2_list dl .div10 a.on {
    background: url(../images/dui.png) no-repeat left center;
}

.product_info_floor2_list_more {
    text-align: center;
    color: #c9000b;
}

.product_info_floor2_list_more .h5 {
    display: inline-block;
    padding-top: 16px;
    background: url(../images/sxia.png) no-repeat center top;
    cursor: pointer;
    margin-bottom: 10px;
}

.product_info_floor2_list_more.on .h5 {
    background-image: url('../images/sxiaup.png');
}

@media only screen and (max-width:768px) {
    .product_info_floor2_list dl .div10 {
        width: auto;
    }
    .yc_video iframe {
        width: 320px;
        height: 200px;
    }
    .yc_video .cha {
        top: -20px;
        right: -20px;
    }
    .yc_video1 iframe {
        width: 320px;
        height: 200px;
    }
    .yc_video1 .cha {
        top: -20px;
        right: -20px;
    }
    .yc_video1 iframe {
        width: 320px;
        height: 200px;
    }
    .yc_video1 .cha {
        top: -20px;
        right: -20px;
    }
    .yc_video1 iframe {
        width: 320px;
        height: 200px;
    }
    .yc_video1 .cha {
        top: -20px;
        right: -20px;
    }
}

.product_info_floor3 {
    padding: 40px 0;
}

.product_info_floor3 .product_info_ptitle .i {
    display: block;
    width: 25px;
    height: 1px;
    background: #c9000b;
    margin: 20px auto 10px;
}

.product_info_floor3_lr {
    margin: 0 auto;
}

.product_info_floor3_lr .multiHtml {
    margin-bottom: 10px;
    word-wrap: break-word;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* .product_info_floor3_lr p{    margin: 0 auto !important ;
    max-width: 1260px;
    padding: 0 15px;
    word-wrap: break-word !important;
} */

.product_info_floor3_lr .bottomLine {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}


/*.product_info_floor3_lr .ul li .dl dt{line-height: 24px;padding:3px 0;position: relative;padding-left: 20px;}
.product_info_floor3_lr .ul li .dl dt::before{content:" ";display: block;width: 5px;height: 5px;background: #bbaeae;position: absolute;top:13px;left:0;}
.product_info_floor3_lr .ul li .right{margin-top: 30px;}
.product_info_floor3_lr .ul li{padding:45px 0;}
.product_info_floor3_lr .ul li .left .h4{color:#666666;font-size: 18px;padding-bottom: 15px;padding-top: 20px;}
.product_info_floor3_lr .ul li .left .p{color:#666666;padding-bottom: 0;line-height: 30px;}
.product_info_floor3_lr .ul li:nth-child(2n){background: #f6f6f6;}*/

.product_info_floor3 {
    border-bottom: 1px solid #e4e4e4;
}

.product_info_floor5 {
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4;
}

.product_info_floor5 .p1 {
    text-align: center;
    color: #888888;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
}


/*.product_info_floor3_lr .ul li.liright .left{float: left !important;}
.product_info_floor3_lr .ul li.liright .right{float: right !important;}*/

.product_info_floor5 .h3 {
    padding-top: 10px;
}

.product_info_floor6 {
    padding: 40px 0 0;
}

.product_info_floor5 .product_info_ptitle .i {
    display: block;
    width: 25px;
    height: 1px;
    background: #c9000b;
    margin: 10px auto;
}

.product_info_floor6 .product_info_ptitle .i {
    display: block;
    width: 25px;
    height: 1px;
    background: #c9000b;
    margin: 10px auto;
}

.product_info_floor6_top .ul {
    font-size: 0;
    text-align: center;
}

.product_info_floor6_top .ul li {
    display: inline-block;
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
}

.product_info_floor6_top .ul li .h3 {
    padding-top: 12px;
    font-size: 17px;
}

.product_info_floor6_list {
    padding: 30px 0 0;
}

.product_info_floor6_list li {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 35px;
}

.product_info_floor6_list .h3 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
}

.product_info_floor6_list .h3 .time {
    color: #999;
}

.product_info_floor6_list .p {
    line-height: 25px;
}

.product_info_floor6_list .right a {
    color: #c9000b;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/xz.png) no-repeat left center;
}

.product_info_floor6_list .right {
    padding-top: 15px;
}

.product_info_floor6_list li:hover {
    background: #f6f6f6;
}

.product_info_floor7 .product_info_floor7_title {
    color: #c9000b;
    font-size: 20px;
    padding-bottom: 25px;
}

.product_info_floor7 {
    padding-top: 40px;
    background: #f9f9f9;
}

.product_info_floor7 img {
    width: 100%;
}

.product_info_floor7 .left {
    margin-bottom: 40px;
}

.product_info_floor7 .right {
    margin-bottom: 40px;
}

.product_info_floor7 .swiper-container {
    padding-bottom: 40px;
}

.product_info_floor7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e4e4e4;
    opacity: 1;
    margin: 0 10px !important;
}

.product_info_floor7 .swiper-pagination-bullet-active {
    background: #ba3036 !important;
}

.product_info_floor7 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom {
    bottom: 0;
}

.pro_slide_right {
    position: fixed;
    z-index: 55;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/shu.png) repeat-y 5px center;
}

.pro_slide_right .i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/yuan.png);
    position: absolute;
    top: -11px;
    left: 0;
}

.pro_slide_right .i1 {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/yuan.png);
    position: absolute;
    bottom: -11px;
    left: 0;
}

.pro_slide_right li {
    background: url(../images/fx.png) no-repeat 3px center;
    padding-left: 15px;
    margin: 4px 0;
    min-height: 22px;
}

.pro_slide_right ul {
    margin: 0;
    padding: 20px 0;
	text-align:center;
}

.pro_slide_right li .span {
    background: rgba(0,0,0,0.4);
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    cursor: pointer;
    padding-right: 8px;
	color:#fff;
    /* display: none; */
}

.pro_slide_right li:hover .span {
    display: block;
}

.pro_slide_right li.on {
    /* background: url(../images/hx.png) no-repeat 3px 9px; */
    color: #fff;
}

.pro_slide_right li.on .span {
    background: url(../images/bg.png);
    display: block;
}

.Product_xj_title {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 30px;
}

.pro_slide_right li:hover .span {
    color: #fff;
    background: #c9000b
}

.pro_slide_right dl {
    margin: 0;
    display: none;
}

.pro_slide_right li.on dl {
    display: block;
}

.pro_slide_right dl dt {
    margin: 4px 0;
}

.pro_slide_right dl dt a {
    height: 22px;
    line-height: 22px;
    display: block;
    border: 1px solid #cccccc;
    padding-left: 8px;
    background: #fff;
    color: #666;
}

.pro_slide_right li.on dl a {
    color: #666;
}

.pro_slide_right dl .dton a {
    border: 1px solid #c9000b;
}

.pro_slide_right dl dt a:hover {
    border: 1px solid #c9000b;
}

.pro_slide_right li.on a {
    color: #fff;
}

.Product_xj_titlep {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 22px;
}

.Product_xj_content {
    padding: 40px 0;
}

.Product_xj_top dl dt {
    height: 34px;
    background: #c9000b;
    text-align: center;
    line-height: 34px;
}

.Product_xj_top dl .dd {
    float: left;
}

.Product_xj_top dl dt .dd {
    font-weight: bold;
    color: #fff;
}

.Product_xj_top dl .dd1 {
    width: 40%;
}

.Product_xj_top dl .dd2 {
    width: 30%;
    display: none;
}

.Product_xj_top dl .dd3 {
    width: 30%;
}

.Product_xj_top dl .dd4 {
    width: 30%;
}

.Product_xj_top dl dd {
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    height: 45px;
    line-height: 45px;
}

.Product_xj_top dl .dd3 input {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.Product_xj_top dl .dd3 .btn {
    font-size: 24px;
    line-height: 24px;
    margin-top: -3px;
    cursor: pointer;
}

.Product_xj_top dl .dd4 a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/sc.png) no-repeat center;
    height: 45px;
    vertical-align: top;
}

.Product_xj_top dl .clear {
    height: 0;
}

.Product_xj_bottom {
    padding-top: 30px;
}

.Product_xj_bottom .ul li {
    margin-bottom: 20px;
}

.Product_xj_bottom .ul li.last {
    width: 100%;
}

.Product_xj_bottom .ul .input_box {
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    padding-left: 48px;
}

.Product_xj_bottom .ul input {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 15px;
    border-left: 1px solid #dddddd;
}

.Product_xj_bottom .ul .li1 .input_box {
    background: url(../images/icon8.png) no-repeat 14px 10px;
}

.Product_xj_bottom .ul .li2 .input_box {
    background: url(../images/icon9.png) no-repeat 14px 10px;
}

.Product_xj_bottom .ul .li3 .input_box {
    background: url(../images/icon8.png) no-repeat 14px -66px;
}

.Product_xj_bottom .ul .li4 .input_box {
    background: url(../images/icon9.png) no-repeat 14px -66px;
}

.Product_xj_bottom .ul .li5 .input_box {
    background: url(../images/icon8.png) no-repeat 14px -140px;
}

.Product_xj_bottom .ul .li6 .input_box {
    background: url(../images/icon9.png) no-repeat 14px -140px;
}

.Product_xj_bottom .ul .li7 .input_box {
    background: url(../images/icon8.png) no-repeat 14px -215px;
}

.Product_xj_bottom .ul .li8 .input_box {
    background: url(../images/icon9.png) no-repeat 14px -215px;
}

.Product_xj_bottom .ul .li9 .input_box {
    background: url(../images/icon8.png) no-repeat 14px -285px;
}

.Product_xj_bottom .ul .li10 .input_box {
    background: url(../images/icon9.png) no-repeat 14px -285px;
}

.Product_xj_bottom .ul .li11 .input_box {
    padding-left: 0;
    padding: 15px;
    height: 140px;
}

.Product_xj_bottom .ul .li11 textarea {
    height: 110px;
    width: 100%;
}

.Product_xj_bottom .ul .span .span1 {
    color: #bd393e;
    line-height: 46px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.Product_xj_bottom .submit_box input {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #c9000b;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.Product_xj_bottom .submit_box .sub2 {
    background: #bdbdbd;
    display: inline-block;
}

.Product_xj_bottom .submit_box {
    text-align: center;
}

.Product_xj_bottom .ul .li8 .input_box {
    margin-bottom: 15px;
}

.Product_xj_bottom .ul .li8 {
    margin-bottom: 20px;
}

.Product_xj_bottom .ul .li8 .ZJselectTxt {
    background: url(../images/xial.png) no-repeat right center;
    margin-right: 15px;
}

.Product_xj_bottom .submit_box a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.Product_xj_bottom .submit_box textarea {
    display: none;
}

.Product_xj_bottom .ul .li8 .input_box1 {
    margin-bottom: 0;
}

.Product_xj_bottom .ul .detailAdd .input_box {
    height: 80px;
    line-height: 40px;
}

@media only screen and (max-width:768px) {
    .product_info_floor2_list {
        overflow-x: auto;
    }
    .product_info_floor2_list dl {
        min-width: 900px;
    }
    .pro_slide_right {
        display: none;
    }
}


/*select下拉样式*/

.ZJselectBox {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: relative;
    margin-top: 4px;
}

.ZJselectTxt {
    position: relative;
    padding-left: 15px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
    border-left: 1px solid #dddddd;
}

.ZJselectTxt span {}

.ZJselectTxt i.icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    /* background: url(../images/zjdown.png) no-repeat center; */
    z-index: 2;
    cursor: pointer;
}


/* .ZJselectTxt i.iconOn{background-image: url(../images/zjup.png);} */

.ZJselectBox .ZJselectUl {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 4;
    top: 34px;
    left: 0;
    background: #fff;
}

.ZJselectBox .ZJselectUl .ZJselectUlBox {
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.ZJselectBox .ZJselectUl ul li {
    font-size: 14px;
    float: none;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border-bottom: 1px solid #f9f9f9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #666;
    width: 100%;
}

.ZJselectBox .ZJselectUl ul li:hover {
    background: #f5f5f5;
}

.Product_xj_bottom .ul .span .sh {
    display: inline-block;
    width: 28px;
}

.pro_target1 img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.pro_target1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background: rgba(0, 0, 0, 0.7)
}

.pro_target1 .Box {
    padding: 30px 0;
    width: 90%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    background-size: 100% 100%;
}

.pro_target1 .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 20px;
    background: url(../images/pleft.png) no-repeat left center;
}

.pro_target1 .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 20px;
    background: url(../images/pright.png) no-repeat right center;
}

.pro_target1 .swiper-button-prev:hover {
    background: url(../images/pleft1.png) no-repeat left center;
}

.pro_target1 .swiper-button-next:hover {
    background: url(../images/pright1.png) no-repeat right center;
}

.pro_target1 .swiper-container {
    padding-bottom: 60px;
}

.pro_target1 .h5 {
    color: #999999;
    text-align: center;
    display: none;
}

.pro_target1 .h5.pc_h5 {
    display: block;
}

.pro_target1 img {
    padding-bottom: 0;
}

.pro_target1 .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: url(../images/fang.jpg);
    opacity: 1;
    border-radius: 0;
}

.pro_target1 .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: url(../images/fang1.jpg);
}

.pro_target1 .h3 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding: 30px 15px 0;
}

.pro_target1 .close {
    width: 17px;
    height: 17px;
    background: url(../images/close1.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 888;
    cursor: pointer;
}

.pro_target1 {
    display: none;
}

.pro_360 {
    width: 67px;
    height: 56px;
    background: url(../images/360ph.png);
    margin: 15px auto 0;
    cursor: pointer;
}

@media only screen and (min-width:769px) {
    .pro_target1 .swiper-button-prev,
    .pro_target1 .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .pro_target1 .h5 {
        display: block;
    }
    .pro_target1 .h5.pc_h5 {
        display: none;
    }
    .pro_target1 .swiper-button-prev,
    .pro_target1 .swiper-button-next {
        display: block;
    }
}

.pro_target2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.pro_target2 .Box {
    padding: 30px 0;
    width: 90%;
    background: #fff;
    position: absolute;
    top: 120px;
    left: 5%;
    background: url(../images/probg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.pro_target2 .pro_target2_title {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin: 12px 0 20px;
}

.pro_target2 .pro_target2_title .i {
    display: block;
    width: 25px;
    height: 1px;
    background: #c9000b;
    margin: 10px auto;
}

.pro_target2 .ul {
    padding: 0 30px;
}

.pro_target2 .ul li {
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.pro_target2 .ul li a {
    display: block;
    text-align: center;
    line-height: 24px;
    padding: 15px 10px;
}

.pro_target2 .ul li a .time {
    display: none;
}

.pro_target2 .ul li:hover {
    border: 1px solid #c9000b;
}

.pro_target2 .ul {
    height: 400px;
    overflow-y: auto;
}

.pro_target2 .close {
    width: 17px;
    height: 17px;
    background: url(../images/close1.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 88;
    cursor: pointer;
}

.product_info_floor3_news .h5 {
    font-size: 24px;
    color: #333;
}

.product_info_floor3_news .p2 .ul1 dd img {
    vertical-align: middle;
    margin-right: 5px;
}

.product_info_floor3_news .ul1 dd {
    margin-bottom: 8px;
    margin-left: 0;
}

.product_info_floor3_news .h6 {
    font-size: 18px;
    color: #c31317;
    line-height: 24px;
    padding-top: 25px;
}

.product_info_floor3_news .p3 {
    line-height: 24px;
    padding-top: 5px;
}

.product_info_floor3_news .product_info_floor3_lr .ul li:nth-child(2n) {
    background: none;
}

.xjdiv {
    text-align: right;
    padding-right: 2.4%;
}

.xjdiv input {
    background: #c9000b;
    color: #fff;
    width: 105px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

@media (max-width:1000px) {
    .pro_target1 .close {
        width: 40px;
        height: 40px;
    }
}

.product_info_floor2_list dl.DLProduct1 .div4 {
    display: none;
}

.product_info_floor2_list dl.DLProduct1 .div5 {
    display: none;
}

.product_info_floor2_list dl.DLProduct2 .div3 {
    display: none;
}

.product_info_floor2_list dl.DLProduct2 .div4 {
    display: none;
}

@media (min-width:480px) {
    .product_info_floor6_top .ul li {
        width: 30%;
    }
    .Product_xj_top dl .dd1 {
        width: 30%;
    }
    .Product_xj_top dl .dd2 {
        width: 30%;
        display: block;
    }
    .Product_xj_top dl .dd3 {
        width: 20%;
    }
    .Product_xj_top dl .dd4 {
        width: 20%
    }
    .Product_xj_bottom .submit_box input {
        width: 150px;
        margin: 0 19px;
    }
    .Product_xj_bottom .submit_box a {
        width: 150px;
        margin: 0 19px;
    }
    .Product_xj_bottom .ul li {
        padding-left: 140px;
        position: relative;
    }
    .Product_xj_bottom .ul .span {
        position: absolute;
        top: 0;
        left: 0;
        width: 135px;
        text-align: right;
    }
}

@media (min-width:640px) {
    .product_info_floor2_list dl .div5 {
        display: block;
        width: 10%;
    }
    .product_info_floor2_list dl .div1 {
        width: 20%;
    }
    .product_info_floor6_list li {
        padding: 20px;
    }
    .pro_target1 .Box {
        width: 70%;
        left: 15%;
    }
    .pro_target2 .Box {
        width: 70%;
        left: 15%;
    }
}

@media (min-width:768px) {
    .product_info_floor1 .Box {
        padding: 30px 45px;
    }
    .product_info_floor3_lr .ul li .left {
        float: left;
        width: 52%;
    }
    .product_info_floor3_lr .ul li .right {
        float: right;
        width: 40%;
        margin-top: 0;
    }
    .product_info_floor3_lr .ul li:nth-child(2n) .left {
        float: right;
        width: 52%;
    }
    .product_info_floor3_lr .ul li:nth-child(2n) .right {
        float: left;
        width: 40%;
    }
    /* .product_info_floor3_lr .ul li .left .h4{padding-top: 40px;} */
    .product_info_floor6_top .ul li {
        width: 18%;
    }
    .product_info_floor6_list li .h3 .time {
        float: right;
    }
    .product_info_floor6_list li .left {
        float: left;
        width: 70%;
        font-size: 18px;
    }
    .product_info_floor6_list li .right {
        float: right;
        width: 87px;
    }
    .product_info_floor7 .left {
        float: left;
        width: 47%;
    }
    .product_info_floor7 .right {
        float: right;
        width: 47%;
    }
    .Product_xj_bottom .ul .li8 .input_box {
        width: 100%;
        float: left;
    }
    .Product_xj_bottom .ul .li8 .input_box1 {
        width: 48%;
        float: right;
    }
    .pro_target1 .Box {
        width: 60%;
        left: 20%;
    }
    .pro_target2 .Box {
        width: 60%;
        left: 20%;
    }
    .product_info_floor3_news .product_info_floor3_lr .ul li .left {
        width: 57%;
    }
    .product_info_floor3_news .product_info_floor3_lr .ul li .rigt {
        width: 41%;
    }
    .Product_xj_bottom .ul .li8 .input_box {
        margin-bottom: 0;
    }
}

@media (min-width:800px) {
    .product_info_floor1 .left {
        float: left;
        width: 57%;
    }
    .product_info_floor1 .right {
        float: right;
        width: 38%;
    }
    .product_info_floor2_list dl .div6 {
        display: block;
        width: 25%;
    }
    .product_info_floor2_list dl .div2 {
        width: 10%;
    }
    .product_info_floor2_list dl .div1 {
        width: 15%;
    }
    .product_info_floor2_list dl .div5 {
        display: block;
        width: 10%;
    }
    .product_info_floor2_list dl .div3 {
        width: 10%;
    }
    .product_info_floor2_list dl .div4 {
        width: 15%;
    }
    .product_info_floor2_list dl .div10 {
        width: 15%;
    }
}

@media (min-width:1024px) {
    .product_info_floor2_list dl .div1 {
        display: block;
        width: 9%;
    }
    .product_info_floor2_list dl .div2 {
        display: block;
        width: 9%;
    }
    .product_info_floor2_list dl .div3 {
        display: block;
        width: 9%;
    }
    .product_info_floor2_list dl .div4 {
        display: block;
        width: 7%;
    }
    .product_info_floor2_list dl .div5 {
        display: block;
        width: 10%;
    }
    .product_info_floor2_list dl .div6 {
        display: block;
        width: 18%;
    }
    .product_info_floor2_list dl .div7 {
        display: block;
        width: 23%;
    }
    .product_info_floor2_list dl .div8 {
        display: block;
        width: 8%;
    }
    .product_info_floor2_list dl .div9 {
        display: block;
        width: 8%;
    }
    .product_info_floor2_list dl .div10 {
        display: block;
        width: 6%;
    }
    .product_info_floor2_list dl.DLProduct1 .div1 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div2 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div3 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div4 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div5 {
        width: 16%;
    }
    .product_info_floor2_list dl.DLProduct1 .div6 {
        width: 20%;
    }
    .product_info_floor2_list dl.DLProduct1 .div7 {
        width: 22%;
    }
    .product_info_floor2_list dl.DLProduct1 .div8 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div9 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct1 .div10 {
        width: 10%;
    }
    .product_info_floor2_list dl.DLProduct2 .div1 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div2 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div3 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div4 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div5 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div6 {
        width: 20%;
    }
    .product_info_floor2_list dl.DLProduct2 .div7 {
        width: 22%;
    }
    .product_info_floor2_list dl.DLProduct2 .div8 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div9 {
        width: 12%;
    }
    .product_info_floor2_list dl.DLProduct2 .div10 {
        width: 10%;
    }
    .product_info_floor6_top .ul li {
        width: 15%;
    }
    .product_info_floor6_list li {
        padding: 25px 40px;
    }
    .Product_xj_bottom .ul li {
        float: left;
        width: 47.5%;
    }
    .Product_xj_bottom .ul li.li {
        float: right;
    }
    .pro_target1 .Box {
        width: 840px;
        left: 50%;
        margin-left: -420px;
    }
    .pro_target1 .h3 {
        padding: 40px 15px 59px;
    }
    .pro_target2 .Box {
        width: 840px;
        left: 50%;
        margin-left: -420px;
    }
    .pro_target2 .Box .ul {
        height: 400px;
    }
    .Product_xj_bottom .ul .span {
        line-height: 40px;
    }
}

@media (min-width:1260px) {
    .product_info_floor1 {
        position: relative;
    }
    .product_info_floor1 .right .ul {
        /*position: absolute;bottom:20px;right: 0;width: 38%;*/
        padding-top: 40px;;
    }
    .product_info_floor3_news .ul li .left {
        padding-top: 78px;
    }
    .product_info_floor3_news .ul li:first-child .left {
        padding-top: 0;
    }
}

.Px_content .ul .li9 .input_box {
    background: url(../images/ic1.png) no-repeat 12px center;
}

.Px_content .ul .li10 .ZJselectTxt {
    background: url(../images/xial.png) no-repeat right center;
    margin-right: 15px;
}

.Px_content .ul .li10 .input_box {
    background: url(../images/ic2.png) no-repeat 12px center;
}

.Px_content .ul .li12 .input_box {
    background: url(../images/ic3.png) no-repeat 12px center;
}

.Px_content .ul .li14 .input_box {
    background: url(../images/ic4.png) no-repeat 12px center;
}

.Px_content .ul li.li13 {
    padding: 0;
}

.Px_content .ul li.li13 .input_box {
    position: static;
    display: inline-block;
    border: 0;
    padding-left: 10px;
}

.Px_content .ul li.li13 .span {
    position: static;
    width: auto;
    display: inline-block;
}

.Px_content .ul li.li13 .input_box input {
    border: 0;
}

.Px_content .ul li.li13 input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
}

.Px_content .ul li.li13 label {
    padding-right: 15px;
}

.Px_content .ul .li14 .click_more {
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #b4b4b4;
}

.Px_content .ul .li14 .click_more img {
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.pro_target2_submitModel {}

.pro_target2_submitModel .box1 {
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.pro_target2_submitModel .box1 .pro_target2_logo {
    padding-left: 3%;
    overflow: hidden;
}

.pro_target2_submitModel .box1 .pro_target2_logo img {
    float: left;
}

.pro_target2_submitModel .box1 .pro_target2_con {
    padding: 3%;
    text-align: center;
}

.pro_target2_submitModel .box1 .pro_target2_con .pro_target2_tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pro_target2_submitModel .box1 .pro_target2_con .pro_target2_num {
    font-size: 40px;
    font-weight: bold;
    margin: 2%;
    color: #c9000b;
}

.pro_target2_submitModel .box1 .pro_target2_con .pro_target2_txt {
    font-size: 22px;
}

@media (max-width:640px) {
    .pro_target2_submitModel .box1 {
        width: 80%;
        left: 10%;
        margin-left: 0;
    }
    .pro_target2_submitModel .box1 .pro_target2_con .pro_target2_tit {
        font-size: 18px;
    }
    .pro_target2_submitModel .box1 .pro_target2_con .pro_target2_num {
        font-size: 34px;
    }
    .pro_target2_submitModel .box1 .pro_target2_con .pro_target2_txt {
        font-size: 20px;
    }
}


/*解决方案*/

.Solution_list_top .ul {
    font-size: 0;
}

.Solution_list_top .ul li {
    display: inline-block;
    width: 7.35%;
    font-size: 14px;
    text-align: center;
    text-align: center;
}

.Solution_list_top .ul li a {
    display: block;
    padding: 6% 0;
    position: relative;
	border-bottom:1px solid #fff;
}

.Solution_list_top .ul li img {
    margin: 0 auto;
}

.Solution_list_top .ul li .i1 {
    display: block;
}

.Solution_list_top .ul li .i2 {
    display: none;
}

.Solution_list_top .ul li a:hover .i2,
.Solution_list_top .ul li a.red_li .i2 {
    display: block;
}

.Solution_list_top .ul li a:hover .i1,
.Solution_list_top .ul li a.red_li .i1 {
    display: none;
}

.Solution_list_top .ul li .h4 {
    padding-top: 10px;
    font-size: 18px;
}

.Solution_list_top .ul li a:hover,
.Solution_list_top .ul li a.red_li {
	border-bottom:1px solid #ce2133;
	color: #ce2133;
}

.Solution_list_top .ul li a:hover .h4,
.Solution_list_top .ul li a.red_li .h4 {
    color: #ce2133;
}

/*.Solution_list_top .ul li a:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 16px;
    background: url(../images/arr.png) center no-repeat;
    display: none;
}

.Solution_list_top .ul li a.red_li:before,
.Solution_list_top .ul li a:hover:before {
    display: block;
}*/

.Solution_list_top {
    padding: 2% 0;
    /* position: absolute; */
    width: 100%;
    max-width: 1260px;
    z-index: 9;
}

.Solution_list_middle {
    padding: 50px 0;
}

.Solution_list_middle .h3 {
    color: #333333;
    font-size: 20px;
    padding-bottom: 20px;
}

.Solution_list_middle .p {
    line-height: 28px;
    font-size: 16px !important;
}

.Solution_list_middle .p span {
    font-size: 16px !important;
}

.Solution_list_middle_xg {
    padding: 0 0;
    margin-bottom: 40px;
}

.Solution_list_middle_xg .h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 13px;
}

.Solution_list_middle_xg .left a {
    display: block;
}

.Solution_list_middle_xg .left a {
    line-height: 36px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
}

.Solution_list_middle_xg .left a::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #95959b;
    margin-top: -2.5px;
}

.Solution_list_middle_xg .left .time {
    display: none;
}

.Solution_list_middle_xg .left {
    margin-bottom: 40px;
}

.Solution_list_middle_xg .right {}

.Solution_list_middle_xg .right .ul li {
    display: inline-block;
    text-align: center;
    padding: 0 2%;
    margin-bottom: 20px;
}

.Solution_list_middle_xg .right .ul li {
    cursor: pointer;
    padding: 0 0;
    padding-right: 3%;
}

.Solution_list_middle_xg .right .ul li .htitle {
    padding-top: 8px;
    font-size: 15px;
}

.Solution_list_middle_xg .right .ul {
    padding-top: 20px;
}

.Solution_Sj_content {
    padding-bottom: 40px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.Solution_Sj_content {
    background: #f9f9f9;
    padding: 30px 0 44px 0;
}

.Solution_Sj_content .pro_info_link {
    position: relative;
}

.Solution_Sj_content .pro_info_link .li_box {
    position: absolute;
    top: 59px;
    right: 0;
    display: none;
}

.Solution_Sj_content .pro_info_link .bdshare-button-style0-32 {
    background: #fff;
}

.Solution_Sj_content .pro_info_link .bdshare-button-style0-32 a {
    margin: 6px 6px 6px 6px;
}

@media (min-width:480px) {
    .Solution_list_top .ul li {
        width: 25%;
    }
    .Solution_list_middle_xg .left a {
        padding-right: 50px;
        position: relative;
    }
    .Solution_list_middle_xg .left a .time {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    .Solution_list_middle_xg .right .ul {
        font-size: 0;
    }
    .Solution_list_middle_xg .right .ul li {
        padding: 0 4%;
    }
    .Solution_list_middle_xg .right .ul li:last-child {
        padding-right: 0;
    }
}

@media (min-width:768px) {
    .Solution_list_top .ul li {
        width: 9.09%;
    }
    /*.Solution_list_middle_xg .left{float: left;width: 47%;}
    .Solution_list_middle_xg .right{float: right;width: 47%;}*/
    .Solution_list_middle_xg .right .ul li {
        cursor: pointer;
    }
}

@media (min-width:1024px) {
    .Solution_Sj_content .container>.left {
        float: left;
        width: 50%;
    }
    .Solution_Sj_content .container>.right {
        float: right;
        width: 42%;
        padding-top: 35px;
    }
    .Solution_list_middle_xg .right .ul li {
        padding: 0 2%;
    }
    .Solution_list_middle_xg .right .ul li:last-child {
        padding-right: 0;
    }
}

@media (min-width:1200px) {
    .Solution_list_middle_xg .right .ul li {
        padding: 0 3.5%;
    }
    .Solution_list_middle_xg .right .ul li:last-child {
        padding-right: 0;
    }
}

@media (min-width:1400px) {
    .mainnav ul li a {
        padding: 0 15px;
    }
}

.SolBox {
    position: relative;
    /* margin-top: 144px; */
}

.SolBox .SolTop {}

.SolBox .SolTop .container {}

.SolBox .SolTop .textBox {
    background: #ffffff;
    width: 40%;
    position: absolute;
    top: 16%;
    padding: 2.6%;box-sizing:border-box;overflow:auto;max-height:480px;
}

.SolBox .SolTop .textBox .h3 {
    font-size: 2.46vw;
    font-weight: normal;
    padding-bottom: 4%;
    font-stretch: normal;
    color: #3e3a39;
}

.SolBox .SolTop .textBox .p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    color: #3e3a39;
}

.SolBox .SolIcons {
    padding: 8% 0 1%;
}

.SolBox .SolIcons .ul {
    overflow: hidden;
    margin-left: -3.33%;
}

.SolBox .SolIcons .ul li {
    width: 30%;
    margin-left: 3.33%;
    float: left;
}

.SolBox .SolIcons .ul li:nth-child(2) {
    border-left: 1px #dadada solid;
    border-right: 1px #dadada solid;
}

.SolBox .SolIcons .ul li a {
    text-align: center;
    display: block;
    cursor: pointer;
}

.SolBox .SolIcons .ul li img {
    width: 3vw;
    height: 3vw;
}

.SolBox .SolIcons .ul li .htitle {
    font-size: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    padding-top: 7%;
    color: #000000;
}
.SolBox .SolIcons .ul li img.img2{display:none;}
.SolBox .SolIcons .ul li:hover img.img1{display:none;}
.SolBox .SolIcons .ul li:hover img.img2{display:inline-block;}
.SolBox .SolIcons .ul li:hover .htitle{color:#c9000b;}

.SolBox .bgImg {
    height: auto;
    min-height: 500px;
}

@media(max-width:1440px) {
    .SolBox .SolTop .textBox {
        width: 52%;
        padding: 3%;
    }
    .Solution_list_top .ul li {
        width: 11.111%;
    }
    /* .SolBox{ margin-top: 150px;} */
    /*.SolBox .SolTop .textBox .h3 {
  font-size: 36px;
  }

  .SolBox .SolTop .textBox .p {
    font-size: 18px;
  }*/
    .SolBox .SolIcons {
        padding: 8% 0 1%;
    }
}

@media(max-width:1360px) {
    /* .SolBox{ margin-top: 200px;} */
    .Solution_list_top .ul li {
        width: 16.666%;
    }
    .Solution_list_top .ul li .h4 {
        font-size: 12px;
    }
}

@media(max-width:1200px) {
    .SolBox .SolTop .textBox {
        width: 80%;
        padding: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .SolBox .SolTop .textBox .h3 {
        padding-bottom: 2%;
        font-size: 30px;
    }
    .SolBox .SolIcons {
        padding: 8% 0 1%;
    }
    /*.SolBox .SolIcons .ul li .htitle {
    font-size: 32px;
  }*/
}

@media(max-width:1024px) {
    .SolBox .SolTop .textBox {
        width: 80%;
        padding: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    /*.SolBox .SolTop .textBox .h3 {
  font-size: 32px;
  }
  .SolBox .SolTop .textBox .p {
    font-size: 16px;
    line-height:36px;
  }

  .SolBox .SolIcons .ul li .htitle {
    font-size:28px;
  }*/
    .SolBox .SolIcons .ul li .htitle {
        padding-top: 0%;
    }
}

@media(max-width:768px) {
    .SolBox .SolTop .textBox {
        position: static;
        transform: translateX(0);
        width: 100%;
    }
    .SolBox .SolIcons {
        padding: 5% 0;
    }
    .SolBox .SolIcons .ul li img {
        width: 40px;
        height: 40px;
    }
    .SolBox .SolIcons .ul li .htitle {
        font-size: 16px;
    }
}

@media(max-width:414px) {
    /*.SolBox .SolTop .textBox .h3 {
  font-size: 26px;
  }
  .SolBox .SolTop .textBox .p {
    font-size: 14px;
    line-height:30px;
  }

  .SolBox .SolIcons .ul li img {
    width: 50px;
  }
  .SolBox .SolIcons .ul li .htitle {
    font-size: 16px;
  }*/
}


/*解决方案*/


/*技术支持与服务*/

.Technology_floor1 {
    padding: 35px 0;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.Technology_floor2 .ul li {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.Technology_floor2 .ul li .h3 {
    color: #c9000b;
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 30px;
}

.Technology_floor2 .ul li .p {
    margin-bottom: 20px;
    line-height: 28px;
}

.Technology_floor2 .ul li .p:last-child {
    margin-bottom: 0;
}

.Technology_floor2 .ul li .left {
    margin-bottom: 30px;
}

.Technology_floor2 .more a {
    display: inline-block;
    width: 255px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    background: #c9000b;
    text-align: center;
    margin-right: 10px;
}

.Technology_floor2 .more {
    margin-bottom: 25px;
	display:none
}

.Technology1_floor2 {
    padding: 50px 0;
}

.Technology1_floor2 .h4 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.Technology1_floor2 .img_box {
    text-align: center;
    margin-bottom: 80px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.Technology1_floor2 .img_box .map {
    width: 80px;
    height: 80px;
    z-index: 10;
    display: block;
    position: absolute;
}


/*.Technology1_floor2 .img_box .map:after{position: absolute;display: block;content: '';left: 0;right: 0;bottom: -10px;margin: 0 auto;width: 29px;height: 29px;border: 2px solid rgba(255,255,255,0.6);border-radius: 50%;
-webkit-animation: sonarEffect 1.5s ease-out 75ms infinite;
     -moz-animation: sonarEffect 1.5s ease-out 75ms infinite;
          animation: sonarEffect 1.5s ease-out 75ms infinite;}*/

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
        transform: scale(0.1) rotatex(40deg);
        ;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5) rotatex(40deg);
        ;
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
        transform: scale(0.1) rotatex(40deg);
        ;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5) rotatex(40deg);
        ;
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
        transform: scale(0.1) rotatex(40deg);
        ;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5) rotatex(40deg);
        ;
        opacity: 0;
    }
}


/*.Technology1_floor2 .img_box .map1{top: 44%;left: 13%;}
.Technology1_floor2 .img_box .map2{top: 5%;left: 43.9%;}
.Technology1_floor2 .img_box .map3{top: 39%;left: 68%;}
.Technology1_floor2 .img_box .map4{top: 44.3%;left: 73.4%;}
.Technology1_floor2 .img_box .map5{top: 24%;left: 72.5%;}
.Technology1_floor2 .img_box .map6{top: 24%;left: 12%;}
.Technology1_floor2 .img_box .map7{top: 64%;left: 28%;}
.Technology1_floor2 .img_box .map8{top: 50%;left: 72.5%;}
.Technology1_floor2 .img_box .map9{top: 58%;left: 48.5%;}
.Technology1_floor2 .img_box .map10{top: 30%;left: 67.5%;}
.Technology1_floor2 .img_box .map11{top: 70%;left: 75.5%;}*/

.Technology1_floor2 .map .content {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: none;
    z-index: 9;
    max-width: 600px;
    padding: 40px 20px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ECECEC;
}

.Technology1_floor2 .map .content .span {
    font-size: 16px;
    font-style: normal;
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
    color: #000;
}

.Technology1_floor2 .map .content .div {
    max-height: 450px;
    overflow-y: auto;
}

.Technology1_floor2 .img_box .a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
    z-index: 1;
    background-color: #c9000b;
}

.Technology1_floor2 .img_box .quan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}

.Technology1_floor2 .img_box .quan1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #c9000b;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}

.Technology1_floor2 .img_box .quan2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #c9000b;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}

.Technology1_floor2 .img_box .quan3:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #c9000b;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.Technology1_floor2 .ul li {
    border: 1px solid #e7e2e2;
    margin-bottom: 35px;
    display: block;
    width: 100%;
}

.Technology1_floor2 .ul .Box {
    padding: 15px;
}

.Technology1_floor2_list .h3 {
    color: #333333;
    font-size: 18px;
}

.Technology1_floor2_list .h3 .i {
    display: block;
    width: 27px;
    height: 2px;
    background: #c9000b;
    margin: 13px 0 10px;
}

.Technology1_floor2_list .p {
    line-height: 24px;
    padding: 5px 0;
    color: #666666;
}

.Technology1_floor2_list .ul {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    max-width: 990px;
    margin: 0 auto;
}

.Technology2_floor1 {
    padding: 45px 0;
    position: relative;
}

.Technology2_floor1 .h4 {
    color: #333;
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
}

.Technology2_floor1 .p {
    color: #666;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}

.Technology2_floor1 .ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.Technology2_floor1 .ul li:nth-child(2n) {
    margin-right: 0;
}

.Technology2_floor1 .ul li img {
    width: 100%;
    padding-bottom: 15px;
}

.Technology2_floor1 .ul li .h3 {
    text-align: center;
}

.Technology2_floor1 .right {
    margin-top: 30px;
}

.Technology2_floor2 {
    padding: 45px 0;
}

.Technology2_floor2 .h3 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 24px;
}

.Technology2_floor2 .p {
    text-align: center;
    padding-bottom: 20px;
    line-height: 30px;
}

.Technology2_floor2 .ul {
    font-size: 0;
    text-align: center;
    padding: 40px 0 30px;
}

.Technology2_floor2 .ul li {
    width: 155px;
    height: 178px;
    text-align: center;
    background: url(../images/bg1.png);
    position: relative;
    display: inline-block;
    margin: 0 5%;
    margin-bottom: 30px;
}

.Technology2_floor2 .ul img {
    padding-top: 41px;
}

.Technology2_floor2 .ul li .h4 {
    color: #666666;
    text-align: center;
    font-size: 14px;
    padding-top: 18px;
}

.Technology2_floor2 .ul li .i {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #c9000b;
    border-radius: 50%;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    font-size: 14px;
}

.Technology2_floor3 {
    padding: 60px 0 40px;
    border-top: 1px solid #eeeeee;
}

.Technology2_floor3 .h3 {
    color: #c9000b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.Technology2_floor3 .ul {
    font-size: 0;
}

.Technology2_floor3 .ul li {
    text-align: center;
    margin-bottom: 30px;
}

.Technology2_floor3 .ul li .span {
    padding-top: 15px;
    font-size: 14px;
}

.Technology3_floor1_top {
    padding: 40px 0;
}

.Technology3_floor1_top a {
    float: left;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
}

.Technology3_floor1_top a .span {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
}

.Technology3_floor1_top a.a {
    float: right;
}

.Technology3_floor1_top a.on {
    color: #fff;
    background: #c9000b;
}

.Technology3_floor1_top a.on .span {
    border-color: #c9000b;
}

.Technology3_floor1_top a:hover {
    color: #fff;
    background: #c9000b;
}

.Technology3_floor1_top a:hover .span {
    border-color: #c9000b;
}

.Technology3_floor1_bottom .left {
    display: block;
    position: relative;
    width: 100%;
}

.Technology3_floor1_bottom .left video {
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Technology3_floor1_bottom .left .img {
    width: 100%;
}

.Technology3_floor1_bottom .left .img_box {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 8;
}

.Technology3_floor1_bottom .left .img_box img {
    width: 100%;
    height: 100%;
}

.Technology3_floor1_bottom .left .img_box .i {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/boicon.png);
    margin-top: -28px;
    margin-left: -28px;
}

.Technology3_floor1_bottom .right {
    padding-top: 25px;
}

.Technology3_floor1_bottom .h3 a {
    color: #c9000b;
    font-weight: bold;
    line-height: 24px;
}

.Technology3_floor1_bottom .h3 {
    padding-bottom: 15px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

.Technology3_floor1_bottom .h4 {
    padding-bottom: 15px;
    font-size: 16px;
}

.Technology3_floor1_bottom .right .span {
    color: #000;
    font-weight: bold;
}

.Technology3_floor1_bottom .bo {
    width: 144px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #c9000b;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.Technology3_floor1_bottom .ul li {
    margin-bottom: 50px;
}

@media (min-width:480px) {
    .Technology2_floor3 .ul li {
        width: 33.33%;
        display: inline-block;
    }
}

@media (min-width:640px) {
    .Technology1_floor2 .ul li {
        width: 48.5%;
        margin-right: 3%;
    }
    .Technology1_floor2 .ul li:nth-child(2n) {
        margin-right: 0;
    }
    .Technology1_floor2 .ul li .Box {
        padding: 20px 30px;
    }
    .Technology3_floor1_bottom .left {
        width: 100%;
    }
}

@media (min-width:768px) {
    .Technology3_floor1_bottom ul {
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .Technology3_floor1_bottom li {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
    }
    .Technology3_floor1_bottom li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width:900px) {
    .Technology_floor2 .ul li .left {
        float: left;
        width: 55%;
    }
    .Technology_floor2 .ul li .right {
        float: right;
        width: 36%;
    }
    .Technology_floor2 .ul li:nth-child(2n) .left {
        float: right;
    }
    .Technology_floor2 .ul li:nth-child(2n) .right {
        float: left;
    }
}

@media (min-width:1024px) {
    .Technology2_floor1 .left {
        float: left;
        width: 43%;
    }
    .Technology2_floor1 .right {
        float: right;
        width: 43%;
        margin-top: 0;
    }
    .Technology2_floor1 .rightlleft {
        position: absolute;
        bottom: 60px;
        left: 50%;
        width: 1px;
        height: 155px;
        background: #cccccc;
    }
    .Technology3_floor1_bottom li {
        display: inline-block;
        width: 32%;
        margin-right: 2%;
    }
    .Technology3_floor1_bottom li:nth-child(2n) {
        margin-right: 2%;
    }
    .Technology3_floor1_bottom li:nth-child(3n) {
        margin-right: 0%;
    }
}

@media (min-width:1260px) {}


/*技术支持与服务*/


/* 产品注册 */

.pro_zc_content .h6 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding: 15px 0 15px;
}

.pro_zc_content .h8 {
    text-align: center;
    padding-bottom: 20px;
}

.pro_zc_content .ul1 .click_more {
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #b4b4b4;
    max-width: 300px;
    margin: 0 auto 30px;
}

.pro_zc_content .ul1 .click_more img {
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.pro_zc_content .ul1 li {
    margin-bottom: 10px;
}

.pro_zc_content .ul1 li.li1 .input_box {
    background: url(../images/ic6.png) no-repeat 15px center;
}

.pro_zc_content .ul1 li.li2 .input_box {
    background: url(../images/ic7.png) no-repeat 15px center;
}

.pro_zc_content .ul3 li.li1 .input_box {
    background: url(../images/ic8.png) no-repeat 15px center;
}

.pro_zc_content .ul3 li.li2 .input_box {
    background: url(../images/icon9.png) no-repeat 14px -285px;
}

.PZx_targrt1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.PZx_targrt1 {
    color: #666666;
    font-size: 15px;
    text-align: center;
    display: none;
}

.PZx_targrt1 .PZx_targrt_box {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PZx_targrt1 .PZx_targrt_box .h3 {
    line-height: 28px;
    padding-top: 15px;
}

.PZx_targrt1 .PZx_targrt_box .Box {
    padding: 45px 15px;
}

.PZx_targrt1 .PZx_targrt_box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close2.png);
    width: 18px;
    height: 18px;
}

.PZx_targrt4 a {
    color: #c9000b;
}

@media(min-width: 490px) {
    .PZx_targrt1 .PZx_targrt_box {
        width: 480px;
        left: 50%;
        margin-left: -240px;
    }
    .PZx_targrt1 {
        font-size: 20px;
    }
}


/* 产品注册 */


/*仪器维修与校准*/

.Technology4_content .Technology4_title1 {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
}

.Technology4_content .Technology4_title2 {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 0px 0;
    line-height: 24px;
    padding-bottom: 30px;
}

.Technology4_content {
    padding-top: 60px;
}

.Technology4_content_floor1 .Technology4_content_floor1_box {
    position: relative;
}

.Technology4_content_floor1 .Box {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

.Technology4_content_floor1 .Box .h3 {
    padding: 2px 20px;
    font-size: 18px;
    line-height: 28px;
}

.Technology4_content_floor1 .Box .h3 .i {
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}

.Technology4_content_floor1 .Box .h4 {
    padding: 2px 20px;
    font-size: 14px;
    line-height: 24px;
}

.Technology4_content_floor1 .ul li {
    width: 100%;
    margin-bottom: 30px;
}

.Technology4_content_floor1 .ul img {
    width: 100%;
}

.Technology4_content_floor1 .More_box {
    border: 1px solid #cccccc;
    border-top: 0;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 18px;
}

.Technology4_content_floor1 .More_box .i {
    float: right;
    width: 25px;
    height: 53px;
    background: url(../images/icon10.png) no-repeat left center;
}

.Technology4_content_floor1 .More_box1 {
    text-align: center;
    line-height: 53px;
    border: 1px solid #cccccc;
    border-top: 0;
    height: 54px;
    line-height: 54px;
    padding: 0;
    font-size: 18px;
    position: relative;
}

.Technology4_content_floor1 .More_box1 a {
    width: 33.33%;
    float: left;
    text-align: center;
}


/*.Technology4_content_floor1 .More_box1 .a1{position: absolute;top:0px;left:15px;}
.Technology4_content_floor1 .More_box1 .a3{position: absolute;top:0px;right:15px;}*/

.Technology4_content_floor1 .More_box1 .a1 .i {
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url(../images/icon10.png) no-repeat -104px center;
    vertical-align: middle;
    /*margin-right: 5px;*/
}

.Technology4_content_floor1 .More_box1 .a2 .i {
    display: inline-block;
    width: 23px;
    height: 28px;
    background: url(../images/icon10.png) no-repeat -237px center;
    vertical-align: middle;
    /*margin-right: 5px;*/
}

.Technology4_content_floor1 .More_box1 .a3 .i {
    display: inline-block;
    width: 25px;
    height: 28px;
    background: url(../images/icon10.png) no-repeat -390px center;
    vertical-align: middle;
}

.Technology4_content_floor2 .Technology4_cfloor2_title1 {
    color: #000;
    font-size: 19px;
    line-height: 24px;
}

.Technology4_content_floor2 {
    padding: 30px 0;
}

.Technology4_content_floor2 .Technology4_cfloor2_title2 {
    padding: 20px 0;
    line-height: 26px;
}

.Technology4_content_floor2_list .img_box {
    display: none;
}

.Technology4_content_floor2_list .span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.Technology4_content_floor2_list .Box .p {
    line-height: 26px;
}

.Technology4_content_floor2_list .Box .p1 {
    line-height: 26px;
    font-weight: bold;
    padding-top: 15px;
}

.Technology4_content_floor2_list {
    margin-top: 80px;
    margin-bottom: 100px;
}

.Technology4_content_floor2_list li {
    margin-bottom: 30px;
}

.Technology4_content_floor1 a {
    display: block;
}


/*共享中心*/

.Share_list .ul {
    font-size: 0;
    padding: 45px 0 15px;
    text-align: center;
}

.Share_list li {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    height: 96px;
    margin-bottom: 30px;
    vertical-align: top;
    background-color: #e5e5e5;
}

.Share_list li a {
    display: block;
    height: 96px;
   /*  line-height: 96px; */
    border: 1px solid #dadada;
    padding: 0 16px;
    background: #e5e5e5;
}

.Share_list li img {
    vertical-align: middle;
    padding-right: 5px;
    width: 43px;
    height: 54px;
}

.Share_list {
    border-bottom: 1px solid #dadada;
}

.Share_search {
    margin: 30px 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e2e2e2;
    border-radius: 19px;
    padding: 0 60px 0 14px;
    position: relative;
    max-width: 420px;
    float: right;
    width: 100%;
}

.Share_search a {
    display: inline-block;
    width: 60px;
    height: 38px;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}

.Share_list2 li a {
    padding: 15px 15px;
    display: block;
    line-height: 20px;
    padding-left: 45px;
    padding-right: 50px;
    position: relative;
}

.Share_list2 li {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.Share_list2 li a .span {
    position: absolute;
    top: 14px;
    right: 15px;
    background: url(../images/share_07.png);
    width: 22px;
    height: 22px;
    display: inline-block;
}

.Share_list2 li a .img {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.Share_list2 li .p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 52px;
    padding: 10px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: 1px solid #eee;
    background: #fff;
}

.Share_list2 {
    margin-bottom: 30px;
}


/*共享中心*/

@media (min-width:480px) {
    .Share_list li {
        width: 48%;
        margin-right: 4%;
    }
    .Share_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:479px) {
    .Share_list li {
        font-size: 14px;
        height: 60px;
        margin-bottom: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Share_list li img {
        width: 26px;
        height: 25px;
    }
    .Share_list li a {
        height: 60px;
        line-height: 60px;
    }
    .Share_list li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width:640px) {
    .Share_list2 li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .Share_list2 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width:768px) {
    .Technology4_content_floor1 .More_box1 .a1 .i {
        margin-right: 5px;
    }
    .Technology4_content_floor1 .More_box1 .a2 .i {
        margin-right: 5px;
    }
    .Technology4_content_floor1 .More_box1 .a3 .i {
        margin-right: 5px;
    }
    .Technology4_content_floor1 .ul li {
        width: 48%;
        margin-right: 4%;
        float: left;
    }
    .Technology4_content_floor1 .ul li:nth-child(2n) {
        margin-right: 0;
    }
    .Share_list li {
        width: 32%;
        margin-right: 2%;
    }
    .Share_list li:nth-child(2n) {
        margin-right: 2%;
    }
    .Share_list li:nth-child(3n) {
        margin-right: 0%;
    }
}

@media (min-width:1024px) {
    .Technology4_content_floor1 .ul li {
        width: 32%;
        margin-right: 2%;
        float: left;
    }
    .Technology4_content_floor1 .ul li:nth-child(2n) {
        margin-right: 2%;
    }
    .Technology4_content_floor1 .ul li:nth-child(3n) {
        margin-right: 0;
    }
    .Technology4_content_floor2_list {
        position: relative;
        background: url(../images/titlebg.png) no-repeat top center;
        height: 490px;
    }
    .Technology4_content_floor2_list .ul .li1 {
        position: absolute;
        top: 0;
        left: 9.17%;
        width: 28%;
    }
    .Technology4_content_floor2_list .ul .li2 {
        position: absolute;
        top: 15.4%;
        left: 46.66%;
        width: 40.8%;
    }
    .Technology4_content_floor2_list .ul .li3 {
        position: absolute;
        top: 77%;
        right: 18.7%;
        width: 33.33%;
    }
    .Technology4_content_floor2_list .ul li .span {
        display: none;
    }
    .Technology4_content_floor2_list .ul li.li1 {
        padding-top: 180px;
    }
    .Technology4_content_floor2_list .ul li.li1 .img_box {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 80px;
        margin-left: -40px;
    }
    .Technology4_content_floor2_list .ul li.li2 {
        padding-left: 160px;
    }
    .Technology4_content_floor2_list .ul li.li2 .img_box {
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
    }
    .Technology4_content_floor2_list li {
        margin-bottom: 0;
    }
    .Technology4_content_floor2_list .ul li.li3 {
        padding-right: 124px;
    }
    .Technology4_content_floor2_list .ul li.li3 .img_box {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .Share_list2 li {
        float: left;
        width: 49%;
		 margin-right: 0;
       
    }
    .Share_list2 li:nth-child(2n) {
       float:right
    }

}

@media (min-width:1200px) {
    .Share_list li {
        width: 18%;
        margin-right: 2.5%;
        background: #e5e5e5;
    }
    .Share_list li:nth-child(2n) {
        margin-right: 2.5%;
    }
    .Share_list li:nth-child(3n) {
        margin-right: 2.5%;
    }
    .Share_list li:nth-child(5n) {
        margin-right: 0%;
    }
}

@media only screen and (max-width:768px) {
    .Share_list li {
        min-width: 33.33%;
    }
}


/*仪器维修与校准*/

.Technology2_info {
    padding: 10px 0 50px;
}


/*最新资讯*/

.news_list {
    padding: 40px 0 0;
}

.news_list li {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.news_list li .right {
    margin-top: 15px;
    padding-bottom: 15px;
}
.news_list.news_list2 li  .h3{padding:0}
.news_list.news_list2 li .p{padding-bottom:0}
.news_list.news_list2 li{margin-bottom: 15px;}
.news_list li .time {
    width: 128px;
    padding-left: 30px;
    background: url(../images/news_06.png) #c2c2c2 no-repeat 12px center;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.news_list li .h3 {
    padding: 5px 0 8px;
}

.news_list li .h3 a,.news_list.news_list2 li .h3{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.news_list li .p {
    line-height: 24px;
    padding-bottom: 10px;
}

.news_list li .more {
    display: block;margin-bottom:20px;
  
}

.news_list li .date{color:#999;}

@media(max-width:640px){
	.news_list li .h3 a{font-size:16px;}
}

.news_list li .h3 a:hover {
    color: #c9000b;
}

.news_list .columnName {
    float: right;
}

.singPage_title {
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 15px;
}

.news_Info .ly .xiao {
    color: #8f8f8f;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}

.news_Info .ly {
    padding: 0 0 15px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.news_Info .p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    padding-bottom: 15px;
}

.news_Info .xia a {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #195da2;
    border-radius: 17.5px;
    margin: 35px 0 50px;
}

.singlePage_fy a {
    display: block;
    line-height: 26px;
    color: #929292;
    /*background: url(../images/hd.jpg) no-repeat left center;*/
}

.singlePage_fy a:hover {
    color: #fc433e;
}

.singlePage_fy {
    border-top: 1px dashed #d0cfcf;
    padding-top: 20px;
    margin-top: 40px;
}

.news_info {
    padding: 50px 0;
}

.news_info .ly .xiao {
    color: #8f8f8f;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}

.news_info .ly {
    padding: 0 0 15px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.news_info .p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    padding-bottom: 15px;
}

.news_info .xia a {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #195da2;
    border-radius: 17.5px;
    margin: 35px 0 50px;
}

.news1_list_left_title {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.news1_list_left {
    padding-top: 45px;
}

.news1_list_left_p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.news1_list_left .ul dd {
    margin-left: 0;
    padding-left: 135px;
    position: relative;
    padding-bottom: 25px;
}

.news1_list_left .ul li {
    background: #f5f5f5;
}

.news1_list_left .ul li:nth-child(2n) {
    background: #fff;
}

.news1_list_left .ul .h3 {
    color: #4a4a4a;
    font-size: 24px;
    padding-bottom: 5px;
}

.news1_list_left .ul {
    padding-top: 30px;
}

.news1_list_left .ul dd .span {
    display: block;
    width: 130px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.news1_list_left .ul dd .p {
    font-size: 16px;
    line-height: 24px;
}

.news1_list_left .ul dd.time .p {
    color: #b7262b;
}

.news1_list_left .ul dd.first .p {
    color: #999999;
}

.news1_list_left .ul li {
    /*margin-bottom: 40px;*/
}

.news1_list_right_title {
    color: #000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.news1_list_right {
    padding-bottom: 100px;
}

.news1_list_right .Product_xj_bottom .ul .li18 .input_box {
    background: url(../images/ren.png) no-repeat 10px center;
}

.news1_list_right .Product_xj_bottom .ul li {
    padding-left: 0;
}

.news1_list_right .Product_xj_bottom .ul .span {
    position: static;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.news1_list_right .Product_xj_bottom .ul .li18 .ZJselectTxt {
    background: url(../images/xial.png) no-repeat right center;
    margin-right: 15px;
}

.news1_list_right .Product_xj_bottom .ul .li19 .input_box {
    padding-left: 15px;
    padding-right: 10px;
}

.news1_list_right .Product_xj_bottom .ul .li19 .input_box input {
    border: 0;
    padding: 0;
    margin-right: 5px;
    padding-right: 30px;
    background: url(../images/sj.png) no-repeat right center;
}

.news1_list_right .Product_xj_bottom .ul .li19 .span1 {
    padding: 10px 0;
    font-size: 16px;
}

.Solve .Share_search {
    margin-top: 0;
}

.Solve_list dd {
    margin-left: 0;
    color: #999;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    /*! margin:5px 0; */
    display: none;
    height: auto;
}

.Solve_list dt {
    color: #333;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    line-height: 28px;
}

.Solve_list dd .span {
    width: 20px;
    height: 20px;
    color: #c9000b;
    font: 16px;
    text-align: center;
    line-height: 20px;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
}

.Solve_list dt .span {
    width: 20px;
    height: 20px;
    color: #333;
    font: 16px;
    text-align: center;
    line-height: 20px;
    background: #e4e4e4;
    position: absolute;
    top: 4px;
    left: 0;
}

.Solve_list li {
    border-bottom: 1px dashed #cdcdcd;
    height: auto;
    display: inline-block;
    width: 100%;
}

.Solve_list {
    padding-bottom: 30px;
}

.dy_content .ul li.li15 .input_box {
    padding-left: 15px;
    max-width: 320px;
}

.dy_content .ul li.li15 .input_box input {
    padding: 0 15px 0 0;
    border: 0;
}

.news1_list .time1 {
    display: none;
}

.news1_list .ul li {
    border-bottom: 0;
    padding-top: 15px;
    padding: 15px 15px 0 15px;
}

.news1_list {
    margin: 15px 0;
}

.news1_list_right .Product_xj_bottom .ul li {
    padding-top: 0;
}

@media (min-width:768px) {
    .news_list li .left {
        width: 35%;
        float: left;
    }
    .news_list li .right {
        width: 58%;
        float: right;
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .news1_list_left {
        float: left;
        width: 50%;
    }
    .news1_list_right {
        float: right;
        width: 45%;
        padding-top: 45px;
        padding-left: 5%;
        border-left: 1px solid #ddd;
    }
}

@media (min-width:1024px) {
    .news_list li .left {
        width: 28%;
        float: left;
    }
	.news_list.news_list2 li .left{width: 3%;margin-top:20px;}
	.news_list.news_list2 li .right{ width: 95%;}
    .news_list li .right {
        width: 68%;
        float: right;
        margin-top: 0;
    }
    .news1_list_right .Product_xj_bottom .ul li {
        width: 100%;
    }
    .news1_list_left {
        float: left;
        width: 50%;
    }
    .news1_list_right {
        float: right;
        width: 44%;
        padding-right: 3%;
    }
    .news1_list_right .Product_xj_bottom .ul .li19 .input_box {
        width: 45%;
        float: left;
    }
    .news1_list_right .Product_xj_bottom .ul .li19 .input_box1 {
        width: 45%;
        float: right;
    }
    .news1_list_right .span1 {
        width: 10%;
        float: left;
        text-align: center;
    }
    .dy_content .ul li.li15 {
        padding-left: 15px;
    }
}

@media (min-width:1200px) {
    .news1_list2 .ul {
        background: url(../images/h1xian.png) repeat-y 10px center;
    }
    .news1_list2 .ul li {
        position: relative;
        padding-left: 280px;
    }
    .news1_list2 .ul li .time1 {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding-left: 110px;
        background: url(../images/hxian1.png) no-repeat 4px top;
        color: #000106;
        font-size: 20px;
        line-height: 10px;
        height: 20px;
    }
}


/*最新资讯*/


/*招贤纳士*/

.Job_list li .Box {
    position: relative;
}

.Job_list li .Box>img {
    width: 100%;
}

.Job_list li .Box .i {
    width: 104px;
    height: 104px;
    position: absolute;
    bottom: -52px;
    left: 50%;
    margin-left: -52px;
}

.Job_list li .h3 {
    color: #c9000b;
    font-size: 20px;
    text-align: center;
    padding-top: 75px;
    line-height: 30px;
}

.Job_list li .p {
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}

.Job_list li {
    margin-bottom: 30px;
}

.Job_list {
    padding-bottom: 80px;
    padding-top: 50px;
}

.Job1_top {
    padding-top: 40px;
}

.Job1_top .h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}

.Job1_top .p {
    line-height: 24px;
    padding-bottom: 50px;
}

.Job1_top .h4 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
}

.Job1_list li img {
    width: 100%;
    vertical-align: top;
}

.Job1_list li .h3 {
    color: #666666;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    border: 1px solid #e9eae9;
    margin-top: -1px;
}

.Job1_list li {
    margin-bottom: 30px;
}

.Job1_list li .span {
    float: right;
    padding-right: 35px;
    margin-right: 30px;
    background: url(../images/hright.png) no-repeat right center;
}

.Job1_list li a:hover .span {
    background: url(../images/hright1.png) no-repeat right center;
}

.Job1_list li a:hover .h3 {
    color: #c9000b;
}

.Job1_list2 .swiper-slide {
    position: relative;
}

.Job1_list2 .swiper-slide .h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
}

.Job1_list2 .swiper-container .swiper-button-prev {
    background: url(../images/leftjiant.png) no-repeat center;
    opacity: 1;
}

.Job1_list2 .swiper-container .swiper-button-next {
    background: url(../images/leftjiant1.png) no-repeat center;
    opacity: 1;
}

.Job1_list2 .swiper-container .swiper-button-prev:hover {
    background: url(../images/rightjiant1.png) no-repeat center;
    opacity: 1;
}

.Job1_list2 .swiper-container .swiper-button-next:hover {
    background: url(../images/rightjiant.png) no-repeat center;
    opacity: 1;
}

.Job1_list2 {
    padding-bottom: 50px;
}

.Job1_content_info {
    padding: 45px 0;
}

.Job1_content_info .h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}

.Job1_content_info .p {
    line-height: 24px;
    padding-bottom: 50px;
    color: #333333;
}

.Job1_content_info .p1 {
    line-height: 24px;
    padding-bottom: 50px;
    color: #333333;
    padding: 15px 0;
}

.Job1_content_info .right {
    margin: 40px 0;
}


/*.Job1_content_info .Box{padding:40px 0;}*/

.Join_content .h5 {
    color: #c9000b;
    font-size: 16px;
    padding-bottom: 30px;
}

.Join_content {
    padding: 40px 0 0;
}

.Join_content .h6 {
    color: #c9000b;
    font-size: 16px;
    padding-top: 30px;
    text-align: right;
}

.Join_content .Box {
    background: #f6f6f7;
    padding: 40px 5% 60px;
}

.Join_content .Box .h3 {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.Join_content .Box .p {
    line-height: 29px;
    padding: 30px 0;
}

.Join1_content_list .Join1_content_list_title {
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding: 40px 0;
}

.Join1_content_list .ul li img {
    width: 100%;
}

.Join1_content_list .ul .h3 {
    text-align: center;
    padding: 30px 10px;
}

.Join1_content_list .ul {
    border-bottom: 1px solid #e4e4e4;
}

.Join1_content_list .ul1 {
    border-bottom: 0 solid #e4e4e4;
}

.Join1_content_list {
    padding-bottom: 80px;
}

.Join2_content .BMapLabel {
    display: none !important;
}

.Join2_content .map {
    padding: 40px 0 60px;
}

.Join2_content_list dl dd {
    margin-left: 0;
}

.Join2_content_list dl dt {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
}

.Join2_content_list dl dt img {
    vertical-align: middle;
    padding-right: 10px;
}

.Join2_content_list dl dd {
    line-height: 30px;
}

.Join2_content_list dl {
    margin-bottom: 30px;
}

.Join2_content_list {
    padding-bottom: 40px;
}

.About_list {
    padding: 50px 0 40px;
}

.About_list .h3 {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.About_list .p {
    padding-bottom: 20px;
    line-height: 28px;
}

.About_list .ul li {
    margin-bottom: 20px;
}

.About1_content .h3 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 20px;
}

.About1_content {
    padding: 45px 0;
}

.About1_content .p {
    color: #666;
    line-height: 26px;
    padding-bottom: 30px;
}

.About1_content .p2 {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.About1_content .ul>li {
    padding: 45px 0;
    border-bottom: 1px solid #e4e4e4;
}

.About1_content .h4 {
    color: #c9000b;
    font-size: 20px;
    padding-bottom: 15px;
}

.About1_content .h5 {
    color: #c9000b;
    font-size: 20px;
    padding-bottom: 25px;
    text-align: center;
}

.About1_content .Box {
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4;
}

.About1_content .Box:last-child {
    border-bottom: 0;
}

.About1_content .Box .p1 {
    text-align: center;
    line-height: 26px;
}

.About1_content .h6 {
    color: #c9000b;
    font-size: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.About1_content .count {
    color: #c9000b;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.About1_content .ul1,
.ul2,
.ul3 {
    overflow: hidden;
    list-style: none;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
}

.About1_content .ul1 li,
.ul2 li,
.ul3 li {
    float: left;
    height: 100%;
    overflow: hidden;
}

.About1_content .ul1 li,
.ul3 li {
    width: 50%;
    text-align: center;
}

.About1_content .ul1 .pic,
.ul3 .pic {
    display: block;
    vertical-align: middle;
    width: 52%;
    margin: 0 auto;
}

.About1_content .ul1 .num,
.ul3 .num {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 50px;*/
}

.About1_content .ul1 {
    height: 310px;
    padding-top: 82px;
}


/*.About1_content .ul3{height: 340px;padding-top: 100px;}*/

.About1_content .ul3 {
    height: 140px;
}

.About1_content .ul2 li {
    width: 33%
}

.About1_content .ul2 {
    /*height: 590px;*/
    padding-top: 50px;
}

.About1_content .ul2 .pic {
    height: 210px;
}

.About1_content .ul2 .pic img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.About1_content .ul1 .num,
.ul2 .num,
.ul3 .num {
    color: #c9000b;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.About1_content .ul1 .num .count,
.ul2 .num .count,
.ul3 .num .count {
    color: #c9000b;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.About1_content .ul1 .num span,
.ul2 .num span,
.ul3 .num span {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
}

.newpro {
    box-sizing: border-box;
    overflow: hidden;
}

.newpro .contain {
    width: 1260px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
}

.newpro .info {
    font-size: 66px;
    color: #333333;
    line-height: 110px;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
}

.newpro .title {
    font-size: 100px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.newpro .title span {
    font-weight: normal;
    vertical-align: top;
}

.section1 {
    width: 100%;
    height: 790px;
    position: relative;
}

.section1 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1920px;
}

.section2 {
    width: 100%;
    height: 1200px;
}

.section2 .video {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.section2 .video .content {
    width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 90px;
    box-shadow: 0 0 20px;
    position: relative;
    box-sizing: content-box;
}

.section2 .video #isPlay {
    position: absolute;
    bottom: 20px;
    width: 34px;
    height: 38px;
    left: 27px;
    background: url("../images/isplay_05.jpg") no-repeat center / cover;
}

.section2 .video #fullScreen {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 34px;
    height: 34px;
    right: 50px;
    background: url("../images/fullpage_08.jpg") no-repeat center / cover;
}

.section2 .video .greybar {
    width: 412px;
    height: 20px;
    position: absolute;
    bottom: 27px;
    left: 107px;
    background: #bbbbbb;
    border-radius: 10px;
    padding: 0 6px;
}

.section2 .video #progress {
    width: 400px;
    height: 20px;
    position: relative;
}

.section2 .video #buffer {
    height: 8px;
    position: absolute;
    bottom: 6px;
    left: 0px;
    background: #323232;
    border-radius: 4px;
}

.section2 .video #bar {
    height: 8px;
    position: absolute;
    bottom: 6px;
    border-radius: 4px;
    z-index: 5;
}

.section2 .video #button {
    background: linear-gradient(to bottom, #fff, #ccc);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #0091f9;
    position: absolute;
    z-index: 5;
    right: -20px;
    top: -16px;
}

.section2 .video #current {
    position: absolute;
    bottom: 27px;
    left: 548px;
}

.section2 .video #duration {
    position: absolute;
    bottom: 27px;
    left: 601px;
}

.section2 .video #pase {
    position: absolute;
    bottom: 28px;
    left: 592px;
}

.section2 .video video {
    width: 1000px;
    height: 500px;
    background: #000;
    border-radius: 10px;
}

.section2 .video .blok {
    position: absolute;
    top: 290px;
    right: 0;
    width: 356px;
    z-index: 99;
}

.section3 {
    width: 100%;
    height: 1281px;
    background-color: #efefef;
    position: relative;
}

.section3 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1920px;
}

.section4 {
    width: 100%;
    height: 1484px;
    position: relative;
}

.section4 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1920px;
}

.section5 {
    width: 100%;
    height: 1600px;
    background-color: #efefef;
    text-align: center;
}

.section5 img {
    width: 1260px;
    max-width: 1920px;
}

.newProduct .newpro {
    box-sizing: border-box;
    overflow: hidden;
}

.newProduct .newpro .contain {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}

.newProduct .newpro .info {
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
}

.newProduct .newpro .title {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.newProduct .newpro .title span {
    font-weight: normal;
    vertical-align: top;
}

.newProduct .section1 {
    width: 100%;
    position: relative;
    height: auto;
}

.newProduct .section1 img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

.newProduct .section1 img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: static;
    top: 0;
    left: 50%;
    transform: translate(0, 0);
    max-width: 1920px;
    height: auto;
}

.newProduct .section2 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

.newProduct .section2 .video {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.newProduct .section2 .video .content {
    max-width: 600px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 90px;
    box-shadow: 0 0 20px;
    position: relative;
    box-sizing: content-box;
    width: auto;
    margin: 0 auto;
}

.newProduct .section2 .video #isPlay {
    position: absolute;
    bottom: 20px;
    width: 34px;
    height: 38px;
    left: 27px;
    background: url("../images/isplay_05.jpg") no-repeat center / cover;
}

.newProduct .section2 .video #fullScreen {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 34px;
    height: 34px;
    right: 20px;
    background: url("../images/fullpage_08.jpg") no-repeat center / cover;
}

.newProduct .section2 .video .greybar {
    width: 60%;
    height: 20px;
    position: absolute;
    bottom: 27px;
    left: 80px;
    background: #bbbbbb;
    border-radius: 10px;
    padding: 0 6px;
}

.newProduct .section2 .video #progress {
    width: 100%;
    height: 20px;
    position: relative;
}

.newProduct .section2 .video #buffer {
    height: 8px;
    position: absolute;
    bottom: 6px;
    left: 0px;
    background: #323232;
    border-radius: 4px;
}

.newProduct .section2 .video #bar {
    height: 8px;
    position: absolute;
    bottom: 6px;
    border-radius: 4px;
    z-index: 5;
}

.newProduct .section2 .video #button {
    background: linear-gradient(to bottom, #fff, #ccc);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #0091f9;
    position: absolute;
    z-index: 5;
    right: -20px;
    top: -16px;
}

.newProduct .section2 .video #current {
    position: absolute;
    bottom: 27px;
    left: 548px;
}

.newProduct .section2 .video #duration {
    position: absolute;
    bottom: 27px;
    left: 601px;
}

.newProduct .section2 .video #pase {
    position: absolute;
    bottom: 28px;
    left: 592px;
}

.newProduct .section2 .video video {
    width: 100%;
    height: auto;
    background: #000;
    border-radius: 10px;
}

.newProduct .section2 .video .blok {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 300px;
    z-index: 99;
    display: none;
}

.newProduct .section3 {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
}

.newProduct .section3 img {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

.newProduct .section4 {
    width: 100%;
    height: auto;
    position: relative;
}

.newProduct .section4 img {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

.newProduct .section5 {
    width: 100%;
    height: auto;
    background-color: #efefef;
    position: relative;
}

.newProduct .section5 img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 680px) {
    .newProduct .section2 .video video {
        width: 30% !important;
    }
    .newProduct .section2 .video #isPlay {
        position: absolute;
        bottom: 20px;
        width: 34px;
        height: 38px;
        left: 27px;
        background: url("../images/isplay_05.jpg") no-repeat center / cover;
    }
    .newProduct .section2 .video #fullScreen {
        position: absolute;
        z-index: 100;
        bottom: 20px;
        width: 34px;
        height: 34px;
        right: 50px;
        background: url("../images/fullpage_08.jpg") no-repeat center / cover;
    }
    .newProduct .section2 .video .greybar {
        width: 412px;
        height: 20px;
        position: absolute;
        bottom: 27px;
        left: 107px;
        background: #bbbbbb;
        border-radius: 10px;
        padding: 0 6px;
    }
    .newProduct .section2 .video #progress {
        width: 400px;
        height: 20px;
        position: relative;
    }
    .newProduct .section2 .video #buffer {
        height: 8px;
        position: absolute;
        bottom: 6px;
        left: 0px;
        background: #323232;
        border-radius: 4px;
    }
    .newProduct .section2 .video #bar {
        height: 8px;
        position: absolute;
        bottom: 6px;
        border-radius: 4px;
        z-index: 5;
    }
    .newProduct .section2 .video #button {
        background: linear-gradient(to bottom, #fff, #ccc);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #0091f9;
        position: absolute;
        z-index: 5;
        right: -20px;
        top: -16px;
    }
    .newProduct .section2 .video #current {
        position: absolute;
        bottom: 27px;
        left: 548px;
    }
    .newProduct .section2 .video #duration {
        position: absolute;
        bottom: 27px;
        left: 601px;
    }
    .newProduct .section2 .video #pase {
        position: absolute;
        bottom: 28px;
        left: 592px;
    }
}

@media (min-width: 768px) {
    .newProduct .section2 {
        padding-bottom: 170px;
    }
    .newProduct .section2 .video .blok {
        display: block;
        width: 23%;
        top: auto;
    }
}

@media (max-width: 768px) {
    .newProduct .section3 video {
        width: 80% !important;
        height: auto;
    }
}

.Dl_left {
    padding-top: 0;
}

.Dl .h3 {
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
}

.Dl .left {
    padding: 30px 15px;
}

.Dl_left .ul .li1 .input_box {
    background: url(../images/suo.png) no-repeat 14px 10px;
}

.Dl_left .ul .li2 .input_box {
    background: url(../images/suo.png) no-repeat 14px -91px;
}

.Dl_left .ul li .span {
    color: #999;
}

.Dl_left .jz input {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

.Dl_left .jz {
    color: #999;
    margin-bottom: 40px;
}

.Dl .submit_box {
    text-align: left;
}

.Dl .wangj {
    color: #389dea;
    display: inline-block;
    margin-top: 20px;
}

.Dl .submit_box input {
    margin: 0;
}

.Dl {
    background: #f7f7f7;
}

.Dl .left {
    background: #fff;
}

.Dl {
    padding: 60px 0;
}

.Dl .right {
    margin-top: 40px;
}

.Dl .right .xjzh {
    width: 145px;
    height: 40px;
    border: 1px solid #c9000b;
    color: #c9000b;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 38px;
    margin-top: 50px;
}

.Dl .Dl_left .ul li {
    float: none;
    width: 100%;
}

.Dl .Dl_left .submit_box a {
    background: #c9000b;
    margin: 0;
}

.Hy_bottom {
    background: #fff;
}

.Hy {
    background: #f7f7f7;
    padding: 60px 0;
}

.Hy_top .ul {
    font-size: 0;
    border-bottom: 1px solid #c9000b;
}

.Hy_top li {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    color: #999999;
    width: 16%;
    font-size: 15px;
    vertical-align: top;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    bottom: -1px;
    border-bottom: 1px solid #c9000b;
}

.Hy_top li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 2px;
    background: #fff;
}

.Hy_top li.on {
    border: 1px solid #c9000b;
    border-bottom: 1px solid #fff;
}

.Hy_top li.on a {
    color: #c9000b;
}

.Hy_top li:hover {
    border: 1px solid #c9000b;
    border-bottom: 1px solid #fff;
}

.Hy_top li:hover a {
    color: #c9000b;
}

.Hy_bottom .input_box li {
    margin-bottom: 8px;
}

.Hy_bottom {
    padding: 50px 10px;
}

.Hy_bottom .input_box input {
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    display: block;
    width: 100%;
    padding: 0 15px;
    color: #333;
    max-width: 400px;
}

.Hy_bottom .input_box .span {
    line-height: 40px;
    color: #999;
}

.modify {
    height: 20px;
}

.modify .span {
    line-height: 20px!important;
}

.table-modify table,
.table-modify tr,
.table-modify td,
.table-modify th {
    border-collapse: collapse;
}

.Hy_bottom .ul2 {
    margin: 0;
    padding: 0;
    max-width: 800px;
}

.Hy_bottom .ul2 li {
    padding: 10px 0;
}

.Hy_bottom .ul2 li a {
    display: block;
    line-height: 24px;
}

.Hy_bottom .ul2 li a .time {
    float: right;
}

.Hy_content .Hy_bottom .Box {
    display: none;
}

.zhmm .left {
    width: 100%;
}

.zhmm .Dl_left {
    max-width: 550px;
    margin: 20px auto;
}

.zhmm .Dl_left .p {
    color: #666;
    line-height: 30px;
    padding-bottom: 35px;
}

.zhmm .Dl_left .ul {
    margin-bottom: 45px;
}

.zhmm .Dl_left .submit_box {
    text-align: center;
}

.zhmm .Dl_left .ul .li1 .input_box {
    background: url(../images/icon8.png) no-repeat 14px -141px;
}

.Zc_content {
    background: #fff;
}

.Zc {
    background: #f7f7f7;
    padding: 70px 0;
}

.Zc_content {
    padding: 70px 15px;
}

.Zc_content .h3 {
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
}

.Zc_content .p {
    color: #333333;
    line-height: 30px;
    font-weight: 600;
}

.Zc_content .p1 {
    color: #999;
    line-height: 24px;
    padding: 25px 0;
}

.Zc_content .p1 a {
    color: #389dea;
}

.Zc_content .Product_xj_bottom .ul .li10 .input_box {
    background: url(../images/ic2.png) no-repeat 14px 10px;
}

.Zc_content .Product_xj_bottom .ul .li10 .ZJselectTxt {
    background: url(../images/xial.png) no-repeat right center;
    margin-right: 15px;
}

.Zc_content .submit_box {
    text-align: left;
    margin: 20px 0;
}

.Fk .h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.Fk {
    padding: 50px 0;
}

.Fk .p {
    color: #666666;
    text-align: center;
    padding: 25px 0;
}

.Fk .Fk_top .ul1 {
    font-size: 0;
    vertical-align: top;
    text-align: center;
    padding: 20px 0;
}

.Fk .Fk_top .ul1 li {
    text-align: center;
    color: #333;
    line-height: 24px;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    width: 45%;
    padding: 0;
}

.Fk .Fk_top .ul1 li .h4 {
    font-size: 16px;
    padding-top: 10px;
}

.Fk .h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 18px;
}

.Fk .h51 {
    padding-bottom: 3px;
}

.Fk .p3 {
    color: #333;
    padding-bottom: 20px;
}

.Fk .ul1 {
    margin-bottom: 38px;
}

.Fk .ul1 li {
    display: inline-block;
    padding-right: 3%;
    margin-bottom: 15px;
}

.Fk .ul1 li input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 6px;
    box-shadow: 0;
    border-radius: 0;
    position: relative;
    margin-top: -1px;
}

.Fk .xian {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.Fk textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 14px;
    margin-bottom: 30px;
}

.Fk .h5 .span {
    padding-top: 15px;
    font-weight: 400;
}

.Fk .Product_xj_bottom {
    padding-bottom: 100px;
}

.Fk label {
    display: inline-block;
    padding-right: 3%;
    margin-bottom: 15px;
}

.Fk label input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 6px;
    box-shadow: 0;
    border-radius: 0;
    position: relative;
    margin-top: -1px;
}

.Hy_bottom .input_box {
    display: none;
}

.Hy_bottom .ctitle {
    position: relative;
    line-height: 30px;
    padding: 5px 60px 5px 16px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.Hy_bottom .ctitle i {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 16px;
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/jtb.png) no-repeat center center;
    background-size: contain;
}

.Hy_bottom .ctitle.on i {
    background: url(../images/jtt.png) no-repeat center center;
    background-size: contain;
}

.Hy_bottom .ctitle .span {
    float: right;
}

@media (min-width:350px) {
    .Hy_top li a {
        height: 68px;
    }
    .Fk .Fk_top .ul li {
        width: 30%;
    }
}

@media (min-width:425px) {
    .Hy_top li a {
        height: 40px;
    }
}

@media (min-width:480px) {
    .Job1_list li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .Job1_list li:nth-child(2n) {
        margin-right: 0;
    }
    .Dl .ul li {
        padding: 0;
    }
    .Dl .ul li .span {
        position: static;
        text-align: left;
    }
    .Dl .ul li {
        margin-bottom: 20px;
    }
    .zhmm .ul li {
        padding-left: 90px;
    }
    .zhmm .ul li .span {
        position: absolute;
        text-align: left;
    }
    .zhmm .ul li {
        margin-bottom: 20px;
    }
    .Fk .Fk_top .ul li {
        width: 170px;
    }
    .Fk .Fk_top .ul li.li {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
}

@media (min-width:640px) {
    .Join1_content_list .ul li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .Join1_content_list .ul li:nth-child(3n) {
        margin-right: 0;
    }
    .About1_content .ul1 .pic,
    .ul3 .pic {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
    }
    /*.About1_content .ul1 .pic img,.ul3 .pic  img{width: 70%;}*/
    .About1_content .ul1 .num,
    .ul2 .num,
    .ul3 .num {
        font-size: 30px;
    }
    .About1_content .ul1 .num .count,
    .ul2 .num .count,
    .ul3 .num .count {
        font-size: 30px;
    }
    .About1_content .ul1 .num span,
    .ul2 .num span,
    .ul3 .num span {
        font-size: 20px;
    }
}

@media (min-width:768px) {
    .Job_list li {
        width: 32%;
        float: left;
        margin-right: 2%;
    }
    .Job_list li:last-child {
        margin-right: 0;
    }
    .Job1_content_info .left {
        float: left;
        width: 50%;
    }
    .Job1_content_info .right {
        float: right;
        width: 45%;
    }
    .Job1_content_info .right .p1 {
        padding: 30px 60px;
    }
    .Job1_content_info .right .leigt {
        float: right;
    }
    .Join2_content_list dl {
        width: 33%;
        float: left;
    }
    .About_list .ul li .left {
        float: left;
        width: 50%;
    }
    .About_list .ul li .right {
        float: left;
        width: 50%;
    }
    .About_list .ul li .Box {
        padding: 0 10%;
    }
    .About_list .ul li {
        margin-bottom: 0;
    }
    .About_list .ul li:nth-child(2n) .left {
        float: right;
    }
    .About_list .ul li:nth-child(2n) .right {
        float: left;
    }
    .About1_content .ul li .left {
        float: left;
        width: 53%;
    }
    .About1_content .ul li .right {
        float: right;
        width: 43%;
    }
    .About1_content .ul li:nth-child(2n) .left {
        float: right;
    }
    .About1_content .ul li:nth-child(2n) .right {
        float: left;
    }
    .Dl .left {
        width: 48%;
        float: left;
        height: 580px;
        max-height: 580px;
        padding: 80px 3%;
    }
    .Dl .right {
        width: 48%;
        float: right;
        margin-top: 0;
        height: 580px;
        max-height: 580px;
        padding: 80px 3%;
    }
    .Hy_bottom .ul li {
        padding-left: 120px;
        position: relative;
    }
    .Hy_bottom .ul li .span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .Hy_bottom {
        padding-left: 50px;
    }
    .zhmm .left {
        width: 100%;
    }
    .Fk .h5 .span {
        display: inline-block;
        width: 300px;
        margin-left: 15px;
    }
}

@media (min-width:900px) {
    .Job1_list li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .Job1_list li:nth-child(2n) {
        margin-right: 2%;
    }
    .Job1_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width:1024px) {
    .Join2_content_list .dl1 {
        width: 28%;
    }
    .Join2_content_list .dl2 {
        width: 40%;
        padding: 0 10%;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .Join2_content_list .dl3 {
        float: right;
        width: auto;
    }
    .Zc_content {
        padding: 70px 50px;
    }
    .About1_content .ul1 .pic,
    .ul3 .pic {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
    }
    .ul2 .pic {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: 165px;
    }
    .About1_content .ul2 {
        height: 420px;
    }
    .About1_content .ul1 .pic img {
        width: 98%;
    }
    .About1_content .ul3 .pic img {
        width: 85%;
    }
    .About1_content .ul1 .num,
    .ul2 .num,
    .ul3 .num {
        font-size: 36px;
    }
    .About1_content .ul1 .num .count,
    .ul2 .num .count,
    .ul3 .num .count {
        font-size: 36px;
    }
    .About1_content .ul1 .num span,
    .ul2 .num span,
    .ul3 .num span {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .About_list .ul li .right {
        float: left;
        width: 50%;
        padding-top: 5%;
    }
}

.cat2 {
    margin-top: 15px;
}

.cat2 a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}


/*招贤纳士*/

.news_list_title {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
    line-height: 30px;
}

@media (max-width:768px) {
    .Technology_floor2 .more a {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.ZJMultilinkage {
    padding-bottom: 45px;
}

.ZJMultilinkage .list_img {
    position: relative;
    z-index: 10;
}

.ZJMultilinkage .big_img {
    position: relative;
    width: 100%;
    text-align: center;
}

.ZJMultilinkage .big_img img {
    width: 100%;
    max-width: 670px;
}

.ZJMultilinkage .list {
    position: relative;
    max-width: 100%;
}

.ZJMultilinkage .list .bdbox {
    position: relative;
    padding: 0 20px;
}

.ZJMultilinkage .list .bd {
    position: relative;
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
}

.ZJMultilinkage .list a {
    position: absolute;
    width: 20px;
    z-index: 99;
    height: 100%;
    top: 0;
    background: url('../images/pro_left.png') no-repeat center;
    cursor: pointer;
}

.ZJMultilinkage .list a.prev {
    left: 0;
}

.ZJMultilinkage .list a.next {
    right: 0;
    background-image: url('../images/pro_right.png');
}

.ZJMultilinkage .list a.prevStop,
.ZJMultilinkage .list a.nextStop {
    cursor: default;
}

.ZJMultilinkage .list li {
    /* height:86px;*/
    position: relative;
    width: 25%;
    float: left;
}

.ZJMultilinkage .list li .Ispic {
    width: 90%;
    margin: 0 auto;
}

.ZJMultilinkage .list li .imgBox {
    opacity: .8;
}

.ZJMultilinkage .list li.on .imgBox {
    opacity: 1;
}

.modelnulltip {
    text-align: center;
    font-size: 19px;
}


/*2019-4-26*/

.yc_div {
    width: 200px;
    height: 16px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 20;
    background: #a7aeb2;
    font-size: 0;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.yc_div span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/btn360.png) no-repeat;
    cursor: pointer;
}

.search_list .columnName {
    line-height: 30px;
    margin-right: 20px;
    float: right;
}

.search_list li {
    margin-bottom: 20px;
}

.search_list li .h3 {
    margin-bottom: 10px;
    float: left;
    padding: 0;
}

.search_list li .time {
    float: right;
}

.search_list li .right {
    width: 100%;
    padding-bottom: 0;
}

@media only screen and (max-width:768px) {
    .yc_div {
        display: none;
    }
    .search_list li .h3 {
        float: none;
    }
    .search_list li .time {
        float: none;
        display: inline-block;
    }
    .search_list li .right {
        padding-bottom: 10px;
    }
}

.NoResultcontent {
    line-height: 1.85;
    font-size: 14px;
}

.NoResultcontent .h2 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    color: #c9000b;
}

.NoResultcontent .h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.NoResultcontent .p {
    margin: 20px 0;
}

.Product_xj_bottom .ul li.li12 {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
}

.Product_xj_bottom .ul li.li12 p {
    margin: 10px 0 0 0;
}

.Product_xj_bottom .ul li.li12 input {
    width: auto;
    vertical-align: middle;
}

.Product_xj_bottom .ul li.li12 a {
    color: #73BBF1;
}

.Product_xj_bottom .ul li.li12 .span {}

.bd_weixin_popup {
    height: 306px!important;
}


/*20210923*/

@font-face {
    font-family: 'shscm';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'shscl';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceHanSansCN-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'shscn';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype');
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*.Toper_box{max-width: 1500px;}*/

About_p1 .container {
    margin: 0 auto;
    width: 86.666%;
}

.About_p1 .container {
    width: 86%;
    margin: 0 auto
}

.About_p1 h1 {
    font-family: shscm;
    font-size: 45px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
    margin-top: 85px;
    margin-bottom: 25px;
}

.About_p1 p.p1 {
    font-family: shscl;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 0 19%;
    line-height: 40px;
}

.About_p1 .videobox {
    width: 100%;
    height: 750px;
}

.About_p1 .videobox video {
    object-fit: fill;
    width: 100%;
    height: 100%
}

.About_p1 p.p2 {
    font-family: shscl;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 0 1%;
    line-height: 40px;
    margin-top: 70px;
}

.About_p1 .nums {
    margin-top: 80px;
}

.About_p1 .numsbox {
    width: 25%;
    float: left;
    height: 110px;
}

.About_p1 .numsbox .imgbox {
    width: 40%;
    text-align: left;
    height: 110px;
    line-height: 110px;
}

.About_p1 .numsbox .imgbox img {
    vertical-align: middle;
    display: table-cell;
}

.About_p1 .numsbox .numsbox_r {
    width: 58%;
}

.About_p1 .numsbox .numsbox_r h3 {
    font-size: 37px;
    color: #c9000b;
    line-height: 37px;
    margin: 20px auto 10px
}

.About_p1 .numsbox .numsbox_r p {
    font-size: 20px;
    color: #000000;
    font-family: shscn;
    margin: 10px auto;
}

.About_p1 .videobox2 video {
    object-fit: fill;
    width: 100%;
    height: 100%
}

.About_p1 .videobox2 {
    width: 50%;
    height: 359px;
}

.About_p1 .About_p1_br {
    width: 44%;
}

.About_p1 .About_p1_b {
    margin-top: 100px;
}

.About_p1 .About_p1_br h2 {
    font-size: 40px;
    font-family: shscm;
    line-height: 45px;
    color: #000000;
    font-weight: normal;
    margin-top: 30px;
}

.About_p1 .About_p1_br h3 {
    font-size: 30px;
    line-height: 35px;
    font-family: shscn;
    color: #c9000b;
}

.About_p1 .About_p1_br p {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    font-family: shscl;
}

.About_p2 {
    height: 580px;
    background: #2A2B2D;
    line-height: 580px;
    margin-top: 100px;
}

.About_p2 .About_p2_l h1 {
    font-size: 40px;
    color: #ffffff;
    font-family: shscn;
    line-height: 40px;
    margin-top: 135px;
    margin-bottom: 66px;
    font-weight: normal;
}

.About_p2 .About_p2_l p {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    font-family: shscl;
    text-align: justify;
}

.About_p2 .About_p2_l,
.About_p2 .About_p2_r {
    width: 48%;
}

.About_p2 .About_p2_r img {
    vertical-align: middle;
}

.About_p3 {
    width: 100%;
    padding-top: 100px;
}

.About_p3 h1 {
    font-size: 45px;
    font-family: shscm;
    color: #2a2b2d;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 80px;
}

.About_p3 .About_p3_box {
    width: 25%;
    float: left;
    position: relative;
    height: 460px;
    overflow-y: hidden;
    cursor: pointer;
}

.About_p3 .About_p3_box .show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.3s
}

.About_p3 .About_p3_box .hide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    transition: all 0.3s
}

.About_p3 .About_p3_box .show img {
    margin-top: 100px;
}

.About_p3 .About_p3_box .show h3 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 50px;
    font-weight: normal;
    font-family: shscn;
}

.About_p3 .About_p3_box .hide img {
    height: 80px;
    margin-top: 85px;
}

.About_p3 .About_p3_box .hide h4 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: shscn;
    font-weight: normal;
}

.About_p3 .About_p3_box .hide p {
    padding: 0 25px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-family: shscl;
}

.About_p3 .About_p3_box:hover .show {
    top: -100%
}

.About_p3 .About_p3_box:hover .hide {
    top: 0%
}

.About_p4 {
    width: 100%;
    padding-top: 100px;
}

.About_p4 h1 {
    font-size: 45px;
    font-family: shscm;
    color: #2a2b2d;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 80px;
}

.About_p4_b .About_p4_box {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.About_p4_b .About_p4_box .imgbox {
    width: 100%;
    padding-top: 67%;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 0.3s;
    background-position: top center;
}

.About_p4_b .About_p4_box p {
    position: absolute;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    background: #2A2B2D;
    font-family: shscm;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

.About_p4_b .About_p4_bl {
    width: 33%;
}

.About_p4_bm {
    width: 33%;
}

.About_p4_b .About_p4_bm .imgbox {
    padding-bottom: 69.5%;
}

.About_p4_b .About_p4_bm {
    margin: auto 0.5%
}

.About_p4_b .About_p4_box:hover .imgbox {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    top: 0px;
    left: 0px;
}

.About_p4_bb {
    padding: 80px 0;
    text-align: center;
}

.About_p4_bb h1 {
    font-size: 45px;
    color: #000000;
    font-family: shscm;
}

.About_p4_bb a.cot {
    font-size: 35px;
    color: #c9000b;
    transition: all 0.3s;
    font-family: shscm;
    padding: 12px 25px;
    border: 1px solid #c9000b;
    border-radius: 8px;
    display: inline-block;
    line-height: 35px;
}

.About_p4_bb a.cot:hover {
    color: #fff;
    background: #c9000b;
    border-color: #c9000b
}


/*联系我们*/


/*.container{margin: 0 auto;width: 86.666%;max-width:1500px;}*/

.Contact h1 {
    font-size: 45px;
    color: #000;
    font-family: shscl;
    line-height: 50px;
    padding-bottom: 30px;
    background: url(../images/heng.jpg) no-repeat left bottom;
    margin: 75px auto;
    font-weight: normal;
}

.Contact .Contactbox {
    width: 33.33%;
    float: left;
    height: 160px;
    margin-bottom: 40px;
}

.Contact .Contactbox .Contactbox_l {
    width: 100px;
}

.Contact .Contactbox .Contactboxs {
    border-left: 1px solid #D22F39;
    display: inline-block;
    height: auto;
    padding-left: 25px;
}

.Contact .Contactbox .Contactbox_r h3 {
    font-size: 26px;
    color: #000;
    font-family: shscm;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}

.Contact .Contactbox .Contactbox_r p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    font-family: shscl;
    margin-bottom: 10px;
}

.Contact .maps {
    width: 100%;
    height: 590px;
}

.Contact .Contactbox:last-child {
    margin-bottom: 80px;
}

.BMapLabel {
    display: none !important;
}


/*英文*/

.Abouten_p3 .About_p3_bl {
    width: 49%;
}

.Abouten_p3 .About_p3_box .hide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    text-align: center;
    transition: all 0.3s;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}

.About_p3 .About_p3_box {
    width: 25%;
    float: left;
    position: relative;
    height: 460px;
    overflow-y: hidden;
    cursor: pointer;
}

.About_p3 .About_p3_box .show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.3s
}

.About_p3 .About_p3_box .hide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    transition: all 0.3s
}

.About_p3 .About_p3_box .show img {
    margin-top: 100px;
}

.About_p3 .About_p3_box .show h3 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 50px;
    font-weight: normal;
    font-family: shscn;
}

.About_p3 .About_p3_box .hide img {
    height: 80px;
    margin-top: 85px;
}

.About_p3 .About_p3_box .hide h4 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: shscn;
    font-weight: normal;
}

.About_p3 .About_p3_box .hide p {
    padding: 0 25px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-family: shscl;
}

.About_p3 .About_p3_box:hover .show {
    top: -100%
}

.About_p3 .About_p3_box:hover .hide {
    top: 0%
}


.map {
    padding-bottom: 5%;
}

.gifbox {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 50px;
    background: url(../images/iteh.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.gifbox .imgbox {
    width: 100%;
    height: 400px;
    display: none
}

.gifbox .imgbox span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gifbox:hover .imgbox {
    display: block
}


/*20220119*/

.addJiaBtn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #c9000b;
    margin: 60px auto 30px;
    text-align: center;
}

.addJiaBtn a {
    color: #fff;
    display: block;
}

.addJiaBtn a img {
    max-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

.Product_xj_top dl .dd1 input {
    height: 32px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.Product_xj_top dl .dd2 input {
    height: 32px;
    border: 1px solid #e5e5e5;
    width: 100%;
    max-width: 200px;
    padding: 0 8px;
    box-sizing: border-box;
}


/*20220506*/

.About_p1 .About_p1_b:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width:768px) {
		.Product_bottom_list .ul li .h3{height: auto}
    .top_slide_right li.first .Box dd:last-child {
        display: none;
    }
    .top_slide_right li.first .Box {
        right: 35px;
    }
    .top_slide_right li.first .Box .box {
        height: 220px;
    }
    .top_slide_right li.five .Box {
        right: 35px;
    }
    #certify .swiper-button-prev {
        height: 45px !important;
        top: auto !important;
        bottom: -10px;
        left: 20% !important;
    }
    #certify .swiper-button-next {
        height: 45px !important;
        top: auto !important;
        bottom: -10px;
        right: 20% !important;
    }
    .Solution_list_top .ul li {
        width: 20%;
        margin-bottom: 10px;
    }
    .Solution_list_top .ul li img {
        max-height: 40px !important;
        max-width: 40px !important;
    }
    .SolBox .bgImg {
        min-height: 1px;
    }
    .About_p1 h1 {
        font-size: 25px;
        margin: 30px;
        margin-bottom: 10px;
    }
    .About_p1 .container {
        width: 100%;
    }
    .About_p1 p.p1 {
        padding: 0 10px;
        font-size: 14px;
        line-height: 28px;
    }
    .About_p1 .videobox {
        height: auto;
    }
    .About_p1 p.p2 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
    .About_p1 .nums:after {
        content: '';
        display: block;
        clear: both;
    }
    .About_p1 .nums {
        margin-top: 30px;
    }
    .About_p1 .numsbox {
        width: 50%;
        margin-bottom: 20px;
        height: auto;
    }
    .About_p1 .numsbox .imgbox {
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .About_p1 .numsbox .imgbox img {
        max-height: 30px;
        margin: 0 auto;
    }
    .About_p1 .numsbox .numsbox_r {
        width: 100%;
        text-align: center;
    }
    .About_p1 .numsbox .numsbox_r h3 {
        font-size: 22px;
        margin: 0;
    }
    .About_p1 .numsbox .numsbox_r p {
        font-size: 14px;
        margin: 0;
    }
    .About_p1 .About_p1_b {
        margin-top: 30px;
    }
    .About_p1 .videobox2 {
        width: 100%;
        height: auto;
    }
    .About_p1 .About_p1_br {
        width: 100%;
        margin-top: 10px;
    }
    .About_p1 .About_p1_br h2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 10px;
    }
    .About_p1 .About_p1_br h3 {
        font-size: 22px;
        margin: 10px 0;
    }
    .About_p1 .About_p1_br p {
        font-size: 14px;
        line-height: 28px;
    }
    .About_p2 {
        margin-top: 30px;
        height: auto;
        line-height: 30px;
    }
    .About_p2 .container:after {
        content: '';
        display: block;
        clear: both;
    }
    .About_p2 .About_p2_l,
    .About_p2 .About_p2_r {
        width: 100%;
    }
    .About_p2 .About_p2_l h1 {
        font-size: 22px;
        margin: 10px 0;
    }
    .About_p2 .About_p2_l p {
        font-size: 14px;
        line-height: 28px;
    }
    .About_p2 .About_p2_r {
        margin: 20px 0;
    }
    .About_p2 .About_p2_r img {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }
    .About_p3 {
        padding-top: 30px;
    }
    .About_p3 h1 {
        font-size: 22px;
        margin: 10px 0;
    }
    .About_p3 .container:after {
        content: '';
        display: block;
        clear: both;
    }
    .About_p3 .About_p3_box {
        width: 50%;
        height: 130px;
    }
    .About_p3 .About_p3_box .show img {
        margin-top: 20px;
        max-height: 50px;
    }
    .About_p3 .About_p3_box .show h3 {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .About_p4 {
        padding-top: 30px;
    }
    .gifbox {
        height: 100px !important;
        margin-bottom: 30px !important;
    }
    .gifbox .imgbox {
        height: 100px !important;
    }
    .About_p4 h1 {
        font-size: 22px;
        margin: 10px 0;
    }
    .About_p4_b .About_p4_bl {
        width: 100%;
    }
    .About_p4_b .About_p4_bm {
        width: 100%;
        margin: 0;
    }
    .About_p4_b .About_p4_box p {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .About_p4_bb {
        padding: 30px 0;
    }
    .About_p4_bb a.cot {
        font-size: 16px;
        padding: 5px 30px;
        line-height: 25px;
    }
    .About_p3 .About_p3_box .hide img {
        margin-top: 20px;
        max-height: 50px;
    }
    .About_p3 .About_p3_box .hide h4 {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .Contact h1 {
        font-size: 22px;
        margin: 20px 0;
        line-height: 30px;
    }
    .Contact .Contactbox {
        width: 50%;
        margin-bottom: 20px;
        height: 160px;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
    }
    .Contact .Contactbox .Contactboxs {
        padding-left: 0;
        border: none;
        display: block;
        width: 100%;
    }
    .Contact .Contactbox .Contactbox_l {
        width: 100%;
    }
    .Contact .Contactbox .Contactbox_l img {
        max-height: 40px;
    }
    .Contact .Contactbox .Contactbox_r {
        width: 100%;
        text-align: center;
    }
    .Contact .Contactbox .Contactbox_r h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .Contact .Contactbox .Contactbox_r p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .Contact .Contactbox:nth-child(2n) {
        border-right: 1px solid #c9000b;
    }
    .Product_xj_top dl .dd3 input {
        width: 30px !important;
    }
    .Product_xj_bottom .submit_box a {
        width: 110px;
    }
}


/*22-09-29*/


/*产品停产查询*/

.suspendBox {
    padding: 3% 0;
    color: #000;
}

.suspendBox .STitle {
    font-size: 34px;
    text-align: center;
}

.suspendBox .stxt {
    font-size: 16px;
    text-align: center;
    margin: 2% 0 4%;
}

.suspendBox .susTable {
    font-size: 16px;
}

.suspendBox .susTable table {
    border: 0 none;
    width: 100%;
    border-collapse: collapse;
}

.suspendBox .susTable thead {
    background: #c9000b;
    color: #fff;
}

.suspendBox .susTable tbody {}

.suspendBox .susTable tr {}

.suspendBox .susTable tr td {}

.suspendBox .susTable thead tr td {
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
}

.suspendBox .susTable tbody tr td {
    padding: 14px 10px;
    border-bottom: 1px #9fa0a0 solid;
    line-height: 26px;
}

.suspendBox .susTable .td1 {
    width: 32%;
}

.suspendBox .susTable .td2 {
    width: 20%;
}

.suspendBox .susTable .td3 {
    width: 9%;
}

.suspendBox .susTable .td4 {
    width: 20%;
}

.suspendBox .susTable .td5 {
    width: 9%;
    text-align: center;
}

.suspendBox .susTable tr td a {
    color: #c9000b;
}

.suspendBox .susTable tr td em {
    color: #c9000b;
    font-style: normal;
}

.suspendBox .proSeach {
    width: 80%;
    max-width: 400px;
    background-color: #f7f7f7;
    margin: 0 auto 3%;
    overflow: hidden;
}

.suspendBox .proSeach .text {
    background: none;
    border: 0 none;
    height: 46px;
    width: 80%;
    padding: 0 10px;
    float: left;
    font-size: 16px;
}

.suspendBox .proSeach .s_btn {
    background: #c9000b url(../images/search.svg) center no-repeat;
    height: 46px;
    background-size: 20%;
    width: 20%;
    float: right;
    cursor: pointer;
}

@media(max-width:768px) {
    .suspendBox .STitle {
        font-size: 24px;
        font-weight: bold;
    }
    .suspendBox .susTable {
        font-size: 14px;
    }
    .suspendBox .susTable thead tr td {
        line-height: 40px;
        font-size: 16px;
    }
    .suspendBox .susTable tbody tr td {
        padding: 10px;
    }
}

@media(max-width:610px) {
    .suspendBox .susTable {
        width: 100%;
        overflow-x: auto;
    }
    .suspendBox .susTable table {
        width: 600px;
    }
    .suspendBox .STitle {
        font-size: 20px;
    }
    .suspendBox .stxt {
        font-size: 14px;
    }
    .suspendBox .susTable {
        font-size: 13px;
    }
    .suspendBox .susTable thead tr td {
        line-height: 40px;
        font-size: 13px;
    }
}

@media only screen and (max-width:480px) {
    .suspendBox .susTable .td2 {
        width: 17%;
    }
    .suspendBox .susTable .td5 {
        width: 12%;
    }
}

#productModel li a .time {
    display: none;
}


/*22-11-16*/

.menu_product .h3 {
    color: #333;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.menu_product .h3 .span1 {
    color: #999999;
    font-size: 15px;
    padding-left: 0;
    display: block;
    font-weight: normal;
}

.menu_product dl dt {
    color: #c9000b;
    padding-bottom: 14px;
    font-size: 17px;
    font-weight: bold;
}

.menu_product dl dd a {
    background: url(../images/dd.png) no-repeat left top;
    background-position-y: 4px;
}

.menu_product dl dd.on a {
    background: url(../images/dui.png) no-repeat left top;
    background-position-y: 4px;
}

.menu_product dl {
    border-bottom: 1px solid #dbdbdb;
}

.menu_product .more_btn {
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #c9000b;
}

.Product_top_list .ul li .on .h4 em,
.Product_top_list .ul li:hover .h4 em {
    color: #c9000b;
}

.Product_top_list .ul li .h4 {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.Product_top_list .ul li .h4 em {
    position: relative;
    font-style: normal;
    padding-bottom: 4px;
}
.Product_bottom_list #isok{font-size:40px;text-align: center;}
.Product_bottom_list #isok span{width:100px;height:10px;border-top:1px solid #333; display:inline-block;margin:0 20px}
.Page000902 .Pages a.p_next{font-size:0;background:url(../images/xiala.png) no-repeat center #c9000b;width:150px;border-radius:40px;background-size:auto 40px;}
.Page000902 .Pages a.p_end{background:url(../images/xiala2.png) no-repeat center #c9000b;background-size:auto 40px;font-size:0;width:150px;border-radius:40px;}
@media(min-width:1024px) {
    .Pro_wrap {
        width: 66%;
        margin: 0 16% 0 0;
        padding: 0;
        float: right;
    }
    .Product {
        position: relative;
        overflow: hidden;
    }
    .Product .menu_product {
        padding: 0;
        width: 220px;
        background: #fff;
        float: left;
        margin-left: 60px;
        margin-top: 10px;
    }
    .Product_top_list .ul li {
        width: 16.66%;
    }
}

@media(max-width:1600px) {
    .Pro_wrap {
        width: 70%;
        margin: 0 5% 0 0;
    }
}

@media(max-width:1200px) {
    .Pro_wrap {
        width: 70%;
    }
    .Product_top_list .ul li .h4 {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .Pro_wrap {
        width: 98%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .Product_top_list .ul li .h4 {
        font-size: 16px;
    }
}

.Top_tt .langBox .lanxl a:last-child{display:none}

/* 20221130 */

.product_info_floor6_top .ul{border:1px solid #ddd;}
.product_info_floor6_top .ul:after{content:'';display:block;clear:both;}
.product_info_floor6_top .ul li{width:25%;display:flex;float:left;border-left:1px solid #ddd;height:78px;margin-bottom:0;}
.product_info_floor6_top .ul li a{display:flex;width:100%;align-items: center;justify-content: center;position:relative;color:#000 !important;}
.product_info_floor6_top .ul li .h3{padding-top:0;font-weight:bold;}
.product_info_floor6_top .ul li .Icon{width:54px;height:54px;position:relative;margin-right:10px;}
.product_info_floor6_top .ul li .Icon img{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_info_floor6_top .ul li .Icon img.img2{transform:scale(0);-webkit-transform:scale(0);}
.product_info_floor6_top .ul li a.on .Icon img.img2{transform:scale(1);-webkit-transform:scale(1);transition:all .5s;-webkit-transition:all .5s;}
.product_info_floor6_top .ul li a.on .Icon img.img1{transform:scale(0);-webkit-transform:scale(0);}
.product_info_floor6_top .ul li a.on{background:#c9000b;}
.product_info_floor6_top .ul li a.on{color:#fff !important;}
.product_info_floor6_top .ul li a:before{content:'';display:block;border-top:10px solid #c9000b;border-bottom:10px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:100%;left:50%;margin-left:-5px;opacity:0;}
.product_info_floor6_top .ul li a.on:before{opacity:1;}

.product_info_floor6_list li{padding:15px 25px;margin-bottom:10px;}
.product_info_floor6_list .h3{font-weight:bold;color:#c9000b;padding-bottom:5px;}
.product_info_floor6_list .h3 img{vertical-align:middle;display:inline-block;margin-right:8px;}
.product_info_floor6_list .h3 a img{margin-left:8px;margin-right:0;}
.product_info_floor6_list li .left{width:100%;font-size:14px;}


@media(max-width:768px){
	.product_info_floor6_top .ul li{height:55px;width:50%;justify-content:flex-start;padding-left:10px;box-sizing:border-box;border-top:1px solid #ddd;}
	.product_info_floor6_top .ul li a{justify-content:flex-start;}
	.product_info_floor6_top .ul li .Icon{width:40px;height:40px;}
	.product_info_floor6_top .ul li .h3{font-size:15px;}
	.product_info_floor6_top .ul li:nth-child(5){width:100%;}
	.product_info_floor6_top .ul li:nth-child(1),.product_info_floor6_top .ul li:nth-child(2){border-top:none;}
	.product_info_floor6_top .ul li:nth-child(2n+1){border-left:none;}
	.product_info_floor6_list .h3{font-size:16px;}
}

.pro_target2 .pro_target2_title{font-size:24px;}
.pro_target2 .pro_target2_title .i{width:40px;height:2px;}
.pro_target2 *{margin:0;padding:0;}
.pro_target2 .hd{padding:0 60px 0 30px;margin-bottom:20px;}
.pro_target2 .hd ul:after{content:'';display:block;clear:both;}
.pro_target2 .hd ul li{width:50%;box-sizing:border-box;line-height:35px;text-align:center;float:left;list-style:none;border:1px solid #ddd;font-size:18px;position:relative;}
.pro_target2 .hd ul li a{color:#000;}
.pro_target2 .hd ul li:before{content:'';display:block;border-top:10px solid #c9000b;border-bottom:10px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:100%;left:50%;margin-left:-5px;opacity:0;}
.pro_target2 .hd ul li.on:before{opacity:1;}
.pro_target2 .hd ul li.on{background:#c9000b;border:1px solid #c9000b;}
.pro_target2 .hd ul li.on a{color:#fff;}
.pro_target2 .bd{padding:0 60px 0 30px;height:400px;overflow:auto;}
.pro_target2 .bd dl dd{line-height:40px;font-size:16px;}
.pro_target2 .bd dl dd img{vertical-align:middle;display:inline-block;margin-left:10px;}

@media(max-width:768px){
	.pro_target2 .hd{padding:0 20px 0 10px;}
	.pro_target2 .bd{padding:0 20px 0 10px;height:300px;}
	.pro_target2 .bd dl dd{font-size:14px;line-height:30px;}
	.pro_target2 .bd dl dd img{width:16px;margin-left:3px;}
	.pro_target2 .pro_target2_title{font-size:20px;margin:0 0 10px 0;}
}
.Share_list{border-bottom:none;}
.Share_search{height:45px;line-height:45px;border-radius:45px;margin-bottom:50px;}
.Share_list_add li a{font-weight:bold;font-size:17px;color:#000;}
.Share_search{max-width:560px;margin:30px auto;float:none;}
.Share_list_add li{background:#fff;}
.Share_list_add li a{padding:0;display:flex;width:100%;align-items: center;justify-content: center;position:relative;background:#fff;border-left:0;}
.Share_list_add li:first-child a{border-left:1px solid #dadada;}
.Share_list_add li{margin-left:0;width:20%;box-sizing:border-box;margin-right:0 !important;}
.Share_list_add li .Icon{width:54px;height:54px;position:relative;margin-right:5px;}
.Share_list_add li .Icon img{position:absolute;top:0;left:0;width:100%;height:100%;padding-right:0;}
.Share_list_add li .Icon img.img2{transform:scale(0);-webkit-transform:scale(0);transition:all .5s;-webkit-transition:all .5s;}
.Share_list_add li a.on .Icon img.img2{transform:scale(1);-webkit-transform:scale(1);}
.Share_list_add li a.on .Icon img.img1{transform:scale(0);-webkit-transform:scale(0);}
.Share_list_add li a.on{background:#c9000b;}
.Share_list_add li a.on{color:#fff !important;}
.Share_list_add li a:before{content:'';display:block;border-top:10px solid #c9000b;border-bottom:10px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:100%;left:50%;margin-left:-5px;opacity:0;}
.Share_list_add li a.on:before{opacity:1;}

.Share_list2 li{}
.Share_list2 li a{padding-left:50px;}
.Share_list2 li a .img{width:28px;height:28px;top:11px;}
.Share_list2 li a .span{ background: url(../images/downadd.png) no-repeat center center;}
.Share_list2 li a{font-size:18px;color:#c9000b;font-weight:bold;}
.Share_list2 li .p{height:40px;border:none;background: #fff;padding:0;}
.Share_list2 li .dec{padding:10px 16px;border: 1px solid #eee;background: #fff;}

.product_info_floor6_top .ul li{position:relative;}
.Share_list li .tip, .product_info_floor6_top .ul li .tip{top:100%;line-height:initial}
.Share_list li .tip, .product_info_floor6_top .ul li .tip {
    position: absolute;
    font-size: 14px;
    color: #f00;
}
.Share_list li .tip a, .product_info_floor6_top .ul li .tip a{height: auto;
    background: no-repeat;
    color: #f00;
    display: inline;
    text-decoration: underline;
    border: none;
    font-size: 14px;
    color: #f00 !important;
    font-weight: bold;line-height:25px;}
.product_info_floor6_list{padding-top:80px;}
.Share_list_add li{position:relative;}

@media(max-width:768px){
	.Share_list_add li .Icon{width:30px;height:30px;}
	.Share_list_add li:nth-child(4) a{border-left:1px solid #dadada;}
	.Share_search{height:35px;line-height:35px;border-radius:35px;}
}

.Top_tt2{display:none}
@media(max-width:768px){
	.Top_tt{display:none}
	.Top_tt2.Top_tt{display:block;z-index: 2;}
	#certify .swiper-container{padding:0 50px}
	.Home_floor3 .right img{width:80%;height:auto}
	 #certify .swiper-button-next {height: 45px !important;top: 36% !important;right:0  !important;}
	#certify .swiper-button-prev {height: 45px !important;top: 36% !important;left: 0% !important;}
	.Home_floor3 .right {    text-align: center;}
	.nav_slide dl a{color:#999}
	.MaxNav ul li .navA{font-weight:bold}
	.Product_bottom_list .ul li > a{display: flex;width:100%;height:130px;align-items: center;justify-content: center;}
	.Product_bottom_list .ul li > a img{height:auto;vertical-align:middle}
	.Product_bottom_list .ul li .h3{margin:0;font-size: 14px;height: 60px;}
	.Product_bottom_list .ul li .Box{height:150px;}
	 .product_info_floor6_top .ul li .tip{display:none}
	 .product_info_floor6_top .ul li .on .tip{display:block}
	.product_info_floor6_list{padding-top:30px;}
	 .Solution_list_top .ul li {  width: 25%;  margin-bottom: 15px;}
	.Share_list li{overflow:visible}
	.Share_list_add li .tip{width: 340px;white-space: normal;line-height: initial;left: 0%;top: 110%;display: none;}
	.Share_list_add li .on .tip{display:block}
	
	
	.nav_slide dl dt em{font-style:normal;display:block;position:relative;}
	.nav_slide dl dt em i{position:absolute;width:100%;height:100%;top:0;left:0;}
	
	
	
	
	
}
.nav_slide dl dt em{font-style:normal;}

@media(max-width:480px){
	
	.Share_list_add li a{font-size:14px}
}
.popup-confirm{display: none}



.Home_floor3 .left .more a{background: #c9000b;border:1px solid #c9000b;color:#fff;}
.Share_list_add>p{font-size:28px !important;text-align:center;color:#333 !important;padding-top:50px;}
.Share_list .ul{padding-top:30px;}
.cat2 a{display:block;margin-bottom:15px;width:16.667%;text-align:center;line-height:34px;border-radius:34px;border:1px solid #c9000b;color:#c9000b;}
.cat2 a.on,.cat2 a:hover{background:#c9000b;color:#fff;}

@media(max-width:768px){
	.Share_list_add>p{font-size:18px !important;}
	.cat2 a{font-size:15px;width:40%;line-height:30px;border-radius:30px;}
}


/* 22-09-26 */
.buy_banner .container,.buy_banner {
	position:relative;
}
.buy_banner .textbox{
	color: #000;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 30px;
    max-width: 662px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    text-align: left;
	z-index:9;
}
.buy_banner img{
	  position: absolute;
    left:0;
    top: 0;
	z-index:0;
}
.htb_form {padding: 5% 0 ;  font-family: SourceHanSansCN-Light;
	font-size: 14px;}

.htb_form form {}

.htb_form ul {
    overflow: hidden;
    padding-left: 0;
       margin: 0 0 0 -5%;
  
}

.htb_form ul li {
    width: 45%;
    float: left;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
    margin-left: 5%;
  
}

.htb_form ul li label {
    width: 100px;
    position:absolute;
    top: 0;
    left:0;
}

.htb_form ul li label em {color: #aa1e23;}

.htb_form ul li .inputbox {
    position: relative;
    padding-left: 50px;
    border: 1px solid #e3e3e3;
    float: left;
    width: 100%;
}

.htb_form ul li .inputbox .ico {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #e3e3e3;
    height: 30px;
    padding-right:10px;
}

.htb_form ul li .inputbox .ico img {
    width: 24px;
    max-width: unset;
	position: relative;
    top: 3px;
}

.htb_form ul li .inputbox input {
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
}

.htb_form .tips {margin-top:20px;}

.htb_form .tips p {margin: 0 0 10px 0;}
.htb_form .tips p a{
	color:#aa1e23;
}
.htb_form .check {}

.htb_form .check .fcheck {
  width: 20px;
    height: 20px;
    margin-bottom: 3%;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.htb_form .check label {}

.htb_form .fbtns {
    color: #ffffff;
    overflow: hidden;
}

.htb_form .fbtns .btn {
	display: block;
color: #ffffff;
    text-align: center;
    float: left;
    border: 0 none;
 width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
}

.htb_form .fbtns .btn_submit {
    background-color: #aa1e23;
}

.htb_form .fbtns .btn_reset {
    background-color: #bdbdbd;
    margin-left: 40px;
}
.online_title{
	    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
	margin-bottom:20px;
	letter-spacing: -1px;
	color: #000000;
	text-align: center;
}
.online_textbox{

	font-size: 20px;
		color: #000000;line-height: 30px;
}

.htb_form ul li p{
	margin: 0 0 6px 0;
}
.htb_form ul li.f_desc{
		margin-left: 5%;
	width: 95%;
	padding-left:0;
}
.htb_form ul li .ftextarea{
	border:1px solid #e3e3e3;
	min-height: 200px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;

}
.popBox{
	max-width: 600px;
	width: 90%;
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	display: none;
	background: #fff;
	 box-shadow: 0 0 10px #999;
}

.popBox .close{
	position:absolute;
	right:0px;
	top: 10px;
	font-size: 30px;
	text-align :center;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.popBox.on{
	display: block;
}
.popBox .content{
	padding: 20px;
	text-align: center
}
.popBox .content .ico{
	margin: 2% auto;
}

.pop_tit{
	font-size: 30px;
}
.pop_txt{
	font-size: 20px;
	margin: 10px 0;
}
@media(max-width:1260px){
.online_banner .textbox{
	left:2%;
}
}
@media(max-width:1024px){
.online_banner .textbox {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 30px;
    max-width: 663px;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    width: 45%;
}
}
@media(max-width:640px){
		.htb_form ul{
			margin-left:0;
		}
	.htb_form ul li,.htb_form ul li.f_desc {
		width: 100%;
		margin-left:0;
	}.htb_form .fbtns .btn{
		height: 50px;
		width: 25%;
		line-height: 50px;
		font-size: 16px;
	}
	.online_title{
		font-size: 22px;
	}.online_textbox {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}.pop_tit{
	font-size: 20px;
}
.pop_txt{
	font-size: 16px;
}
.online_banner .textbox{
	font-size:14px;
	line-height:16px;
}
}

@media(max-width:480px){
	.htb_form .fbtns{
		margin-top: 20px;
	}
	.htb_form .fbtns .btn{
		width: 45%;
	}
	.online_banner .textbox{
	font-size:12px;
	line-height:14px;
	left:2%;
	width:60%;
}
}

.Share_list li,.product_info_floor6_top .ul li{
	position:relative;
}
.Share_list li .tip,.product_info_floor6_top .ul li .tip{
	position:absolute;
	font-size:14px;
	color:#f00;
}
.Share_list li .tip a,.product_info_floor6_top .ul li .tip a{
   height: auto;
    background: no-repeat;
    color: #f00;
    display: inline;
    text-decoration: underline;
    border: none;
    font-size: 14px;
	color: #f00 !important;
    font-weight: bold;
}

.product_info_floor6_top .ul li{
	    margin-bottom: 50px;
}

.Contact_1017{padding:6% 0;display:flex;justify-content:center;}
.Contact_1017 .item{width:34%;box-sizing:border-box;padding:3%;border:1px solid #dedede;margin:0 2%;}
.Contact_1017 .item .itemtit{margin-bottom:35px;}
.Contact_1017 .item .itemtit h2{font-size:20px;color:#000;margin:0;padding:0;}
.Contact_1017 .item .itemtit b{display:block;width:40px;height:4px;background:#333;margin:15px 0;border-radius:4px}
.Contact_1017 .item .itembox ul li{margin:15px 0;padding-left:50px;position:relative;font-size:16px;line-height:28px;height:56px;display:flex;align-items:center;}
.Contact_1017 .item .itembox ul li .icon{position:absolute;top:50%;left:0;width:40px;height:40px;line-height:40px;margin-top:-20px;}
.Contact_1017 .item .itembox dl dd{width:220px;line-height:35px;border-radius:5px;border:1px solid #c9000b;margin-bottom:15px;margin-left:0;text-align:center;}
.Contact_1017 .item .itembox dl dd a{display:block;font-size:16px;color:#000;}
.Contact_1017 .item .itembox dl dd:hover{background:#c9000b;}
.Contact_1017 .item .itembox dl dd:hover a{color:#fff;}

@media(max-width:768px){
	.Contact_1017 .item{width:48%;}
	.Contact_1017 .item .itemtit h2{font-size:16px;}
	.Contact_1017 .item .itemtit b{width:20px;height:2px;margin:10px 0;}
	.Contact_1017 .item .itembox ul li{font-size:14px;line-height:22px;padding-left:40px;margin:10px 0;height:44px;}
	.Contact_1017 .item .itembox ul li .icon{width:30px;height:30px;line-height:30px;margin-top:-15px;}
	.Contact_1017 .item .itembox dl dd a{font-size:14px;}
	.Contact_1017 .item .itembox dl dd{width:180px;line-height:28px;}
}

@media(max-width:640px){
	.Contact_1017{flex-wrap: wrap;}
	.Contact_1017 .item{width:100%;margin-bottom:20px;}
}



/*20231212*/
.footer_t {text-align: center;margin-top: 50px;display: inline-block;width: 100%;margin-bottom:20px}
.footer_t h3{font-size: 30px;color: #000;margin: 0 auto}
.footer_t p{font-size: 20px;color: #000;margin:20px auto 40px}
.footer_t input,.footer_t select{height: 40px;line-height: 40px;border: 1px solid #999;background: #fff;border-radius: 5px;width: 240px;margin: 0 10px;text-indent: 10px;}
.footer_t button{display: inline-block;height: 40px;line-height: 40px;border: 1px solid #c9000b;background: #c9000b;text-align: center;width: 60px;color: #fff;border-radius: 5px;}
.footer_t .imgbox{display: flex;align-items: center;justify-content: center;width: 480px;margin:60px  auto 30px;}
.footer_t .imgbox a{flex: 1}
.footer_t .imgbox a:hover img{margin-top: -10px;}
.footer_t .imgbox a img{transition: all 0.3s}



/*20240108*/
.HomeBan .links{position:absolute;left:17.5%;bottom:40px;}
.HomeBan .links i{font-family:宋体;font-style:normal}
.HomeBan .links span{height:30px;line-height:30px;padding:0 15px;border-radius:30px;border:1px solid #fff;color:#fff;font-size:16px;cursor:pointer;display:inline-block;margin-right:20px}
.HomeBan .links span:hover{background:#c9000b;border-color:#c9000b;color:#fff}
.HomeBan .swiper-container-horizontal>.swiper-pagination-bullets{left: 50%;    width: auto}


/*20240118*/
#nav2 .nav_slide .right dl .nr_box a{position: relative;}
#nav2 .nav_slide .right dl .nr_box a .cpxq{position: absolute;left: 100%;top: -25px;background: rgba(255,255,255,0.9);border-radius:8px;width: auto;max-width: 800px; z-index: 99;display: none;padding: 20px;text-align: center;}
#nav2 .nav_slide .right dl .nr_box a:hover .cpxq{display: block;}
#nav2 .nav_slide .right dl .nr_box .txt:nth-child(3n) a .cpxq{left: auto;right:100%;}
#nav2 .nav_slide .right dl .nr_box a .cpxq h3{font-size: 20px;color: #333;margin: 10px auto}
#nav2 .nav_slide .right dl .nr_box a .cpxq p{text-align: left;font-size: 16px;line-height: 20px;color: #666}
#nav2 .nav_slide .right dl .nr_box a .cpxq img{max-width: 400px;}


.hidden {
    display: none !important;
}

.input_box .textContent {
    font-size: 30px;
    font-weight: 600;
    margin-left: 20px;
    width: 150px;
}

.input_box .textInput {
    font-size: 25px;
    font-weight: 600;
}

.input_box .textRed {
    color: #b92426;
}

.countMaximg {
    margin-bottom: 20px;
    margin-top: 20px;
}

.span01 {
    font-size: 18px;
}

.Px_content p {
    font-size: 18px;
}

#dibnr04 span {
    font-size: 18px;
}

#dibnr03 span {
    font-size: 18px;
}

#dibnr02 span {
    font-size: 18px;
}

#dibnr01 span {
    font-size: 18px;
}

td .span01 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Px_content_p {
    margin-top: 23px;
}

.roitrtd {
    width: 33%;
    text-align: center;
    background-color: #bd0000;
}

#roitable .tabletitle {
    font-weight: 600;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #c30003 !important;
    background-color: #c30003;
    color: #FFF;
}

#roiintable01 .textContent {
    height: 40px;
    border: 1px solid #bbb6b6;
    padding-left: 10px;
    font-size: 18px;
    width: 160px;
}

#roiintable01 .label {
    text-align: right;
}

#roiintable01 td {
    padding-top: 5px;
}

#roiintable01 .readonly {
    background-color: #e7e4e4;
}

#roiintable02 .textContent {
    height: 40px;
    border: 1px solid #bbb6b6;
    padding-left: 10px;
    font-size: 18px;
    width: 160px;
}

#roiintable02 .label {
    text-align: right;
}

#roiintable02 td {
    padding-top: 5px;
}

#roiintable02 .readonly {
    background-color: #e7e4e4;
}

#roiintable03 .textContent {
    height: 40px;
    border: 1px solid #bbb6b6;
    padding-left: 10px;
    font-size: 18px;
    width: 160px;
}

#roiintable03 .label {
    text-align: right;
}

#roiintable03 td {
    padding-top: 5px;
}

#roiintable03 .readonly {
    background-color: #e7e4e4;
}

.table-container-center {
    vertical-align: top;
}

.roiselect {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

    .roiselect:hover {
        background-color: #999;
    }

.roiTotal {
    font-weight: 600;
    font-size: 24px;
    color: #bd0000;
    margin-top: 30px;
}

#roitable02 td {
    width: 25%;
}

#roitable02 .roidiv {
    padding: 10px;
    background-color: #b70000;
    color: #fff;
    width: 100%;
    height: 150px;
}

.roiptitle {
    font-size: 18px;
    font-weight: 600;
    margin-block-end: 0em;
}

.roipcontent {
    font-size: 40px;
    font-weight: 600;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
}

.readulspan {
    font-weight: 600;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid rgb(195, 0, 3) !important;
    font-size: 18px;
    color: #b10202;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 98%;
}

    .readulspan:hover {
        background-color: #b20000;
        color: #FFF;
    }

    .readulspan.on {
        background-color: #b20000;
        color: #FFF;
    }

.readulli {
    width: 33.3%;
    text-align: center;
}

.roiparadiv {
    text-align: left;
    font-size: 18px;
}

.countinputbox {
    width: 100px;
    background: none !important;
    padding-left: 0px !important;
    height: 50px !important;
    padding-top: 8px !important;
}

#nav4 .nav_slide .right {
    text-align: center
}

    #nav4 .nav_slide .right dl {
        padding: 0 2.8%;
        margin: 0;
        padding-top: 8px;
        min-width: 190px;
        display: inline-block;
        float: none;
        text-align: left;
    }
.countEnP dl {
    font-size:18px;
}
.span01 dl {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
}
.span01 dd {
    height:25px;
}

.new_slide_box_width {
    max-width:1100px !important;
}
.new_right_warp {
    flex-wrap: wrap;
}
    .new_right_warp dl {
        width: 25%;
        padding: 0 0 !important;
    }



/* Cookie */
.Cookie520{background: #efefef;padding:30px 0;position: fixed;z-index:999;left:0;bottom:0;width:100%;}
.Cookie520 .Cookie520Box{padding-right:60px;position: relative;}
.Cookie520 .con{width:60%;float:left;font-size: 15px;line-height: 28px;letter-spacing: 1px;}
.Cookie520 .cookiebtn{float:right;width:30%;margin-top:20px;}
.Cookie520 .cookiebtn::after{content:'';display: block;clear: both;}
.Cookie520 .cookiebtn {margin-left:-3%;}
.Cookie520 .cookiebtn a{line-height: 30px;border-radius: 30px;background: #c31820;display: block;float:left;width:30.33%;color:#fff;text-align: center;margin-left:3%;}
.Cookie520 .Cookie520Box .cookitclose{width:30px;height:30px;background: url(../images/cookc1.svg) no-repeat center center;position: absolute;right:0;top:20px;cursor: pointer;}
.Cookie520 .Cookie520Box .cookitclose:hover{background: url(../images/cookc2.svg) no-repeat center center;}

.CookPopup{position: fixed;width:100%;height:100%;background: rgba(0,0,0,0.6);z-index:999;left:0;top:0;display: none;}
.CookPopup .CookPopupBox{width:96%;max-width:1260px;background: #fff;box-sizing: border-box;padding:3%;position: absolute;left:50%;top:50%;transform: translate(-50%,50%);-webkit-transform: translate(-50%,-50%);}
.CookPopup .CookPopupBox::after{content:'';display: block;clear: both;}
.CookPopup .CookPopupBox .CookPopupBoxL{width:25%;float:left;}
.CookPopup .CookPopupBox .CookPopupBoxR{width:60%;float:right;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab{margin-top:60px;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li{margin-bottom:20px;line-height: 35px;border:1px solid #c31820;text-align: center;font-size: 18px;color:#c31820;list-style: none;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li a{color: #c31820;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li.on{background: #c31820;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li.on a{color:#fff;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li:hover{background: #c31820;}
.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li:hover a{color:#fff;}

.CookPopup .CookPopupBox .CookPopupBoxR .box{min-height:250px;}
.CookPopup .CookPopupBox .CookPopupBoxR .ctabCon{display: none;}
.CookPopup .CookPopupBox .CookPopupBoxR .tabcontit{font-size: 24px;font-weight: bold;color:#c31820;margin-bottom:15px;}
.CookPopup .CookPopupBox .CookPopupBoxR .con{font-size: 15px;line-height: 25px;}
.CookPopup .CookPopupBox .CookPopupBoxR .CookPopupBnt{margin-top:40px;}
.CookPopup .CookPopupBox .CookPopupBoxR .CookPopupBnt a{display: inline-block;line-height: 30px;padding:0 0;text-align: center;background: #c31820;color:#fff;border-radius: 30px;min-width:120px;box-sizing: border-box;margin-right:20px;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn{margin:40px 0 20px 0;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn .bbth{width:60px;background: #c31820;height:24px;border-radius: 25px;position: relative;transition: all .5s;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn .bbth i{width:22px;height:22px;background: #fff;border-radius: 50%;position: absolute;left:1px;top:1px;display: block;transition: all linear .5s;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn .bbth span{font-size: 20px;color:#c31820;position: absolute;left:110%;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);transition: all .5s;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn .bbth .s2{display: none;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn.on .bbth{background: #319138;color:#319138;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn.on .bbth .s2{display: block;color:#319138;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn.on .bbth .s1{display: none;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn.on .bbth i{left:37px;}
.CookPopup .CookPopupBox .CookPopupBoxR .text{margin-top:20px;line-height: 25px;}
.CookPopup .CookPopupBox .CookPopupBoxR .choosebtn.on .text{display: none;}


.CookPopup .cookiebtn{width:30px;height:30px;background: url(../images/cookc1.svg) no-repeat center center;position: absolute;right:20px;top:20px;cursor: pointer;}
.CookPopup .cookiebtn:hover{background: url(../images/cookc2.svg) no-repeat center center;}

@media(max-width:768px){
	.Cookie520 .con{width:100%;font-size: 14px;line-height: 25px;}
	.Cookie520 .cookiebtn{width:100%;margin-left:0;}
	.Cookie520 .cookiebtn a{margin:0 1.5%;}
	.Cookie520 .Cookie520Box .cookitclose{top:-10px;right:0;}
	.CookPopup .CookPopupBox .CookPopupBoxL{width:100%;}
	.CookPopup .CookPopupBox .CookPopupBoxL .cooktab ul li{line-height: 30px;margin-bottom:10px;font-size: 15px;}
	.CookPopup .CookPopupBox .CookPopupBoxR{width:100%;margin-top:20px;}
	.CookPopup .CookPopupBox .CookPopupBoxR .box{min-height:100px;}
	.CookPopup .CookPopupBox .CookPopupBoxR .tabcontit{font-size: 18px;}
	.CookPopup .CookPopupBox .CookPopupBoxR .con{font-size: 14px;line-height: 25px;}
	.CookPopup .CookPopupBox .CookPopupBoxR .CookPopupBnt a{min-width:100px;margin-right:5px;}
	.Cookie520 .Cookie520Box{padding-right:30px;}

}



/*最新资讯-20241008*/

.news_list {
    padding: 40px 0 0;
}
.news_list  .Navs{text-align:center;font-size:0;width:100%;padding:20px 0 40px;}
.news_list  .Navs p{display:inline-block;font-size:18px;border:1px solid #dedede;margin: 0 auto;padding: 0px 20px;height: 40px;line-height: 40px;width:33.33%}
.news_list  .Navs p.on{background:#c9000b;border-color:#c9000b}
.news_list  .Navs p a{color:#333}
.news_list  .Navs p.on a{color:#fff}


.news_list li {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.news_list li .right {
    margin-top: 15px;
    padding-bottom: 15px;
}

.news_list li .time {
    width: 128px;
    padding-left: 30px;
    background: url(../images/news_06.png) #c2c2c2 no-repeat 12px center;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.news_list li .h3 {
    padding: 5px 0 8px;font-size:20px;
}

.news_list li .h3 a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.news_list li .p {
    line-height: 24px;
    padding-bottom: 10px;
}

.news_list li .more {
    display: block;margin-bottom:20px;
  
}

.news_list li .date{color:#999;}

.news_list li .h3 a:hover {
    color: #c9000b;
}

.news_list .columnName {
    float: right;
}

/* 技术与方案资讯 */
.news_list .Navs_1 p{width:50%;}
.news_list_927 ul li{padding:20px 0;margin-bottom:0;}
.news_list_927 ul li a{display:block;padding-left:60px;position:relative;}
.news_list_927 ul li .ico{position:absolute;left:0;top:5px;}
.news_list_927 ul li .txt .tit{font-size:20px;font-weight:bold;color:#333;}
.news_list_927 ul li:hover .txt .tit{color:#c9000b;}
.news_list_927 ul li .txt .tit img{display:inline-block;position:relative;top:3px;margin-left:10px;}
.news_list_927 ul li .txt .dec{font-size:14px;line-height:24px;color:#333;margin:8px 0;}
.news_list_927 ul li .txt .date{font-size:14px;color:#999;}

@media(max-width:640px){
	.news_list_927 ul li a{padding-left:48px;}
	.news_list_927 ul li .ico img{width:30px;}
	.news_list_927 ul li .txt .tit{font-size:16px;}
	.news_list_927 ul li .txt .tit img{top:1px;}
}


/*20230614*/
.jqhd_list.news1_list_left{width: 100%;}
.jqhd_list.news1_list_left .news1_list_left_title{text-align: left;font-size: 48px;}
.jqhd_list.news1_list_left table{margin:40px 0}
.jqhd_list.news1_list_left table *{margin: 0;padding: 0}
.jqhd_list.news1_list_left table tr{border-bottom: 1px solid #dedede;margin-bottom: 1px;line-height: 1.2;position: relative;height: 100px;}
.jqhd_list.news1_list_left table tr:after{position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background:#dedede}
.jqhd_list.news1_list_left table tr .td1 h3{font-size: 24px;color: #333;padding-right: 20%;}
.jqhd_list.news1_list_left table tr .td1 span{font-weight: bold;color: #C9000B;font-family: 宋体;}
.jqhd_list.news1_list_left table tr td h4{font-size: 20px;color: #C9000B;}
.jqhd_list.news1_list_left table tr td p{font-size: 16px;color: #666}
.jqhd_list.news1_list_left table tr td{width:20%}
.jqhd_list.news1_list_left table tr .td1{width:46%}
.jqhd_list.news1_list_left table tr .td5,.jqhd_list.news1_list_left table tr .td4{width:10%}

.yycg.news1_list_right{width:100%;border-left:none;padding:5% 0}
.yycg.news1_list_right .news1_list_right_title{text-align: left;font-size: 40px;}
.yycg.news1_list_right .Product_xj_bottom .ul li{width: 48%;float: left;}
.yycg.news1_list_right .Product_xj_bottom .ul li:nth-child(2n){float: right;}
.Product_xj_bottom .submit_box input.btn{background:#ccc}

@media(max-width:1600px){
    
    .tablebox,.news_info_jqhd,.news1_list_left_title{width:90%;margin:0 auto}
}
@media(max-width:1440px){
    
    .tablebox,.news_info_jqhd,.news1_list_left_title{width:86%;}
}
@media(max-width:1280px){
    
    .tablebox,.news_info_jqhd,.news1_list_left_title{width:80%;}
}
@media(max-width:1024px){

.pro_slide_right{display:none}
.news_info_jqhd,.news1_list_left_title{width:100%;}
.tablebox{width:100%;overflow-x:auto;}
.tablebox table{width:1200px;}
}

@media(max-width:640px){
  .yycg.news1_list_right .Product_xj_bottom .ul li{width: 100%;float: left;}
.yycg.news1_list_right .Product_xj_bottom .ul li:nth-child(2n){float: left;}  
}




/* 近期活动详情 */
.news_info_jqhd .singPage_title{font-size: 45px;text-align: left;line-height:60px;}
.news_info_jqhd>b{display: block;width:70px;height:3px;background: #333;margin:30px 0;;}
.news_info_jqhd .news_info_jqhd_base .base_l{width: 50%;float:left;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li{width:50%;float:left;text-align: center;box-sizing: border-box;padding: 0 60px 0 0;margin-bottom: 60px;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li .icon{width:80px;height:80px;line-height: 80px;margin:0 auto;float:left;max-width: 28%;margin-top: 10px;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li .icon img{max-width:100%;max-height:100%;vertical-align: middle;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li .txt{margin-top:15px;float: left;text-align: left;padding-left: 10px;width: 72%;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li .txt p{font-size: 15px;margin:0;padding:0;border-bottom: 1px solid #999;line-height: 2;}
.news_info_jqhd .news_info_jqhd_base .base_l ul li .txt span{font-size: 20px;color:#c9000b;font-weight: bold;display: block;margin-top:10px;}
.news_info_jqhd .news_info_jqhd_base .base_l ul{display:flex;flex-wrap: wrap;}
.news_info_jqhd .news_info_jqhd_base{padding-top:40px;}
.news_info_jqhd .news_info_jqhd_base .base_r{width:50%;float:right;margin-top:-50px;}
.news_info_jqhd .news_info_jqhd_base .base_r .img{text-align: center;}
.news_info_jqhd .news_info_jqhd_base .base_r .img img{max-width:100%;}
.news_info_jqhd .news_info_jqhd_btn{margin:50px 0;}
.news_info_jqhd .news_info_jqhd_btn a{display: inline-block;padding:0 25px;line-height: 40px;border-radius: 40px;background: #c9000b;color:#fff;color:#fff;}
.news_info_jqhd .news_info_jqhd_btn img{display: inline-block;max-height:20px;vertical-align: middle;position: relative;top:-5px;}
.news_info_jqhd .news_info_jqhd_content{padding-bottom:5%;line-height: 1.8;}

@media(max-width:1024px){
    .news_info_jqhd .singPage_title{font-size: 24px;font-weight: bold;line-height: 1.8;}
    .news_info_jqhd>b{width:50px;margin:20px 0;}
    .news_info_jqhd .news_info_jqhd_base .base_l ul li .icon{width:50px;height:50px;line-height: 50px;}
    .news_info_jqhd .news_info_jqhd_base .base_l ul li .txt p{font-size: 14px;}
    .news_info_jqhd .news_info_jqhd_base .base_l ul li .txt span{font-size: 16px;}
.news_info_jqhd .news_info_jqhd_base .base_r{margin-top:-0px;}

}

@media(max-width:640px){
    .news_info_jqhd .singPage_title{font-size: 16px;}
    .news_info_jqhd .news_info_jqhd_base{padding-top:20px;}
    .news_info_jqhd .news_info_jqhd_base .base_r{width:100%;}
    .news_info_jqhd .news_info_jqhd_base .base_l{width:100%;}
    .news_info_jqhd .news_info_jqhd_base .base_l ul li{margin-bottom:20px;}
    .news_info_jqhd .news_info_jqhd_btn{margin:20px 0;}
    .news_info_jqhd .news_info_jqhd_btn a{padding:- 18px;line-height: 35px;}
    
}
