@charset "utf-8";
/*******CSS commont*************/
*{margin:0;padding:0;border:0;outline:medium;text-shadow:none;text-decoration:none;}
p,dl,ol,ul{ margin:0;padding: 0;}
ol,ul{list-style:none;}
img {image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
/*******CSS reset*************/
body{ background:#fff; overflow-x: hidden; color:#333333; font-size: 12px; overflow-x: hidden; overflow-y: auto;}
@media (min-width:1200px)
{
    body{ font-size: 14px; }
    .container{ padding:0px; }
}
@media (min-width:1601px)
{
    body{ font-size: 15px; }
    .container{max-width: 1400px;padding-left: 0px; padding-right: 0px;}
}
a{color:#333333;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#d81f38; }
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.cimgbox {position:relative;overflow:hidden;width:100%;}
.cimgbox:after {content:'';display:block;padding-top:60%;}
.cimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.cimgbox:hover img{width:110%;transition:.36s width;}
.nimgbox {position:relative;overflow:hidden;width:100%;}
.nimgbox:after {content:'';display:block;padding-top:49.27%;}
.nimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.nimgbox:hover img{width:110%;transition:.36s width;}
.simgbox {position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:133.33%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;}
.ln1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ln2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*******Css header*******/
#toper{ background: #3b3b3b; height: 32px; line-height: 32px; color: #fff;}
#toper a{ color: #fff;}
#toper span{ color: rgba(255, 255, 255, 0.51); margin: 0px 8px;}
#header{ padding: 10px 0px 10px 0px; }
.map-open{ font-size: 24px; color: #d81f38;}
#mnav{ background: #d81f38; padding: 4px 0px;}
#mnav a{ position: relative; color: #fff; float: left; line-height: 28px; height: 28px; font-size: 13px; width: 25%; text-align: center;}
#mnav a:hover{ font-weight: bold; color: #f5c007;}
#mnav a.on{ font-weight: bold; color: #f5c007;}
@media (min-width:370px) 
{
    #mnav{ padding: 6px 0px; }
    #mnav a{ line-height: 32px; height: 32px; font-size: 14px;}
}
@media (min-width:768px) 
{
    #mnav{ padding: 0px; }
    #mnav a{ width: 14.2%; line-height: 42px; height: 42px;}
}
@media (min-width:992px) 
{
    #toper span{ margin: 0px 10px;}
    #header{ padding: 12px 0px 12px 0px; }
    .htel a{ color: #d81f38; font-weight: bold; font-size: 16px; height: 22px; line-height: 22px; background: url(../images/htel.png) no-repeat left center; padding-left: 24px;}
}
@media (min-width:1200px) 
{
    #toper{ height: 36px; line-height: 36px;}
    #toper span{ margin: 0px 12px;}
    #header{ padding: 0px; height: 80px; line-height: 80px;}
    #navs{ display: flex; align-items: center;}
    #navs .nli{ max-width: 25%; flex: 1; position: relative; text-align: center;}
    #navs .nli p{ position: relative; font-size: 15px;}
    #navs .nli p:after{ opacity: 0; transition: all 0.1s ease-out 0s; content: ''; width:23px; height: 10px; position: absolute; bottom: -10px; left:50%; margin-left: -11px; background: url(../images/nav_icon.png) no-repeat; }
    #navs .subs{ width: 100%; overflow: hidden; display: none; position: absolute; z-index: 999; font-size:14px; top: 80px;}
    #navs .subs a{text-overflow: ellipsis;
        white-space: nowrap; width: 100%; height: 36px; line-height: 36px; padding: 0px 12px; float: left; overflow: hidden; background: #d81f38; color: #fff; margin-bottom: 1px;}
    #navs .subs a:hover{ background:#f5c007; color: #fff;}
    #navs .subs a.on{ background:#f5c007; }
    #navs .nli:hover p:after{ bottom: 0px; opacity: 1;}
    #navs .nli p:hover a{ color: #d81f38; }
    #navs .nli.ons p:after{ bottom: 0px; opacity: 1;}
    #navs .nli.ons p a{ color: #d81f38; font-weight: bold;}
}
@media (min-width:1400px) 
{
    #header{ height: 86px; line-height: 86px;}
    #navs .nli p{ font-size: 16px;}
    .htel a{ font-size: 18px;}
    #navs .subs{ top: 86px; }
    #navs .subs a{ height: 38px; line-height: 38px;}
}
@media (min-width:1601px) 
{
    #toper{ font-size: 14px;}
    #header{ height: 90px; line-height: 90px;}
    .htel a{ font-size: 20px; padding-left: 26px;}
    #navs .subs{ top: 90px; }
    #navs .subs a{ height: 40px; line-height: 40px;}
}
#menu-map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu-map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.map-closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map-closes a{ text-align: center; float: right; margin-right: 2px; }
.map-closes a .iconfont{ font-size: 30px; color:#d81f38; }
.map-close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
.mnavul{ width: 98%; margin: 10px auto;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #d81f38; }
.nav-item.on a{ color: #d81f38; }
.nav-item.on p i{ color: #d81f38; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#d81f38;}
.nav-item .msubs a:hover{ color:#d81f38;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
#mbanners{ overflow: hidden; position: relative;}
#mbanners img{ width: 100%;}
#mbanners .swiper-pagination{ bottom: 10px; }
#mbanners .swiper-pagination-bullet{ outline: none; background: #fff;}
#mbanners .swiper-pagination-bullet-active{ background: #fff; }
.banner{ position: relative;}
#banners{ overflow: hidden; position: relative;}
#banners img{ width: 100%;}
#banners .s-prev,#banners .s-next{ position: absolute; font-size: 26px; padding: 32px 10px; background: rgba(0, 0, 0, 0.2); color: #ffffff; cursor: pointer; top: 50%; z-index: 6; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#banners .s-prev{ left: 3%;}
#banners .s-next{ right: 3%;}
#banner-mess{ width: 100%; position: absolute; bottom: 0px; left: 0px; z-index: 9;}
.banner-mess{ background: rgba(0, 0, 0, 0.57); padding: 20px 32px;}
.banner-mess-left{ float: left;}
.banner-mess-left-tt{ position: relative; color: #d3b06c; font-size: 20px; padding-left: 14px;}
.banner-mess-left-tt::before{ content: ''; width: 5px; height: 20px; background: #d3b06c; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.banner-mess-left-ft{ color: #fff; font-weight: bold; font-size: 16px;}
.banner-inputtxt{ background: #fff; height: 50px; line-height: 50px; padding: 0px 16px; float: left; margin-right: 8px;}
.banner-formc{ background: #fff; height: 50px; line-height: 50px; padding: 10px 16px; float: left; margin-right: 8px;}
.banner-inputtxts{ background: #fff; width: 80px; height: 30px; line-height: 30px; float: left;}
.banner-verifyImg{ float: left; height: 30px; margin-left: 6px;}
.banner-but{ cursor: pointer; height: 50px; line-height: 50px; background: #d3b06c; color: #fff; float: left; padding: 0px 32px;}
.banner-but:hover{ background: #d81f38; color: #fff;}
@media (min-width:1400px) 
{
    .banner-mess{ padding: 32px 48px;}
    .banner-inputtxt{ padding: 0px 24px;}
    .banner-formc{ padding: 10px 24px;}
    .banner-but{ padding: 0px 48px; }
    #banners .s-prev,#banners .s-next{ font-size: 28px; padding: 36px 12px;}
}
@media (min-width:1601px) 
{
    .banner-mess{ padding: 40px 72px;}
    .banner-mess-left-tt{ font-size: 22;}
    .banner-mess-left-ft{ font-size: 18px;}
    .banner-inputtxt{ padding: 0px 28px;}
    .banner-formc{ padding: 10px 28px;}
    .banner-but{ padding: 0px 54px; }
}
#page_banner{ position:relative; text-align:center;}
#page_banner img{ width: 100%; }
#page_crum{ text-align: left; padding: 4px 0px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); width: 100%; position: absolute; z-index: 3; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.4);}
#page_crum a{ color: rgba(255, 255, 255, 0.7); }
#page_crum a:hover{ color: #fff; }
.page_crum{ overflow: hidden; }
.page_crum_sp1{ margin-right: 5px;}
.page_pro_types{ border-bottom: solid 1px #DFDFDF; }
.page_pro_type{ overflow: hidden; height: 50px; line-height: 50px;}
.page_pro_type .swiper-slide{ width: auto; padding: 0px 16px;  position: relative;}
.page_pro_type .swiper-slide span{ position: absolute; color: #F2F2F2; right: 0px; top: 50%; transform: translateY(-50%);}
.page_pro_type a{ font-size: 15px; width: 100%; float: left; background: url(../images/page_ticon1.png) no-repeat right center; padding-right: 28px;}
.page_pro_type a:hover{ background: url(../images/page_ticon1h.png) no-repeat right center; color: #d81f38;}
.page_pro_type a.on{ background: url(../images/page_ticon1h.png) no-repeat right center; color: #d81f38; }
#wrapper{ padding: 20px 0px 25px 0px;}
.right_side_tt{ text-align: center; }
.right_side_tt a{ display: inline-block; position: relative; font-size: 20px; font-weight: bold;}
.right_side_tt a span{ position: relative; z-index: 2;}
.right_side_tt a:hover{ color: #333333; }
.right_side_ft{ color: #999; margin-top: 5px; text-align: center;}
.right_content{ padding: 5px 0px; }
#right_content{ padding-top: 10px; }
@media (min-width:768px) 
{
    .page_pro_type .swiper-slide{ padding: 0px 20px;}
}
@media (min-width:992px) 
{
    .page_pro_type{ height: 56px; line-height: 56px;}
    .page_pro_type .swiper-slide{ padding: 0px 22px;}
    .right_side_tt a{ font-size: 25px; }
}
@media (min-width:1200px) 
{
    #page_crum{ padding: 6px 0px; }
    #wrapper{ padding:32px 0px 56px 0px; }
    .right_side_tt{ text-align: left; }
    .right_side_tt a{ font-size: 30px; padding-left: 15px;}
    .right_side_tt a:before{ content: ''; width: 6px; height: 22px; background: #d81f38; position: absolute; top: 50%; margin-top: -9px; left: 0px;}
    .right_side_ft{ text-align: left; }
    .right_content{ padding: 10px 0px; min-height: 415px;}
    #right_content{ padding-top: 20px; }
}
@media (min-width:1601px) 
{
    #page_crum{ padding: 8px 0px; }
    #wrapper{ padding:40px 0px 64px 0px; }
    .right_side_tt a{ font-size: 36px; padding-left: 20px;}
    .right_side_tt a:before{ height: 26px; }
    #right_content{ padding-top: 30px; }
    .right_content{ min-height: 540px;}
}
/*******Css home*******/
#chan1{ background: #f8f8f8; padding: 16px 0px 24px 0px;}
#youshi{ overflow: hidden;}
#youshi a{ width: 100%; float: left; background: #ffffff; padding: 16px; text-align: center;}
.youshi-img{ height: 36px; background-repeat: no-repeat; background-position: center;}
.youshi-tt{ height: 22px; line-height: 22px; overflow: hidden; font-size: 16px; font-weight: bold; margin: 8px auto;}
.youshi-dc{ line-height: 18px; height: 36px; overflow: hidden; color: #666666;}
#youshi-img1{ background-image: url(../images/ys_icon1.png);}
#youshi-img2{ background-image: url(../images/ys_icon2.png);}
#youshi-img3{ background-image: url(../images/ys_icon3.png);}
#youshi-img4{ background-image: url(../images/ys_icon4.png);}
#youshi-img5{ background-image: url(../images/ys_icon5.png);}
#youshi a:hover{ background: #d81f38; color: #ffffff;}
#youshi a:hover .youshi-dc{ color: #ffffff;}
#youshi a:hover #youshi-img1{ background-image: url(../images/ys_icon1h.png);}
#youshi a:hover #youshi-img2{ background-image: url(../images/ys_icon2h.png);}
#youshi a:hover #youshi-img3{ background-image: url(../images/ys_icon3h.png);}
#youshi a:hover #youshi-img4{ background-image: url(../images/ys_icon4h.png);}
#youshi a:hover #youshi-img5{ background-image: url(../images/ys_icon5h.png);}
#chan2{ padding: 24px 0px 24px 0px;}
.chan2-tt{ text-align: center;}
.chan2-tt a{ display: inline-block; font-size: 18px; position: relative; padding-right: 16px;}
.chan2-tt a span{ color: #d81f38; font-size: 24px; margin: 0px 8px;}
.chan2-tt a i{ position: absolute; top: 0px; right: 0px; color: #999999; font-size: 16px; font-style: normal; transition: all 0.3s ease-out 0s;}
.chan2-tt a:hover i{ transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
.chan2-ft{ text-align: center; color: #999; margin-top: 6px;}
.products-type{ margin: 16px auto 0px; display: flex; flex-wrap: wrap; text-align: center;}
.products-type a{ background: rgba(151, 151, 151, 0.76);flex: 0 0 auto; width: 50%; height: 40px; line-height: 40px; overflow: hidden; color: #fff; font-size: 14px; border-bottom: solid 1px #ffffff; border-right: solid 1px #ffffff;}
.products-type a:hover{ background:#d81f38; color: #ffffff;}
#products{ overflow: hidden; margin-top: 16px; position: relative; padding-bottom: 24px;}
#products a{ width: 100%; float: left; background: #f8f8f8; text-align: center; border: solid 1px #f8f8f8;}
.products-txt{ height: 36px; line-height: 36px; overflow: hidden;  padding-left: 8px; padding-right: 8px;}
.products-txt span{ display: none; }
#products .swiper-scrollbar-drag{ background: #d81f38;}
#products a:hover{ background: #d81f38; border: solid 1px #d81f38;}
#products a:hover .products-txt{ color: #fff;}
#products a:hover .products-txt span{ color: #fff;}
#chan3{ background: url(../images/bg1.jpg) no-repeat fixed; background-size: cover; padding: 24px 0px 24px 0px;}
.case{ margin-top: 16px;}
.case-left{ position: relative;}
#case-left{ position: relative; overflow: hidden;}
.case-left-icon1{ width: 21.1%; position: absolute; top: 12px; left: 12px; z-index: 1;}
.case-left-icon2{ width: 53.8%; position: absolute; bottom: 0px; left: 0px; z-index: 1;}
.case-right{ overflow: hidden; margin-top: 16px;}
.case-right a{ width: 49%; float: left; position: relative; text-align: center;}
#case-right-a1{ margin-right: 2%;}
.case-right-txt{ width: 100%; color: #999999; background: rgba(0, 0, 0, 0.8); height: 36px; line-height: 36px; overflow: hidden; padding: 0px 12px; position: absolute; bottom: 0px; left: 0px; z-index: 1;}
.case-right-icon{ width: 36px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-100%); -webkit-transform: translate(-50%,-100%); -moz-transform: translate(-50%,-100%); -ms-transform: translate(-50%,-100%); -o-transform: translate(-50%,-100%); }
.case-right a:hover .case-right-txt{color: #ffffff; background: rgba(0, 0, 0, 1);  }
.case-more{ margin-top: 16px; text-align: center;}
.case-more a{ font-size: 14px; display: inline-block; border: #d5d5d5 solid 1px; color: #666666; padding: 10px 40px;}
.case-more a:hover{ border: #d81f38 solid 1px; background: #d81f38; color: #ffffff; transform: translateX(16px); -webkit-transform: translateX(16px); -moz-transform: translateX(16px); -ms-transform: translateX(16px); -o-transform: translateX(16px); }
#chan4{ background: #1a1b20; padding: 24px 0px 24px 0px;}
.chan4-tt{ text-align: center;}
.chan4-tt a{ font-size: 24px; color: #ffffff;}
.about-right{ background: #eeeeee; margin-top: 16px; padding: 16px; overflow: hidden; position: relative;}
.about-right-coc{ font-size: 14px; margin-top: 16px; line-height: 22px; height: 88px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical;}
.about-right-more{ margin-top: 12px;}
.about-right-more-tags{ font-weight: bold; font-size: 14px;}
.about-more{ text-align: center; margin-top: 16px; position: relative; z-index: 1;}
.about-more a{ font-size: 14px; display: inline-block; border: #959595 solid 1px; color: #666666; padding: 10px 40px;}
.about-more a:hover{ border: #d81f38 solid 1px; background: #d81f38; color: #ffffff; transform: translateX(16px);}
.about-right-icon{ width: 120px; position: absolute; bottom: -66px; right: 10px;}
.about-left{ background: #ffffff; margin-top: 16px; padding: 12px; display: none; overflow: hidden;}
.about-left a{ width: 32%; float: left; margin-right: 2%; text-align: center; margin-top: 40px; position: relative; background: #eeeeee; padding:40px 12px 12px 12px;}
#about-left-a3{ margin-right: 0px;}
.about-left-img{  transition: all 0.3s ease-out 0s; width: 60px; height: 60px; background-repeat: no-repeat; background-size: cover; position: absolute; top: -30px; left: 50%; margin-left: -30px;}
#about-left-a1 .about-left-img{ background-image: url(../images/about_icon1.png);}
#about-left-a2 .about-left-img{ background-image: url(../images/about_icon2.png);}
#about-left-a3 .about-left-img{ background-image: url(../images/about_icon3.png);}
.about-left-tt{ height: 22px; line-height: 22px; font-size: 16px; font-weight: bold; overflow: hidden;}
.about-left-dc{ line-height: 18px; height: 36px; overflow: hidden; margin-top: 4px; color: #666666;}
.about-left a:hover{ background: #d81f38; color: #fff;}
.about-left a:hover .about-left-dc{ color: #fff;}
#about-left-a1:hover .about-left-img{ background-image: url(../images/about_icon1h.png);}
#about-left-a2:hover .about-left-img{ background-image: url(../images/about_icon2h.png);}
#about-left-a3:hover .about-left-img{ background-image: url(../images/about_icon3h.png);}
.about-left a:hover .about-left-img{ transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
#chan5{ padding: 24px 0px 24px 0px; }
.news{ margin-top: 16px;}
.news-left-img{ border: solid 1px #f1f1f1;}
.news-left-tt{ height: 22px; line-height: 22px; overflow: hidden; margin-top: 10px; font-size: 16px;}
.news-left-ft{ color: #999999; margin-top: 6px;}
.news-left-dc{ line-height: 20px; height: 40px; overflow: hidden; margin-top: 8px; color: #999999;}
.news-right{ overflow: hidden;}
.news-right a{ width: 100%; float: left; margin-top: 16px;}
.news-right-img{ width: 34%; float: left; border: solid 1px #f1f1f1;}
.news-right-txt{ width: 62%; float: right;}
.news-right-txt-tt{ height: 22px; line-height: 22px; overflow: hidden; font-size: 14px; font-weight: bold;}
.news-right-txt-dc{ line-height: 18px; height: 36px; overflow: hidden; color: #999999;}
.news-right-txt-ft{ color: #999999; margin-top: 4px;}
@media (min-width:370px) 
{
    .about-left{ display: block;}
    .news-right-img{ width: 30%;}
    .news-right-txt{ width: 66%;}
}
@media (min-width:768px) 
{
    #youshi a{ padding: 24px;}
    .youshi-dc{ line-height: 20px; height: 40px;}
    .products-type a{ width: 33.33%;}
    .about-right{ padding: 24px;}
    .about-left{ padding: 16px; }
    .about-left a{ padding:50px 12px 12px 12px;}
    .about-left-img{ width: 80px; height: 80px; top: -40px; margin-left: -40px;}
    .about-left-dc{ height: 24px; line-height: 24px;}
    .news-right-img{ width: 20%;}
    .news-right-txt{ width: 78%;}
    .news-right-txt-dc{ line-height: 20px; height: 40px; margin-top: 6px;}
    .news-right-txt-ft{ margin-top: 6px;}
}
@media (min-width:992px) 
{
    .case-left{ width: 71.4%; float: left;}
    .case-right{ width: 27.4%; float: right; margin-top: 0px;}
    .case-right a{ width: 100%;}
    #case-right-a2{ margin-top: 16px;}
    .news-left{ width: 50%; float: left;}
    .news-right{ width: 46%; float: right;}
    .news-right a{ margin-top: 20px;}
    #news-right-a1{ margin-top: 0px;}
    .news-right-img{ width: 30%;}
    .news-right-txt{ width: 67%;}
    .about-right-more{ display: flex; align-items: center; justify-content: space-between;}
    .about-more{ margin-top: 0px;}
    .about-right-more-tags{ max-width: 60%;}
}
@media (min-width:1200px) 
{
    #chan1{ padding: 24px 0px 36px 0px;}
    .youshi-tt{ height: 28px; line-height: 28px; font-size: 18px;}
    .youshi-dc{ line-height: 22px; height: 44px;}
    #chan2{ padding: 36px 0px 36px 0px;}
    .chan2-tt a{ font-size: 24px; padding-right: 24px;}
    .chan2-tt a span{ font-size: 32px;}
    .chan2-tt a i{ font-size: 24px; top: -8px;}
    .products-type{ margin: 24px auto 0px; flex-wrap: nowrap;}
    .products-type a{ width: 16.66%; height: 48px; line-height: 48px; font-size: 15px;}
    #products{ padding-bottom: 36px; margin-top: 24px;}
    .products-txt{ height: 42px; line-height: 42px;}
    #products .swiper-scrollbar{ width: 70%; left: 15%;}
    #chan3{ padding: 36px 0px 36px 0px;}
    .case{ margin-top: 24px;}
    #case-right-a2{ margin-top: 20px;}
    .case-right-icon{ width: 48px;}
    .case-right-txt{ height: 42px; line-height: 42px;}
    .case-more{ margin-top: 24px;}
    .case-more a{ font-size: 15px; padding: 12px 60px;}
    #chan4{ padding: 36px 0px 36px 0px;}
    .chan4-tt a{ font-size: 36px;}
    .about-left{ width: 21.42%; float: left; margin-top: 24px;}
    .about-right{ width: 77.14%; float: right; margin-top: 24px; padding: 31px 24px;}
    .about-left a{ width: 100%; margin-right: 0px; margin-bottom: 8px;}
    .about-left-tt{ font-size: 18px; height: 24px; line-height: 24px;}
    .about-right-coc{ font-size: 15px; line-height: 24px; height:96px;}
    .about-more a{ padding: 12px 48px; font-size: 15px;}
    .about-right-more-tags{ font-size: 16px;}
    #chan5{ padding: 36px 0px 36px 0px;}
    .news{ margin-top: 24px;}
    .news-left-tt{ height: 24px; line-height: 24px; font-size: 18px;}
    .news-left-dc{ margin-top: 10px; line-height: 22px; height: 44px;}
    .news-right-txt-tt{ height: 24px; line-height: 24px; font-size: 16px;}
    .news-right-txt-dc{ margin-top: 10px; line-height: 22px; height: 44px;}
    .news-right-txt-ft{ margin-top: 10px;}
}
@media (min-width:1400px) 
{
    .youshi-tt{ height: 32px; line-height: 32px; }
    .youshi-dc{ line-height: 24px; height: 48px;}
    #chan2{ padding: 48px 0px 48px 0px;}
    .chan2-tt a{ font-size: 28px; padding-right: 32px;}
    .chan2-tt a span{ font-size: 40px;}
    .chan2-tt a i{ font-size: 28px;}
    .chan2-ft{ font-size: 16px;}
    #products-type{ text-align: center;}
    .products-type{ max-width: 96%; margin: 32px auto 0px; justify-content:center; width: auto; background: rgba(151, 151, 151, 0.76); display:inline-flex; padding: 0px 36px;}
    .products-type a{ position: relative; background: none; width: auto; padding: 0px 24px; height: 56px; line-height: 56px; font-size: 16px; border: 0px;}
    .products-type a::after{ content: ''; width: 1px; height: 20px; background: #D0D0D0; position: absolute; right: 0px; top: 50%; margin-top: -10px;}
    #products-type-more::after{ width: 0px;}
    .products-type a:hover::after{ width: 0px;}
    #products{ padding-bottom: 48px; margin-top: 32px;}
    .products-txt{ height: 48px; line-height: 48px; position: relative; padding: 0px 80px 0px 12px;}
    .products-txt p{ text-align: left; height: 48px;}
    .products-txt span{ display: block; position: absolute; right: 12px; font-size: 12px; color: #999; top: 0px;}
    #chan3{ padding: 48px 0px 48px 0px; background: url(../images/bg1.jpg) no-repeat top center; background-size:auto;}
    .case{ margin-top: 32px;}
    #case-right-a2{ margin-top: 22px;}
    .case-right-icon{ width: 56px;}
    .case-right-txt{ height: 42px; line-height: 42px;}
    .case-more{ margin-top: 32px;}
    .case-more a{ font-size: 16px; padding: 14px 90px;}
    #chan4{ padding: 48px 0px 48px 0px;}
    .chan4-tt a{ font-size: 40px;}
    .about-left{ margin-top: 32px; padding: 24px;}
    .about-right{ margin-top: 32px; padding: 49px 48px;}
    .about-left a{ margin-bottom: 10px; padding: 56px 24px 24px 24px;}
    .about-left-tt{ font-size: 22px; height: 32px; line-height: 32px;}
    .about-left-dc{ font-size: 15px;}
    .about-right-coc{ line-height: 26px; height:104px; margin-top: 24px;}
    .about-right-more{ margin-top: 24px;}
    .about-more a{ padding: 14px 56px; }
    .about-right-more-tags{ font-size: 18px;}
    .about-right-icon{ width: 280px; bottom: -155px; right: 16px;}
    #chan5{ padding: 48px 0px 48px 0px;}
    .news{ margin-top: 32px;}
    .news-left-tt{ height: 28px; line-height: 28px; font-size: 20px; margin-top: 20px;}
    .news-left-dc{ margin-top: 12px; line-height: 24px; height: 48px;}
    .news-right-txt-tt{ height: 28px; line-height: 28px; margin-top: 10px;}
    .news-right-txt-dc{ line-height: 24px; height: 48px;}
    .news-right-txt-ft{ margin-top: 12px;}
}
@media (min-width:1601px) 
{
    #chan1{ padding: 28px 0px 40px 0px;}
    #youshi a{ padding: 36px;}
    .youshi-tt{ height: 36px; line-height: 36px; font-size: 20px;}
    .youshi-dc{ line-height: 26px; height: 52px;}
    #chan2{ padding: 64px 0px 64px 0px;}
    #chan2 .container{ max-width: 1700px;}
    .chan2-tt a{ font-size: 32px; padding-right: 36px;}
    .chan2-tt a span{ font-size: 50px;}
    .chan2-tt a i{ font-size: 30px; top: -6px;}
    .chan2-ft{ font-size: 18px;}
    .products-type{ padding: 0px 64px;}
    .products-type a{ padding: 0px 30px; height: 64px; line-height: 64px; font-size: 18px; }
    #products{ padding-bottom: 72px; margin-top: 60px;}
    .products-txt{ height: 56px; line-height: 56px; padding: 0px 96px 0px 20px;}
    .products-txt p{font-size: 16px; height: 56px;}
    .products-txt span{ font-size: 14px; right: 20px;}
    #chan3{ padding: 64px 0px 64px 0px;}
    .case{ margin-top: 40px;}
    #case-right-a2{ margin-top: 24px;}
    .case-right-icon{ width: 67px;}
    .case-right-txt{ height: 48px; line-height: 48px;}
    .case-more{ margin-top: 50px;}
    .case-more a{ padding: 18px 160px;}
    #chan4{ padding: 64px 0px 80px 0px;}
    .chan4-tt a{ font-size: 50px;}
    .about-left{ margin-top: 40px; padding: 30px;}
    .about-right{ margin-top: 40px; padding: 49px 64px;}
    .about-left a{ margin-bottom: 12px; padding: 60px 28px 28px 28px;}
    .about-left-tt{ font-size: 24px; height: 36px; line-height: 36px;}
    .about-left-dc{ font-size: 16px;}
    .about-right-coc{ line-height: 30px; height:120px; margin-top: 32px;}
    .about-right-more{ margin-top: 38px;}
    .about-more a{ padding: 18px 72px; }
    .about-right-more-tags{ font-size: 20px;}
    .about-right-icon{ width: 348px; bottom: -193px; right: 26px;}
    #chan5{ padding: 64px 0px 64px 0px;}
    .news{ margin-top: 48px;}
    .news-left-tt{ height: 40px; line-height: 40px; font-size: 22px; margin-top: 30px;}
    .news-left-dc{ margin-top: 16px; line-height: 28px; height: 56px;}
    .news-right a{ margin-top: 28px;}
    .news-right-img{ width: 31%;}
    .news-right-txt{ width: 65%;}
    .news-right-txt-tt{ height: 36px; line-height: 36px; margin-top: 4px; font-size: 18px;}
    .news-right-txt-dc{ line-height: 28px; height: 56px;}
}
/*******Css footer*******/
#mfooter{ background: #1b1b1b; color: #999999; padding: 12px 0px 16px 0px; text-align: center; line-height: 2;}
#mfooter a{ color: #999999;}
#mfooter a:hover{ color: #ffffff;}
.mfooter-tt{ font-size: 20px; font-weight: bold;}
.mfooter-wx{ margin-top: 12px;}
.mfooter-wx ul{ display: inline-block;}
.mfooter-wx ul li{ float: left; width: 50%; padding: 0px 12px;}
.mfooter-wx-txt{ margin-top: 12px;}
.mfooter-lxfs{ margin-top: 12px; }
.mfooter-lxfsc{ display: inline-block; border-top: rgba(255, 255, 255, 0.1) 1px solid; border-bottom: rgba(255, 255, 255, 0.1) 1px solid; padding: 10px 0px;}
.mfooter-lxfsc-tel{ background: url(../images/ftel.png) no-repeat left center; padding-left: 22px; text-align: left;}
.mfooter-lxfsc-tel b{ color: #ffffff !important; font-weight: normal; font-size: 16px;}
.mfooter-lxfsc-adr{ background: url(../images/fadr.png) no-repeat left 6px; padding-left: 22px; text-align: left;}
.mfooter-link{ margin-top: 12px;}
.mfooter-link a{ margin-right: 12px;}
.mfooter-coc{ margin-top: 12px;}
@media (min-width:992px) 
{
    .mfooter-tt{ text-align: left;}
    .mfooter-lxfs{ width: 60%; float: left; text-align: left;}
    .mfooter-lxfsc{ padding: 12px 12px;}
    .mfooter-wx{ width: 26%; float: right;}
}
#footer{ background: #1b1b1b; color: #999999; padding: 24px 0px 24px 0px; line-height: 2;}
#footer a{ color: #999999;}
#footer a:hover{ color: #ffffff;}
#footer a.on{ color: #ffffff;}
.footer-left{ width: 65%; float: left;}
.footer-right{ width: 24%; float: right; text-align: right; margin-top: 48px;}
.footer-left-tt{ font-size: 22px; font-weight: bold;}
.footer-left-nav{ margin-top: 10px; display: flex; align-items: center; justify-content: space-between;}
.footer-left-pro{ margin-top: 10px;}
.footer-left-pro a{ margin-right: 16px;}
.footer-left-lxfs{ margin-top: 12px; border-top: rgba(255, 255, 255, 0.1) 1px solid; border-bottom: rgba(255, 255, 255, 0.1) 1px solid; padding: 12px 12px;}
.footer-left-lxfs-tel{ background: url(../images/ftel.png) no-repeat left center; padding-left: 22px; text-align: left;}
.footer-left-lxfs-tel b{ color: #ffffff !important; font-weight: normal; font-size: 18px;}
.footer-left-lxfs-adr{ background: url(../images/fadr.png) no-repeat left 6px; padding-left: 22px; text-align: left;}
.footer-right ul{ display: inline-block;}
.footer-right ul li{ float: left; width: 50%; padding: 0px 12px;}
.footer-right-txt{ margin-top: 12px; text-align: center;}
.footer-link{ margin-top: 12px;}
.footer-link a{ margin-right: 12px;}
.footer-coc{ margin-top: 12px; text-align: center;}
@media (min-width:1400px) 
{
    #footer{ padding: 28px 0px 28px 0px;}
    .footer-left-tt{ font-size: 26px;}
    .footer-left-lxfs-tel{ background-position: left 15px;}
    .footer-left-lxfs-tel b{ font-size: 20px;}
    .footer-right{ width: 22%; margin-top: 60px;}
}
@media (min-width:1601px) 
{
    #footer{ padding: 32px 0px 32px 0px;}
    .footer-left-tt{ font-size: 28px;}
    .footer-left-nav{ margin-top: 16px;}
    .footer-left-lxfs{ margin-top: 24px; padding: 16px 16px; display: flex; justify-content:space-between; align-items: center;}
    .footer-left-lxfs-tel{ background-position: left 20px;}
    .footer-left-lxfs-adr{ background-position: left 8px;}
    .footer-left-lxfs-tel b{ font-size: 24px;}
    .footer-right{ margin-top: 60px;}
}
.gongancode{ display:inline-block; background: url(../images/ga.png) no-repeat left center; padding-left: 26px;}
.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; position: fixed; bottom:0px; left: 0px; z-index: 999;   background:#1b1b1b; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; padding:5px 0px 8px 0px; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation:swing 1s infinite;  }

.prolist{ overflow: hidden; margin-top: 5px;}
.prolist li{ border: solid 1px #dedede; background: #fff; margin-top: 16px; padding: 8px 8px;}
.prolist_txt{ font-size: 13px; text-align: center; margin-top: 12px;}
.prolist_dc{ color: #999; margin-top: 3px; text-align: center;}
.prolist_btn{ margin-top: 12px; text-align: center; overflow: hidden;}
.prolist_btn a{ width: 48%; height: 36px; line-height: 34px;}
.prolist_btn_a1{ float: left; background: #f5f5f5;}
.prolist_btn_a2{ float: right; background: #d81f38; color: #fff;}
.prolist_btn_a1:hover{ background: #f5c007; color: #fff;}
.prolist_btn_a2:hover{ background: #f5c007; color: #fff;}
@media (min-width:768px) 
{
    .prolist li{ width: 49%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .prolist li{ width: 32%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 2%; }
    .prolist li:nth-child(3n){ margin-right: 0px; }
    .prolist_btnc{ width: 90%; display: inline-block;}
}
@media (min-width:1200px) 
{
    .prolist li{ margin-top:20px; padding:12px 12px; position: relative; overflow: hidden;}
    .prolist li:hover .prolist_btn{ bottom: 0px; opacity: 1;}
    .prolist_txt{ font-size: 16px; margin-top: 12px;}
    .prolist_dc{ margin-top: 6px; }
    .prolist_btn{ margin-top: 0px; opacity: 0; position: absolute; width:100%; padding: 12px 0px; transition: all 0.3s ease-out 0s; left: 0px; bottom: -80px; background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100% );}
    .prolist_btnc{ width: 275px; }
    .prolist_btn a{ width: 130px; height: 40px; line-height: 38px;}
}
@media (min-width:1601px) 
{
    .prolist li{ margin-top:25px; padding:18px 18px;}
    .prolist_txt{ font-size: 18px; margin-top: 16px;}
    .prolist_dc{ margin-top: 8px; }
    .prolist_btn{ padding: 24px 0px; bottom: -96px;}
    .prolist_btnc{ width: 285px; }
    .prolist_btn a{ width: 135px; height: 42px; line-height: 40px;}
}
.prolist li:hover{ box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); }

#rdpro1{ padding-bottom: 20px; background: #f8f8f8;}
.rdpro1{ overflow: hidden; }
.nproinfoimgs{ overflow: hidden; margin-top: 20px;}
.nproinfoimgs .gallery-thumbs{ margin-top: 10px; }
.nproinfoimgs .gallery-thumbs .nproinfo_timg{ border: solid 1px #dedede; text-align: center; cursor: pointer;}
.nproinfoimgs .gallery-thumbs .nproinfo_timg img{ max-width: 100%; }
.nproinfoimgs .gallery-thumbs .swiper-slide-thumb-active .nproinfo_timg{ border: solid 1px #d81f38;  }
.nproinfoimgs .gallery-top{ overflow: hidden; position: relative;}
.nproinfoimgs .gallery-top a{ background:#fff; width: 100%; float: left; text-align: center; border: solid 1px #dedede;}
.nproinfoimgs .gallery-top a img{ max-width: 100%; }
.nproinfoimgs .swiper-prev,.nproinfoimgs .swiper-next{ padding: 12px 5px; z-index: 2; background: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; top: 50%; transform: translateY(-50%);}
.nproinfoimgs .swiper-prev:hover,.nproinfoimgs .swiper-next:hover{ background: rgba(0, 0, 0, 0.9);  }
.nproinfoimgs .swiper-prev{ left: 0px; }
.nproinfoimgs .swiper-next{ right: 0px; }
.rdpro1_img{ overflow: hidden; margin-top: 20px; border: solid 1px #dedede; background: #fff; text-align: center;}
.rdpro1_img img{ width: 100%; }
.rdpro1_txt{ position: relative; margin-top: 20px; }
.rdpro1_txt_tt{ font-size: 18px; font-weight: bold; }
.rdpro1gg{ margin-top: 6px; color: #999; line-height: 1.7;}
.rdpro1_gg{ margin-top: 5px; overflow: hidden;}
.rdpro1_gg_cc{ margin: 10px auto 0px; color: #444;}
.rdpro1_gg_cc span{ color: #888; }
.rdpro1_tel{ line-height: 2; color: #888; background: rgba(120, 142, 100, 0.1); margin-top: 15px; border: solid 1px #dedede; padding: 10px;}
.rdpro1_tel_c1 b{ color: #ee001a; font-weight: bold; font-family: Arial; font-size: 14px;}
.rdpro1_tel_c2{ line-height: 1.5; }
.rdpro1_btn{ margin-top: 15px; overflow: hidden;}
.rdpro1_btn a{ float: left; padding: 9px 38px;  background: #d81f38; color: #fff; font-size: 15px;}
.rdpro1_btn a:hover{ background: #f5c007; color: #fff;}
#rdpro_tj{ padding: 0px 0px 24px; }
#rdpro_tjs{ margin-top: 20px; }
.rdpro2_right_c_tt{ overflow: hidden; line-height: 32px;}
.rdpro2_right_c_tt a{ font-size: 18px; font-weight: bold; float: left; position:relative;}
.rdpro2_right_c_tt a span{ position: relative; z-index: 2;}
.rdpro2_right_c_tt_p1{ color: #888; float: left; margin-left: 10px;}
.rdpro_tj{ overflow: hidden; margin-top: 15px;}
.rdpro_tj_img{ border: solid 1px #dedede;}
.rdpro_tj_txt{ height: 32px; line-height: 32px; padding: 0px 10px; text-align: center; overflow: hidden; margin-top: 4px;}
#rdpro2{ padding: 20px 0px;}
.rdpro2_right_c{ background: #fff; border: solid 1px #dedede; padding: 10px; margin-bottom: 10px;}
.rdpro2_right_c_right{ margin-top: 10px; }
.rdpro_khal{ overflow: hidden; margin-top: 15px;}
.rdpro_khal_txt{ height: 32px; line-height: 32px; overflow: hidden; color: #666; text-align: center; margin-top: 4px;}
.rdpro_khal a:hover .rdpro_khal_txt{ color: #d81f38; }
.rdpro2_right_sl_left{ margin-top: 15px; line-height: 2; font-size: 13px;}
.rdpro2_right_sl_left_img{ text-align: center; margin-top: 10px;}
.rdpro2_right_sl_left_img img{ width: 100%; }
.rdpro2_right_sl_right{ overflow: hidden; margin-top: 10px;}
.rdpro2_right_sl_right li{ width: 50%; float: left; padding-left: 30px;  padding-right: 6px; margin-top: 15px; position: relative; }
.rdpro2_right_sl_right_img{ width: 24px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.rdpro2_right_sl_right_img img{ width: 100%; }
.rdpro2_right_sl_right_tt{ display:inline-block; font-size: 20px; font-family: Arial; font-weight: bold;}
.rdpro2_right_sl_right_dc{ display:inline-block; color: #4b4c4d; margin-left: 3px;}
.rdpro1_txt_tags{ color: #888; margin-top: 10px;}
.proinfo_ct{ font-size: 15px; }
.page_Content .parm{ margin-top: 15px; }
@media (min-width:370px) 
{
    .rdpro1_tel_c1 b{ font-size: 16px; }
}
@media (min-width:768px) 
{
    .nproinfoimgs{ width: 52%; float: left;}
    .rdpro1_img{ width: 52%; float: left;}
    .rdpro1_txt{ width: 46%; float: right;}
    .rdpro2_right_sl_right li{ width: 25%; }
}
@media (min-width:992px) 
{
    .nproinfoimgs{ width: 50%;}
    .rdpro1_img{ width: 50%; }
    .rdpro1_txt{ width: 47%; }
    .rdpro2_right_c{ padding: 15px; }
    .rdpro2_right_c_left{ width: 30%; float: left;}
    .rdpro2_right_c_right{ width: 67%; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
    #rdpro1{ padding-top: 28px; padding-bottom: 35px;}
    .rdpro1_img{ margin-top: 0px; }
    .nproinfoimgs{ margin-top: 0px; }
    .rdpro1_txt{ margin-top: 0px; }
    .rdpro1_txt_tt{ font-size: 22px; }
    .rdpro1_gg{ margin-top: 10px; }
    .rdpro1gg{ margin-top: 10px; }
    .rdpro1_tel{ padding: 20px 130px 20px 20px; position: relative; margin-top: 25px;}
    .rdpro1_tel_wx{ width: 90px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 70px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 18px; }
    .rdpro1_btn{ margin-top: 25px; position: relative;}
    .rdpro1_btn a{ padding: 10px 48px; font-size: 16px;}
    .rdpro1_btn_txt{ color: #d81f38; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    #rdpro_tj{ padding: 0px 0px 32px 0px; }
    #rdpro_tjs{ margin-top: 25px; }
    .rdpro2_right_c_tt{ height: 40px; line-height: 40px;}
    .rdpro2_right_c_tt a{ font-size: 22px; }
    .rdpro2_right_c_tt_p1{ margin-left: 20px; }
    .rdpro_tj{ margin-top: 20px; }
    .rdpro_tj_txt{ height: 36px; line-height: 36px;}
    #rdpro2{ padding: 35px 0px; }
    .rdpro2_right{ width: 78%; float: left;}
    .rdpro2_right_c{ padding: 20px 25px 25px 25px; }
    .rdpro_khal{ margin-top: 20px; }
    .rdpro_khal_txt{ height: 36px; line-height: 36px;}
    .rdpro2_right_sl_left{ margin-top: 20px; width: 72%; float: left; font-size: 15px;}
    .rdpro2_right_sl_right{ width: 24%; float: right; }
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 15px; margin-bottom: 15px; padding-left: 40px;}
    .rdpro2_right_sl_right_img{ width: 30px; }
    .rdpro2_right_sl_right_tt{ font-size: 28px; }
    .rdpro2_left{ width: 20%; float: right; }
    .rdpro2_left_c{ background: #fff; border: solid 1px #dedede; padding: 15px; margin-bottom: 15px;}
    .rdpro2_left_c_tt{ font-size: 20px; font-weight: bold; }
    .rdpro2_left_c_pro{ overflow: hidden; margin-top: 16px;}
    .rdpro2_left_c_pro a{ font-size: 15px; width: 100%; color: #444444; float: left; height: 44px; line-height: 44px; border-top: solid 1px #EAEAEA;}
    .rdpro2_left_c_pro a:hover{ color: #d81f38; }
    .rdpro2_left_c_pro a.on{ color: #d81f38; }
    .rdpro2_left_c_news{ overflow: hidden; margin-top: 16px;}
    .rdpro2_left_c_news a{ width: 100%; color: #444444; float: left; height: 40px; line-height: 40px; border-top: solid 1px #EAEAEA; }
    .rdpro2_left_c_news a:hover{ color: #d81f38; }
    .rdpro1_txt_tags{ margin-top: 12px; }
    .proinfo_ct{ font-size: 18px; }
    .page_Content .parm{ margin-top: 25px; }
}
@media (min-width:1601px) 
{
    #rdpro1{ padding-top: 36px; padding-bottom: 55px;}
    .page_crums{ padding: 16px 0px; }
    .rdpro1_img{ width: 46%; }
    .nproinfoimgs{ width: 46%;}
    .rdpro1_txt{ width: 50%; }
    .rdpro1_txt_tt{ font-size: 30px; }
    .rdpro1_gg{ margin-top: 15px; }
    .rdpro1gg{ margin-top: 15px; }
    .rdpro1_tel{ padding: 25px 170px 25px 30px; position: relative; margin-top: 30px;}
    .rdpro1_tel_wx{ width: 110px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 90px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 23px; }
    .rdpro1_btn{ margin-top: 32px; position: relative;}
    .rdpro1_btn a{ padding: 12px 58px; font-size: 17px;}
    #rdpro_tj{ padding: 0px 0px 48px 0px; }
    #rdpro_tjs{ margin-top: 35px; }
    .rdpro2_right_c_tt{ height: 46px; line-height: 46px;}
    .rdpro2_right_c_tt a{ font-size: 26px; }
    .rdpro2_right_c_tt_p1{ margin-left: 30px; }
    .rdpro_tj{ margin-top: 25px; }
    .rdpro_tj_txt{ height: 38px; line-height: 38px;}
    #rdpro2{ padding: 45px 0px; }
    .rdpro2_right_c{ padding: 25px 45px 35px 45px; }
    .rdpro2_right_c_cc{ margin-top: 25px; font-size: 16px;}
    .rdpro2_right_c_cc table td { padding:6px 35px 6px 60px;}
    .rdpro_khal{ margin-top: 25px; }
    .rdpro_khal_txt{ height: 38px; line-height: 38px;}
    .rdpro2_right_sl_left{ margin-top: 25px;  font-size: 16px; width: 70%;}
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 25px; margin-bottom: 15px; padding-left: 65px;}
    .rdpro2_right_sl_right_img{ width: 50px; }
    .rdpro2_right_sl_right_tt{ font-size: 40px; }
    .rdpro2_left{ width: 20%; float: right; }
    .rdpro2_left_c{ padding: 20px 20px 30px 20px; margin-bottom: 20px;}
    .rdpro2_left_c_tt{ font-size: 22px; }
    .rdpro2_left_c_pro{  margin-top: 20px;}
    .rdpro2_left_c_pro a{ font-size: 16px; height: 46px; line-height: 46px; }
    .rdpro2_left_c_news{ margin-top: 20px;}
    .rdpro2_left_c_news a{ height: 42px; line-height: 42px; }
    .proinfo_ct{ font-size: 20px; }
    .page_Content .parm{ margin-top: 35px; }
}
.piclist{ overflow: hidden; }
.piclist a{ background: #f8f8f8; width: 100%; float: left; margin-top: 15px; padding: 2px;}
.piclist_video{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat;}
.piclist_txt{ text-align: center; height: 40px; line-height: 40px; font-size: 13px; overflow: hidden; padding: 0px 10px;}
@media (min-width:768px) 
{
    .piclist a{ width: 49%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .piclist a{ width: 32%; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 2%; }
    .piclist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
     .piclist a{ margin-top: 20px; padding: 5px;}
     .piclist_txt{ height: 50px; line-height: 50px; padding: 0px 15px; font-size: 15px;}
}
@media (min-width:1601px) 
{
     .piclist a{ margin-top: 25px;}
     .piclist_txt{ height: 56px; line-height: 56px; font-size: 16px;}
}
.piclist a:hover{ background: #d81f38; color: #fff;}
.piclists{ overflow: hidden; }
.piclists a{ width: 100%; float: left; margin-top: 16px; border: solid 1px #dedede;}
.piclists_txt{ height: 36px; line-height: 36px; margin-top: 6px; margin-bottom: 6px; padding: 0px 10px;}
.piclists_txt p{ width: 40%; height: 36px; float: left; font-weight: bold; font-size: 15px; overflow: hidden;}
.piclists_txt span{ width: 56%; height: 36px; float: right; color: #999999; overflow: hidden; text-align: right;}
@media (min-width:768px) 
{
    .piclists a{ width: 48%; float: left; margin-right: 4%; margin-top: 24px;}
    .piclists a:nth-child(2n){ margin-right: 0px; }
    .piclists_txt{ padding: 0px 16px; margin-top: 8px; margin-bottom: 8px;}
    .piclists_txt p{ font-size: 16px;}
}
@media (min-width:992px) 
{
    .piclists a{ width: 32%; margin-right: 2%;}
    .piclists a:nth-child(2n){ margin-right: 2%; }
    .piclists a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclists_txt{ margin-top: 10px; margin-bottom: 10px;}
}
@media (min-width:1400px) 
{
    .piclists a{ width: 31.33%; margin-right: 3%; margin-top: 36px;}
    .piclists a:nth-child(2n){ margin-right: 3%; }
    .piclists_txt{ margin-top: 12px; margin-bottom: 12px; padding: 0px 18px;}
}
@media (min-width:1601px) 
{
    .piclists_txt{ margin-top: 16px; margin-bottom: 16px; padding: 0px 24px;}
    .piclists_txt p{ font-size: 18px;}
}
#newslist{ overflow: hidden; margin-top: 5px;}
#newslist li{ overflow: hidden; margin-top: 15px; padding-bottom: 12px; border-bottom: solid 1px #dedede;}
#newslist li a{ width: 100%; float: left; }
.newslist_img{ border: solid 1px #f5f5f5; }
.newslist_txt{ padding-top: 8px; }
.newslist_txt_tt{ height: 28px; line-height: 28px; overflow: hidden; font-weight: bold; font-size: 14px;}
.newslist_txt_time{ color: #999; }
.newslist_txt_time span{ margin-right: 6px; }
.newslist_txt_dc{ line-height: 18px; height: 54px; overflow: hidden; color: #999;}
.newslist_txt_mm{ color:#d81f38; margin-top: 8px;}
@media (min-width:768px) 
{
    .newslist_img{ width: 30%; float: left; background: #f1f1f1;}
    .newslist_txt{ width: 67%; float: right; }
    .newslist_txt_dc{ line-height: 20px; height: 60px; }
}
@media (min-width:992px) 
{
    .newslist_img{ width:25%;}
    .newslist_txt{ width:72%; }
}
@media (min-width:1200px) 
{
    #newslist li{ margin-top: 25px; padding-bottom: 18px;}
    .newslist_img{ width: 28%; }
    .newslist_txt{ width: 69%; padding-top: 5px;}
    .newslist_txt_tt{ height: 38px; line-height: 38px; font-size: 17px;}
    .newslist_txt_dc{ line-height: 23px; height: 69px; }
}
@media (min-width:1400px) 
{
    .newslist_img{ width: 26%; }
    .newslist_txt{ width: 72%; }
    .newslist_txt_dc{ line-height: 25px; height: 75px; margin-top: 6px}
    .newslist_txt_mm{ margin-top:12px; }
}
@media (min-width:1601px) 
{
    #newslist li{ margin-top: 35px; padding-bottom: 22px;}
    .newslist_txt_tt{ height: 40px; line-height: 40px; font-size: 18px;}
    .newslist_txt_dc{ line-height: 28px; height: 84px; margin-top: 10px;}
}
#newslist li a:hover:after{ background:url(../images/news_icon1h.png) no-repeat; background-size: cover;}
#newslist li a:hover .newslist_txt:before{ width:120px; }

.contact_cc{ margin-top:20px;}
.contact_cc_tt{ font-size: 16px; font-weight: bold;}
.contact_main{ margin-top: 10px; }
.contact_main p{ padding: 7px 4px; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5; font-size: 13px; color: #444;}
.contact_main p a{ color: #d81f38; }
.contact_main p strong{ color: #d81f38; }
#dituContent{ height: 200px; margin-top: 15px;}
@media (min-width:1200px) 
{
    .contact_cc{ margin-top:32px;}
    .contact_cc_tt{ font-size: 20px; }
    .contact_main p{ font-size: 15px; padding: 10px 5px;}
    #dituContent{ margin-top: 25px; height: 300px;} 
}
@media (min-width:1601px) 
{
    .contact_cc{ margin-top:42px;}
    .contact_cc_tt{ font-size: 22px; }
    .contact_main p{ font-size: 16px; padding: 12px 5px;}
    #dituContent{ margin-top: 35px; height: 400px;} 
}
.pmess{ overflow: hidden; margin-top: 15px; }
.pmess li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:48%; margin-right: 4%; padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height: 40px;}
.pmess #tel{ margin-right: 0px; }
.morder_textarea{ width:100%;  padding: 15px;   outline: none; float: left; background: #f9f9f9;   height: 120px; line-height: 30px;}
.morder_captcha{ width:100px;  padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; width: 100px; height: 40px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; font-size:15px; width: 100%; height: 42px; line-height: 42px; background: #d81f38; color: #fff; }
.morder_But:hover{ background: #d81f38; color: #fff;}
@media (min-width:375px) 
{
  .morder_captcha{ width:110px; }
}
@media (min-width:768px) 
{
    .morder_But{ width: 250px; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
   .pmess{ margin-top: 20px; }
   .pmess li{ margin-bottom: 15px; }
   .morder_captcha{ width: 200px;}
   .morder_But{ font-size: 15px; }
}
@media (min-width:1601px) 
{
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-bottom: 20px; }
    .morder_InputText{ height: 46px; line-height: 46px; }
    .morder_InputText1{ height: 46px; line-height: 46px; }
    .morder_captcha{ height: 46px; line-height: 46px; width: 140px;}
    .morder_img{ height: 46px; line-height: 46px; width: 120px;}
    .morder_But{ height:48px; line-height: 48px; font-size: 16px; }
}

#page_Title{ line-height:1.8; font-size:17px; padding-bottom: 10px; border-bottom:solid 1px #EBEBEB; text-align: center;}
.page_Info{ text-align: center; height:28px; line-height: 28px; margin-top: 5px; color:#b3b3b3;  overflow: hidden; }
.page_Info_c{ display: inline-block; }
.page_Infoleft { float: left; color: #a6a6a6;}
.page_Infoleft i{ margin-right: 3px; float: left; }
.page_Infoleft span{ float: left; }
.page_Infoline{ width: 1px; height: 12px; background: #989898; float: left; margin:7px 15px 0px 15px;}
#infoImage{ width:100%;text-align:center; margin:15px 0 0px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2; font-size: 13px;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; }
.rdpro1_video{ text-align: center; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; z-index: 10; top: 0px; left: 0px;}
.play_btn{ width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.hjzs{ overflow: hidden; margin-top: 15px; }
.hjzs_txt{ text-align: center; margin-top: 5px;}
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{  margin-top: 10px; }
    #infoImage{ margin-top: 20px; }
    .page_Content{ margin:20px auto 0px; font-size: 15px;}
    .rdpro1_video{ margin: 20px auto 0px;}
    .right_side{ width: 77%; float: right;}
    .left_side{ width:20%; float: left; background: #f8f8f8; }
    .left_side_tt{ background: #d81f38; padding: 15px 15px; text-align: center;}
    .left_side_tt_p1{ color: #fff; font-size: 24px;}
    .left_side_tt_p2{ font-size: 12px; color: rgba(255, 255, 255, 0.55); margin-top: 5px; text-transform: uppercase;}
    .left_side_wx{ padding: 30px 10px 0px 10px; position: relative;}
    .left_side_wx img{ width: 100px; }
    .left_side_wx_txt{ position: absolute;  top: 50%; transform: translateY(-50%); right: 20px; }
    .left_side_tel{ padding: 20px 20px 25px 20px; background: #d81f38; color: #ffffff;}
    .left_side_tel_cc{ font-size: 20px; font-weight: bold; margin-top:3px;}
    .left_side_nav{ overflow: hidden; margin-top: 10px;}
    .left_side_nav a{ width: 100%; line-height: 54px; height:54px; font-size: 16px; padding: 0px 20px 0px 24px; border-bottom: solid 4px #fff; float: left;}
    .left_side_nav a.on{ background: #d81f38; color:#fff; font-weight: bold; }
    .left_side_nav a:hover{background: #d81f38; color:#fff; }
    .hjzs{ margin-top: 20px; }
    .hjzs_txt{ margin-top: 8px; }
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 24px; padding-bottom: 15px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ margin:30px auto 0px; font-size: 16px;}
    .rdpro1_video{ margin: 25px auto 0px;}
    .left_side_tt{ padding: 30px 25px; }
    .left_side_tt_p1{ font-size: 30px;}
    .left_side_wx{  padding: 40px 20px 0px 20px; }
    .left_side_wx img{ width: 115px; }
    .left_side_wx_txt{ right: 30px; line-height: 2;}
    .left_side_tel{ padding: 30px 32px 35px 32px;  }
    .left_side_tel_tt{ font-size: 16px;}
    .left_side_tel_cc{ font-size: 26px; }
    .left_side_nav a{ line-height: 70px; height:70px; font-size: 18px; padding: 0px 36px 0px 36px; }
    .hjzs{ margin-top: 25px; }
    .hjzs_txt{ margin-top: 16px; }
}
 


/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}
.seek_job li{ margin-top: 8px; overflow: hidden; position: relative; padding-left: 40px; border:1px solid #dedede;}
.seek_t1{ color: #999999; font-size: 20px; text-align: center; height: 40px; line-height: 40px; width:40px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.G_InputText{
    height:40px;
    line-height:40px;
    padding:0px 10px;
    outline: none;
    border-left:1px solid #dedede; 
}
.G_captcha{
    width:100px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_verifyImg{ width: 100px; height:40px; float: left; }
.G_textarea{
    height:150px;
    line-height:30px;
    padding:10px 10px;
    outline: none;
    border-left:1px solid #dedede;
    float: left;
}
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#d81f38;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 16px;
    margin-top: 8px;
}
.G_But:hover{
    background:#f5c007; color: #fff;
}
@media (min-width:768px) 
{
    .G_But{ width: 200px; float: right; height:40px; line-height:40px; margin-top: 0px;}
}
@media (min-width:1200px) 
{
    .seek_job li{ margin-top: 10px; padding-left: 50px;}
    .seek_t1{ height: 50px; line-height: 50px; width:50px; font-size: 22px;}
    .G_InputText{ height: 50px; line-height: 50px; padding:0px 16px;}
    .G_textarea{ padding:10px 16px;}
    .G_captcha{ width: 120px; height: 50px; line-height: 50px;}
    .G_verifyImg{ width: 120px; height: 50px; }
    .G_But{ width: 240px; height:50px; line-height:50px;}
}
@media (min-width:1601px) 
{
    .seek_job li{ margin-top: 12px; padding-left: 56px;}
    .seek_t1{ height: 56px; line-height: 56px; width:56px; font-size: 24px;}
    .G_InputText{ height: 56px; line-height: 56px;}
    .G_captcha{ height: 56px; line-height: 56px; width: 160px; }
    .G_verifyImg{ width: 130px; height: 56px;}
    .G_But{ width: 400px; height: 56px; line-height: 56px;} 
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; margin-top: 15px;}
.prev_next li{ cursor: pointer; background: #eaeaea; height: 30px; line-height: 30px; overflow: hidden; padding: 0px 10px; margin-bottom: 8px;}
.prev_next li:hover{ background: #d81f38; color: #fff;}
.prev_next li:hover a{ color: #fff; }
@media (min-width:768px) 
{
   .prev_next{ position: relative; padding-right: 110px;}
   .prev_next_btn{ width: 100px; height: 68px; line-height: 68px; background-color:#d81f38; background-image: url(../images/prev_next_icon.png); background-position: 15px center; background-repeat: no-repeat; padding-left: 36px; color: #fff; position: absolute; right: 0px; top: 0px;}
   .prev_next_btn:hover{ background-color: #f5c007; color: #fff; }
}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 25px; padding-right: 160px;}
    .prev_next li{ height: 50px; line-height: 50px; padding: 0px 15px;}
    .prev_next_btn{ width: 145px; height: 108px; line-height: 108px; background-position: 25px center; padding-left: 60px;}
}
@media (min-width:1601px) 
{
    .prev_next{ margin-top: 35px; padding-right: 210px;}
    .prev_next li{ height: 55px; margin-bottom: 10px; line-height: 55px; padding: 0px 20px;}
    .prev_next_btn{ width: 190px; height: 120px; line-height: 120px; background-position: 40px center; padding-left: 75px; font-size: 15px;}
}

/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 8px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #d81f38;
  background: #d81f38;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
    .de-page-mian .page-inner a{ padding: 0px 10px; }
}