﻿/*:root{
  --h-s-height:3.5rem;
  --b-lrt:0.3s;
  --b-llt:0.3s;
}*/
:root{
  --cw:75%;
  --cwm:94%;
  --hh:2rem;
}
@font-face {
  font-family: 'ANTONIO-BOLD-WEBFONT';
  src:url('../fonts/ANTONIO-BOLD-WEBFONT.eot');
  src:url('../fonts/ANTONIO-BOLD-WEBFONT.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ANTONIO-BOLD-WEBFONT.TTF') format('truetype');
}
.body-width{width: 90%;margin:auto;}
.body-width-a{width:1440px;margin:auto;}
.container{width: 1170px\9;}
.index-banner{width: 100%;position: relative;}
.swiper-container {width: 100%;}
.hamburger {display: block;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {background-color: #fff;height:4px;}
/* 头部开始 */
#header{display: block;position: absolute;z-index:999;padding:1% 0;border-bottom: 1px solid rgba(255,255,255,0.3);margin: auto;align-items: center;justify-content: space-between;width:100%;}
.header-logo{width:12%;}
.header-logo img{width:100%;}
.header-r {width:60%;text-align: right;}
.qiehuan{width: 82px;padding-left:50%;padding-top: 2%;}
.qiehuan li{width:40px;margin-right: 1px;float: left;}
.header-tel{color:#fff;font-size: 15px;}
.header-tel img{margin-right: 10px;vertical-align:middle;}
.header-tel span{font-size:34px;font-family: "times new roman";}
/* 头部结束 */
.sj-banner{display: none;}
#m_header{display: none;}
.hr-top{display: flex;justify-content: flex-end;align-items: flex-start;position: relative;}
#header.else .hr-top{display: none;}
.nav-pc {width: 60%;text-align: center;display: flex;align-items: center;justify-content: flex-start;flex-direction: row-reverse;margin-top: 2vh;}
.hamburger {display: block;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {background-color: #fff;height: 2px;}
.hamburger-inner::before { top: -6px;}
.hamburger-inner::after {bottom: -6px;}
.hamburger--emphatic-r .hamburger-inner::after {top: auto;}
#header.else .mobile_nav{display: none;}
.mobile_nav{width:85%;}
.mobile_nav .menulevel{display: none;}
.nav-pc > .mobile_nav > ul{display: flex;-webkit-box-align: center;align-items: center;}
.nav-pc .mobile_nav>ul>li {flex-grow: 1;transition: all .5s ease-in-out;width: auto;height: 60px;display: inline-block;font-size: 16px;color: #000;line-height:60px;text-align: center; position: relative;}
.nav-pc li a span {color: #fff;}
.nav-pc li a#menu_selected span { color: #fff;}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #fff; }
.nav-pc li:hover a span{ color: #fff;}
.nav-pc .mobile_nav>ul>li>ul>li{
	background: rgba(34,34,34,.6);
}
.nav-pc .mobile_nav>ul>li>ul>li>ul{
	display: none;
}
.shownav li .menulevel{
	display: none;
}
.cnen{
	background: rgba(255,255,255,.6);
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 3%;
	width: 6%;
	margin-top: 3.5vh;
}
.cnen ul li{
	float: left;
	width: 50%;
}
.cnen ul li a{
	font-size: 15px;
	color: #222;
}
.cnen ul li:hover{
	background: #0f6ba9;
}
.cnen ul li:hover a{
	color: #fff;
}
.dqyy{
	background: #0f6ba9;
}
.cnen ul li.dqyy a{
	color: #fff;
}
.top-tel{
	font-size: 30px;
	color: #0f6ba9;
	font-weight: bold;
	font-family: "times new roman";
	margin-top: 2vh;
}
.top-tel img{
	vertical-align: middle;
	margin-right: 10px;
}




.index-search{
  position: absolute;
  right:0;
  top:1.5rem;
  display: none;
}
.is-con{
  display: flex;
  align-items:center;
  justify-content:center;
  height: 2rem;
  border:1px solid #fff;
  border-radius:2rem;
  padding:0 1rem;
}
.is-cicon img{
  height: 80%;
  width: auto;
  object-fit: cover;
  max-width: 20px;
}
.is-ctext{
  margin-left:0.5rem;
}
.is-ctext input{
  border:none;
  font-size:1rem;
  width: 10VW;
  background:transparent;
}
.is-ctext input::placeholder{
  color: #fff
}
.pc_nav{
  position: absolute; 
  top:0;
  left:0;
  right: 0;
  bottom:0;
  z-index: -1;
  width:100%;
  height: 100VH;
  transition: 0.5s 1s;
  opacity: .9;
  transform: scale(1,0);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
  background: rgba(0, 0, 0, 0.1);
}
.pc_nav.shownav{
  position: absolute; 
  top:0;
  left:0;
  right: 0;
  bottom:0;
  z-index: -1;
  width:100%;
  height: 100VH;
  transition: 1.2s;
  transform: scale(1,1);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.65, 0.14, 0.1, 1.07);
  background: rgba(30,30,30, 1);
}
.pc_nav > ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc_nav > ul > li{
  margin-top:1rem;
  display: block;
  text-align: left;
}
.pc_nav li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.pc_nav li > a span {
  font-size: 1.6rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.pc_nav li:hover > a span {
  color: rgba(255, 255, 255, 1);
}
.pc_nav.hidenav li > a {
  transition: 1s;
  transform: translateY(-120%);
  transition-timing-function: cubic-bezier(0.63, 0.23, 0.4, 0.85);
  opacity: 0;
  letter-spacing: 15px;
  filter: blur(5px);
}
.pc_nav.shownav li > a {
  transition: 0.6s 0.8s;
  transform: translateY(0%);
  opacity: 1;
  letter-spacing: 2px;
}
.pc_nav.shownav li:nth-child(2) > a {
  transition: 0.6s 1s;
}
.pc_nav.shownav li:nth-child(3) > a {
  transition: 0.6s 1.2s;
}
.pc_nav.shownav li:nth-child(4) > a {
  transition: 0.6s 1.4s;
}
.pc_nav.shownav li:nth-child(5) > a {
  transition: 0.6s 1.6s;
}
.pc_nav.shownav li:nth-child(6) > a {
  transition: 0.6s 1.8s;
}
.pc_nav.shownav li:nth-child(7) > a {
  transition: 0.6s 2s;
}
.pc_nav.shownav li:nth-child(8) > a {
  transition: 0.6s 2.2s;
}
.pc_nav.shownav li:nth-child(9) > a {
  transition: 0.6s 2.4s;
}
.pc_nav li:hover > a:after{
  width: 1.5rem;
  background: rgba(255, 255, 255, 1);
}
.pc_nav li > a:after {
  width: 1rem;
  height: 0.2rem;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.43);
  position: absolute;
  left: 30%;
  margin-left: -6rem;
  top: 1.5rem;
  transition: 0.5s;
}






/*banner开始*/
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index-slide{align-items:flex-start;/*height:50VW;*/}
.index-slide > a{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slide-banner{position: relative;}
.sb-bj{transform: scale(1);transition: transform 2s ease-in-out;animation: sl4bgsf 8s linear infinite;animation-delay:2s;}
.sb-bj > img:first-child{display: block;}
.sb-bj > img:last-child{display: none;}


.index-slide video{width:100%;height:100%;object-fit:cover;}
.index-prev,.index-next{display:block;}
.index-slide-2{background: url('../images/s1-l2-bj.jpg') no-repeat;}
.index-slide-2 > img{display:none;
}
/*banner放大效果*/
@keyframes sl4bgsf{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes bgsf{
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center;
  }
}
@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}
/*banner放大效果结束*/
/*首页*/
/*产品*/
.pro{padding:4vh 0 7vh;background: url(../images/cp-bg.jpg) no-repeat center bottom;}
.cp-tit{
	font-size: 36px;
	color: #222;
	text-transform: uppercase;
}
.cp-tit p{
	font-size: 56px;
	color: #222;
	font-weight: bold;
	margin-top: 10px;
}
.pro-more{
	width: 200px;
	line-height: 6vh;
	text-align: center;
	border: solid 1px #222;
	border-radius: 6vh;
}
.pro-more a{
	font-size: 18px;
	color: #222;
}
.mt50{
	margin-top: 5vh;
}
.cp-bottom{
	margin-top: 5vh;
}
.pro-title{
	width: 39%;
}
.pro-nr>ul>li{display:none;}
.cp-name{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	width: 68%;
	height: 12vh;
}
.cp-list{
	margin-top: 7vh;
}
.cp-cpzstit{
	background: #0f6ba9;
	line-height: 60px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 24px;
	color: #fff;
	width: 150px;
}
.cp-cpzslist{
	background: #0f6ba9;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding: 15px 10px;
	display: inline-block;
}
.cp-cpzslist ul li{
	float: left;
	margin: 0 5px;
}
.pro-tu{width: 60%;}
.pro-tu li{display: none;}
.pro-nav{margin-top: 13vh;}
.pro-nav li{
	float: left;
	width: 15%;
	margin: 0 0.5%;
	padding: 1vh 1.9%;
	height: 8vh;
	border: solid 1px #222;
	border-radius: 8vh;
	display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中，如果需要的话 */
 text-align: center;
}
.pro-nav li a{
	font-size: 18px;
	color: #222;
}
.pro-nav li:hover{
	background: #6cb92d;
	border: solid 1px #6cb92d;
}
.pro-nav li:hover a{
	color: #fff;
}

/*优势*/
.ys-bg{
	background: url(../images/jjfa-bg.jpg) no-repeat center top #125d8f;
	padding: 8vh 0;
}
.jjfa-left{
	width: 24%;
	margin-top: 8vh;
}
.jjfa-tit{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.jjfa-tit p{
	font-size: 56px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.jjfa-nr{
	margin-top: 10vh;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	line-height: 36px;
}
.jjfa-nr:after{
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background: #fff;
	margin-top: 10vh;
}
.jjfa-right{
	width: 65%;
}
/* tab */
#tab{position:relative;}
#tab .tab_menu{width:100%;position:absolute;z-index:1;top: 46px;left: 0;}
#tab .tab_menu li{float:left;cursor:pointer;text-align:center;font-size: 20px;color: #222;margin: 0 9%;}
#tab .tab_box{clear:both;position:relative;}
#tab .tab_menu .selected{cursor:pointer;color: #6cb92d;}
.hide{display:none;}

.jjfa-icon{
	width: 56px;
	height: 56px;
	background: url(../images/jjfa-icon.png) no-repeat center top;
	margin: 0 auto 30px;
}
.jjfa-icona{
	width: 56px;
	height: 56px;
	background: url(../images/jjfa-icon1.png) no-repeat center top;
	margin: 0 auto 30px;
}
.jjfa-iconb{
	width: 56px;
	height: 56px;
	background: url(../images/jjfa-icon2.png) no-repeat center top;
	margin: 0 auto 30px;
}
.jjfa-line{
	width: 100%;
	height: 5px;
	background: #6cb92d;
	margin-top: 30px;
	opacity: 0;
}
#tab .tab_menu .selected .jjfa-icon{
	background: url(../images/jjfa-icona.png) no-repeat center top;
}
#tab .tab_menu .selected .jjfa-icona{
	background: url(../images/jjfa-icon1a.png) no-repeat center top;
}
#tab .tab_menu .selected .jjfa-iconb{
	background: url(../images/jjfa-icon2a.png) no-repeat center top;
}
#tab .tab_menu .selected .jjfa-line{
	opacity: 1;
}
.jjfa-con{
	background: url(../images/jjfa-libg.png) no-repeat center top;
	padding: 27vh 10% 27vh;
	font-size: 15px;
	color: rgba(34,34,34,.8);
}
.jjfa-cona{
	background: url(../images/jjfa-libga.png) no-repeat center top;
	padding: 27vh 10% 27vh 10%;
	font-size: 15px;
	color: rgba(34,34,34,.8);
}
.jjfa-conb{
	background: url(../images/jjfa-libgb.png) no-repeat center top;
	padding: 27vh 10% 27vh 10%;
	font-size: 15px;
	color: rgba(34,34,34,.8);
}
.tab_box p{
	font-size: 30px;
	color: #222;
	margin-bottom: 30px;
}

/*简介*/
.about{
	background: url(../images/about-bg.jpg) no-repeat right bottom;
	padding: 8vh 0 22vh;
}
.about-bt{color: #222;font-size:24px;margin: 7vh 0;}
.about-diao{color: rgba(34,34,34,.8);font-size:15px;line-height:36px;width: 59%;}
.mt200{
	margin-top: 20vh;
}

/*资质*/
.zz-bg{
	background: url(../images/zz-bg.jpg) no-repeat center top;
	padding-top: 5vh;
}
.tc{
	text-align: center;
}
.zz-img{
	text-align: center;
	margin-top: 2vh;
}




/*新闻*/
.news-bg{margin: 7vh 0;}
.xw-bottom{
	margin-top: 5vh;
}
.xw-bottom ul li{
	float: left;
	width: 30%;
	margin: 0 1.6%;
	box-shadow: 0 0 10px #ebebeb;
	border-radius: 20px;
	overflow: hidden;
}
.xw-img{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.xw-img img{
	width: 100%;
}
.xw-box{
	padding: 30px 20px;
}
.gs-xsj a{
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
.xw-bottom ul li:hover .gs-xsj a{
	color: #6cb92d;
}
.gs-xbt a{color: rgba(34,34,34,.8);font-size: 15px;line-height: 30px;}
.gs-xbt{
	height: 7vh;
	overflow: hidden;
	margin: 3vh 0;
}
.xw-time{
	font-size: 16px;
	color: #646464;
}
.xw-time span{
	margin-left: 5%;
}
/*底部*/
.index-footer{display: block;background: url(../images/footer-bg.jpg) no-repeat center top #212121;padding: 5vh 0;}
.footer-left{width:50%;}
.f-logo{width: 35%;}
.footer-tel{
	width: 50%;
	margin-left: 5%;
	background: url(../images/footer-tel.png) no-repeat left center;
	padding-left: 10%;
	font-size: 18px;
	color: #fff;
	margin-top: 2vh;
}
.footer-tel p{
	font-size: 30px;
	color: #6cb92d;
	font-family: "times new roman";
	font-weight: bold;
}
.f-icon{
	margin: 4vh 0;
}
.f-icon li{font-size: 18px;color: #FFFFFF;line-height: 48px;float: left;margin-right: 50px;}
.f-icon li img{
	margin-right: 10px;
}
.f-nav ul{
	display: flex;
}
.f-nav ul li{
	flex-grow: 1;
}
.f-nav ul li .menulevel{
	display: none;
}
.f-nav ul li:last-child{
	margin-right: 0;
}
.f-nav ul li a{
	font-size: 18px;
	color: #fff;
}
.footer-right{
	width: 47%;
}
.footer-right ul li{
	float: left;
	text-align: center;
	margin-left: 30px;
	width: 29%;
}
.footer-right ul li p{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}
.footer-right img{
	width: 100%;
}
.footer-me{
	display: none;
}
.f-bottom{background: #0f6ba9;}
.f-by,.f-banquan a{line-height:60px;color: #fff;font-size: 15px;}
/*首页结束*/


@media (min-width: 1440px) and (max-width:1727px) {
	#tab .tab_menu li {
    margin: 0 8%;
}
.about {
    padding: 8vh 0 29vh;
    background-size: 114%;
}
.about-diao {
    width: 60%;
}
.footer-right ul li {
    width: 28%;
}
	/*.mobile_nav>ul>li:hover>.menulevel{display: block;}
	.card__button {
	    width: 41%;
	    }
	    .pro-title {
    margin-top: 1vh;
}
.mt30 {
    margin-top: 1vh;
}
.about-diao{height: 33vh;}
.cp-navbgd img{
	width: 16%;
}
.ys-tit p {
    font-size: 3rem;
}
.ys-bt p {
    font-size: 24px;
}
.csm{
	display: none;
}
.card__caption {
    top: calc(100% - 12vh);
    transform: unset;
  }
	    .footer-left {
    width: 64%;
}
.footer-right {
    width: 34%;
}
.footer-tel p {
    font-size: 28px;
}
.f-nav{
    display: none;
}
.cp-tda {
    margin-right: 2%;
}*/
}
@media (min-width: 1280px) and (max-width:1439px) {
.top-tel {
   font-size: 22px;
    width: 15%;
    margin-top: 3vh;
}
.pro-nav li {
    height: 14vh;
}
.jjfa-tit p {
    font-size: 52px;
}
#tab .tab_menu li {
    margin: 0 6%;
}
.jjfa-con {
    padding: 30vh 10% 23vh;
}
.jjfa-con a{
    padding: 30vh 10% 23vh;
}
.jjfa-con b{
    padding: 30vh 10% 23vh;
}
.about {
    padding: 8vh 0 46vh;
}
.about-diao {
    width: 100%;
}
.footer-right ul li {
    width: 27%;
}
.footer-tel {
    width: 36%;
    margin-left: 15%;
    padding-left: 13%;
}
	/*.cp-navbgd p img{
	display: none;
}
.pro-title {
    margin-top: 0vh;
}
.card__button {
    line-height: 28vh;
    font-size: 7rem;
}
.ys-sz {
    width: 13%;
    line-height: 8vh;
    border-radius: 8vh;
}
.ys-tit p {
    font-size: 3rem;
}
.ys-bt p {
    font-size: 24px;
}
.card__caption {
    top: calc(100% - 14vh);
    transform: unset;
  }
.csm,.gkk{
	display: none;
}
.xw-nav {
    width: 20%;
    margin-top: 5vh;
}
.gs-xbt{
	height: 10vh;
}
.footer-left {
    width: 88%;
}
.footer-qe{
	display: none;
}
.footer-me{
	display: block;
}
.footer-right {
    width: 8%;
    margin-top: 0;
}*/
}
@media (min-width: 980px) and (max-width: 1279px) {
	.top-tel{
		display: none;
	}
	.nav-pc {
    width: 74%;
     margin-top: 0vh; 
}
.cnen {
    width: 7%;
    margin-top: 2vh;
}
.cp-list{
	display: none;
}
.pro-nav li {
    width: 14%;
    height: 20vh;
}
.jjfa-tit p {
    font-size: 40px;
}
#tab .tab_menu li {
    margin: 0 4%;
}
.about-diao {
    width: 100%;
}
.about {
    padding: 8vh 0 57vh;
}
.footer-left {
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 3vh;
}
	/*.header-logo {
    width: 18%;
}
.nav-pc {
    margin-top: 1vh;
}
.xq-sousou {
    margin-top: 1vh;
}
.cp-list{
	display: none;
}
.pro-title {
    margin-top: 4vh;
}
.cp-name {
    margin-top: 4vh;
}
.pro-more{
	margin-top: 2vh;
}
.ys-tit p {
    font-size: 2rem;
}
.ys-bt p {
    font-size: 22px;
}
.ys-sz {
    width: 15%;
}
.card__button {
    width: 18%;
    line-height: 8vh;
    font-size: 3rem;
}
.card:hover .card__snippet {
    margin: 3vh 0;
}
.xw-nav {
    width: 26%;
    margin-top: 5vh;
}
.footer-left {
    width: 89%;
}
.f-icon li {
    font-size: 15px;
}
.footer-qe{
	display: none;
}
.footer-me{
	display: block;
}
.footer-right {
    width: 10%;
    margin-top: 0;
}*/
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.mobile_nav{
			display: none;
		}
		.header-logo {
    width: 18%;
}
.nav-pc {
    width: 36%;
    margin-top: 0vh;
}
.cnen {
    width: 10%;
    margin-top: 1vh;
}
.top-tel {
     margin-top: 0vh;
}
.pro-title {
    width: 100%;
}
.cp-name {
    width: 100%;
}
.pro-tu {
    width: 100%;
}
.pro-nav li {
    width: 44%;
    margin: 0 0.5% 1vh;
}
.cp-list{
	display: none;
}
.jjfa-left {
    width: 100%;
    margin-top: 0vh;
}
.jjfa-right {
    width: 100%;
    margin-top: 3vh;
}
#tab .tab_menu li {
    margin: 0 6%;
}
.about-diao {
    width: 100%;
}
.mt200 {
    margin-top: 10vh;
}
.about {
    background-size: 130%;
}
.xw-bottom ul li {
     margin: 0 0 2vh;
     width: 100%; 
}
.footer-left {
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 3vh;
}
		/*.nav-pc{
			margin-top: 0;
		}
		.xq-sousou{
			margin-top: 0;
		}
		
.about{
	    padding: 27vh 0 6vh;
}
.about-bt p {
    font-size: 40px;
}
.cp-list{
	display: none;
}
.pro-title {
    width: 45%;
    margin-top: 3vh;
}
.pro-tu {
    width: 55%;
}
.cp-name {
	font-size: 14px;
    margin-top: 3vh;
}
.pro-more{
	margin-top: 2vh;
}
.cp-navbgd{
	display: none;
}
.pro-nav li {
    width: 45%;
    margin: 0 0.5% 1%;
    height: 22vh;
}
.ys-bg{
	display: none;
}
.mys-bg{
	display: block;
}
.mys-bt{
	font-size: 2rem;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 4vh;
}
.mys-bt p{
	font-size: 4rem;
	text-transform: uppercase;
}
.mys-bt img{
	margin-right: 10px;
}
.mys-list ul li{
	margin-bottom: 2vh;
}
.mys-list ul li img{
	width: 100%;
}
.xw-nav {
    width: 30%;
    margin-top: 5vh;
}
.xw-bottom ul li {
    width: 100%;
    margin: 0 1.6% 4%;
}
.footer-left {
	float: none;
    width: 100%;
}
.footer-tel p {
    font-size: 28px;
}
.f-nav ul li {
    margin-right: 8%;
}
.f-icon li {
    font-size: 15px;
}
.footer-right {
    width: 100%;
    margin-top: 11vh;
    float: none;
}*/
		}
		@media (min-width: 481px) and (max-width:767px) {
			.mobile_nav{
			display: none;
		}
		.header-logo {
    width: 22%;
}
.nav-pc {
    width: 26%;
    margin-top: 0vh;
}
.cnen {
    width: 10%;
    margin-top: 1vh;
}
.top-tel {
    width: 34%;
    margin-top: 1vh;
    font-size: 18px;
}
.sb-bj > img:last-child {
    display: block;
}
.sb-bj > img:first-child {
    display: none;
}
.cp-tit p {
    font-size: 36px;
}
.cp-tit {
    font-size: 30px;
}
.pro-title {
    width: 100%;
}
.cp-name {
    width: 100%;
}
.pro-tu {
    width: 100%;
}
.pro-nav li {
    width: 94%;
    margin: 0 0 1vh;
}
.cp-bottom {
    margin-top: 5vh;
    height: 34vh;
    overflow: hidden;
}
.cp-list{
	display: none;
}
.pro-nav {
    margin-top: 3vh;
}
.jjfa-left {
    width: 100%;
    margin-top: 0vh;
}
.jjfa-right {
    width: 100%;
    margin-top: 3vh;
}
#tab .tab_menu li {
    margin: 0 3%;
    font-size: 16px;
}
#tab .tab_menu {
    top: 53px;
}
.about-diao {
    width: 100%;
}
.mt200 {
    margin-top: 10vh;
}
.about {
    background-size: 130%;
}
.xw-bottom ul li {
     margin: 0 0 2vh;
     width: 100%; 
}
.footer-left {
    width: 100%;
}
.footer-tel {
    width: 30%;
    padding-left: 17%;
    margin-top: 0vh;
}
.footer-tel p {
    font-size: 21px;
}
.f-icon li{
	margin-right: 0;
	font-size: 16px;
}
.f-nav ul li a {
    font-size: 15px;
}
.footer-right {
    width: 100%;
    margin-top: 3vh;
}
.footer-right ul li {
    float: left;
    text-align: center;
    margin: 0 3%;
    width: 26%;
}
			/*.mobile_nav{
			display: none;
		}
		.nav-pc{
			margin-top: 0;
			width: 30%;
		}
		.cnen{
	width: 10%;
	margin-top: 1vh;
}
		.header-logo {
    width: 26%;
}
		.xq-sousou{
			margin-top: 0.8vh;
			width: 30%;
		}
		.ss-zuo2 input {
    line-height: 40px;
}
.ss-you2 input {
    width: 40px;
    line-height: 40px;
}
.about{
	    padding: 27vh 0 6vh;
}
.about-bt p {
    font-size: 38px;
}
.cp-list{
	display: none;
}
.pro-title {
    width: 100%;
    float: none;
    margin-top: 3vh;
}
.pro-tu {
    width: 100%;
    float: none;
    margin-top: 3vh;
}
.cp-name {
	font-size: 14px;
    margin-top: 0vh;
}
.pro-more{
	    width: 50%;
    margin-top: 2vh;
    line-height: 4vh;
}
.cp-navbgd{
	display: none;
}
.pro-nav li {
    width: 45%;
    margin: 0 0.5% 1%;
    height: 11vh;
}
.mcp-bt{
	float: left;
	width: 50%;
}
.mpro-box{
	float: right;
	width: 50%;
}
.ys-bg{
	display: none;
}
.mys-bg{
	display: block;
}
.mys-bt{
	font-size: 2rem;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 4vh;
}
.mys-bt p{
	font-size: 3rem;
	text-transform: uppercase;
}
.mys-bt img{
	margin-right: 10px;
}
.mys-list ul li{
	margin-bottom: 2vh;
}
.mys-list ul li img{
	width: 100%;
}
.xw-nav {
    display: none;
}
.xw-bottom ul li {
    width: 100%;
    margin: 0 1.6% 4%;
}
.footer-left {
	float: none;
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 11vh;
    float: none;
}

.footer-left {
	float: none;
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 11vh;
    float: none;
}
.footer-tel {
	width: 76%;
    float: none;
    margin-left: 3%;
    padding-left: 21%;
    font-size: 18px;
    margin-top: 3vh;
}
.footer-tel p {
    font-size: 20px;
}
.f-icon li {
    font-size: 14px;
}
.f-nav ul li {
    margin-right: 4%;
}
.f-by{
	width: 80%;
}
.f-logo {
    width: 100%;
    float: none;
}
.f-icon ul{
	float: none;
}
.f-icon ul:first-child{
	width: 100%;
}
.f-icon ul:last-child{
	width: 100%;
}
.f-nav{
	display: none;
}*/
			}
@media (max-width: 480px) {	
	.mobile_nav{
			display: none;
		}
		.header-logo {
    width: 30%;
}
.nav-pc {
    width: 45%;
    margin-top: 0vh;
}
.cnen {
    width: 22%;
    margin-top: 1vh;
}
.top-tel {
    display: none;
}
.sb-bj > img:last-child {
    display: block;
}
.sb-bj > img:first-child {
    display: none;
}
.cp-tit p {
    font-size: 30px;
}
.cp-tit {
    font-size: 24px;
}
.pro-more {
    width: 150px;
}
.pro-title {
    width: 100%;
}
.cp-name {
    width: 100%;
}
.pro-tu {
    width: 100%;
}
.pro-nav li {
    width: 94%;
    margin: 0 0 1vh;
}
.cp-bottom {
    margin-top: 5vh;
    height: 34vh;
    overflow: hidden;
}
.cp-list{
	display: none;
}
.pro-nav {
    margin-top: 3vh;
}
.jjfa-left {
    width: 100%;
    margin-top: 0vh;
}
.jjfa-right {
    width: 100%;
    margin-top: 3vh;
}
#tab .tab_menu li {
    margin: 0 3%;
    font-size: 16px;
}
#tab .tab_menu {
    display: none;
}
.hide {
    display: block;
}
.jjfa-con {
    padding: 2vh 10% 2vh 10%;
}
.jjfa-cona {
    padding: 2vh 10% 2vh 10%;
}
.jjfa-conb {
    padding: 2vh 10% 2vh 10%;
}
.jjfa-nr {
    margin-top: 4vh;
}
.jjfa-nr:after {
    margin-top: 4vh;
}
.about-diao {
    width: 100%;
}
.mt200 {
    margin-top: 10vh;
}
.about {
    background-size: 160%;
}
.xw-bottom ul li {
     margin: 0 0 2vh;
     width: 100%; 
}
.footer-left {
    width: 100%;
}
.f-logo {
    width: 100%;
}
.footer-tel {
    width: 100%;
    padding-left: 24%;
    margin-top: 2vh;
    margin-left: 0;
}
.f-icon li{
	margin-right: 0;
	font-size: 14px;
}
.f-nav{
	display: none;
}
.f-nav ul li a {
    font-size: 15px;
}
.footer-right {
    width: 100%;
    margin-top: 3vh;
}
.footer-right ul li {
    float: left;
    text-align: center;
    margin: 0 3%;
    width: 26%;
}
.footer-right ul li p {
    font-size: 14px;
}
/*.mobile_nav{
			display: none;
		}
		.nav-pc{
			margin-top: 0;
			width: 20%;
		}
		.cnen{
	width: 15%;
	margin-top: 1vh;
}
.cnen-box{
	top: 4vh;
}
		.header-logo {
    width: 38%;
}
		.xq-sousou{
			margin-top: 1.5vh;
			width: 20%;
		}
		.ss-zuo2 input {
    line-height: 30px;
}
.ss-you2 input {
    width: 30px;
    line-height: 30px;
        background-size: 50%;
}
.about{
	    padding: 27vh 0 6vh;
}
.about-bt {
    font-size: 20px;
    width: 84%;
}
.about-bt p {
    font-size: 24px;
}
.about-diao {
    height: 33.3vh;
}
.about-more{
	width: 16%;
	margin-top: 2vh;
}
.cp-list{
	display: none;
}
.pro-title {
    width: 100%;
    float: none;
    margin-top: 3vh;
}
.pro-tu {
    width: 100%;
    float: none;
    margin-top: 3vh;
}
.pro-nav li {
    font-size: 12px;
    height: 9.2vh;
}
.pro-nav li p a {
    font-size: 20px;
}
.cp-name {
	font-size: 14px;
    margin-top: 0vh;
}
.pro-more{
	    width: 60%;
    margin-top: 2vh;
    line-height: 5vh;
}
.cp-navbgd{
	display: none;
}
.pro-nav li {
    width: 45%;
    margin: 0 0.5% 1%;
}
.mcp-bt{
	float: left;
	width: 50%;
}
.mpro-box{
	float: right;
	width: 50%;
}
.ys-bg{
	display: none;
}
.mys-bg{
	display: block;
}
.mys-bt{
	font-size: 2rem;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 4vh;
}
.mys-bt p{
	font-size: 2rem;
	text-transform: uppercase;
}
.mys-bt img{
	margin-right: 10px;
}
.mys-list ul li{
	margin-bottom: 2vh;
}
.mys-list ul li img{
	width: 100%;
}
.xw-nav {
    display: none;
}
.xw-bottom ul li {
    width: 100%;
    margin: 0 1.6% 4%;
}
.footer-left {
	float: none;
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 11vh;
    float: none;
}

.footer-tel {
	width: 76%;
    float: none;
    margin-left: 3%;
    padding-left: 21%;
    font-size: 18px;
    margin-top: 3vh;
}
.footer-tel p {
    font-size: 20px;
}
.f-icon li {
    font-size: 14px;
}
.f-nav ul li {
    margin-right: 4%;
}
.f-by{
	width: 80%;
}
.f-logo {
    width: 100%;
    float: none;
}
.f-icon ul{
	float: none;
}
.f-icon ul:first-child{
	width: 100%;
}
.f-icon ul:last-child{
	width: 100%;
}
.f-nav{
	display: none;
}*/
}		
