
/* =====================内页样式======================== */
.sonimgban{width: 100%;position: relative;overflow: hidden;}
.sonimgban-img{width: 100%;object-fit: cover;min-height: 260px;}
.sonimgban-caseimg{min-height: 182px;}
.sonimgban-proimg{min-height: 220px;}
.sonlinkmenu{width: 100%;border-bottom: 1px solid #eee;background: #fff;}
.sonlink{float: left;font-size: 0;}
.sonlink a, .sonmenu a{display: inline-block;vertical-align: middle;height: 70px;line-height: 70px;position: relative;}
.sonlink a{font-size: 14px;color: #999;transition: all .4s ease;padding-right: 24px;}
.sonlink a:after{content: ">";position: absolute;color: #999;height: 100%;font-family: "宋体","\5B8B\4F53";width: 24px;text-align: center;font-weight: 700;}
.sonlink a:last-child:after{display: none;}
.sonlink a:last-child{padding-right: 0;}
.sonlink a i{display: inline-block;vertical-align: middle;width: 14px;height: 14px;background: url('../image/sonHome.png') no-repeat;margin-top: -4px;}
.sonimgban-casexqlink a i{background-image: url('../image/sonHomeW.png');}
.sonlink a:hover{color: #333;}
.sonmenu{float: right;font-size: 0;}
.sonmenu a{margin: 0 20px;font-size: 16px;color: #888;padding: 0 2px;transition: all .4s ease;}
.sonmenu a:after{content: "";width: 0;right: 0;background: #333;height: 2px;transition: all .6s ease;position: absolute;bottom: -1px;}
.sonmenu a:last-child{margin-right: 0;}
.sonmenu a:hover:after{width: 100%;right: auto;left: 0;}
.sonmenu a:hover{color: #333;}
.sonmenu a.ontrue{color: #333;}
.sonmenu a.ontrue:after{width: 100%;}

.scale{
    animation: scaleAnim 5s ease forwards;
}

@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}



.fullpage{width: 100%;font-size: 0;text-align: center;margin-top: 68px;user-select: none;}
.fullpage a{display: inline-block;vertical-align: middle;width: 28px;height: 28px;line-height: 28px;margin: 0 8px;font-size: 16px;color: #666;transition: all .4s ease;}
.fullpage a:first-child, .fullpage a:last-child{background: url('../image/fullPageArr.png') no-repeat center;border-color: transparent;}
.fullpage a:last-child:not(.ontrue){transform: rotate(180deg);}
.fullpage a:hover, .fullpage a.ontrue, .fullpage a.on,.fullpage a.page-num-current{background-color: #333;color: #fff;border-color: #333; border-radius: 50%;}
.fullpage a:first-child:hover, .fullpage a:last-child:hover{background-image: url('../image/fullPageArrH.png');background-color: #fff;}


.fullpage-num{display: inline-block;vertical-align: middle;}
.fullpage-num a:first-child, .fullpage-num a:last-child{background-image: url('../image/fullPageArr.png');}
.fullpage-num a:first-child:hover, .fullpage-num a:last-child:hover{background-image: url('../image/fullPageArrH.png');background-color: #fff;}
.fullpage b, .fullpage input, .fullpage button{display: inline-block;vertical-align: middle;}
.fullpage b{font-size: 16px;color: #999;font-weight: 300;margin: 0 4px;}
.fullpage input{width: 46px;text-align: center;height: 28px;border: 1px solid #dcdcdc;font-size: 16px;color: #666;}
.fullpage button{color: #666;font-size: 16px;padding: 0 18px;border: 1px solid #dcdcdc;transition: all .4s ease;height: 28px;background: #fff;cursor: pointer;}
.fullpage button:hover{background-color: #333;color: #fff;}
.nodata{width: 100%;text-align: center;}
/* 关于我们视频样式 */

.indvd{width: 100%;position: relative;height: 542px;background-repeat: no-repeat !important;background-position: center !important;background-size: cover !important;}
.indvd-wd{position: absolute;width: 100%;text-align: center;top: 50%; transform: translateY(-50%);z-index: 2;color: #fff;}
.indvd-wddh{width: 100%;}
.indvd-wd h5, .indvd-wd h2{font-size: 40px;}
.indvd-wd h6, .indvd-wd h1{font-size: 24px;line-height: 32px;margin: 24px 0;}
.indvd-wd p{font-size: 14px;line-height: 30px;}
.indvd-click{width: 60px;height: 60px;margin: 40px auto 0;}
.indvd-click i{display: block;width: 100%;height: 100%;background: url('../image/vdCk.png') no-repeat center /100% auto;cursor: pointer;}
.indvd-click:hover i{animation: indvdI .8s ease-in-out both;}
@keyframes indvdI{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .indvd{height: 446px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .indvd-wd h6, .indvd-wd h1 {font-size: 20px;line-height: 30px;margin: 20px 0;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .indvd{height: 402px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .indvd{height: 356px;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 16px;line-height: 24px;margin: 16px 0;}
    .indvd-click {width: 54px;height: 54px;margin: 36px auto 0;}

}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .indvd{height: 320px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .indvd{height: 280px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .indvd-wd {width: 100%;left: 0;margin-left: 0;padding: 0 4%;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 14px;line-height: 20px;margin: 10px 0;}
    .indvd-wd p {line-height: 20px;}
    .indvd-click {width: 44px;height: 44px;margin: 24px auto 0;}
    .popVideo-content{width: 92%;}
    .popVideo-close {right: 0;top: -32px;}
}

.about-sw-img{padding: 30px 0 60px 0;}
.about-sw-img .title{text-align: center;}
.about-sw-img .title h2{font-size: 30px;padding-bottom: 30px;}
.about-sw-img .project-3 .text h4{font-weight: bold; text-align: center;line-height: 40px;background-color: #eee;}
.about-sw-img .project-3 img{border: 4px #f5f5f5 solid;} 
.ry-swiper{width: 100%;height: 100%; overflow: hidden;}
.ry-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    transition-property: transform !important;
}
/* 时间轴001 */
.abo-lc{padding-top: 90px;}
.abo-lc-img img{width: 100%;}
.abo-lc .owl-carousel .item{height: 400px; position: relative; display: flex;flex-direction: column; justify-content: center;align-items: center;}
.abo-lc .owl-carousel .item i{z-index: -1; position: absolute; display: block; width: 100%;height: 3px;background-color: #ccc;}
.abo-lc .owl-carousel .item .abo-lc-img{transition: 0.4s all; width: 100%; position: absolute; z-index: -2;}
.abo-lc .owl-carousel .owl-item:nth-child(2n-1) .abo-lc-img{top: 0;	}
.abo-lc .owl-carousel .owl-item:nth-child(2n) .abo-lc-img{bottom: 0;}
.abo-lc .owl-carousel .item h3{position: relative; font-size: 18px; line-height: 60px; width: 60px; height: 60px;border-radius: 50%; color: #fff; text-align: center; background-color: #333; transition: 0.4s all ease-in-out;}
.abo-lc .owl-carousel .item h3::before{display: block;content: '';position: absolute;left: 0;right: 0;margin: auto;
width: 0;height: 0;border-style: solid;}
.abo-lc .owl-carousel .owl-item:nth-child(2n-1) h3::before{top: -30px; border-width: 0 5px 10px 5px;border-color: transparent transparent #333333 transparent;}
.abo-lc .owl-carousel .owl-item:nth-child(2n) h3::before{bottom: -30px; border-width: 10px 5px 0 5px;border-color: #000333 transparent transparent transparent;}
.abo-lc .owl-carousel .item:hover h3{font-size: 24px;}
.abo-lc .owl-carousel .item:hover img{width: 110%;}

.abo-lc .contain{position: relative;}
.abo-lc .row{width: 90%;margin: auto;}
.abo-lc .customNavigation{position: absolute; width: 100%; top: 55%;transition: 0.4s all;}
.abo-lc .customNavigation .btn:hover{opacity: 0.8;}
.abo-lc .customNavigation .btn{position: absolute; width: 32px;height: 32px;background-repeat: no-repeat;opacity: 0.4;}
.abo-lc .customNavigation .prev{left: 0; background-image: url(../image/prev.png);}
.abo-lc .customNavigation .next{right: 0;background-image: url(../image/next.png);}
/* 时间轴 */
.abolc{width: 100%;padding-top: 30px;position: relative;}
.abolc:after{content: "";width: 100%;height: 1px;background: #e5e5e5;left: 0;top: 56px;position: absolute;z-index: -1;}
.abolc-contain{width: 1200px;margin: 0 auto;}
.abolc-time{width: 100%;position: relative;padding: 0px 210px;user-select: none;}
.abolc-timeme{width: 100%;text-align: center;}
.abolc-timeme h6, .abolc-timeme h1{line-height: 1.1em;font-size: 50px;transform: scale(0);font-family: 'COLFAX';transition: all 1.6s ease;color: #333;position: relative;display: inline-block;}
.abolc-timeme h6:after， .abolc-timeme h1:after{content: "";position: absolute;top: 50%;width: 10px;height: 10px;border-radius: 50%;left: 0%;margin-top: -5px;background: #0093b7;opacity: 1;}
.abolc-time .swiper-slide-active .abolc-timeme h6{transform: scale(1);}
.abolc-time .swiper-slide-active .abolc-timeme h1{transform: scale(1);}
.abolc-prev,.abolc-next{width: 40px;height: 40px; opacity: .3; position: absolute;top: 60%;margin-top: -25px;background: url('../image/aboArr.png') no-repeat center; background-size: cover;  cursor: pointer;transition: all .4s ease;}
.abolc-prev{left: 10%;}
.abolc-next{right: 10%;transform: rotate(180deg);}
.abolc-prev:hover{transform: scale(0.9); opacity: 1;}
.abolc-next:hover{transform: rotate(180deg) scale(0.9);opacity: 1;}
.abolc-dot{position: absolute;width: 150px;overflow: hidden;top: 0;}
.abolc-ldot{left: 60px;}
.abolc-rdot{right: 60px;}
.abolc-dotline{font-size: 0;position: relative;width: 1000px;text-align-last: auto;}
.abolc-dotck{width: 50px;display: inline-block;text-align: center;margin-top: 22px;cursor: pointer;}
.abolc-dotck p{font-size: 14px;color: #c3c3c3;font-family: 'COLFAX';font-weight: 400;padding-top: 26px;position: relative;transition: all .4s ease;}
.abolc-dotck p:after{content: "";position: absolute;top: 0%;width: 10px;height: 10px;border-radius: 50%;left: 50%;margin-left: -5px;background: #888;opacity: .5;transition: all .4s ease;}
.abolc-dotck:hover p{color: #333;}
.abolc-dotck:hover p:after{opacity: 1;}

.abolc-wdbox{width: 100%;overflow: hidden;margin: 88px 0 120px;}
.abolc-contain{width: 1200px;margin: 0 auto;}
.abolc-imgwords{width: 100%;overflow: hidden;}
.abolc-img{width: 50.5%;float: left;}
.abolc-img img{width: 100%;height: 350px;object-fit: cover;}
.abolc-words{width: 41%;float: right;height: 350px;overflow-y: auto;}
.abolc-wd{width: 100%;padding-right: 24px;}
.abolc-item{width: 100%;}
.abolc-item h3{font-size: 18px; line-height: 40px;font-weight: 600; padding-bottom: 20px;}
.abolc-item p{font-size: 15px;color: #888;line-height: 35px;}
.abolc-top{margin-top: 28px;}
.abolc-words::-webkit-scrollbar {width: 2px;height: 4px;}
.abolc-words::-webkit-scrollbar-thumb {border-radius: 5px;}
.abolc-words::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #fafafa;border-radius: 0;}


/* 发展历程 */
.history-box{text-align: center;}
.history-box img{width: 100%;}
/* 生产环境 */
.envi-box{padding: 50px 0;}
.envi-box .envi-list{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.envi-box .envi-list:after {content: ""; width: 32.5%; }
.envi-box .envi-list .item{width: 32.5%;margin-bottom: 20px;}
.envi-box .envi-list .item img{width: 100%;}
.envi-box .envi-list .item .tit{text-align: center;line-height: 60px;background-color: #eee;}
.envi-list .item .img{background:#fff;height: auto;position: relative;overflow: hidden;width: 100%;margin-bottom: 2px}
.envi-list .item .img::after{ content: ''; display: none; width: 100%; height: 100%; 
/*background: #B09149 url(../image/a22.png) no-repeat center; */
position: absolute; z-index: 3; opacity: 0.8; left: 0; top: -100%; transition: 0.3s all ease; }
.envi-list .item:hover .img::after{ top: 0; }
.envi-list .item:hover img{transform: scale(1.05);}
.envi-list .item .img img { transition: 0.5s; width: 100%; height: auto; display: block; }

/* 产品列表 */
.sonimgban-prowd{width: 100%;position: absolute;z-index: 2;left: 0;top: 50%;transform: translateY(-50%);}
.sonimgban-prowd .small-contain{width: 1160px;margin: 0 auto;}
.sonimgban-prowdft{color: #fff;width: 100%;text-align: center;}
.sonimgban-prowdft h6, .sonimgban-prowdft h1, .sonimgban-prowdft p, .sonimgban-prowdft span{opacity: 0;animation: caseBr 1s ease both;}
.sonimgban-prowdft h6, .sonimgban-prowdft h1{font-size: 30px;font-weight: 500;animation-delay: 200ms;}
.sonimgban-prowdft p{font-size: 18px;margin: 32px 0 10px;animation-delay: 400ms;font-weight: 200;}
.sonimgban-prowdft span{font-size: 24px;display: block;animation-delay: 600ms;}
@keyframes caseBr{0%{opacity: 0;transform: translateX(-120px);}100%{opacity: 1;transform: translateX(0);}}
.prolist{width: 100%;padding: 0px 0 120px;}
.prolist .lx-flex{align-items: flex-start;}
.prolist ul {width: 75%; display: flex;flex-wrap: wrap;}
.prolist li{width: 32%;background: #fff;position: relative;margin-top: 0px;overflow: hidden;}
.prolist li + li:not(:nth-child(3n+1)){margin-left: 15px;}
.prolist ul:after {content: ""; width: 32%; }
.prolist-img{border: 5px #f5f5f5 solid;overflow: hidden;}
.prolist-img img{max-width: 100%;transition: all .8s ease-in-out;}
.prolist-img:hover img{transform: scale(1.2);}

.prolist-wdtit{width: 100%;background-color: #f5f5f5;}
.prolist-wdtit h6, .prolist-wdtit h1{text-align: center; position: relative; line-height: 60px; font-size: 16px;color: #333;margin-bottom: 22px;transition: all .4s ease;}

.prolist-wdtit p{font-size: 18px;color: #999;line-height: 30px;}
.prolist-wddes{width: 100%;}
.prolist-wddes p{font-size: 16px;color: #999;line-height: 36px;}
.prolist-wddes p span{color: #333;}
.prolist-wddes h6{display: inline-block;clear: both; font-size: 14px;color: #999999;font-weight:normal;padding-right: 25px;background: url("../picture/right.png") right center no-repeat;}

.prolist-img img#pic2{opacity: 0;}
.prolist li a:hover .prolist-img img#pic1{transform: scale(.98) translateY(-10px);opacity: 0;}
.prolist li a:hover .prolist-img img#pic2{transform: scale(.98) translateY(-10px);opacity: 1;}
.prolist li a:hover .prolist-wdtit h6{color: #333;}
.prolist li a:hover .prolist-wdtit h1{color: #333;}

/* 产品二级菜单 */
.pro-menu{width: 23%;position: sticky;top: 150px;}

.pro-menu .pro-menu-box h2{line-height: 80px;text-align: center;font-size: 24px;background-color: #B09149;color: #fff;font-weight: 600;}
.pro-menu-box .pro-menu-item {margin-bottom: 10px;background-color: #f5f5f5;}
.pro-menu-box .pro-menu-item a{display: flex;align-items: center; justify-content: space-between; position: relative; line-height: 50px;padding: 0 20px;font-size: 16px;transition: .4s;}
.pro-menu-box .pro-menu-item a.ontrue,.pro-menu-box .pro-menu-item a:hover{background-color: #B09149;color: #fff;}

.pro-menu .pro-menu-box .title i{display: inline-block;width: 20px;height: 20px; background-image: url('../picture/jtt.svg');background-repeat: no-repeat;}
.pro-menu-box .pro-menu-item a.ontrue i{background-image: url('../picture/jtt-w.svg');}
.pro-menu .pro-menu-box .subtitle a{text-indent: 25px;}

/* 产品详情 */
.protcs{padding: 50px 0;}
.protcs-item{align-items: start;}
.protcs-wd{width: 50%;}
.protcs-wd h1{line-height: 24px;font-weight: bold;margin-bottom: 20px;}
.protcs-wd .ms{line-height: 24px;color: #595959;background-color: #f5f5f5;padding: 20px;margin-top: 20px;}
.protcs-wd .ms h2{margin-bottom: 10px;}
.protcs-wd .detail ul{flex-wrap: wrap;}
.protcs-wd .detail ul li{width: 50%;margin: 10px 0;}
.protcs-wd .detail ul li i{font-style: normal;font-weight: bold;}
.protcs-wd .link{margin-top: 20px;}
.protcs-wd .link a{padding: 10px 20px;background-color: #B09149;color: #fff;display: inline-flex;align-items: center;}
.protcs-wd .link a span{font-family: 'GothamBook';}
.protcs-wd .link a i{display: block;width: 20px;height: 20px;background-image: url('../picture/pro-tel.svg');margin-right: 5px;}
.protcs-wd .link a:last-child i{background-image: url('../picture/pro-zx.svg');}
.protcs .pro-detail .pro-detail-tit{border-bottom: 1px #eee solid;margin-top: 20px;}
.protcs .pro-detail h3{line-height: 50px;}
.protcs .pro-detail h3::after{content: '';width: 80px;height: 4px;background-color: #B09149;display: block;}
.protcs .pro-detail .detail{padding: 20px 0;}
.protcs .pro-detail .detail *{line-height: 28px;}

/* 详情分页 */
.casexqpn{width: 100%;border-top: 1px solid #eee;margin-bottom: 20px;}
.casexqpn-prev, .casexqpn-more, .casexqpn-next{display: block;float: left;height: 80px;line-height: 80px;}
.casexqpn-next{float: right;}
.casexqpn-prev, .casexqpn-next{font-size: 16px;color: #666;width: 40%;transition: all .4s ease;position: relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.casexqpn-prev{padding-left: 20px;background: url('../image/caseArrL.png') no-repeat left center;}
.casexqpn-next{padding-right: 20px;background: url('../image/caseArrR.png') no-repeat right center;text-align: right;}
.casexqpn-prev:hover, .casexqpn-next:hover{color: #333;}
.casexqpn-prev:hover{background-image: url('../image/caseArrLH.png');}
.casexqpn-next:hover{background-image: url('../image/caseArrRH.png');}
.casexqpn-more{width: 20%;text-align: center;}
.casexqpn-more i, .casexqpn-more span{display: inline-block;vertical-align: middle;margin: 0 6px;}
.casexqpn-more i{width: 14px;height: 14px;background: url('../image/caseMore.png') no-repeat;}
.casexqpn-more span{font-size: 18px;color: #333;font-weight: 700;}
.casexqpn-more:hover span{color: #333;}
/* 放大镜 */

#etalage {
  display: none; 
  /* height: 418px !important; */
  float: left;
}
/* Large thumbnail: */
#etalage .etalage_thumb {
  background: white url(../image/loader.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
}
/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage .etalage_thumb_image {}
/* Small thumbnails: */
#etalage .etalage_small_thumbs li {
  background: white;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 3px;
}
/* The one on the left that makes them slide */
#etalage ul li.etalage_smallthumb_first {}
/* The one on the right that makes them slide */
#etalage ul li.etalage_smallthumb_last {}
/* The currently active one */
#etalage ul li.etalage_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  border: 3px #B09149 solid;
  background: #fff;
}
/* Zoomed image area: */
#etalage .etalage_zoom_area, .etalage_zoom_area {
  background: white url(../image/loader.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}
/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier {
  background: white;
  border: 1px solid #bbb;
}
/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon {
  background: url(../image/zoom.png) no-repeat;
  width: 14px;
  height: 14px;
}
/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint {
  background: url() no-repeat;
  width: 130px;
  height: 57px;
}
/* Description area (optional) */
#etalage .etalage_description {
  background: white;
  font-style: italic;
  margin: 10px;
  padding: 6px 10px;
}
/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */
.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint {
  display: none
}
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img {
  position: relative
}
.etalage img, .etalage li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none
}
.etalage, .etalage_small_thumbs li {
  float: left
}
.etalage_right {
  float: right
}
.etalage li {
  position: absolute;
}
.etalage img {
  vertical-align: bottom;
  max-width: none
}
.etalage_magnifier {
  cursor: default
}
.etalage_magnifier div, .etalage_small_thumbs {
  overflow: hidden
}
.etalage_magnifier div img {
  display: none
}
.etalage_icon, .etalage_hint {
  cursor: default;
  width: 0;
  height: 0;
  overflow: hidden
}
.etalage_small_thumbs li.vertical {
  float: none
}
.etalage_zoom_area {
  z-index: 996
}
.etalage_zoom_area div {
  overflow: hidden;
  z-index: 997
}
.etalage_zoom_preview {
  position: absolute;
  z-index: 998
}
.etalage_zoom_img, .etalage_hint {
  z-index: 999
}
.etalage {
  direction: ltr;
  position: relative;
}
.etalage::before{
	content: '';
	display: block;
	position: absolute;
	width: 118px;
	height: 117px;
	background: url('../image/srhj.png');
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: 9;
}
div.etalage_description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999
}
div.etalage_description.rtl {
  direction: rtl;
  text-align: right
}
.etalage_small_thumbs {
  position: absolute;
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1920px){

}
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
	.protcs-wd{width: 55%;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.protcs-wd{width: 35%;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */

}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.protcs-wd{width: 100%;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:640px) {
	#examples{width: 100%;}
	.etalage_small_thumbs li{width: 23% !important;}
	.protcs-item .etalage_small_thumbs{width: 100% !important;height: auto !important;}
	#etalage{width: 100% !important;height:120vw !important}
	#etalage .etalage_thumb_image{width:100% !important;height:auto !important;opacity: 1 !important;}
	.etalage li.etalage_small_thumbs {
	  position: absolute !important;width: 100% !important;bottom:0%;left: 0;height: auto !important;
	  margin: 0 !important;top: auto !important;
	}
	.etalage li.etalage_small_thumbs > ul{height: auto !important;}
	.etalage_small_thumbs li.vertical{float: left;margin-right: 0.5em !important;}
	.protcs-item  li > img.etalage_small_thumb {
	  width: 100% !important;
	  height: auto !important;
	}
}	
/* 新闻列表 */
.sonloopban{width: 100%;position: relative;}
.sonloopban-img{width: 100%;}
.sonloopban-img img{width: 100%;object-fit: cover;min-height: 260px;}
.sonloopban-wd{position: absolute;width: 768px;padding: 100px 100px 54px 162px;background: #1a328f;left: 0;bottom: 0;z-index: 2;}
.sonloopban-wd p{font-size: 42px;color: #fff;line-height: 58px;font-weight: 400;height: 116px;overflow: hidden;}
.sonloopban-btn{width: 66px;position: absolute;z-index: 2;left: 162px;bottom: 212px;}
.sonloopban-btnL, .sonloopban-btnR{position: absolute;width: 12px;height: 24px;top: 0;z-index: 2;background: url('../image/newsArr.png') no-repeat center;cursor: pointer;}
.sonloopban-btnL{left: 0;}
.sonloopban-btnR{transform: rotate(180deg);right: 0;}
.sonloopban-btn:after{content: "";position: absolute;width: 2px;background: #fff;z-index: 1;left: 50%;margin-left: -1px;top: 0;height: 24px;}
.news{width: 100%;padding: 20px 0 120px;}
.news-list{width: 100%;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.3333%;float: left;margin-left: 2%;position: relative;margin-top: 80px;}
.news-list li a{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;height: 254px;}
.news-img img{width: 100%;height: 100%;object-fit: cover;transition: all .6S ease-in-out;}
.news-wd{width: 100%;border: 1px solid #eee;padding: 34px 40px 48px;}
.news-wd span{font-size: 14px;color: #888;display: block;font-family: 'GothamBook';}
.news-wd h6, .news-wd h1{font-size: 22px;color: #333;line-height: 34px;margin: 24px 0 16px;transition: all .4s ease;height: 68px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-wd p{font-size: 14px;color: #999;line-height: 28px;height: 56px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-list li a:hover .news-img img{transform: scale(1.04);}
.news-list li a:hover .news-wd h6{color: #333;}
.news-list li a:hover .news-wd h1{color: #333;}
.news .fullpage{margin-top: 100px;}


.inv-box .news-wd .prolist-wddes h6{font-size: 14px; color: #888;height: 24px;margin-top: 10px;}
.inv-box .news-wd .prolist-wddes{margin-top: 0;}
.inv-box .news-wd h1{height: 30px;margin-bottom: 0px;}
.inv-box .news-list li{transition: 0.4s all ease-in-out;}
.inv-box .news-list li:hover{box-shadow: 0 0 18px #ccc;}
/* 新闻详情 */
.newsxq{width: 100%;padding-top: 100px;}
.newsxq-cont{width: 73.8%;padding-right: 54px;float: left;border-right: 1px solid #eee;}
.newsxq-title{width: 100%;}
.newsxq-title h6, .newsxq-title h1{font-size: 32px;color: #333;line-height: 40px;}
.newsxq-title p{font-size: 0;width: 100%;margin-top: 10px;}
.newsxq-title p span{display: inline-block;vertical-align: middle;position: relative;font-size: 14px;color: #888;line-height: 20px;padding-left: 24px;margin-right: 36px;font-family: "GothamBook";}
.newsxq-title p span:first-child{background: url('../image/newsxqIc1.png') no-repeat left center;}
.newsxq-title p span:last-child{background: url('../image/newsxqIc2.png') no-repeat left center;margin-right: 0;}
.newsxq-desc{width: 100%;padding: 50px 0 44px;font-size: 16px;color: #888;line-height: 32px;}
.newsxq-desc p{font-size: 16px;color: #595959;line-height: 40px;}
.newsxq-desc img{max-width: 100%;display: block;margin: 0 auto;}
.newsxq-tags{width: 100%;position: relative;padding-left: 78px;}
.newsxq-tags label, .newsxq-tags span{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;color: #888;}
.newsxq-tags label{position: absolute;top: 0;left: 0;font-size: 16px;}
.newsxq-tags span{font-size: 14px;border: 1px solid #e5e5e5;padding: 0 20px;margin: 0 8px;border-radius: 30px;}
.newsxq-share{width: 100%;position: relative;padding-left: 78px;margin-top: 32px;}
.newsxq-share label{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;color: #888;}
.newsxq-share label{position: absolute;top: 0;left: 0;font-size: 16px;}
.newsxq-share .bdsharebuttonbox{display: inline-block;vertical-align: middle;font-size: 0;}
.newsxq-share .bdsharebuttonbox a{width: 35px;height: 35px;display: inline-block;border-radius: 50%;vertical-align: middle;margin: 0 8px;padding: 0;background-position: center;background-color: #afafaf;background-repeat: no-repeat;}
.newsxq-share .bdsharebuttonbox a:nth-child(1){background-image: url('../image/newsxqFx1.png');}
.newsxq-share .bdsharebuttonbox a:nth-child(2){background-image: url('../image/newsxqFx2.png');}
.newsxq-share .bdsharebuttonbox a:nth-child(3){background-image: url('../image/newsxqFx3.png');}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsxq-list{width: 26.2%;float: right;padding-left: 60px;}
.newsxq-item{display: block;width: 100%;margin-bottom: 48px;}
.newsxq-item:last-child{margin-bottom: 0;}
.newsxq-ltimg{width: 100%;overflow: hidden;}
.newsxq-ltimg img{width: 100%;object-fit: cover;transition: all .6s ease-in-out;}
.newsxq-ltwd{width: 100%;padding: 20px 0;}
.newsxq-ltwd span{display: block;font-size: 14px;color: #888;font-family: "GothamBook";}
.newsxq-ltwd p{font-size: 16px;color: #333;transition: all .4s ease-in-out;line-height: 28px;margin-top: 8px;height: 56px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newsxq-item:hover .newsxq-ltimg img{transform: scale(1.04);}
.newsxq-item:hover .newsxq-ltwd p{color: #333;}
.newsxq .casexqpn{margin-top: 120px;}


/* 人才招聘 */
.joinpy{width: 100%;padding: 100px 0 120px;}
.joinpy-wdimg{width: 100%;overflow: hidden;padding-top: 60px;}
.joinpy-wd{width: 47.6%;float: left;}
.joinpy-wd h6, .joinpy-wd h1{font-size: 28px;color: #333;font-weight: 400;margin-bottom: 40px;}
.joinpy-wd p{font-size: 15px;color: #888;line-height: 28px;}
.joinpy-img{width: 45.6%;float: right;}
.joinpy-img img{width: 100%;object-fit: cover;}
.joinzp{width: 100%;padding: 100px 0 120px;background: #f7f7f7;}
.joinzp .down-title{margin-top: 68px;}
.joinzp .down-layout li{height: 80px;}
.joinzp .down-link li i{width: 36px;height: 36px;background: url('../image/joinIc.png') no-repeat;}
.joinzp .down-link.ontrue li i{background-image: url('../image/joinIcH.png');}
.joinzp .down-item{background: #fff;}
.joinzp-content{display: none;width: 100%;border: 1px solid #f2f2f2;padding: 34px 42px;}
.joinzp-wd{width: 100%;}
.joinzp-wd h6, .joinzp-wd h1{font-size: 16px;color: #333;line-height: 40px;}
.joinzp-wd p{font-size: 14px;color: #666;line-height: 34px;}
.joinzp-top{margin-top: 28px;}
.joinzp-email{width: 100%;}
.joinzp-email p{font-size: 14px;color: #333;line-height: 34px;}
.joinfl{width: 100%;padding: 100px 0 120px;}
.joinfl-list{width: 100%;margin-top: 48px;}
.joinfl-list li{width: 25%;float: left;padding: 54px 0 42px;text-align: center;border-right: 1px solid #f5f1f1;border-bottom: 1px solid #f5f1f1;}
.joinfl-list li h6, .joinfl-list li h1{width: 84px;height: 84px;border-radius: 10px;line-height: 84px;text-align: center;background: #666;margin: 0 auto;}
.joinfl-list li p{font-size: 18px;color: #333;margin-top: 24px;}
.joinfl-list li:hover h6{transform: rotateY(360deg);transition: all 1s ease-in-out;}
.joinfl-list li:hover h1{transform: rotateY(360deg);transition: all 1s ease-in-out;}
.joinfl-list li:nth-child(4n){border-right: none;}
.joinfl-list li:nth-last-child(-n+4){border-bottom: none;}

/* 关于我们 */
.abojs{width: 100%;padding: 80px 0 120px;}
.abojs-contain{width: 1240px;margin: 0 auto;}
.abojs .pubTitle i{margin-bottom: 42px;}
.abojs .pubTitle p{margin-top: 20px; text-align: left;font-size: 15px;color: #666;line-height: 26px;}
.abojs-icon{width: 100%;}
.abojs-icon li{width: 25%;float: left;text-align: center;margin-top: 72px;}
.abojs-icon h6, .abojs-icon h1{height: 120px;line-height: 78px;}
.abojs-icon h6 img, .abojs-icon h1 img{max-height: 100%;}
.abojs-icon p{font-size: 16px;color: #666;margin-top: 34px;}
.abolj{width: 100%;overflow: hidden;}
.abolj-wd{width: 50%;float: left;color: #fff;height: 500px;background: #333;padding: 110px 128px 0 170px;}
.abolj-wd h6, .abolj-wd h1{font-size: 32px;padding-bottom: 20px;}
.abolj-wd p{font-size: 15px;line-height: 26px;margin-top: 28px;text-align: justify;}
.abolj-wd a{display: inline-block; text-align: center; margin-top: 30px; border-radius: 3px; font-size: 14px; background-image: url(../picture/vr.png);background-repeat: no-repeat; background-position: 15px center; text-indent: 20px;  font-weight: bold; padding: 5px 20px; line-height: 25px;background-color: rgba(255,255,255,1);color: #333;}
.abolj-img{width: 50%;float: left;}
.abolj-img img{width: 100%;height: 500px;object-fit: cover;}

.about-video{width: 1300px; margin: auto; margin-top: 50px;margin-bottom: 50px;}
.about-video video,.about-video .plyr{border-radius: 10px;}


/* 联系我们 */
.relmap{width: 100%;height: 600px;overflow: hidden;}
#map{width: 100%;height: 100%;}
#map .amap-info-close{right: 6px !important;top: 6px;}
#map .amap-info-content{padding: 18px;}
.relmap-info{width: 100%;overflow: hidden;}
.relmap-info h6, .relmap-info h1{font-size: 16px;color: #333;line-height: 24px;font-weight: 700;}
.relmap-info p{font-size: 14px;color: #000;margin-top: 8px;}
.relmap-info a{font-size: 14px;display: block;margin: 10px auto 0;color: #d4a95b;width: 180px;height: 32px;line-height: 32px;border: 1px solid #d4a95b;text-align: center;transition: all .3s ease;}
.relmap-info a:hover{background: #d4a95b;color: #fff;}
#map .amap-logo,#map .amap-copyright{display: none !important;}
/* 点添加跳跃动画 */
/* #map .amap-icon{animation: mapCt 1.4s ease infinite;} */
#map.mapJump.amap-icon{animation: none;}
/* @keyframes mapCt{0%{transform: translateY(0)}50%{transform: translateY(-16px)}100%{transform: translateY(0)}} */

/* 联系方式 */
.contact-box{padding: 50px 0;}
.contact-box .left{width: 58%;}
.contact-box .left h2{font-size: 40px;font-weight: 800;}
.contact-box .left p{margin-top: 20px;line-height: 24px;}
.contact-box .left ul{margin-top: 30px;}
.contact-box .left ul li{padding: 10px 0;display: flex;align-items: center;font-size: 16px;}
.contact-box .left ul li i{display: inline-block;width: 30px;height: 30px;background-image: url('../picture/contact-icon.svg');margin-right: 10px;background-position: 0 0;}
.contact-box .left ul li:nth-child(2) i{background-position: 0 -34px;}
.contact-box .left ul li:nth-child(3) i{background-position: 0 -68px;}
.contact-box .left ul li span{font-weight: 800;}
.contact-box .right{width: 40%;}
.contact-box .right img{width: 100%;border-radius: 10px;}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.contact-box{flex-wrap: wrap;}
	.contact-box .left,.contact-box .right{width: 100%;}
}
@media all and (max-width:640px) {
	.contact-box .left h2{font-size: 30px;}
	.contact-box .left ul{margin-top: 10px;}
	
}
.reltab{width: 100%;padding: 120px 0;background: #f7f7f7;}
.reltab ul{margin-left: -2%;}
.reltab li{width: 23%;float: left;margin-left: 2%;float: left;background: #fff;height: 224px;display: flex;align-items: center;position: relative;transition: all .4s ease;}
.reltab-tag{position: absolute;z-index: 1;font-size: 14px;color: #b8b8b8;top: 22px;right: 28px;font-style: normal;}
.reltab-item{width: 100%;padding: 0 20px;font-size: 0;text-align: center;}
.reltab-img, .reltab-wd{display: block;}
.reltab-img{margin-top: 10px;}
.reltab-img img{max-width: 100%;}
.reltab-wd{}
.reltab-wd span{font-size: 16px;color: #999;display: block;line-height: 26px;margin-bottom: 8px;}
.reltab-wd p{font-size: 16px;color: #333;line-height: 24px;}
.reltab li:hover{box-shadow: 0 4px 10px 2px #e5e5e5;}
.reltab li:last-child .reltab-item{padding-right: 0;}
.relyx{width: 100%;padding: 148px 0 88px;}
.relyx-title{width: 100%;}
.relyx-title h6, .relyx-title h1{font-size: 36px;color: #333;}
.relyx-list{width: 100%;}
.relyx-list ul{margin-left: -2%;}
.relyx-list li{width: 23%;margin-left: 2%;float: left;margin-top: 24px;}
.relyx-img{width: 100%;overflow: hidden;}
.relyx-img img{width: 100%;object-fit: cover;transition: all .8s ease;}
.relyx-wd{width: 100%;padding: 30px 25px 0 0;position: relative;min-height: 294px;}
.relyx-wd h6, .relyx-wd h1{font-size: 22px;color: #333;padding-bottom: 10px;}
.relyx-wd p{font-size: 15px;color: #999;line-height: 26px;position: relative;padding-left: 26px;margin-top: 10px;min-height: 52px;}
.relyx-wd p:nth-of-type(1){background: url('../image/relD1.jpg') no-repeat left top 2px;}
.relyx-wd p:nth-of-type(2){background: url('../image/relD2.jpg') no-repeat left top 2px;}
.relyx-check{display: inline-block;font-size: 15px;color: #333;font-style: normal;line-height: 26px;margin-top: 20px;position: relative;user-select: none;cursor: pointer;}
.relyx-check:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #333;}
.relyx-list li:hover .relyx-img img{transform: scale(1.04);}
.relyx-wd:after{content: "";position: absolute;width: 28px;height: 13px;background: url('../image/relArr.png') no-repeat;bottom: 0;left: 0;opacity: 0;}
.relyx-item{width: 100%;}
.relyx-info{width: 100%;background: #f5f5f5;}
.relyx-info ul{display: flex;flex-wrap: wrap;}
.relyx-info li{width: 20%; float: left;padding: 50px 0;}
.relyx-info li h6, .relyx-info li h1{font-size: 22px;color: #333;margin-bottom: 32px;}
.relyx-info li p{font-size: 14px;color: #888;line-height: 24px;}
.relyx-infoitem{width: 100%;display: none;}
.relyx-list li.ontrue .relyx-wd:after{opacity: 1;}
.relyx-infoitem.ontrue{display: block;}
.relyx-content{width: 100%;margin-top: 44px;}
.relly{width: 100%;padding: 100px 0 120px;background: #f5f5f5;overflow: hidden;}
.relyx-title p{font-size: 15px;color: #999;line-height: 26px;margin-top: 16px;}
.relly-form{width: 100%;margin-top: 60px;}
.relly-formipt{width: 100%;overflow: hidden;}
.relly-formipt input{width: 48%;height: 60px;background: #fff;padding: 0 32px;}
.relly-form input, .relly-form textarea{font-size: 15px;color: #888;}
.relly-form input:-moz-placeholder, .relly-form textarea:-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input::-moz-placeholder, .relly-form textarea::-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input:-ms-input-placeholder, .relly-form textarea:-ms-input-placeholder{color:#888;font-size: 15px;}
.relly-form input::-webkit-input-placeholder, .relly-form textarea::-webkit-input-placeholder{color:#888;font-size: 15px;}
.relly-formipt input:first-child{float: left;}
.relly-formipt input:last-child{float: right;}
.relly-form textarea{width: 100%;display: block;background: #fff;border: none;margin-top: 32px;padding: 24px 32px;height: 164px;}
.relly-formyzmbtn{width: 100%;overflow: hidden;margin-top: 32px;}
.relly-formyzm{float: left;}
.relly-formyzm input{width: 400px;height: 60px;background: #fff;padding: 0 32px;display: block;float: left;}
.relly-formyzm span{display: block;float: left;margin-left: 20px;height: 60px;width: 150px;cursor: pointer;}
.relly-formyzm span img{width: 100%;height: 100%;}
.relly-formbtn {width: 200px;height: 60px;display: block;background: #333;font-size: 16px;color: #fff;text-align: center;float: right;cursor: pointer;}
.relyx-close{display: none;}
.relly.rellyBg{background: #eceff4;}


/* 搜索页面 */
/* 搜索结果页 */
.search-box{width: 100%;overflow: hidden;padding: 0 0 80px;}
.sear-menu{width: 100%;padding: 30px 0;overflow: hidden;font-size: 14px;color: #333;line-height: 24px;}
.sear-menu a{font-size: 14px;color: #a9a9a9;line-height: 24px;}
.sear-menu a:hover{color: #333;}
.sear-menu span{font-family: '宋体';margin: 0 6px;color: #a9a9a9;}
.sear-shuru{width: 540px;margin: 0 auto;height: 45px;position: relative;padding-right: 140px;}
.sear-shuru input{width: 100%;height: 45px;border: 1px solid #eee;padding: 0 10px;}
.sear-shuru span{position: absolute;width: 130px;height: 45px;background-color: #333;cursor: pointer;font-size: 16px;color: #fff;text-align: center;line-height: 45px;top: 0;right: 0;}
.sear-list{width: 100%;margin-top: 60px;overflow: hidden;}
.sear-list ul li{width: 100%;overflow: hidden;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #eee;}
.sear-list ul li h5, .sear-list ul li h2{font-size: 20px;color: #333;height: 30px;line-height: 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition: all .4s;}
.sear-list ul li h6, .sear-list ul li h1{font-size: 14px;color: #666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 12px 0;}
.sear-list ul li p{font-size: 14px;color: #888;}
.sear-list ul li h5:hover{color: #333;}
.sear-list ul li h2:hover{color: #333;}
.sear-list ul li:last-child{margin-bottom: 0;}
.serwt-box{width: 100%;padding: 68px 0 80px;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1920px){
	.img-center { width:100%!important;height:auto!important;}

}
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */

    .sonimgban-casewd h6, .sonimgban-casewd h1{font-size: 44px;}
    .sonimgban-prowdft h6, .sonimgban-prowdft h1{font-size: 52px;}
    .sonimgban-prowdft p {font-size: 38px;margin: 26px 0 10px;}
    .sonloopban-wd {width: 600px;padding: 90px 80px 54px 4%;}
    .sonloopban-wd p{font-size: 38px;line-height: 52px;height: 104px;}
    .sonloopban-btn {left: 4%;bottom: 200px;}
    .news-list li{margin-top: 72px;}
    .news .fullpage {margin-top: 90px;}
    .news {padding: 20px 0 100px;}
    .newsxq {padding-top: 90px;}
    .newsxq-desc {padding: 44px 0 42px;}
    .newsxq .casexqpn {margin-top: 100px;}

    .joinpy, .joinzp, .joinfl{padding: 90px 0 100px;}
    .abojs {padding: 80px 0 100px;}
    .abojs-icon li {margin-top: 68px;}
    .sonimgban-prot .sonimgban-proowdimg{width: 52%;}
    .protcs {padding: 90px 0 40px;}
    .protimg img, .protwd{height: 474px;}
    .protwd-font span{left: 24px;}
    .relmap{height: 500px;}
    .reltab {padding: 100px 0;}
    .reltab-item {padding: 0 80px 0 32px;}
    .reltab li{height: 200px;}
    .relyx {padding: 120px 0 68px;}
    .relyx-info li{padding: 80px 0;}
    .relly {padding: 90px 0 100px;}
	.about-video{ width: 100%;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .caseop {padding-top: 80px;}
    .caselb {padding: 10px 0 90px;}
    .caselb-wd h6, .caselb-wd h1 {margin: 12px 0 24px;}
    .sonimgban-casewd h6, .sonimgban-casewd h1 {font-size: 38px;}
    .sonimgban-casewd p {margin: 14px 0 32px;}
    .sonimgban-casewd {bottom: 64px;}

    .casexqpn-prev, .casexqpn-more, .casexqpn-next{height: 68px;line-height: 68px;}

    .sonimgban-prowdft h6, .sonimgban-prowdft h1 {font-size: 44px;}
    .sonimgban-prowdft p {font-size: 32px;margin: 20px 0 8px;}
    .sonimgban-prowdft span {font-size: 20px;}

    .news .fullpage {margin-top: 80px;}
    .news {padding: 20px 0 84px;}
    .news-list li {margin-top: 68px;}
    .sonloopban-wd p {font-size: 34px;line-height: 48px;height: 96px;}
    .sonloopban-btn {bottom: 190px;}
    .newsxq {padding-top: 80px;}
    .newsxq-desc {padding: 40px 0 38px;}
    .newsxq .casexqpn {margin-top: 80px;}
    .newsxq-item {margin-bottom: 32px;}
    .newsxq-title h6, .newsxq-title h1 {font-size: 28px;line-height: 38px;}
    .joinpy, .joinzp, .joinfl{padding: 80px 0 88px;}
    .joinzp .down-layout li {height: 74px;}
    .joinzp .down-title {margin-top: 58px;}
    .joinpy-wdimg {padding-top: 54px;}
    .joinpy-wd h6, .joinpy-wd h1 {margin-bottom: 28px;}
    .abojs {padding: 68px 0 80px;}
    .abojs-icon li {margin-top: 54px;}

    .sonimgban-proowdimg{width: 46%;}
    .sonimgban-prooimg {height: 680px;}
    .sonimgban-prot .sonimgban-proowdimg {width: 48%;}
    .protcs {padding: 80px 0 40px;}
    .protcs-item{width: 100%;}
    .protimg img, .protwd{height: 426px;}
    .protwd-font span{font-size: 240px;}
    .protwd-font {padding: 34px 0;}
    .protwd {padding: 0px 80px;}
    .protcs-img {padding-bottom: 60px;}
    .relmap{height: 440px;}
    .reltab {padding: 80px 0;}
    .reltab-img{width: 58px;margin-top: 12px;}
    .reltab-wd {width: calc(100% - 72px);}
    .reltab-wd p {font-size: 14px;line-height: 22px;}
    .reltab-wd span{margin-bottom: 4px;}
    .reltab li {height: 168px;}
    .reltab-tag {top: 16px;right: 18px;}
    .relyx {padding: 90px 0 60px;}
    .relyx-wd h6, .relyx-wd h1 {font-size: 20px;padding-bottom: 6px;}
    .relyx-content {margin-top: 58px;}
    .relyx-info li {padding: 68px 0;}
    .relly {padding: 74px 0 88px;}
    .proobf-granule{top: 14%;}
    .caselb-img{height: 240px;}
    .news-img{height: 200px;}

}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .abolj-wd {padding: 64px 80px 0 4%;}
    .reltab-item {padding: 0 40px 0 20px;}
    .relyx-wd {padding: 30px 48px 0 0;}
    .serzb-list li {margin-top: 48px;min-height: 330px;padding: 48px 28px 0;}
    .proobf-granule{top: 8%;}
		
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .caseop-item {margin: 0 6px;}
    .caselb-wd h6, .caselb-wd h1 {font-size: 20px;line-height: 24px;margin: 10px 0 20px;}
    .caselb-wd {padding-top: 28px;}
    .caselb-list li {margin-top: 40px;}
    .fullpage {margin-top: 58px;}
    .caselb {padding: 10px 0 80px;}
    .caseop {padding-top: 68px;}
    .sonimgban-casewd h6, .sonimgban-casewd h1 {font-size: 32px;}
    .sonimgban-casewd p {margin: 12px 0 24px;}
    .sonimgban-casewd i{height: 3px;}
    .sonimgban-casewd {bottom: 48px;}
    .casexqic {padding: 64px 0 68px;}
    .casexqnr {padding: 32px 0 68px;}
    .casexqal {padding: 64px 0 72px;}
    .casexqal .caselb-list li {margin-top: 28px;}
    .prolist-wdtit h6, .prolist-wdtit h1 {font-size: 16px;}
    .sonimgban-prowdft h6, .sonimgban-prowdft h1 {font-size: 38px;}
    .sonimgban-prowdft p {font-size: 28px;margin: 16px 0 8px;}
    .solcj {padding: 60px 0 68px;}
    .solyy {padding: 60px 0 68px;}
    .solcp {padding: 68px 0;}
    .solal {padding: 60px 0;}
    .solyy-list li p {font-size: 14px;line-height: 22px;padding: 0 4%;}
    .sonloopban-wd p {font-size: 28px;line-height: 38px;height: 76px;}
    .sonloopban-wd {width: 540px;padding: 66px 60px 40px 4%;}
    .news-list li {margin-top: 54px;}
    .news-wd h6, .news-wd h1 {font-size: 20px;line-height: 30px;margin: 20px 0 12px;height: 58px;}
    .news-wd {padding: 32px 32px 36px;}
    .news .fullpage {margin-top: 62px;}
    .sonloopban-btn {bottom: 154px;}
    .newsxq {padding-top: 64px;}
    .newsxq-list {padding-left: 40px;}
    .newsxq-cont{padding-right: 40px;}
    .newsxq-desc {padding: 28px 0 34px;}
    .newsxq .casexqpn {margin-top: 68px;}
    .honor-list li{width: 31.3333%;}
    .honor {padding: 60px 0 68px;}
    .down {padding: 60px 0 68px;}
    .down-layout li{height: 68px;}
    .down-link li:first-child{font-size: 16px;}
    .down .fullpage{margin-top: 68px;}
    .joinpy, .joinzp, .joinfl {padding: 64px 0 68px;}
    .joinpy-wd p {font-size: 14px;line-height: 26px;}
    .joinpy-wd h6, .joinpy-wd h1 {font-size: 26px;}
    .joinpy-wd{width: 52%;}
    .joinpy-wdimg {padding-top: 44px;}
    .joinzp .down-layout li {height: 64px;}
    .joinzp .down-title {margin-top: 48px;}
    .joinzp-top {margin-top: 24px;}
    .joinfl-list li {padding: 40px 0 38px;}
    .abojs {padding: 60px 0 68px;}
    .abojs-icon li {margin-top: 48px;}
    .abojs-contain{width: 92%;}
    .sonimgban-prooimg{height: 620px;}
    .protimg img, .protwd{height: 380px;}
    .protwd-font span{font-size: 200px;}
    .protwd-font h6, .protwd-font h1 {font-size: 28px;margin-bottom: 24px;}
    .protwd-font {padding: 24px 0;}
    .protcs-wd h6, .protcs-wd h1 {font-size: 28px;line-height: 36px;}
    .protcs {padding: 64px 0 40px;}
    .protcs-prev {top: 30%;}
    .protcs-img {padding-bottom: 44px;}
    .relyx-wd {padding: 28px 0 0 0;}
    .relmap {height: 400px;}
    .reltab {padding: 68px 0;}
    .relyx {padding: 68px 0 48px;}
    .relyx-title h6, .relyx-title h1{font-size: 32px;}
    .relyx-content {margin-top: 48px;}
    .relly {padding: 60px 0 68px;}
    .relly-form {margin-top: 48px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .caseop-item{width: 31.3333%;margin: 1% 1%;}
    .caseop select{width: 31.3333%;margin: 1% 1%;height: 44px;line-height: 44px;}
    .caseop-true{height: 42px;line-height: 42px;}
    .caseop-data{top: 42px;max-height: 200px;}
    .caseop-data li{height: 40px;line-height: 40px;}
    .caseop {padding-top: 52px;}
    .sonimgban-prowd .small-contain{width: 92%;}
    .sonimgban-prowdft h6, .sonimgban-prowdft h1 {font-size: 32px;}
    .sonimgban-prowdft p {font-size: 24px;margin: 12px 0 8px;}
    .sonimgban-prowdft span {font-size: 16px;}
    .solcj-contain{width: 92%;}
    .down-layout {padding-left: 32px;}
    .joinzp-content {padding: 34px 32px;}
    .abolj-img img, .abolj-wd {height: 368px;}
    .abolj-wd h6, .abolj-wd h1 {font-size: 24px;padding-bottom: 10px;}
    .abolj-wd p {font-size: 14px;line-height: 24px;margin-top: 18px;}
    .abolc-wdbox {margin: 44px 0 68px;}
    .sonimgban-prooimg {height: 560px;}

    .sonimgban-prot .sonimgban-proowdimg {width: 46%;}
    .protcs-wd {padding-top: 82px;}
    .protcs-prev {top: 28%;}
    .protimg img, .protwd{height: 340px;}
    .relyx-info li h6, .relyx-info li h1 {font-size: 20px;margin-bottom: 20px;}
    .relyx-wd p {font-size: 14px;line-height: 24px;min-height: 50px;}
    .relyx-info li {padding: 58px 0;}
    .proobf-granule{display: none;}
    .caselb-img{height: 200px;}
    .news-img{height: 180px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .small-contain{width: 92%;}
    .prolist-img{width: 100%;text-align: center;}
    .prolist-img img{max-height: 100%;}
    .sonimgban-sollink .sonmenu{display: none;}
    .sonimgban-sollink {position: absolute;top: 0;}
    .sonimgban-sollink .contain {border-bottom: none;}
    .sonimgban-scroll.sonimgban-sollink {background: transparent;border-bottom: none;}
    .sonimgban-scroll .sonlink a {color: #fff;}
    .sonimgban-scroll .sonlink a i {background-image: url('../image/sonHomeW.png');}
    .abolj-wd {padding: 48px 4% 0 4%;}
    .abolc-img{width: 100%;}
    .abolc-img img{height: auto;}
    .abolc-words{width: 100%;height: auto;margin-top: 40px;}
    .abolc-wd{padding-right: 0;}
    .sonimgban-prooimg {height: 520px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .caselb-list li{width: 48%;}
    .fullpage {margin-top: 48px;}
    .sonlink a{height: 48px;line-height: 48px;}
    .sonmenu a{height: 50px;line-height: 50px;}
    .sonmenu, .sonlink{width: 100%;}
    .sonimgban-casewd h6, .sonimgban-casewd h1 {font-size: 28px;}
    .sonimgban-casewd {bottom: 32px;}
    .sonloopban-wd p {font-size: 24px;line-height: 34px;height: 68px;}
    .sonloopban-wd {width: 352px;padding: 66px 32px 24px 4%;}
    .sonloopban-btn {bottom: 128px;}
    .news-list li {width: 48%;margin-top: 44px;}
    .news .fullpage {margin-top: 54px;}
    .newsxq-cont {padding-right: 0;width: 100%;border-right: none;}
    .newsxq-list {padding-left: 0;width: 100%;margin-top: 40px;}
    .honor-list li{width: 48%;}
    .down-layout {padding-left: 24px;}
    .down-layout li{font-size: 14px;}
    .down-link li:first-child {font-size: 14px;}
    .down-link li i{background-size: 30px auto;width: 30px;height: 30px;}
    .joinzp-content {padding: 20px 24px 24px;}
    .joinzp-top {margin-top: 18px;}
    .joinzp .down-link li i{background-size: 30px auto;width: 30px;height: 30px;}
    .joinpy-wd{width: 100%;}
    .joinpy-img{width: 100%;margin-top: 40px;}
    .abowh-list li{width: 47%;}
    .abogd-wd {padding: 44px 4% 48px;}
    .abolj-img img, .abolj-wd{height: auto;}
    .abolj-wd{padding: 36px 4%;width: 100%;}
    .abolj-img{width: 100%;}
    .sonimgban-prooimg {height: 410px;}
    .sonimgban-proowd .sonimgban-prowdft {padding-top: 60px;}
    .sonimgban-proowd {top: 100px;}

    .sonimgban-prot .sonimgban-proowd {top: 84px;}
   
    .relmap {height: 320px;}
    .reltab ul {margin-left: 0;}
    .reltab li {width: 100%;margin-left: 0;height: auto;padding: 32px 0;margin-top: 24px;}
    .reltab-img {margin-top: 0;}
    .reltab {padding: 42px 0 60px;}
    .relyx {padding: 48px 0 40px;}
    .relyx-title h6, .relyx-title h1 {font-size: 28px;}
    .relyx-wd {min-height: 360px;}
    .relly-formipt input {height: 44px;padding: 0px 18px;font-size: 14px;}
    .relly-form textarea {margin-top: 20px;padding: 16px 18px;height: 160px;}
    .relly-formyzm input {width: 280px;height: 44px;padding: 0 18px;}
    .relly-formyzm span {margin-left: 12px;height: 44px;width: 150px;}
    .relly-formbtn{height: 44px;}
    .relly-formyzmbtn{margin-top: 20px;}
    .serzb .pubTitle p{width: 100%;}
    .serzb-list li {padding: 32px 20px 0;}
    .serzb-list li i {margin: 24px auto 32px;}
    .serhd ul {margin-left: 0%;}
    .serhd li {height: 140px;width: 100%;margin-top: 28px;margin-left: 0;}
    .serhd-list{padding-top: 10px;}
    .serwx-list ul{margin-left: 0;}
    .serwx-list li {width: 100%;height: 200px;border-width: 4px;padding: 24px 20px 0;margin-top: 24px;margin-left: 0;}
    .serwx-list{padding-top: 12px;}

    .sear-menu{padding: 20px 0;}
    .sear-list{margin-top: 40px;}
    .sear-list ul li{margin-bottom: 15px;padding-bottom: 15px;}
    .sear-list ul li h5, .sear-list ul li h2{font-size: 16px;}
    .sear-list ul li h6, .sear-list ul li h1{margin: 6px 0;}
    .search-box{padding-bottom: 50px;}
    .serwt-box{width: 100%;padding: 52px 0 68px;}
	.envi-box .envi-list .item{width: 100%;}
	.pro-menu .pro-menu-box{width: 100%;}
	.pro-menu-box .pro-menu-item .pro-icon{width: 30px;height: 30px;background-size: cover;}
	.pro-menu-box .pro-menu-item h2{font-size: 14px;}
		
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .fullpage-num {width: 100%;margin-bottom: 12px;}
    .fullpage input, .fullpage button {height: 36px;}
    .sonmenu a {height: 36px;line-height: 36px;width: 50%;margin: 0;}
    .sonmenu a:after{display: none;}
    .fullpage a{margin: 0 4px;width: 34px;height: 34px;line-height: 34px;}
    .fullpage {margin-top: 36px;}
    .caselb {padding: 10px 0 42px;}
    .sonimgban-casewd h6, .sonimgban-casewd h1 {font-size: 20px;}
    .sonimgban-casewd p {font-size: 14px;margin: 8px 0 12px;}
    .sonimgban-casewd i {height: 2px;width: 44px;}
    .sonimgban-casewd {bottom: 16px;}
    .casexqpn-prev, .casexqpn-more, .casexqpn-next{width: 100%;height: 48px;line-height: 48px;}
    .casexqpn-next {text-align: left;background-position: left center !important;padding-right: 0;padding-left: 20px;}
    .sonmenu-3 a{width: 33.3333%;text-align: center;}
	.pro-menu{padding: 20px 0;}
	.pro-menu-box .pro-menu-item a{line-height: 40px;}
	.prolist li{width: 100%;}
    .prolist-wddes {margin-top: 20px;}
    .prolist-wddes p {line-height: 30px;}
    .prolist {padding: 16px 0 42px;}
    .sonimgban-prowdft h6, .sonimgban-prowdft h1 {font-size: 24px;}
    .sonimgban-prowdft p{font-size: 18px;}
    .sonloopban-wd p {font-size: 18px;line-height: 26px;height: 52px;}
    .sonloopban-wd {width: 246px;padding: 48px 4% 20px 4%;}
    .sonloopban-btn {bottom: 106px;}
    .news-list ul {margin-left: 0;}
    .news-list li {width: 100%; margin: auto; margin-top: 24px;}
    .news {padding: 16px 0 40px;}
    .news-wd {padding: 28px 24px 28px;}
    .news-wd h6, .news-wd h1 {font-size: 18px;line-height: 26px;margin: 16px 0 12px;height: 52px;}
    .news .fullpage {margin-top: 36px;}
    .newsxq {padding-top: 36px;}
    .newsxq-title h6, .newsxq-title h1 {font-size: 22px;line-height: 28px;}
    .newsxq-desc {padding: 18px 0 26px;}
    .newsxq-tags span {padding: 0 16px;margin: 2px 4px;}
    .newsxq-tags label{top: 2px;}
    .newsxq-item {margin-bottom: 20px;}
    .newsxq .casexqpn {margin-top: 24px;}

    .joinpy, .joinzp, .joinfl {padding: 38px 0 42px;}
    .joinpy-wd h6, .joinpy-wd h1 {font-size: 20px;margin-bottom: 24px;}
    .joinpy-wdimg {padding-top: 20px;}
    .joinpy-img {margin-top: 28px;}
    .joinzp .down-title {margin-top: 34px;}
    .joinzp-content{padding: 20px 18px 24px;}
    .joinfl-list li{width: 50%;padding: 20px 0 24px;border-right: 1px solid #f5f1f1 !important;border-bottom: 1px solid #f5f1f1 !important;}
    .joinfl-list li p{font-size: 16px;margin-top: 18px;}
    .joinfl-list li h6, .joinfl-list li h1{width: 64px;height: 64px;line-height: 64px;}
    .joinfl-list li h6 img, .joinfl-list li h1 img{width: 32px;} 
    .joinfl-list li:nth-child(2n){border-right: none !important;}
    .joinfl-list li:nth-last-child(-n+2){border-bottom: none !important;}
    .abojs {padding: 36px 0 42px;}
    .abojs .pubTitle i {margin-bottom: 24px;}
    .abojs-icon li {margin-top: 28px;width: 50%;}
    .abojs-icon h6, .abojs-icon h1 {height: 60px;line-height: 58px;}
    .abojs-icon p {margin-top: 18px;}
    .abolj-wd h6, .abolj-wd h1{font-size: 20px;margin-bottom: 4px;}
    .sonimgban-proowdimg{width: 100%;text-align: center;margin-bottom: 8px;}
    .sonimgban-proowdimg img{max-height: 224px;}
    .sonimgban-proowd {top: 74px;}
    .sonimgban-proowd .sonimgban-prowdft {padding-top: 0;}

    .sonimgban-prot .sonimgban-proowd {top: 58px;}
    .sonimgban-prot .sonimgban-prooimg {height: 220px;}
    .sonimgban-prooimg {height: 220px;}
    .protplay {height: 30px;line-height: 30px;width: 124px;margin-top: 18px;}
    .protplay i{width: 30px;height: 30px;background-size: 30px auto;margin-right: 12px;}
    .sonimgban-prot .sonimgban-proowdimg{width: 100%;}

    .reltab {padding: 20px 0 40px;}
    .reltab li {padding: 28px 0;margin-top: 20px;}
    .reltab-item {padding: 0 24px 0 18px;}
    .reltab-img {width: 50px;margin-top: 16px;}
    .relyx-title h6, .relyx-title h1 {font-size: 22px;}
    .relyx {padding: 38px 0 40px;}
    .relyx-list li {width: 100%;margin-left: 0;margin-top: 28px;}
    .relyx-content {margin-top: 14px;}
    .relyx-list ul {margin-left: 0;}
    .relyx-wd p {min-height: auto;}
    .relyx-wd {min-height: auto;}
    .relyx-wd:after{display: none;}
    .relly {padding: 36px 0 40px;}
    .relly-formipt input{width: 100%;margin-top: 20px;}
    .relly-form {margin-top: 8px;}
    .relly-formyzm input{width: 180px;}
    .relly-formyzm span{width: 120px;}
    .relly-formbtn{width: 100%;margin-top: 20px;}
    .relyx-info {display: none;width: 100%;position: fixed;z-index: 99999;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .4);}
    .relyx-info .contain{position: relative;height: 100%;}
    .relyx-infoitem {height: 440px;background: #fff;position: absolute;top: 50%;margin-top: -220px;padding: 32px 0 36px;}
    .relyx-infoitem ul{display: block;width: 100%;overflow-y: scroll;height: 384px;padding: 0 24px; }
    .relyx-info li {padding: 0;width: 100%;margin-top: 24px;}
    .relyx-info li h6, .relyx-info li h1 {margin-bottom: 10px;}
    .relyx-info li:first-child{margin-top: 0;}
    .relyx-close{display: block;width: 30px;height: 30px;position: absolute;z-index: 2;top: 0;right: 0;background: #333 url('../image/closeH.png') no-repeat center /16px auto;}
    .caselb-img{height: auto;}
    .news-img{height: auto;}
}	
