@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

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: 14px/1.5 Microsoft YaHei, arial,sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1f5ec5;
    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: 16px;
    margin-left: 2%;
}

.topdh .tel {
    font-size: 18px;
    font-weight: normal;
    height:46px;
    line-height:46px;
    background-color: #1f5ec5;
    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: #fff
}

.topdh p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}

.header {
    height: 80px;
    width: 100%;
    z-index: 100;
    position: absolute;
    background-color: rgb(0, 0, 0, 0.4);
    top: 0;
}

.header:before {
    content: '';
    width: 100%;
    height: 1px;
    /* background: #ffffff; */
    position: absolute;
    left: 0;
    bottom: 0;
}

.header .logo {
    float: left;
    margin-top: 10px;
}

.header ul {
    float: right;
    height: 100%;
    text-align: center;
}

.header ul li {
    padding: 0 25px;
    display: inline-block;
    position: relative;
}

.header ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 77px;
    border-bottom: 3px solid transparent;
}

.header ul li a:hover {
    border-color: #fff;
    /* -webkit-animation: cyc 0.5s;
    animation: cyc 0.5s; */
}

.header ul li.active .thisa {
    border-color: #fff;
}

.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: 14px;
}

.header ul li .x-sub-menu li a:hover {
    color: #1f5ec5 !important;
}

.header ul .headermod:hover a {
    border-color: #1f5ec5;
}

@-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(/images/probgz.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: #1f5ec5;
    border: 1px solid #1f5ec5;
}

.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;
	background:#FFFFFF;
    width: calc(25% - 20px);
    border-radius: 8px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom:20px;
	
}

.pro .homeonepro .pro2 ul li:nth-child(4n) {margin-right: 0;}
.pro2 ul li a {
    display: block;
    overflow: hidden;
    width: 100%;
	text-align:center;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
}

.pro2 ul li a img {
    object-fit: cover;
    width: 100%;
    height:200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	margin-bottom:10px;
}

.pro2 ul li:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.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;
}

/*产品列表结束*/

/*优势开始*/

.mingpai {
    clear: both;
    position: relative;
    background: url(/images/youshibg.png) center top no-repeat #1f5ec5;
    padding: 90px 0 68px;
    height: 710px;
}

/* .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: space-between;
    margin-top: 60px;
}

.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;
    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: #1f5ec5;
    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;
}

/* 案例 */

.casemod {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.casemod .protit_pc {
    /* max-width: 200px; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.casemod .protit_m {
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.casemodind {
    font-size: 16px;
    color: #888888;
    margin-bottom: 55px;
}

/* 案例 */

/*地图开始*/

.index-ditu {height: 750px;}
.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-size: 100%;
}

/*关于我们开始*/

.index-about {
    background: #f8f9fa;
    margin-top: 60px;
    position: relative;
}
.bgabout{
    width: 100%;
}
.bgabout img{width: 100%;}

.index-about .index-aboutfl {
    width: 47.8%;
    float: left;
}

.index-about .index-aboutfl p {
    font-size: 14px;
    line-height:2;
    color: #fff;
    margin-top:3%;
}

.index-about .index-aboutfr {
    width: 52.2%;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.index-about .index-aboutfr h6 {
    font-size: 30px;
    color: #fff;
}

.index-about .index-aboutfr p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
}
.toaboutus{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    cursor: pointer;
    margin-top:6%;
}
.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;
    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%;
}

.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(/images/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(/images/contact-zixun-b.png) no-repeat left;
    padding-left: 40px;
    color: #666
}

.contact-zixun li span b.contact-zixun-b {
    color: #1f5ec5;
}

#b_rMap {
    height: 600px;
}

/* 联系头部 */

.ryzz0 {
    margin-top: 45px;
    position: relative;
}

.ryzz0 .ryzz {}

.ryzz0 .ryzz ul li {
    float: left;
    margin: 0 0.23%;
}

.ryzz0 .ryzz ul li img {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.ryzz .slick-prev {
    position: absolute;
    width: 55px;
    height: 55px;
    left: -50px;
    top: 30%;
    background: url(../images/ryzzl.png)no-repeat left center;
    font-size: 0;
    outline: none;
    border: none;
    z-index: 999;
}

.ryzz .slick-next {
    position: absolute;
    width: 55px;
    height: 55px;
    right: -50px;
    top: 30%;
    background: url(../images/ryzzr.png)no-repeat left center;
    font-size: 0;
    outline: none;
    border: none;
    z-index: 999;
}

.hd {
    position: relative;
    z-index: 100;
}

.hd ul {
    text-align: center;
    margin-top: 30px;
}

.hd ul li {
    display: inline-block;
    width: 18%;
    /*max-width: 210px;*/
    background-color: #fff;
    transition: all .5s ease;
    margin: 0 0.3%;
    border: 1px solid #ccd5e9;
}

.hd ul li:hover, .hd ul li.on {
    background: #337ab7;
    transition: all .5s ease;
}

.hd ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #3e3e3e;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}

.hd ul li:hover a, .hd ul li.on a {
    color: #fff;
    transition: all .5s ease;
}

.foot {
    /* background: #ebebeb; */
    background: url(/images/zfootbgy.png) center top no-repeat #1f5ec5;
    padding: 40px 0 20px;
    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%;
    width: 12%; */
	 margin-left:3%;
}

.foot1 .foot2 .ftlx h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
}

.foot1 .foot2 .ftlx h2 {
    margin-top:0px;
}

.foot1 .foot2 .ftlx h2 p {
    font-size: 14px;
    line-height:26px;
    font-weight: normal;
    color: #7d828c;
}

.foot1 .foot2 .ftlx1 {
    width:25%;
}

.foot1 .foot2 .ftlx1 h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 32px;
}

.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 {
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 50px;
}

.friendlink a:link {
    color: #fff;
}

.friendlink a {
    margin: 0px 5px;
    color: #fff;
}

.beian {
    width: 100%;
    color: #6a717c;
    font-size: 14px;
    margin-top: 20px;
    padding: 20px 0px 0px;
    border-top: 1px solid #464b53;
}

.beian1 {
    width: 100%;
    color: #6a717c;
    font-size: 14px;
	line-height:22px;
    margin-top: 10px;
    text-align: center;
}

.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 {
    /* width: 310px; */
    padding: 9px 0;
}

.ftewm .ftewm1 {
    margin-right:2%;
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    display: flex;
    width: 100%;
}

.ftewm .ftewm1 img {
    max-width: 100%;
}

.ftewm .ftewm1 p {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.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: 1460px) {
    .header ul li a {
        font-size: 16px;
    }
    .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) {
    .x-banner {
        margin-top: 50px;
    }
    .banbom {
        display: none;
    }
    .bannerbox {
        bottom: 2%;
    }
    .bannerbox a {
        font-size: 18px;
    }
    .title h1 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .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(/images/zysbgy.png) center top no-repeat #1f5ec5;
        padding: 30px 0;
        height: unset;
    }
    .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;
		margin-top:20px;
    }
    .index-about .index-aboutfl {
        width: 100%;
        margin-bottom: 20px;
        float: 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:50px;}
    /* .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: flex-start;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.hzsbmod div img {
    width: 100%;
}

.ryzsmod {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.ryzsmod .slick-next {
    right: -6rem;
    background: url(/images/zryzsr.png) no-repeat center center;
    background-size: cover;
}

.ryzsmod .slick-prev {
    left: -6rem;
    background: url(/images/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: -30px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: .8s;
}

/* 新闻 */

.indnews {
    background: url(/images/znewsbgy.png) center top no-repeat #f6f7f7;
    padding-bottom: 88px;
    padding-top: 70px;
    background-size: 100%;
}
.indnews .casemod{margin-top: 0px;}
.news-index {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.news1{
    display: flex;
    justify-content: space-between;
width: 100%;
}

.nt1 {
    width: 209px;
    height: 213px;
    background-size: 100%;
}

.nt3 {
    background: #ffffff;
    width: 100%; padding-top:20px; padding-bottom:10px;
}
.nt3_m{
    background: #ffffff;
    width:100%;
    margin: 0 auto;
}
.n-list1{justify-content: space-around;}
.n-list1_m{
    display: block;
    justify-content: space-around;
}
.n-list1 li {
    padding: 0 25px;
    width: 33%;
	margin-bottom:20px;
	float:left;
}
.n-list1_m li{
    width: 100% !important;
    padding: 10px !important;
}
.n-list1_m li a b{
    padding-top: 10px;
}

.n-list1 li a {
    display: block;
}

.n-list1 li a b {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-list1 li:hover a b{color: #1f5ec5;}

.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: 2rem;
    width: 8.125rem;
    line-height: 2rem;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    background-color: #1f5ec5;
    border-radius: 50px;
    align-items: center;
}
.n-list1 li a .more img{margin-left: 10px;margin-top: -2px;}
.newsl {
    width: 50%;
}

.ntitle {
    background: url(../images/znewry.png) no-repeat 30px center;
    height: 35px;
    line-height: 35px;
    padding-left: 67px;
    margin: 15px 0;
}

.ntitle1 {
    background: url(../images/znewly.png) no-repeat 30px center;
}

.ntitle b {
    font-size: 20px;
    color: #1f5ec5;
}

.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 28px;
    padding-bottom: 32px;
}

.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: #1f5ec5;}

.n-list2 li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.n-list2 li p span {
    color: #1f5ec5 !important;
}

.n-list3 {
    margin-top: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.n-list3 li {
    border-top: 1px solid #f0f0f0;
    line-height: 54px;
    background: url(/images/dian.png) no-repeat left center;
}

.n-list3 li a {
    font-size: 14px;
    color: #333333;
    display: block;
    padding-left: 25px;
}

.n-list3 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 {
    color: #1f5ec5;
}

/* .actchina{
    color: #1f5ec5 !important;
} */