@charset "utf-8";* {margin:0;padding:0;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr {margin:0;padding:0;}
input,select {vertical-align:middle}
textarea,input {word-wrap:break-word;word-break:break-all;padding:0px;}
li {list-style-type:none;}
img {border:0 none;}
.none {display:none;}
a:link {text-decoration:none;color:#272727;text-decoration:none;}
a:visited {text-decoration:none;color:#272727;text-decoration:none;}
a:hover {text-decoration:none;color:#272727;text-decoration:none;}
a:active {text-decoration:none;color:#272727;text-decoration:none;}
.clear {clear:both;}
.fl-l {float:left;}
.fl-r {float:right;}
.i-head {border-bottom:1px solid #ddd;line-height:40px;background:#f9f9f9;}
.i-head-hold {max-width:1200px;margin:0 auto;overflow:hidden;padding:0 15px;}
.i-head-hold .i-head-left {float:left;}
.head-login {float:right;width:150px;color:#00a0e9;}
.head-login a {padding:0 10px;color:#00a0e9;}
.i-head-hold .i-head-rihgt {float:right;text-align:right;width:300px;}
.i-head-rihgt a {padding:0 5px;border-right:1px solid #ddd;}
body {font-family:"Microsoft YaHei" ! important;font-size:14px;color:#272727;background-color:#fff;overflow-x:hidden;}
.clear {clear:both;}
.power {-webkit-transition:-webkit-transform 0.3s;transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;transition:transform 0.3s;}
.power:hover {transform:translate(0,-5px);-moz-transform:translate(0,-5px);-o-transform:translate(0,-5px);-webkit-transform:translate(0,-5px);box-shadow:5px 5px 30px rgba(0,0,0,0.3);}
.bannner img {width:100%;}
.nav-hold {max-width:1200px;margin:20px auto;overflow:hidden;padding:0 15px;}
.nav-left {float:left;}
.nav-left img{width: 850px}
.nav-right {float:right;}
.n-pos {border-bottom:1px solid #ddd;max-width:1200px;margin:20px auto;padding:10px;}
.n-pos i {width:6px;height:20px;background:#cf3044;display:inline-block;vertical-align:middle;margin-right:10px;}
.n-pos span {vertical-align:middle;}
.head {background:#cf3044;}
.head-hold {max-width:1200px;margin:0 auto;overflow:hidden;padding:0 15px;}
.head-hold ul li {float:left;width:16%;text-align:center;color:#fff;border-right:1px solid #fff;padding:10px 0;line-height:24px;border-top:4px solid #cf3044;}
.head-hold ul li:hover {border-top:4px solid #184190;}
.head-hold ul li a {color:#fff;}
.head-hold ul li span {font-size:16px;}
.head-hold ul li:last-child {border-right:0px;}
.search {background:#f5f5f5;height:60px;line-height:60px;}
.search .search-hold {max-width:1200px;margin:0 auto;overflow:hidden;padding:0 15px;}
.search-left {width:50%;float:left;color:#b9b9b9;}
.search-right {width:50%;float:left;text-align:right;}
.search-right input {padding:10px;width:300px;vertical-align:middle;}
.search-right button {width:101px;height:40px;display:inline-block;vertical-align:middle;background:url("../images/search.jpg");outline:none;border:0px;cursor:pointer;}
.about {max-width:1200px;margin:40px auto;overflow:hidden;padding:0 15px;}

.about-left {float:left;width:40%;}
.about-left img {width:100%;}
.about-right {float:right;width:55%;}
.about-right img {max-width:60%;}
.about-right  h2 {font-size:32px;margin:10px 0}
.xian {width:40px;height:4px;background:#cf3044;}
.about-right-con {line-height:27px;margin-top:20px;}
.more {width:120px;height:30px;background:#cf3044;margin-top:20px;text-align:center;line-height:30px;color:#fff;}
.pro {background:url("../images/pro-bg.jpg") no-repeat center fixed;background-size:cover;padding:40px 0;}
.pro-hold {max-width:1200px;margin:20px auto;padding:0 15px;}
.pro-tit {text-align:center;}
.pro-guider {margin:30px 0 20px 0;text-align:center;}
.pro-guider a {display:inline-block;padding:8px 30px;background:#fff;margin:10px 20px;}
.pro-guider a:hover {background:#cf3044;color:#fff;}
.sec-menu{border-bottom: 1px solid #e7e7e7;}
.container{
    max-width: 1200px;margin: 0px auto;line-height: 62px;
}
.container a{
    font-size: 16px;padding:20px 12px ;
}
.container .current{
    color: #fff;background: #0065db;
}
.container a:hover{
    color: #fff;background: #0065db;
}
.n-second-guide{
    max-width: 1200px;position: relative;margin: 30px auto;text-align: center;
    animation:zoomIn 2s;
    -moz-animation:zoomIn 2s; /* Firefox */
    -webkit-animation:zoomIn 2s; /* Safari and Chrome */
    -o-animation:zoomIn 2s; /* Opera */
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes zoomIn /* Firefox */
{
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomIn  /* Safari and Chrome */
{
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes  zoomIn  /* Opera */
{
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.n-second-guide .line{
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 100%;
}
.n-second-guide ul li{
    float: left;width: 13%;margin: 1.5%;text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    padding: 8px 0;
    position: relative;z-index: 1000;
}
.n-second-guide ul li ul{
    position: absolute;width: 155px;left: 0px;top:36px;background:#f82b38 ;z-index: 1000;display: none;border: 1px solid #fff;border-top:1px solid #e8000f
}
.n-second-guide ul li ul li{
    width: 100%;background:#f82b38 ;border:0px;padding:5px 0px;margin: 0px;border-bottom: 1px solid #e8000f;border-radius: 0px;
}
.n-second-guide a{
    font-size: 16px;
    font-weight: 400;


}
.n-second-guide ul li ul li a{
    font-size: 14px;
}
.n-second-guide ul li:hover ul{
    display: block;
}
.n-second-guide ul li:hover{
    background: #f82b38;
    color: #fff;
}
.n-second-guide ul li:hover a{
    color: #fff;
}
.n-second-guide .on{
    background: #f82b38;
    color: #fff;
}

.ad {background:url("../images/ad-bg.jpg") no-repeat center fixed;overflow:hidden;background-size:cover;}
.ad-hold {max-width:1460px;margin:40px auto;overflow:hidden;padding:0 15px;}
.ad-hold .ad-tit {text-align:center;}
.ad-list {border-top:2px solid #000;margin-top:40px;}
.ad-list ul li {float:left;width:30.333%;margin:1.5%;text-align:center;position:relative;}
.ad-list ul li .ad-list-tit {font-size:22px;color:#000;}
.ad-xian {width:40px;height:2px;margin:16px auto;background:red;}
.ad-top-xian {width:100%;margin:20px 0;}
.ad-list i {width:22px;height:22px;display:inline-block;background:url("../images/qiu.png") no-repeat;position:absolute;left:50%;top:-35px;margin-left:-11px;}
.ad-list-con {line-height:27px;font-size:16px;}
.ad-listimg {overflow:hidden;margin:40px auto;}
.ad-listimg ul li {float:left;width:21%;margin:2%;}
.ad-listimg ul li img {width:100%;}
.center-img {width:100%;}
.center-img img {width:100%;}
.cf {max-width:1460px;margin:40px auto;text-align:center;padding:0 15px;}
.cf img {max-width:100%;}
.ab-videp-bg {margin-top:40px;width:1460px;height:765px;background:url("../images/ab-videp-bg.png") no-repeat;background-size:100% 100%;}
.ab-videp-bg iframe{width:1130px;height:645px;margin:20px auto;}
.news {max-width:1460px;margin:40px auto;padding:0 15px;}
.news-tit {text-align:center;}
.news-hold {margin:40px 0;}
.news-hold .news-left {    float: left;
    width: 650px;
    margin-right: 50px;}
.news-hold .news-left img {width:100%;}
.news-center {width:560px;float:left;margin-left:-40px;background:#fff;margin-top:100px;}
.news-center-tit {font-size:22px;padding:10px 0;vertical-align:mathematical;}
.news-center-tit strong {vertical-align:middle;}
.news-center-tit span {vertical-align:middle;}
.news-center-tit .news-xian {width:40px;height:4px;background:#cf3044;margin-left:10px;display:inline-block;}
.news-list ul li {overflow:hidden;margin:20px 0;}
.news-list ul li .news-list-date {width:90px;text-align:center;border-right:1px solid #ddd;float:left;margin-right:15px;}
.news-list-con {width:450px;float:left;}
.news-list-con .news-list-con-tit {margin:5px 0;font-size:16px;font-weight:bold;}
.news-list-con-text {line-height:24px;}
.news-num {font-size:38px;}
.news-more {width:100px;float:right;background:#cf3044;color:#fff;text-align:center;padding:5px 0;margin-right:40px;}
.news-right {width:220px;float:right;}
.news-right img {text-align:right;width: 100%}
.anli {height:300px;background:#cf3044;text-align:center;padding:40px 0;}
.anli-list {overflow:hidden;max-width:1200px;margin:0 auto;margin-top:-180px;padding:0 15px;}
.anli-list ul li {float:left;width:30%;margin:1%;padding:0.5%;border:1px solid #ddd;background:#fff;text-align:center;line-height:27px;}
.anli-list ul li .anli-list-tit {font-size:18px;font-weight:bold;margin:10px 0 0 0;}
.anli-list ul li img {width:100%;}
.anli-more {background:#cf3044;padding:5px 15px;color:#fff;width:100px;margin:10px auto;}
.hezuo {background:url("../images/hz-bg.jpg") no-repeat center;background-size:cover;text-align:center;margin:40px 0;}
.hezuo .he-tit {margin:40px 0;}
.hezuo-list {max-width:1460px;margin:40px auto;}
.hezuo-list ul li {float:left;width:12.5%;text-align:center;}
.hezuo-list ul li img {max-width:100%;}
.zj-list {max-width:1200px;margin:30px auto;overflow:hidden;padding:0 15px;}
.zj-list ul li {float:left;width:25%;}
.zj-list ul li .zj-list-con {background:url("../images/zj-bg1.jpg");width:263px;height:65px;margin:0 auto;line-height:65px;}
.zj-list ul .on .zj-list-con {background:url("../images/zj-bg2.jpg");color:#fff}
.num {margin-left:12px;font-size:18px;font-weight:bold;}
.sj-list-tit {font-size:22px;font-weight:bold;padding-left:30px;}
.zj {max-width:1460px;margin:40px auto;padding:0 15px;}
.zj-tit {text-align:center;}
.zj-img {text-align:center;margin:40px 0;position: relative}
.zj-img img {display:none;max-width:100%;margin:0 auto;}
.zj-img .zj-img-bg{width: 1160px;height: 93px;background: url(../images/zj-img-bg.png) no-repeat center;position: absolute;border-bottom: 0px;margin: 0 auto;left: 50%;z-index: -1;margin-left: -580px;}
.zj-text {margin:40px 0;text-align:center;}
.zj-text-tit {font-size:22px;font-weight:bold;}
.zj-text-con {line-height:27px;margin:10px 0;}
.footer {background:url("../images/fppter-bg.jpg") no-repeat center fixed;background-size:cover;padding:20px 0 0 0;}
.footer-con {max-width:1200px;margin:0 auto;color:#fff;padding:0 15px;}
.footer-top {border-bottom:1px solid #484848;padding-bottom:15px;font-size:22px;letter-spacing:1px;}
.footer-text {width:50%;float:left;line-height:27px;margin-top:40px;}
.footer-text-tit {font-size:18px;margin-bottom:10px;}
.footer-top-tit {font-size:24px;margin-right:5px;}
.footer-right {float:left;width:42%;text-align:right;padding:2% 3%;}
.footer-right img{width: 300px}
.n-about-con{max-width: 1200px;margin:20px auto;line-height: 27px}
.footer-bom {line-height:40px;border-top:1px solid #484848;}
.footer-bom a {color:#fff;padding:0 20px;}
.person-hold {max-width:1200px;margin:40px auto;overflow:hidden;padding:0 15px;}
.person-hold .preson-top {width:1100px;overflow:hidden;margin:40px auto;}
.person-hold .preson-top .preson-top-list {display:none;}
.person-hold .preson-top .block {display:block;}
.person-hold .preson-top .person-left {float:left;width:310px;height:360px;}
.person-hold .preson-top .person-left img {width:100%;height:100%;}
.person-hold .preson-top .person-right {float:left;width:750px;margin-left:40px;}
.person-hold .preson-top .person-right .person-name {font-size:22px;font-weight:bold;color:#fff;letter-spacing:2px;margin-top:60px;}
.person-hold .preson-top .person-right  .person-zw {color:#f2f546;font-size:16px;margin-top:15px;}
.person-hold .preson-top .person-right  .person-con {line-height:30px;color:#fff;margin:20px 0;height:120px;overflow:hidden;}
.person-hold .preson-top .person-right .yuyue {width:120px;height:40px;line-height:40px;color:#fff;background:#2d8000;text-align:center;}
.person-hold .preson-top .person-right .yuyue a {color:#fff;font-size:16px;letter-spacing:3px;}
.person-bom {position:relative;padding-bottom:40px;}
.person-bom .pro-left {position:absolute;left:10px;top:40px;width:33px;height:110px;display:inline-block;cursor:pointer;background:url("../images/pro-left1.png");}
.person-bom .pro-left:hover {background:url("../images/pro-left2.png");}
.person-bom .pro-right {position:absolute;right:10px;top:40px;width:33px;height:110px;display:inline-block;cursor:pointer;background:url("../images/pro-right1.png");}
.person-bom .pro-right:hover {background:url("../images/pro-right2.png");}
.person-bom .person-bom-hold {width:1100px;margin:0 auto;overflow:hidden;position:relative;height:170px;}
.person-bom .person-bom-hold ul {position:absolute;left:0px;top:0px;height:170px;}
.person-bom .person-bom-hold ul li {float:left;width:194px;margin:10px 10px;background:#fff;border:3px solid #fff;}
.person-bom .person-bom-hold ul li img {width:100%;}
.person-bom .person-bom-hold ul li .person-bom-hold-left {float:left;width:40%;text-align:center;}
.person-bom .person-bom-hold ul li .person-bom-hold-left img {width:80%;margin-top:10px;}
.person-bom .person-bom-hold ul li .person-bom-hold-right {float:left;width:60%;}
.person-bom .person-bom-hold ul li .person-bom-hold-right .person-bom-hold-right-tit {margin-top:5px;font-size:18px;letter-spacing:2px;}
.person-bom .person-bom-hold ul li .person-bom-hold-right  .person-bom-hold-right-bom {margin-top:5px;color:#595959;line-height:20px;}
.person-bom .person-bom-hold ul .on {border:3px solid #cf3044;box-shadow:5px 5px 10px rgba(125,125,125,0.5);}
.phone-pro-list {display:none;}
.ph-head {display:none;}
.n-contact-top {max-width:1200px;margin:40px auto;height:143px;border:1px solid #ddd;padding:0 15px 0 0;}
.n-contact-left {float:left;margin-right:20px;}
.n-contact-right {line-height:27px;padding:10px 20px 10px 0;}
.n-contact-bom {max-width:1200px;margin:40px auto;padding:0 15px;}
.n-contact-bom .n-contact-tit {text-align:center;}
.n-contact-list {overflow:hidden;margin:40px auto;}
.n-contact-list ul li {float:left;width:40%;margin:10px 0%;vertical-align:middle;}
.n-contact-list ul li:nth-child(odd) {margin-left:20%;}
.n-contact-list ul li img {vertical-align:middle;margin-right:10px;width: 46px}
.n-contact-list ul li .i1{width:40px}
.n-contact-list ul li span {vertical-align:middle;font-size:18px;}
.n-pro-tit {text-align:center;margin:40px 0;}
.n-pro-tit img {max-width:98%;}
.n-pro-guider {text-align:center;margin:40px auto;}
.n-pro-guider img {margin:0 50px;}
.n-pro-list {margin:40px auto;max-width:1200px;padding:0 15px;}
.n-pro-list ul li {float:left;width:46%;margin:2%;background:url("../images/n-pro-bg.png") no-repeat center;background-size:100% 100%;text-align:center;color:#fff;padding-bottom:20px;}
.n-pro-list ul li img {width:94%;}
.n-pro-list ul li .product-img{height:260px}
.n-pro-list ul li h2 {color:#fff;margin:10px 0;letter-spacing:2px;}
.n-pro-list ul li p {color:#fff;line-height:24px;}
.n-pro-list1 ul li {width:31.333%;margin:2% 1%;}
.n-pro-list2 ul li {width:23%;margin:2% 1%;}
.n-news-hold {max-width:1200px;margin:40px auto;padding:0 15px;}
.n-news-tit {text-align:center;margin:40px 0;}
.n-news-tit img {max-width:98%;}
.n-news-left {float:left;width:45%;}
.n-news-left img {width:100%;}
.n-news-right {float:right;width:50%;}
.n-news-right ul li {position:relative;background:#000000;color:#fff;margin:60px 0;padding:15px;line-height:27px;}
.n-news-right-txt {padding-left:120px;}
.n-news-right ul li p {color:#fff;}
.n-news-right ul li img {position:absolute;top:-40px;left:20px;}
.n-news-right-tit {font-size:18px;}
.n-news2 {background:#353636;padding:40px 0;}
.n-news2-tit {text-align:center;margin:20px 0;}
.n-news2-list {max-width:1200px;margin:40px auto;padding:0 15px;}
.n-news2-list ul li {float:left;width:31.333%;margin:3% 1%;}
.n-news2-list ul li img {width:100%;margin-bottom:5px;}
.n-news2-list ul li a {color:#fff;}
.n-news2-list-tit {font-size:18px;margin:10px 0;float:left;width:70%;}
.n-news-text {line-height:24px;margin-top:10px;}
.n-news-date {float:right;width:10%;text-align:center;padding:5px;background:#FFF;color:#000;border-radius:10px;line-height:18px;}
.n-news-date .n-news-date-big {font-size:16px;font-weight:bold;}
.sc-list ul li {float:left;width:30.333%;margin:1%;line-height:24px;padding:0.5%;min-height:480px}
.sc-list ul li img {width:100%;height:270px}
.sc-date {text-align:right;font-weight:bold;}
.padding10 {padding:0 10px;}
.n-news-list-con {max-width:1200px;margin:40px auto;padding:0 15px;}
.sc-tit {margin:10px 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}
.n-news-list-con .n-news-list-con-tit {text-align:center;margin:40px 0;}
.n-about-con-top {text-align:center;margin:40px 0;}
.n-about-con-top img {max-width:98%;}
.n-about-con-bom {max-width:1200px;margin:0 auto;padding:0 15px;}
.n-about-con-bom-tit {text-align:center;margin:20px 0;}
.n-about-con-bom-tit img {max-width:98%;}
.n-about-con-bom-con {text-align:center;line-height:27px;}
.n-about-con-bom-list {text-align:center;margin:40px 0;}
.n-about-con-bom-list img {max-width:100%;}
.n-about-con-sl {margin:40px 0;text-align:center;}
.n-about-con-sl img {max-width:98%;}
.n-about-con-list {max-width:1200px;margin:0 auto;overflow:hidden;}
.n-about-con-list ul li {float:left;width:50%;height:430px;overflow:hidden;}
.n-about-con-list ul .fl-r {float:right;}
.n-about-con-text {padding:60px;line-height:27px;}
.n-about-con-text img {margin:20px 0;}
.n-about-con-list ul li img {max-width:100%;}
.honor {text-align:center;margin:60px 0;max-width:98%;margin-left:1%;}
.honor img {max-width:100%;}
.fc {max-width:1200px;margin:40px auto;padding:0 15px;}
.fc-tit {text-align:center;}
.fc-tit img {max-width:98%;}
.fc-list {overflow:hidden;margin:40px auto;}
.fc-list ul li {float:left;width:31%;margin:1%;text-align:center;border:1px solid #ddd;padding:1% 0;line-height:30px;}
.fc-list ul li img {width:90%;}
.contact-map {max-width:800px;height:600px;border:1px solid #ddd;margin:40px auto;}
.contact-map iframe {width:100%;height:600px;}
.contat-ly {max-width:800px;margin:40px auto;}
.contact-ly-tit {width:100px;height:30px;line-height:30px;text-align:center;color:#fff;background:red;}
.contact-ly-hold {width:100%;height:600px;margin:0px auto;background:url("../images/contact-ly-bg.jpg") no-repeat center;background-size:cover;border:1px solid #ddd;}
.contact-ly-hold form {width:80%;margin:60px 10%;}
.contact-list {margin:15px 0;}
.contact-ly-hold textarea {width:80%;height:100px;vertical-align:top;border:1px solid #ddd;}
.coolbg {width:100px;height:40px;background:red;margin:20px;outline:none;border:0px;color:#fff;}
.contact-list input {width:80%;padding:8px;border:1px solid #ddd;}
.shebei {max-width:1200px;margin:0 auto;}
.shebei ul li {float:left;width:31.333%;text-align:center;line-height:30px;margin:1%;}
.shebei ul li img {width:100%;}
/* 侧边悬浮导航 */.right_nav {right:0;top:30%;position:fixed;text-align:left;overflow:hidden;z-index:999;}
.right_nav li {background:#0085cd;margin:4px 0;padding:10px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;position:relative;right:-70px;}
.right_nav li .iconBox {text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:space-between}
.right_nav li img {width:30px;height:30px;}
.right_nav li h4 {color:#fff;font-size:14px;margin:2px 0;margin-left:15px;}
.right_nav li:hover {background:#cf3044}
.right_nav li .hideBox {display:none;position:absolute;right:120px;padding:10px;padding-right:15px;top:-10px;z-index:999;}
.right_nav li .hideBox .hb {border:1px solid #ccc;background-color:#fff;padding:10px 20px;border-top:2px solid #0085cd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
.right_nav li .hideBox .hb h5 {padding:5px 0;border-bottom:2px solid #ccc;color:#0085cd;font-size:16px;font-weight:400;display:block;white-space:nowrap;}
.right_nav li .hideBox .hb p {margin-top:5px;font-size:18px;font-weight:700;}
.right_nav li .hideBox .hb .qqtalk {margin-top:10px;}
.right_nav li .hideBox .hb .qqtalk a {display:flex;align-items:center}
.right_nav li .hideBox .hb .qqtalk img {width:25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p {font-size:14px;font-weight:400;white-space:nowrap;margin-top:-5px;margin-left:5px;}
.right_nav li:nth-child(3) .hideBox img {width:140px;height:140px;margin-top:10px;}
.article-news h1 {margin:20px 0 10px;text-align:center;}
.article-news h2 {font-size:14px;text-align:center;margin-bottom:20px;}
.relate-title {background:#eee;color:#fff;font-size:14px;line-height:2.5;margin-bottom:15px;margin-top:40px;}
.relate-title span {background:#cf3044;padding:0 10px;display:inline-block;}
.relate-news-list {overflow:hidden;z-index:1;padding-bottom:30px}
.field-body {line-height:27px;}
.relate-news-list a:hover {color:#cf3044;}
.neimaincp .relate-news-list li {float:left;width:46%;position:relative;line-height:30px;font-size:14px;color:#666;margin:0 2%;}
.relate-news-list li {float:left;width:46%;position:relative;line-height:30px;font-size:14px;color:#666;margin:0 2%;}
.relate-news-list li a {display:block;padding-right:20%;color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.right_sunu {margin:20px auto;max-width:1200px;padding:0 15px}
.right_sunu p {margin-bottom:10px;background:#ededed;line-height:35px;padding:0 20px;}
.relate-news-list li a:before {content:"";display:inline-block;width:14px;height:14px;background:#d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;border-radius:50%;vertical-align:middle;margin-right:10px;}
.relate-news-list li span {position:absolute;right:0;top:0;}
.n-hold {max-width:1200px;margin:0 auto;padding:0 15px}
.relate-list ul li {float:left;width:23%;margin:0 1% 1% 1%;text-align:center;line-height:27px;}
.relate-list ul li img {width:100%;border:1px solid #ddd;height:270px}
.relate-list ul li {text-align:center;line-height:27px;}
.relate-list ul li:hover a {color:#cf3044;}
.article-shop-img {width:500px;float:left;text-align:center;padding:20px;border:1px solid #ddd;border-radius:20px}
.article-shop-img img {width:100%}
/*è¡¨å•*/.bg {position:fixed;z-index:100;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0,0,0,0.5);width:100%;height:100%;display:none;}
.form {position:fixed;z-index:101;width:600px;background:#fff;margin:50px auto;left:50%;top:10%;margin-left:-300px;padding-bottom:40px;display:none;}
.form .form-head {background:#cf3044;text-align:center;padding:20px;font-size:22px;color:#fff;}
.form .form-head i {width:35px;height:35px;display:inline-block;background:url("../images/cha.png") no-repeat;background-size:100% 100%;cursor:pointer;}
.form-list {padding:20px 80px;}
.form-list ul li {overflow:hidden;margin:20px 0;vertical-align:middle;}
.form-list ul li .form-left {width:20%;float:left;margin-top:15px;}
.form-list ul li .form-right {float:left;width:80%;}
.form-list ul li .form-right input {width:90%;padding:15px;outline:none;border-radius:5px;border:1px solid #dedede;}
.form-list ul li .form-right textarea {height:180px;border:1px solid #dedede;text-indent:1em;width:100%;resize:none;outline:none;line-height:27px;box-sizing:border-box;border-radius:5px;}
.submit {padding:10px;outline:none;border:none;color:#fff;background:#fda04e;width:100px;text-align:center;margin:0px auto;letter-spacing:2px;cursor:pointer;border-radius:5px;}
.submit:hover {background:#cf3044;transition:0.5s all;-webkit-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;-moz-transition:0.5s all;}
.article-shop-con {width:600px;float:right;margin-top:40px;}
.key-word {margin:20px 0;}
.share-component {margin-top:20px;}
.key-word a {margin:0 5px;color:#08c;}
.article-shop-con h1 {color:#cf3044;text-align:left;margin:20px 0;font-size:28px;}
.article-shop-tel {margin-top:40px}
.intro {line-height:30px;}
.intro .title {font-size:22px;color:#cf3044;font-weight:700;}
.n-about-hold h2 {text-align:center;}
.n-about-hold h3 {text-align:center;margin:20px 0;}
.pv-intro {line-height:27px;}
.pv-intro img {max-width:100%;}
.n-about-hold h3 span {padding:0 3px;font-size:12px;}
.btn {padding:5px;outline:none;border:none;color:#fff;background:#cf3044;text-align:center;letter-spacing:2px;cursor:pointer;width:190px;border-radius:5px;}
.btn i {width:26px;height:26px;display:inline-block;background:url("../images/sever-3-3.png") no-repeat;background-size:100% 100%;vertical-align:middle;}
.btn:hover {background:#cf3044;transition:0.5s all;-webkit-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;-moz-transition:0.5s all;}
/*è¡¨å•*/.bg {position:fixed;z-index:100;left:0px;top:0px;right:0px;bottom:0px;background:rgba(0,0,0,0.5);width:100%;height:100%;display:none;}
.form {position:fixed;z-index:101;width:600px;background:#fff;margin:50px auto;left:50%;top:10%;margin-left:-300px;padding-bottom:40px;display:none;}
.form .form-head {background:#cf3044;text-align:center;padding:20px;font-size:22px;color:#fff;}
.form .form-head i {width:35px;height:35px;display:inline-block;background:url("../images/cha.png") no-repeat;background-size:100% 100%;cursor:pointer;}
.form-list {padding:20px 80px;}
.form-list ul li {overflow:hidden;margin:20px 0;vertical-align:middle;}
.form-list ul li .form-left {width:20%;float:left;margin-top:15px;}
.form-list ul li .form-right {float:left;width:80%;}
.form-list ul li .form-right input {width:90%;padding:15px;outline:none;border-radius:5px;border:1px solid #dedede;}
.form-list ul li .form-right textarea {height:180px;border:1px solid #dedede;text-indent:1em;width:100%;resize:none;outline:none;line-height:27px;box-sizing:border-box;border-radius:5px;}
.submit {padding:10px;outline:none;border:none;color:#fff;background:#fda04e;width:100px;text-align:center;margin:0px auto;letter-spacing:2px;cursor:pointer;border-radius:5px;}
.submit:hover {background:#cf3044;transition:0.5s all;-webkit-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;-moz-transition:0.5s all;}
.article-shop-bom {max-width:1200px;margin:40px auto;border:1px solid #ddd;}
.n-pro-shop-guider {background:#eeeeee;border-bottom:1px solid #dddddd;line-height:40px;height:40px;}
.n-pro-shop-guider ul li {float:left;color:#333333;height:40px;line-height:40px;font-weight:bold;width:90px;text-align:center;border-right:1px solid #dddddd;cursor:pointer;position:relative;}
.n-pro-shop-guider ul .on {background:#fff;border-top:2px solid #cf3044;color:#cf3044;font-weight:bolder}
.n-pro-shop-con {padding:30px;line-height:27px;}
.n-pro-shop-con img {max-width:100%;}
.n-pro-shop-con ul li {display:none;}
.n-pro-shop-con ul .show {display:block;}
.n-pro-shop-guider-zhinan {background:#eeeeee;border-bottom:1px solid #dddddd;line-height:40px;height:40px;}
.n-pro-shop-guider-zhinan ul li {float:left;color:#333333;height:40px;line-height:40px;font-weight:bold;width:10%;text-align:center;border-right:1px solid #dddddd;cursor:pointer;position:relative;}
.n-pro-shop-guider-zhinan ul .on {background:#fff;border-top:2px solid #cf3044;color:#cf3044;font-weight:bolder}
.n-pro-shop-con-zhinan {padding:30px;}
.n-pro-shop-con-zhinan ul li {display:none;}
.n-pro-shop-con-zhinan ul .show {display:block;}
.scroll{display: none}
/*右侧悬浮菜单*/
.slide{
    width: 50px;
    height: 210px;
    position: fixed;
    top: 50%;
    margin-top: -126px;
    background: #018D75;
    right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 999;
}
.slide ul{
    list-style: none;
}
.slide .icon li{
    width: 49px;height: 50px;background: url(../images/icon.png) no-repeat;
}
.slide .icon .up{
    background-position:-330px -120px ;
}
.slide .icon li.qq{
    background-position:-385px -73px ;
}
.slide .icon li.tel{
    background-position:-385px -160px ;
}
.slide .icon li.wx{
    background-position:-385px -120px ;
}
.slide .icon li.down{
    background-position:-330px -160px ;
}
.slide .info{
    top: 50%;height: 147px;position: absolute;right: 100%;background: #018D75;width: 0px;overflow: hidden;margin-top: -73.5px;transition:0.5s;border-radius:4px 0 0 4px ;
}
.slide .info.hover{
    width: 145px;

}
.slide .info li{
    width: 145px;color: #CCCCCC;text-align: center;
}
.slide .info li p{
    font-size: 1.1em;line-height: 2em;padding: 15px;text-align: left;
}
.slide .info li.qq p a{
    display: block;margin-top: 12px;width: 100px;height: 32px;line-height: 32px;color: #00DFB9;font-size: 16px;text-align: center;text-decoration: none;border: 1px solid #00DFB9;border-radius: 5px;
}
.slide .info li.qq p a:hover{
    color: #FFFFFF;border: none;background: #00E0DB;
}
.slide .info li div.img{
    height: 100%;background: #DEFFF9;margin: 15px;
}
.slide .info li div.img img{
    width: 100%;height: 100%;
}
.fenye{max-width: 1200px;margin: 20px auto;overflow: hidden}
.fenye ul li{float: left;padding: 0 5px}
/*电话与返回顶部*/.pc-scroll {position:fixed;right:10px;bottom:70px;z-index:10;}
.pc-scroll .s-tel {width:40px;height:40px;background:#24782d;border-radius:50%;text-align:center;}
.pc-scroll .s-tel i {width:25px;height:25px;background:url("../images/ph.png") no-repeat;background-size:100% 100%;display:inline-block;}
.pc-scroll .s-tel p {font-size:12px;color:#fff;margin-top:-10px;}
.pc-scroll .s-scroll {width:80px;height:80px;background:#ddd;border-radius:10px;text-align:center;margin-top:10px;border:1px solid #fff;cursor:pointer;}
.pc-scroll .s-scroll i {width:55px;height:45px;background:url("../images/up1.png") no-repeat;background-size:100% 100%;display:inline-block;margin-top:5px;}
.pc-scroll .s-scroll p {font-size:14px;margin-top:-5px;}
.pc-scroll .s-scroll:hover {color:#fff;background:#0065cd;}
.pc-scroll .s-scroll:hover i {background:url("../images/up.png") no-repeat;background-size:100% 100%;}
@media screen and  (max-width:1500px) {.ab-videp-bg {margin-top:40px;width:90%;height:auto;background:none;margin:40px 5%;}
    .ab-videp-bg iframe {width:100%;height:100%;}
    .news-hold .news-left {width:600px;}
    .news-center {width:500px;margin-top:70px;}
    .news-list-con {width:370px;}
    .news-center-tit {padding:0px;}
    .news-list ul li {margin:5px 0;}
}
@media screen and  (max-width:1350px) {.news-right {display:none;}
    .search-right {display:none;}
}
@media screen and  (max-width:1200px) {.article-shop-con {width:96%;margin:0 2%;}
    .person-hold {display:none;}
    .pc-head {display:none;}
    /*头部导航*/    .ph-head {display:block;}
    .ph-head span {font-size:22px;font-weight:bold;color:#cf3044;margin:15px  10px;}
    .ph-head-tit {background:#fff;overflow:hidden;padding:10px 0;border-bottom:1px solid #cf3044;}
    .ph-head img {max-width:200px;}
    .ph-head .tit {float:right;width:30px;margin-right:5%;}
    .ph-head-guide ul {display:none;}
    .ph-head-guide ul li {padding:10px;border-bottom:1px solid #ca4d5d;background:#cf3044}
    .ph-head .ph-head-guide ul li span {color:#fff;font-size:14px;}
    .ph-head-guide ul li:first-child {display:none;}
    .ph-head-guide ul li i {width:20px;height:20px;background:url("../images/icon-9.png") no-repeat;background-size:100% 100%;display:inline-block;vertical-align:middle;margin-right:10px;}
    .ph-head-guide ul li:nth-child(2) i {background:url("../images/icon-1.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(3) i {background:url("../images/icon-2.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(4) i {background:url("../images/icon-3.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(5) i {background:url("../images/icon-4.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(6) i {background:url("../images/icon-7.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(7) i {background:url("../images/icon-8.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(8) i {background:url("../images/icon-6.png") no-repeat;background-size:100% 100%;}
    .ph-head-guide ul li:nth-child(9) i {background:url("../images/icon-8.png") no-repeat;background-size:100% 100%;}
    .about-left {width:80%;margin-left:10%;}
    .about-right {width:80%;margin-right:10%;margin-top:4%;}
    .ad-list ul li {width:47%;}
    .ad-list i {display:none;}
    .ad-list {border-top:0px;}
    .news-right {display:none;}
    .phone-pro-list {display:block;overflow:hidden;}
    .phone-pro-list ul li {float:left;width:23%;margin:1%;}
    .phone-pro-list ul li img {width:100%;}
    .zj-list ul li {width:50%;margin:15px 0;}
}
@media screen and  (max-width:1150px) {.n-contact-top {display:none;}
    .pc-scroll{display: none}
    .zj-img .zj-img-bg{display: none}
    .n-contact-list ul li:nth-child(odd) {margin-left:10%;}
    .n-contact-list ul li {width:80%;margin-left:10%;}
    .n-news-left {width:80%;margin-left:10%;}
    .n-news-right {width:80%;margin-right:10%;}
    .n-about-con-list ul .fl-r {float:left;}
    .fc-list ul li {width:47.5%;margin:1%;}
    .n-about-con-text {padding:0px;}
    .n-about-con-list ul li {width:80%;margin-left:10%;height:auto;padding:2% 0;}
    .n-about-con-list ul li img {width:100%;}
    .n-about-con-list ul li .n-about-con-text img {width:auto;}
    .news-hold .news-left {display:none;}
    .news-center {width:98%;margin:0 1%;}
    .news-center-tit {display:none;}
    .news-list-con {width:80%;}
    .hezuo-list ul li {width:25%;margin:1% 0;}
    .footer-right {width:90%;text-align:left;}
    .search-left {width:100%;}
    .n-news2-list ul li {width:98%;}
}
@media screen and  (max-width:1000px) {.relate-news-list li {width:96%;}  .n-second-guide ul li{width: 80px}  }
@media screen and  (max-width:764px) {.n-pro-shop-con {padding:15px;}
.sc-list ul li img {height:auto}
    .article-shop-img {width:92%;margin:0 2%;padding:2%;border-radius:0px;}
    .relate-news-list li a {padding-right:25%;}
    .relate-list ul li {width:48%;}
    .contact-map {width:96%;}
    .n-contact-tit img {max-width:98%;}
    .n-contact-list ul li {width:100%;margin-left:0px;}
    .n-contact-list ul li img {width:30px;}
    .n-contact-list ul li span {font-size:14px;}
    .n-contact-list ul li:nth-child(odd) {margin-left:0px;}
    .contact-ly-hold form {width:96%;margin:1%;}
    .contact-ly-hold {height:400px;}
    .n-news-list-con {padding:0 5px;}
    .contact-map {display:none;}
    .n-news-date {display:none;}
    .n-news2-list-tit {width:100%;}
    .n-news2-tit img {max-width:98%;}
    .sc-list ul li {width:97%}
    .n-news-left {width:98%;margin-left:1%;}
    .n-news-right {width:98%;margin-right:1%;}
    .n-news-list-con-tit img {max-width:98%;}
    .n-about-con-list ul li {width:96%;}
    .n-about-con-list ul li {margin-left:2%;}
    .n-about-con-list ul li .n-about-con-text img {max-width:98%;}
    .fc-list ul li {border:0px;}
    .n-about-con-top img {display:none;}
    .pro-tit img {max-width:90%;}
    .news-center {width:100%;margin:0;}
    .news-tit img {max-width:90%;}
    .ad-tit img {max-width:90%;}
    .footer-text {width:100%;}
    .zj-tit img {max-width:90%;}
    .anli-tit img {max-width:90%;}
    .hezuo .he-tit {max-width:98%;}
    .ad-list ul li {width:100%;}
    .ad-listimg ul li {width:46%;}
    .phone-pro-list ul li {width:48%}
    .news-list-con {width:60%;}
    .anli-list ul li:nth-child(3) {display:none;}
    .anli-list ul li {width:46%;}
    .hezuo-list ul li {width:46%;margin:1% 2%;}
    .about-left {width:96%;margin-left:2%;margin-top: 0px}
    .about-right {width:96%;margin-right:2%;}
    .about-right h2{font-size: 22px}
    .n-pro-list2 ul li {width:48%;}
    .n-pro-guider {display:none;}
    .n-pro-list {padding:0px;}
    .n-pro-list1 ul li {width:94%;margin:2% 3%;}
    .n-news-right ul li img {width:60px;}
    .n-news-right-txt {padding-left:80px;}
    .shebei ul li {width:46%;margin:2%;}
    .sj-list-tit{font-size: 18px}
    .btn{display: none}
    /*电话与返回顶部*/
    .scroll{
        position: fixed;right: 10px;bottom: 70px;z-index: 10;display: block;
    }
    .s-tel{
        width: 40px;height: 40px;background: #cf3044;border-radius: 50%;text-align: center;
    }
    .s-tel i{
        width: 25px;height:25px;background: url("../images/ph.png") no-repeat;background-size: 100% 100%;display: inline-block;
    }
    .s-tel p{
        font-size: 12px;color: #fff;margin-top: -10px;
    }
    .s-scroll{
        width: 40px;height: 40px;background: #cf3044;border-radius: 50%;text-align: center;margin-top: 10px;
    }
    .s-scroll i{
        width: 15px;height: 15px;background: url("../images/up1.png") no-repeat;background-size: 100% 100%;display: inline-block;margin-top: 5px;
    }
    .s-scroll p{
        font-size: 12px;color: #fff;margin-top: -5px;
    }
}
