/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 顶部 */
.topbox {
  width: 100%;
  background-color: #000;
  line-height: 30px;
  font-size: 12px;
  color: #b1b1b1;
}
.topbox a {
  color: #b1b1b1;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #fff;
  text-decoration: underline;
}
.top_dianhua{
  float: left;
  color: #ffea00;
  padding-right: 10px;
  font-weight: bold;
}

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
}
.header>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo{
  padding: 12px 0;
  transition: all 0.4s;
}
.logo > a{
  width: 404px;
}
.logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
.header_active .logo{
  padding: 10px 0;
}

/* 导航 */
nav {
  width: 58.5%;
  display: flex;
}
.nav{
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 1px;
  background: url(../images/shutiao.png) no-repeat left center;
  background-size: auto 100%;
}
.nav>li{
  width: 14.285%;
  height: 100%;
  float: left;
  position: relative;
  padding-right: 1px;
  background: url(../images/shutiao.png) no-repeat right center;
  background-size: auto 100%;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.nav>li>a::after{
  content: "";
  width:0;
  height:0;
  border-bottom: 8px solid #0a86c6;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.nav>li:hover>a::after,
.nav>li.layui-this>a::after{
  bottom: 0;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  min-width: 960px;
  float: left;
  background-color: #f5f5f5;
  padding: 20px 40px 0 40px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9999;
  transform: translateX(-50%);
}
.nav-child dl{
  display: block;
  overflow: hidden;
}
.nav-child dl dd{
  width: 33.3333%;
  float: left;
  padding: 0 20px;
  margin-bottom: 10px;
}
.nav-child dl dd .nav_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-child dl dd .nav_img::before{
  content: "";
  display: block;
  padding-top: 65.58705%;
}
.nav-child dl dd .nav_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.nav-child dl dd:hover .nav_img img{
  transform: scale(1.1);
}
.nav-child dl dd:hover .nav_txt{
  color: #0a86c6;
  text-decoration: underline;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0a86c6;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0a86c6;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzx_p{
  line-height: 30px;
  font-size: 23px;
  color: #333;
}
.cpzx_sp{
  font-family: Impact;
  line-height: 34px;
  font-size: 30px;
  color: #eee;
  text-transform: uppercase;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpzx_ul li{
  width: 33.3333%;
  float: left;
  padding-left: 20px;
  margin-top: 20px;
}
.cpzx_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzx_ul li a .cpzx_img{
  width: 100%;
  overflow: hidden;
  border: 2px solid #eee;
  position: relative;
}
.cpzx_ul li a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 80.06135%;
}
.cpzx_ul li a .cpzx_hover{
  width: calc(100% - 4px);
  height: 48px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 9;
}
.cpzx_ul li a .cpzx_hover .cpzx_T{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpzx_ul li a .cpzx_txt{
  display: none;
}
.cpzx_ul li a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li a:hover .cpzx_hover{
  background-color: rgba(10,134,198,0.8);
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat left center #f4f4f4;
  padding: 45px 0;
}
.gsjj_titleB{
  display: block;
  overflow: hidden;
}
.gsjj_title{
  width: 50%;
  float: right;
}
.gsjj_p{
  width: 100%;
  float: right;
  padding-left: 40px;
  line-height: 42px;
  font-size: 36px;
  color: #0a86c6;
  font-weight: bold;
  text-transform: uppercase;
}
.gsjj_sp{
  width: 100%;
  float: right;
  padding-left: 40px;
  line-height: 34px;
  font-size: 12px;
  color: #0a86c6;
}
.gsjj_sp>span{
  float: left;
  padding-right: 15px;
  font-size: 20px;
  color: #0a86c6;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
}
.gsjj_img{
  width: 50%;
  float: left;
  padding-right: 25px;
}
.gsjj_img img{
  display: block;
  max-width: 100%;
  height: auto;
}
.gsjj_right{
  width: 50%;
  float: left;
  padding: 35px 0 0 40px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 240px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.gsjj_more>a{
  float: left;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  background-image: url(../images/more.png);
  background-position: center 8px;
  background-repeat: no-repeat;
}
.gsjj_more>a:hover{
  background-color: #2ca4e2;
  border-color: #2ca4e2;
}

.cpsl{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.cpsl_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 45px;
}
.cpsl_ul li{
  width: 125px;
  float: left;
  cursor: pointer;
}
.cpsl_ul li .cpsl_icon{
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 8px solid #e5f6ff;
  background-color: #2ca4e2;
  top: 0;
  transition: all 0.4s;
}
.cpsl_ul li .cpsl_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpsl_ul li .cpsl_txt{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.cpsl_ul li:hover .cpsl_icon{
  top: -10px;
}
.cpsl_ul li:hover .cpsl_icon img{
  transform: rotateY(360deg);
}


.cpsl_box{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.cpsl_left{
  width: 50%;
  float: left;
  background-color: #0a86c6;
}
.cpsl_left .cpsl_imgs{
  width: 100%;
  float: right;
  max-width: 600px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.cpsl_left .cpsl_imgs img{
  width: 59.5%;
  float: left;
  height: auto;
}
.cpsl_left .cpsl_R{
  width: 40.5%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.cpsl_left .cpsl_R .cpsl_p{
  width: 100%;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.cpsl_left .cpsl_R>a{
  width: 140px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  background-image: url(../images/more.png);
  background-position: center 8px;
  background-repeat: no-repeat;
}
.cpsl_left .cpsl_R>a:hover{
  background-color: #e5f6ff;
}
.cpsl_right{
  width: 50%;
  float: left;
  background: url(../images/cpsl_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 50px 40px;
}
.cpsl_txt{
  width: 100%;
  float: left;
  max-width: 600px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.cpsl_txt>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 16px;
}


.case{
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 50px 0;
}
.case .cpzx_sp{
  color: #dbdbdb;
}
.case_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 45px;
}
.case_ul{
  width: 66.25%;
  float: left;
}
.case_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 13px;
}
.case_ul li:last-child{
  margin: 0;
}
.case_ul li a{
  width: 100%;
  float: left;
  display: flex;
  border: 2px solid #eee;
  background-color: #fff;
}
.case_ul li a .case_img{
  width: 210px;
  float: left;
  border-right: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.case_ul li a .case_img::before{
  content: "";
  display: block;
  padding-top: 62.67943%;
}
.case_ul li a .case_R{
  width: calc(100% - 210px);
  float: left;
  padding: 20px 25px;
}
.case_ul li a .case_R .case_p{
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case_ul li a .case_R .case_txt{
  height: 50px;
  line-height: 25px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case_ul li a:hover,
.case_ul li.case_active a{
  border-color: #0a86c6;
  background-color: #0a86c6;
}
.case_ul li a:hover .case_R .case_p,
.case_ul li a:hover .case_R .case_txt,
.case_ul li.case_active a .case_R .case_p,
.case_ul li.case_active a .case_R .case_txt{
  color: #fff;
}

.case_right{
  width: 32.25%;
  float: right;
}
.case_right>div{
	display: none;
	width: 100%;
	float: left;
	height: 100%;
}
.case_right>div:first-child{
	display: block;
}
.case-imgbox{
	width: 100%;
	height: 100%;
}
.case-imgbox .swiper-slide a{
	width: 100%;
	height: 100%;
	float: left;	
	overflow: hidden;
	position: relative;
}
.case-imgbox .swiper-slide a::before{
	content: "";
	display: block;
	padding-top: 85%;
}
.case-prev,
.case-next{
	width: 30px;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	font-family: simsun;
	font-size: 30px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	cursor: pointer;
	border: none;
	outline: none;
}
.case-next{
	left: inherit;
	right: 0;
}


/* 
.case_right>a{
  width: 100%;
  float: left;
  height: 100%;
  border: 2px solid #eee;
  overflow: hidden;
  position: relative;
}
.case_right>a::before{
  content: "";
  display: block;
  padding-top: 110.88083%;
}
.case_right>a .case_hover{
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px;
  color: #fff;
}
.case_right>a .case_hover .case_p{
  line-height: 34px;
  overflow: hidden;
  font-size: 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.case_right>a .case_hover .case_txt{
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case_right>a:hover img{
  transform: scale(1.1);
} */
.case_more{
  display: block;
  overflow: hidden;
  padding-top:50px;
}
.case_more>a{
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dbdbdb;
  text-align: center;
  background-color: #0a86c6;
  font-size: 12px;
  color: #fff;
}
.case_more>a:hover{
  background-color: #fff;
  color: #0a86c6;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
}
.news_nav li{
  width: 132px;
  float: left;
  margin: 5px;
}
.news_nav li a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #0a86c6;
  background-color: #0a86c6;
  font-size: 16px;
  color: #fff;
  border-radius: 18px;
}
.news_nav li:hover a,
.news_nav li.news_active a{
  background-color: #fff;
  color: #0a86c6;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.news_contect>div{
  display: none;
}
.news_contect>div:first-child{
  display: block;
}
.news_ul{
  display: block;
  overflow: hidden;
  width: 1233px;
}
.news_ul li{
  width: 378px;
  float: left;
  margin: 30px 33px 0 0;
}
.news_ul li .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li .news_img::before{
  content: "";
  display: block;
  padding-top: 46.2963%;
}
.news_ul li .news_B{
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #eaeaea;
}
.news_ul li .news_B .news_p{
  line-height: 38px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.news_ul li .news_txtB{
  display: block;
  overflow: hidden;
  padding: 10px 15px 15px 15px;
}
.news_ul li .news_txtB .news_txt{
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li .news_txtB .news_more{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  background-color: #36404b;
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
}
.news_ul li .news_txtB .news_more>span{
  width: 40px;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0a86c6;
  position: relative;
}
.news_ul li .news_txtB .news_more>span::before{
  content: "";
  width: 0;
  height: 0;
  border-right: 17px solid #0a86c6;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -16px;
  top: 0;
}
.news_ul li:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li:hover .news_p{
  color: #0a86c6;
}
.news_ul li:hover .news_txtB .news_more{
  background-color: #0a86c6;
}

.hz{
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 50px 0;
}
.hz .cpzx_sp{
  color: #dbdbdb;
}
.hz-imgbox{
  margin-top: 40px;
}
.hz-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
.hz-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 53.1531532%;
}
.hz-imgbox .swiper-slide>a:hover{
  border-color: #0a86c6;
}
.hz-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
/* END-首页 */

/* 底部 */
.footer {
  width: 100%;
  overflow: hidden;
  background: #0a86c6;
  padding: 20px 0;
}
.footer_B{
  width: 14%;
  float: left;
}
.footer_B:nth-child(5){
  width: 24%;
}
.footer_B:nth-child(6){
  width: 20%;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer_p::before{
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_ul{
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  color: #fff;
}
.footer_ul li a:hover{
  text-decoration: underline;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.footer_txt>span{
  display: block;
  overflow: hidden;
  font-size: 20px;
}
.footer_wxB{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.footer_wx{
  width: 100%;
  max-width: 100px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #006ea6;
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于奎特 */
.company{
  width: 100%;
  overflow: hidden;
  background: url(../images/company_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.company_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.company_p{
  position: relative;
  padding-bottom: 10px;
  line-height: 46px;
  font-size: 30px;
  color: #333;
}
.company_p::before{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.company_p::after{
  content: "";
  width: 68px;
  float: left;
  height: 2px;
  background-color: #0a86c6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.company_sp{
  margin-top: 10px;
  line-height: 32px;
  font-size: 20px;
  color: #0a86c6;
  font-weight: bold;
  text-transform: uppercase;
}
.company_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.company_left{
  width: 52.5%;
  float: left;
}
.company_left>img{
  width: 100%;
  display: block;
  height: auto;
}
.company_right{
  width: 47.5%;
  float: right;
  padding-left: 40px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.company_right>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #0a86c6;
  font-weight: bold;
  margin-bottom: 20px;
}

.fwln{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
  background: url(../images/fw_bj.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.fwln_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.fwln_txt{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  min-height: 150px;
}

.qywh{
  width: 100%;
  overflow: hidden;
  background: url(../images/qywh_bj.png) no-repeat center center;
  background-size: cover;
  margin-top: -25px;
  padding: 75px 0 50px 0;
}
.qywh_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.qywh_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.qywh_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.qywh_ul{
  display: block;
  overflow: hidden;
  width: 1221px;
  padding-top: 45px;
}
.qywh_ul li{
  width: 386px;
  float: left;
  margin: 20px 21px 0 0;
}
.qywh_ul li .qywh_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.qywh_ul li .qywh_img::before{
  content: "";
  display: block;
  padding-top: 60.88083%;
}
.qywh_ul li .qywh_hover{
  width: 100%;
  float: left;
  max-width: 176px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  font-size: 20px;
  color: #333;
}
.qywh_ul li .qywh_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
/* END-关于奎特 */

/* 产品中心 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.main_left{
  width: 230px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  color: #2a93d6;
  font-weight: bold;
  text-transform: uppercase;
}
.about_title>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
}
.about_ul{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-radius: 0 22px 22px 0;
  background-color: #2a93d6;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
}
.about_ul>li>a:hover{
  background-color: #006ea6;
  color: #fff;
}
.about_ul>li>a.on{
  background-color: #006ea6;
  color: #fff;
}
.about_dl{
  display: block;
  overflow: hidden;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-radius: 0 22px 22px 0;
  background-color: #e6e6e6;
  font-size: 16px;
  color: #333;
  padding: 0 30px;
  position: relative;
}
.about_dl>dd>a::before{
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #0a86c6;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.about_dl>dd>a:hover{

  color: #0a86c6;
}
.about_dl>dd>a.on{
  color: #0a86c6;
}
.about_dl>dd>a:hover::before{
  background-color: #0a86c6;
}

.main_right{
  width: 930px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #dfdfdf;
}
.dqwz_p{
  float: left;
  height: 52px;
  line-height: 49px;
  font-size: 14px;
  color: #333;
  border-bottom: 3px solid #2a93d6;
}
.dqwz_more{
  float: right;
}
.dqwz_more>a{
  font-size: 14px;
  color: #333;
}
.dqwz_more>a:hover{
  color: #0a86c6;
  text-decoration: underline;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.cp_ul{
  display: block;
  overflow: hidden;
  width: 960px;
}
.cp_ul li{
  width: 290px;
  float: left;
  margin: 0 30px 30px 0;
}
.cp_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #eee;
}
.cp_ul li a .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li a .cp_img::before{
  content: "";
  display: block;
  padding-top: 100.34483%;
}
.cp_ul li a .cp_img1{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li a .cp_img1::before{
  content: "";
  display: block;
  padding-top: 80.34483%;
}
.cp_ul li a .cp_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
}
.cp_ul li a:hover{
  border-color: #2a93d6;
}
.cp_ul li a:hover .cp_img img{
  transform: scale(1.1);
}

.cp_ul1{
  display: block;
  overflow: hidden;
  width: 1200px;
}
.cp_ul1 li{
  width: 280px;
  float: left;
  margin: 10px 10px 20px;
}
.cp_ul1 li a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #eee;
}
.cp_ul1 li a .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul1 li a .cp_img::before{
  content: "";
  display: block;
  padding-top: 100.34483%;
}
.cp_ul1 li a .cp_img1{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul1 li a .cp_img1::before{
  content: "";
  display: block;
  padding-top: 80.34483%;
}
.cp_ul1 li a .cp_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
}
.cp_ul1 li a:hover{
  border-color: #2a93d6;
}
.cp_ul1 li a:hover .cp_img img{
  transform: scale(1.1);
}


.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_left{
  width: 50%;
  float: left;
  padding-right: 30px;
}
.cpxq_right{
  width: 50%;
  float: right;
  line-height:28px;
}
.cpxq_right .title{ font-size:18px; line-height:30px; padding-bottom:5px; font-weight:bold; border-bottom:1px solid #dfdfdf; margin-bottom:10px;}

.gallery-top{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.gallery-top .swiper-slide{
  overflow: hidden;
  position: relative;
}
.gallery-top .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 90%;
}
.gallery-thumbs{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 35px;
  position: relative;
}
.gallery-thumbs .swiper-slide{
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active{
  border-color: #2a93d6;
}
.cpxq-prev,
.cpxq-next{
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #f2f2f2;
  font-family: SimSun;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}
.cpxq-next{
  left: initial;
  right: 0;
}
.cpxq-prev:hover,
.cpxq-next:hover{
  background-color: #2a93d6;
  color: #fff;
}
.cpxq_title{margin-top:20px; width:100%; border-bottom:1px solid #dfdfdf; line-height:38px; height:38px;}
.cpxq_title span{ font-size:16px; font-weight:bold; border-bottom: 3px solid #2a93d6; line-height:38px; height:38px; display:inline-block;}
.cpxq_txt{
  font-size: 14px;
  line-height: 28px;
  color: #333;
  padding-top:10px;
}
.cpxq_txt img{ max-width:100% !important; height:auto !important;}
.cpxq_txt table{border:1px solid #eee !important;}
.cpxq_txt table tr td{border:1px solid #eee !important}

/* END-产品中心 */

/* 行业应用 */
.Ind{
  width: 100%;
  overflow: hidden;
}
.Ind_title{
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.Ind_ulB{
  display: block;
  overflow: hidden;
}
.Ind_ulB .Ind_liB{
  display: block;
  overflow: hidden;
  background-color: #f0f6f9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.Ind_ulB .Ind_liB .Ind_left{
  width: 50%;
  float: right;
  padding-left: 25px;
}
.Ind_ulB .Ind_liB .Ind_right{
  width: 50%;
  float: left;
}
.Ind_ulB .Ind_liB .Ind_titles{
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 70px;
  margin-top: 15px;
  font-size: 20px;
  color: #0a86c6;
  font-weight: bold;
}
.Ind_ulB .Ind_liB .Ind_titles>span{
  float: left;
  height: 56px;
  line-height: 56px;
  font-size: 50px;
  font-weight: bold;
}
.Ind_ulB .Ind_liB .Ind_nav{
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.Ind_ulB .Ind_liB .Ind_nav li{
  min-width: 94px;
  float: left;
  margin: 0 3px 3px 0;
  height: 32px;
  line-height: 28px;
  border: 2px solid #bfbfbf;
  background-color: #bfbfbf;
  padding: 0 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.Ind_ulB .Ind_liB .Ind_nav li:hover,
.Ind_ulB .Ind_liB .Ind_nav li.Ind_active{
  background-color: #0a86c6;
  border-color: #0a86c6;
  color: #fff;
}
.Ind_ulB .Ind_liB .Ind_contect{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.Ind_ulB .Ind_liB .Ind_contect>div{
  display: none;
}
.Ind_ulB .Ind_liB .Ind_contect>div:first-child{
  display: block;
}
.Ind_ulB .Ind_liB .Ind_contect .Ind_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  min-height: 120px;
}
.Ind_ulB .Ind_liB .Ind_img{
  display: block;
  overflow: hidden;
}
.Ind_ulB .Ind_liB .Ind_img img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.Ind_ulB .Ind_liB .Ind_right .Ind_img{
  margin-bottom: 60px;
}

.Ind_ulB .Ind_liB:nth-child(even) .Ind_titles{
  color: #fff;
}
.Ind_ulB .Ind_liB:nth-child(even) .Ind_nav li{
  border: 2px solid #fff;
  background-color: #fff;
  color: #333;
}
.Ind_ulB .Ind_liB:nth-child(even) .Ind_nav li:hover,
.Ind_ulB .Ind_liB:nth-child(even) .Ind_nav li.Ind_active{
  background-color: #0a86c6;
  border-color: #fff;
  color: #fff;
}
.Ind_ulB .Ind_liB:nth-child(even) .Ind_contect .Ind_txt{
  color: #fff; padding-bottom:12px;
}

.Ind_ulB .Ind_liB:nth-child(6) .Ind_titles{
  color: #333;
}
.Ind_ulB .Ind_liB:nth-child(6) .Ind_nav li{
  border: 2px solid #bfbfbf;
  background-color: #bfbfbf;
  color: #333;
}
.Ind_ulB .Ind_liB:nth-child(6) .Ind_nav li:hover,
.Ind_ulB .Ind_liB:nth-child(6) .Ind_nav li.Ind_active{
  background-color: #0a86c6;
  border-color: #0a86c6;
  color: #fff;
}
.Ind_ulB .Ind_liB:nth-child(6) .Ind_contect .Ind_txt{
  color: #333;
}
.Ind_ulB .Ind_liB:nth-child(6) .Ind_right .Ind_img{
  margin: 0;
}
/* END-行业应用 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #eee;
}
.xw_ul li a .xw_img{
  width: 245px;
  float: left;
  border-right: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.xw_ul li a .xw_R{
  width: calc(100% - 245px);
  float: left;
  padding: 10px 20px;
}
.xw_ul li a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  height: 90px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.xw_ul li a .xw_R .xw_more{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  background-color: #36404b;
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
}
.xw_ul li .xw_R .xw_more>span{
  width: 40px;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0a86c6;
  position: relative;
}
.xw_ul li .xw_R .xw_more>span::before{
  content: "";
  width: 0;
  height: 0;
  border-right: 17px solid #0a86c6;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -16px;
  top: 0;
}
.xw_ul li:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul li:hover .xw_p{
  color: #0a86c6;
}
.xw_ul li:hover .xw_R .xw_more{
  background-color: #0a86c6;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  color: #333;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.xwxq_img{ width:100%; display:block; margin:10px auto}
.xwxq_img img{ max-width:100%; max-height:700px; display:block; margin:0 auto;}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.xwxq_txt img{
  max-width: 100% !important;
  height: auto !important;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  width:45%; float:left;
}
.contact_map {
  width: 55%; float:right;
  overflow: hidden;
  height: 350px;
  border: none;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
nav {
  width: 57%;
}
/* END_头部 */

/* 首页 */
.cpzx {
  padding: 40px 0;
}
.gsjj {
  padding: 35px 0;
}
.cpsl {
  padding: 35px 0;
}
.cpsl_ul {
  padding-top: 35px;
}
.cpsl_right {
  padding: 40px 0 40px 30px;
}
.case {
  padding: 40px 0;
}
.case_contect {
  padding-top: 35px;
}
.case_more {
  padding-top: 40px;
}
.news {
  padding: 40px 0;
}
.news_contect{
  padding-top: 10px;
}
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.3333%;
  margin: 30px 1% 0 1%;
}
.hz {
  padding: 40px 0;
}
.hz-imgbox {
  margin-top: 30px;
}
/* END-首页 */

/* 底部 */
.footer_B{
  width: 13%;
}
.footer_B:nth-child(5){
  width: 28%;
}
.footer_B:nth-child(6){
  width: 20%;
}
/* END-底部 */

/* 关于奎特 */
.company {
  padding: 40px 0;
}
.company_contect {
  padding-top: 30px;
}
.company_right {
  padding-left: 30px;
}
.fwln {
  padding: 50px 0;
}
.qywh {
  padding: 50px 0 40px 0;
}
.qywh_ul {
  width: 102%;
  margin-left: -1%;
  padding-top: 20px;
}
.qywh_ul li {
  width: 31.33%;
  margin: 20px 1% 0 1%;
}
.qywh_ul li .qywh_hover {
  max-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
/* END-关于奎特 */

/* 产品中心 */
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
.cp_ul1{
  width: 102%;
  margin-left: -1%;
}
.cp_ul1 li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
/* END-产品中心 */

/* 行业应用 */
.Ind_title {
  padding: 30px 0;
}
.Ind_ulB .Ind_liB {
  padding: 40px 0;
}
.Ind_ulB .Ind_liB .Ind_right .Ind_img {
  margin-bottom: 40px;
}
/* END-行业应用 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background: #0a86c6;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
  display: block;
}
.nav-actived{
  left: 0;
}
.nav{
  width: 100%;
  height: auto;
  background: none;
  padding: 0;
}
.nav li{
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  padding: 0;
  background: none;
}
.nav li a{
  color: #fff;
}
.nav li:hover a,
.nav li.nav-this a{
  background-color: #0a86c6;
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 30px 0;
}
.cpzx_ul {
  padding-top: 0;
}
.cpzx_ul li {
  padding-left: 10px;
}


.gsjj {
  padding: 25px 0;
}
.gsjj_title {
  width: 65%;
}
.gsjj_img {
  padding: 20px 0 0 0;
}
.gsjj_right {
  padding: 20px 0 0 20px;
}

.cpsl {
  padding: 25px 0;
}
.cpsl_ul {
  padding-top: 25px;
}
.cpsl_ul li {
  width: 15%;
  float: left;
  cursor: pointer;
}
.cpsl_ul li .cpsl_icon {
  border: 5px solid #e5f6ff;
}

.cpsl_left .cpsl_imgs {
  padding: 20px;
  justify-content: center;
}
.cpsl_left .cpsl_imgs img {
  width: 60%;
}
.cpsl_left .cpsl_R {
  width: 100%;
}
.cpsl_left .cpsl_R .cpsl_p {
  line-height: 30px;
  font-size: 18px;
  margin: 20px 0;
}
.cpsl_right {
  padding: 20px;
}
.cpsl_txt {
  line-height: 30px;
}

.case {
  padding: 30px 0;
}
.case_contect {
  padding-top: 25px;
}
.case_ul {
  width: 60%;
}
.case_ul li a .case_img {
  width: 160px;
}
.case_ul li a .case_R {
  width: calc(100% - 160px);
  padding: 10px;
}
.case_right>a .case_hover {
  padding: 10px;
}
.case_right {
  width: 38%;
}
.case_more {
  padding-top: 20px;
}

.news {
  padding: 20px 0;
}
.news_nav {
  padding-top: 20px;
}
.news_contect {
  padding-top: 0;
}
.news_ul li {
  margin: 20px 1% 0 1%;
}
.news_ul li .news_B .news_p {
  padding: 0 10px;
}
.news_ul li .news_txtB {
  padding: 10px;
}
.news_ul li .news_txtB .news_more {
  margin-top: 10px;
}

.hz {
  padding: 30px 0;
}
.hz-imgbox {
  margin-top: 20px;
}
/* END-首页 */

/* 底部 */
.footer_B{
  width: 15%;
}
.footer_B:nth-child(5){
  width: 25%;
}
.footer_B:nth-child(6){
  width: 15%;
}
/* END-底部 */

/* 关于奎特 */
.company {
  padding: 30px 0;
}
.company_contect {
  padding-top: 20px;
}
.company_right {
  padding-left: 20px;
}
.company_right>span {
  margin-bottom: 10px;
}
.fwln {
  padding: 30px 0;
}
.qywh {
  padding: 30px 0;
}
.qywh_ul {
  width: 102%;
  margin-left: -1%;
  padding-top: 20px;
}
.qywh_ul li {
  width: 31.33%;
  margin: 20px 1% 0 1%;
}
.qywh_ul li .qywh_hover {
  max-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
/* END-关于奎特 */

/* 产品中心 */
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}
.cp_ul li{
  margin: 0 1% 20px 1%;
}
.cp_ul1 li{
  margin: 0 1% 20px 1%;
}
.cpxq_left{
  width: 100%;
  margin-right: 0;
}

.cpxq_txt{
  width: 100%;
  float: left;
  margin-top: 10px;
}
/* END-产品中心 */

/* 行业应用 */
.Ind_title {
  padding: 20px 0;
}
.Ind_ulB .Ind_liB {
  padding: 30px 0;
}
.Ind_ulB .Ind_liB .Ind_right .Ind_img {
  margin-bottom: 30px;
}
/* END-行业应用 */

/* 新闻资讯 */
.xw_ul li a .xw_img{
  width: 200px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 200px);
  padding: 10px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.logo{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 10px 0;
}
.cpzx_p {
  line-height: 20px;
  font-size: 16px;
}
.cpzx_sp {
  line-height: 30px;
  font-size: 20px;
}
.cpzx_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpzx_ul li {
  width: 49%;
  padding-left: 0;
  margin-top: 10px;
}
.cpzx_ul li a .cpzx_hover {
  width: calc(100% - 4px);
  height: 38px;
}
.cpzx_ul li a .cpzx_hover .cpzx_T {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_title {
  width: 100%;
}
.gsjj_p {
  padding-left: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}
.gsjj_sp {
  padding-left: 0;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.gsjj_sp>span {
  padding-right: 10px;
  font-size: 14px;
}
.gsjj_img {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_txt {
  height: auto;
  line-height: 26px;
  -webkit-line-clamp: initial;
}

.cpsl {
  padding: 10px 0;
}
.cpsl_ul {
  padding-top: 0;
}
.cpsl_ul li {
  width: 32%;
  margin-top: 10px;
}
.cpsl_ul li .cpsl_txt {
  font-size: 14px;
  margin-top: 5px;
}
.cpsl_left {
  width: 100%;
}
.cpsl_left .cpsl_imgs {
  padding: 10px;
  justify-content: center;
}
.cpsl_left .cpsl_R .cpsl_p {
  line-height: 24px;
  font-size: 16px;
  margin: 10px 0;
}
.cpsl_right {
  width: 100%;
  padding: 10px;
}
.cpsl_txt{
  line-height: 24px;
}
.cpsl_txt>span {
  line-height: 24px;
  margin-bottom: 10px;
}

.case {
  padding: 10px 0;
}
.case_contect {
  padding-top: 10px;
}
.case_ul {
  width: 100%;
}
.case_ul li {
  margin-bottom: 5px;
}
.case_ul li a .case_img {
  width: 120px;
}
.case_ul li a .case_R {
  width: calc(100% - 120px);
  padding: 5px;
}
.case_ul li a .case_R .case_p {
  line-height: 24px;
}
.case_ul li a .case_R .case_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
}
.case_right {
  width: 100%;
	margin-top: 10px;
}
.case_right>a::before {
  padding-top: 75%;
}
.case_right>a .case_hover .case_p {
  line-height: 30px;
  font-size: 16px;
}
.case_right>a .case_hover .case_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
}
.case_more {
  padding-top: 10px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav li {
  margin: 2px;
}
.news_ul {
  width: 100%;
  margin-left: 0;
}
.news_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.news_ul li a{
  width: 100%;
  display: flex;
  float: left;
}
.news_ul li .news_img {
  width: 120px;
  float: left;
}
.news_ul li .news_B {
  width: calc(100% - 120px);
  margin-top: 0;
}
.news_ul li .news_B .news_p {
  line-height: 30px;
  padding: 0 10px;
}
.news_ul li .news_txtB .news_txt {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
}
.news_ul li .news_txtB .news_more {
  margin-top: 5px;
  width: 104px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
}
.news_ul li .news_txtB .news_more>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.news_ul li .news_txtB .news_more>span::before {
  border-right: 11px solid #0a86c6;
  border-top: 24px solid transparent;
  left: -10px;
}

.hz {
  padding: 10px 0;
}
.hz-imgbox {
  margin-top: 10px;
}
/* END-首页 */

/* 底部 */
.copyright>div>div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 关于奎特 */
.company {
  padding: 10px 0;
}
.company_p {
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
}
.company_sp {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
}
.company_contect {
  padding-top: 10px;
}
.company_left {
  width: 100%;
}
.company_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.company_right>span {
  margin-bottom: 5px;
  line-height: 24px;
}
.fwln {
  padding: 10px 0 25px 0;
}
.fwln_title {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.fwln_txt {
  line-height: 20px;
  min-height: initial;
}
.qywh {
  padding: 35px 0 10px 0;
}
.qywh_p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.qywh_sp {
  line-height: 20px;
}
.qywh_ul {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}
.qywh_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.qywh_ul li .qywh_img::before {
  padding-top: 40%;
}
.qywh_ul li .qywh_hover {
  max-width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.qywh_ul li .qywh_txt {
  margin-top: 5px;
  line-height: 26px;
}
/* END-关于奎特 */

/* 产品中心 */
.main{
  padding: 0;
}
.main_left{
  width: 100%; margin-top:20px;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  background-color: #2a93d6;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}
.about_title::after{
  content:"\e7ee";
  font-family: icon-layui!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul {
  display: none;
  padding-top: 3px;
}
.about_ul>li {
  margin-bottom: 3px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 16px;
  padding: 0 20px;
}
.about_dl>dd {
  margin-top: 3px;
}
.about_dl>dd>a {
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  font-size: 14px;
  padding: 0 30px;
}
.main_right{
  width: 100%;
}
.dqwz_contect {
  padding: 10px 0;
}
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li a .cp_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cp_ul1 li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul1 li a .cp_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cpxq_p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* END-产品中心 */

/* 行业应用 */
.Ind_title {
  padding: 10px 0;
}
.Ind_ulB .Ind_liB {
  padding: 10px 0;
}
.Ind_ulB .Ind_liB .Ind_left{
  width: 100%;
  padding: 0;
}
.Ind_ulB .Ind_liB .Ind_titles {
  height: 40px;
  line-height: 46px;
  margin-top: 0;
  font-size: 16px;
}
.Ind_ulB .Ind_liB .Ind_titles>span {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}
.Ind_ulB .Ind_liB .Ind_nav {
  margin-top: 5px;
}
.Ind_ulB .Ind_liB .Ind_nav li {
  min-width: 64px;
  font-size: 14px;
}
.Ind_ulB .Ind_liB .Ind_contect {
  padding-top: 5px;
}
.Ind_ulB .Ind_liB .Ind_contect .Ind_txt {
  line-height: 20px;
  min-height: initial;
}
.Ind_ulB .Ind_liB .Ind_img {
  margin-top: 10px;
}
.Ind_ulB .Ind_liB .Ind_right{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 10px;
}
.Ind_ulB .Ind_liB .Ind_right .Ind_img {
  margin-bottom: 10px;
}
/* END-行业应用 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a .xw_img{
  width: 120px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 120px);
  padding: 5px;
}
.xw_ul li a .xw_R .xw_p {
  line-height: 26px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt {
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  -webkit-line-clamp: 2;
}
.xw_ul li a .xw_R .xw_more {
  margin-top: 5px;
  width: 104px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
}
.xw_ul li a .xw_R .xw_more>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.xw_ul li a .xw_R .xw_more>span::before {
  border-right: 11px solid #0a86c6;
  border-top: 24px solid transparent;
  left: -10px;
}

.xwxq_p{
  font-size: 16px;
  line-height: 30px;
}
.xwxq_sp{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.xwxq_txt{
  line-height: 24px;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt{
  line-height: 24px;
  width:100%; float:none;
}
.contact_map {
  height: 250px;
  margin-top: 10px; width:100%; float:none;
}
/*END-联系我们*/

.cpxq_left{
  width: 100%;
  float: left;
  padding-right: 0px;
}
.cpxq_right{
  width: 100%;
  float: right;
}

.cpxq_txt table{ width:100% !important; border:1px solid #eee !important}
.cpxq_txt table tr td{border:1px solid #eee !important; width:auto !important;}

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
	height: calc(57px +  constant(safe-area-inset-bottom));
	height: calc(57px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
	height: calc(55px +  constant(safe-area-inset-bottom));
	height: calc(55px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #0a86c6;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #006ea6;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */
