@charset "utf-8";
/*******CSS commont*************/
html{ scroll-behavior: smooth; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; overflow-x: hidden; color: #5f5d5d; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{ color: #5f5d5d; text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#deb24d; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
 
.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;}
.zimgbox{position:relative;overflow:hidden;width:100%;}
.zimgbox:after {content:'';display:block;padding-top:106.6%;}
.zimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.zimgbox:hover img{width:103%;transition:.36s width;}
.nimgbox {position:relative;overflow:hidden;width:100%;}
.nimgbox:after {content:'';display:block;padding-top:50%;}
.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;}
.aimgbox {position:relative;overflow:hidden;width:100%;}
.aimgbox:after {content:'';display:block;padding-top:60.78%;}
.aimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.aimgbox:hover img{width:110%;transition:.36s width;}
.pimgbox {position:relative;overflow:hidden;width:100%;}
.pimgbox:after {content:'';display:block;padding-top:50%;}
.pimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.pimgbox:hover img{width:110%;transition:.36s width;}
.rdimgbox {position:relative;overflow:hidden;width:100%;}
.rdimgbox:after {content:'';display:block;padding-top:56.5%;}
.rdimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.rdimgbox:hover img{width:110%;transition:.36s width;}
.cimgbox {position:relative;overflow:hidden;width:100%;}
.cimgbox:after {content:'';display:block;padding-top:48.7%;}
.cimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.font_tt{ font-size: 20px; }
.pd{ padding: 20px 0px 25px 0px; }
.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;
}

@media (min-width:768px) 
{
    .font_tt{ font-size: 22px; }
    .pd{ padding: 25px 0px 30px 0px; }
} 
@media (min-width:1200px) 
{
    .font_tt{ font-size: 28px; }
    .pd{ padding: 40px 0px 45px 0px; }
}
@media (min-width:1601px) 
{
    .font_tt{ font-size: 36px; }
    .pd{ padding: 100px 0px 110px 0px; }
}   
/*******Css header*******/
.header{ z-index: 99; width: 100%; padding: 8px 0px 10px 0px; border-bottom:solid 1px rgba(105, 107, 109, 0.18);  position:fixed; top: 0px; left: 0px; transition: all 0.1s ease-out 0s;}
.logo{ width:70%; float: left; transition: all 0s;}
.logo img{ max-width: 100%; }
.header_right{ float: right; }
.header_right a{ font-size: 22px; margin-right: 5px; width: 33px; height: 33px; line-height: 33px; float: left; text-align: center;}
#pheader{ border-bottom:solid 1px rgba(255, 255, 255, 0.18); }
#pheader .header_right a{ color: #fff; }
.header.show{ padding: 5px 0px 7px 0px; }
#pheader.show{ background: #deb24d; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
#header.show{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
#mheader.show{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
@media (min-width:768px) 
{
    .header{ padding: 10px 0px 15px 0px; }
    .logo{ width: 370px; }
    .header_right a{ width: 42px; height: 42px; line-height: 42px; }
    .header.show{ padding: 6px 0px 8px 0px; }
}
@media (min-width:992px) 
{
    .logo{ width: 270px; }
    .header{ padding: 0px; height: 80px; line-height: 80px;}
    .header_right a{ line-height: 80px; height: 80px;} 
    .mheader_nav{ float: left; margin-left: 20px; position: relative;}
    .mheader_navc{ font-size: 15px; float: left; margin-left: 26px; height: 80px; line-height: 80px; }
    .mheader_navc a{ float: left; }
    .movebg{ opacity: 0; width: 56px; height: 2px; position: absolute; background: #deb24d; left: 0; bottom:0px; transition: all 0.5s ease-out 0s;} 
    #pheader .mheader_navc a{ color: #fff; }
    #pheader .movebg{ background: #fff; }
    .header.show{ height: 60px; line-height: 60px; padding: 0px;}
    .header.show .header_right a{ line-height: 60px; height: 60px;}
    .header.show .mheader_navc{ line-height: 60px; height: 60px; }
}
@media (min-width:1200px) 
{
    .logo{ width:300px; }
    .header{ height: 90px; }
    .header_right a{ line-height: 90px; height: 90px;} 
    .header_nav{ padding-left: 30px; float: left;}
    .header_nav .nli{ float: left; margin-left: 45px;}
    .header_nav .nli p{ height: 90px; line-height: 90px; font-size: 16px;}
    .header_nav .nli p a{ float: left; }
    .dnav-list-box{ display: none; width: 100%; position: fixed; top: 100px; left: 0px; z-index: 999;}
    .dnav-list-box-cc{ width: 1140px; line-height: 2; margin: 0px auto; padding: 6px 25px; background:rgba(222, 178, 77, 1); color: #fff; border-radius: 28px;}
    .dnav-list-box-cc a{ color:rgba(255, 255, 255,0.8); margin-right: 30px;}
    .dnav-list-box-cc a:hover{ color: #fff; }
    .dnav-list-box-cc a.active{ font-weight: bold; color: #fff; }
    #pheader .header_nav .nli p a{ color: #fff; }
    .header.show{ height: 70px; line-height: 70px; }
    .header.show .header_right a{ line-height: 70px; height: 70px;}
    .header.show .header_nav .nli p{ line-height: 70px; height: 70px;}
    .banner_mouse{ z-index: 99; bottom: 15%; left: 50%; margin-left: 570px; position:absolute;width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
}
@media (min-width:1601px) 
{
    .header{ height: 106px;}
    .logo{ line-height: 106px; width: 360px;}
    .header_right a{ line-height: 106px; height: 106px; margin-right: 10px;}
    .header_nav{ margin-left:70px; }
    .header_nav .nli{ margin-left: 70px; }
    .header_nav .nli p{ height: 106px; line-height: 106px; font-size: 17px;}
    .dnav-list-box{ top: 116px; }
    .dnav-list-box-cc{ width: 1600px; padding: 8px 45px; border-radius: 32px;}
    .dnav-list-box-cc a{ margin-right: 40px; }
    .header.show{ height: 80px; line-height: 80px; }
    .header.show .header_right a{ line-height: 80px; height: 80px;}
    .header.show .header_nav .nli p{ line-height: 80px; height: 80px;}
    .header.show .logo{ line-height: 80px; }
    .banner_mouse{ margin-left: 700px; }
}
@keyframes colorSlide {
             0% {
            height:0;
          }

         90%{
            height:40px;
          }
}
@keyframes trackBallSlide {
      0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
                transform: scale(1) translateY(-8px);
      }
      34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
                transform: scale(0.9) translateY(4px);
      }
      68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
                transform: scale(0.4) translateY(16px);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
                transform: scale(0.4) translateY(-8px);
      }
    }
@keyframes nudgeMouse {
 0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
      50% {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
      }
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
}
.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:#deb24d; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
#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;
}
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 1.4rem;}
.navp2 b{ font-size: 1.6rem; color: #deb24d; }
.navul{ width: 94%; margin: 10px auto 15px;}
.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: #deb24d; }
.nav-item.on a{ color: #deb24d; }
.nav-item.on p i{ color: #deb24d; }
.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:#deb24d;}
.nav-item .msubs a:hover{ color:#deb24d;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
#nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 300vh;
  top: 0;
  left: 0;
  transform: translateY(100vh);
  pointer-events: none;
  opacity: 0;
}
#nav.on {
  pointer-events: auto; 
}
#nav .nav-inner {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  text-align: center;
}
#nav .nav-inner .close-nav {
  position: absolute;
  display: inline-block;
  width: 52px;
  height:52px;
  line-height: 52px;
  text-align: center;
  background-color: #deb24d;
  color: #fff;
  top: 8vh;
  right: 15vh;
  z-index: 10;
}
#nav .nav-inner .navItem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-items: center;
  align-items: center;
}
#nav .nav-inner .navItem .navList {
  width: calc(100%/5);
  height: 100%;
  position: relative;
}
#nav .nav-inner .navItem .navList > a {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
#nav .nav-inner .navItem .navList > a > i {
  display: block;
  text-align: center;
  color: #666;
  height: 40px;
  line-height: 40px;
}
#nav .nav-inner .navItem .navList > a > span {
  text-align: center;
}
#nav .nav-inner .navItem .navList > a > span > b {
  display: block;
}
#nav .nav-inner .navItem .navList .nav-child {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 1px;
  transition: height 0.5s ease 0.5s,width 0.5s ease;
}
#nav .nav-inner .navItem .navList .nav-child:after{
    content: "";position: absolute;z-index: 3;
    width: 100%;height: 100%;top: 0;left: 0; background: rgba(0, 0, 0, 0.4);
}
#nav .nav-inner .navItem .navList .nav-child > ul {
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
    position: relative;
    z-index: 5;
}
#nav .nav-inner .navItem .navList .nav-child > ul > li {
  width: 100%;
  text-align: center;
  padding: 15px 15px;
}
#nav .nav-inner .navItem .navList .nav-child > ul > li > a {
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 100%;
  opacity: 1;
  display: inline-block;
  line-height: 2;
}
.backImg{ background-position: top center; background-size: cover;}
#nav .nav-inner .navItem .navList .nav-child > ul > li > a > small {
  font-size: 16px;
  font-weight: lighter;
  display: block;
  width: 100%;
  height: 24px;
  text-align: center;
  line-height:24px;
}
#nav .nav-inner .navItem .navList .nav-child > ul > li > a > img {
  display: inline-block;
  height: 85px;
}
#nav .nav-inner .navItem .navList .nav-child > ul > li:nth-of-type(1) > a {
  font-weight: bold;
  font-size: 24px;
}
#nav .nav-inner .navItem .navList .nav-child > ul > li > a:hover{ transform: translateY(-5px);}
#nav .nav-inner .navItem .navList .nav-child > ul.on {
  display: flex;
}
#nav .nav-inner .navItem .navList:hover .nav-child {
  width: 100%;
  height: 100%;
  transition: width 0.5s ease 0.5s,height 0.5s ease;
}
#nav .nav-inner .navItem .navList.show .nav-child {
  width: 100%;
  height: 100%;
  transition: width 0.5s ease 0.5s,height 0.5s ease;
}
#nav .shape-wrap {
  position: relative;
  height: 100vh;
  z-index: 10;
}
#nav .shape-wrap .shape1 {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  fill: rgba(255, 255, 255, 0.9);
}
#nav .shape-wrap .shape2 {
  fill: rgba(255, 255, 255, 0.9);
}
.f-36{  font-size: 40px; }
.mb-48 {
    margin-bottom: 48px;
}
.f-20{ font-size: 22px; }
.mb-48 {
    margin-bottom: 48px;
}
.mb-16{ margin-bottom: 16px; }
.op-6 {
    opacity: 0.6;
}
.up-word {
    text-transform: uppercase;
}
@media (min-width:1601px) 
{
    #nav .nav-inner .navItem .navList .nav-child > ul > li:nth-of-type(1) > a {
  font-size: 32px;
}
  #nav .nav-inner .navItem .navList .nav-child > ul > li{ padding:20px 20px;}
  #nav .nav-inner .navItem .navList .nav-child > ul > li > a { font-size: 16px; }
  .f-36{  font-size: 60px; }
  .f-20{ font-size: 28px; }
} 

.mpage_banner{ position: relative; text-align: center;}
.mpage_banner img{ width: 100%; }
.page_banner{ position: relative; text-align: center;}
.page_banner img{ width: 100%;}
#page_banner{ overflow: hidden; background-repeat: no-repeat; background-size: 100% 100%;}

/*******Css home*******/ 
.mchan1{ overflow: hidden; }
.mchan1_tt{ margin-top: 20px; overflow: hidden;}
.mchan1_tt a{ width:76%; float: left; }
.mchan1_tt a img{ max-width: 100%; }
.mchan1_ft{ margin-top: 15px; font-size: 22px; font-weight: bold;}
.mchan1_ft img{ max-width: 76%; }
.mchan1_dc{ margin-top: 15px; line-height: 1.8; color: rgba(54, 50, 50, 0.6); font-size: 13px;}
.mchan1_ul{ margin-top: 20px; overflow: hidden;}
.mchan1_ul li{ margin-top: 12px; min-height: 50px; position: relative; padding-left: 65px;}
.mchan1_li_icon{ width: 46px; text-align: center; height: 46px; line-height: 46px; background: #eeeeee; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.mchan1_li_icon .iconfont{ font-size: 20px; }
.mchan1_li_tt{ color: rgba(54, 50, 50, 0.6); }
.mchan1_li_dc{ font-size: 20px; line-height: 30px; height: 30px;}
.mchan1_dt{ margin-top: 30px; position: relative;}
.mchan1_dt img{ max-width: 100%; }
.mchan1_cloud{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: -1;}
.mchan2{ overflow: hidden; }
.mchan2 .mchan2bg{ background: #deb24d; padding: 20px 0px 25px 0px;}
.mchan2 .mchan2_tt{ font-size: 17px; color: #fff; height:40px; line-height: 40px;}
.mchan2 .mchan2_ft{ color:rgba(255, 255, 255, 0.8); }
.mchan2 .swiper-slide-thumb-active .mchan2_tt{ font-size: 20px; font-weight: bold; }
.mchan2 .swiper-slide-thumb-active .mchan2_ft{ font-size: 16px; }
.mchan2 .gallery-top{ overflow: hidden; }
.mchan2 .gallery-top a{ width: 100%; float: left; position: relative;}
.mchan2 .gallery-top a img{ width: 100%; }
.mchan2_mm{ transition: all 0.5s ease-out 0s; z-index: 1; padding: 8px 28px; border-radius: 24px; font-size: 13px; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(0, 0, 0, 0.2); color: rgba(255, 255, 255,0.7);}
.mchan2 .gallery-top .swiper-slide-active .mchan2_mm{ bottom: 60px; background: rgba(0, 0, 0, 0.5); color: rgba(255, 255, 255,0.9); }
.mchan2 .gallery-thumbs a{ position: relative; width: 100%; float: left;}
.mchan2 .gallery-thumbs a:after{ width: 30px; content: ''; transition: all 0.5s cubic-bezier(.8, 0, .33, 1); position: absolute; right: 0px; top: 50%; height: 1px; background: rgba(255, 255, 255, 0.2); }
.mchan2 .swiper-slide-thumb-active a:after{ width: 35px; background: rgba(255, 255, 255, 0.4);}
@media (min-width:768px) 
{
    .mchan1_tt{ margin-top: 35px; }
    .mchan1_tt a{ width: 358px; }
    .mchan1_ft{ margin-top: 25px; }
    .mchan1_ft img{ max-width: 100%; }
    .mchan1_dc{ margin-top: 20px; }
    .mchan1_ul li{ width: 50%; float: left; padding-right: 20px;}
    .mchan1_li_dc{ font-size: 22px; line-height: 36px; height: 36px;}
    .mchan2{ position: relative; }
    .mchan2 .mchan2bg{ padding: 40px 10px 20px 10px; width: 30%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2;}
    .mchan2 .container{ overflow: hidden; width: 100%;}
    .mchan2 .gallery-thumbs{ height:350px; }
    .mchan2_mm{ padding: 10px 36px; border-radius: 30px;}
    .mchan2 .gallery-top .swiper-slide-active .mchan2_mm{ bottom: 120px; }
    .mchan2 .gallery-thumbs a:after{ height: 2px; }
    .mchan2 .swiper-slide-thumb-active a:after{ background: rgba(255, 255, 255, 0.6);}
}
@media (min-width:992px) 
{
    .mchan1_tt{ margin-top: 40px; }
    .mchan1_ft{ margin-top: 30px; }
    .mchan1_dc{ margin-top: 25px; width: 80%; font-size: 14px;}
    .mchan2 .mchan2bg{ padding: 50px 20px 20px 25px; }
    .mchan2 .gallery-thumbs{ height:400px; }
    .mchan2_mm{ padding: 10px 42px; border-radius: 36px; font-size: 14px;}
    .mchan2 .gallery-top .swiper-slide-active .mchan2_mm{ bottom: 160px; }
    .mchan2 .swiper-slide-thumb-active a:after{ width: 45px; }
}
.chan1{ height: 100%; overflow: hidden;}
.chan2{ width: 47.91667%; float: left; position: relative;}
.chan2_cc{ width:82.6%; float: right; padding-top:75px;}
.chan2_cc_tt img{ max-width: 100%; }
.chan2_cc_ft{ padding-top:50px; }
.chan2_cc_ft img{ max-width: 100%; }
.chan2_cc_dc{ width: 474px; margin-top:25px; line-height: 24px; height: 72px; overflow: hidden; color: rgba(54, 50, 50, 0.6); font-size: 15px;}
.chan2_cc_ul{ width: 88%; overflow: hidden; margin-top: 40px;}
.chan2_cc_ul li{ width: 50%; min-height: 50px; float: left; position: relative; padding-left: 70px; padding-right: 30px;}
.chan2_cc_li_icon{  position: absolute; left: 0px; top: 50%; transform: translateY(-50%); background: #eeeeee; width: 50px; height: 50px; line-height: 50px; text-align: center;}
.chan2_cc_li_icon .iconfont{ font-size: 24px; }
.chan2_cc_li_tt{ color: rgba(54, 50, 50, 0.6); }
.chan2_cc_li_dc{ font-size: 20px; margin-top: 5px;}
.chan2_dt{ width: 100%; position: absolute; bottom: 0px; left: 0px; }
.chan2_dt img{ width: 100%; }
.chan2_cloud{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: -1;}
.chan3{ width: 52.08333%; float: right; position: relative;}
.chan3 .bd a img{ height: 100%;}
.chan3 .hd{ z-index: 1; width: 48%; height: 100%; position: absolute; top: 0px; left: 0px; background: #deb24d;}
.chan3 .hd ul{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0px;}
.chan3 .hd ul li{ padding:20px 50px 20px 106px; position: relative;}
.chan3_sz{ opacity: 0; transition: all 0.5s ease-out 0s;  font-size: 60px; font-weight: bolder; font-family: 'Arial'; color: rgba(255, 255, 255, 0.15); position: absolute; top: 50%; left: 25px; transform: translateY(-50%);}
.chan3_tt{ font-size: 22px; color: #fff; height: 50px; line-height: 50px;}
.chan3_ft{ color: rgba(255, 255, 255, 0.8); height: 28px; line-height: 28px;}
.chan3 .hd ul li.on .chan3_sz{ opacity: 1; }
.chan3 .hd ul li.on .chan3_tt{ font-size: 32px; font-weight: bold;}
.chan3 .hd ul li.on .chan3_ft{ font-size: 20px; }
@media (min-width:1920px) 
{
    .chan2_cc{ width: 756px; padding-top:100px;}
    .chan2_cc_ft{ padding-top:70px; }
    .chan2_cc_dc{ width: 500px; line-height: 28px; height: 84px; font-size: 16px; margin-top: 35px;}
    .chan2_cc_ul{ width: 640px; margin-top: 50px;}
    .chan2_cc_ul li{ min-height: 60px; padding-left: 87px;}
    .chan2_cc_li_icon{ width: 60px; height: 60px; line-height: 60px;}
    .chan2_cc_li_icon .iconfont{ font-size: 26px; }
    .chan2_cc_li_dc{ font-size: 22px; }
    .chan3 .hd{ width: 480px; }
    .chan3 .hd ul li{ padding:30px 60px 30px 165px; }
    .chan3_sz{ left: 30px; font-size: 84px;}
    .chan3_tt{ font-size: 26px; height: 54px; line-height: 54px; }
    .chan3_ft{ height: 30px; line-height: 30px; }
    .chan3 .hd ul li.on .chan3_tt{ font-size: 36px;}
    .chan3 .hd ul li.on .chan3_ft{ font-size: 22px; }
}
.mcom_chan1_tt{  position: relative;}
.mcom_chan1_imgs{ position: relative; margin-top: 15px; overflow: hidden;}
.mcom_chan1_imgs_bg{ text-transform: uppercase; font-family: 'Arial Black'; color: #f8f8f8; font-size: 60px;  position: absolute; top: 0px; left: 0px;}
.mcom_chan1_imgs a{ width: 33.3%; float: left; padding: 0px 12px;}
.mcom_chan1_txts{ overflow: hidden; margin-top: 15px;}
.mcom_chan1_txt{ line-height: 1.8; }
.mcom_chan1_ul{ overflow: hidden; }
.mcom_chan1_ul li{ margin-top: 15px; width: 50%; float: left; position: relative; padding: 0px 6px;}
.mcom_chan1_li_cc{ text-align: center; display: inline-block; }
.mcom_chan1_li_tt{ font-family: 'Arial'; font-weight: bold; font-size: 30px; }
#mcom_chan1_li2{ text-align: right; }
#mcom_chan1_li4{ text-align: right; }
#mcom_chan1_li2:after{ content: ''; width: 10px; height: 10px; background: #deb24d; border-radius: 50%; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
#mcom_chan1_li4:after{ content: ''; width: 10px; height: 10px; background: #deb24d; border-radius: 50%; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
#mcom_chan2{ background: #fcfcfc; position: relative;}
.mcom_chan2_bg{ text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 50px; position: absolute; top: 30px; left: 0px; text-align: center; }
.mcom_chan2_tt{ text-align: center; }
.mcom_chan2_tt_sp1{ margin-left: 16px; }
.mcom_chan2_img{ text-align: center; margin-top: 32px; position: relative; z-index: 1;}
.mcom_chan2_img img{ max-width: 100%; }
.mcom_chan2_ul{ overflow: hidden; }
.mcom_chan2_ul li{ margin-top: 20px; text-align: center;}
.mcom_chan2_li_tt{ margin-top: 10px; font-size: 20px; }
.mcom_chan2_li_dc{ line-height: 1.8;  margin-top: 10px;}
#mcom_chan3{ position: relative; }
.mcom_chan3_bg{ z-index: -1; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 60px; position: absolute; top: 4px; left: -15px; }
.mscsl_tt{ text-align: center; }
.mscsl_img{ margin-top: 30px; text-align: center; position: relative; padding-right: 15px;}
.mscsl_img img{ max-width: 100%; }
.mscsl_img:after{ content: ''; width: 30px; height: 30px; background: #deb24d; position: absolute; bottom: 15px; right: 0px;}
.mscsl_txt{  line-height:2; margin-top: 15px;}
.mscsl_mm{ overflow: hidden; margin-top: 15px; }
.mscsl_mm a{ float: left; width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat;}
#mzzry{ margin-top: 20px; }
.mzzry_img{ margin-top: 15px; text-align: center; }
.mzzry_img img{ max-width: 100%; }
#mcom_chan4{ background-image: url(../images/ppwh_img7.jpg); background-repeat: no-repeat; background-size: cover;}
.mcom_chan4_bg{ text-transform: uppercase; font-family: 'Arial Black'; color: rgba(255, 255, 255, 0.21); font-size: 50px; }
.mcom_chan4_tt{ color: #fff; }
.mcom_chan4_dc{ color: #fff; line-height: 2; margin-top: 10px;}
#mcom_chan5{ background: #f2f2f2; }
.mlinian{ overflow: hidden; }
.mlinian a{ padding-top: 18px; padding-right: 20px; width: 100%; float: left; position: relative;}
.mlinian a:before{ content: ''; width: 20px; height: 6px; background: #deb24d; position: absolute; top: 0px; left: 0px;}
.mlinian_tt{ font-size: 18px; }
.mlinian_dc{  margin-top: 5px; }
.mlinian_icon{ font-size: 32px; position: absolute; bottom: 0px; right: 10px;}
#mcom_chan6{ position: relative; background: url(../images/ppwh_bg1.jpg) no-repeat; background-size:cover;}
.mnews_bg{ text-transform: uppercase; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 60px; position: absolute; top: 4px; right:0px;}
.mnews_t{ position: relative; }
.mnews_t_a1{ position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat;}
.mnews{ overflow: hidden; margin-top: 15px;}
.mnews a{ width: 100%; float: left; position: relative; padding-left: 60px;}
.mnews_tmt{ text-align: center; font-family: 'Arial';  position:absolute; top: 0px; left: 0px;}
.mnews_tmt_p1{ font-size: 30px; font-weight: bold;}
.mnews_txt_tt{ font-size: 15px; font-weight: bold; margin-top: 5px;}
.mnews_txt_line{ width: 100%; height: 1px; background: #363131; position: relative; margin: 10px 0px;}
.mnews_txt_line:after{ content: ''; width: 0px; height: 1px; background: #deb24d; transition: all 0.3s ease-out 0s;}
.mnews a:hover .mnews_txt_line:after{ width: 100%; }
.mnews_txt_dc{  line-height: 1.8;}
.mnews_imgs{ position: relative; margin-top: 15px; padding-bottom: 10px;}
.mnews_imgs:after{ content: ''; position: absolute; left: 0px; bottom: 0px;  width: 80%; height: 10px; background: #deb24d; transition: all 0.3s ease-out 0s;}
.mnews a:hover .mnews_imgs:after{ width: 90%; }
#mcom_chan7{ background: #303030; padding-top: 20px;}
.mcom_chan7_top{ background: url(../images/ppwh_bg2.png) no-repeat bottom center; padding-bottom: 30px;}
.mcom_chan7_bg{ text-align: center; text-transform: uppercase; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 50px; }
.mcom_chan7_tt{ text-align: center; }
.mcom_chan7_tt a{ color: #b2adad; }
.mcom_chan7_mess{ margin-top:15px; overflow: hidden;}
.cpmess input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cpmess textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.wcpmess input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wcpmess textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.coc_mess_cc input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
.coc_mess_cc input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.coc_mess_cc input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
.coc_mess_cc input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
.coc_mess_cc input::placeholder {
  color: rgba(255, 255, 255, 1);
}

.wscpmess input::-webkit-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess input::-moz-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess input:-ms-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess input::-webkit-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess input::placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess textarea::-webkit-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess textarea::-moz-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess textarea:-ms-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess textarea::-webkit-input-placeholder {
  color: rgba(139, 138, 138, 0.8);
}
.wscpmess textarea::placeholder {
  color: rgba(139, 138, 138, 0.8);
}

.mcom_chan7_mess li{ margin-top: 10px; overflow: hidden;}
.morder_InputText{ outline: none; padding: 0px 15px; height: 40px; line-height: 40px; width: 49%; background: rgba(246, 246, 246, 0.16); color: rgba(255, 255, 255, 0.6); float: left;}
.morder_InputText1{ outline: none; padding: 0px 15px; height: 40px; line-height: 40px; width: 49%; background: rgba(246, 246, 246, 0.16); color: rgba(255, 255, 255, 0.6); float: left; margin-left: 2%;}
.morder_textarea{ outline: none; resize:none; padding: 10px 15px; height: 80px; line-height: 20px; width: 100%; background: rgba(246, 246, 246, 0.16); color: rgba(255, 255, 255, 0.6); float: left;}
.morder_captcha{ outline: none; padding: 0px 15px; height: 40px; line-height: 40px; width: 25%; background: rgba(246, 246, 246, 0.16); color: rgba(255, 255, 255, 0.6); float: left;}
.morder_verify{ height: 40px; float: left; width: 20%;}
.morder_But{ width: 50%; text-align: center; float: right; height: 40px; line-height: 40px; background: #deb24d; color: rgba(255, 255, 255, 0.6);}
.mcom_chan7_bottom{ border-top: solid 1px #505050; padding-bottom:20px;}
.mcom_chan7_bottom_ul{ overflow: hidden; }
.mcom_chan7_bottom_ul li{ margin-top: 15px; color: rgba(243, 243, 243, 0.6);}
.mcom_chan7_bottom_li_tt{ line-height: 22px; overflow: hidden;}
.mcom_chan7_bottom_li_tt span{ float: left; }
.mcom_chan7_bottom_li_tt i{ margin-right: 6px; float: left;}
.mcom_chan7_bottom_li_dc{ margin-top: 5px; }
@media (min-width:370px) 
{
    .mcom_chan1_tt{ padding-right: 46px;}
    .mcom_chan1_mm{ width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat; position: absolute; top: 50%; right: 0px; transform: translateY(-50%);}
    .mcom_chan1_mm:hover{ transform: rotate(360deg); }
}
@media (min-width:768px) 
{
    .mcom_chan1_imgs a{ padding: 0px 22px; }
    .mcom_chan1_ul li{ width: 25%; }
    #mcom_chan1_li2{ text-align: left; }
    #mcom_chan1_li4{ text-align: right; }
    #mcom_chan1_li1:after{ content: ''; width: 10px; height: 10px; background: #deb24d; border-radius: 50%; position: absolute; right: 25px; top: 50%; transform: translateY(-50%);}
    #mcom_chan1_li2:after{ content: ''; width: 10px; height: 10px; background: #deb24d; border-radius: 50%; position: absolute; left: auto; right: 25px; top: 50%; transform: translateY(-50%);}
    #mcom_chan1_li3:after{width: 0px; }
    #mcom_chan1_li4:after{ left: 15px; }
    .mcom_chan2_ul li{ width: 46%; }
    #mcom_chan2_li1{ float: left; }
    #mcom_chan2_li2{ float: right; }
    .mcom_chan2_li_img{ height: 101px; line-height: 101px;}
    .mscsl{ width: 48%; }
    #mscsl{ float: left; }
    #mzzry{ float: right; margin-top: 0px;} 
    .mzzry_img{ margin-top: 21px; }
    .morder_captcha{ width: 150px; }
    .morder_verify{ width: 110px; }
    .morder_But{ width: 49%; }
    .mcom_chan7_bottom_ul li{ width: 50%; float: left; padding-right: 25px;} 
}
@media (min-width:992px) 
{
    .mcom_chan1_imgs a{ padding: 0px 32px; }
    #mcom_chan1_li1:after{ right: 55px; }
    #mcom_chan1_li2:after{ right: 55px; }
    .mcom_chan7_bottom_ul li{ width: 25%; }
}
@media (min-width:1200px) 
{
    #com_chan1{ position: relative; }
    .com_chan1_bg{ color: rgba(202, 202, 202, 0.15); text-transform: uppercase; font-family: 'Arial Black'; line-height: 192px; font-size: 160px; position: absolute; right: 0px;}
    .com_chan1_c1{ width: 33%; float: left;}
    .com_chan1_mm{ overflow: hidden; margin-top: 20px;}
    .com_chan1_mm a{ width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat; float: left;}
    .com_chan1_mm a:hover{ transform: rotate(360deg); margin-left: 15px;}
    .com_chan1_imgs{ width: 66%; float: right;}
    .com_chan1_imgs a{ width: 33.33%; float: left; padding-left: 70px;}
    .com_chan1_txts{ overflow: hidden; margin-top:40px;}
    .com_chan1_txt{ width: 31.33%; float: left; margin-right: 3%;  line-height: 2;}
    .com_chan1_txt:nth-child(3n){ margin-right: 0px; }
    .com_chan1_ul{ overflow: hidden; margin-top:50px;}
    .com_chan1_ul li{ float: left; position: relative; width: 343px;}
    .com_chan1_li_span{ position: absolute; width: 10px; height: 10px; top: 29px; background: #deb24d; border-radius: 50%;}
    .com_chan1_li_cc{ display: inline-block; text-align: center; }
    .com_chan1_li_tt{ font-family: Arial; font-weight: bold; font-size: 48px;}
    .com_chan1_li_ft{ margin-top: 5px; }
    #com_chan1_li4{ width: 111px; }
    #com_chan1_li4 .com_chan1_li_span{ width: 0px; }
    #com_chan1_li1 .com_chan1_li_span{ right: 108px; }
    #com_chan1_li2 .com_chan1_li_span{ right: 108px; }
    #com_chan1_li3 .com_chan1_li_span{ right: 89px; }
    #section3{ background: #fcfcfc;}
    #section3:before{ content: ''; background: #f2f2f2; position: absolute; z-index: 1; width: 50%; height: 100%; left: 0px;}
    #com_chan2{ position: relative; z-index: 2;}
    .com_chan2_bg{ text-align: center; width: 100%; position: absolute; color: rgba(202, 202, 202, 0.15); font-family: 'Arial Black'; line-height: 80px; text-transform: uppercase; font-size: 90px; left: 0px; top:70px;}
    .com_chan2_tt{ text-align: center; }
    .com_chan2_tt span{ margin: 0px 10px; }
    .com_chan2_ul{ margin-top: 50px; overflow: hidden;}
    .com_chan2_ul li{ float: left; width: 50%; position: relative; height: 420px; text-align: center; }
    .com_chan2_lic{ position: absolute; top: 50%; margin-top: -115px;}
    .com_chan2_li_img{ line-height: 101px; }
    .com_chan2_li_tt{ font-size: 27px; margin-top: 20px;}
    .com_chan2_li_dc{ margin-top: 15px; line-height: 2;}
    #com_chan2_li1{ background: url(../images/mppwh_bgs1.png) no-repeat right center; }
    #com_chan2_li2{ background: url(../images/mppwh_bgs2.png) no-repeat left center; }
    #com_chan2_li1 .com_chan2_lic{ right: 260px; }
    #com_chan2_li2 .com_chan2_lic{ left: 260px; }
    #section3:hover:before{ right: 0px; left: auto;}
    #section3:hover #com_chan2_li1{ background: url(../images/mppwh_bgs1h.png) no-repeat right center; }
    #section3:hover #com_chan2_li2{ background: url(../images/mppwh_bgs2h.png) no-repeat left center; }
    #com_chan3{ position: relative; }
    .com_chan3_bg{ z-index: -1; color: rgba(202, 202, 202, 0.15); text-transform: uppercase; font-family: 'Arial Black'; line-height: 160px; top: 20px; font-size: 160px; position: absolute; left: 0px; }
    #scsl{ width: 50%; float: left; }
    .scsl_c1{ position: relative; padding-left: 160px; padding-right: 20px;}
    .scsl_c1_a1{ position: absolute; top: 0px; left: 0px;}
    .scsl_txt{ line-height: 1.8; }
    .scsl_mm{ overflow: hidden; margin-top: 20px;}
    .scsl_mm a{ width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat; float: left;}
    .scsl_mm a:hover{ transform: rotate(360deg); margin-left: 15px;}
    .scsl_img{ margin-top: 60px; position: relative;}
    .scsl_img img{ width: 100%; }
    .scsl_img:after{ content: ''; width: 56px; height: 56px; background: #deb24d; position: absolute; right: -28px; bottom: 28px;}
    #zzry{ width: 39%; float: right; }
    .zzry_img{ margin-top: 60px; }
    .zzry_img img{ width: 100%; }
    .zzry_tt{ line-height: 36px; overflow: hidden; margin-top: 45px;}
    .zzry_tt_a1{ width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat; }
    .zzry_tt_a1:hover{ transform: rotate(360deg); margin-right: 15px;}
    .zzry_txt{ margin-top: 30px; line-height: 1.8;  }
    #section5{ background: #f2f2f2; }
    #com_chan4{ width: 100%; height: 69%; position: absolute; top: 0px; left: 0px;}
    .com_chan4c{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
    .com_chan4_bg{ color: rgba(202, 202, 202, 0.21); font-family: 'Arial Black'; text-transform: uppercase; font-size: 90px; }
    .com_chan4_tt{ color: #fff; }
    .com_chan4_dc{ color: #fff; line-height: 1.8; margin-top: 20px;}
    #com_chan5{ width: 100%; height: 31%; position: absolute; bottom: 0px; left: 0px; }
    .com_chan5c{ width: 100%; position: absolute; top: 50%; margin-top: -42px;}
    .linian{ overflow: hidden; }
    .linian a{ padding-top: 26px;  width: 100%; float: left; position: relative; padding-right:80px;}
    .linian a:before{ transition: all 0.3s ease-out 0s; content: ''; width: 20px; height: 6px; background: #deb24d; position: absolute; top: 0px; left: 0px;}
    .linian a:hover:before{ width: 80px; }
    .linian_icon{ font-size: 36px; position: absolute; bottom: 3px; right: 0px;}
    .linian_tt{ font-size: 20px; }
    .linian_dc{ margin-top: 10px; }
    #com_chan6{ position: relative; background: url(../images/ppwh_bg1.jpg) no-repeat; background-size: cover;}
    .news_bg{ color: rgba(202, 202, 202, 0.15); text-transform: uppercase; font-family: 'Arial Black'; line-height: 160px; top: 0px; font-size: 160px; position: absolute; right: 0px; }
    .news_t{ position: relative; padding-right: 80px;}
    .news_t_a1{ width: 30px; height: 30px; background: url(../images/ppwh_more1.png) no-repeat; position: absolute; right: 0px; top: 50%; margin-top: -15px;}
    .news{ overflow: hidden; margin-top: 50px;}
    .news a{  width: 100%; float: left; position: relative; padding-left: 84px;}
    .news_tmt{ text-align: center; position:absolute; top: 0px; left: 0px;}
    .news_tmt_p1{ font-size: 42px; font-family: Arial;}
    .news_tmt_p2{ margin-top: 6px; }
    .news_txt_tt{ font-size: 17px; font-weight: bold;}
    .news_txt_line{ width: 100%; height: 1px; background: #363131; position: relative; margin: 18px auto 15px;}
    .news_txt_line:after{ content: ''; width: 0px; height: 1px; background: #deb24d; position: absolute; left: 0px; top: 0px; transition: all 0.3s ease-out 0s;}
    .news a:hover .news_txt_line:after{ width: 100%; }
    .news_txt_dc{ line-height: 1.8; }
    .news a:hover .news_txt_dc{ color: #333; }
    .news a:hover .news_tmt_p2{ color: #333; }
    .news_imgs{ position: relative; margin-top: 30px; padding-top: 5px; padding-bottom: 10px;}
    .news_imgs:after{ transition: all 0.3s ease-out 0s; content: ''; width: 80%; height: 100%; background: #deb24d; position: absolute; top: 5px; left: 0px; z-index: -1;}
    .news a:hover .news_imgs:after{ width: 85%; }
    #section7{ background: #303030; }
    #com_chan7{ padding-top: 40px; }
    .com_chan7_bg{ color: rgba(202, 202, 202, 0.15); font-family: 'Arial Black'; text-transform: uppercase; font-size: 90px; line-height: 100px; text-align: center; }
    .com_chan7_top{ background: url(../images/ppwh_bg2.png) no-repeat bottom center; padding-bottom: 36px;}
    .com_chan7_tt{ text-align: center;}
    .com_chan7_tt a{ color: #b2adad; }
    .com_chan7_mess{ overflow: hidden; margin-top: 35px;}
    .com_chan7_mess li{ margin-top: 10px; overflow: hidden;}
    .corder_InputText{ color: rgba(255, 255, 255, 0.6); outline: none; padding: 0px 15px; width: 49%; height: 48px; line-height: 48px; background: rgba(246, 246, 246, 0.16); float: left;}
    .corder_InputText1{ color: rgba(255, 255, 255, 0.6); outline: none; padding: 0px 15px; width: 49%; height: 48px; line-height: 48px; background: rgba(246, 246, 246, 0.16); float: right;}
    .corder_textarea{ color: rgba(255, 255, 255, 0.6); outline: none; padding: 10px 15px; width: 100%; line-height: 22px; height: 86px; background: rgba(246, 246, 246, 0.16); float: left;}
    .corder_captcha{ color: rgba(255, 255, 255, 0.6); outline: none; padding: 0px 15px; width: 16%; height: 48px; line-height: 48px; background: rgba(246, 246, 246, 0.16); float: left; }
    .corder_verify{ width: 12%; float: left; height: 48px;}
    .corder_But{ float: right; width: 50%; height: 48px; line-height: 48px; background: #deb24d; color: #fff; padding-left: 20px;}
    .corder_But:hover{ color: #fff; background: #f3c873;}
    .com_chan7_bottom{ border-top: solid 1px #505050; padding: 20px 0px;}
    .com_chan7_bottom_ul{ overflow: hidden; }
    .com_chan7_bottom_ul li{ width: 20%; color: rgba(243, 243, 243, 0.6); float: left;}
    #com_chan7_bottom_li1{ width: 30%; }
    #com_chan7_bottom_li2{ width: 30%; }
    .com_chan7_bottom_li_tt{ height: 28px; line-height: 28px; position: relative; padding-left: 30px;}
    .com_chan7_bottom_li_tt i{ position: absolute; top: 0px; left: 0px; }
    .com_chan7_bottom_li_dc{ margin-top: 5px; }
}
@media (min-width:1601px) 
{
    #com_chan1{ overflow-x: hidden; overflow-y: auto;}
    .com_chan1_bg{ font-size: 247px; right: -160px;}
    .com_chan1_c1{ width: 30%; }
    .com_chan1_mm{ margin-top: 40px;}
    .com_chan1_imgs{ width: 65%;}
    .com_chan1_imgs a{ padding-left: 160px;}
    .com_chan1_txts{ margin-top:80px;}
    .com_chan1_txt{ width: 30%; margin-right: 5%;}
    .com_chan1_ul{ margin-top:80px;}
    .com_chan1_ul li{ width: 490px;}
    .com_chan1_li_span{ top: 43px;}
    .com_chan1_li_tt{ font-size: 68px;}
    #com_chan1_li4{ width: 130px; }
    #com_chan1_li1 .com_chan1_li_span{ right: 156px; }
    #com_chan1_li2 .com_chan1_li_span{ right: 156px; }
    #com_chan1_li3 .com_chan1_li_span{ right: 136px; }
    .com_chan2_bg{ line-height: 140px; font-size: 159px; top:150px;}
    .com_chan2_tt span{ margin: 0px 10px; }
    .com_chan2_ul{ margin-top: 95px; }
    .com_chan2_ul li{ height: 499px;}
    .com_chan2_li_tt{ font-size: 36px; margin-top: 20px;}
    .com_chan2_li_dc{ margin-top: 25px; }
    #com_chan2_li1{ background: url(../images/ppwh_bgs1.png) no-repeat right center; }
    #com_chan2_li2{ background: url(../images/ppwh_bgs2.png) no-repeat left center; }
    #com_chan2_li1 .com_chan2_lic{ right: 310px; }
    #com_chan2_li2 .com_chan2_lic{ left: 310px; }
    .com_chan2_lic{margin-top: -130px;}
    #section3:hover #com_chan2_li1{ background: url(../images/ppwh_bgs1h.png) no-repeat right center; }
    #section3:hover #com_chan2_li2{ background: url(../images/ppwh_bgs2h.png) no-repeat left center; }
    #com_chan3{ overflow-x: hidden; overflow-y: auto;}
    .com_chan3_bg{ line-height: 208px; top: 98px; font-size: 247px; left: -90px; }
    .scsl_c1{ padding-left: 210px; overflow: hidden; padding-right: 100px;}
    .scsl_txt{ margin-top: 10px;}
    .scsl_mm{ margin-top: 30px;}
    .scsl_img{ margin-top: 80px;}
    .scsl_img:after{ width: 70px; height: 70px;  right: -35px; bottom: 38px;}
    .zzry_img{ margin-top: 100px; }
    .zzry_tt{ line-height: 60px; margin-top: 60px;}
    .zzry_txt{ margin-top: 35px;}
    .com_chan4_bg{ font-size: 187px; line-height: 200px;}
    .com_chan4_tt{ margin-top: 30px; }
    .com_chan4_dc{ margin-top: 45px;}
    .com_chan5c{ margin-top: -51px; }
    .linian a{ padding-top: 32px; padding-right:120px;}
    .linian a:hover:before{ width: 96px; }
    .linian_icon{ font-size: 42px;}
    .linian_tt{ font-size: 26px; }
    .linian_dc{ margin-top: 12px; }
    #com_chan6{ overflow-x: hidden; overflow-y: auto;}
    .news_bg{ line-height:210px; top: 40px; font-size: 247px; right: -30px; }
    .news{ margin-top: 120px;}
    .news a{ padding-left: 106px;}
    .news_tmt_p1{ font-size: 58px; }
    .news_tmt_p2{ margin-top: 8px; }
    .news_txt_tt{ font-size: 18px; }
    .news_txt_line{ margin: 23px auto 20px;}
    .news_imgs{ margin-top: 50px;}
    #com_chan7{ padding-top: 100px; }
    .com_chan7_bg{ font-size: 159px; line-height: 160px; }
    .com_chan7_top{ padding-bottom: 136px;}
    .com_chan7_mess{ margin: 65px auto 0px; width: 1300px;}
    .com_chan7_mess li{ margin-top: 15px; }
    .corder_InputText{ padding: 0px 20px; height: 60px; line-height: 60px; }
    .corder_InputText1{ padding: 0px 20px;  height: 60px; line-height: 60px; }
    .corder_textarea{ padding: 10px 20px; line-height: 26px; height: 98px; }
    .corder_captcha{  padding: 0px 20px;  height: 60px; line-height: 60px; }
    .corder_verify{ height: 60px;}
    .corder_But{ height: 60px; line-height: 60px; padding-left: 30px;}
    .com_chan7_bottom{ padding: 30px 0px;}
    .com_chan7_bottom_li_tt{ height: 36px; line-height: 36px; }
    .com_chan7_bottom_li_tt i{ font-size: 18px; } 
}
#mbsdm_chan1{ position: relative; }
.mbsdm_chan1_bg{ z-index: -1; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 60px; line-height: 48px; position: absolute; top: 0px; left: 0px; }
.mbsdm_chan1_tt a{ color: #deb24d; }
.mbsdm_chan1_ft{  line-height: 1.8; margin-top: 10px;}
.mbsdm_cls{ overflow: hidden; margin-top: 15px;}
.mbsdm_cls .swiper-slide{ width: auto; margin-right: 15px;}
.mbsdm_cls a{ width: 100%; font-size: 14px;  float: left; padding:8px 26px; border:solid 1px #dedede;}
.mbsdm_cls a:hover{ background: #deb24d; color: #fff;}
.mbsdm_products{ overflow: hidden; margin-top: 15px;}
.mbsdm_products a{ width: 100%; float: left; text-align: center;}
.mbsdm_products_txt{ margin-top: 8px; color: #757474; font-size: 13px;}
.mbsdm_products_dc{ margin-top: 3px; color: #757474; font-size: 13px;}
#mbsdm_chan2{ position: relative; background: #fcfcfc url(../images/bydm_bg1.jpg) no-repeat; background-size: cover;}
.mbsdm_chan2_bg{ width: 100%; position: absolute; text-align: center; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 50px; line-height: 50px;}
.mbsdm_chan2_tt{ text-align: center; padding-top: 28px;}
.mbsdm_bqgx{ overflow: hidden; margin-top: 15px; position: relative; padding-bottom: 25px;}
.mbsdm_bqgx_txt{ text-align: center; font-size: 18px; margin-top: 5px; }
.mbsdm_bqgx_dc{  margin-top: 10px;}
.mbsdm_bqgx .swiper-pagination-bullet{ outline:none; border: solid 1px #222222; background: #fff;}
.mbsdm_bqgx .swiper-pagination-bullet-active{ border: solid 1px #deb24d; background: #deb24d; }
.mbsdm_cpys_img{ text-align: center; }
.mbsdm_cpys_img img{ width: 100%; }
.mbsdm_cpys{ overflow: hidden; }
.mbsdm_cpys a{ width: 50%; float: left; padding: 20px; border-bottom: solid 1px #EEEEEE;}
#mbsdm_cpysa2{ border-left: solid 1px #EEEEEE;}
#mbsdm_cpysa4{ border-left: solid 1px #EEEEEE; }
.mbsdm_cpys_icon{ height: 39px; background-position:top left; background-repeat: no-repeat;}
.mbsdm_cpys_tt{  margin-top: 15px; line-height: 50px; height: 50px; font-size: 18px; position: relative;}
.mbsdm_cpys_tt:before{ transition: all 0.3s ease-out 0s; content: ''; width: 20px; height: 5px; background: #deb24d; position: absolute; top: 0px; left: 0px;}
.mbsdm_cpys_dc{ line-height: 20px; height: 80px; overflow: hidden; }
#mbsdm_cpysa1 .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon1.png); }
#mbsdm_cpysa2 .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon2.png); }
#mbsdm_cpysa3 .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon3.png); }
#mbsdm_cpysa4 .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon4.png); }
.mbsdm_cpys a:hover{ background: #deb24d; color: #ffffff;}
.mbsdm_cpys a:hover .mbsdm_cpys_tt{ color: #ffffff; }
.mbsdm_cpys a:hover .mbsdm_cpys_dc{ color: #ffffff; }
.mbsdm_cpys a:hover .mbsdm_cpys_tt:before{ width: 50px; background: #ffffff;}
.mbsdm_cpys a#mbsdm_cpysa1:hover .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon1h.png); }
.mbsdm_cpys a#mbsdm_cpysa2:hover .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon2h.png); }
.mbsdm_cpys a#mbsdm_cpysa3:hover .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon3h.png); }
.mbsdm_cpys a#mbsdm_cpysa4:hover .mbsdm_cpys_icon{ background-image: url(../images/bydm_icon4h.png); }
.mbsdm_jmys_img img{ max-width: 100%; }
.mbsdm_jmys_tt{ margin-top: 5px; }
.mbsdm_jmys{ overflow: hidden; }
.mbsdm_jmys a{ padding-left: 58px; font-size: 17px; font-weight: bold; position: relative; width:49%; margin-right: 2%; height: 38px; line-height: 38px; background: url(../images/bydm_bg4.png) no-repeat; background-size: 100% 100%; float: left; margin-top: 15px;}
.mbsdm_jmys a span{ color: #ffffff; width: 44px; text-align: center; height: 38px; background: url(../images/bydm_bg5.png) no-repeat; background-size: 100% 100%; position: absolute; top: 0px; left: 0px;}
.mbsdm_jmys a:nth-child(2n){ margin-right: 0px; }
.mbsdm_jmys_mm{ overflow: hidden; margin-top: 20px;}
.mbsdm_jmys_mm a{ width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1.png) no-repeat;}
#mbsdm_chan5{ background: #deb24d; color: #fff;}
#mbsdm_chan5 a{ color: #fff; }
.mbsdm_fczc_ul{ margin-top: 10px; }
.mbsdm_fczc_ul li{ line-height: 1.6; margin-top: 5px;}
.mbsdm_fczc_mm{ margin-top: 20px; overflow: hidden; }
.mbsdm_fczc_mm a{ width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1h.png) no-repeat;}
#mbsdm_chan6{ background: #eeeeee; }
.mbsdm_jmtj_ul{ margin-top: 10px; }
.mbsdm_jmtj_ul li{ line-height: 1.6; margin-top: 5px;}
.mbsdm_jmtj_mm{ margin-top: 20px; overflow: hidden; }
.mbsdm_jmtj_mm a{ width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1.png) no-repeat;}
@media (min-width:768px) 
{
    .mbsdm_cls .swiper-slide{ margin-right: 25px; }
    .mbsdm_cls .swiper-slide a{ padding:9px 32px; }
    .mbsdm_cpys a{ padding: 25px; }
    .mbsdm_cpys_dc{ line-height: 22px; height: 44px;}
    .mbsdm_jmys a{ width: 32%; }
    .mbsdm_jmys a:nth-child(2n){ margin-right: 2%; }
    .mbsdm_jmys a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .mbsdm_cls .swiper-slide{ margin-right: 35px; }
    .mbsdm_cls .swiper-slide a{ padding:10px 38px; }
    .mbsdm_cpys a{ padding: 30px; }
}
@media (min-width:1200px) 
{
    #bsdm_chan1{ position: relative; }
    .bsdm_chan1_bg{ color: rgba(202, 202, 202, 0.15); text-transform: uppercase; font-family: 'Arial Black'; line-height: 110px; font-size: 160px; position: absolute; left: 0px; top: 0px;}
    .bsdm_chan1_left{ width: 30%; float: left;}
    .bsdm_chan1_right{ width: 60%; float: right;}
    .bsdm_chan1_tt{ margin-top: 120px; color: #deb24d;}
    .bsdm_chan1_tt a{ color: #deb24d; }
    .bsdm_chan1_ft{ margin-top: 20px; line-height: 1.8;}
    .bsdm_cls{ overflow: hidden; margin-top: 20px;}
    .bsdm_cls a{ text-align: center; border: solid 1px #dedede; font-size: 17px; height: 52px; line-height: 52px; padding: 0px 15px; width: 100%; float: left; margin-top: 10px;}
    .bsdm_cls a:hover{ background: #deb24d; color: #ffffff;}
    .bsdm_products{ padding-right: 15px; display: flex; flex-flow:wrap; align-content: space-between;}
    .bsdm_products_item{ padding-left:75px; text-align: center; width:50%; }
    .bsdm_products_item:nth-child(2n){ padding-top: 40px; } 
    .bsdm_products_txt{ font-size: 15px; margin-top: 10px;}
    .bsdm_products_dc{ margin-top: 5px; }
    #section3s{ background: #fcfcfc url(../images/bydm_bg1.jpg) no-repeat; background-size: 100% 100%;}
    #bsdm_chan2{ position: relative; }
    .bsdm_chan2_bg{ position: absolute; top: 20px; left: 0px; width: 100%; text-align: center; color: rgba(202, 202, 202, 0.21); font-family: 'Arial Black'; text-transform: uppercase; font-size: 90px; line-height: 80px; }
    .bsdm_chan2_tt{ text-align: center; padding-top: 35px;}
    .bsdm_bqgx{ padding-bottom: 30px; overflow: hidden; margin-top: 30px; position: relative;}
    .bsdm_bqgx .swiper-slide-active{ text-align: center;}
    .bsdm_bqgx .swiper-slide-prev .bsdm_bqgx_bg{ margin-top: 30px; padding:26px 50px 30px 0px; text-align: right; float: left; width: 85.31%; background: url(../images/btdm_bg2.png) no-repeat; background-size: 100% 100%; }
    .bsdm_bqgx .swiper-slide-next .bsdm_bqgx_bg{ margin-top: 30px; padding:26px 0px 30px 50px; text-align: left; float: right; width: 74.53%; background: url(../images/btdm_bg3.png) no-repeat; background-size: 100% 100%; }
    .bsdm_bqgx .swiper-slide-prev .bsdm_bqgx_bg .bsdm_bqgx_cc{ width: 235px; }
    .bsdm_bqgx .swiper-slide-next .bsdm_bqgx_bg .bsdm_bqgx_cc{ width: 235px; }
    .bsdm_bqgx_cc{ display: inline-block; text-align: center;}
    .bsdm_bqgx_dc{ display: none;}
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_cc{ width: 96%; }
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_txt{ font-size:26px; line-height: 36px; height: 36px; overflow: hidden;} 
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_dc{ display: block; line-height: 22px; height: 44px; overflow: hidden; margin-top: 10px;}
    .bsdm_bqgx .swiper-pagination-bullet{ outline:none; border: solid 1px #222222; background: #fff; width: 10px; height: 10px;}
    .bsdm_bqgx .swiper-pagination-bullet-active{ border: solid 1px #deb24d; background: #deb24d; }
    #section4s{ position: relative; }
    .bsdm_chan3_bg{ width: 50%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/bydm_img1.jpg); background-repeat: no-repeat; background-size: 100% 100%;}
    .bsdm_cpys{ overflow: hidden; width: 50%; height: 100%; position: absolute; top: 0px; right: 0px;}
    .bsdm_cpys a{ overflow: hidden; width: 50%; height: 50%; float: left; padding:35px 50px 40px 40px; border-bottom: solid 1px #EEEEEE;}
    #bsdm_cpysa2{ border-left: solid 1px #EEEEEE;}
    #bsdm_cpysa4{ border-left: solid 1px #EEEEEE; }
    .bsdm_cpys_icon{ height: 39px; background-position:top left; background-repeat: no-repeat;}
    .bsdm_cpys_tt{  margin-top: 25px; line-height: 70px; height: 70px; font-size: 22px; position: relative;}
    .bsdm_cpys_tt:before{ transition: all 0.3s ease-out 0s; content: ''; width: 20px; height: 5px; background: #deb24d; position: absolute; top: 0px; left: 0px;}
    .bsdm_cpys_dc{ line-height: 25px; height: 75px; overflow: hidden; }
    #bsdm_cpysa1 .bsdm_cpys_icon{ background-image: url(../images/bydm_icon1.png); }
    #bsdm_cpysa2 .bsdm_cpys_icon{ background-image: url(../images/bydm_icon2.png); }
    #bsdm_cpysa3 .bsdm_cpys_icon{ background-image: url(../images/bydm_icon3.png); }
    #bsdm_cpysa4 .bsdm_cpys_icon{ background-image: url(../images/bydm_icon4.png); }
    .bsdm_cpys a:hover{ background: #deb24d; color: #ffffff;}
    .bsdm_cpys a:hover .bsdm_cpys_tt{ color: #ffffff; }
    .bsdm_cpys a:hover .bsdm_cpys_dc{ color: #ffffff; }
    .bsdm_cpys a:hover .bsdm_cpys_tt:before{ width: 50px; background: #ffffff;}
    .bsdm_cpys a#bsdm_cpysa1:hover .bsdm_cpys_icon{ background-image: url(../images/bydm_icon1h.png); }
    .bsdm_cpys a#bsdm_cpysa2:hover .bsdm_cpys_icon{ background-image: url(../images/bydm_icon2h.png); }
    .bsdm_cpys a#bsdm_cpysa3:hover .bsdm_cpys_icon{ background-image: url(../images/bydm_icon3h.png); }
    .bsdm_cpys a#bsdm_cpysa4:hover .bsdm_cpys_icon{ background-image: url(../images/bydm_icon4h.png); }
    .bsdm_chan4_left{ width: 50%; float: left; }
    .bsdm_chan4_leftcc{ width: 520px; float: right; margin-right: 50px;}
    .bsdm_jmys_img img{ max-width: 100%; }
    .bsdm_jmys_tt{ margin-top: 5px; }
    .bsdm_jmys{ overflow: hidden; margin-top: 10px;}
    .bsdm_jmys a{ margin-top: 25px; padding-left: 95px; margin-right: 20px; float: left; position: relative; width: 240px; height: 50px; line-height: 50px; font-size: 20px; font-weight: bold; background: url(../images/bydm_bg4.png) no-repeat; background-size: 100% 100%;}
    .bsdm_jmys a span{ text-align: center; color: #ffffff; position: absolute; top: 0px; left: 0px; width: 58px; height: 50px; background: url(../images/bydm_bg5.png) no-repeat; background-size: 100% 100%;} 
    .bsdm_jmys a:hover{ color: #fff; background: url(../images/bydm_bg4h.png) no-repeat; }
    .bsdm_jmys a:hover span{ color: #fff; background: url(../images/bydm_bg5h.png) no-repeat;  }
    .bsdm_jmys_mm{ overflow: hidden; margin-top: 35px;}
    .bsdm_jmys_mm a{ transition: all 0.3s ease-out 0s; width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1.png) no-repeat; }
    .bsdm_jmys_mm a:hover{ transform: rotate(360deg); margin-left: 15px;}
    .bsdm_chan4_right{ width: 50%; height: 100%; float: right; position: relative;}
    .bsdm_fczc{ color: #fff; padding: 40px 50px; overflow: hidden; width: 100%; height: 50%; background: #deb24d;}
    .bsdm_fczc a{ color: #fff; }
    .bsdm_jmtj{ padding: 40px 50px; overflow: hidden; width: 100%; height: 50%; background: #eeeeee;}
    .bsdm_fczc_ul{ margin-top: 25px; }
    .bsdm_fczc_ul li{ margin-top: 6px; line-height: 1.5;}
    .bsdm_fczc_mm{ overflow: hidden; margin-top: 25px;}
    .bsdm_fczc_mm a{ transition: all 0.3s ease-out 0s; width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1h.png) no-repeat; }
    .bsdm_fczc_mm a:hover{ transform: rotate(360deg); margin-left: 15px;}
    .bsdm_jmtj_mm{ overflow: hidden; margin-top: 25px;}
    .bsdm_jmtj_mm a{ transition: all 0.3s ease-out 0s; width: 30px; height: 30px; float: left; background:url(../images/ppwh_more1.png) no-repeat; }
    .bsdm_jmtj_mm a:hover{ transform: rotate(360deg); margin-left: 15px;}
}
@media (min-width:1601px) 
{
    .bsdm_chan1_bg{ line-height: 180px; font-size: 247px; }
    .bsdm_chan1_left{ width: 29%;}
    .bsdm_chan1_right{ width: 56%; }
    .bsdm_chan1_tt{ margin-top: 200px;}
    .bsdm_chan1_ft{ margin-top: 35px; }
    .bsdm_cls{ margin-top: 50px;}
    .bsdm_cls a{ font-size: 18px; height: 60px; line-height: 60px; padding: 0px 20px;  margin-top: 15px;}
    .bsdm_products_item{ padding-left:130px;}
    .bsdm_products_item:nth-child(2n){ padding-top: 50px; } 
    .bsdm_products_txt{ font-size: 16px; }
    .bsdm_chan2_bg{ font-size: 159px; line-height: 200px; }
    .bsdm_bqgx{ padding-bottom: 50px; margin-top: 55px; }
    .bsdm_bqgx .swiper-slide-prev .bsdm_bqgx_bg{ margin-top: 50px; padding:36px 60px 0px 0px; width: 546px; height: 265px; }
    .bsdm_bqgx .swiper-slide-next .bsdm_bqgx_bg{ margin-top: 50px; padding:36px 0px 0px 60px; width: 477px; height: 265px; }
    .bsdm_bqgx .swiper-slide-prev .bsdm_bqgx_bg .bsdm_bqgx_cc{ width: 280px; }
    .bsdm_bqgx .swiper-slide-next .bsdm_bqgx_bg .bsdm_bqgx_cc{ width: 280px; }
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_txt{ font-size:34px; line-height: 50px; height: 50px; margin-top: 15px;} 
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_dc{ line-height: 25px; height: 50px; margin-top: 15px;}
    .bsdm_bqgx .swiper-slide-active .bsdm_bqgx_cc{ width: 92%; }
    .bsdm_bqgx .swiper-pagination-bullet{ width: 12px; height: 12px; }
    .bsdm_bqgx .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 6px;}
    .bsdm_cpys a{ padding:70px 105px 80px 80px; }
    .bsdm_cpys_tt{ margin-top: 70px; line-height: 100px; height:100px; font-size: 26px;}
    .bsdm_cpys_dc{ line-height: 28px; height: 84px; }
    .bsdm_chan4_leftcc{ width: 610px; margin-right: 180px;}
    .bsdm_jmys_tt{ margin-top: 10px; }
    .bsdm_jmys{ margin-top: 20px;}
    .bsdm_jmys a{ margin-top: 35px; padding-left: 100px; margin-right: 41px; width: 264px; height: 55px; line-height: 55px; font-size: 22px;}
    .bsdm_jmys a span{ width: 64px; height: 55px;} 
    .bsdm_jmys_mm{ margin-top: 60px;}
    .bsdm_fczc{ padding: 90px 210px 0px 110px;}
    .bsdm_jmtj{ padding: 90px 210px 0px 110px;}
    .bsdm_fczc_ul{ margin-top: 35px; }
    .bsdm_fczc_ul li{ margin-top: 7px; }
    .bsdm_fczc_mm{ margin-top: 40px;}
    .bsdm_jmtj_mm{ margin-top: 40px;}
}
.scrolls{ overflow-x: hidden; overflow-y: scroll; }
.scrolls::-webkit-scrollbar {
    /* 滚动条宽度和高度 */
    width: 10px;
    height: 180px; cursor: pointer; border-radius: 4px;}
.scrolls::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        background: #deb24d;
}
.scrolls::-webkit-scrollbar-track-piece {
        /*滚动条里面轨道*/
        background-color: #fff;
}
#mqwdz_chan1{ background: #deb24d; }
.mqwdz_chan1_tt{ font-size: 18px; font-weight: bold; color: #fff;}
.mqwdz_chan1_cc{ overflow: hidden; margin-top: 15px;}
.mtorder_InputText{ outline: none; width: 100%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
.mtorder_InputText1{ outline: none; margin-top: 6px; width: 100%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
.mtorder_captcha{ outline: none; margin-top: 6px; width: 25%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
.mtorder_verify{ margin-top: 6px; width: 20%; float: left; height: 40px;}
.mtorder_But{ margin-top: 6px; width: 50%; float: right; height: 40px; line-height: 38px; text-align: center; background: #fff;}
#mqwdz_chan2{ position: relative; }
.mqwdz_chan2_bg{ text-align: center; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 60px; position: absolute; top: 0px; left: 0px; }
.mqwdz_chan2_tt{ text-align: center; padding-top: 25px;}
.mqwdz_case{ overflow: hidden; margin-top: 15px; border-top: solid 1px #f5f5f5;}
.mqwdz_case .hd ul{ overflow-x: scroll; display: flex; white-space: nowrap;}
.mqwdz_case .hd li{ text-align: center; display: inline-block; margin-right: 20px; font-size: 14px; padding-top: 15px; padding-bottom: 10px; padding-left: 14px; padding-right: 14px; position: relative; float: left;}
.mqwdz_case .hd li:before{ transition: all 0.3s ease-out 0s; content: ''; width: 0px; position: absolute; left: 0px; top: 0px; height: 3px; background: #deb24d;}
.mqwdz_case .hd li.on:before{ width: 100%; }
.mqwdz_case .hd li.on{ font-weight: bold; }
.mqwdz_case_ccs{ padding-top: 10px; }
.mqwdz_case_cc{ overflow: hidden; position: relative;}
.mqwdz_case_cc .swiper-prev,.mqwdz_case_cc .swiper-next{ outline: none; z-index: 1; width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px;}
.mqwdz_case_cc .swiper-prev{ background: url(../images/qwdz_left1.png) no-repeat; left: 0px;}
.mqwdz_case_cc .swiper-next{ background: url(../images/qwdz_right1.png) no-repeat; right: 0px;}
.mqwdz_case_cc a{ width: 100%; float: left; position: relative;}
.mqwdz_case_txt{ position: absolute; left: 0px; bottom: 0px; text-align: center; background: rgba(0, 0, 0, 0.5); width: 100%; padding: 0px 15px; color: #fff; height: 32px; line-height: 32px; overflow: hidden;}
.mqwdz_case_mm{ margin-top: 15px; text-align: center;}
.mqwdz_case_mm a{ display: inline-block; color: #deb24d; height: 24px; line-height: 24px; background: url(../images/jt_01.png) no-repeat right center; padding-right: 32px;}
.mqwdz_zx{ margin-top: 15px; }
.mqwdz_zx_tt_c1{ color: #deb24d; font-weight: bold; font-size: 16px;}
.mqwdz_zx_tt_c2{ color: #deb24d; font-size: 13px; }
.mqwdz_zx_tt_c2 b{ color: #000000;}
.mqwdz_zx_cc{ overflow: hidden; margin-top: 10px;}
.mtsorder_InputText{ outline: none; width: 100%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(139, 138, 138,0.5); background: none; color: rgba(139, 138, 138, 0.8); }
.mtsorder_InputText1{ outline: none; margin-top: 6px; width: 100%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(139, 138, 138, 0.5); background: none; color: rgba(139, 138, 138, 0.8); }
.mtsorder_captcha{ outline: none; margin-top: 6px; width: 25%; padding: 0px 15px; float: left; height: 40px; line-height: 38px; border: solid 1px rgba(139, 138, 138, 0.5); background: none; color: rgba(255, 138, 138, 0.8); }
.mtsorder_verify{ margin-top: 6px; width: 20%; float: left; height: 40px;}
.mtsorder_But{ margin-top: 6px; width: 50%; float: right; height: 40px; line-height: 38px; text-align: center; background: #deb24d; color: rgba(255, 255, 255, 0.8);}
.mtsorder_But:hover{ color: #fff; }
#mqwdz_chan3{ position: relative; background: url(../images/qwdz_bg1.jpg) no-repeat; background-size: 100% 100%; }
.mqwdz_chan2_ft{ text-align: center; color: rgba(95, 93, 93, 0.5);}
.mqwdz_zcxc{ overflow: hidden; margin-top: 15px;}
.mqwdz_zcxc a{ width: 100%; text-align: center;}
.mqwdz_zcxc_img img{ max-width: 100%; }
.mqwdz_zcxc_tt{ margin-top: 10px; font-weight: bold; font-size: 16px;}
.mqwdz_zcxc_dc{ margin-top: 5px; font-size: 13px; color: rgba(95, 93, 93, 0.5);}
.mqwdz_pinpai{ margin-top: 20px; }
.mqwdz_pinpai_tt{ position: relative; height: 30px; line-height: 30px; padding-left: 130px;}
.mqwdz_pinpai_tt_sp{ position: absolute; left: 0px;} 
.mqwdz_pinpai_tt_c1{ height: 30px; background: url(../images/qwdz_bg5.jpg) repeat-x center;}
.mqwdz_pinpai_ccs{ margin-top: 15px; background: #fff; padding: 10px;}
.mqwdz_pinpai_cc{ overflow: hidden; }
#mqwdz_chan4{ position: relative; }
.mqwdz_kpzx{ overflow: hidden; margin-top: 15px;}
.mqwdz_kpzx a{ text-align: center; padding: 20px; width: 100%; float: left; background: url(../images/qwdz_bg2.jpg) no-repeat; background-size: 100% 100%;}
.mqwdz_kpzx_tt{ color: #deb24d; font-size: 20px; margin-top: 10px;}
.mqwdz_kpzx_dc{ margin-top: 10px; font-size: 13px;}
.mqwdz_cfdj_tt{ text-align: center; margin-top: 20px;}
.mqwdz_cfdj{ overflow: hidden; margin-top: 15px; background: url(../images/qwdz_bg4.png) repeat-x center;}
.mqwdz_cfdj .swiper-slide{ text-align: center; }
.mqwdz_cfdj a{ width: 105px; height: 121px; font-size: 22px; padding: 30px 25px; background: url(../images/qwdz_bg3.png) no-repeat; display: inline-block; }
@media (min-width:768px) 
{
    .mtorder_InputText{ width: 49%; }
    .mtorder_InputText1{ width: 49%; margin-left: 2%; margin-top: 0px;}
    .mtorder_captcha{ width: 29%; }
    .mtorder_But{ width: 49%; }
    .mtsorder_InputText{ width: 49%; }
    .mtsorder_InputText1{ width: 49%; margin-left: 2%; margin-top: 0px;}
    .mtsorder_captcha{ width: 29%; }
    .mtsorder_But{ width: 49%; }
    .mqwdz_pinpai_tt{ padding-left: 150px; }
}
@media (min-width:992px) 
{
    .mqwdz_case .hd li{ margin-right: 25px; padding-left: 20px; padding-right: 20px;}
}
@media (min-width:1200px) 
{
    .qwdz_chan1{ padding: 20px 0px; width: 100%; background: #deb24d; position: absolute; bottom: 0px; left: 0px;}
    .qwdz_chan1 .container{ position: relative; padding-left: 230px;}
    .qwdz_chan1_tt{ position:absolute; top: 50%; transform: translateY(-50%); left: 0px; font-size: 20px; color: #fff; font-weight: bold;}
    .torder_InputText{ outline: none; width: 20%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
    .torder_InputText1{ outline: none; width: 20%; margin-left: 1%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
    .torder_captcha{ outline: none; width: 15%; margin-left: 1%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(255, 255, 255, 0.6); background: none; color: rgba(255, 255, 255, 0.8); }
    .torder_verify{ width: 12%; float: left; height: 42px;}
    .torder_But{ width: 27%; float: right; height: 42px; line-height: 40px; text-align: center; background: #fff;}
    #qwdz_chan2{ position: relative; }
    .qwdz_chan2_bg{ text-align: center; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 90px; position: absolute; top: 0px; left: 0px; }
    .qwdz_chan2_tt{ text-align: center; padding-top: 20px;}
    .qwdz_case{ overflow: hidden; margin-top: 25px; border-top: solid 1px #f5f5f5; }
    .qwdz_case .hd ul{ overflow: hidden; }
    .qwdz_case .hd li{ text-align: center; width:16.66%; height: 60px; line-height: 60px; font-size: 16px; position: relative; float: left;}
    .qwdz_case .hd li:before{ transition: all 0.3s ease-out 0s; content: ''; width: 0px; position: absolute; left: 0px; top: 0px; height: 3px; background: #deb24d;}
    .qwdz_case .hd li.on:before{ width: 100%; }
    .qwdz_case .hd li.on{ font-weight: bold; }
    .qwdz_case_ccs{ padding-top: 10px; }
    .qwdz_case_cc{ overflow: hidden; position: relative;}
    .qwdz_case_cc .swiper-prev,.qwdz_case_cc .swiper-next{ outline: none; z-index: 2; width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px;}
    .qwdz_case_cc .swiper-prev{ background: url(../images/qwdz_left1.png) no-repeat; left: 360px;}
    .qwdz_case_cc .swiper-next{ background: url(../images/qwdz_right1.png) no-repeat; right: 360px;}
    .qwdz_case_cc a{ width: 100%; float: left; position: relative;}
    .qwdz_case_txt{ position: absolute; left: 0px; bottom: 0px; text-align: center; background: rgba(0, 0, 0, 0.5); width: 100%; padding: 0px 15px; color: #fff; height: 36px; line-height: 36px; overflow: hidden;}
    .qwdz_zx{ padding-left: 270px; margin-top: 20px; position: relative;}
    .qwdz_zx_tt{ position: absolute; top: 50%; transform: translateY(-50%); left: 0px; }
    .qwdz_zx_tt_c1{ color: #deb24d; font-weight: bold; font-size: 20px; }
    .qwdz_zx_tt_c2{ color: #deb24d; font-size: 15px; }
    .qwdz_zx_tt_c2 b{ color: #000000;}
    .qwdz_zx_cc{ overflow: hidden;}
    .tsorder_InputText{ outline: none; width: 20%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(139, 138, 138,0.5); background: none; color: rgba(139, 138, 138, 0.8); }
    .tsorder_InputText1{ margin-left: 1%; outline: none; width: 20%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(139, 138, 138, 0.5); background: none; color: rgba(139, 138, 138, 0.8); }
    .tsorder_captcha{ margin-left: 1%; outline: none; width: 15%; padding: 0px 15px; float: left; height: 42px; line-height: 40px; border: solid 1px rgba(139, 138, 138, 0.5); background: none; color: rgba(255, 138, 138, 0.8); }
    .tsorder_verify{ width: 12%; float: left; height: 42px;}
    .tsorder_But{ width: 27%; float: right; height: 42px; line-height: 40px; text-align: center; background: #deb24d; color: rgba(255, 255, 255, 0.8);}
    .tsorder_But:hover{ color: #fff; }
    #ssection3{ background: url(../images/qwdz_bg1.jpg) no-repeat; background-size: 100% 100%; }
    #qwdz_chan3{ position: relative; }
    .qwdz_chan2_ft{ text-align: center; color: rgba(95, 93, 93, 0.5);}
    .qwdz_zcxc{ overflow: hidden; margin-top: 20px;}
    .qwdz_zcxc a{ width: 100%; text-align: center;}
    .qwdz_zcxc_img{ transition: all 0.5s ease-out 0.1s; }
    .qwdz_zcxc_img img{ max-width: 100%; }
    .qwdz_zcxc a:hover .qwdz_zcxc_img{ transform: rotate(145deg); }
    .qwdz_zcxc_tt{ margin-top: 8px; font-weight: bold; font-size: 20px;}
    .qwdz_zcxc_dc{ margin-top: 4px; font-size: 15px; color: rgba(95, 93, 93, 0.5);}
    .qwdz_pinpai{ margin-top: 15px; }
    .qwdz_pinpai_tt{ position: relative; height: 36px; line-height: 36px; padding-left: 210px;}
    .qwdz_pinpai_tt_sp{ position: absolute; left: 0px;} 
    .qwdz_pinpai_tt_c1{ height: 36px; background: url(../images/qwdz_bg5.jpg) repeat-x center;}
    .qwdz_pinpai_ccs{ margin-top: 15px; background: #fff; padding: 15px;}
    .qwdz_pinpai_cc{ overflow: hidden; }
    #qwdz_chan4{ position: relative; }
    .qwdz_kpzx{ overflow: hidden; margin-top: 25px;}
    .qwdz_kpzx a{ text-align: center; padding: 30px 25px; width: 100%; float: left; background: url(../images/qwdz_bg2.jpg) no-repeat; background-size: 100% 100%;}
    .qwdz_kpzx a:hover{ padding: 20px 25px 40px 25px; }
    .qwdz_kpzx_tt{ color: #deb24d; font-size: 28px; margin-top: 10px;}
    .qwdz_kpzx_dc{ margin-top: 10px; font-size: 15px;}
    .qwdz_cfdj_tt{ text-align: center; margin-top: 25px;}
    .qwdz_cfdj{ overflow: hidden; margin-top: 20px; background: url(../images/qwdz_bg4.png) repeat-x center;}
    .qwdz_cfdj .swiper-slide{ text-align: center; }
    .qwdz_cfdj a{ width: 105px; height: 121px; font-size: 22px; padding: 30px 25px; background: url(../images/qwdz_bg3.png) no-repeat; display: inline-block; }
    .qwdz_cfdj a:hover{ background: url(../images/qwdz_bg3h.png) no-repeat; color: #fff;}
}
@media (min-width:1601px) 
{
    .qwdz_chan1{ padding: 30px 0px; }
    .qwdz_chan1 .container{ padding-left: 340px;}
    .qwdz_chan1_tt{ font-size: 26px; }
    .torder_InputText{ height: 52px; line-height: 50px; }
    .torder_InputText1{ height: 52px; line-height: 50px; }
    .torder_captcha{ height: 52px; line-height: 50px; }
    .torder_verify{ height: 52px;}
    .torder_But{ height: 52px; line-height: 50px;}
    .qwdz_chan2_bg{ font-size: 159px; }
    .qwdz_chan2_tt{ padding-top: 20px;}
    .qwdz_case{ margin-top: 40px; }
    .qwdz_case .hd li{ height: 70px; line-height: 70px; font-size: 17px; }
    .qwdz_case_ccs{ padding-top: 20px; }
    .qwdz_case_cc .swiper-prev{ left: 515px;}
    .qwdz_case_cc .swiper-next{ right: 515px;}
    .qwdz_case_txt{ height: 48px; line-height: 48px; }
    .qwdz_zx{ padding-left: 330px; margin-top: 50px; }
    .qwdz_zx_tt_c1{ font-size: 22px; }
    .qwdz_zx_tt_c2{ font-size: 16px; margin-top: 5px;}
    .tsorder_InputText{ height: 52px; line-height: 50px;}
    .tsorder_InputText1{ height: 52px; line-height: 50px; }
    .tsorder_captcha{ height: 52px; line-height: 50px; }
    .tsorder_verify{ height: 52px;}
    .tsorder_But{ height: 52px; line-height: 50px; }
    .qwdz_zcxc{ margin-top: 30px;}
    .qwdz_zcxc_tt{ margin-top: 15px; font-size: 22px;}
    .qwdz_zcxc_dc{ margin-top: 5px; font-size: 16px; }
    .qwdz_pinpai{ margin-top: 35px; }
    .qwdz_pinpai_tt{ height: 50px; line-height: 50px; padding-left: 280px;}
    .qwdz_pinpai_tt_c1{ height: 60px; }
    .qwdz_pinpai_ccs{ margin-top: 30px; padding: 20px;}
    .qwdz_kpzx{ margin-top: 45px;}
    .qwdz_kpzx a{ padding: 50px 35px 55px 35px; }
    .qwdz_kpzx a:hover{ padding: 35px 35px 70px 35px; }
    .qwdz_kpzx_tt{ font-size: 36px; margin-top: 20px;}
    .qwdz_kpzx_dc{ margin-top: 10px; font-size: 16px;}
    .qwdz_cfdj_tt{margin-top: 50px;}
    .qwdz_cfdj{ margin-top: 30px;}
}
#mdlhz_chan1{ position: relative; }
.mdlhz_chan1_bg{ z-index: -1; text-transform: uppercase; width: 100%; font-family: 'Arial Black'; color: rgba(202, 202, 202, 0.15); font-size: 60px; line-height: 48px; position: absolute; top: 0px; left: 0px; }
.mdlhz_chan1_tt{ text-align: center; }
.mdlhz_chan1_tt img{ max-width: 100%; }
.mdlhz_chan1_ul{ overflow: hidden; margin-top: 10px;}
.mdlhz_chan1_ul li{ border-bottom: solid 5px #deb24d;  box-shadow:0px 2px 15px rgba(0,0,0,0.1); width: 46%; float: left; margin: 15px 2%; text-align: center; padding:15px 15px 25px 15px;}
.mdlhz_chan1_li_img{ height: 60px; line-height:60px;}
.mdlhz_chan1_li_tt{ margin-top: 10px; color: #deb24d;}
.mdlhz_chan1_li_dc{ margin-top: 6px; line-height: 20px; height: 60px; overflow: hidden;}
.mdlhz_chan1_dc{ margin-top: 10px; color: #deb24d;}
.mdlhz_chan1_cc{ margin-top: 5px; }
#mdlhz_chan2{ position: relative; background: url(../images/dlhz_bg1.jpg) no-repeat; background-size: 100% 100%;}
.mdlhz_chan2_img{ text-align: center; margin-top: 15px;}
.mdlhz_chan2_img img{ max-width: 100%; }
.mdlhz_chan2_ul{ overflow: hidden; margin-top: 10px;}
.mdlhz_chan2_ul li{ text-align: right; padding-right:100px; padding-top: 8px; padding-bottom: 8px; padding-left: 25px; position: relative; margin-top: 10px; background: url(../images/dlhz_ad_img1.png) no-repeat; background-size: 100% 100%;}
.mdlhz_chan2_ul li span{  width: 83px; height: 73px; line-height: 73px; font-size: 20px; color: #fff; font-weight: bold; top: 0px; right: 0px; position: absolute; text-align: center; background: url(../images/dlhz_ad_img2.png) no-repeat; background-size: 100% 100%;}
.mdlhz_chan2_li_tt{ font-size: 16px; font-weight: bold; height: 20px; line-height: 20px; overflow: hidden;}
.mdlhz_chan2_li_dc{ line-height: 16px; height: 32px; overflow: hidden; margin-top: 5px;}
#mdlhz_chan3{ position: relative; background: #deb24d; }
#mdlhz_chan3 .mqwdz_chan2_bg{ color: rgba(255, 255, 255, 0.15); }
#mdlhz_chan3 .mqwdz_chan2_tt{ color: #fff; }
#mdlhz_chan3 .mqwdz_chan2_ft{ color: rgba(255, 255, 255, 0.6); }
.mdlhz_zczc{ overflow: hidden; margin-top: 15px;}
.mdlhz_zczc a{ color: #fff; text-align: center; width: 100%; float: left; border: solid 1px #F0DCAD; padding: 10px 10px 20px 10px;}
.mdlhz_zczc_img img{ max-width: 100%; }
.mdlhz_zczc_tt{ font-size: 16px; margin-top: 15px;}
.mdlhz_zczc_dc{ line-height: 20px; height: 60px; margin-top: 5px; overflow: hidden;}
.mdlhz_zczc_mm{ margin-top: 10px; }
.mdlhz_zczc_mm span{ color: #595651; font-size: 14px; font-weight: bold; display: inline-block; background: #fff; border-radius: 20px; padding: 6px 28px;}
#mdlhz_chan4{ position: relative; }
.mdlhz_chan4_img{ text-align: center; margin-top: 15px;}
.mdlhz_chan4_img img{ max-width: 100%; }
.mdlhz_chan4_tt{ color:#deb24d; }
.mdlhz_chan4_ul{ margin-top: 5px; overflow: hidden;}
.mdlhz_chan4_ul li{ position: relative; min-height: 33px; padding-left: 43px; padding-top:8px; padding-bottom: 8px; padding-right: 15px; margin-top: 10px; border: solid 1px #dedede;}
.mdlhz_chan4_ul li:before{ content: ''; width: 18px; height: 17px; background: url(../images/dlhz_icon1.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
#mqwdz_chan5{ background: #f1f1f1; padding: 20px 0px;}
.mqwdz_jmlc{ overflow: hidden; }
.mqwdz_jmlc li{ text-align: center; position: relative; width: 48%; float: left; margin-right: 4%; margin-top:8px; margin-bottom: 8px;}
.mqwdz_jmlc li:nth-child(2n){ margin-right: 0px; }
.mqwdz_jmlc_tt{ margin-top: 6px; font-size: 16px; font-weight: bold; color: #deb24d;}
.mqwdz_jmlc_dc{ margin-top: 5px; line-height: 20px; height: 40px; overflow: hidden; color: #999999;}
#mdlhz_chan6{ position: relative; }
.mdlhz_case{ overflow: hidden; margin-top: 15px;}
.mdlhz_case_txt{ margin-top: 10px; }
.mdlhz_case_txt_c1{ font-size: 15px; }
.mdlhz_case_txt_c2{ margin-top: 5px; }
@media (min-width:768px) 
{
    .mdlhz_chan1_left{ width: 35%; float: left; margin-top: 20px;}
    .mdlhz_chan1_ul{ width: 60%; float: right;} 
    .mdlhz_chan1_li_dc{ line-height: 22px; height: 44px;}
    .mdlhz_chan1_cc{ margin-top: 15px; }
    .mdlhz_chan2_ul li{ width: 49%; float: left; margin-right: 2%;}
    .mdlhz_chan2_ul li:nth-child(2n){ margin-right: 0px; }
    .mdlhz_chan4_img{ width: 48%; float: right;}
    .mdlhz_chan4_ul{ width: 48%; float: left; margin-top: 15px;}
    .mqwdz_jmlc_dc{ line-height: 22px; height: 22px;}
}
@media (min-width:992px) 
{
    .mdlhz_chan1_left{ width: 29%; }
    .mdlhz_chan1_ul{ width: 66%; }
    .mdlhz_chan4_ul{ width: 47%; margin-top: 20px;}
    .mdlhz_chan4_ul li{ margin-top: 15px; }
    .mqwdz_jmlc li{ width: 22%; margin-right: 4%;}
    .mqwdz_jmlc li:nth-child(2n){ margin-right: 4%; }
    .mqwdz_jmlc li:nth-child(4n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .dlhz_chan1{ position: relative; }
    .dlhz_chan1_bg{ color: rgba(202, 202, 202, 0.15); text-transform: uppercase; font-family: 'Arial Black'; line-height: 110px; font-size: 160px; position: absolute; left: 0px; top: 0px;}
    .dlhz_chan1_left{ width: 40%; float: left;}
    .dlhz_chan1_tt{ margin-top: 15px; }
    .dlhz_chan1_tt img{ max-width: 100%; }
    .dlhz_chan1_dc{ color: #deb24d; margin-top:35px;}
    .dlhz_chan1_cc{ line-height: 24px; height: 96px; margin-top: 20px; overflow: hidden;}
    .dlhz_chan1_ul{ position: relative; z-index: 1; width: 55%; float: right;}
    .dlhz_chan1_ul li{ position: relative; background: #fff; text-align: center; width: 46%; float: left; margin: 25px 2% 0px 2%; border-bottom: solid 5px #deb24d;  box-shadow:0px 2px 20px rgba(0,0,0,0.1); padding: 25px 30px 35px 30px;}
    .dlhz_chan1_ul li:after{ content: ''; width: 0px; height: 5px; background: #f3c873; position: absolute; bottom: -5px; left: 0px; transition: all 0.3s ease-out 0s;}
    .dlhz_chan1_ul li:hover{ box-shadow:0px 2px 20px rgba(0,0,0,0.2); }
    .dlhz_chan1_ul li:hover:after{ width: 100%; background: #f3c873; } 
    #dlhz_chan1_li1{ margin-top: 0px; }
    #dlhz_chan1_li2{ margin-top: 0px; }
    .dlhz_chan1_li_img{ height: 59px; }
    .dlhz_chan1_li_img img{ max-width: 100%; }
    .dlhz_chan1_li_tt{ color: #deb24d; margin-top: 15px;}
    .dlhz_chan1_li_dc{ line-height: 23px; height: 46px; overflow: hidden; margin-top: 15px;}
    #dsection3{ background: url(../images/dlhz_bg1.jpg) no-repeat; background-size: 100% 100%;}
    .dlhz_chan2{ margin-top: 25px; position: relative;}
    .dlhz_chan2_img{ text-align: center; }
    .dlhz_chan2_img img{ max-width: 100%; height: 420px;}
    .dlhz_chan2_ul{ position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
    .dlhz_chan2_ul li{ position: relative; margin:20px auto; padding-top: 7px; width: 368px; height: 69px; background: url(../images/dlhz_ad_img1.png) no-repeat; background-size: 100% 100%;}
    .dlhz_chan2_ul li span{ font-size: 30px; color: #fff; font-weight: bold; text-align: center; position: absolute; top: 0px; width: 79px; height: 69px; line-height: 69px; background: url(../images/dlhz_ad_img2.png) no-repeat; background-size: 100% 100%;}
    .dlhz_chan2_li_tt{ font-size: 19px; font-weight: bold;}
    .dlhz_chan2_li_dc{ line-height: 20px; height: 20px; overflow: hidden; margin-top: 5px;}
    .dlhz_chan2_ul li.dlhz_chan2_li1{ float: left; margin-right: 101px; text-align: right; padding-left: 30px; padding-right: 100px;}
    .dlhz_chan2_ul li.dlhz_chan2_li0{ float: right; margin-left: 101px; text-align: left; padding-right: 30px; padding-left: 100px;}
    .dlhz_chan2_ul li.dlhz_chan2_li1 span{ right: 0px; }
    .dlhz_chan2_ul li.dlhz_chan2_li0 span{ left: 0px; }
    #dsection4{ background: #deb24d; }
    #dlhz_chan3{ position: relative; }
    #dlhz_chan3 .qwdz_chan2_bg{ color: rgba(255, 255, 255, 0.15); }
    #dlhz_chan3 .qwdz_chan2_tt{ color: #fff; }
    #dlhz_chan3 .qwdz_chan2_ft{ color: rgba(255, 255, 255, 0.6); }
    .dlhz_zczc{ overflow: hidden; margin-top: 25px;}
    .dlhz_zczc a{ color: #fff; text-align: center; width: 100%; float: left; border: solid 1px #F0DCAD; padding: 20px 15px 26px 15px;}
    .dlhz_zczc_img img{ max-width: 100%; }
    .dlhz_zczc_tt{ font-size: 20px; margin-top: 25px;}
    .dlhz_zczc_dc{ line-height: 22px; height: 44px; margin-top: 10px; overflow: hidden;}
    .dlhz_zczc_mm{ margin-top: 20px; }
    .dlhz_zczc_mm span{  transition: all 0.3s ease-out 0s; color: #595651; font-size: 16px; font-weight: bold; display: inline-block; background: #fff; border-radius: 26px; padding: 8px 32px;}
    .dlhz_zczc a:hover{ border: solid 1px #fff; }
    .dlhz_zczc a:hover .dlhz_zczc_mm span{ margin-left: 15px;}
    #dlhz_chan4{ position: relative; }
    .dlhz_chan4{ width: 62%; float: left;}
    .dlhz_chan4_tt{ color: #deb24d; }
    .dlhz_chan4_ul{ overflow: hidden; margin-top: 15px;}
    .dlhz_chan4_ul li{ width: 49%; float: left; position: relative; height: 48px; line-height: 48px; overflow: hidden; padding-left: 43px; padding-right: 15px; margin-top: 13px; border: solid 1px #dedede;}
    .dlhz_chan4_ul li:before{ content: ''; width: 18px; height: 17px; background: url(../images/dlhz_icon1.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
    .dlhz_chan4_ul li:nth-child(2n){ float: right; }
    .dlhz_chan4_ul li#dlhz_chan4_li7{ width: 100%; }
    .dlhz_chan4_img{ width: 29%; float: right; text-align: center;}
    .dlhz_chan4_img img{ max-width: 100%; }
    #dlhz_chan5{ background: #f1f1f1; padding: 40px 0px; }
    .dlhz_jmlc{ overflow: hidden; }
    .dlhz_jmlc li{ min-height: 60px; position: relative; padding-left: 75px; width: 300px; padding-right: 60px; float: left; }
    .dlhz_jmlc li:after{ position: absolute; top: 50%; right: 5px; content: ''; width: 50px; height: 1px; background: url(../images/dlhz_ys_line.png) repeat-x center;}
    .dlhz_jmlc li#dlhz_jmlcli4{ width: 240px; padding-right: 0px;}
    .dlhz_jmlc_img{ width: 60px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
    .dlhz_jmlc_img img{ width: 100%; }
    .dlhz_jmlc_tt{ font-size: 20px; font-weight: bold; color: #deb24d;}
    .dlhz_jmlc_dc{ margin-top: 5px; line-height: 20px; height: 40px; overflow: hidden; color: #999999;}
    .dlhz_case{ overflow: hidden; margin-top: 25px;}
    .dlhz_case_txt{ margin-top: 20px; overflow: hidden;}
    .dlhz_case_txt_c1{ font-size: 20px; float: left; height: 40px; line-height: 40px; max-width: 40%; }
    .dlhz_case_txt_c2:after{ content: ''; width: 3px; height: 100%; background: #deb24d; position: absolute; left:0px; top: 0px;}
    .dlhz_case_txt_c2{ line-height: 20px; height: 40px; float: left; max-width: 55%; margin-left: 2%; padding-left: 3%; position:relative;}
}
@media (min-width:1601px) 
{
    .dlhz_chan1_bg{ line-height: 180px; font-size: 247px; }
    .dlhz_chan1_left{ width: 35%; }
    .dlhz_chan1_tt{ margin-top: 50px; }
    .dlhz_chan1_dc{ margin-top:60px;}
    .dlhz_chan1_cc{ line-height: 28px; height: 112px; margin-top: 30px; }
    .dlhz_chan1_ul li{ width: 44%; float: left; margin: 30px 3% 0px 3%; box-shadow:0px 2px 30px rgba(0,0,0,0.1); padding: 50px 50px 70px 50px;}
    .dlhz_chan1_ul li:hover{ box-shadow:0px 2px 30px rgba(0,0,0,0.2); }
    .dlhz_chan1_li_tt{ margin-top: 20px;}
    .dlhz_chan1_li_dc{ line-height: 25px; height: 50px; margin-top: 25px;}
    .dlhz_chan2{ margin-top: 20px; }
    .dlhz_chan2_img img{ height: 569px;}
    .dlhz_chan2_ul li{ margin:40px auto; width: 490px; height: 92px; }
    .dlhz_chan2_ul li span{ font-size: 36px; width: 105px; height: 92px; line-height: 92px; }
    .dlhz_chan2_li_tt{ font-size: 22px; }
    .dlhz_chan2_li_dc{ line-height: 22px; height: 22px; margin-top: 5px;}
    .dlhz_chan2_ul li.dlhz_chan2_li1{ margin-right: 260px; margin-left: 50px; padding-left: 45px; padding-right: 140px;}
    .dlhz_chan2_ul li.dlhz_chan2_li0{ margin-left: 260px; margin-right: 50px; padding-right: 45px; padding-left: 140px;}
    .dlhz_zczc{ margin-top: 40px;}
    .dlhz_zczc a{ padding: 30px 25px 60px 25px;}
    .dlhz_zczc_tt{ font-size: 26px; margin-top: 40px;}
    .dlhz_zczc_dc{ line-height: 28px; height: 56px; font-size: 16px; margin-top: 25px;}
    .dlhz_zczc_mm{ margin-top: 30px; }
    .dlhz_zczc_mm span{  font-size: 18px; border-radius: 28px; padding: 9px 38px;}
    .dlhz_chan4_ul{ margin-top: 20px;}
    .dlhz_chan4_ul li{ width: 49%; height: 58px; line-height: 58px; padding-left: 56px; padding-right: 30px; margin-top: 22px; }
    .dlhz_chan4_ul li:before{ left: 20px;}
    #dlhz_chan5{ padding: 52px 0px; }
    .dlhz_jmlc li{ min-height: 90px; padding-left: 105px; width: 420px; padding-right: 80px; }
    .dlhz_jmlc li:after{ width: 70px;}
    .dlhz_jmlc li#dlhz_jmlcli4{ width: 340px; }
    .dlhz_jmlc_img{ width: 90px;}
    .dlhz_jmlc_tt{ font-size: 22px; }
    .dlhz_jmlc_dc{ line-height: 22px; height: 44px; margin-top: 8px;}
    #dlhz_chan6 .qwdz_chan2_tt{ padding-top: 15px; }
    .dlhz_case{ margin-top: 30px;}
    .dlhz_case_txt{ margin-top: 35px; }
    .dlhz_case_txt_c1{ font-size: 22px;  height: 46px; line-height: 46px; }
    .dlhz_case_txt_c2{ line-height: 23px; height: 46px; }
}
#news_chan1{ padding-top: 75px; padding-bottom: 25px; background: url(../images/news_bg1.jpg) no-repeat; background-size: 100% 100%;}
.news_rd{ overflow: hidden; }
.news_rd a{ width: 100%; float: left; color: #fff;}
.news_rd_img{ position: relative; }
.news_rd_img:before{ content: ''; z-index: 5; width: 62px; height: 52px; background: url(../images/news_rd.png) no-repeat; position: absolute; top: 0px; left: 0px;}
.news_rd_tt{ margin-top: 15px; font-size: 16px; font-weight: bold;}
.news_rd_dc{ margin-top: 10px; line-height: 1.7;}
.news_rd_mm{ margin-top: 15px; line-height: 30px;}
.news_rd_mm_b{ float: left; font-size: 15px;}
.news_rd_mm_sp1{ float: left; color: rgba(255, 255, 255, 0.6); margin-left: 5px;}
.news_rd_mm_sp2{ margin-left: 20px; width: 30px; height: 30px; background: url(../images/news_more.png) no-repeat; float: left; transition: all 0.3s ease-out 0s;}
.news_rd a:hover .news_rd_mm_sp2{ margin-left: 30px; }
#page_menu{ border-bottom: solid 1px rgba(105, 107, 109, 0.18); }
.page_menu{ overflow: hidden; }
.page_menu .swiper-slide{ width: auto; margin-right: 25px;}
.page_menu a{ position: relative; float: left; height: 46px; line-height: 46px; font-size: 15px;}
.page_menu a:after{ content: ''; width: 0px; height: 3px; background: #deb24d; position: absolute; bottom: -1px; left:0px; transition: all 0.3s ease-out 0s;}
.page_menu a:hover:after{ width: 100%; }
.page_menu a.on:after{ width: 100%; }
.page_crum{ float: right; line-height: 26px; color: #999;}
.page_crum a{ color: #999; }
.page_crum a:hover{ color: #333; }
.page_crum_sp1{ margin-right: 6px; }
#warpper{ padding: 10px 0px 20px 0px; }
@media (min-width:768px) 
{
    #news_chan1{ padding-top: 90px; }
    .page_menu .swiper-slide{ margin-right: 35px; }
    .page_menu a{ height: 50px; line-height: 50px; font-size: 16px; }
    #warpper{ padding: 25px 0px 30px 0px; }
}
@media (min-width:992px) 
{
    #news_chan1{ padding-top: 100px; padding-bottom: 30px;}
    .page_menu .swiper-slide{ margin-right: 40px; }
}
@media (min-width:1200px) 
{
    #news_chan1{ padding-top: 135px; padding-bottom: 60px;}
    .news_rd_tt{ font-size: 20px; margin-top: 25px;}
    .news_rd_dc{ margin-top: 15px; }
    .news_rd_mm{ margin-top: 25px; }
    .page_menu .swiper-slide{ margin-right: 60px; }
    .page_menu a{ height: 66px; line-height: 66px; font-size: 17px; }
    .page_crum{ line-height: 30px; }
    #warpper{ padding: 20px 0px 50px 0px; }
}
@media (min-width:1601px) 
{
    #news_chan1{ padding-top: 175px; padding-bottom: 110px;}
    .news_rd_tt{ font-size: 22px; margin-top: 35px;}
    .news_rd_dc{ margin-top: 25px; }
    .news_rd_mm{ margin-top: 35px; }
    .page_menu .swiper-slide{ margin-right: 90px; }
    .page_menu a{ height: 76px; line-height: 76px; font-size: 18px; }
    .page_crum{ line-height: 32px; }
    #warpper{ padding: 30px 0px 110px 0px; }
    .right_content{ width: 1500px; margin: 0px auto;}
}
.coc_tt{ text-align: center; color: #fff; font-size: 18px;}
.coc_ft{ text-align: center; color: #fff; font-size: 22px; font-weight: bold; margin-top: 10px;}
.coc_ft b{ font-size: 22px; font-family: 'Arial Black';}
.coc_cc{ margin-top: 15px; }
.coc_cc li{ margin-top: 8px; padding: 6px 0px 6px 36px; font-size: 14px; min-height: 32px; position: relative; color: #fff;}
.coc_cc li i{ width: 26px; height: 26px; position: absolute; top: 50%; transform: translateY(-50%); left: 0px;}
#coc_cc_li1 i{ background: url(../images/coc_img1.png) no-repeat left center; background-size: auto 100%;}
#coc_cc_li2 i{ background: url(../images/coc_img2.png) no-repeat left center; background-size: auto 100%;}
#coc_cc_li3 i{ background: url(../images/coc_img3.png) no-repeat left center; background-size: auto 100%;}
.coc_mess_tt{ font-size: 20px; text-align: center; color: #fff; margin-top: 25px;}
.coc_mess_cc{ margin-top: 10px; overflow: hidden;}
.coc_mess_cc_InputText1{ outline: none; margin-top: 10px; width: 100%; float: left; color: #fff; height: 40px; line-height: 40px; padding: 0px 15px; border-radius: 3px; background: rgba(211, 126, 15,0.33); border: solid 1px rgba(255, 255, 255, 0.33);}
.coc_mess_cc_InputText2{ outline: none; margin-top: 10px; width: 100%; float: left; color: #fff; height: 40px; line-height: 40px; padding: 0px 15px; border-radius: 3px; background: rgba(211, 126, 15,0.33); border: solid 1px rgba(255, 255, 255, 0.33);}
.coc_mess_cc_captcha{ outline: none; margin-top: 10px; width:25%; float: left; color: #fff; height: 40px; line-height: 40px; padding: 0px 15px; border-radius: 3px; background: rgba(211, 126, 15,0.33); border: solid 1px rgba(255, 255, 255, 0.33);}
.coc_mess_cc_verify{ margin-top: 10px; width:20%; float: left; height: 40px; line-height: 40px; }
.coc_mess_cc_But{ font-size: 14px; text-align: center; margin-top: 10px; width: 50%; float: left; margin-left: 5%; height: 40px; line-height: 40px; background: #fff; color: #5f5d5d;}
#coc_chan1{ padding: 25px 0px 20px 0px; }
.coc_ul{ overflow: hidden; }
.coc_ul li{ margin-bottom: 16px; overflow: hidden;}
.coc_li_txt{ margin-top: 10px; }
.coc_li_txt_tt{ font-size: 20px; }
.coc_li_txt_cc{ margin-top: 6px; line-height: 1.8;}
.fbgs{ background: #505050; }
@media (min-width:370px) 
{
    .coc_ft b{ font-size: 26px; }
}
@media (min-width:768px) 
{
    .coc_cc{ text-align: center; }
    .coc_cc ul{ display: inline-block; }
    .coc_cc li{ float: left; margin-left: 25px; }
    .coc_mess_cc_InputText1{ width: 49%; }
    .coc_mess_cc_InputText2{ width: 49%; margin-left: 2%;}
    .coc_mess_cc_captcha{ width: 30%; }
    .coc_mess_cc_verify{ width: 19%; }
    .coc_mess_cc_But{ width: 49%; margin-left: 2%;}
    .coc_li_img{ width: 50%; }
    .coc_li_txt{ width: 46%; margin-top: 15px;}
    .coc_ul li{ margin-bottom: 20px; }
    .coc_li1 .coc_li_img{ float: left; }
    .coc_li1 .coc_li_txt{ float: right; }
    .coc_li0 .coc_li_img{ float: right; }
    .coc_li0 .coc_li_txt{ float: left; text-align: right;}
}
@media (min-width:992px) 
{
    .coc_mess_cc_captcha{ width: 34%; }
    .coc_mess_cc_verify{ width: 15%; }
    .coc_li_txt{ margin-top: 30px; }
}
@media (min-width:1200px) 
{
    .coc_tt{ margin-top: 30px; font-size: 20px;}
    .coc_ft{ margin-top: 20px; font-size: 30px;}
    .coc_ft b{ font-size: 35px; }
    .coc_cc li{ margin-top: 10px; margin-left: 35px; font-size: 16px;}
    .coc_cc li i{ width: 28px; height: 28px;}
    .coc_mess_tt{ font-size: 28px; margin-top: 35px;}
    .coc_mess_cc{ margin-top: 15px; }
    .coc_mess_cc_InputText1{ width: 20%; height: 50px; line-height: 50px;}
    .coc_mess_cc_InputText2{ width: 29%; height: 50px; line-height: 50px; margin-left: 1%;}
    .coc_mess_cc_captcha{ width: 12%; margin-left: 1%; height: 50px; line-height: 50px;}
    .coc_mess_cc_verify{ width: 10%; height: 50px;}
    .coc_mess_cc_But{ width: 23%; height: 50px; line-height: 50px; font-size: 16px; float: right;} 
    #coc_chan1{ padding: 60px 0px 50px 0px; }
    .coc_ul li{ margin-bottom: 35px; }
    .coc_li_txt{ margin-top: 40px; }
    .coc_li_txt_tt{ font-size: 28px; }
    .coc_li_txt_cc{ margin-top: 15px; }
}
@media (min-width:1601px) 
{
    .coc_tt{ margin-top: 60px; font-size: 22px;}
    .coc_ft{ margin-top: 30px; font-size: 36px;}
    .coc_ft b{ font-size: 38px; }
    .coc_cc li{ margin-top: 15px; margin-left: 75px; padding-left: 44px; font-size: 18px;}
    .coc_cc li i{ width: 33px; height: 34px;}
    .coc_mess_tt{ font-size: 36px; margin-top: 75px;}
    .coc_mess_cc{ margin-top: 25px; margin-bottom: 40px;}
    .coc_mess_cc_InputText1{ height: 64px; line-height: 64px;}
    .coc_mess_cc_InputText2{ height: 64px; line-height: 64px; }
    .coc_mess_cc_captcha{ height: 64px; line-height: 64px;}
    .coc_mess_cc_verify{ height: 64px;}
    .coc_mess_cc_But{ height: 64px; line-height: 64px; font-size: 18px; } 
    #coc_chan1{ padding: 90px 0px 80px 0px; }
    .coc_ul li{ margin-bottom: 45px; }
    .coc_li_txt{ margin-top: 50px; }
    .coc_li_txt_tt{ font-size: 36px; }
    .coc_li_txt_cc{ margin-top: 25px; }
}
/*******Css footer*******/
#mfooter{ background: #279d89; line-height: 2; color: #bfdad5; margin-bottom: 62px;}
#mfooter a{ color: #bfdad5; }
#mfooter a:hover{ color: #fff; }
#mlinks{ border-bottom: solid 1px #3AAB97; padding: 5px 0px;}
#mlinks a{ margin-right: 10px; }
#mfooter #mlinks{ color: #fff; }
#mfooter #mlinks a{ color: #fff; }
#mfooterc{ padding: 10px 0px; }
#mfootercs{ border-top: solid 1px #3AAB97; padding: 5px 0px; text-align: center;}
#footers{ background: #f1f7f5; padding: 15px 0px 20px 0px;}
.footers_tt{ font-size: 20px; margin-bottom: 10px;}
@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; }
}
@media (min-width:992px) 
{
    #footers{ padding: 20px 0px 25px 0px;}
    .footers_tt{ margin-bottom: 15px; }
}
@media (min-width:1200px) 
{
    #footer{ background: #279d89; line-height: 2; color: #bfdad5;}
    #footer a{ color: #bfdad5; }
    #footer a:hover{ color: #fff; }
    #links{ border-bottom: solid 1px #3AAB97; padding: 12px 0px;}
    #links a{ margin-right: 15px; }
    #footer #links{ color: #fff; }
    #footer #links a{ color: #fff; }
    #footercs{ border-top: solid 1px #3AAB97; padding: 8px 0px; text-align: center;}
    #footerc{ padding: 20px 0px; }
    .footerc_left{ width: 600px; }
    .footerc_right{ min-height: 110px; width: 430px; position: relative; padding-left: 165px;}
    #footer .footerc_right_a1{ color: #279d89; width: 130px; height: 37px; line-height: 36px; background: #fff url(../images/ficon1s.png) no-repeat 15px center; padding-left: 45px; border-radius: 6px; position: absolute; top: 50%; margin-top: -18px; left: 0px;}
    #footer .footerc_right_a1:hover{ color: #333; background: #fff url(../images/ficon1.png) no-repeat 15px center;}
    #hlwyys{ position: relative; }
    #hlwyys i{ display: none; position: absolute; z-index: 2; top: -130px; left: 50%; transform:translateX(-50%); width: 120px; height: 120px; }
    .footerc_right_c{ position: relative; padding-left: 130px;}
    .footerc_right_c img{ width: 108px; position: absolute; top: 0px; left: 0px;}
    .footerc_right_c_tt{ font-size: 18px; font-weight: bold; }
    #footer .footerc_right_c_tt{ color: #fff; }
    .footerc_right_c_cc{ overflow: hidden; margin-top: 5px;}
    .footerc_right_c_cc a{ width: 50%; float: left; padding-right: 15px; font-size: 12px;}
    #footers{ padding: 25px 0px 20px 0px;}
    #footers .fwzc{ padding: 15px 0px 10px 0px; }
    #footers .fwzc a{ margin:10px 0px; }
    #footers .fwzc a:hover{ margin: 0px; padding: 25px 10px 30px 10px; }
    .footers_tt{ margin-bottom: 0px; font-size: 22px; }
}
@media (min-width:1601px) 
{
    #links{ padding: 15px 0px; }
    #footerc{ padding: 26px 0px; }
    #footers{ padding: 30px 0px 30px 0px;}
    .footers_tt{ font-size: 24px; }
    #footers .fwzc a:hover{ margin: 0px; padding: 30px 15px 26px 15px; }
}

.footernav{ width: 100%; color: #fff; height:62px; overflow: hidden; position: fixed; bottom:0px; padding:8px 0px 10px 0px; left: 0px; z-index: 999;   background:#deb24d; }
.footernav a{ color: #fff; }
.footernav ul li{width: 20%; float: left; text-align: center; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }

.newslist a{ width: 100%; float: left; border: solid 1px #EEEEEE; margin-top: 15px;}
.newslist_txt{ padding: 10px 0px 0px 0px;}
.newslist_txt_tt{ font-size: 14px; font-weight: bold; padding: 0px 15px;}
.newslist_txt_dc{ margin-top: 8px; line-height: 1.6; color: #999; padding: 0px 15px;}
.newslist_txt_mm{ border-top: solid 1px #eeeeee; height: 40px; line-height: 40px; overflow: hidden; padding: 0px 15px; margin-top: 10px;}
.newslist_txt_mm_sp1{ width: 16px; height: 40px; float: left; background: url(../images/news_jt.png) no-repeat center; transition: all 0.3s ease-out 0s;}
.newslist_txt_mm_b{ font-family: 'Arial'; color: #000; font-size: 16px; float: left;}
.newslist_txt_mm_sp2{ font-family: 'Arial'; color: rgba(0, 0, 0, 0.6); float: left; margin-left: 6px;}
@media (min-width:768px) 
{
    .newslist a{ width: 49%; margin-right: 2%;}
    .newslist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .newslist a{ width: 32%; margin-right: 2%;}
    .newslist a:nth-child(2n){ margin-right: 2%; }
    .newslist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .newslist a{ margin-top:25px; }
    .newslist_txt{ padding: 18px 0px 0px 0px;}
    .newslist_txt_tt{ font-size: 16px; padding: 0px 20px;}
    .newslist_txt_dc{ margin-top: 10px; padding: 0px 20px;}
    .newslist_txt_mm{ height: 50px; line-height: 50px; padding: 0px 20px; margin-top: 15px;}
    .newslist_txt_mm_sp1{ height: 50px; }
    .newslist_txt_mm_b{ font-size: 18px; }
}
@media (min-width:1601px) 
{
    .newslist a{ margin-top:35px; }
    .newslist_txt{ padding: 25px 0px 0px 0px;}
    .newslist_txt_tt{ font-size: 18px; padding: 0px 26px;}
    .newslist_txt_dc{ margin-top: 15px; padding: 0px 26px;}
    .newslist_txt_mm{ height: 58px; line-height: 58px; padding: 0px 26px; margin-top: 25px;}
    .newslist_txt_mm_sp1{ height: 60px; }
    .newslist_txt_mm_b{ font-size: 20px; }
}
.newslist a:hover{ box-shadow:0px 2px 25px rgba(0,0,0,0.1); }
.newslist a:hover .newslist_txt_mm_sp1{ background: url(../images/news_jth.png) no-repeat center; }


/*******Css info*******/
#company_main{ line-height:2; }
#company_main img{ max-width:100%; }
#company_main a{ color:#deb24d;}
#company_main strong{ color:#deb24d;}
#company_main .page_tt{ font-size: 16px; text-align: center; font-weight: bold; padding-bottom: 10px;}

#page_Title{ line-height:1.8; font-size:17px; padding-bottom: 10px; border-bottom:solid 1px #EBEBEB;}
.page_Info{ height:28px; line-height: 28px; margin-top: 5px; color:#b3b3b3;  overflow: hidden; }
.page_Infoleft { float: left;}
.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;}
.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;}
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 22px; }
    .page_Info{  margin-top: 10px; }
    #company_main{ font-size: 14px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ margin:20px auto 0px; }
    #company_main .page_tt{ font-size: 18px; }
    .rdpro1_video{ margin: 20px auto 0px; width: 80%;}
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 26px; padding-bottom: 15px; }
    #infoImage{ margin-top: 30px; }
    #contact_main p{ padding: 12px 2px; font-size: 16px;}
    .page_Content{ margin:30px auto 0px; }
    #company_main .page_tt{ font-size: 20px; }
    #company_main{ font-size: 15px; }
    .rdpro1_video{ margin: 25px auto 0px;}
}

.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%; float: left; 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: #deb24d; color: #fff;}

.prolist{ overflow: hidden; }
.prolist li{ border: solid 1px #dedede; background: #fff; margin-top: 15px; padding: 20px 15px;}
.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: #deb24d; color: #fff;}
.prolist_btn_a1:hover{ background: #f3c873; color: #fff;}
.prolist_btn_a2:hover{ background: #f3c873; 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:25px 20px; position: relative; overflow: hidden;}
    .prolist li:hover .prolist_btn{ bottom: 0px; opacity: 1;}
    .prolist_txt{ font-size: 16px; margin-top: 15px;}
    .prolist_dc{ margin-top: 6px; }
    .prolist_btn{ margin-top: 0px; opacity: 0; position: absolute; width:100%; padding: 15px 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:30px 30px;}
    .prolist_txt{ font-size: 17px; margin-top: 20px;}
    .prolist_dc{ margin-top: 8px; }
    .prolist_btn{ padding: 25px 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: #fff;}
.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 #deb24d;  }
.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; }
.rdpro1_txt_ft{ font-size: 16px; }
.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, 97, 0.03); 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: #deb24d; color: #fff; font-size: 15px;}
.rdpro1_btn a:hover{ background: #f3c873; color: #fff;}
#rdpro_tj{ padding: 20px 0px; }
#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;}
#rdpro2{ padding: 20px 0px; background: url(../images/fbg.jpg) no-repeat; background-size: 100% 100%;}
.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;}
.rdpro_khal a:hover .rdpro_khal_txt{ color: #deb24d; }
.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; }
    .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: #deb24d; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    #rdpro_tj{ padding: 30px 0px 40px 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: #deb24d; }
    .rdpro2_left_c_pro a.on{ color: #deb24d; }
    .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: #deb24d; }
    .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%; margin-top: 0px;}
    .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: 40px 0px 50px 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; }
}

/* 无内容 */
.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;
}

.mask50{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.swin_alert{
    width: 86%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 9999;
    display: none;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.swin_close{
    background: url(../images/close.png) no-repeat center;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 15px;
}
.swin_inner{
    padding:20px 15px 20px 15px;
}
.swin_title{
    font-size: 20px; 
}
.swin_title a{ position: relative; padding: 0px 4px; }
.swin_title a:after{ content: ''; width: 100%; height: 10px; background: #9CEDD6; position: absolute; bottom: 0px; left: 0px; z-index: 1;}
.swin_title a span{ position: relative;z-index: 2; }
.swin_desc{
    margin-top: 15px;
    color: #666666;
}
.swin_desc a{ color: #666666; }
.swin_desc_cc{ line-height: 2; }
.swin_desc_cc img{ max-width: 100%; }
.swin_desc_lx{ margin-top: 15px; border-top: solid 1px #ECECEC; padding-top: 13px;}
.swin_desc_lx_left{ line-height: 2.2; }
.swin_desc_lx_right{ position: relative; padding-right: 100px; margin-top: 10px;}
.swin_desc_lx_right img{ width: 110px;}
.swin_desc_lx_right span{ font-weight: bold; font-size: 14px; position: absolute; left: 120px; top: 50%; transform: translateY(-50%);}
@media (min-width:768px) 
{
    .swin_alert{ height: 500px; }
    .swin_desc_lx_right{ width: 50%; float: left;}
}
@media (min-width:1200px) 
{
    .swin_alert{ width: 1140px; height: 550px;}
    .swin_close{  top: 30px;
    right: 25px;}
    .swin_inner{
    padding:35px 30px 40px 30px;
   }
   .swin_title{
    font-size: 26px;
   }
   .swin_desc{
    margin-top: 25px;
   }
   .swin_desc_cc{ font-size: 15px; }
   .swin_desc_lx{ margin-top: 28px; padding-top: 20px;}
   .swin_desc_lx_left{ width: 590px; float: left;  padding-top: 10px;}
   .swin_desc_lx_right{ width: auto; position: relative; padding-right: 90px; margin-left: 30px; margin-top: 0px;}
   .swin_desc_lx_right img{ width: 95px;}
   .swin_desc_lx_right span{  font-size: 16px;  right: 0px; left: auto; }
}
@media (min-width:1601px) 
{
   .swin_alert{ width: 1250px; height: 700px;}
   .swin_close{  top: 35px;right: 35px;}
   .swin_inner{padding:40px 40px 50px 40px;}
   .swin_title{font-size: 30px;}
   .swin_title a:after{ height: 12px; }
   .swin_desc{
    margin-top: 30px;
   }
   .swin_desc_cc{ font-size: 16px; }
   .swin_desc_lx{ margin-top: 32px; padding-top: 28px;}
   .swin_desc_lx_left{ width: 600px; padding-top: 15px;}
   .swin_desc_lx_right img{ width: 110px;}
   .swin_desc_lx_right span{ font-size: 17px; }
}

/*******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: #deb24d; 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:#deb24d; 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: #efa118; 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 5px;
  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: #deb24d;
  background: #deb24d;
}
.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; }
}