﻿
html {
    margin: 0;
    padding: 0;
    border: 0;
}
em{font-style:normal}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #999;
}

a:visited {
    color: #999;
}

a:hover, a:active, a:focus {
    color: #646464;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.container-fluid {
    max-width: 1400px;
    padding: 0;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

/* @media (max-width: 1800px) {
    .container-fluid {
        padding: 0 80px;
    }
} */

/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

/*头部开始*/

.topdh {
    margin-top: 24px;
    margin-left: 5%;
}

.topdh .tel {
    font-size: 20px;
    font-weight: normal;
    height: 52px;
    line-height: 52px;
    /* background-color: #646464; */
    /* border-radius: 50px; */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0px 20px; */
}

.topdh .tel span {
    display: block;
    font-size: 20px;
    color: #333
}

.topdh p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}

.header {
    height: 100px;
    width: 100%;
    z-index: 100;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.9);
    top: 0;
}

.header:before {
    content: '';
    width: 100%;
    height: 1px;
    /* background: #ffffff; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.header .logo {
    float: left;
    margin-top: 20px;
}

.header ul {
    float: right;
    height: 100%;
    text-align: center;
}

.header ul li {
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.header ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 100px;
    font-weight: bold;
}

.header ul li a:hover {
    color:#0352b8;
}

.header ul li.active a{
    color:#0352b8;
}

.header ul li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header ul li .x-sub-menu {
    height: unset;
}

.header ul li .x-sub-menu li {
    width: 100%;
    padding: 0;
    background: #fff;
}

.header ul li .x-sub-menu li a {
    line-height: 44px;
    border-bottom: 0;
    color: #444444;
    font-size: 16px;
}

.header ul li .x-sub-menu li a:hover {
    color: #6a0303 !important;
    text-shadow: 0px 0px 0px #000000;
}

.header ul .headermod:hover a {
    /* border-color: #646464; */
}

@-webkit-keyframes cyc {
    0% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
    20% {
        -webkit-transform: skew(20deg);
        transform: skew(20deg)
    }
    40% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
    60% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes cyc {
    0% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
    20% {
        -webkit-transform: skew(20deg);
        transform: skew(20deg)
    }
    40% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
    60% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

/*头部结束*/

/*banner开始*/

/*banner结束*/

.x-banner {
    margin-top: 0px;
    position: relative;
}

/* .page-banner {
    margin-top: 100px
} */

.pro {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../image/probg.png);
    background-size: 100% 100%;
}

.title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    align-items: center;
}

.index-news .title {
    width: 50%;
}

/* .title h1 {
    font-size: 66px;
    color: #ddd;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 2;
} */

.pro .title h1:after {
    content: "产品展示";
    background-size: 18px;
    width: 150px;
    height: 40px;
    font-size: 30px;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #666;
}

.title h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 6px;
}

/*产品列表开始*/

.pro .homeonedh {
    /* margin-top: 60px; */
    /* border: 1px solid #ddd; */
    width: calc(100% - 450px);
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: flex-end;
}

.pro .homeonedh li {
    text-align: center;
    border: 1px solid #d2d3d7;
    border-radius: 50px;
    height: 44px;
    line-height: 44px;
    margin-left: 28px;
    padding: 0px 20px;
    overflow: hidden;
}

.pro .homeonedh li a {
    color: #666;
    font-size: 14px;
    display: block;
}

.pro .homeonedh li.on {
    background-color: #646464;
    border: 1px solid #646464;
}

.pro .homeonedh li.on a {
    color: #fff;
}

.pro .homeonepro {
    margin-top: 40px;
}

.pro .homeonepro .pro2 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pro .homeonepro .pro2 ul li {
    border: 1px solid #ddd;
    width: calc(50% - 20px);
    height: 242px;
    border-radius: 8px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 34px;
}

.pro .homeonepro .pro2 ul li:nth-child(2n) {
    margin-right: 0;
}

.pro2 ul li a {
    display: block;
    overflow: hidden;
    width: 48%;
}

.pro2 ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pro2 ul li:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro2 ul li a.homeonetit {
    font-size: 14px;
    /* line-height: 50px; */
    /* text-align: center; */
    width: calc(52% - 0px);
    padding: 2.5rem 1.125rem;
    color: #666666;
    background: url(../image/probg1.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    background-color: #ffffff;
}

.pro2 ul li a.homeonetit p {
    margin-bottom: 26px;
    width: 100%;
    line-height: 22px;
}

.pro2 ul li a.homeonetit p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.twosl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.onesl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pro .homeonepro .pro2 ul li:hover a.homeonetit {
    background: url(../image/probg2.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    background-color: #646464;
    color: #fff;
}

.pro .homeonepro .pro2 ul li:hover a.homeonetit p {
    color: #ffffff !important;
}

.homeone .homeonefr {
    margin-bottom: 30px;
    margin-top: 30px;
}

.homeone .homeonefl ul li {
    float: left;
    width: 31.3333%;
    margin-bottom: 3%;
    transition: all .3s;
    border: 1px solid #ddd;
    margin-right: 3%;
}

.homeone .homeonefl ul li:nth-child(3n) {
    margin-right: 0%;
}

.homeone .homeonefl ul li a.homeonepic {
    position: relative;
    overflow: hidden;
    display: block;
}

.homeone .homeonefl ul li img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.homeone .homeonefl ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.homeone .homeonefl ul li a.homeonetit {
    color: #0e0e0e;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    display: block;
}

/*产品列表结束*/

/*优势开始*/
.promod .promod_a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promod p{
    width: 100%;
    color: #000!important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.add_cnc_m {
    clear: both;
    background: url(../image/49849350.jpg) center top no-repeat ;
    padding: 90px 0 68px;
    height: 710px;
    background-size: 100% 100%;
    margin-top: 40px;
    transform: scale(0.8);
}
.add_cnc_b{
    display: flex;
    position: relative;
    min-height: 120px;
    align-items: center;
}
.add_cnc_box{
    width: 148px;
    height: 148px;
    border-radius: 150px;
    border: 4px solid #287fec;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    z-index: 2;
}

.add_c_tetx_l{
    background: #287fec;
    bottom: 25%;
    z-index: 1;
    min-width: 420px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 4px solid #13aaf9;
    color: #fff;
    margin-left: 11%;
}
.add_cnc_box_r{
    width: 148px;
    height: 148px;
    border-radius: 150px;
    border: 4px solid #287fec;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    z-index: 2;
    position: absolute;
    right: 50%;
}
.add_cnc_boxs{
    width: 130px;
    height: 130px;
    border: 2px solid #287fec;
    border-radius: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_c_img{
    background: #287fec;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}
.add_c_img img{
    width: 70px;
    
}
.add_c_tetx{
    background: #287fec;
    position: absolute;
    left: 8%;
    top: 25%;
    bottom: 25%;
    z-index: 1;
    min-width: 420px;
    min-height: 70px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 4px solid #13aaf9;
    color: #fff;
    justify-content: center;
}
.add_c_tetx span{
    /*margin-top: 3%;*/
    font-size: 24px;
}
.add_c_tetx em{
    font-size: 48px;
    font-weight: bold;
    margin-right: 4%;
}
.add_c_tetx_l span{
    font-size: 24px;
    /*margin-top: 3%;*/
}
.add_c_tetx_l em{
    font-size: 48px;
    font-weight: bold;
    margin-right: 4%;
}
.mingpai {
    clear: both;
    position: relative;
    background: url(../image/gsjsbg.png) center top no-repeat ;
    padding: 90px 0 68px;
    height: 710px;
    background-size: 100% 100%;
    margin-top: 40px;
}
.add_cnc_mbox{
    position: relative;
}
.add_cnc_img{
    position: absolute;
    top: 0;
    max-height: 500px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_cnc_img img{
    width: 100%;
    height: 100%;
}
/* .mingpai .title h1:after {
    content: "罐体测试";
    background-size: 18px;
    width: 150px;
    height: 40px;
    font-size: 30px;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #fff;
} */

.mingpaileft {
    width: 100%;
}

.mingpairight, .mingpairight_m {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.mingpairight_m {
    margin-top: 40px;
}

.mingpaileft .title h1, .mingpaileft_m .title h1 {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    bottom: -3px;
}

.mingpaileft_m {
    text-align: center;
}

.mingpaileft_m .title h1 {
    font-size: 24px;
    width: 100%;
}

.mingpaileft .title img {
    width: 320px;
}

.mingpaileft_m .title img {
    width: 215px;
}

.mingpai .mingpaileft .ceshi, .mingpai .mingpaileft_m .ceshi {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.mingpai .mingpaileft_m .ceshi {
    margin-top: 7px;
}

.mingpai .mingpaileft .text, .mingpai .mingpaileft_m .text {
    font-size: 18px;
    line-height: 1.75;
    max-width: 500px;
    font-weight: bold;
    margin-top: 50px;
    color: #fff;
}

.mingpaileft a, .mingpaileft_m a {
    width: 156px;
    height: 46px;
    font-size: 16px;
    line-height: 44px;
    border: 2px solid #addcf3;
    display: block;
    color: #fff;
    margin-top: 60px;
    text-align: center;
}

.mingpai .container {
    margin-top: 45px;
    position: relative;
    background: url(/skin/images/mingpaibg02.png) right top no-repeat;
    padding-left: 290px;
}

.mingpairight .ysmod, .mingpairight_m .ysmod {
    padding: 20px 17px;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 8px;
}

.mingpairight .ysmod {
    width: calc(25% - 25px);
}

.mingpairight_m .ysmod {
    padding: 15px;
    margin: 0px 10px;
    width: calc(50% - 20px);
}

.ysmod .ysmodin {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding-top: 24px;
}

.ysmod .ysmodin img {
    margin: 0 auto;
    margin-bottom: 25px;
}

.mingpairight_m .ysmod .ysmodin {
    padding-top: 20px;
}

.mingpairight_m .ysmod .ysmodin img {
    width: 40px;
    margin-bottom: 20px;
}

.ysmod .ysmodin p {
    font-size: 14px;
    color: #555555;
    line-height: 20px;
}

.ysmod .ysmodin .ystit {
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}

.mingpairight_m .ysmod .ysmodin .ystit {
    margin-bottom: 20px;
    font-size: 18px;
}

.mingpairight_m .ysmod .ysmodin p {
    font-size: 12px;
}

.ljzxbtn {
    width: 150px;
    height: 44px;
    line-height: 44px;
    background-color: #646464;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 23px;
    font-size: 14px;
}

.mingpairight_m .ljzxbtn {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
}

/* .mingpai .mingpaitit {
    color: #fff;
    font-size: 32px;
    display: inline-block;
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    top: -10px;
    font-weight: bold;
    text-align: center;
}

.mingpai .mingpaipic {
    width: 152px;
    height: 152px;
    bottom: -100px;
    right: 30px;
    position: absolute;
}

.mingpai .mingpaitit:after {
    content: "";
    position: absolute;
    right: -186px;
    top: 45px;
    width: 178px;
    height: 8px;
    background: url(/skin/images/mingpaipic03.png) right center no-repeat;
}

.mingpai ul {
    padding-top: 130px;
    padding-right: 20px;
}

.mingpai ul li {
    float: left;
    text-align: center;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.mingpai ul li:last-child {
    margin-right: 0;
}

.mingpai ul li img {
    display: inline-block;
}

.mingpai ul li span {
    line-height: 70px;
    display: block;
    font-size: 26px;
    color: #333;
}

.mingpai ul li p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: left;
} */

/*优势结束*/

/* 案例 */

.casemod {
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.casemod .protit_pc {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.casemod .protit_m {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 14px;
}

.casemodind {
    display: none;
    width: 200px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 55px;
    border: 1px solid #636363;
    margin: 0 auto;
}

/* 案例 */

/*地图开始*/

.index-ditu {
    height: 750px;
    background: url(../image/ditu.jpg) no-repeat center;
}

.index-ditu .title h1 {
    color: #fff;
}

.index-ditu .title h1:after {
    content: "客户分布";
    background-size: 18px;
    width: 150px;
    height: 40px;
    font-size: 30px;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #333;
}

.index-shuzi {
    background-color: #2c2c2c
}

.index-shuzi ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 20px 0;
}

.index-shuzi ul li span {
    font-size: 18px;
    line-height: 2;
    color: #d5d5d5;
}

.index-shuzi ul li p {
    font-size: 18px;
    line-height: 50px;
    color: #d5d5d5;
}

.index-shuzi ul li p b {
    font-size: 48px;
    font-weight: bold;
    color: #d5d5d5;
    margin-right: 4px;
    margin-left: 4px;
}

.index-zhengshu {
    height: 150px;
    background: #f4f5f7 url(../image/zhengshu.jpg) center no-repeat;
    background-size: 100%;
}

/*关于我们开始*/

.index-about {
    /* background: #dfdee3; */
    margin-top: 60px;
    position: relative;
}

.bgabout {
    width: 100%;
    position: absolute;
    top: 0;
}

.bgabout img {
    width: 100%;
}

.index-about .index-aboutfl {
    width: 59%;
    float: left;
    position: relative;
}

/* .index-about .index-aboutfl p {
    font-size: 14px;
    line-height: 2.75;
    color: #fff;
    margin-top: 7.2%;
} */

.index-about .index-aboutfr {
    width: 41%;
    float: right;
    height: 100%;
}

.index-about .index-aboutfr img {
    width: 100%;
    height: auto !important;
}


.toaboutus {
    width: 288px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #666;
    font-size: 24px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10%;
    background-color: #ffffff;
    letter-spacing: 4px;
}

.index-about .index-aboutfr a {
    margin-bottom: 80px;
    margin-top: 40px;
    width: 120px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    display: block;
    text-align: center;
}

/*关于我们结束*/

.index-news {
    padding-top: 40px;
    background: url(/skin/images/news-bg.jpg) center no-repeat;
    margin-top: 60px;
}

.index-news .title h1:after {
    content: "新闻中心";
    background-size: 18px;
    width: 150px;
    height: 40px;
    font-size: 30px;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #333;
}

.index-news .news-h2 {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.index-news .news-h2-fl {
    width: 70%;
    float: left;
}

.index-news .news-h2-fr {
    text-align: right;
    color: #fff;
    float: right;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    display: block;
    padding: 4px 20px;
    border: 1px solid #fff;
}

.index-news .news-h2-fr:hover {
    background-color: #fff;
    color: #333;
}

.index-news .news-left {
    width: 44%;
    float: left;
    margin-top: 50px;
}

.index-news .news-left ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 20px;
    background: #fff;
    float: left;
}

.index-news .news-left ul li:nth-child(2n) {
    margin-right: 0;
}

.index-news .news-left ul li a {
    display: block;
}

.index-news .news-left ul li p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    display: block;
}

.index-news .news-left ul li:hover p {
    color: #0073bd
}

.index-news .news-left ul li span {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.index-news .news-right {
    width: 44%;
    float: right;
    margin-top: -120px;
    margin-bottom: 60px;
}

.index-news .news-right ul li {
    margin-bottom: 20px
}

.index-news .news-right ul li .news-right-time {
    width: 20%;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.index-news .news-right ul li .news-right-con {
    width: 80%;
    float: right;
}

.index-news .news-right ul li .news-right-con p {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    color: #fff;
    overflow: hidden;
}

.index-news .news-right ul li:hover .news-right-con p {
    color: #80d7ff
}

.index-news .news-right ul li .news-right-con span {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: #fff;
    display: block;
    height: 42px;
    overflow: hidden;
}

.index-help {
    text-align: center;
    padding-top: 80px;
}

.index-help h4 {
    font-size: 60px;
    text-align: center;
    display: block;
    width: 100%;
    color: #666;
    font-weight: normal;
    padding-bottom: 40px;
}

.index-help .moreleft {
    width: 280px;
    height: 90px;
    text-align: right;
    font-size: 32px;
    line-height: 86px;
    color: #333;
    display: inline-block;
    border: 2px solid #333;
    padding-right: 10px;
    border-right: 0;
}

.index-help .moreright {
    width: 280px;
    height: 90px;
    text-align: left;
    font-size: 32px;
    line-height: 90px;
    color: #fff;
    display: inline-block;
    background-color: #0073bd;
    padding-left: 10px;
}

.index-help p {
    font-size: 18px;
    color: #666;
    display: block;
    margin-top: 40px;
}

.contact-top {
    position: relative;
    width: 100%;
    background: url(/skin/images/bannercon.jpg) right no-repeat;
    background-size: cover;
}

.contact-top img {
    max-width: 100%;
}

.main-pro {
    padding: 30px 0 60px;
    width: 100%;
}

.main-pro .page-position {
    color: #333;
}

.main-pro .page-position a {
    color: #333;
}

.contact-news {
    padding-top: 30px;
}

.contact-news li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.contact-news li:nth-child(2n) {
    margin-right: 0;
}

.contact-title {
    font-size: 36px;
    line-height: 2;
    text-align: center;
    color: #333;
    padding-top: 40px;
}

/* 联系头部 */

.contact-top .top-text {
    width: 100%;
    margin-top: 40px;
}

.top-text p {
    font-size: 18px;
    color: #666;
    line-height: 2em;
    margin-bottom: 20px;
}

.top-text-img {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.top-text-img img {
    max-width: 90px;
}

.top-text-img p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}

.contact-top .top-text .qt {
    overflow: hidden;
}

.more-a {
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background: #337ab7;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    transition: background-position .6s ease;
}

.top-text .more-a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contact-top .top-text .lx-a {
    margin-right: 0;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    cursor: pointer;
}

.top-text .more-a img {
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.lx-tel {
    display: block;
    background: url(../image/lx-bg.png) no-repeat left center;
    line-height: 60px;
    position: relative;
    margin-left: -6px;
    color: #fff;
    padding-left: 66px;
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-top: -1px;
    cursor: pointer;
    padding-right: 60px;
}

.lx-tel img {
    margin-right: 20px;
    margin-top: -4px;
    margin-left: 4px;
}

.top-text h1, .top-text strong {
    font-size: 36px;
    line-height: 52px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-zixun {
    margin-top: 60px;
}

.contact-zixun li {
    width: 48%;
    float: left;
    margin-right: 4%;
    text-align: center;
}

.contact-zixun li:nth-child(2n) {
    margin-right: 0;
}

.contact-zixun li h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #333;
    line-height: 2;
}

.contact-zixun li p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}

.contact-zixun li span {
    font-size: 18px;
    color: #666;
    line-height: 2;
    height: 40px;
    display: block;
}

.contact-zixun li span b {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.contact-zixun li span b.contact-zixun-a {
    background: url(../image/contact-zixun-b.png) no-repeat left;
    padding-left: 40px;
    color: #666
}

.contact-zixun li span b.contact-zixun-b {
    color: #646464;
}

#b_rMap {
    height: 600px;
}

/* 联系头部 */

.foot {
    /* background: #ebebeb; */
    background: url(../image/footbg.png) center top no-repeat #646464;
    padding: 3.5% 0 3.5%;
    background-size: cover;
}

.foot .ftnav {
    margin-top: 38px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.foot .ftnav h1 {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 40px;
}

.foot .ftnav h1 a {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 40px;
}

.foot1 .foot2 {
    width: 100%;
    float: left;
}

.foot1 .foot2 .ftlogo {
    float: left;
    width: 20%;
    margin-left: 12px;
}

.foot1 .foot2 .ftlogo img {
    max-width: 100%;
}

.foot1 .foot2 .ftlx {
    margin-right: 7%;
}

.foot1 .foot2 .ftlx h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
}

.foot1 .foot2 .ftlx h2 {
    margin-top: 8px;
}

.foot1 .foot2 .ftlx h2 p {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #7d828c;
}

.foot1 .foot2 .ftlx1 {
    width: 20%;
    margin-right: 3%;
}

.foot1 .foot2 .ftlx1 h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}

.foot1 .foot2 .ftlx1 h2 {
    margin-top: 8px;
}

.foot1 .foot2 .ftlx1 h2 p {
    float: left;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #666;
}

.friendlink, .friendlink1 {
    width: 100%;
    color: #666666;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 5px;
}

.friendlink a:link {
    color: #999;
}

.friendlink a {
    margin: 20px 5px 0px 0px;
    color: #999;
}

.beian, .beiancn {
    width: 100%;
    color: #666;
    font-size: 15px;
    margin-top: 60px;
    padding: 20px 0px 0px 5px;
}

.beiancn {
    margin-top: 15px;
    padding: 0px 0px 0px 5px;
}

.beian a:hover, .beiancn a:link, .beiancn a:hover {
    color: #666;
}

.beian1 {
    width: 100%;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.footnav {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    /* height: 40px; */
    line-height: 40px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
    margin-bottom: 37px;
}

.footnav a {
    margin: 0px 5px;
}

.footnav a:hover {
    color: #999999;
}

.f_link {
    font-size: 14px;
    color: #eee;
    font-weight: normal;
    line-height: 24px;
}

.f_link a {
    line-height: 36px;
    color: #666666;
    position: relative;
}

.f_link a:after {}

.f_link a:last-child:after {
    display: none;
}

.ftewm {
    margin-top: 10px;
    padding: 9px 0;
}

.ftewm .ftewm1 {
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.ftewm .ftewm1 img {
    max-width: 100%;
    width: 150px;
    height: 150px;
}

.ftewm .ftewm1 p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.ftewm .ftewm2 {
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
}

.ftewm .ftewm2 img {
    max-width: 100%;
}

.ftlx2 {
    margin-right: 10%;
}

.footer {
    background: #006fbc;
    color: #fff;
    font-weight: normal;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
}

.footer a {
    color: #fff;
}

.inxprod-list li a {
    padding: 30px;
}

.inxprod-list li .txt {
    font-size: 14px;
}

.index-newsbg {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 1800px) {
    .header ul li {
        padding: 0 10px;
    }
}
@media (max-width: 1200px) {
    .index-about .index-aboutfr img{
        min-height: auto !important;
    }
    .add_cnc_m{
        height: 100%;
        padding: 0;
    }
    .add_cnc_img{
        position: inherit;
        max-height: 100%;
    }
    .add_c_tetx {
        background: #287fec;
        position: absolute;
        left: 8%;
        top: 17%;
        bottom: 17%;
        z-index: 1;
        min-width: 88%;
        min-height: 88px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        border: 4px solid #13aaf9;
        color: #fff;
        justify-content: center;
    }
    .add_c_tetx_l{
        background: #287fec;
        top: 17%;
        bottom: 17%;
        z-index: 1;
        min-width: 88%;
        min-height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 4px solid #13aaf9;
        color: #fff;
        margin-left: 0;
    }
    .add_cnc_box_r {
        width: 148px;
        height: 148px;
        border-radius: 150px;
        border: 4px solid #287fec;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        position: absolute;
        z-index: 2;
        position: absolute;
        right: 2%;
    }
}
@media (max-width: 1460px) {
    .header{height: 80px;}
    .topdh {
        margin-top: 14px;
        margin-left: 2%;
    }
     .header ul li a {
        font-size: 20px;
        line-height: 80px;
    } 
    .header .logo{margin-top: 15px;}
    .header .logo img{height: 50px;}
     .container-fluid{padding:0 50px;}

    .index-news .news-right {
        margin-top: -40px;
    }
    .bannerbox {
        bottom: 7%;
    }
    .bannerbox a {
        font-size: 20px;
    }
    .title h1 {
        font-size: 32px;
    }
    .title h2 {
        font-size: 16px;
    }
    .title h1:before {
        margin-top: 24px;
    }
    .index-ditu {
        height: 550px;
        background-size: cover;
    }
    #b_rMap {
        height: 400px
    }
    .topdh .tel span {
        font-size: 20px;
    }
    .mingpai .mingpaipic {
        margin-left: -600px
    }
    .mingpai .container {
        padding-left: 250px;
    }
    .mingpai ul li i b {
        font-size: 48px;
    }
    .mingpai ul li {
        font-size: 16px;
    }
    .mingpai .mingpaitxt {
        font-size: 16px;
    }
    .homeone .homeonefl ul li a.homeonetit {
        font-size: 14px;
        height: 48px;
        overflow: hidden;
    }
    .mingpai .mingpaitit:after {
        display: none;
    }
    .contact-top .top-text {
        margin-top: 40px
    }
    .top-text h1, .top-text strong {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .top-text p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .lx-tel {
        font-size: 24px;
    }
    .foot1 .foot2 .ftlx {
        margin-right: 5%;
    }
}

@media (max-width: 767px) {
    .xymob-head-box .xymob-logo img{
        height: 40px;
    }
    .xymob-head-box .xymob-logo{top: 10px;}
    .x-banner {
        margin-top: 60px;
    }
    .add_cnc{
        display: none;
    }
    .banbom {
        display: none;
    }
    .bannerbox {
        bottom: 2%;
    }
    .bannerbox a {
        font-size: 18px;
    }
    .title h1 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }
     .container-fluid{padding:0 15px;}
    .pro .title h1:after {
        font-size: 24px;
        bottom: -30px;
    }
    .pro {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pro .homeonedh {
        margin-top: 40px;
    }
    .pro .homeonedh li {
        padding: 0px 20px;
    }
    .pro .homeonedh li a {
        font-size: 14px;
        line-height: 44px;
    }
    .pro .homeonepro {
        margin-top: 20px;
    }
    .mingpai .mingpaileft .ceshi {
        margin-top: 30px;
        font-size: 20px;
        line-height: 50px;
        width: 100%;
    }
    .mingpai {
        background: url(../image/gsjsbgm.png) center top no-repeat ;
        padding: 0px 0;
        height: unset;
        background-size: 100% 100%;
    }
    .mingpaileft {
        width: 100%;
    }
    .mingpai .mingpaileft .text {
        margin-top: 20px;
        font-size: 16px;
    }
    .mingpaileft a {
        display: none;
    }
    .mingpaileft .title h1 {
        font-size: 24px;
        line-height: 2;
    }
    .mingpai .title h1:after {
        font-size: 24px;
        height: unset;
        bottom: -30px;
    }
    .mingpairight {
        width: 100%;
    }
    .mingpai .mingpaipic {
        display: none
    }
    .mingpai .mingpaitxt {
        font-size: 14px;
        padding: 0 20px 30px;
    }
    .mingpai .mingpaitit {
        position: unset;
        width: unset;
        margin-right: unset;
        left: unset;
        top: unset;
        display: block;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-left: unset;
        margin-top: 20px;
    }
    .mingpai ul {
        padding-top: 0;
    }
    .mingpai ul li img {
        display: none;
    }
    .mingpai ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mingpai ul li span {
        text-align: left;
        color: #fff;
        font-size: 20px;
        line-height: 2;
    }
    .mingpai ul li p {
        font-size: 14px;
        line-height: 2;
        color: #fff;
    }
    /* .index-case {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .index-case .title h1:after {
        font-size: 24px;
        height: unset;
        bottom: -30px;
    }
    .index-case ul {
        padding-top: 30px;
    }
    .index-case ul li.item {
        width: 49%;
        margin-right: 2%;
        padding: 5px;
    }
    .index-case ul li.item:nth-child(3n) {
        margin-right: 2%;
    }
    .index-case ul li.item:nth-child(2n) {
        margin-right: 0;
    }
    .index-case ul li.item h6 {
        font-size: 16px;
    } */
    .index-ditu .title h1:after {
        font-size: 24px;
        bottom: -30px;
        height: unset;
    }
    .index-ditu {
        height: 200px;
    }
    .index-shuzi ul li {
        width: 50%;
        padding: 10px 0
    }
    .index-shuzi ul li span {
        font-size: 16px;
    }
    .index-shuzi ul li p {
        font-size: 20px;
        line-height: 40px;
    }
    .index-shuzi ul li p b {
        font-size: 40px;
    }
    .index-zhengshu {
        display: none;
    }
    .index-about {
        background: #f8f9fa;
        padding-top: 0;
    }
    .index-about .index-aboutfl {
        width: 100%;
        margin-bottom: 20px;
        float: none;
        display: none;
    }
    .index-about .index-aboutfl p {
        font-size: 12px;
        color: #fff;
    }
    .index-about .index-aboutfr {
        width: 100%;
        float: none;
    }
    .index-about .index-aboutfr h6 {
        font-size: 24px;
        color: #333;
    }
    .index-about .index-aboutfr p {
        font-size: 16px;
        color: #666;
    }
    .index-about .index-aboutfr a {
        display: none;
    }
    .index-help h4 {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .index-help p {
        margin-top: 30px;
    }
    .index-help .moreleft {
        font-size: 20px;
        line-height: 56px;
        width: 140px;
        height: 60px;
    }
    .index-help .moreright {
        font-size: 20px;
        line-height: 60px;
        width: 140px;
        height: 60px;
    }
    .container .news-box {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .pro2 {
        margin-top: 15px;
    }
    .index-news {
        margin-top: 40px;
        margin-bottom: 50px;
        background-size: cover;
        padding-top: 0;
    }
    .index-news .title h1 {
        display: none;
        text-align: center;
    }
    .index-news .title h1:after {
        display: none;
        height: unset;
        bottom: -30px;
        font-size: 24px;
        right: 50%;
        margin-right: -75px;
        text-align: center;
    }
    .title h2:after {
        width: 40px;
        height: 2px;
        background: #666;
    }
    .index-news .news-left {
        width: 100%;
    }
    .index-news .news-right {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .index-news .news-h2 {
        font-size: 20px;
    }
    .index-news .news-left ul li {
        padding: 10px;
    }
    .index-news .news-left ul li p {
        font-size: 14px;
        height: 42px;
    }
    .index-news .news-left ul li span {
        font-size: 12px;
        height: 36px;
    }
    .index-news .news-right ul li .news-right-con p {
        font-size: 14px;
        height: 21px;
    }
    .index-news .news-right ul li .news-right-con span {
        font-size: 12px;
        height: 36px;
    }
    .index-news .news-right ul li .news-right-time {
        width: 30%;
    }
    .index-news .news-right ul li .news-right-con {
        width: 70%;
    }
    .container {
        padding: 0;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .pro2 ul li {
        width: 49%;
    }
    .pro2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product-detail-tab .product-detail-tabcon {
        font-size: 14px;
    }
    .xypg-detail-con {
        font-size: 14px;
    }
    .page-banner {
        margin-top: 60px;
    }
    /* .page-position {
        margin-top: 70px;
    } */
    .xypg-pagination a, .xypg-pagination #current {
        padding: 0 8px;
        line-height: 28px;
    }
    .n_about .fl01 .left {
        display: none;
    }
    .n_about .fl01 .right {
        width: 100%;
        padding-left: 0;
    }
    .n_about {
        padding: unset;
    }
    .contact-top {
        background: #ddd;
    }
    .contact-top .top-text {
        margin-top: 0px;
    }
    .contact-top-img {
        display: none;
    }
    .top-text .more-a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .contact-zixun li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-zixun li h1 {
        font-size: 18px;
    }
    .contact-zixun li p {
        font-size: 14px;
    }
    .contact-zixun li span {
        font-size: 20px;
    }
    .top-text p {
        margin-bottom: 10px;
    }
    .top-text-img {
        margin-left: 0;
        margin-right: 0;
    }
    .top-text-img img {
        max-width: 100px;
    }
    .lx-tel {
        background-image: unset;
        padding-left: 0;
        font-size: 20px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .lx-tel img {
        margin-right: 0;
    }
    #b_rMap {
        height: 400px
    }
    .xymob-navbtn {
        width: 30px;
        height: 30px;
    }
    .main-pro {
        padding-top: 0;
    }
    .top-text h1, .top-text strong {
        font-size: 24px;
        line-height: 36px;
    }
    .top-text p {
        font-size: 14px;
    }
    .dhtip {
        display: none
    }
    .contact-news li {
        width: 100%;
    }
    .contact-title {
        font-size: 24px;
        padding-top: 20px;
    }
    .contact-news {
        padding-top: 10px;
    }
    .xypg-news-list li {
        padding: 20px;
    }
    .pro .homeonepro .pro2 ul li {
        margin-right: 20px;
        width: calc(50% - 10px);
        height: auto;
        flex-wrap: wrap;
    }
}

.x-banner .slick img {
    width: 100%;
}

/* addcss */

.hzsbmod {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    /* margin-bottom: 70px; */
    margin-top: 40px;
}

.hzsbmod div img {
    max-width: calc(100% - 40px);
    margin-left: 20px;
}

.ryzsmod {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.ryzsmod .slick-next {
    right: -6rem;
    background: url(../image/zryzsr.png) no-repeat center center;
    background-size: cover;
}

.ryzsmod .slick-prev {
    left: -6rem;
    background: url(../image/zryzsl.png) no-repeat center center;
    background-size: cover;
}

.ryzsmod .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 9;
    width: 60px;
    height: 60px;
    margin-top: -50px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: .8s;
}

.indparter {
    background: url(../image/hzkhbg.png) center top no-repeat #fff;
    padding-bottom: 400px;
    padding-top: 70px;
    background-size: 100% 100%;
}
.indparter .casemod {
    margin-top: 0px;
}
.indreason{
    background: url(../image/indreasonbg.png) center top no-repeat #fff;
    padding-bottom: 160px;
    padding-top: 70px;
    background-size: 100% 100%;
}
.indreason .casemod {
    margin-top: 0px;
}
.reasonmod{
margin-top: 70px;
}
.reasonmod h2{
    font-size: 60px;
    color: #0b0306;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 90px;
}
.reasonmod h2 span{
    color: #df3c3c;
}
.reasonword{
    height: 110px;
    max-width: 950px;
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 6px 5px rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 新闻 */

.indnews {
    /* background: url(/skin/images/znewsbgy.png) center top no-repeat #f6f7f7; */
    /* padding-bottom: 88px; */
    padding-top: 80px;
    background-size: 100%;
    margin-top: -400px;
}

.indnews .casemod {
    margin-top: 0px;
}

.news-index {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 15px;
}

.news1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nt1 {
    width: 209px;
    height: 213px;
    background: url(../image/zgsnewy.png) no-repeat top center;
    background-size: 100%;
}

.nt3 {
    background: #ffffff;
    height: 213px;
    width: calc(100% - 209px);
}

.nt3_m {
    background: #ffffff;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.n-list1 {
    display: flex;
    justify-content: space-around;
}

.n-list1 li {
    padding: 0 25px;
    width: 33%;
}

.n-list1_m li {
    width: 50% !important;
    padding: 20px !important;
}

.n-list1_m li a b {
    padding-top: 0px;
}

.n-list1 li a {
    display: block;
}

.n-list1 li a b {
    display: block;
    font-size: 18px;
    color: #333333;
    padding-top: 24px;
    padding-bottom: 20px;
    font-weight: bold;
}

.n-list1 li:hover a b {
    color: #646464;
}

.n-list1 li a p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.n-list1 li a p span {
    float: right;
    font-size: 12px;
    color: #aaaaaa;
}

.n-list1 li a .more {
    height: 2.75rem;
    width: 9.375rem;
    line-height: 2.75rem;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    background-color: #646464;
    border-radius: 50px;
    align-items: center;
}

.n-list1 li a .more img {
    margin-left: 16px;
    margin-top: -4px;
}

.newsl {
    width: 50%;
}

.ntitle {
    background: url(../image/newr.png) no-repeat 48px center;
    height: 35px;
    line-height: 35px;
    padding-left: 105px;
    margin: 15px 0;
}

.ntitle1 {
    background: url(../image/newl.png) no-repeat 48px center;
}

.ntitle b {
    font-size: 38px;
    color: #333;
    font-weight: bold;
}

.ntitle span {
    font-size: 14px;
    color: #666666;
    font-family: "Arail";
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 15px;
    display: inline-block;
}

.newsl .con {
    /* background: #fff; */
    padding: 0 54px;
    padding-bottom: 140px;
}

.n-list2 li a {
    display: block;
}

.n-list2 li b {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
}

.n-list2 li:hover b {
    color: #646464;
}

.n-list2 li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.n-list2 li p span {
    color: #646464 !important;
}

.n-list3 {
    margin-top: 25px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.n-list3 li,.n-list3p li {
    line-height: 32px;
    background: url(../image/dian.png) no-repeat 5px center;
    display: flex;
    justify-content: space-between;
}
.n-list3 li{
    background: url(../image/hotnew.png) no-repeat left center;
}

.n-list3 li a,.n-list3p li a {
    width: calc(100% - 80px);
    font-size: 14px;
    color: #333333;
    display: block;
    padding-left: 45px;
}

.n-list3 li a span,.n-list3p li a span, .n-list2 li a .time {
    float: right;
    color: #aaaaaa;
    font-size: 12px;
    font-family: "Arail";
}

.n-list2 li a .time {
    margin-top: -17px;
}

.n-list3 li:hover a,.n-list3p li:hover a {
    color: #646464;
}
.news2 {
    padding-top: 40px;
    background: url(../image/newsbg.png) center no-repeat;
}
/* .actchina{
    color: #646464 !important;
} */


.footnewsty{
    width: 100%;
    margin-top: 15px;
    padding-left: 5px;
}
.footnewsty .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footnewsty .item p{
    width: 50%;
    font-size: 16px;
    margin-bottom: 5px;
    color: #999999;
}
.footnewsty .lxwmlj{
    width: 90px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.mt20_foot{
    margin: 20px 0px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.phonenum_foot{
    font-size: 30px !important;
    font-weight: bold;
}