
html{ scroll-behavior:smooth;}
body{ margin: 0; padding: 0;}
ul{ margin: 0; padding: 0;}
li{ list-style: none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.cl:after{ content: ''; clear: both; display: table;}
a{ text-decoration: none !important;}

.flex{
  display: flex;
}


.maodian{ position: absolute; left:0; top:-10rem;}

.head_top{ background: #3e4446; color: #fff; font-size: .75rem; position: relative; z-index: 10;}
.head_top .container{ height: 2.5rem; display: flex; align-items: center; justify-content: flex-end;}
.head_top a{ font-size: .75rem; color: #fff;}
.head_top a:first-child{ margin-right: 0.5rem;}
.head_top a:last-child{ margin-left: 0.5rem;}
.header{ width: 100%; height: 6.5rem; background-image: linear-gradient(to bottom,#fff, #fff, rgb(214, 214, 214)); position: relative; z-index: 99;}
.header .container{ display: flex; justify-content: space-between; align-items: center;}
.logo{ width: 19.375rem;}
.logo a{ display: inline-block; height: 100%;}
.logo a img{ display: block; height: 100%;}

.pc_nav{ width: 36.5rem;}
.pc_nav>ul{ display: flex;}
.pc_nav>ul>li{ position: relative; width: 20%;}
.pc_nav>ul>li:last-child:before{ content: ''; width: 1px; height: 100%; position: absolute; right: 0; top: 0; background: #ccc; box-shadow: 0 0 2px #fff;}
.pc_nav>ul>li:after{ content: ''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; background: #ccc; box-shadow: 0 0 5px #fff;}
.pc_nav>ul>li>a{ font-size: .875rem; height: 6.5rem; width: 100%; display: flex; align-items: center; justify-content: center; color: #333; transition: all 0.3s ease; text-decoration: none; text-align: center;}
.pc_nav>ul>li:hover>a{ background: rgb(230, 230, 230); color: #4B4BA5;}
.pc_nav>ul>li.active>a{ background: rgb(230, 230, 230); color: #4B4BA5;}
.pc_nav>ul>li:hover>ul{ display: block;}
.pc_nav>ul>li ul{ position: absolute; min-width: 10.625rem; top: 100%; left: 0; z-index: 2; border: 1px solid #adadad; display: none;}
.pc_nav>ul>li>ul li{ background: #e6e6e6; border-bottom: 1px solid #adadad; position: relative;}
.pc_nav>ul>li>ul li:last-child{ border: none;}
.pc_nav>ul>li>ul li a{ color: #444444; padding: .375rem; display: block; border: 1px solid white; font-size: .8125rem;}
.pc_nav>ul>li>ul li:hover{ background: #dedede;}
.pc_nav>ul>li>ul li:hover>a{ color: #4B4BA5; }
.pc_nav ul ul ul li:hover a{ color: #4B4BA5;}
.pc_nav ul ul ul{ left: 100%; top: 0; display: none;}
.pc_nav ul ul>li:hover ul{ display: block;}
.pc_nav>ul>li>ul>li>a{ position: relative; padding-right: 1.875rem;}
.pc_nav>ul>li>ul>li>a i{ position: absolute; top: 50%; letter-spacing: -4px; transform: scale(1, 1.4) translateY(-50%); right: 1rem; z-index: 2; display: block; font-style: normal;}



/* .pc_nav>ul>li:hover .erji{ opacity: 1; transform: translateX(-50%); pointer-events: auto;}
.pc_nav>ul>li .erji{ position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(1rem); pointer-events: none; opacity: 0; min-width: 100%; padding: 0.5rem 0; background: rgba(0,0,0,0.3); transition: all 0.3s ease-out; z-index: 2; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.pc_nav>ul>li .erji a{ display: block; line-height: 2.25rem; font-size: .875rem; color: rgba(255,255,255,0.75); white-space: nowrap; padding: 0 .625rem; text-align: center;}
.pc_nav>ul>li .erji a:hover{ color: #fff;} */


.head_search i{ font-size: 1.5rem; color: #fff;}
.search_box.active{ opacity: 1; pointer-events: auto; transform: translateY(0);}
.search_box{ width: 28.75rem; opacity: 0; pointer-events: none; position: absolute; top: 100%; right: 0; z-index: 2; transition: all 0.5s; transform: translateY(1.5rem);}
.search_box input{ width: calc(100% - 8.75rem); height: 3.5rem; background: rgba(0,0,0,0.35); border-radius: 0; border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; padding: 0 1.875rem; font-size: 1.125rem; color: #fff; padding-left: 4.375rem; outline: none; box-shadow: none; border: none;}
.search_box input::placeholder{ color: rgba(255,255,255,0.5); text-transform: uppercase;}
.search_box i{ position: absolute; left: 1.875rem; top: 50%; transform: translateY(-50%); color: #fff; opacity: 0.7; font-size: 1.5rem;}
.search_box button{ width: 8.75rem; font-size: 1.125rem; background: #3c59a7; border: none; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0 !important; color: #fff; font-family: 'MONTSERRAT-BOLD'; outline: none;}



.menu-link{ cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: none;
}
.menu-link span{ width: 1.875rem; height: 1.5rem; display: inline-block; position: relative;}
.menu-link span i{ width: 100%; height: 3px; display: block; background: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%);transition: all 0.3s ease-out;}
.menu-link span:after{ content: ''; background: #fff; width: 100%; height: 3px; position: absolute; top: 0; left: 0;transition: all 0.3s ease-out; transform-origin: right top;}
.menu-link span:before{ content: ''; background: #fff; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0;transition: all 0.3s ease-out; transform-origin: right bottom;}
.menu-link.active span:after{ transform: rotate(-45deg);}
.menu-link.active span:before{transform: rotate(45deg);}
.menu-link.active span i{ background: transparent;}

.s_banner{
  position: relative;
  border-top: 5px solid rgb(22, 24, 58);
  border-bottom: 5px solid rgb(22, 24, 58);
  padding: 2.25rem 0;
  background-color: #4B4BA5;
  background-image: url(http://www.enshu-ql.com/wp-content/themes/Polyon/lib/frontend/images/featured-content-area_bg.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}
.s_banner:after{ content: ''; width: 100%; height: 50%; position: absolute; top: 0; left: 0; background: rgba(255,255,255,0.1); z-index: 2;}
.s_banner .swiper{ padding: .3125rem; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.5); position: relative; z-index: 3;}
.s_banner .swiper .swiper-slide img{ max-width: 100%;}

.s_product{ padding: 3.75rem 0;}
.s_product .container{ display: flex;}
.s_product .caption{ width: 31%;}
.s_product .caption:not(:nth-child(3n)){ margin-right: calc(7%/2);}
.scp_img{ border: 1px solid #ccc; border-radius: 2px; padding: .3125rem; background: #fff; position: relative;}
.scp_img img{ width: 100%;}
.scp_img:before{ left: .75rem; transform: rotate(-1.3deg);}
.scp_img:after{ right: .75rem; transform: rotate(1.3deg);}
.scp_img:before, .scp_img:after {
  bottom: .75rem;
  box-shadow: 0 1rem 4px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1rem 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1rem 4px rgba(0, 0, 0, .3);
  content: "";
  height: 20%;
  max-width: 100%;
  position: absolute;
  width: 80%;
  z-index: -1;
}
.s_product .caption h3{ font-size: 1.5rem; color: #4B4BA5; text-shadow: 1px 1px 1px #AAAAAA; margin: 1rem 0;}
.s_product .caption p{ font-size: .875rem; line-height: 1.6; color: #222;}

.footer{ border-top: .3125rem solid #4B4BA5;}
.footer h4, .footer h3{ font-size: 1.25rem; color: #222; margin-top: 2.5rem; padding-bottom: .3125rem; border-bottom: 1px solid #dedede; margin-bottom: 0;}
.ftnew_li{ border-bottom: 1px solid #dedede; padding: .3125rem 0;}
.ftnew_li a{ color: #666; display: block;}
.ftnew_li h5{ font-size: .875rem; margin: 0; line-height: 1.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ftnew_li h6{ font-size: .75rem; color: #999; margin: 0; line-height: 1.8;}
.footer ul li{ border-bottom: 1px solid #dedede;}
.footer ul li a{ padding: .3125rem .875rem; padding-right: 3px; display: block; font-size: .875rem; color: #666;background: url(../images/jian.gif) 3px 50% no-repeat; transition: all 0.3s ease;}
.footer ul li:hover a{ background: url(../images/jian.gif) 3px 50% no-repeat #eee; padding-left: 1.125rem; color: #4B4BA5;}
.ftnew_li a:hover{ color: #4B4BA5;}
.ftnew_li a:hover h5{ text-decoration: underline;}
.foot_lx{ padding-top: .3125rem;}
.foot_lx p{ font-size: .875rem; color: #666; margin-bottom: .625rem;}
.foot_lx a{ display: block; font-size: .875rem; border: 1px solid #d1d1d1; border-radius: 2px; text-align: center; color: #4B4BA5; padding: .3125rem .75rem; font-weight: bold; background-image: linear-gradient(to bottom,#fff, rgb(235, 235, 235)); transition: all 0.3s ease;}
.foot_lx a:hover{ border-color: rgb(172, 172, 172);}
.foot_di{ font-size: .75rem; padding: .75rem 0; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; background: #f7f7f7; margin-top: 1.875rem;}

.n_nav{ font-size: 1.25rem; color: #fff;
  background-color: #4B4BA5;
  background-image: url(../images/topbar_bg.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
  padding: .75rem 0;
  border-top: .3125rem solid rgb(22, 29, 70);
  border-bottom: .3125rem solid rgb(22, 29, 70);
  position: relative;
}
.n_nav:after{ content: ''; width: 100%; height: 1px; background: rgba(255,255,255,0.3); position: absolute; top: 0; left: 0;}
.n_nav:before{ content: ''; width: 100%; height: 1px; background: rgba(255,255,255,0.3); position: absolute; bottom: 0; left: 0;}
.nav_bai{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.nav_bai:after{ position: absolute; left: 0; content: ''; width: 100%; height: 50%; top: 0; background: #fff; opacity: 0.1;}
.nav_bai:before{ position: absolute; left: 0; content: ''; width: 100%; bottom: 0; height: 50%; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); opacity: 0.2;}

.zhong .container{ display: flex; justify-content: space-between; align-items: flex-start;}
.ny_left{ width: 65%; padding: 3.75rem 0;}
.ny_right{ width: 31%; background: #f7f7f7; position: relative; overflow: hidden; padding: 2.5rem 1.875rem; padding-bottom: 3.75rem;}
.bai_top, .bai_bottom{ width: 100%; position: absolute; left: 0; z-index: 2;}
.bai_top{ top: 0; height: 2.5rem; background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0));}
.bai_bottom{ bottom: 0; height: 3.75rem; background-image: linear-gradient(to bottom,  rgba(255,255,255,0), #fff);}
.ny_right:after{ content: ''; width: 2px; height: 100%; background: #fff; position: absolute; left: 0; top: 0; box-shadow: 0px 0px 0.8rem rgba(0,0,0,0.5); border-left: 1px solid #d1d1d1;}
.ny_right:before{ content: ''; width: 2px; height: 100%; background: #fff; position: absolute; right: 0; top: 0; box-shadow: 0px 0px 0.8rem rgba(0,0,0,0.5); border-right: 1px solid #d1d1d1;}

.ny_right ul ul li{ padding-left: .625rem; border-top: 1px solid #dedede; border-bottom: none;}
.ny_right ul li{ border-bottom: 1px solid #dedede;}
.ny_right ul li.active a{ color: #4B4BA5;}
.ny_right ul li a{ padding: .3125rem .875rem; padding-right: 3px; display: block; font-size: .875rem; color: #666;background: url(../images/jian.gif) 3px 50% no-repeat; transition: all 0.3s ease;}
.ny_right ul li a:hover{ background: url(../images/jian.gif) 3px 50% no-repeat #eee; padding-left: 1.125rem; color: #4B4BA5;}
.ny_right h3{ margin: 0; margin-top: 1.875rem; font-size: 1.25rem; padding-bottom: .3125rem; border-bottom: 1px solid #dedede;}

.ny_h2{ font-size: 1.5rem; text-shadow: 1px 1px 1px #AAAAAA; margin-bottom: 1.625rem;}

.zhong{ padding-bottom: 3.75rem;}

.hwgl_li{ border-radius: 2px; border: 1px solid #d1d1d1; overflow: hidden; margin-bottom: 1.875rem;}
.hwgl_li h4{ display: block; font-size: 1rem; font-weight: normal; border-bottom: 1px solid #d1d1d1; color: #333; padding: .625rem 1.25rem; background-image: linear-gradient(to bottom,#fff, rgb(235, 235, 235)); margin: 0;}
.hwgl_li .caption{ display: flex; padding: 1.25rem;}

.hwgl_img{ height: 6.25rem; width: 9.375rem; position: relative; overflow: hidden;}
.hwgl_img img{ max-width: 100%; min-width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.hwgl_text{ width: calc(100% - 9.375rem - 1rem); margin-left: 1rem; font-size: 0.875rem; line-height: 1.6;}
.hwgl_text p{ margin-bottom: 0;}

.hwgl_img2{ height: 9.375rem; width: 14.75rem; position: relative; overflow: hidden;}
.hwgl_img2 img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
/* .hwgl_text{ width: calc(100% - 16rem); margin-left: 1.25rem; margin-left: 1rem; font-size: 0.875rem; line-height: 1.6;}
.hwgl_text p{ font-size: .8125rem;} */

.ny_more{ color: #333; padding: .5rem 0; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; display: flex; align-items: center; font-size: .875rem; margin-bottom: 1.875rem;}
.ny_more span{ display: flex; align-items: center; margin-right: 1.875rem;}
.ny_more span img{ margin-right: .3125rem;}

.tongzhi_li{ margin-bottom: 2.5rem;}
.imgbox img{ max-width: 100% !important; transition: all 0.5s ease-out;}
.imgbox a{ position: relative; display: block;}
.imgbox a:after{ content: ''; width: 4.375rem; height: 4.375rem; background: url(../images/magnifier.png) center no-repeat; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; opacity: 0; transition: all 0.5s ease-out; cursor: pointer;}
.imgbox a:hover:after{ opacity: 1;}
.imgbox a:hover img{ opacity: 0.5;}

.ny_left .row{ margin: 0 -5px;}
.ny_left .row .col-sm-4{ padding: 0 5px;}

.ncp_content{ margin-bottom: 2.5rem; font-size: .875rem; color: #454545;}
.ncp_content p{ font-size: .8125rem; color: #454545; line-height: 1.8; text-align: justify;}

.ncp_nav{ display: flex; flex-wrap: wrap; margin-bottom: 2.5rem;}
.ncp_nav ul{ width: 50%; margin-bottom: 1.5rem;}
.ncp_nav ul h3{ font-size: 1.5rem; text-shadow: 1px 1px 1px #AAAAAA;}
.ncp_nav ul li{ padding-left: 1rem;}
.ncp_nav ul li a:after{ content: ''; width: .3125rem; height: .3125rem; border-radius: 50%; background: #666; position: absolute; left: -1rem; top: 50%; transform: translateY(-50%);}
.ncp_nav ul li a{ font-size: .875rem; display: inline-block; vertical-align: bottom; color: #4B4BA5; text-decoration: underline !important; position: relative;}
.ncp_nav ul li img{ margin-left: .75rem; width: 2rem; display: inline-block; vertical-align: bottom;}

.ncp_li{ display: flex; margin-bottom: 3.125rem; align-items: center;}
.ncp_li .scp_img{ width: 13.125rem; margin-right: 1.25rem; padding: 3px; background: #fff;}
.ncp_li .scp_img a{ padding-top: 60%; display: block; position: relative;}
.ncp_li .scp_img a img{ max-width: 100%; width: auto; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.ncp_text{ width: calc(100% - 14.375rem);}
.ncp_text h4{ font-size: 1.5rem; color: #4B4BA5; font-weight: lighter; text-shadow: 1px 1px 1px #AAAAAA;}
.ncp_text p{ font-size: .875rem; color: #454545;}
.ncp_text table, .ty_content table{ width: 100%; font-size: .875rem; color: #454545; border: 1px solid #d1d1d1;}
.ncp_text table thead{ border-bottom: 3px solid #d1d1d1;}
.ncp_text table thead th{ background: #f1f1f1;}
.ncp_text table td, .ty_content table td, .ncp_text table th, .ty_content table th{ padding: .25rem .375rem; border-right: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;}
.ty_content table th{ font-weight: normal;}
.ty_content table{ max-width: 100% !important; min-width: 100% !important; width: auto !important;}
/* 
.ty_content table tr td:first-child{ min-width: 9.375rem;}
.ty_content table tr th:first-child{ min-width: 6.375rem;} */


.ny_about table tr td:first-child, .ny_about table tr th:first-child{ width: 5.625rem;}


/* .ny_left>h2{ margin-bottom: 1.25rem; color: #333; font-size: 1.875rem; font-weight: lighter; margin-bottom: 1.875rem;} */

.cpxq_left .ty_content>h2{ color: #333; font-size: 1.875rem; font-weight: lighter; margin-bottom: 1.875rem;}
.cpxq_left .ty_content>h2 span{ line-height: 1.6;}
.cpxq_left .ty_content>h3, .cpxq_2 .ty_content>h3{ color: #333; font-size: 1.5rem; text-shadow: 1px 1px 1px #AAAAAA;}
.cpxq_1{ display: flex; justify-content: space-between;}
.cpxq_left{ width: 40%;}
.cpxq_right{ width: 60%;}
.cpxq_right img{ display: block; max-width: 100%; margin: 0 auto;}

.ny_left .flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.ny_left .flex .form-group{ width: 48%;}
.ny_left .flex .form-group label{ display: block; font-size: .875rem; font-weight: bold; color: #666;}
.ny_left .flex .form-group input{ display: block; width: 100%; border-radius: 0; border:1px solid #dedede; height: 2.125rem; outline: none; padding: 0 .625rem; font-size: 14px; color: #666;}
.lx_massage p{ font-size: .875rem;}
.lx_massage label{ margin-right: 1.875rem; font-size: .875rem;}
.lx_massage label input{ margin-right: .375rem;}
.lx_massage textarea{ width: 100%; border-radius: 0; border:1px solid #dedede; font-size: .875rem; outline: none; color: #666; padding: .625rem;}
.lx_massage .form-group>input{ display: inline-block; font-size: .875rem; border: 1px solid #d1d1d1; border-radius: 2px; text-align: center; color: #333; padding: .3125rem 1.875rem; font-weight: bold; background-image: linear-gradient(to bottom,#fff, rgb(235, 235, 235)); transition: all 0.3s ease; outline: none;}

p.pdf-link {
  text-align: right;
  padding-right: 30px;
  margin-top: 1.25rem;
}
.pdf-link a {
  background: url(../images/file-pdf.png) no-repeat;
  padding-left: 25px;
  font-size: .875rem;
}
.cpxq_2{ margin-top: 1.875rem;}


/* 通用css */
.fanye{ text-align:center;}
.fanye a{ display:inline-block; padding:6px 12px; border:1px solid #ddd; background:#fff; color:#666; text-decoration:none;}
.fanye a:hover{ color:#bc0206; border:1px solid #bc0206;}
.fanye a.active{ background:#bc0206; border:1px solid #bc0206; color:#fff;}
.fanye a.active:hover{ color:#fff; border:1px solid #bc0206;}
.fanye a.cur{ color:#999; border:1px solid #eee; pointer-events: none}
.fanye a.disabled{ border: none; pointer-events: none;}

.ty_content.daixian p{ border-bottom: 1px solid #ccc; padding-bottom: .375rem;}
.ty_content{ font-size: .8125rem; line-height: 1.8; color: #666;}
.ty_content iframe{ max-width: 100% !important; width: 100% !important;}
.ty_content img{ max-width: 100%; height: auto !important;}
.ty_content ul, .ty_content ol{ padding-left: 1rem;}
.ty_content ul li, .ty_content ol li{ position: relative;}
.ty_content ul li:after, .ty_content ol li:after{ content: ''; width: .375rem; height: .375rem; border-radius: 50%; background: #666; position: absolute; left: -1rem; top: 0.6rem;}
.ty_content>h3{ color: #333; font-size: 1.5rem; text-shadow: 1px 1px 1px #AAAAAA;}


@media (max-width:767px){
  .header{ height: 4rem;}
  .header .menu-link i, .header .menu-link span:before, .header .menu-link span:after{ background: #333;}
  .menu-link{ display: block; transition: all 0.3s ease;}
  .header .container{ padding: 0 15px; width: 100%; height: 100%;}
  .tel_bai{ display: none;}
  .pc_nav{ position: absolute; width: 100%; z-index: 99; height: auto; top: calc(100% + 1px); left: 0; display: none;  background: rgba(255,255,255,0.9); padding: 1.25rem 0; border-top: 1px solid #dedede; box-shadow: 0px 2px 4px rgba(0,0,0,0.2);}
  .logo{ width: auto; height: 1.875rem;}
  .pc_nav.active{ display: block;}
  .pc_nav>ul{ height: auto; flex-wrap: wrap;}
  .pc_nav>ul>li:after{ display: none;}
  .pc_nav>ul>li{ width: 100%; margin-top: 0; text-align: center;}
  .pc_nav>ul>li>a{ font-size: 1rem; font-weight: bold; display: inline-block; height: auto; line-height: 3;}
  .pc_nav>ul ul{ display: none !important;}

  .footer h4, .footer h3{ font-size: 1.125rem;}

  .s_product .container{ flex-wrap: wrap;}
  .s_product .caption{ width: 100%; margin-bottom: 1.25rem;}
  .s_product .caption h3{ font-size: 1.25rem;}
  .s_product .caption:not(:nth-child(3n)){ margin-right: 0;}

  .n_nav{ font-size: 1.125rem;}
  
  .zhong{ overflow: hidden; width: 100%; padding-bottom: 0;}
  .zhong .container{ position: relative;}
  .ny_left{ width: 100%;}
  .hwgl_li .caption{ flex-wrap: wrap;}
  .hwgl_img{ width: 100%; height: auto;}
  .ny_left img{ position: static;  transform: translateX(0) translateY(0);}
  .hwgl_text{ width: 100%; margin-left: 0; margin-top: .625rem;}
  .ny_right.active{ transform: translateX(0);}
  .ny_right.active h3:nth-child(2){ transform: translateX(0);}
  .ny_right{ position: absolute; top: 3.5rem; right: 0; z-index: 98; width: 70%; overflow: visible; transition: all 0.3s ease;transform: translateX(100%); }
  .ny_right h3:nth-child(2){ position: absolute; bottom: 100%; left: 0; transform: translateX(-100%); border: none; margin: 0; padding: .5rem 1rem; font-size: 0.875rem; background: #3c59a7; color: #fff; border-radius: 4px; transition: all 0.3s ease;}
  .ny_h2, .ncp_nav ul h3{ font-size: 1.125rem;}
  .hwgl_li h4{ font-size: 1rem;}
  .cpxq_1{ flex-wrap: wrap;}
  .cpxq_left, .cpxq_right{ width: 100%;}
  .cpxq_left .ty_content>h2{ font-size: 1.5rem;}
  .cpxq_left .ty_content>h3, .cpxq_2 .ty_content>h3, .ty_content>h3{ font-size: 1.25rem; line-height: 1.8;}
  .ncp_li{ flex-wrap: wrap;}
  .ncp_li .scp_img{ width: 100%; margin-bottom: 1.25rem;}
  .ncp_text{ width: 100%;}

  .ny_left .row .col-sm-4{ margin-bottom: 1.25rem;}
  .hwgl_li .caption{ align-items: center;}
  /* .hwgl_img2{ width: 100%; height: 20rem;} */
  .ty_content iframe{ max-width: 100% !important; width: 100% !important; height: 12rem !important;}
  .ty_content{ font-size: .875rem;}
  .ncp_content p{ font-size: .875rem;}
  .ny_left img{ max-width: 100% !important;}
}

@media (min-width:768px) and (max-width:990px) {
 
  .header .menu-link i, .header .menu-link span:before, .header .menu-link span:after{ background: #333;}
  .menu-link{ display: block; transition: all 0.3s ease;}
  .header .container{ padding: 0 15px; width: 100%; height: 100%;}
  .tel_bai{ display: none;}
  .pc_nav{ position: absolute; width: 100%; z-index: 99; height: auto; top: calc(100% + 1px); left: 0; display: none;  background: rgba(255,255,255,0.9); padding: 1.25rem 0; border-top: 1px solid #dedede; box-shadow: 0px 2px 4px rgba(0,0,0,0.2);}
  .logo{ width: auto; height: 3rem;}
  .pc_nav.active{ display: block;}
  .pc_nav>ul{ height: auto; flex-wrap: wrap;}
  .pc_nav>ul>li:after{ display: none;}
  .pc_nav>ul>li{ width: 100%; margin-top: 0; text-align: center;}
  .pc_nav>ul>li>a{ font-weight: bold; display: inline-block; height: auto; line-height: 3;}
  .pc_nav>ul ul{ display: none !important;}

  .s_product .container{ flex-wrap: wrap;}
  .s_product .caption{ width: 100%; margin-bottom: 1.25rem;}
  .s_product .caption:not(:nth-child(3n)){ margin-right: 0;}
  .zhong{ overflow: hidden; width: 100%; padding-bottom: 0;}
  .zhong .container{ position: relative;}
  .ny_left{ width: 100%;}
  .ny_right.active{ transform: translateX(0);}
  .ny_right.active h3:nth-child(2){ transform: translateX(0);}
  .ny_right{ position: absolute; top: 3.5rem; right: 0; z-index: 98; width: 50%; overflow: visible; transition: all 0.3s ease;transform: translateX(100%); }
  .ny_right h3:nth-child(2){ position: absolute; bottom: 100%; left: 0; transform: translateX(-100%); border: none; margin: 0; padding: .625rem 1.25rem; background: #3c59a7; color: #fff; border-radius: 4px; transition: all 0.3s ease;}

  .ncp_li{ flex-wrap: wrap;}
  .ncp_li .scp_img{ width: 100%; margin-bottom: 1.25rem;}
  .ncp_text{ width: 100%;}

  .ny_left .row .col-sm-4{ margin-bottom: 1.25rem;}
  .hwgl_li .caption{ align-items: center;}
  .ny_left img{ max-width: 100% !important;}

}

@media (min-width:991px){
  
  .container{ width: 990px !important; padding: 0 15px;}

}