/*初始化样式*/
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: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
}

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    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;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


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

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

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



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    padding: 13px 0;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 80px;
}

.k2 {
    width: calc(100% - 520px);
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

@media (max-width:1200px) {
    .logo {
        width: 360px;
    }

    .logo img {
        max-width: 100%;
    }

    .k2 {
        width: calc(100% - 380px);
    }
}

/*热门搜索*/
.sou {
    margin: 15px 0;
}

#formsearch {
    /* float: right; */
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    background: #fff;
}

#formsearch input#keyword {
    height: 34px;
    line-height: 24px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 20%;
    height: 34px;
    line-height: 24px;
    text-align: center;
    background-color: #005bac;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
.nav1 {
    display: flex;
    justify-content: space-between;
}

.nav1 li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
}

.nav1 li a {
    display: block;
    line-height: 66px;
    color: #fff;
    height: 66px;
    padding: 0;
    font-size: 16px;
    color: #313131;

}

.nav1 li a:hover {
    color: #005a9c;
}

.nav1>li>a:focus,
.nav1>li>a:hover {
    color: #005a9c;
}

.nav1>li.active {
    color: #005a9c;
}

.nav1 .sec {
    display: none;
    background: #e6e6e6;
    color: #000;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 80px;
    left: -50%;
    width: 200%;
}

.nav1 .sec a {
    background: #e6e6e6;
    color: #000;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav1 .sec a:hover {
    text-decoration: none;
    color: #005a9c;
    background: #fff;
}

.p1 {
    height: 200px;
    background-color: #f7f7f7;
}

.p1a {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.p1a li {
    height: 200px;
    width: 100%;
    background: url(../images/line2.png) no-repeat right center;
    text-align: center;
    position: relative;
}

.p1a li .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
}

.p1a li .img img {
    filter: brightness(0);
}

.p1a li h3 {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


.p1a li:hover {
    background: #00949c;
}

.p1a li:hover .img img {
    filter: brightness(1);
}

.p1a li:hover h3 {
    color: #fff;
}

.picMarquee-top {
    width: 600px;
}

.p7a h3 {
    font-size: 40px;
    color: #fefefe;
    text-align: center;
    padding-top: 72px;
    margin-bottom: 22px;
}


.p7a p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

.p7b .tempWrap {
    overflow: hidden;
    height: 429px !important;
}

.p7b1 {
    width: 44%;
}

.p7b1 img {
    max-width: 100%;
}

.p7b2 {
    width: 603px;
    margin-left: 37px;

}

.p7b2 li {
    margin-bottom: 49px;
}

.p7b2 li a {
    display: block;
}

.p7b2a {
    width: 80px;
    position: relative;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.p7b2a span {
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    left: 13px;
    top: 0;
}

.p7b2a p {
    font-size: 20px;
    color: #333;
    padding-top: 40px;
}

.p7b2b {
    width: 523px;
    padding-left: 18px;
}

.p7b2b h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.p7b2b p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.p7c {
    width: 178px;
    height: 45px;
    background-color: #032c2e;
    border-radius: 9px;
    text-align: center;
    margin: 60px auto 0;
}

.p7c a {
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
}



.p8 {
    height: auto;
    background-color: #052e30;
    padding-bottom: 65px;
}

.p8a {
    padding-top: 58px;
    width: 380px;
    font-size: 14px;
}

.p8b {
    width: 810px;
}

.p8b1 {
    width: 810px;
    margin-top: 58px;
    /* margin-left: 150px; */
}

.p8b1 p a {
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-right: 90px;
    margin-bottom: 10px;
}

.p8b1 p a:nth-child(6n) {
    margin-right: 0;
}

.p8a i {
    display: block;
    margin-top: 60px;
}

.p8b2 {
    margin-top: 70px;
}

.p8b2a {
    /* margin-left: 152px; */
    margin-top: 20px;
}

.p8b2a p {
    font-size: 16px;
    color: #ffffff;
    height: 24px;
    padding-left: 38px;
}

.p8b2a p:nth-child(1) {
    margin-bottom: 12px;
    background: url(../images/d1.png) no-repeat left center;
}

.p8b2a p:nth-child(2) {
    background: url(../images/d2.png) no-repeat left center;
}

.p8b2b1 {
    font-size: 16px;
    color: #ffffff;
    text-align: right;

}

.p8b2b1 p:first-child {
    padding-top: 20px;
}

.p8b2b1 img {
    display: block;
    width: 87px;
    height: 87px;
    margin-left: 13px;
}

.x-copyright {
    color: #fff;
}

.x-copyright a {
    color: #fff;
}

.jszc {
    color: #fff;
}

.jszc a {
    color: #fff;
}

.x-region {
    color: #fff;
}

.x-region a {
    color: #fff;
}





/*友情链接*/

.f_link {
    margin: 0 auto;
    text-align: left;
    color: #000000;
    font: 500 16px/30px "微软雅黑";
    padding: 46px 0 8px;
}

.f_link a {
    color: #000000;
}

.f_link a:hover {
    color: #333;
}

/*页面底部*/
#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}




a.hahh {
    display: block;
    color: #00949c;
    font: 500 16px/40px "微软雅黑";
    margin-top: 20px
}

.ny_tit {
    text-align: center;
    font: 500 48px/1.5em "微软雅黑";
    color: #00949c;
}

.ahhgga {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding: 34px 0 148px;
    margin-top: 110px;
    margin-bottom: 180px;
}

.gass1 {
    width: 435px;
}

.gass1 h2 {
    color: #313131;
    font: 500 36px/40px "微软雅黑";
}

.gass2 {
    width: 580px;
    color: #9c9c9c;
    font: 500 22px/154px "微软雅黑";
    background: url(../images/aghjhgj.png) no-repeat left center;
    padding-left: 186px;
    margin-top: 60px;
}

.ss1 {
    margin-top: 20px;
}

.ss1 select {
    width: 100%;
    border: 2px solid #e5e5e5;
    font: 500 14px/40px "微软雅黑";
    height: 40px;
    margin-top: 12px;

}

.ss1 select option {
    font: 500 14px/40px "微软雅黑";
}

a.haha {
    display: block;
    color: #fff;
    font: 500 14px/34px "微软雅黑";
    width: 150px;
    background: #00949c;
    text-align: center;
    margin-top: 20px;
}







/*内页左侧样式*/



/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}


/*chendz*/
.w-container {
    width: 1340px;
    margin: 0 auto;
}

.container {
    width: 1340px !important;
    margin: 0 auto;
}

@media (max-width:1360px) {
    .w-container {
        width: calc(100% - 30px);
    }

    .container {
        width: 100% !important;
    }
}

/*头部*/
.x-seo {
    color: #999999;
    font: 400 13px/16px "Microsoft yahei";
    float: right;
}

.x-seo a {
    color: #999999;
    font: 400 13px/16px "Microsoft yahei";
}

.top-phone {
    float: right;
    background: url(../images/phone1.png) no-repeat left center;
    padding-left: 26px;

}

.top-phone p {
    color: #005bac;
    font: 400 16px/16px "Airal";
}

#menu {
    display: flex;
    justify-content: space-between;
}

.nav1 {
    width: 90%;
}

.topss {
    width: 65px;
    text-align: right;
    position: relative;
}

.so {
    height: 66px;
}

.so img {
    margin-top: 22px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 200px;
    padding: 6px;
    z-index: 999;
    background: rgb(0, 0, 0, 0.3);
}

.ss input {
    outline: none;
    line-height: 25px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #333;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 25px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}


.ss #keyword::placeholder {
    color: #fff;
}

@media (max-width:1200px) {
    .nav1 {
        width: 100%;
    }
}

/*关于我们*/
.w-about {
    background: url(../images/aboutbg.png) no-repeat left center;
    padding: 10vh 0 12vh;
}

.w-about-con {
    display: flex;
    justify-content: space-between;
}

.w-about-text {
    width: calc(100% - 630px);
}

.w-about-wz h3 {
    color: #666666;
    font: 400 18px/36px "Microsoft yahei";
    margin-bottom: 20px;
}

.w-about-wz h3 span {
    color: #005a9c;
    font: 600 32px/52px "Microsoft yahei";
    display: block;
}

.w-about-wz p {
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
}

.w-about-img {
    width: 600px;
}

.w-about-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.about-list {
    margin-top: 6.6vh;
}

.about-list li {
    float: left;
    border: 1px dashed #dbdbdb;
    width: 120px;
    padding: 20px 26px;
    border-radius: 5px;
}

.about-list li+li {
    margin-left: 30px;
}

.about-list li a .img {
    width: 68px;
    height: 64px;
    padding: 10px 12px;
}

.about-list li a .img img {
    filter: brightness(0.1);
    max-width: 100%;
    height: auto;
}

.about-list li a h4 {
    color: #666666;
    font: 400 16px/20px "Microsoft yahei";
    text-align: center;
}

.about-list li:hover {
    border: 1px dashed #005bac;
}

.about-list li:hover .img img {
    filter: brightness(1);
}

.about-list li:hover h4 {
    color: #005bac;
}

@media (max-width:1300px) {
    .about-list li+li {
        margin-left: 20px;
    }
}

@media (max-width:1200px) {
    .w-about-text {
        width: calc(100% - 550px);
    }

    .w-about-wz h3 {
        margin-bottom: 15px;
    }

    .w-about-wz h3 span {
        font: 600 21px/40px "Microsoft yahei";
    }

    .about-list {
        margin-top: 5vh;
    }

    .about-list li {
        width: 100px;
        padding: 5px;
    }

    .about-list li+li {
        margin-left: 10px;
    }

    .about-list li a .img {
        margin: 0 auto;
    }

    .w-about-img {
        width: 520px;
    }
}

@media (max-width:992px) {

    .w-about {
        padding: 6vh 0;
    }

    .w-about-text {
        width: 48%;
    }

    .about-list {
        display: none;
    }

    .w-about-img {
        width: 50%;
    }
}
@media (max-width:600px) {
    .w-about-con{
        display: block;
    }
    .w-about-text{
        width: 100%;
        margin-bottom: 10px;
    }
    .w-about-img{
        width: 100%;
    }
}
/*标题*/
.w-tt {
    color: #005a9c;
    font: 600 44px/60px "Microsoft yahei";
    text-align: center;
}

@media (max-width:992px) {
    .w-tt {
        font: 600 30px/52px "Microsoft yahei";
    }
}

@font-face {
    font-family: "Impact";
    src: url(../images/impact.ttf);
}

/*产品中心*/
.w-product1 {
    background-color: #f6f7f9;
    padding: 6vh 0;
}

.w-pro1-con {
    display: flex;
    justify-content: space-between;
    margin-top: 8vh;
}

.w-pro1-l {
    background-color: #005a9c;
}

.w-pro1-tt {
    background: url(../images/bg1.jpg) no-repeat center;
    width: 305px;
    height: 110px;
    text-align: center;
    color: #ffffff;
    font: 600 24px/36px "Microsoft yahei";
    padding-top: 25px;
}

.w-pro1-tt span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font: 400 14px/26px "Microsoft yahei";
    text-transform: uppercase;
}

.w-pro-sort {
    border: 1px solid #eee;
    padding: 17px;
    background-color: #fff;
}

.w-pro-sort li {
    background: url(../images/dot.png) no-repeat 80% center;
    padding-left: 60px;
    background-color: #f1f1f1;
}

.w-pro-sort li+li {
    margin-top: 10px;
}

.w-pro-sort li a {
    color: #444444;
    font: 400 16px/48px "Microsoft yahei";
}

.w-pro-sort li:hover {
    background: url(../images/doth.png) no-repeat 80% center #005a9c;
}

.w-pro-sort li:hover a {
    color: #fff;
}

.w-pro-tel {
    padding: 19px;
    background: url(../images/phone.png) no-repeat 17px center;
    padding-left: 80px;
}

.w-pro-tel h3 {
    color: #fff;
    font: 400 14px/20px "Microsoft yahei";
}

.w-pro-tel p {
    color: #fff;
    font: 400 24px/34px "Impact";
}

.w-pro1-list {
    overflow: hidden;
    background-color: #fff;
    padding: 27px 40px;
}

.w-pro1-r1 {
    width: calc(100% - 380px);
}

.w-pro1-item a {
    display: flex;
    justify-content: space-between;
}

.w-pro1-item .img {
    border: 1px solid #f1f1f1;
    width: 50%;
    overflow: hidden;
}

.w-pro1-item .img img {
    transition: all 0.8s;
}

.w-pro1-item:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.w-pro1-item .wz {
    width: 50%;
    padding-left: 50px;
}

.w-pro1-item .wz h3 {
    color: #333333;
    font: 400 22px/80px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}

.w-pro1-item .wz p {
    color: #777777;
    font: 400 16px/32px "Microsoft yahei";
}

.w-pro1-list .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    right: 0;
    width: 50%;
    text-align: left;
    font-size: 0;
    bottom: 30px;
    padding-left: 50px;
}

.w-pro1-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background: #dedede;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.w-pro1-list .owl-carousel .owl-dots button.owl-dot:hover {
    background: #005a9c;
}

.w-pro1-list .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #005a9c;
}

.w-pro2-list {
    margin-top: 40px;
}

.w-pro2-item .img {
    overflow: hidden;
}

.w-pro2-item .img img {
    transition: all 0.8s;
}

.w-pro2-item h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/49px "Microsoft yahei";
    text-align: center;
}

.w-pro2-item:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.w-pro2-item:hover h3 {
    background-color: #005a9c;
    color: #fff;
}

@media (max-width:1500px) {
    .w-pro1-item .wz {
        padding-left: 20px;
    }

    .w-pro1-item .wz h3 {
        font: 400 20px/60px "Microsoft yahei";
    }
}

@media (max-width:1200px) {
    .w-pro1-tt {
        width: 300px;
        height: 88px;
        padding-top: 15px;
    }

    .w-pro1-r1 {
        width: calc(100% - 320px);
    }

    .w-pro1-list {
        padding: 20px;
    }
}

@media (max-width:992px) {
    .w-pro1-con {
        margin-top: 3vh;
    }

    .w-pro1-tt {
        width: 250px;
    }

    .w-pro1-l {
        display: none;
    }

    .w-pro1-r1 {
        width: 100%;
    }
}
@media (max-width:768px) {
    .w-pro1-item a{
        display: block;
    }
    .w-pro1-item .img{
        width: 100%;
    }
    .w-pro1-item .wz{
        width: 100%;
    }
    .w-pro1-list .owl-carousel .owl-dots{
        display: none;
    }
}

/*热销产品*/
.w-hot-product {
    background-color: #f6f7f9;
    padding-top: 8px;
    padding-bottom: 11vh;
}

.w-hot-tt {
    position: relative;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
}

.w-hot-tt h3 {
    color: #333333;
    font: 600 24px/30px "Microsoft yahei";
}

.w-hot-tt h3 span {
    color: #999999;
    font: 400 16px/30px "Airal";
    text-transform: uppercase;
    margin-left: 5px;
}

.w-hot-tt::before {
    width: 8px;
    height: 28px;
    background-color: #005a9c;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.w-hot-tt a {
    width: 83px;
    display: block;
    background: url(../images/jt1.png) no-repeat right center;
    color: #999999;
    font: 400 14px/30px "Microsoft yahei";
    transition: all 0.8s;
}

.w-hot-tt a:hover {
    transition: all 0.8s;
    transform: translateX(10px);
}

.w-hot-line {
    width: calc(100% - 427px);
}

.w-hot-line img {
    max-width: 100%;
}

.w-pro3-list {
    margin-top: 4vh;
}

.w-pro3-item .img {
    overflow: hidden;
}

.w-pro3-item .img img {
    transition: all 0.8s;
}

.w-pro3-item h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/49px "Microsoft yahei";
    text-align: center;
}

.w-pro3-item:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.w-pro3-item:hover h3 {
    background-color: #005a9c;
    color: #fff;
}

@media (max-width:1200px) {
    .w-hot-line {
        margin-top: 10px;
    }
}

@media (max-width:992px) {
    .w-hot-product {
        padding-top: 0px;
        padding-bottom: 5vh;
    }
}

/*优势*/
.w-ys {
    background: url(../images/bg2.jpg) no-repeat center;
    padding: 6vh 0;
}

.w-ys-tt {
    color: #ffffff;
    font: 600 42px/80px "Microsoft yahei";
    text-align: center;
}
.w-ys-tt h3{
    font: 600 42px/80px "Microsoft yahei"; 
}
.w-ys-tt h4{
    display: none;
}
.w-ys-tt span {
    display: block;
    font: 400 20px/28px "Microsoft yahei";
}

.w-ys-con {
    margin-top: 6vh;
    display: flex;
    justify-content: space-between;
}

.w-ys-con li {
    list-style-type: none;
    width: calc(33.33% - 18px);
    position: relative;
}

.w-ys-con li .img2 img {
    max-width: 100%;
    height: auto;
}

.w-ys-wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.w-ys-wz .img1 {
    width: 120px;
    padding: 20px;
    margin: 0 auto;
    background-color: #005a9c;
    border-radius: 60px;
    margin-top: 10%;
}

.w-ys-wz .img1 img {
    max-width: 100%;
    transition: all 0.5s;
}
.w-ys-wz:hover .img1 img{
    transition: all 0.5s;
    transform: rotateY(180deg);
}
.w-ys-con .img2 img:first-child {
    display: block;
}

.w-ys-con .img2 img:last-child {
    display: none;
}

.w-ys-wz h3 {
    color: #000000;
    font: 400 30px/66px "Microsoft yahei";
    text-align: center;
    margin-top: 20px;
}

.w-ys-wz p {
    padding: 5px 35px;
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w-ys-tel {
    color: #ffffff;
    font: 600 28px/56px "Microsoft yahei";
    text-align: center;
    margin-top: 6vh;
}

a.w-ys-more {
    width: 130px;
    color: #fff;
    background-color: #005a9c;
    font: 400 14px/28px "Microsoft yahei";
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 3vh;
    border-radius: 6px;
}
a.w-ys-more:hover{
    background-color: #fff;
    color: #005a9c;
}
@media (max-width:1200px) {
    .w-ys-wz .img1 {
        width: 100px;
        padding: 10px;
        margin-top: 7%;
    }

    .w-ys-wz h3 {
        margin-top: 0;
        font: 400 26px/52px "Microsoft yahei";
    }

    .w-ys-wz p {
        font: 400 16px/30px "Microsoft yahei";
    }
}

@media (max-width:992px) {
    .w-ys-tt h3{
        display: none;
    }
    .w-ys-tt h4{
        display: block;
        font: 600 30px/52px "Microsoft yahei";
    }
    .w-ys-wz .img1 {
        width: 60px;
    }

    .w-ys-wz .img1 img {
        max-width: 100%;
    }

    .w-ys-con .img2 img:first-child {
        display: none;
    }

    .w-ys-con .img2 img:last-child {
        display: block;
    }

    .w-ys-tel {
        margin-top: 3vh;
    }

    a.w-ys-more {
        margin-top: 1vh;
    }

    .w-ys-wz p {
        padding: 0 15px;
    }
}
@media (max-width:769px) {
    .w-ys-con li .img2{
        display: none;
    }
}
@media (max-width:768px) {
    .w-ys-wz{
        position: relative;
        background-color: #fff;
        padding: 10px;
    }
    .w-ys-wz .img1{
        margin-top: 0;
    }
    .w-ys-wz h3{
        font: 400 22px/40px "Microsoft yahei";
    }
    .w-ys-wz p{
        padding: 0;
    }
}
@media (max-width:500px) {
    .w-ys{
        background-size: auto 100%;
    }
    .w-ys-con{
        display: block;
    }
    .w-ys-con li{
        width: 100%;
    }
    .w-ys-con li + li{
        margin-top: 10px;
    }
    .w-ys-tel{
        font: 600 20px/56px "Microsoft yahei";
    }
}
/*新闻*/
.w-news {
    padding: 8vh 0 9.5vh;
}

.w-news-tt {
    color: #005a9c;
    font: 600 42px/52px "Microsoft yahei";
    text-align: center;
    margin-bottom: 50px;
}

.w-news-con {
    display: flex;
    justify-content: space-between;
}

.w-news-l {
    width: 48.5%;
    padding: 10px 0;
}

.w-news-list {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.w-news-item .wz {
    padding: 29px;
}

.w-news-item .wz .date {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}

.w-news-item .wz h3 {
    color: #333333;
    font: 600 20px/40px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}

.w-news-item .wz p {
    color: #666666;
    font: 400 16px/36px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-news-item .wz .more {
    color: #005a9c;
    font: 400 14px/28px "Airal";
    text-transform: uppercase;
    margin-top: 5px;
}

.w-news-item .img {
    overflow: hidden;
}

.w-news-item .img img {
    transition: all 0.8s;
}

.w-news-item:hover .wz h3 {
    color: #005a9c;
}

.w-news-item:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.w-new-r {
    width: 46%;
}

.w-new-r li {
    border-bottom: 1px dashed #e1e1e1;
}

.w-new-r li:first-child .wz {
    padding-top: 5px;
}

.w-new-r li .wz {
    padding: 22px 0 25px 0;
}

@media (max-width:1200px) {
    .w-new-r li .wz {
        padding: 8px 0;
    }
}

@media (max-width:992px) {
    .w-news {
        padding: 6vh 0;
    }

    .w-news-tt {
        font: 600 30px/52px "Microsoft yahei";
        margin-bottom: 3vh;
    }
    .w-new-r{
        width: 100%;
    }

}
@media (max-width:768px) {
    .w-news-l{
        display: none;
    }   
}

/*留言*/
.w-message {
    background: url(../images/messagebg.jpg) no-repeat center;
    padding: 7.7vh 0 8.8vh;
}

.w-message-con {
    display: flex;
    justify-content: space-between;
}

.w-message-l {
    width: 35%;
}

.w-message-l h3 {
    color: #000000;
    font: 600 54px/60px "Microsoft yahei";
}

.w-message-l h4 {
    color: #333333;
    font: 400 22px/66px "Microsoft yahei";
}

.w-message-hotline {
    background: url(../images/phone2.png) no-repeat left center;
    padding-left: 47px;
    margin-top: 5px;
}

.w-message-hotline h5 {
    float: left;
    width: 26px;
    color: #333333;
    font: 400 12px/18px "Microsoft yahei";
    margin-right: 8px;
}

.w-message-hotline p {
    float: left;
    color: #005a9c;
    font: 600 28px/40px "Microsoft yahei";
}

.w-message-r {
    width: 47%;
}

@media (max-width:1200px) {
    .w-message-l {
        width: 44%;
    }

    .w-message-l h3 {
        font: 600 44px/60px "Microsoft yahei";
    }
}

@media (max-width:992px) {
    .w-message {
        background-size: auto 100%;
        padding: 5vh 0;
    }

    .w-message-l h3 {
        font: 600 30px/52px "Microsoft yahei";
    }
}
@media (max-width:768px) {
    .w-message-con{
        display: block;
    }
    .w-message-l{
        width: 100%;
    }
    .w-message-r{
        width: 100%;
        margin-top: 10px;
    }
}
/*底部*/
.w-foot {
    background-color: #232324;
    padding: 4.4vh 0 7vh;
}

.w-foot-con {
    display: flex;
    justify-content: space-between;
}

.w-foot-nav {
    width: 40%;
}

.w-foot-nav li {
    float: left;
    width: 50%;
}

.w-foot-nav li h3 {
    color: #ffffff;
    font: 600 17px/30px "Microsoft yahei";
    margin-bottom: 20px;
}

.w-foot-nav li a {
    display: block;
    font: 400 14px/30px "Microsoft yahei";
    color: rgba(255, 255, 255, .5);
}

.w-foot-nav li a:hover {
    color: rgba(255, 255, 255, .8);
}

.w-foot-contact h3 {
    color: #ffffff;
    font: 600 17px/40px "Microsoft yahei";
    margin-bottom: 16px;
}

.w-foot-contact p {
    font: 400 14px/30px "Microsoft yahei";
    color: rgba(255, 255, 255, .5);
}

.w-foot-ewm {
    width: 120px;
    margin-top: 5vh;
}

.w-foot-ewm img {
    max-width: 100%;
}

.w-foot-ewm h3 {
    font: 400 14px/52px "Microsoft yahei";
    text-align: center;
    color: rgba(255, 255, 255, .5);
}

.w-foot2 {
    background-color: #191919;
}

.x-copyright {
    float: left;
    color: #999999;
    font: 400 14px/88px "Microsoft yahei";
}

.x-copyright a {
    color: #999999;
    font: 400 14px/88px "Microsoft yahei";
}

.x-copyright a:hover {
    color: rgba(255, 255, 255, .8);
}

.x-region {
    float: right;
    color: #999999;
    font: 400 14px/88px "Microsoft yahei";
}

.x-region a {
    color: #999999;
    font: 400 14px/88px "Microsoft yahei";
}

.x-region a:hover {
    color: rgba(255, 255, 255, .8);
}

.w-share {
    margin-top: 5vh;
    float: left;
}

@media (max-width:992px) {
    .w-foot {
        padding: 5vh 0;
    }

    .x-copyright {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:768px) {
    .x-copyright{
        font: 400 12px/52px "Microsoft yahei";
    }
}
@media (max-width:500px) {
    .w-share{
        margin-top: 2vh;
    }
    .x-copyright a{
        display: none;
    }
}
.c-link{
    position: relative;
}
.c-link .sec {
    /*display: none;*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*left: 0;*/
    /*background: rgba(0,0,0,.6);*/
    /*padding: 10px;*/
    /*min-width:120px;*/
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}