/* CSS Document */
*{margin: 0;padding: 0;}
html,body{font-family: Microsoft Yahei,Arial,sans-serif;color: #37474f;}
@media (min-width:1200px){
    html,body{font-size: 16px;}
}
@media (min-width:1024px) and (max-width:1199px){
    html,body{font-size: 15px;}
}
@media (min-width:768px) and (max-width:1023px){
    html,body{font-size: 14px;}
}
@media (min-width:576px) and (max-width:767px){
    html,body{font-size: 13px;}
}
@media (max-width:575px){
    html,body{font-size: 12px;}
}

.container{}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul,li{list-style: none;}
section{padding:5.25rem 0 5rem;}
@media(max-width:768px){
    section{padding:3.25rem 0 3rem;}
}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-between{justify-content:space-between;}
.justify-content-center{justify-content:center;}
.flex-direction-column{flex-direction:column;}
.flex-grow-1{-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
.align-items-center{align-items:center;}
#fenye{clear:both; margin-top: 2rem;width: 100%;margin-bottom: 3.125rem;}
#fenye a{text-decoration:none; display:inline-block;padding:0.125rem 0.625rem; line-height:2;margin: 0.25rem;border:1px solid #ddd;color: #333;font-size: 0.875rem;}
#fenye a.curr,#fenye a:hover{ border:1px solid #0078e6; color:#0078e6; }

.location{line-height: 2;padding-top:1.25rem;padding-bottom: 0.5rem;border-bottom: 1px solid #ddd;}
.location a{color:#37474f;text-decoration: none;}
.location i{margin:0 0.5rem;}
.location a >i{margin: 0 0.25rem 0 0;}
.location a:hover,.location a:first-child{color:#0078e6;}
.bg-f5{background-color:#f5f5f5;}

/*header*/
header .mid{padding-top:1.875rem;padding-bottom:1.875rem;}
header .mid .wrapper{display:flex;justify-content: space-between;align-items: center;}
header .mid .logo img{max-height: 6.25rem;}
header .mid .slogan{-ms-flex-positive: 1 !important;flex-grow: 1 !important;margin-left:1.25rem;position: relative;padding-left: 1.25rem;}
header .mid .slogan::before{content: '';display: block;width: 2px;height: 100%;background: -webkit-linear-gradient(bottom, #fff -4%,#ccc 50%,#fff 100%);background: -ms-linear-gradient(bottom, #fff -4%,#ccc 50%,#fff 100%);background: linear-gradient(bottom, #fff -4%,#ccc 50%,#fff 100%);position: absolute;left:0;top: 0;}
header .mid .slogan h5{font-size:1.5rem;color:#000; margin-top:0;}
header .mid .slogan p{margin-bottom: 0;font-weight: lighter;color:#777;}
header .mid .slogan p span{color:#0078e6;}
header .mid .tel{background:url("../img/tel.png")left center no-repeat;padding-left:62px;}
header .mid .tel h5{color:#868686;font-size: 1rem;margin-top:0;}
header .mid .tel p{margin-bottom:0;color:#f60;font-size: 1.75rem;line-height: 1;white-space: nowrap;}


#topNav{background-color:#0078e6;color:#fff;padding:0;}
#topNav ul{padding-left:15px;padding-right:15px;display: flex;flex-wrap: wrap;}
#topNav .nav-item{text-align: center;width: 12.5%;}
#topNav .nav-item .nav-link{color:#fff;line-height: 3.125rem;padding: 0;font-size: 1.125rem;font-weight: 400;}
#topNav .nav-item .nav-link:hover,#topNav .nav-item .nav-link.active{background-color:#f60;}
@media(max-width:1199px){
    #topNav ul{padding-left:0;padding-right:0;}
}
@media(max-width:767px){
    header .mid{padding-top:1.25rem;padding-bottom:1.25rem;}
    header .mid .logo img{}
    header .mid .slogan h5{margin-bottom: 1rem;}
    header .mid .tel{display:none;}
}
@media(max-width:575px){
    #topNav .nav-item{border-right:1px solid #fff;width: 25%;}
    #topNav .nav-item:nth-child(4n){border-right:0;}
	#topNav .nav-item:nth-child(8){border-right:0;border-right:1px solid #fff;}
	#topNav .nav-item.on{display:none;}
    #topNav .nav-item.nav-top{border-bottom:1px solid #fff;}
}

/*carousel*/
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

/*footer*/
footer{background-color:#252222;color:#fff;}
footer .footer-top{padding:3.125rem 0 1.875rem;border-bottom:1px solid #504e4e;}
footer .footer-top .footer-logo{margin-right:15%;}
footer .footer-top dl{}
footer .footer-top dl dt{font-weight: normal;font-size: 1.125rem;margin-bottom: 1rem;}
footer .footer-top dl dd{font-size: 0.875rem;}
footer .footer-top dl dd a{display:block;color:#ddd5d0;line-height: 2.5;}
footer .footer-top dl dd p{line-height:2.5;margin-bottom: 0;color:#ddd5d0;}
footer .footer-top dl dd a:hover{color:#fff;}
footer .footer-bottom{padding:1.875rem 0;color:#cdd5d0;font-size: 0.875rem;text-align: center;}
footer .footer-bottom a{color:#cdd5d0;}
footer .footer-bottom a:hover{color:#fff;}
footer .call{background-color:#fff;color:#666;text-align: center;padding:5px 0 10px;box-shadow: 0 -2px 3px -1px rgba(0,0,0,.15);}
footer .call .item{width:33.333%;font-size: 1.5rem;}
footer .call .item i{color:#0078e6;}
footer .call .item p{margin-bottom:0;font-size: 10px;color:#0078e6;line-height: 1.4;}

@media(max-width:1024px){
    footer .footer-top .footer-logo{margin-right:10%;}
}
@media(max-width:768px){
    footer .footer-top .footer-logo{display: none;}
    footer .footer-top dl{max-width:23.5%;}
}
@media(max-width:767px){
    footer{background-color:#f3f3f3;padding: 0;}
    footer .footer-bottom{margin-bottom: 55px;padding-top:1.25rem;padding-bottom: 1.25rem;text-align: center;color:#777;}
    footer .footer-bottom p{font-size: 1rem;}

}
@media(max-width:576px){
    footer .footer-top{display:none;}
    footer .footer-bottom{text-align:center;font-size: 14px;}
}

/*index*/
.seo-tit {
  text-align: center;
    margin-bottom:1.875rem;
}
.seo-tit .tit {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin: 0;
  line-height: 1.42857143;
}
@media (min-width: 1880px) {
  .seo-tit .tit {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .seo-tit .tit {
    font-size: 18px;
    font-weight: bold;
  }
}
.seo-tit .des {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
}
@media (max-width: 767px) {
  .seo-tit .des {
    font-size: 12px;
  }
}

.index .section-2{background-color:#0078e6;padding: 3.125rem 0 1.875rem;}
.index .section-2 .seo-tit{}
.index .section-2 .seo-tit .tit{color:#fff;}
.index .section-2 .seo-tit .des{color:#fff;}

.index .section-3 .img{overflow: hidden;}
.index .section-3 .img img{width:100%;height:100%;object-fit: contain;}

.index .section-3 .item{margin-top:1.875rem;text-align: center;}
.index .section-3 .item .img{overflow:hidden;border:1px solid #ddd;}
.index .section-3 .item .img img{transition: all linear .4s;}
.index .section-3 .item p{margin-top:0.5rem;line-height: 2;margin-bottom: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#37474f;}
.index .section-3 .item:hover .img img{transform:scale(1.2);}
.index .section-3 .item:hover p{color:#0078e6;}

@media(max-width:767px){
	.index .section-3 .item{margin-top:1.25rem;}
    .index .section-3 .item:nth-child(odd){padding-right:7.5px;}
    .index .section-3 .item:nth-child(even){padding-left:7.5px;}
}

.index .section-4{}
.index .section-4 .ys-panel:nth-child(even){flex-direction: row-reverse;}
.index .section-4 .ys-panel .img{width:50%;display: flex;align-items: center;justify-content: center;}
.index .section-4 .ys-panel .img img{width:100%;height:100%;object-fit: cover;}
.index .section-4 .ys-panel .info{width:50%;padding: 3% 5%; }
.index .section-4 .ys-panel .info h3{font-weight: lighter;margin-bottom: 0;margin-top: 1rem;font-size: 1.5rem;opacity: 0.35;font-style: italic;text-transform: uppercase;}
.index .section-4 .ys-panel .info h5{margin-top: 0.5rem;font-size: 1.5rem;margin-bottom: 1.25rem;line-height: 1.5;color: #000;}
.index .section-4 .ys-panel .info h5 span{color:#0078e6;}
.index .section-4 .ys-panel .info p{text-align: justify;line-height: 2;color:#777;}
.index .section-4 .ys-panel .info a{width:10rem;height: 2.75rem;line-height: 2.75rem;text-align: center;display: inline-block;background-color: #0078e6;color:#fff;border-radius: 1.375rem;margin-top:1.875rem;font-size: 0.875rem;margin-bottom: 1rem;}
.index .section-4 .ys-panel .info a:hover{background-color:#01a0ea;}
@media(min-width:768px){
    .index .section-4 .ys-panel:nth-child(even) .info{text-align:right;}
    .index .section-4 .ys-panel:nth-child(even) .info p{text-align:right;}
}

@media(max-width:767px){
    .index .section-4 .ys-panel{}
	.index .section-4 .ys-panel .img{width:100%;}
	.index .section-4 .ys-panel .info{width:100%;padding: 1rem 0;}
	.index .section-4 .ys-panel .info h3{display:none;}
	.index .section-4 .ys-panel .info a{display:none;}
}


.index .section-5{}
.index .section-5 .seo-tit{margin-bottom: 3.125rem;}
.index .section-5 .list{border-top:1px solid #cecece;border-left:1px solid #cecece;}
.index .section-5 .list .item{width:20%;border-right:1px solid #cecece;border-bottom:1px solid #cecece;padding: 1.25rem;display:flex;justify-content: center;align-items: center;background-color:#fff;}
.index .section-5 .list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,.1);z-index: 9;}
.index .section-5 .list .item img{max-width: 100%;}
.index .section-5 .wrapper{}
.index .section-5 .wrapper .item{width:12.5%;background:url("../img/lc-bg.png")top center no-repeat;text-align: center;}

@media(max-width:768px){
    .index .section-5 .list .item{width:25%;}
}
@media(max-width:576px){
    .index .section-5 .list .item{width:33.3333%;}
}


.index .section-6{background:url("../img/company_bg.jpg")top center no-repeat;background-size: cover;}
.index .section-6 .list{justify-content: space-between;}
.index .section-6 .list .img{width:48.5%;}
.index .section-6 .list .img img{width:100%;height:100%;object-fit: cover;}
.index .section-6 .list .img video{background-color:#000;}
.index .section-6 .list .info{width:48.5%;display: flex;flex-direction: column;justify-content: center;}
.index .section-6 .list .info h3{font-size:1.75rem;color:#000;line-height: 1.4;padding-bottom: 1rem;border-bottom: 1px solid #c4c4c4;}
.index .section-6 .list .info h3 span{color:#0070d9;}
.index .section-6 .list .info p{margin-bottom:1rem;line-height: 2;color: #777;text-align: justify;text-indent: 2em;}
.index .section-6 .list .info a{display:block;width:10rem;height: 2.5rem;line-height: 2.5rem;text-align: center;background-color:#0078e6;color:#fff;border-radius: 1.25rem;font-size: 0.875rem;margin-top:0.875rem;text-indent: 0;}
.index .section-6 .list .info a:hover{background-color:#01a0ea;}

.index .section-6 .workshop .item{margin-top:1.875rem;text-align: center;}
.index .section-6 .workshop .item h3{color:#0078e6;font-size: 2rem;}
.index .section-6 .workshop .item p{font-size: 1.125rem;}
.index .section-6 .workshop .line{width:1px;background-color:#d2d2d2;margin-top: 1.875rem;}
@media(max-width:768px){
    .index .section-6 .list .img{width:100%;}
    .index .section-6 .list .info{width:100%;}
}
@media(max-width:576px){
    .index .section-6 .workshop .item{width:50%;}
}


@media(max-width:767px){
	.index .section-6 .workshop .item{margin-top:1.25rem;}
    .index .section-6 .workshop .item:nth-child(odd){padding-right:7.5px;}
    .index .section-6 .workshop .item:nth-child(even){padding-left:7.5px;}
}

.index .section-7{background-color:#f7f8f9;}
/*
.index .section-7 .imgScroll{position:relative;overflow:  hidden;height: 15.15625rem;margin-top:3.125rem;}
.index .section-7 .list{display:flex;position: absolute;left: 0;top: 0;}
.index .section-7 .list .item{width:16.875rem;margin-right: 1.875rem;text-align: center;cursor: pointer;}
.index .section-7 .list .item .img{overflow: hidden;height:12.65625rem;}
.index .section-7 .list .item .img img{width: 100%;height: 100%;object-fit: contain;}
.index .section-7 .list .item p{margin-bottom:0;padding-top:0.5rem;line-height:2rem;font-size:0.875rem;color:#37474f;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
*/

.index .section-8 {padding-bottom:5rem;}
.index .section-8 .item{border: 1px solid #cecece;padding:1.875rem 3.125rem;}
.index .section-8 .item .img{overflow: hidden;}
.index .section-8 .item .img img{max-width:3.5625rem;}
.index .section-8 .item p{color:#37474f;position: relative;margin-bottom:0;margin-top:1rem;}
@media(min-width:1024px){
    .index .section-8 .list{justify-content: space-between;}
}
@media(max-width:1023px){
    .index .section-8 .list{justify-content: center;}
    .index .section-8 .item{width: 20%;margin-left:6.666666%;margin-right: 6.6666%;margin-bottom: 1.875rem;padding: 1.875rem 0;text-align: center;}
}
@media(max-width:576px){
    .index .section-8 {padding-bottom:3rem;}
    .index .section-8 .item{width:35%;}
    .index .section-8 .item:nth-child(odd){margin-left:10%;margin-right: 5%;}
    .index .section-8 .item:nth-child(even){margin-right:10%;margin-left: 5%;}
}

.index .section-9 .list{padding-top:1.25rem;}
.index .section-9 .img{overflow: hidden;height: 24.625rem;}
.index .section-9 .img img{width:100%;height: 100%;object-fit: cover;}
.index .section-9 .news-list  dl{margin-bottom:1.25rem;display:-ms-flexbox;display:flex;align-items: center;border:1px solid #cecece;}
.index .section-9 .news-list  dl dt{text-align: center;padding: 1rem;font-weight: normal;min-width: 7.25rem;}
.index .section-9 .news-list  dl dt b{display:block;font-size: 2.5rem;line-height: 1;}
.index .section-9 .news-list  dl dt span{font-size:12px;}
.index .section-9 .news-list  dl dd{padding:1rem;border-left:1px solid #cecece;overflow: hidden;}
.index .section-9 .news-list  dl dd h5{font-size:1.125rem;margin-top:0;margin-bottom: 0.625rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .section-9 .news-list  dl dd h5 a{color:#000;}
.index .section-9 .news-list  dl dd p{font-size:0.875REM;line-height: 2em;margin-bottom: 0;color:#777;max-height: 4em;overflow: hidden;text-align: justify;}
.index .section-9 .news-list  dl dd h5 a:hover{color:#01a0ea;}


.main{padding:1.875rem 0;}
.main .box{margin-bottom:1.25rem;border: 1px solid #ddd;}
.main .box h3{background-color:#0078e6;color:#fff;margin-top:0;margin-bottom:0;padding:1.25rem 1.25rem 1rem;font-size:1.5rem;}
.main .box h3 em{font-size:12px;}
.main .box dl{padding: 1rem;margin-bottom: 0;}
.main .box dl  + dl{padding-top:0;}
.main .box dl dt{background-color:#0078e6;padding-top:0.625rem;padding-bottom:0.625rem;line-height: 2; padding-left:1rem;font-size: 14px;padding-right: 1rem;color: #fff;font-weight: normal;}
.main .box dl dt > .icon{margin-right:0.5rem;}
.main .box dl dt a{color:#fff;}
.main .box dl dt + dd{margin-top:1rem;}
.main .box dl dd{display: none;}

.main .box ul{padding:1rem;margin-bottom:0;}
.main .box ul li,.main .box dl dd {background-color:#f1f2f3;padding-top:0.625rem;padding-bottom:0.625rem;line-height: 2; padding-left:1rem;font-size: 14px;padding-right: 1rem;}
.main .box ul li + li, .main .box dl dd + dd{margin-top:1rem;}
.main .box ul li > .icon, .main .box dl dd > .icon{margin-right:0.5rem;}
.main .box ul li >a, .main .box dl dd > a{color:#37474f;}
.main .box ul li:hover, .main .box dl dd:hover{background-color:#0078e6;}
.main .box ul li:hover i, .main .box dl dd:hover i{color:#fff;}
.main .box ul li:hover a, .main .box dl dd:hover a{color:#fff;}
.main .box > .list{padding:1rem;margin-top:0;}
.main .box .list p{margin-bottom:0;border-bottom:1px dashed #ddd;line-height: 2;padding-bottom:0.5rem;word-break: break-word;font-size: 14px;}
.main .box .list p + p{margin-top:1rem;}

.main .content{line-height:2;margin-top:1rem;margin-bottom: 1.25rem;}
.main .content p{text-indent:2em;text-align:justify;margin-bottom:1rem;color:#666;}
.main .content p img{max-width:100%;}
.main .content p img{margin-left:-2em;}
.main .content > h5{font-size:1.125rem;text-align:center;margin-bottom:1rem;margin-top:1.25rem;}
.main .content hr{margin-top:1rem;margin-bottom:1rem;}
.main .content ul.redirect{margin-bottom: 0;}
.main .content ul.redirect li{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;height: 2rem;line-height: 2rem;font-size:0.875rem;}
.main .content ul.redirect li a{color:#777;}
.main .content ul.redirect li a:hover{color:#0078e6;}
.main .content table{width:100%;border-collapse: collapse;font-size: 0.875rem;color:#000;margin-bottom:1.875rem;}
.main .content table tr td,.main .content table tr th{vertical-align: middle;border: 1px solid #ddd;padding:0.75rem 0.9375rem;font-weight: normal;}
.main .content table tr td img{max-width:100%;}

@media(max-width:576px){
    .main{padding-top:0;}
}


.product-list{margin-top:1.25rem;}
.product-list .item{margin-bottom:1.25rem;}
.product-list .item .img{overflow:hidden;box-shadow: 0 0 1.875rem rgba(0,0,0,.15);}
.product-list .item .img img{width:100%;height: 100%;object-fit: contain;transition: all linear 0.4s;}
.product-list .item p{line-height: 2;margin-top: 0.5rem;margin-bototm:0;text-align:center;color:#000;max-height: 4em;overflow: hidden;}
.product-list .item:hover .img img{transform:scale(1.2);}
.product-list .item:hover p{color:#0078e6;}
@media(max-width:576px){
   .product-list .item:nth-child(odd){padding-right:7.5px;}
   .product-list .item:nth-child(even){padding-left:7.5px;}
}

.main .news-list .item{margin-top:1.25rem;border-bottom:1px dashed #cecece;padding-bottom: 1rem;display:flex;align-items: center;}
.main .news-list .item .img{margin-right: 1rem;width:8rem;height:6rem;overflow: hidden;min-width: 8rem;}
.main .news-list .item .img img{width:100%;height: 100%;object-fit: cover;}
.main .news-list dl{margin-bottom:0;}
.main .news-list dl dt{overflow: hidden;font-size: 1.125rem;font-weight: normal;}
.main .news-list dl dt a{color:#000;}
.main .news-list dl dt a:hover{color:#0078e6;}
.main .news-list dl dd{color:#777;text-align: justify;font-size: 0.875rem;line-height: 2;margin-top: 0.625rem;}
@media(max-width:576px){
    .main .news-list dl dd{display:none;}
}


.main .list{margin-top:1.25rem;}
.main .list .item{margin-bottom:1.25rem;text-align:center;}
.main .list .item .img{overflow:hidden;border: 1px solid #ddd;padding: 0.5rem;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 1.25rem rgba(0,0,0,.15);}
.main .list .item .img img{max-width:100%;max-height: 100%;object-fit: contain;transition: all linear 0.4s;}
.main .list .item p{line-height: 2;margin-top: 0.5rem;margin-bototm:0;color:#000;max-height: 4em;overflow: hidden;}
.main .list .item:hover .img img{transform:scale(1.2);}
.main .list .item:hover p{color:#0078e6;}
@media(max-width:768px){
   .main .list .item:nth-child(odd){padding-right:7.5px;}
   .main .list .item:nth-child(even){padding-left:7.5px;}
}

.solution_list .item{margin-top:1.25rem;}
.solution_list .item .img{overflow: hidden;}
.solution_list .item .img img{width:100%;height: 100%;object-fit: cover;transition: all linear .4s;}
.solution_list .item p{line-height: 2;color:#37474f;position: relative;border-bottom:1px solid #cecece;margin-bottom:0;padding: 0.5rem 0;}
.solution_list .item p::after{content: '';position: absolute;left: 0;bottom: 0;display: block;width: 0;height: 1px;background-color: #01a0ea;transition: width linear 0.4s;}
.solution_list .item:hover .img img{transform: scale(1.2);}
.solution_list .item:hover p{color:#01a0ea;}
.solution_list .item:hover p::after{width:100%;}


@media(max-width:768px){
   .solution_list .item:nth-child(odd){padding-right:7.5px;}
   .solution_list .item:nth-child(even){padding-left:7.5px;}
}








