.compensate-for-scrollbar{margin-right:0 !important;}
/* 集团简介 */
@font-face{
    font-family: harm;
    src:url(../Fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face{
    font-family: harmm;
    src:url(../Fonts/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face{
    font-family: harmb;
    src:url(../Fonts/HarmonyOS_Sans_SC_Bold.ttf);
}
@font-face{
    font-family: harml;
    src:url(../Fonts/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face{
    font-family: dinb;
    src:url(../Fonts/DIN-Medium.ttf);
}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}


/* 分页 */
.Pages{margin:0.3rem 0 1rem 0;text-align: center;}
.Pages a{display: inline-block;width:43px;line-height:43px;border-radius: 8px;border:1px solid #D9D9D9;margin:0 5px;height:45px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next{color:transparent;background-position: center center;background-repeat: no-repeat;}
.Pages .a_prev{background-image: url(../images/ico/pageprev.png);}
.Pages .a_next{background-image: url(../images/ico/pagenext.png);}
.Pages .a_prev:hover{background-image: url(../images/ico/pageprevc.png);}
.Pages .a_next:hover{background-image: url(../images/ico/pagenextc.png);}
.Pages a:hover{background: #008DCB;color:#fff;}
.Pages a.a_cur{background: #008DCB;color:#fff;}
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}

@media(max-width:1024px){
    .Pages a{width:30px;line-height: 28px;height:30px;}
}

@media(max-width:480px){
    .Pages .num{display: none;}
}


.subBody ul,.subBody li,.subBody form, .subBody dl,.subBody dt,.subBody dd,.subBody div,.subBody ul,.subBody li,.subBody p,.subBody em,.subBody i,.subBody address{ font-style:normal; list-style:none;}


html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}
.subMain{margin-top:1.17rem;}
.Contain{padding:0 1.25rem;}
.subBody .auto{padding:0 1rem;}
.subBody .Top003101 .auto{max-width:100%;}
.subBody .auto_1600{max-width:100%;}
.Bottom002626 .bottom{padding-bottom:2%;}


@media(max-width:1200px){
    .subBody .auto{padding:0 0.6rem;}
    .Contain{padding:0 0.6rem;}
}

@media(max-width:1024px){
    .Top003101{top:46px;padding:0;}
    .subMain{margin-top:99px;}
    .subBody .auto{padding:0 10px;}
    .Contain{padding:0 10px;}
}


.subBanner{position: relative;}
.subBanner .img img{width:100%;}
.subBanner .txt{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.subBanner .txt .cn{font-size: 0.5rem;display: inline-block;position: relative;}
.subBanner .txt .cn::before{content:'';display: block;width:100%;height:0.13rem;background: #A9E5FF;position: absolute;left:0;bottom:0;z-index:0;}
.subBanner .txt .cn span{position: relative;z-index:9;}
.subBanner .txt .en{opacity: 0.45;font-size: 0.45rem;font-family: harml;text-transform: uppercase;margin-top:0.2rem;}

.sunMenu{text-align: center;background: #ECF9FF;}
.sunMenu ul{display: flex;justify-content: center;}
.sunMenu ul li{width:1.6rem;line-height: 0.9rem;font-size: 0.2rem;font-family: harmm;transition: all .5s;-webkit-transition: all .5s;}
.sunMenu ul li.on{background: #008DCB;}
.sunMenu ul li.on a{color:#fff;}
.sunMenu ul li:hover{background: #008DCB;}
.sunMenu ul li:hover a{color:#fff;}
.sunMenu ul li a{display: block;}

.coverBg{background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pd110{padding:1.1rem 0;}
.subTit{color:#fff;text-align: center;margin-bottom:0.7rem;}
.subTit h1{font-size: 0.36rem;padding:0;margin:0;}
.subTit .dec{font-size: 0.2rem;line-height: 0.3rem;opacity: 0.7;margin-top:0.2rem;}
.commobBg{background-position: top center;}
.commobBg .subTit h1{color:#131415;}
.subTit .line{background:rgba(0, 141, 203, 0.21);width:8rem;margin:0 auto;height:1px;position: relative;margin-top:0.45rem;}
.subTit .line::after{content:'';display: block;width:0.45rem;height:0.07rem;background: #008DCB;position: absolute;left:50%;bottom:0;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.subTit b{display: block;width:0.45rem;height:0.07rem;background: #008DCB;margin:0 auto;margin-top:0.3rem;}

.subTit_black{color:#000;}
.subTit_black .dec{color:#999;}

.imgbox{position: relative;overflow: hidden;}
.imgbox span{display: block;position: absolute;width:100%;height:100%;background-size: cover;background-position: center center;background-repeat: no-repeat;top:0;left:0;transition: all .5s;-webkit-transition: all .5s;}

.About_part1{padding-bottom:0.7rem;}

.About_part1 .con{max-width:12rem;margin:0 auto;color:#fff;font-size: 0.2rem;line-height: 0.33rem;font-family: harml;text-align: center;}
.About_part1 .con p{margin-bottom:0.15rem;}

.About_part1 .slider{overflow: hidden;margin-top:0.5rem;}


.About_part1 .slider .slick-list{margin-left:-0.3rem;overflow-x: auto;padding-bottom:0.5rem;}
.About_part1 .slider .item{margin-left:0.3rem;}
.About_part1 .slider .item .img{padding-top:65%;}

.scroll_slider .slick-list::-webkit-scrollbar{width: 0.15rem; height:0.15rem;-webkit-overflow-scrolling : touch;}
.scroll_slider .slick-list::-webkit-scrollbar-track{background:rgba(255,255,255,0.3);}
.scroll_slider .slick-list::-webkit-scrollbar-thumb{background-color: #fff;}
.scroll_slider .slick-list::-webkit-scrollbar-button{height: 0px;background-color: #0e3265;width:0;}

.About_part2 .partBox{}
.About_part2 .partBox ul{position: relative;height:7rem;}
.About_part2 .partBox ul li{width:23.8%;position: absolute;}
.About_part2 .partBox ul li a{display: block;background: url(../images/ico/abg.png) no-repeat center center;background-size: 100% 100%;height:3.26rem;display: flex;align-items: center;justify-content: center;font-size: 0.42rem;font-family: harmb;line-height: 0.59rem;text-align: center;color:#fff;}
.About_part2 .partBox ul li a:hover{background: url(../images/ico/abghover.png) no-repeat center center;background-size: 100% 100%;}

.About_part2 .partBox ul li:first-child{left:0;top:1.69rem;}
.About_part2 .partBox ul li:nth-child(2){left:19%;top:0;}
.About_part2 .partBox ul li:nth-child(3){left:38%;top:1.69rem;}
.About_part2 .partBox ul li:nth-child(4){left:57%;top:0;}
.About_part2 .partBox ul li:nth-child(5){right:0;top:1.69rem;}
.About_part2 .partBox ul li:nth-child(6){left:19%;top:3.4rem;}
.About_part2 .partBox ul li:nth-child(7){left:57%;top:3.4rem;}


.About_part3 .partBox{}
.About_part3 .partBox ul{margin-left:-3%;}
.About_part3 .partBox ul li{width:22%;margin-left:3%;float:left;position: relative;padding-top:0.5rem;transition: all .5s;-webkit-transition: all .5s;margin-bottom:3%;}
.About_part3 .partBox ul li .tit{width:3.73rem;height:0.63rem;box-sizing: border-box;padding:0 0.2rem;position: absolute;top:0;left:0;color:#fff;font-size: 0.2rem;font-family: harmb;background: url(../images/ico/titbg.png) no-repeat center center;background-size: 100% 100%;display: flex;align-items: center;}
.About_part3 .partBox ul li .tit img{max-height:0.17rem;display: inline-block;margin-right:0.05rem;}
.About_part3 .partBox ul li .img{padding:0.35rem 0.25rem 0.25rem;border-radius: 0.1rem 0.1rem 0 0;background: url(../images/ico/imgbg.png) no-repeat top center;background-size: cover;box-sizing: border-box;height:2.05rem;}
.About_part3 .partBox ul li .img img{max-height:100%;max-width:100%;}
.About_part3 .partBox ul li .txt{padding:0.25rem 0.1rem;background: #fff;height:3.2rem;}
.About_part3 .partBox ul li .txt dl{padding:0 0.1rem;max-height:2.8rem;overflow-y: auto;}
.About_part3 .partBox ul li .txt dl dd{margin-bottom:0.18rem;font-size: 0.18rem;line-height: 0.28rem;color:#333;padding-left:0.25rem;background: url(../images/ico/ico920.png) no-repeat top 0.1rem left;}
.About_part3 .partBox ul li:hover{transform: scale(1.05);-webkit-transform: scale(1.05);}


.About_part4 .partBox{padding-top:0.3rem;}
.About_part4 .partBox ul{margin-left:-7%;}
.About_part4 .partBox ul li{width:26.33%;margin-left:7%;float:left;box-sizing: border-box;padding:0.6rem 0.45rem;background: linear-gradient(180deg, #3FC5E0 0%, #0580B6 100%);border: 1px solid rgba(255,255,255,0.2);color:#fff;transition: all .5s;-webkit-transition: all .5s;cursor: pointer;}
.About_part4 .partBox ul li .tit{}
.About_part4 .partBox ul li .tit .cn{font-family: harmb;font-size: 0.56rem;line-height: 0.79rem;}
.About_part4 .partBox ul li .tit .en{opacity: 0.5;font-size: 0.39rem;line-height: 0.55rem;font-family: harml;text-transform: uppercase;margin-top:5px;}
.About_part4 .partBox ul li .line{border:1px solid rgba(255,255,255,0.2);margin:0.5rem 0 1.5rem 0;}
.About_part4 .partBox ul li .con{font-size: 0.35rem;line-height: 0.68rem;font-family: harml;}
.About_part4 .partBox ul li:hover{transform: scale(1.15);-webkit-transform: scale(1.15);background: linear-gradient(180deg, #2CB659 0%, #0580B6 100%);border: 1px solid rgba(255,255,255,0.3);}

.About_part5{padding-bottom:0;}
.About_part5 .partBox{text-align: center;}
.About_part5 .partBox img{max-width:100%;}


@media(max-width:768px){
    .sunMenu ul li{width:100px;line-height: 40px;font-size: 14px;}
    .subTit h1{font-size: 20px;}
    .About_part1 .con{max-width:90%;font-size: 14px;line-height: 25px;}
    .About_part2 .partBox{padding:0 30px;}
    .About_part3 .partBox ul li{width:47%;margin-bottom:20px;}
    .About_part3 .partBox ul li .tit{width:80%;height:40px;padding:0 20px;font-size: 16px;}
    .About_part3 .partBox ul li .tit img{max-height:12px;}
    .About_part3 .partBox ul li .img{padding:30px 20px 20px;height:200px;}
    .About_part3 .partBox ul li .txt{padding:20px;height:240px;}
    .About_part3 .partBox ul li .txt dl dd{font-size: 14px;line-height: 25px;}
    .About_part3 .partBox ul li .txt dl {max-height:200px;}
    .subTit .dec{font-size: 14px;}
    .scroll_slider .slick-list::-webkit-scrollbar{width:6px;height:6px;}
    .About_part1 .slider .slick-list{padding-bottom:20px;}

}


@media(max-width:480px){
    .subTit{margin-bottom:30px;}
    .subTit h1{font-size: 18px;}
    .subTit .dec{margin-top:10px;line-height: 20px;}
    .About_part1 .con{max-width:100%;}
    .About_part2 .partBox{padding:0 10px;}
    .About_part2 .partBox ul li a{font-size: 12px;line-height: 16px;font-family: harm;}
    .About_part3 .partBox ul li{width:97%;}
    .About_part4 .partBox ul li{width:93%;margin-bottom:20px;padding:25px;}
    .About_part4 .partBox ul li .tit .cn{font-size: 18px;line-height: 30px;}
    .About_part4 .partBox ul li .tit .en{font-size: 16px;margin-top:10px;line-height: 30px;}
    .About_part4 .partBox ul li .con{font-size: 14px;line-height: 25px;}
    .About_part4 .partBox ul li:hover{transform: scale(1);-webkit-transform: scale(1);}
    .Bottom002626 .bottom{padding:20px;}
    .About_part3 .partBox ul li .txt dl dd{padding-left:20px;background-position: top 10px left;}
    .About_part3 .partBox ul li .txt{height:auto;}
    .About_part3 .partBox ul li .txt dl{max-height:100%;}
}


/* 晶尊简介 */
.Jingzun_part2 .partBox .con{max-width:12rem;margin:0 auto;font-size: 0.22rem;line-height: 0.5rem;color:#fff;}

.Jingzun_part3 .con{max-width:11rem;margin:0 auto;text-align: center;font-size: 0.2rem;line-height: 0.4rem;color:#131415;}
.Jingzun_part3 .slider{padding:0 1rem;margin-top:0.5rem;}
.Jingzun_part3 .slider .slick-list{margin-left:-0.5rem;padding-top:0.5rem;}
.Jingzun_part3 .slider .item{background: linear-gradient(180deg, #3FC5E0 0%, #0580B6 100%);padding:0.5rem 0.35rem;margin-left:0.5rem;color:#fff;transition: all .5s;-webkit-transition: all .5s;}
.Jingzun_part3 .slider .item .tit{font-size: 0.32rem;line-height: 0.49rem;font-family: harmb;height:1.47rem;}
.Jingzun_part3 .slider .item .line{height:1px;background: rgba(255,255,255,0.2);margin:0.6rem 0;}
.Jingzun_part3 .slider .item .dec{font-size: 0.22rem;}
.Jingzun_part3 .slider .slick-arrow{width:0.97rem;height:0.97rem;background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;z-index:99;top:55%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Jingzun_part3 .slider .slick-arrow.slick-prev{background-image: url(../images/ico/prev.png);left:-0.5rem;}
.Jingzun_part3 .slider .slick-arrow.slick-next{background-image: url(../images/ico/next.png);right:-0.5rem;}
.Jingzun_part3 .slider .slick-arrow.slick-prev:hover{background-image: url(../images/ico/prevc.png);}
.Jingzun_part3 .slider .slick-arrow.slick-next:hover{background-image: url(../images/ico/nextc.png);}


.Jingzun_part3 .slider .item:hover{transform: scale(1.1);-webkit-transform: scale(1.1);transform-origin: bottom center;background: linear-gradient(180deg, #2CB659 0%, #0580B6 100%);}

.Jingzun_part4{position: relative;}
.Jingzun_part4 .item{width:55.22%;background-image: url(../images/ico/jz.png);background-repeat: no-repeat;background-position: center center;background-size: 100% 100%;height:8.88rem;box-sizing: border-box;padding:1rem 2rem;transition: all .5s;-webkit-transition: all .5s;}
.Jingzun_part4 .item .itemtit{margin-bottom:0.5rem;}
.Jingzun_part4 .item .itemtit h1{font-size: 0.36rem;color:#fff;font-family: harmb;}
.Jingzun_part4 .item .itemtit b{display: inline-block;width:0.72rem;height:0.08rem;background: #fff;}
.Jingzun_part4 .item:first-child .itemtit{text-align: right;}
.Jingzun_part4 .item:first-child .hdnav{float:right;}
.Jingzun_part4 .item:nth-child(2){background-image: url(../images/ico/jz1.png);position: absolute;right:0;top:0;}
.Jingzun_part4 .item:nth-child(2) .itemtit{margin-left:0.7rem;}
.Jingzun_part4 .item:nth-child(2) .hdnav{margin-left:0.5rem;}

.Jingzun_part4 .item .hdnav ul {width:5.8rem;}
.Jingzun_part4 .item .hdnav ul li{width:2.7rem;height:2rem;display: flex;align-items: center;justify-content: center;text-align: center;background-image:url(../images/ico/bg.png);background-repeat: no-repeat;background-size: cover;transform: skew(-13.05deg);float:left;transform-origin:left top;margin-left:0.2rem;margin-bottom:0.2rem;}
.Jingzun_part4 .item .hdnav ul li a{transform: skew(13.05deg);font-size: 0.32rem;line-height: 0.46rem;color:#fff;font-family: harmb;}
.Jingzun_part4 .item .hdnav ul li:nth-child(3){margin-left:-0.3rem;}

.Jingzun_part4 .item  .bdlist {margin-top:0.3rem;}
.Jingzun_part4 .item  .bdlist .con{color:#fff;font-size: 0.2rem;line-height: 0.32rem;}
.Jingzun_part4 .item  .bdlist ul{display: none;}
.Jingzun_part4 .item  .bdlist ul.on{display: block;}

.Jingzun_part4 .item:hover{background-image: url(../images/ico/jzc.png);}
.Jingzun_part4 .item:nth-child(2):hover{background-image: url(../images/ico/jz1c.png);}
.Jingzun_part4 .item:hover .hdnav ul li{background-image: url(../images/ico/hoverbg.png);}
.Jingzun_part4 .item:hover .hdnav ul li:hover{background: linear-gradient(270deg, #2CB659 0%, #0580B6 100%);border: 2px solid rgba(255,255,255,0.3);}


.Jingzun_part5 .swiper .swiper-slide{width:4.8rem;filter: blur(5px);opacity: 0;}
.Jingzun_part5 .swiper .swiper-slide .img{padding-top:3.55rem;}
.Jingzun_part5 .swiper .swiper-slide .img span{background-size: contain;}
.Jingzun_part5 .swiper .swiper-slide.swiper-slide-visible{opacity: 1;}

.Jingzun_part5 .swiper .swiper-slide-shadow-left{display: none;}
.Jingzun_part5 .swiper .swiper-slide-shadow-right{display: none;}

.Jingzun_part5 .swiper .swiper-slide.swiper-slide-active{filter: blur(0);}
.Jingzun_part5 .swiper .swiper-button-next,.Jingzun_part5 .swiper .swiper-button-prev{width:0.97rem;height:0.97rem;background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;z-index:99;top:55%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Jingzun_part5 .swiper .swiper-button-prev{background-image: url(../images/ico/prev.png);left:0;}
.Jingzun_part5 .swiper .swiper-button-next{background-image: url(../images/ico/next.png);right:0;}

.swiper-button-prev:after, .swiper-button-next:after{display: none;}


@media(max-width:1024px){
    .Jingzun_part3 .slider .slick-arrow.slick-prev{left:0;}
    .Jingzun_part3 .slider .slick-arrow.slick-next{right:0;}
}

@media(max-width:768px){
    .Jingzun_part2 .partBox .con{max-width:90%;font-size: 14px;line-height: 25px;}
    .Jingzun_part3 .con{max-width:90%;font-size: 14px;line-height: 25px;}
    .Jingzun_part3 .slider .item{padding:25px;}
    .Jingzun_part3 .slider .item .tit{font-size: 15px;line-height: 25px;min-height:75px;}
    .Jingzun_part3 .slider .item .dec{font-size: 14px;}
    .Jingzun_part4 .item .itemtit h1{font-size: 18px;}
}

@media(max-width:480px){
    .Jingzun_part2 .partBox .con{max-width:100%;}
    .Jingzun_part3 .con{max-width:100%;}
    .Jingzun_part3 .slider .slick-arrow{width:50px;height:50px;}
    .Jingzun_part4 .item{width:100%;height:auto;background-size: 150%;}
    .Jingzun_part4 .item:nth-child(2){position: static;}
    .Jingzun_part4 .item:first-child .itemtit{text-align: left;}
    .Jingzun_part4 .item .hdnav ul{width:100%;}
    .Jingzun_part4 .item .hdnav ul li{width:46%;height:100px;}
    .Jingzun_part4 .item:first-child .hdnav{float:none}
    .Jingzun_part4 .item .hdnav ul li a{font-size: 14px;line-height: 25px;}
    .Jingzun_part4 .item:nth-child(2) .hdnav{margin-left:0;}
    .Jingzun_part4 .item:nth-child(2) .itemtit{margin-left:0;}
    .Jingzun_part4 .item .itemtit b{display: block;width:20px;height:2px;margin-bottom:30px;}
    .Jingzun_part4 .item .hdnav ul li{transform: skew(0);margin-bottom:10px;margin-right:10px;margin-left:0;}
    .Jingzun_part4 .item .hdnav ul li a{transform: skew(0);}
    .Jingzun_part4 .item .hdnav ul li:nth-child(3){margin-left:0;}
    .Jingzun_part5 .swiper .swiper-slide{width:250px;}
    .Jingzun_part5 .swiper .swiper-slide .img{padding-top:150px;}
    .Jingzun_part5 .swiper .swiper-button-next, .Jingzun_part5 .swiper .swiper-button-prev{width:50px;height:50px;}
}


/* 集团动态 */
.Group_Dynamics .Group_Dynamics_nav{width:26.8%;box-sizing: border-box;padding-right:1rem;}
.Group_Dynamics .Group_Dynamics_nav ul li{position: relative;}
.Group_Dynamics .Group_Dynamics_nav ul li .img{padding-top:170%;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt{position: absolute;width:100%;box-sizing: border-box;top:0;left:0;color:#fff;padding:0.9rem 0.3rem;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt *{margin:0;padding:0;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt h1{font-size: 0.24rem;font-family: dinb;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt h2{font-size: 0.2rem;margin-top:0.15rem;font-weight: normal;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt .more{margin-top:0.5rem;font-size: 0.18rem;}
.Group_Dynamics .Group_Dynamics_nav ul li .txt .more img{max-height:18px;display: inline-block;margin-left:8px;position: relative;top:-2px;}
.Group_Dynamics .Group_Dynamics_nav ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Group_Dynamics .Group_Dynamics_Con{padding-top:0.8rem;width:70.3%;box-sizing: border-box;}
.Group_Dynamics .Group_Dynamics_Con ul li{padding:0.5rem 0.5rem 0.5rem 1rem;margin-bottom:0.5rem;background: #fcfcfc;border-bottom:1px solid #ebebeb;transition: all .5s;-webkit-transition: all .5s;}
.Group_Dynamics .Group_Dynamics_Con ul li .img{width:40%;float:left;padding-top:3.1rem;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt{width:56%;float:right;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt *{padding:0;margin:0;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .date{font-family: dinb;color:#008dcb;display: inline-block;text-align: center;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .date p{font-size: 0.36rem;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .date span{font-size: 0.16rem;font-family: harml;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt h1{font-size: 0.2rem;line-height: 0.3rem;height:0.6rem;max-width:80%;margin:0.2rem 0;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .dec{font-size: 0.16rem;line-height: 0.3rem;height:0.9rem;color:#333;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other{position: relative;line-height: 30px;margin-top:10px;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other .more{position: absolute;right:0;top:0;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl {display: flex;align-items: center;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd{display: inline-block;margin-right:15px;font-size: 0.14rem;color:#808080;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd .ico{display: inline-block;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd .ico .img2{display: none;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd a{color:#808080;display: block;}
.Group_Dynamics .Group_Dynamics_Con ul li:hover{background: #f7f7f7;}
.Group_Dynamics .Group_Dynamics_Con ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd:hover .ico .img1{display: none;}
.Group_Dynamics .Group_Dynamics_Con ul li .txt .other dl dd:hover .ico .img2{display: inline-block;}

@media(max-width:1024px){
    .Group_Dynamics .Group_Dynamics_nav{width:100%;padding:0 10px;margin:20px 0;}
    .Group_Dynamics .Group_Dynamics_nav ul::after{content:'';display: block;clear: both;}
    .Group_Dynamics .Group_Dynamics_nav ul li{width:50%;float:left;}
    .Group_Dynamics .Group_Dynamics_nav ul li .img{padding-top:65%;}
    .Group_Dynamics .Group_Dynamics_nav ul li .txt{padding:30px;}
    .Group_Dynamics .Group_Dynamics_nav ul li .txt h1{font-size: 18px;}
    .Group_Dynamics .Group_Dynamics_nav ul li .txt h2{font-size: 15px;}
    .Group_Dynamics .Group_Dynamics_nav ul li .txt .more{font-size: 14px;}

    .Group_Dynamics .Group_Dynamics_Con{width:100%;padding-top:10px;}
    .Group_Dynamics .Group_Dynamics_Con ul li{padding:20px;}
    .Group_Dynamics .Group_Dynamics_Con ul li .img{padding-top:25%;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt .date p{font-size: 16px;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt .date span{font-size: 14px;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt h1{font-size: 16px;line-height: 28px;height:56px;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt .dec{font-size: 14px;line-height: 25px;height:75px;}
}

@media(max-width:768px){
    .Group_Dynamics .Group_Dynamics_Con ul li .txt h1{font-size: 15px;line-height: 25px;height:50px;max-width:100%;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt .dec{font-size: 13px;line-height: 20px;height:60px;}
}

@media(max-width:640px){
    .Group_Dynamics .Group_Dynamics_nav ul li .txt{padding:10px;}
    .Group_Dynamics .Group_Dynamics_nav ul li .txt h2{font-size: 14px;}
    .Group_Dynamics .Group_Dynamics_Con ul li .img{width:100%;padding-top:65%;}
    .Group_Dynamics .Group_Dynamics_Con ul li .txt{width:100%;margin-top:15px;}
    
}

/* 晶尊新闻 */
.Jingzun_News{padding:50px 0;}
.Jingzun_News .Jingzun_News_box{}
.Jingzun_News .Jingzun_News_box ul{margin-left:-3%;}
.Jingzun_News .Jingzun_News_box ul li{width:30.33%;float:left;margin-left:3%;margin-bottom:0.5rem;background: #F0F3F5;}
.Jingzun_News .Jingzun_News_box ul li .img{padding-top:55%;}
.Jingzun_News .Jingzun_News_box ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Jingzun_News .Jingzun_News_box ul li .txt{padding:0.3rem;}
.Jingzun_News .Jingzun_News_box ul li .txt h1{font-size: 0.2rem;line-height: 0.3rem;height:0.6rem;padding:0;margin:0;}
.Jingzun_News .Jingzun_News_box ul li .txt .date{color:#666;font-size: 0.16rem;line-height: 0.3rem;margin-top:0.1rem;position: relative;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl{position: absolute;right:0;top:0;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl dd{display: inline-block;margin-left:15px;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl dd .ico .img2{display: none;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl dd .ico{display: inline-block;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl dd .ico img{max-height:0.22rem;}
.Jingzun_News .Jingzun_News_box ul li .txt .date dl dd:first-child .ico img{position: relative;top:-2px;}
.Jingzun_News .Jingzun_News_box ul li:hover{background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);}
.Jingzun_News .Jingzun_News_box ul li:hover a{color:#fff;}
.Jingzun_News .Jingzun_News_box ul li:hover .date{color:#fff;}
.Jingzun_News .Jingzun_News_box ul li:hover .date dl dd .ico .img1{display: none;}
.Jingzun_News .Jingzun_News_box ul li:hover .date dl dd .ico .img2{display: inline-block;}


@media(max-width:768px){
    .Jingzun_News .Jingzun_News_box ul li{width:47%;} 
    .Jingzun_News .Jingzun_News_box ul li .txt{padding:20px;}
    .Jingzun_News .Jingzun_News_box ul li .txt h1{font-size: 16px;line-height: 25px;height:50px;}
    .Jingzun_News .Jingzun_News_box ul li .txt .date{font-size: 14px;margin-top:20px;}
    .Jingzun_News .Jingzun_News_box ul li .txt .date dl dd .ico img{max-height:15px;}
}

@media(max-width:480px){
    .Jingzun_News{padding:30px 0;}
    .Jingzun_News .Jingzun_News_box ul li{width:97%;} 
}

/* 新闻详情 */
.Localtion{line-height: 0.3rem;padding:0.3rem 0;background: #ECF9FF;color:#999;font-size: 0.18rem;border-top:1px solid #e5e5e5;}
.Localtion a{color:#999;}
.Localtion img{position: relative;top:-2px;margin-right:0.1rem;}
.Localtion a:last-child{color:#333;}
.Localtion span{color:#333;}

.NewsInfo .article{padding:0.7rem 1rem;}
.NewsInfo .InfoTit{text-align: center;margin-bottom:0.5rem;padding-bottom:0.4rem;border-bottom:1px solid #eee;}
.NewsInfo .InfoTit h1{font-size: 0.3rem;line-height: 0.35rem;color:#000;margin:0;padding:0;}
.NewsInfo .InfoTit .date{color:#999;font-size: 0.18rem;margin-top:0.3rem;}
.NewsInfo .InfoTit .date dl{display: inline-block;}
.NewsInfo .InfoTit .date dl dd{display: inline-block;margin-right:15px;position: relative;}
.NewsInfo .InfoTit .date dl dd a{color:#999;}
.NewsInfo .InfoTit .date dl dd .ico{display: inline-block;}
.NewsInfo .InfoTit .date dl dd .ico img{max-height:0.22rem;}
.NewsInfo .InfoTit .date dl dd:first-child .ico img{position: relative;top:-2px;}
.NewsInfo .InfoTit .date i{display: inline-block;margin:0 10px;}
.NewsInfo .InfoTit .date dl dd .ico .img2{display: none;}
.NewsInfo .InfoTit .date dl dd:hover .ico .img1{display: none;} 
.NewsInfo .InfoTit .date dl dd:hover .ico .img2{display: inline-block;}
.NewsInfo .InfoCon{font-size: 0.18rem;line-height: 0.3rem;}
.NewsInfo .InfoCon *{margin:0;padding:0;}

.NewsInfo .InfoCon .img{display: flex;justify-content: space-between;}
.NewsInfo .InfoCon .img img{width:48.5%;}

.NewsInfo .infoPage{padding:0.5rem;margin-top:0.8rem;border-top:1px solid #EEEEEE;}
.NewsInfo .infoPage dl{text-align: center;}
.NewsInfo .infoPage dl dd{display: inline-block;margin:0 0.2rem;width:1.8rem;height:0.5rem;line-height: 0.5rem;border-radius: 5px;background: #eee;}
.NewsInfo .infoPage dl dd a{display: block;}
.NewsInfo .infoPage dl dd:hover{background: #008DCB;}
.NewsInfo .infoPage dl dd:hover a{color:#fff;}

.NewsInfo .InfoTit .date dl dd .bshare-custom{position: absolute;width:100%;height:100%;box-sizing: border-box;top:0;left:0;opacity: 0;}
#bsBox{width:auto !important;height:auto !important;}
.bFind-wrapper-top{height:25px !important;}


@media(max-width:1024px){
    .Localtion{font-size: 14px;padding:20px 0;}
    .NewsInfo .article{padding:30px 10px;}
    .NewsInfo .InfoTit h1{font-size: 16px;line-height: 25px;}
    .NewsInfo .InfoTit .date{font-size: 14px;}
    .NewsInfo .InfoTit .date dl dd .ico img{max-height:15px;}
    .NewsInfo .InfoCon{font-size: 14px;line-height: 25px;}
    .NewsInfo .infoPage dl dd{width:100px;height:30px;line-height: 30px;}
}


@media(max-width:480px){
    .NewsInfo .InfoTit{margin-bottom:20px;}
    .NewsInfo .InfoTit .date i{margin:0 3px;}
    .NewsInfo .InfoTit .date{font-size: 12px;margin-top:10px;}
    .NewsInfo .InfoTit .date dl dd{margin-right:5px;}
    .NewsInfo .infoPage{padding-top:30px;margin-top:50px;}
}


/* 走进晶芒 */
.Zoujinqm_part2 .partBox{height:3.1rem;padding:2.46rem 0;position: relative;box-sizing: content-box;}
.Zoujinqm_part2 .partBox li{width:16.66667%;position: absolute;box-sizing: border-box;padding:5px;transition: all .5s;-webkit-transition: all .5s;z-index:99;}
.Zoujinqm_part2 .partBox li a{display: block;width:100%;height:100%;height:3.1rem;display: flex;align-items: center;justify-content: center;position: relative;z-index:99;font-size: 0.34rem;line-height: 0.47rem;font-family: harmb;color:#fff;box-sizing: border-box;padding:0.1rem;text-align: center;}
.Zoujinqm_part2 .partBox li:first-child{top:2.4rem;right:50%;}
.Zoujinqm_part2 .partBox li:first-child a img{max-height:1.7rem;}
.Zoujinqm_part2 .partBox li .libox{position: relative;}
.Zoujinqm_part2 .partBox li .libox .bg{background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;position: absolute;width:100%;height:100%;}
.Zoujinqm_part2 .partBox li:first-child .libox .bg{background-image: url(../images/ico/zjqmbg.png);}

.Zoujinqm_part2 .partBox li:nth-child(2){left:50%;top:2.4rem;} 
.Zoujinqm_part2 .partBox li:nth-child(2) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);}
.Zoujinqm_part2 .partBox li:nth-child(2) a{color:#000;}

.Zoujinqm_part2 .partBox li:nth-child(3){left:16.6667%;top:2.4rem;} 
.Zoujinqm_part2 .partBox li:nth-child(3) .libox .bg{background-image: url(../images/ico/zjqmbg_4.png);}
.Zoujinqm_part2 .partBox li:nth-child(3) a{color:#000;}

.Zoujinqm_part2 .partBox li:nth-child(4){left:50%;top:0;margin-left:-8.3333%;} 
.Zoujinqm_part2 .partBox li:nth-child(4) .libox .bg{background-image: url(../images/ico/zjqmbg_1.png);}
.Zoujinqm_part2 .partBox li:nth-child(4) a{color:#000;}

.Zoujinqm_part2 .partBox li:nth-child(5){bottom:0;left:25%;} 
.Zoujinqm_part2 .partBox li:nth-child(5) .libox .bg{background-image: url(../images/ico/zjqmbg_3.png);}
.Zoujinqm_part2 .partBox li:nth-child(5) a{color:#000;}

.Zoujinqm_part2 .partBox li:nth-child(6){left:8.33333%;;top:0;} 
.Zoujinqm_part2 .partBox li:nth-child(6) .libox .bg{background-image: url(../images/ico/zjqmbg_4.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(7){left:0;top:2.4rem;} 
.Zoujinqm_part2 .partBox li:nth-child(7) .libox .bg{background-image: url(../images/ico/zjqmbg_4.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(8){bottom:0;right:75%;} 
.Zoujinqm_part2 .partBox li:nth-child(8) .libox .bg{background-image: url(../images/ico/zjqmbg_4.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(9){right:16.6667%;top:2.4rem;} 
.Zoujinqm_part2 .partBox li:nth-child(9) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(10){right:8.33333%;;top:0;} 
.Zoujinqm_part2 .partBox li:nth-child(10) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(11){top:2.4rem;right:0;} 
.Zoujinqm_part2 .partBox li:nth-child(11) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(12){bottom:0;right:25%;} 
.Zoujinqm_part2 .partBox li:nth-child(12) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:nth-child(13){bottom: 0;left: 75%;} 
.Zoujinqm_part2 .partBox li:nth-child(13) .libox .bg{background-image: url(../images/ico/zjqmbg_2.png);opacity: 0.6;}

.Zoujinqm_part2 .partBox li:hover{transform: scale(1.05);-webkit-transform: scale(1.05);}
@media(max-width:1024px){
    .Zoujinqm_part2 .partBox{padding:2.49rem 0;}
}

@media(max-width:768px){
    .Zoujinqm_part2 .partBox{padding:2.55rem 0;}
}

@media(max-width:480px){
    .Zoujinqm_part2 .partBox{padding:0;height:auto;}
    .Zoujinqm_part2 .partBox ul::after{content:'';display: block;clear: both;}
    .Zoujinqm_part2 .partBox li{position: static;width:25%;float:left;padding:0 3px;}
    .Zoujinqm_part2 .partBox li a{font-size: 12px;line-height: 15px;height:85px;}
    .Zoujinqm_part2 .partBox li:nth-child(4){margin-left:0;}
    .Zoujinqm_part2 .partBox li:nth-child(5){margin-left:12.5%;}
    .Zoujinqm_part2 .partBox li:nth-child(12){margin-left:12.5%;}
    .Zoujinqm_part2 .partBox li:nth-child(13){margin-left:25%;}
    .Zoujinqm_part2 .partBox li:first-child a img{max-height:50px;}
}

/* 晶芒资质 */

/* 线上平台 */
.Online_platform_part1{padding:1rem 0;}
.Online_platform_part1 .partBox{padding-left:4.6rem;position: relative;}
.Online_platform_part1 .partBox .img{width:4rem;position: absolute;left:0;top:0;padding-top:2.9rem;border-radius: 5px;}
.Online_platform_part1 .partBox .txt{min-height:2.9rem;}
.Online_platform_part1 .partBox .txt .dec{font-size: 0.18rem;line-height: 0.34rem;color:#131415;height:1.36rem;margin:0.1rem 0;}
.Online_platform_part1 .partBox .txt .more{width:1.89rem;height:0.48rem;border-radius: 4px;line-height: 0.48rem;text-align: center;background: #008DCB;box-shadow: 0px 21px 30px 0px rgba(0,141,203,0.29);color:#fff;font-size: 0.18rem;}

.Online_platform_part2 .partBox ul{margin-left:-4%;}
.Online_platform_part2 .partBox ul li{width:21%;float:left;margin-left:4%;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.1);box-sizing: border-box;padding:1rem 0.4rem 0.5rem;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.Online_platform_part2 .partBox ul li .ico{width:0.92rem;height:1.12rem;position: relative;margin:0 auto;margin-bottom:1rem;}
.Online_platform_part2 .partBox ul li .ico img{position: absolute;top:0;left:0;transition:all .5s;-webkit-transition: all .5s;}
.Online_platform_part2 .partBox ul li .ico .img2{transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.Online_platform_part2 .partBox ul li .txt .tit{font-size: 0.2rem;text-align: center;font-family: harmb;color:#000;margin-bottom:0.2rem;}
.Online_platform_part2 .partBox ul li .txt .dec{font-size: 0.16rem;line-height: 0.24rem;height:1.24rem;}
.Online_platform_part2 .partBox ul li:hover{background: #81befa;}

.Online_platform_part2 .partBox ul li .bg div{position: absolute;background-color: #fff;
	position: absolute;
	opacity: .1;
	-webkit-transition: -webkit-transform 3s cubic-bezier(0,0,0,1);
	transition: -webkit-transform 3s cubic-bezier(0,0,0,1);
	transition: transform 3s cubic-bezier(0,0,0,1);
	transition: transform 3s cubic-bezier(0,0,0,1),-webkit-transform 3s cubic-bezier(0,0,0,1)}
.Online_platform_part2 .partBox ul li .bg .bgbox1 {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 0.6rem;
	top: -0.5rem;
	right: -0.4rem;
	-webkit-transform: translate(-0.3rem,0.2rem);
	transform: translate(-0.3rem,0.2rem);
}

.Online_platform_part2 .partBox ul li .bg .bgbox2{
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0.22rem;
	top: 20%;
	left: -0.16rem;
	-webkit-transform: translate(0.2rem,0.05rem);
	transform: translate(0.2rem,0.05rem);
}

.Online_platform_part2 .partBox ul li .bg .bgbox3{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.8rem;
	bottom: -0.6rem;
	left: -0.8rem;
	-webkit-transform: translate(0.6rem,-0.4rem);
	transform: translate(0.6rem,-0.4rem);
}

.Online_platform_part2 .partBox ul li:hover .bg .bgbox1,
.Online_platform_part2 .partBox ul li:hover .bg .bgbox2,
.Online_platform_part2 .partBox ul li:hover .bg .bgbox3 {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.Online_platform_part2 .partBox ul li:hover .ico .img1{transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.Online_platform_part2 .partBox ul li:hover .ico .img2{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Online_platform_part2 .partBox ul li:hover .txt .tit{color:#fff;}
.Online_platform_part2 .partBox ul li:hover .txt .dec{color:#fff;opacity: 0.8;}

.Online_platform_part3{background: #ECF9FF;}
.Online_platform_part3 .partBox{}
.Online_platform_part3 .partBox .slider-nav{}
.Online_platform_part3 .partBox .slider-nav .item{text-align: center;position: relative;padding:50px 0;}
.Online_platform_part3 .partBox .slider-nav .item .dots{border-radius: 50%;background:#d6d6d6;width:0.36rem;height:0.36rem;position: absolute;transition: all .5s;-webkit-transition: all .5s;top:8px;left:50%;margin-left:-0.18rem;}
.Online_platform_part3 .partBox .slider-nav .item .dots span{border-radius: 50%;display: block;width:0.16rem;height:0.16rem;background: #d6d6d6;border:0.05rem solid #fff;box-sizing: content-box;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.Online_platform_part3 .partBox .slider-nav .item .dots::after{content:'';display: block;border-left:5px solid #d6d6d6;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top:5px solid transparent;position: absolute;right:-9px;top:50%;margin-top:-5px;}
.Online_platform_part3 .partBox .slider-nav .item .tit{font-size: 0.2rem;margin:0.1rem 0;}
.Online_platform_part3 .partBox .slider-nav .item::before{content:'';display: block;width:70%;height:1px;background: #e5e5e5;position: absolute;left:-35%;top:16%;}
.Online_platform_part3 .partBox .slider-nav .item:first-child::before{display: none;}



.Online_platform_part3 .partBox .slider-nav .item.slick-current .dots::after{border-left:5px solid #67aef7;}
.Online_platform_part3 .partBox .slider-nav .item.slick-current .dots{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);}
.Online_platform_part3 .partBox .slider-nav .item.slick-current .dots{background:#67aef7;}
.Online_platform_part3 .partBox .slider-nav .item.slick-current .dots span{background: #67aef7;}

.Online_platform_part3 .partBox .slider-for{background: #fff;box-shadow: 0 5px 5px rgba(0,0,0,.03);}
.Online_platform_part3 .partBox .slider-for .item{padding:0.4rem;display: flex;align-items: center;justify-content: space-around;}
.Online_platform_part3 .partBox .slider-for .item .tit{width:80px;border-right:2px solid #67aef7;font-size: 0.3rem;color:#67aef7;height:2.3rem;display: flex;align-items: center;line-height: 0.4rem;font-family: harmm;box-sizing: border-box;padding:0 0.2rem;}
.Online_platform_part3 .partBox .slider-for .con{width:58%;margin:0 0.4rem;}
.Online_platform_part3 .partBox .slider-for .con ul{display: flex;flex-direction: column;justify-content:space-around;min-height:2.3rem;}
.Online_platform_part3 .partBox .slider-for .con ul li{line-height: 0.4rem;font-size: 0.2rem;padding-left:20px;position: relative;}
.Online_platform_part3 .partBox .slider-for .con ul li::before{content:'';display: block;width:6px;height:6px;border-radius: 50%;background: #67aef7;position: absolute;left:0;top:50%;margin-top:-3px;}
.Online_platform_part3 .partBox .slider-for .video{width:32%;}
.Online_platform_part3 .partBox .slider-for .video .img{padding-top:2.3rem;}


.videoInfo{width:90%;max-width:1200px;margin:0 auto;position: relative;}
.videoInfo video{width:100%;}
.mfp-close{position: absolute;right:-22px !important;top:-22px !important;opacity: 1;font-size: 30px;border-radius: 50%;background: #fff !important;}


.Online_platform_part4 .flipster ul{width:10rem !important;min-height:6rem !important;}
.Online_platform_part4 .flipster ul li{min-height:5.5rem;width:10rem;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.03),0 0 2px rgba(0,0,0,.04),0 0 10px rgba(0,0,0,.02),0 20px 44px rgba(0,0,0,.04);box-shadow:0 10px 20px rgba(0,0,0,.03),0 0 2px rgba(0,0,0,.04),0 0 10px rgba(0,0,0,.02),0 20px 44px rgba(0,0,0,.04);background: #fff;padding:0.4rem;box-sizing: border-box;}
.Online_platform_part4 .flipster ul li .logo img{width:0.72rem;height:0.72rem;box-shadow: none;}
.Online_platform_part4 .flipster ul li .logo .img2{display: none;}
.Online_platform_part4 .flipster ul li .tag{display: none;}
.Online_platform_part4 .flipster ul li .con{display: none;}
.Online_platform_part4 .flipster ul li dl{display: none;}
.Online_platform_part4 .flipster ul li dl dd .ico img{width:0.64rem;height:0.64rem;box-shadow: none;display: inline-block;}
.Online_platform_part4 .flipster ul li{}
.Online_platform_part4 .flipster ul li .logo img{margin:0 auto;}

.Online_platform_part4 .flipster ul li .line{border-bottom:1px solid #e5e5e5;margin:0.5rem 0;}
.Online_platform_part4 .flipster ul li .tit{font-size: 0.3rem;color:#000;line-height: 0.35rem;width:0.4rem;margin:0 auto;}

.Online_platform_part4 .flipster ul li.flip-current{background: #008dcb;box-sizing: border-box;text-align: center;height:5.5rem;}
.Online_platform_part4 .flipster ul li.flip-current .logo .img1{display: none;}
.Online_platform_part4 .flipster ul li.flip-current .logo .img2{display: inline-block;}
.Online_platform_part4 .flipster ul li.flip-current .logo{text-align: center;}
.Online_platform_part4 .flipster ul li.flip-current .line{display: none;}
.Online_platform_part4 .flipster ul li.flip-current .tit{font-size: 0.2rem;color:#fff;margin:0.2rem 0 0.05rem 0;width:auto;line-height: 0.3rem;}
.Online_platform_part4 .flipster ul li.flip-current .tag{font-size: 0.16rem;opacity: 0.7;color:#fff;display: block;}
.Online_platform_part4 .flipster ul li.flip-current .con{font-size: 0.16rem;line-height: 0.25rem;height:0.75rem;color:#fff;margin:0.2rem 0 0.3rem 0;display: block;}
.Online_platform_part4 .flipster ul li.flip-current dl{display: flex;align-items: center;justify-content: center;display: flex;}
.Online_platform_part4 .flipster ul li.flip-current dl dd{width:2rem;text-align: center;background: hsla(0,0%,100%,.2);text-align: center;box-sizing: border-box;padding:0.2rem;position: relative;}
.Online_platform_part4 .flipster ul li.flip-current dl dd .dec{font-size: 0.16rem;line-height: 0.25rem;height:0.5rem;color:#fff;margin-top:0.1rem;}
.Online_platform_part4 .flipster ul li.flip-current dl dd::before{content:'';display: block;width:1px;height:70%;border-left:1px dashed #fff;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Online_platform_part4 .flipster ul li.flip-current dl dd:first-child::before{display: none;}



.flipto-prev,.flipto-next{display: none;}

.Online_platform_part5{background: url(../uploadfiles/commonbg.png) no-repeat center center;background-size: cover;}
.Online_platform_part5 .partBox{box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fff;}
.Online_platform_part5 .partBox .hd{width:30%;float:left;}
.Online_platform_part5 .partBox .hd ul li{display: flex;align-items: center;justify-content: center;text-align: center;padding:0.25rem;box-shadow: 5px 5px 10px rgb(0,0,0,0.05);height:1.6rem;box-sizing: border-box;position: relative;}
.Online_platform_part5 .partBox .hd ul li .ico{margin-bottom:0.2rem;}
.Online_platform_part5 .partBox .hd ul li .ico img{max-height:0.7rem;}
.Online_platform_part5 .partBox .hd ul li .tit{font-size: 0.2rem;}
.Online_platform_part5 .partBox .hd ul li.on{background: #67aef7;}
.Online_platform_part5 .partBox .hd ul li.on .ico{display: none;}
.Online_platform_part5 .partBox .hd ul li.on .tit{font-size: 0.24rem;color:#fff;}
.Online_platform_part5 .partBox .hd ul li.on::after{content:'';display: block;border-left:0.1rem solid #67aef7;border-top:0.1rem solid transparent;border-bottom:0.1rem solid transparent;border-right:0.1rem solid transparent;position: absolute;right:-0.2rem;top:50%;margin-top:-0.1rem;}

.Online_platform_part5 .partBox .bd{width:70%;box-sizing: border-box;float:right;padding:0.3rem;}
.Online_platform_part5 .partBox .bd .img{padding-top:5.8rem;}
.Online_platform_part5 .partBox .bd .img span{background-size: contain;}


.Online_platform_part6 .partBox .slider{padding-bottom:1.2rem;}
.Online_platform_part6 .partBox .slick-slide{padding:0.1rem;}
.Online_platform_part6 .partBox .item{text-align: center;margin-bottom:0.2rem;}
.Online_platform_part6 .partBox .item .img{height:1.6rem;line-height: 1.6rem;text-align: center;margin:0 auto;}
.Online_platform_part6 .partBox .item .img img{display: inline-block;vertical-align: middle;max-height:1.6rem;transition: all .5s;-webkit-transition: all .5s;}
.Online_platform_part6 .partBox .item .tit{margin-top:0.1rem;font-size: 0.18rem;}
.Online_platform_part6 .partBox .item a{display: block;padding:0.1rem;}
.Online_platform_part6 .partBox .item:hover a{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Online_platform_part6 .partBox .item:hover .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Online_platform_part6 .slider .slick-arrow{width:0.97rem;height:0.97rem;background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;z-index:99;bottom:0;}
.Online_platform_part6 .slider .slick-arrow.slick-prev{background-image: url(../images/ico/prev.png);right:52%;;}
.Online_platform_part6 .slider .slick-arrow.slick-next{background-image: url(../images/ico/next.png);left:52%;}
.Online_platform_part6 .slider .slick-arrow.slick-prev:hover{background-image: url(../images/ico/prevc.png);}
.Online_platform_part6 .slider .slick-arrow.slick-next:hover{background-image: url(../images/ico/nextc.png);}

@media(max-width:1024px){
    .Online_platform_part3 .partBox .slider-nav .item .dots::after{right:-11px;}
}

@media(max-width:768px){
    .Online_platform_part1 .partBox{padding-left:0;}
    .Online_platform_part1 .partBox .img{position: relative;margin-bottom:20px;width:100%;padding-top:60%;}
    .Online_platform_part1 .partBox .txt .dec{font-size: 14px;line-height: 22px;height:88px;margin:20px 0;}
    .Online_platform_part1 .partBox .txt .more{width:100px;height:30px;line-height: 30px;}
    .Online_platform_part2 .partBox ul li{width:46%;margin-bottom:4%;padding:30px;}
    .Online_platform_part2 .partBox ul li .txt .tit{font-size: 16px;margin-bottom:10px;}
    .Online_platform_part2 .partBox ul li .txt .dec{font-size: 14px;line-height: 22px;height:88px;}
    .Online_platform_part2 .partBox ul li .ico{width:50px;height:80px;}
    .Online_platform_part3 .partBox .slider-nav .item{padding:30px 0;}
    .Online_platform_part3 .partBox .slider-nav .item .dots{width:23px;height:23px;margin-left:-12px;}
    .Online_platform_part3 .partBox .slider-nav .item .dots span{width:9px;height:9px;border:3px solid #fff;}
    .Online_platform_part3 .partBox .slider-nav .item .dots::after{right:-8px;}
    .Online_platform_part3 .partBox .slider-nav .item .tit{font-size: 15px;margin:10px 0;}
    .Online_platform_part3 .partBox .slider-for .item{display: block;}
    .Online_platform_part3 .partBox .slider-for .item .tit{width:100%;border-right:none;font-size: 16px;height:auto;}
    .Online_platform_part3 .partBox .slider-for .con {margin:20px 0;width:100%;}
    .Online_platform_part3 .partBox .slider-for .con ul{min-height:1px;font-size: 14px;line-height: 30px;}
    .Online_platform_part3 .partBox .slider-for .con ul li{font-size: 14px;line-height: 28px;}
    .Online_platform_part3 .partBox .slider-for .video{width:100%;}
    .Online_platform_part3 .partBox .slider-for .video .img{padding-top:45%;}
    .Online_platform_part4 .flipster ul li .logo img{width:60px;height:60px;}
    .Online_platform_part4 .flipster ul li.flip-current .tit{font-size: 16px;margin:10px 0;}
    .Online_platform_part4 .flipster ul li.flip-current .tag{font-size: 12px;}
    .Online_platform_part4 .flipster ul li.flip-current .con{font-size: 14px;line-height: 25px;height:150px;}
    .Online_platform_part4 .flipster ul li.flip-current dl{margin-top:25px;}
    .Online_platform_part4 .flipster ul li.flip-current dl dd{width:33.33%;}

    .Online_platform_part4 .flipster ul li{background: rgb(84, 161, 248);box-sizing: border-box;text-align: center;}
    .Online_platform_part4 .flipster ul li .logo .img1{display: none;}
    .Online_platform_part4 .flipster ul li .logo .img2{display: inline-block;}
    .Online_platform_part4 .flipster ul li .logo{text-align: center;}
    .Online_platform_part4 .flipster ul li .line{display: none;}
    .Online_platform_part4 .flipster ul li .tit{font-size: 0.2rem;color:#fff;margin:0.2rem 0 0.05rem 0;width:auto;line-height: 0.3rem;}
    .Online_platform_part4 .flipster ul li .tag{font-size: 0.16rem;opacity: 0.7;color:#fff;display: block;}
    .Online_platform_part4 .flipster ul li .con{font-size: 0.16rem;line-height: 0.25rem;height:0.75rem;color:#fff;margin:0.2rem 0 0.3rem 0;display: block;}
    .Online_platform_part4 .flipster ul li dl{display: flex;align-items: center;justify-content: center;display: flex;}
    .Online_platform_part4 .flipster ul li dl dd{width:2rem;text-align: center;background: hsla(0,0%,100%,.2);text-align: center;box-sizing: border-box;padding:0.2rem;position: relative;}
    .Online_platform_part4 .flipster ul li dl dd .dec{font-size: 0.16rem;line-height: 0.25rem;height:0.5rem;color:#fff;margin-top:0.1rem;}
    .Online_platform_part4 .flipster ul li dl dd::before{content:'';display: block;width:1px;height:70%;border-left:1px dashed #fff;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
    .Online_platform_part4 .flipster ul li dl dd:first-child::before{display: none;}


    .Online_platform_part4 .flipster ul li .tit{font-size: 16px;margin:10px 0;}
    .Online_platform_part4 .flipster ul li .tag{font-size: 12px;}
    .Online_platform_part4 .flipster ul li .con{font-size: 14px;line-height: 25px;height:150px;}
    .Online_platform_part4 .flipster ul li dl{margin-top:25px;}
    .Online_platform_part4 .flipster ul li dl dd{width:33.33%;}

    .Online_platform_part4 .flipster ul{min-height:440px !important;}
    .Online_platform_part4 .flipster ul li{min-height:420px;}

    .Online_platform_part4 .flipster ul li .tit{font-size: 20px;line-height: 35px;}
    .Online_platform_part5 .partBox .hd ul li .tit{font-size: 14px;}
    .Online_platform_part5 .partBox .hd ul li.on .tit{font-size: 14px;}
    .Online_platform_part6 .partBox .item .img img{min-height:80px;}
    .Online_platform_part6 .partBox .item .img{width:80px;height:80px;}
    .Online_platform_part6 .partBox .item .tit{font-size: 14px;margin-top:10px;}
    .Online_platform_part4 .flipster ul{width: 100% !important;}
    .Online_platform_part6 .partBox .slider{padding-bottom:80px;}
    .Online_platform_part6 .slider .slick-arrow{width:50px;height:50px;}

}

@media(max-width:480px){
    .Online_platform_part2 .partBox ul li{width:96%;}
    .Online_platform_part2 .partBox ul li .txt .dec{height:auto;}
    .mfp-close{width:30px;height:30px;line-height: 30px;top:-15px;right:-15px;}
    .Online_platform_part4 .flipster ul li{width:250px;}
    .Online_platform_part4 .flipster ul li dl dd .ico img{width:40px;height:40px;}
    .Online_platform_part4 .flipster ul li dl dd{padding:10px;}
    .Online_platform_part4 .flipster ul li dl dd .dec{font-size: 13px;line-height: 18px;height:36px;margin-top:10px;}
    .Online_platform_part4 .flipster ul li .con{height:auto;}
    .Online_platform_part5 .partBox .hd{width:100%;}
    .Online_platform_part5 .partBox .bd{width:100%;}
    .Online_platform_part5 .partBox .hd ul li.on::after{display: none;}
    .Online_platform_part5 .partBox .hd ul::after{content:'';display: block;clear: both;}
    .Online_platform_part5 .partBox .hd ul li{width:50%;float:left;height:100px;box-sizing: border-box;padding:15px;}
    .Online_platform_part5 .partBox .hd ul li .ico img{max-height:40px;}
    .Online_platform_part5 .partBox .bd .img{padding-top:60%;}
    .sunMenu ul{flex-wrap: wrap;}
    .sunMenu ul li{width:25%;}
}


/* 线下基地 */
.pd70{padding:0.7rem 0;}
.threeNav {margin-bottom:0.7rem;}
.threeNav ul{display: flex;justify-content: center;align-items: center;}
.threeNav ul li{position: relative;}
.threeNav ul li i{display: block;width:2.26rem;height:100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background: url(../images/ico/navbg.png) no-repeat center center;background-size: 100% 100%;}
.threeNav ul li a{display: block;width:2rem;height:0.65rem;line-height: 0.65rem;font-size: 0.22rem;font-family: harmm;color:#000;position: relative;z-index:99;text-align: center;}
.threeNav ul li.on i{background: url(../images/ico/navbgc.png) no-repeat center center;background-size: 100% 100%;}
.threeNav ul li.on a{color:#fff;}
.threeNav ul li:hover i{background: url(../images/ico/navbgc.png) no-repeat center center;background-size: 100% 100%;}
.threeNav ul li:hover a{color:#fff;}


/* .Jingmang_Base .Jingmang_Base_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;} */
.Jingmang_Base .Jingmang_Base_box ul .slick-list{margin-left:-0.3rem;}
.Jingmang_Base .Jingmang_Base_box ul li{width:22%;transition: all .5s;-webkit-transition: all .5s;background: #fff;margin-left:0.3rem;}
.Jingmang_Base .Jingmang_Base_box ul li .img{padding-top:55%;}
.Jingmang_Base .Jingmang_Base_box ul li .txt{padding:0.3rem 0.3rem 0.6rem 0.3rem;padding:0.25rem;min-height:2.1rem;}
.Jingmang_Base .Jingmang_Base_box ul li .txt h1{font-size: 0.2rem;color:#000;padding:0;margin:0 0 10px 0;;}
.Jingmang_Base .Jingmang_Base_box ul li .txt .dec{font-size: 0.16rem;line-height: 0.24rem;color:#333;}
.Jingmang_Base .Jingmang_Base_box ul li:hover{transform: scale(1.05);-webkit-transform: scale(1.05);box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media(max-width:768px){
    .pd70{padding:30px 0;}
    .threeNav ul li a{width:90px;height:30px;line-height: 30px;font-size: 14px;}
    .threeNav ul li i{width:100px;}
    .Jingmang_Base .Jingmang_Base_box ul{}
    .Jingmang_Base .Jingmang_Base_box ul li{width:48%;}
    .Jingmang_Base .Jingmang_Base_box ul li .txt h1{font-size: 15px;line-height: 25px;}
    .Jingmang_Base .Jingmang_Base_box ul li .txt .dec{font-size: 14px;line-height: 20px;}
    .Jingmang_Base .Jingmang_Base_box ul li .txt{padding:10px;}
}

@media(max-width:480px){
    .Jingmang_Base .Jingmang_Base_box ul li{width:100%;}
    .Jingmang_Base .Jingmang_Base_box ul{padding:0 35px;}
}

/* .Jituan_Base .Jituan_Base_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;} */
.Jituan_Base .Jituan_Base_box ul .slick-list{margin-left:-0.3rem;}
.Jituan_Base .Jituan_Base_box ul li{width:22%;background: #fff;transition: all .5s;-webkit-transition: all .5s;margin-left:0.3rem;}
.Jituan_Base .Jituan_Base_box ul li .img{padding:0.25rem;background: url(../images/ico/imgbg.png) no-repeat center center;background-size: cover;}
.Jituan_Base .Jituan_Base_box ul li .txt{padding:0.25rem;min-height:3.5rem;}
.Jituan_Base .Jituan_Base_box ul li .tit{font-size: 0.22rem;font-family: harmb;margin-bottom:0.15rem;color:#000;}
.Jituan_Base .Jituan_Base_box ul li dl dd{font-size: 0.18rem;line-height: 0.26rem;margin-bottom:0.15rem;color:#333;}
.Jituan_Base .Jituan_Base_box ul li:hover{transform: scale(1.05);-webkit-transform: scale(1.05);box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.slider_hbtn .slick-arrow{width:40px;height:40px;border:1px solid rgba(255,255,255,0.5);position: absolute;top:50%;margin-top:-20px;z-index:99;background-position: center center;background-repeat: no-repeat;background-color: rgba(255,255,255,0.8);box-shadow: 0 0 10px rgba(0,0,0,.1);}
.slider_hbtn .slick-arrow.slick-prev{left:0;background-image: url(../images/addprev.png);}
.slider_hbtn .slick-arrow.slick-next{right:0;background-image: url(../images/addnext.png);}
.slider_hbtn .slick-arrow:hover{background-color: #008DCB;}
.slider_hbtn .slick-arrow.slick-prev:hover{background-image: url(../images/addprev-h.png);}
.slider_hbtn .slick-arrow.slick-next:hover{background-image: url(../images/addnext-h.png);}

@media(max-width:768px){
    .Jituan_Base .Jituan_Base_box ul li{width:48%;}
    .Jituan_Base .Jituan_Base_box ul li .tit{font-size: 15px;line-height: 25px;}
    .Jituan_Base .Jituan_Base_box ul li dl dd{font-size: 14px;line-height: 20px;}
}


@media(max-width:480px){
    .Jituan_Base .Jituan_Base_box ul li{width:100%;}
    .Jituan_Base .Jituan_Base_box ul{padding:0 35px;}
    .slider_hbtn .slick-arrow{width:30px;height:30px;margin-top:-15px;}
}





/* 专业共建 */
.Professional_build_part1 .con{max-width:70%;color:#000;font-size: 0.18rem;line-height: 0.28rem;margin:0 auto;text-align: center;margin-bottom:0.5rem;}
.Professional_build_part1 .partBox img{display: block;margin:0 auto;max-width:100%;}
.Professional_build_part2 .partBox img{display: block;margin:0 auto;max-width:100%;}

.Professional_build_part1 .partBox_rel{position: relative;}
.Professional_build_part1 .partBox_rel img{width:100%;}
.Professional_build_part1 .partBox_rel a{display: block;position: absolute;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.Professional_build_part1 .partBox_rel a.a1{width:4.35rem;height:0.92rem;border-radius: 50%;top:27.2%;}
.Professional_build_part1 .partBox_rel a.a2{width:2.3rem;height:1.3rem;border-radius: 10%;left:50.8%;bottom:29.7%;}
.Professional_build_part1 .partBox_rel a img{animation: scaleimg infinite linear 2s;}

@keyframes scaleimg{
    0%{transform: scale(1);-webkit-transform: scale(1);}
    50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
    100%{transform: scale(1);-webkit-transform: scale(1);}
}


@media(max-width:768px){
    .Professional_build_part1 .con{max-width:100%;font-size: 14px;line-height: 20px;margin-bottom:20px;} 
}


/* 工程教育认证 */
.Engineering_Educatio_part1 .partBox{max-width:78%;margin:0 auto;}
.Engineering_Educatio_part1 .partBox .con{color:#000;font-size: 0.2rem;line-height: 0.34rem;margin:0 auto;text-align: center;margin-bottom:0.5rem;padding:0 0.5rem;}
.Engineering_Educatio_part1 .partBox .img{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Engineering_Educatio_part1 .partBox .img img{width:100%;display:block;margin-bottom:0.3rem;}

.Engineering_Educatio_part2 .partBox ul{display: flex;flex-wrap: wrap;justify-content: space-around;}
.Engineering_Educatio_part2 .partBox ul li{width:48%;background: #fff;margin-bottom:2%;box-sizing: border-box;padding:0.4rem;display: flex;align-items: center;padding-left:2.2rem;position: relative;padding-right:0.8rem;}
.Engineering_Educatio_part2 .partBox ul li .num{width:1.3rem;height:1.3rem;background: url(../images/ico/yuanbg.png) no-repeat center center;background-size: cover;border-radius: 50%;text-align: center;line-height: 1.3rem;color:#fff;font-size: 0.5rem;font-family: dinb;position: absolute;left:0.4rem;top:50%;margin-top:-0.65rem;}
.Engineering_Educatio_part2 .partBox ul li .con{font-size: 0.3rem;line-height: 0.5rem;color:#333;}


@media(max-width:768px){
    .Engineering_Educatio_part1 .partBox .con{font-size: 14px;line-height: 20px;}
    .Engineering_Educatio_part1 .partBox{max-width:100%;}
    .Engineering_Educatio_part2 .partBox ul li .con{font-size: 14px;line-height: 20px;}
}

@media(max-width:480px){
    .Engineering_Educatio_part1 .partBox .con{padding:0;margin-bottom:20px;}
    .Engineering_Educatio_part2 .partBox ul li{width:100%;}
}

/* 师资培训 */
.Training_list .Training_list_box ul li{padding-left:5.2rem;position: relative;background: #fff;margin-bottom:0.5rem;}
.Training_list .Training_list_box ul li .img{width:5.2rem;padding-top:3.2rem;position: absolute;left:0;top:0;}
.Training_list .Training_list_box ul li .txt{padding:0.4rem;box-sizing: border-box;min-height:3.2rem;}
.Training_list .Training_list_box ul li .txt h1{font-size: 0.28rem;color:#000;display: block;margin:0;padding:0;border-bottom:1px solid #fff;}
.Training_list .Training_list_box ul li .txt .date{font-size: 0.16rem;color:#666;margin:0.1rem 0 0.25rem 0;}
.Training_list .Training_list_box ul li .txt .dec{font-size: 0.15rem;line-height: 0.27rem;color:#333;}
.Training_list .Training_list_box ul li .txt .more{width:1.81rem;height:0.5rem;border:1px solid #ccc;border-radius: 4px;line-height: 0.5rem;text-align: center;color:#333;margin-top:0.4rem;font-size: 0.16rem;}

.Training_list .Training_list_box ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Training_list .Training_list_box ul li .txt .more:hover{box-shadow: 0px 21px 30px 0px rgba(0,141,203,0.29);background: #008DCB;color:#fff;}
.Training_list .Training_list_box ul li:hover .txt h1 span{text-decoration: underline;}

.Training_list .Training_list_box ul li .txt dl dd{display: inline-block;margin-right:0.3rem;}

.Training_list .Training_list_box ul li.disable .txt .baomingbtn{pointer-events: none;}
.Training_list .Training_list_box ul li.disable .txt .baomingbtn .more{background: #ddd;border:1px solid #ddd;}


.readMore{margin-top:0.6rem;text-align: center;}
.readMore a{display: block;margin:0 auto;width:2rem;height:0.52rem;line-height: 0.52rem;border-radius: 0.52rem;background: #fff;text-align: center;color:#666;position: relative;}
.readMore a .ico{width:0.32rem;height:0.32rem;border-radius: 50%;background: #47494A;text-align: center;line-height: 0.32rem;position: absolute;left:0.1rem;top:50%;margin-top:-0.16rem;}
.readMore a:hover{background: #008DCB;color:#fff;}
.readMore a:hover .ico{background: #008DCB;}

@media(max-width:768px){
    .Training_list .Training_list_box ul li{padding-left:320px;}
    .Training_list .Training_list_box ul li .img{width:320px;padding-top:175px;}
    .Training_list .Training_list_box ul li .txt{padding:20px;}
    .Training_list .Training_list_box ul li .txt h1{font-size: 15px;}
    .Training_list .Training_list_box ul li .txt .date{font-size: 13px;}
    .Training_list .Training_list_box ul li .txt .dec{font-size: 14px;line-height: 20px;}
    .Training_list .Training_list_box ul li .txt .more{width:100px;height:28px;line-height: 28px;}
    .readMore{margin-top:40px;}
    .readMore a{width:150px;height:40px;line-height:40px;border-radius: 40px;}
    .readMore a .ico{width:26px;height:26px;line-height: 26px;margin-top:-13px;left:6px;}
}

@media(max-width:480px){
    .Training_list .Training_list_box ul li{padding:0;}
    .Training_list .Training_list_box ul li .img{width:100%;position: relative;padding-top:60%;}
    .Training_list .Training_list_box ul li .txt .date{margin:10px 0 10px 0;}
    .Training_list .Training_list_box ul li .txt .more{margin-top:20px;}
}

/* 竞赛平台 */
.Competition_platform .Competition_platform_box ul{display: flex;flex-wrap: wrap;justify-content:space-between;}
.Competition_platform .Competition_platform_box ul li{width:22%;box-sizing: border-box;padding:0.6rem 0.4rem 0 0.4rem;background: linear-gradient(180deg, #3FC5E0 0%, #0580B6 100%);transition: all .5s;-webkit-transition: all .5s;margin-bottom:3%;}
.Competition_platform .Competition_platform_box ul li .tit{font-size: 0.32rem;font-family: harmb;color:#fff;}
.Competition_platform .Competition_platform_box ul li .dec{font-size: 0.19rem;line-height: 0.36rem;color:#fff;opacity: 0.7;margin:0.2rem 0 0.5rem 0;min-height:1.8rem;}
.Competition_platform .Competition_platform_box ul li .more{border-top:1px solid rgba(255,255,255,0.2);padding:0.4rem 0;position: relative;}
.Competition_platform .Competition_platform_box ul li .more span{font-size: 0.22rem;color:#fff;}
.Competition_platform .Competition_platform_box ul li .more img{position: absolute;right:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);opacity: 0.5;}
.Competition_platform .Competition_platform_box ul li:hover{background: linear-gradient(180deg, #2CB659 0%, #0580B6 100%);transform: scale(1.1);-webkit-transform: scale(1.1);transform-origin: center bottom;}
.Competition_platform .Competition_platform_box ul li:hover .more img{opacity: 1;}

@media(max-width:768px){
    .Competition_platform .Competition_platform_box ul li{width:48%;padding:40px 20px 0;}
    .Competition_platform .Competition_platform_box ul li .tit{font-size: 16px;}
    .Competition_platform .Competition_platform_box ul li .dec{font-size: 14px;line-height: 20px;min-height:100px;margin:15px 0 25px 0;}
    .Competition_platform .Competition_platform_box ul li .more{padding:30px 0;}
    .Competition_platform .Competition_platform_box ul li .more span{font-size: 14px;}
}


/* 竞赛培训 */
.Competition_training .Competition_training_box ul{margin-left:-2%;}
.Competition_training .Competition_training_box ul li{width:23%;margin-bottom:2%;float:left;margin-left:2%;background: #fff;}
.Competition_training .Competition_training_box ul li .img{padding-top:60%;}
.Competition_training .Competition_training_box ul li .img .hot{position: absolute;top:0;left:0;}
.Competition_training .Competition_training_box ul li .txt{padding:0.2rem;}
.Competition_training .Competition_training_box ul li .txt .tag{font-size: 0.16rem;color:#999;}
.Competition_training .Competition_training_box ul li .txt .tag i{display: inline-block;margin:0 0.1rem;}
.Competition_training .Competition_training_box ul li .txt .tag img{position: relative;top:-2px;margin-right:5px;}
.Competition_training .Competition_training_box ul li .txt .tit{font-size: 0.2rem;line-height: 0.28rem;height:0.84rem;font-family: harmb;color:#000;margin:0.1rem 0 0.2rem 0;}
.Competition_training .Competition_training_box ul li .txt .tit a{color:#000;}
.Competition_training .Competition_training_box ul li .txt .btn{display: flex;justify-content: space-between;margin-bottom:0.1rem;}
.Competition_training .Competition_training_box ul li .txt .btn a{display: block;width:47%;height:0.5rem;line-height: 0.5rem;border-radius: 0.5rem;border: 1px solid #1295CF;text-align: center;font-size: 0.18rem;color:#008DCB;}
.Competition_training .Competition_training_box ul li .txt .btn a.baomingbtn{background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);color:#fff;}
.Competition_training .Competition_training_box ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Competition_training .Competition_training_box ul li:hover .tit a{text-decoration: underline;}
.Competition_training .Competition_training_box ul li .txt .btn a:hover{box-shadow: 0px 10px 20px 0px rgba(13,138,188,0.32);}

.Competition_training .Competition_training_box ul li.end .img::before{content:'';display: block;width:100%;height:100%;background: #0D5572;opacity: 0.79;position: absolute;top:0;left:0;z-index:9;}
.Competition_training .Competition_training_box ul li.end .img::after{content:'';display: block;width:100%;height:100%;background: url(../images/ico/end.png) no-repeat center center;position: absolute;top:0;left:0;z-index:10;}
.Competition_training .Competition_training_box ul li.end .txt .btn a.baomingbtn{display: none;}
.Competition_training .Competition_training_box ul li.end .txt .btn a.infobtn{width:100%;border:1px solid #ccc;color:#666;}
.Competition_training .Competition_training_box ul li.end .txt .btn a.infobtn:hover{box-shadow: none;}

.PopupForm{width:100%;height:100%;position: fixed;width:100%;height:100%;background: rgba(0,0,0,0.5);z-index:99999;top:0;left:0;display: none;}
.PopupForm .PopupBox{width:10rem;margin:0 auto;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background: #fff;border-radius: 0.18rem;box-sizing: border-box;padding:0.6rem 0.8rem;}
.PopupForm .PopupBox .tit{font-size: 0.36rem;line-height: 0.5rem;font-family: harmb;color:#000;text-align: center;}
.PopupForm .PopupBox .dec{font-size: 0.22rem;line-height: 0.3rem;color:#EC7C13;text-align: center;margin-top:0.15rem;}
.PopupForm .PopupBox .dec img{position: relative;top:-3px;margin-right:6px;}
.PopupForm .PopupBox .Form{margin-top:0.4rem;}
.PopupForm .PopupBox .Form .inputBox{padding-left:1.8rem;position: relative;line-height: 0.55rem;margin-bottom:0.15rem;}
.PopupForm .PopupBox .Form .inputBox .name{width:1.5rem;left:0;top:0;text-align: right;position: absolute;font-size: 0.22rem;color:#000;}
.PopupForm .PopupBox .Form .inputBox .name i{color:red;}
.PopupForm .PopupBox .Form .inputBox input{height:0.55rem;border: 1px solid #DDDDDD;background: #f7f7f7;box-sizing: border-box;padding:0 0.2rem;width:100%;font-size: 0.2rem;font-family: harm;}

:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #ccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #ccc;}

.PopupForm .PopupBox .Form .formbtn{padding-left:1.8rem;margin-top:0.5rem;display: flex;}
.PopupForm .PopupBox .Form .formbtn button{width:2.3rem;height:0.6rem;box-sizing: border-box;border-radius: 4px;margin-right:0.2rem;background:#fff;border: 1px solid #1295CF;font-size: 0.22rem;color:#008DCB;font-family: harm;}
.PopupForm .PopupBox .Form .formbtn a{display: inline-block;width:2.3rem;height:0.6rem;box-sizing: border-box;border-radius: 4px;margin-right:0.2rem;background:#fff;border: 1px solid #1295CF;font-size: 0.22rem;color:#008DCB;font-family: harm;text-align: center;line-height: 0.6rem;}
.PopupForm .PopupBox .Form .formbtn button.submit{background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);color:#fff;}


.PasswordPopup .PopupBox{max-width:500px;}
.PasswordPopup .PopupBox input{height:0.6rem;font-size: 0.18rem;width:100%;box-sizing: border-box;padding:0 0.2rem;border:1px solid #e5e5e5;border-radius: 5px;}
.PasswordPopup .PopupBox .Form .formbtn{padding-left:0 !important;justify-content: center;}
.PasswordPopup .PopupBox .Form .formbtn button{width:1.8rem;margin:0 0.1rem;}
.PasswordPopup .PopupBox .Form .formbtn a{width:1.8rem;margin:0 0.1rem;}


@media(max-width:768px){
    .Competition_training .Competition_training_box ul li{width:48%;}
    .Competition_training .Competition_training_box ul li .img .hot img{height:50px;}
    .Competition_training .Competition_training_box ul li .txt{padding:20px;}
    .Competition_training .Competition_training_box ul li .txt .tag{font-size: 14px;}
    .Competition_training .Competition_training_box ul li .txt .tit{font-size: 15px;line-height: 25px;height:75px;margin:10px 0;}
    .Competition_training .Competition_training_box ul li .txt .btn a{height:30px;line-height: 30px;border-radius: 30px;}
    .PopupForm .PopupBox{width:90%;}
    .PopupForm .PopupBox .tit{font-size: 18px;line-height: 30px;}
    .PopupForm .PopupBox .dec{font-size: 14px;margin-top:10px;}
    .PopupForm .PopupBox .Form .inputBox{line-height: 30px;margin-bottom:10px;padding-left:120px;}
    .PopupForm .PopupBox .Form .inputBox .name{font-size: 14px;width:100px;}
    .PopupForm .PopupBox .Form .inputBox input{height:30px;}
    .PopupForm .PopupBox .Form .formbtn{padding-left:120px;margin-top:30px;}
    .PopupForm .PopupBox .Form .formbtn button{width:100px;height:30px;line-height: 30px;}
    .PopupForm .PopupBox .Form .formbtn a{width:100px;height:30px;line-height: 30px;}

    .PasswordPopup .PopupBox input{height:40px;}
    .PasswordPopup .PopupBox .Form .formbtn button{width:90px;margin:0 5px;height:30px;line-height: 30px;}
    .PasswordPopup .PopupBox .Form .formbtn a{width:90px;margin:0 5px;height:30px;line-height: 30px;}



}

@media(max-width:480px){
    .PopupForm .PopupBox{padding:30px 20px;}
    .PopupForm .PopupBox .dec{font-size: 12px;margin:10px 0 20px 0;}
    .PopupForm .PopupBox .Form .inputBox{padding-left:100px;}
    .PopupForm .PopupBox .Form .inputBox .name{width:80px;font-size: 14px;}
    .Competition_training .Competition_training_box ul li{width:98%;}
    .Competition_training .Competition_training_box ul li .txt .tit{height:auto;}
    .PopupForm .PopupBox .Form .formbtn{padding-left:100px;}
}

/* 校赛合作 */
.Competition_cooperat .Competition_cooperat_box ul{margin-left:-2%;}
.Competition_cooperat .Competition_cooperat_box ul li{width:23%;margin-left:2%;float:left;margin-bottom:2%;background: #fff;}
.Competition_cooperat .Competition_cooperat_box ul li .img{padding-top:1.1rem;}
.Competition_cooperat .Competition_cooperat_box ul li .img span{background-size: contain;}
.Competition_cooperat .Competition_cooperat_box ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Competition_cooperat .Competition_cooperat_box ul li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media(max-width:480px){
    .Competition_cooperat .Competition_cooperat_box ul li{width:48%;}
    .Competition_cooperat .Competition_cooperat_box ul li .img{padding-top:60px;}
}

/* 赛事运营 */
.Competition_operatio{padding-top:0.6rem;}
.Competition_operatio .Competition_operatio_box{}
.Competition_operatio .Competition_operatio_box ul li{margin-bottom:0.5rem;background: #fff;padding-left:5.2rem;position: relative;min-height:3.2rem;}
.Competition_operatio .Competition_operatio_box ul li .img{width:5.2rem;padding-top:3.2rem;position: absolute;left:0;top:0;}
.Competition_operatio .Competition_operatio_box ul li:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.Competition_operatio .Competition_operatio_box ul li .txt{padding:0.46rem 0.4rem;}
.Competition_operatio .Competition_operatio_box ul li .txt .tit{font-size: 0.28rem;color:#000;font-family: harmm;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag{margin:0.2rem 0;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag dl::after{content:'';display: block;clear: both;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag dl dd{float:left;padding:0 0.2rem;position: relative;font-size: 0.16rem;line-height: 0.22rem;color:#666;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag dl dd::before{content:'';display: block;width:1px;height:0.14rem;background:#e5e5e5;position: absolute;left:0;top:50%;margin-top:-0.07rem;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag dl dd:first-child{padding-left:0;}
.Competition_operatio .Competition_operatio_box ul li .txt .tag dl dd:first-child::before{display: none;}
.Competition_operatio .Competition_operatio_box ul li .txt .dec{font-size: 0.15rem;line-height: 0.27rem;color:#333;height:0.54rem;margin:0.2rem 0 0.2rem 0;}
.Competition_operatio .Competition_operatio_box ul li .txt .date{border-top:1px solid #e5e5e5;padding-top:0.3rem;line-height: 0.22rem;font-size: 0.16rem;color:#666;display: flex;align-items: center;}
.Competition_operatio .Competition_operatio_box ul li .txt .date span img{position: relative;top:-2px;margin-right:5px;}
.Competition_operatio .Competition_operatio_box ul li .txt .date span{display: inline-block;margin-right:0.2rem;}

.Competition_operatio .Competition_operatio_box ul li:hover .txt .tit{text-decoration: underline;}

@media(max-width:1024px){
    .Competition_operatio .Competition_operatio_box ul li{padding-left:320px;min-height:195px;}
    .Competition_operatio .Competition_operatio_box ul li .img{width:320px;padding-top:195px;}
    .Competition_operatio .Competition_operatio_box ul li .txt{padding:25px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .tit{font-size: 16px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .tag dl dd{font-size: 13px;line-height: 20px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .dec{font-size: 13px;line-height: 20px;height:40px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .date{font-size: 14px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .tag{margin:10px 0;}

}

@media(max-width:480px){
    .Competition_operatio .Competition_operatio_box ul li{padding-left:0;}
    .Competition_operatio .Competition_operatio_box ul li .img{width:100%;padding-top:60%;position: relative;}
    .Competition_operatio .Competition_operatio_box ul li .txt{padding:20px;}
    .Competition_operatio .Competition_operatio_box ul li .txt .date{padding-top:10px;margin-top:10px;}
}

/* 实验室产品 */
.Laboratory_products .Laboratory_products_box ul{margin-left:-2%;}
.Laboratory_products .Laboratory_products_box ul li{width:48%;margin-left:2%;float:left;margin-bottom:2%;box-sizing: border-box;padding:0.6rem 0.4rem;background: #fff;transition: all .5s;-webkit-transition: all .5s;}
.Laboratory_products .Laboratory_products_box ul li a{display: block;padding-left:2.5rem;position: relative;}
.Laboratory_products .Laboratory_products_box ul li a .img{width:2rem;padding-top:2rem;position: absolute;left:0;top:0;background: #fff;}
.Laboratory_products .Laboratory_products_box ul li a .img span{background-size: contain;}
.Laboratory_products .Laboratory_products_box ul li a .txt{min-height:2rem;}
.Laboratory_products .Laboratory_products_box ul li a .txt .tit{font-size: 0.32rem;font-family: harmb;color:#000;}
.Laboratory_products .Laboratory_products_box ul li a .txt b{display: block;width:0.81rem;height:3px;background: #008DCB;margin:0.25rem 0;}
.Laboratory_products .Laboratory_products_box ul li a .txt .dec{color:#131415;font-size: 0.2rem;line-height: 0.4rem;height:1.2rem;}
.Laboratory_products .Laboratory_products_box ul li a .txt .more{width:1.8rem;height:0.5rem;line-height: 0.5rem;text-align: center;background: #EEEEEE;border-radius: 4px;font-size: 0.2rem;color:#333;margin-top:0.4rem;}
.Laboratory_products .Laboratory_products_box ul li:hover{background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);}
.Laboratory_products .Laboratory_products_box ul li:hover a .txt .tit{color:#fff;}
.Laboratory_products .Laboratory_products_box ul li:hover a .txt b{background: #fff;}
.Laboratory_products .Laboratory_products_box ul li:hover a .txt .dec{color:#fff;opacity: 0.8;}
.Laboratory_products .Laboratory_products_box ul li:hover a .txt .more{box-shadow: 0px 21px 30px 0px rgba(3,86,122,0.28);background: #fff;color:#008DCB;}

@media(max-width:768px){
    .Laboratory_products .Laboratory_products_box ul li a .txt .tit{font-size: 16px;}
    .Laboratory_products .Laboratory_products_box ul li a .txt .dec{font-size: 13px;line-height: 20px;height:60px;}
    .Laboratory_products .Laboratory_products_box ul li a .txt .more{width:100px;height:30px;line-height: 30px;font-size: 13px;}
}

@media(max-width:480px){
    .Laboratory_products .Laboratory_products_box ul li a{padding-left:0;}
    .Laboratory_products .Laboratory_products_box ul li a .img{position: relative;width:100%;padding-top:80%;margin-bottom:20px;}
    .Laboratory_products .Laboratory_products_box ul li a .txt b{margin:10px 0;}
    .Laboratory_products .Laboratory_products_box ul li a .txt .more{margin-top:20px;}
}


/* 实验室产品-详情 */
.Laboratory_products_info .Laboratory_products_info_nav{width:25.5%;float:left;}
.Laboratory_products_info .Laboratory_products_info_nav .tit{background: url(../images/ico/proinfotitbg.png) no-repeat center center;background-size: cover;padding:0.3rem 0.4rem;color:#fff;}
.Laboratory_products_info .Laboratory_products_info_nav .tit .cn{font-size: 0.32rem;line-height: 0.36rem;}
.Laboratory_products_info .Laboratory_products_info_nav .tit .en{font-size: 0.25rem;line-height: 0.36rem;font-family: harml;text-transform: uppercase;opacity: 0.32;margin-top:10px;}
.Laboratory_products_info .Laboratory_products_info_nav ul li{position: relative;background: #F0F3F5;font-size: 0.2rem;font-family: harmm;border-top:1px solid #DBE2E7;}
.Laboratory_products_info .Laboratory_products_info_nav ul li a{display: block;line-height: 0.3rem;padding:0.25rem 0.4rem;}
.Laboratory_products_info .Laboratory_products_info_nav ul li::before{content:'';display: block;width:8px;height:100%;background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);position: absolute;left:0;top:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);opacity: 0;}
.Laboratory_products_info .Laboratory_products_info_nav ul li.on::before{transform: rotateX(0);-webkit-transform: rotateX(0);opacity: 1;}
.Laboratory_products_info .Laboratory_products_info_nav ul li.on a{color:#008DCB;}
.Laboratory_products_info .Laboratory_products_info_nav ul li:hover::before{transform: rotateX(0);-webkit-transform: rotateX(0);opacity: 1;}
.Laboratory_products_info .Laboratory_products_info_nav ul li:hover a{color:#008DCB;}
.Laboratory_products_info .Laboratory_products_info_nav ul li i{display: block;position: absolute;width:25px;height:25px;background: url(../images/ico/promore.png) no-repeat center center;right:0.4rem;top:50%;margin-top:-12.5px;}
.Laboratory_products_info .Laboratory_products_info_nav ul li.on i{background: url(../images/ico/promorec.png) no-repeat center center;}
.Laboratory_products_info .Laboratory_products_info_nav ul li:hover i{background: url(../images/ico/promorec.png) no-repeat center center;}


.Laboratory_products_info .Laboratory_products_info_content{width:70.5%;float:right;}
.Laboratory_products_info .Laboratory_products_info_content .proTit{font-size: 0.3rem;line-height: 0.4rem;font-family: harmb;color:#131415;padding-bottom:0.25rem;border-bottom:2px solid #eee;margin-bottom:0.45rem;}

.Laboratory_products_info .Laboratory_products_info_content .proinfo_part{margin-bottom:0.5rem;}
.Laboratory_products_info .Laboratory_products_info_content .proinfotit{padding-left:42px;position: relative;font-size: 0.25rem;line-height: 0.35rem;font-family: harmb;color:#131415;margin-bottom:0.4rem;}
.Laboratory_products_info .Laboratory_products_info_content .proinfotit .ico{position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .partBox{padding-left:2.8rem;position: relative;}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .img{border-radius:0.16rem;border:1px solid #eee;padding:0.2rem;position: absolute;left:0;top:0;}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .img .imgbox{width:2rem;padding-top:2rem;}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .img .imgbox span{background-size: contain;}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .txt{font-size: 0.18rem;color:#333;line-height: 0.3rem;min-height:2.8rem;}
.Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .txt p{margin:0;padding:0;}
.Laboratory_products_info .Laboratory_products_info_content .partBox{font-size: 0.18rem;color:#333;line-height: 0.3rem;}
.Laboratory_products_info .Laboratory_products_info_content .partBox p{margin:0;padding:0;}


.Laboratory_products_info .Laboratory_products_info_content .infoPage{padding:0.5rem;margin-top:0.8rem;border-top:1px solid #EEEEEE;}
.Laboratory_products_info .Laboratory_products_info_content .infoPage dl{text-align: center;}
.Laboratory_products_info .Laboratory_products_info_content .infoPage dl dd{display: inline-block;margin:0 0.2rem;width:1.8rem;height:0.5rem;line-height: 0.5rem;border-radius: 5px;background: #eee;;}
.Laboratory_products_info .Laboratory_products_info_content .infoPage dl dd a{display: block;}
.Laboratory_products_info .Laboratory_products_info_content .infoPage dl dd:hover{background: #008DCB;}
.Laboratory_products_info .Laboratory_products_info_content .infoPage dl dd:hover a{color:#fff;}



@media(max-width:1024px){
    .Laboratory_products_info .Laboratory_products_info_content .proTit{font-size: 18px;}
    .Laboratory_products_info .Laboratory_products_info_content .proinfotit{font-size: 16px;line-height: 30px;margin-bottom:20px;}
    .Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .txt{font-size: 14px;line-height: 25px;}
    .Laboratory_products_info .Laboratory_products_info_content .partBox{font-size: 14px;line-height: 25px;}
    .Laboratory_products_info .Laboratory_products_info_nav ul li{font-size: 14px;}
    .Laboratory_products_info .Laboratory_products_info_nav ul li a{padding:15px 20px;line-height: 25px;}
    .Laboratory_products_info .Laboratory_products_info_content .infoPage dl dd{width:100px;height:30px;line-height: 30px;}
    .Localtion{line-height: 25px;}
}

@media(max-width:768px){
    .Laboratory_products_info .Laboratory_products_info_nav{width:100%;margin-bottom:30px;}
    .Laboratory_products_info .Laboratory_products_info_nav .tit{padding:15px 20px;}
    .Laboratory_products_info .Laboratory_products_info_nav .tit .cn{font-size: 16px;background: url(../images/ico/promore.png) no-repeat center right;}
    .Laboratory_products_info .Laboratory_products_info_nav .tit .en{font-size: 14px;display: none;}
    .Laboratory_products_info .Laboratory_products_info_nav ul li a{padding:10px 20px;}
    .Laboratory_products_info .Laboratory_products_info_nav ul li::before{width:3px;}
    .Laboratory_products_info .Laboratory_products_info_nav ul{display: none;}
    .Laboratory_products_info .Laboratory_products_info_content{width:100%;}
    .Laboratory_products_info .Laboratory_products_info_content .proTit{line-height: 30px;padding-bottom:10px;margin-bottom:25px;}
}


@media(max-width:480px){
    .Laboratory_products_info .Laboratory_products_info_content .proinfo_part{margin-bottom:30px;}
    .Laboratory_products_info .Laboratory_products_info_content .infoPage{padding-top:30px;margin-top:50px;}
    .Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .partBox{padding-left:0;}
    .Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .partBox .img{position: static;margin:0 auto 30px;width:50%;}
    .Laboratory_products_info .Laboratory_products_info_content .proinfo_part1 .img .imgbox{padding-top:100%;width:100%;}
}


/* 实验室方案 */
.Laboratory_protocol .Laboratory_protocol_box ul li .txt {padding:0.4rem;}
.Laboratory_protocol .Laboratory_protocol_box ul li .txt .more{width:1.81rem;height:0.5rem;border:1px solid #ccc;border-radius: 4px;line-height: 0.5rem;text-align: center;color:#333;margin-top:0.4rem;font-size: 0.16rem;}
.Laboratory_protocol .Laboratory_protocol_box ul li:hover .txt .more{box-shadow: 0px 21px 30px 0px rgba(0,141,203,0.29);background: #008DCB;color:#fff;}


@media(max-width:768px){
    .Laboratory_protocol .Laboratory_protocol_box ul li .txt .more{width:100px;height:28px;line-height: 28px;}
}

@media(max-width:480px){
    .Laboratory_protocol .Laboratory_protocol_box ul li .txt{padding:20px;}
    .Laboratory_protocol .Laboratory_protocol_box ul li .txt .more{margin-top:20px;}
}

/* 实验室方案-详情 */
.Competition_operatio_info .InfoCon .infopart {margin-bottom:0.6rem;}
.Competition_operatio_info .InfoCon .infopart .parttit{padding-left:42px;position: relative;line-height: 30px;font-size: 0.25rem;font-family: harmb;color:#131415;margin-bottom:0.35rem;}
.Competition_operatio_info .InfoCon .infopart .parttit .num{width:30px;height:30px;background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);color:#fff;font-size: 0.16rem;text-align: center;line-height: 30px;position: absolute;left:0;top:50%;margin-top:-15px;border-radius: 4px;}
.Competition_operatio_info .InfoCon .infopart .partbox{font-size: 0.18rem;line-height: 0.3rem;color:#333;}

@media(max-width:1024px){
    .Competition_operatio_info .InfoCon .infopart {margin-bottom:30px;}
    .Competition_operatio_info .InfoCon .infopart .parttit{font-size: 16px;margin-bottom:20px;}
    .Competition_operatio_info .InfoCon .infopart .partbox{font-size: 14px;line-height: 25px;}
}

/* 联合办学 */
.minheight500{min-height:5rem;}
.cooperat_con{padding:0 1.5rem;font-size: 0.2rem;line-height: 0.4rem;color:#131415;text-align: center;margin-bottom:0.8rem;}

@media(max-width:1024px){
    .cooperat_con{padding:0 10px;font-size: 14px;line-height: 25px;}
}

/* 培训合作 */
.scroll_slider_white {overflow: hidden;}
.scroll_slider_white .slick-list{padding-bottom:0.6rem;overflow: auto;margin-left:-0.4rem;}
.scroll_slider_white .slick-list::-webkit-scrollbar{width: 0.15rem; height:0.15rem;-webkit-overflow-scrolling : touch;}
.scroll_slider_white .slick-list::-webkit-scrollbar-track{background:#fff;}
.scroll_slider_white .slick-list::-webkit-scrollbar-thumb{background-color: #008DCB;}
.scroll_slider_white .slick-list::-webkit-scrollbar-button{height: 0px;background-color: #0e3265;width:0;}

.scroll_slider_white .item{margin-left:0.4rem;background: #fff;}
.scroll_slider_white .item .img{padding-top:60%;}
.scroll_slider_white .item .txt{padding:0.22rem;}
.scroll_slider_white .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Training_cooperation .Training_cooperation_box .item .txt .date{font-size: 0.16rem;line-height: 23px;color:#999;}
.Training_cooperation .Training_cooperation_box .item .txt .tit{font-size: 0.2rem;font-family: harmb;line-height: 0.28rem;height:0.56rem;color:#131415;margin:0.1rem 0;}
.Training_cooperation .Training_cooperation_box .item .txt .dec{font-size: 0.15rem;line-height: 0.25rem;height:0.5rem;color:#333;;}
.Training_cooperation .Training_cooperation_box .item .txt  .more{width:100%;height:0.5rem;line-height: 0.5rem;border-radius: 0.5rem;border:1px solid #008DCB;color:#008DCB;text-align: center;margin-top:0.2rem;margin-bottom:0.1rem;font-size: 0.18rem;}
.Training_cooperation .Training_cooperation_box .item:hover .txt .tit{color:#008DCB;}
.Training_cooperation .Training_cooperation_box .item:hover .txt .more{background: #008DCB;color:#fff;}

@media(max-width:1024px){
    .Training_cooperation .Training_cooperation_box .item .txt .date{font-size: 14px;}
    .Training_cooperation .Training_cooperation_box .item .txt .tit{font-size: 15px;line-height: 25px;height:50px;}
    .Training_cooperation .Training_cooperation_box .item .txt .dec{font-size: 14px;line-height: 20px;height:40px;}
    .Training_cooperation .Training_cooperation_box .item .txt .more{height:30px;line-height: 30px;border-radius: 30px;font-size: 14px;margin:20px 0 10px 0;}
}

@media(max-width:768px){
    .scroll_slider_white .slick-list::-webkit-scrollbar{width:6px;height:6px;}
}

/* 产品合作 */
.Product_cooperation .Product_cooperation_box .item .txt .tit{text-align: center;height:0.28rem;}
.Product_cooperation .Product_cooperation_box .item .txt b{display: block;width:0.48rem;height:3px;background: #008DCB;margin:0.2rem auto;}

@media(max-width:1024px){
    .Product_cooperation .Product_cooperation_box .item .txt .tit{height:25px;}
}

/* 人才合作 */
.Talent_cooperation .Talent_cooperation_box ul{display: flex;justify-content: space-around;flex-wrap: wrap;}
.Talent_cooperation .Talent_cooperation_box ul li{width:1.32rem;height:1.32rem;border-radius: 50%;background: #fff;overflow: hidden;line-height: 1.32rem;margin:0 0.3rem;margin-bottom:0.6rem;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.Talent_cooperation .Talent_cooperation_box ul li img{max-height:100%;max-width:100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.Talent_cooperation .Talent_cooperation_box ul li:hover{transform: scale(1.1);-webkit-transform: scale(1.1);box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media(max-width:1024px){
    .Talent_cooperation .Talent_cooperation_box ul li{width:1.5rem;height:1.5rem;line-height: 1.5rem;}
}

@media(max-width:480px){
    .Talent_cooperation .Talent_cooperation_box ul li{width:70px;height:70px;line-height: 70px;margin-bottom:20px;}
}

/* 20221008 */
.NewsComment{background: #f3f3f3;padding-top:0.3rem;}
.NewsComment .Comment{background: #fff;padding:0.5rem 0;}
.NewsComment .Comment .title{font-size: 0.3rem;font-family: harmb;color:#333;margin-bottom:0.3rem;}
.NewsComment .Comment .CommentList ul li{padding:0.3rem 0;border-top:1px solid #efefef;}
.NewsComment .Comment .CommentList ul li .name{padding-left:48px;position: relative;}
.NewsComment .Comment .CommentList ul li .name .ico{position: absolute;left:0;top:50%;margin-top:-18px;}
.NewsComment .Comment .CommentList ul li .name h1{display: inline-block;font-size: 0.18rem;color:#333;margin-right:0.2rem;}
.NewsComment .Comment .CommentList ul li .name span{font-size: 0.16rem;color:#999;font-family: harml;}
.NewsComment .Comment .CommentList ul li .con{padding-left:48px;margin-top:0.1rem;font-size: 0.18rem;line-height: 0.28rem;}

.NewsComment .Comment .CommentForm{padding-right:2.6rem;position: relative;margin-top:0.3rem;}
.NewsComment .Comment .CommentForm .textareabox{background: #F7F7F7;border: 1px solid #DDDDDD;box-sizing: border-box;height:1.14rem;}
.NewsComment .Comment .CommentForm .textareabox textarea{width:100%;height:1.1rem;background: none;border:none;box-sizing: border-box;padding:0.1rem;resize: none;}
.NewsComment .Comment .CommentForm .btn{position: absolute;right:0;top:0;}
.NewsComment .Comment .CommentForm .btn button{width:2.3rem;height:1.14rem;background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);border-radius: 5px;border:none;font-size: 0.2rem;color:#fff;}

@media(max-width:1024px){
    .NewsComment .Comment .title{font-size: 22px;}
    .NewsComment .Comment .CommentList ul li{padding:20px 0;}
    .NewsComment .Comment .CommentList ul li .name h1{font-size: 16px;}
    .NewsComment .Comment .CommentList ul li .name span{font-size: 14px;}
    .NewsComment .Comment .CommentList ul li .con{font-size: 14px;line-height: 24px;}
    .NewsComment .Comment .CommentForm .btn button{font-size: 14px;}
}

@media(max-width:480px){
    .NewsComment .Comment .CommentForm{padding-right:0;}
    .NewsComment .Comment .CommentForm .textareabox{height:114px;}
    .NewsComment .Comment .CommentForm .textareabox textarea{height:110px;}
    .NewsComment .Comment .CommentForm .btn{position: static;margin:20px 0;text-align: center;width:100%;}
    .NewsComment .Comment .CommentForm .btn button{width:120px;height:30px;line-height: 30px;}

}


/* 注册 */
.Login{background-size: cover;background-repeat: no-repeat;background-position: center;min-height:100vh;}
.Login .LoginBox{padding-top:10%;}
.Login .LoginBox .title{font-size: 46px;color:#fff;text-align: center;font-weight: bold;font-family: sym;}
.Login .LoginBox .title a{color:#fff;}
.Login .LoginBox .LoginForm {min-height:487px;}
.Login .LoginBox .LoginForm form{display: block;max-width:466px;background:rgba(255,255,255,0.3);background-size: cover;box-sizing: border-box;padding:0.5rem 0.3rem;margin:0.3rem auto 0.5rem;}
.Login .LoginBox .LoginForm .inputBox{line-height: 50px;border-bottom:1px solid rgba(0,0,0,0.2);position: relative;}
.Login .LoginBox .LoginForm .inputBox .name{position: absolute;left:0;top:0;color:#333;font-weight: normal;font-size: 16px;}
.Login .LoginBox .LoginForm .inputBox:first-child{border-top:1px solid rgba(0,0,0,0.2);}
.Login .LoginBox .LoginForm .inputBox input{color:#333;padding-left:110px;width:100%;height:100%;box-sizing: border-box;height:100%;background: none;border:none;}
.Login .LoginBox .LoginForm .FormBtn{margin-top:30px;}
.Login .LoginBox .LoginForm .FormBtn button{width:100%;height:50px;line-height: 50px;color:#fff;background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);border:none;}
.Login .LoginBox .LoginBottom{font-size: 14px;text-align: center;color:#999;}
.Login .LoginBox .LoginBottom a{color:#999;}
.Login .LoginBox .LoginForm .inputBox.yzm{padding-right:110px;position: relative;}
.Login .LoginBox .LoginForm .inputBox.yzm .yzmcode{position: absolute;right:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Login .LoginBox .LoginForm .other{margin-top:15px;font-size: 14px;text-align: right;color:#0580B6;}
.Login .LoginBox .LoginForm .other a{color:#0580B6;}

.Login .LoginBox .LoginForm .input_select select{border:none;width:100%;background: none;font-family: harm;font-size: 16px;}

.Login .LoginBox .title img{max-height:0.8rem;}

@media(max-width:1440px){
	.Login .LoginBox{padding-top:5%;}
}

@media(max-width:1366px){
	.Login .LoginBox .title{font-size: 35px;}
	.Login .LoginBox .LoginForm {min-height:401px;}
	.Login .LoginBox .LoginForm form{margin:30px auto;max-width:400px;padding:35px 25px;}
	.Login .LoginBox .LoginForm .inputBox{line-height: 42px;}
	.Login .LoginBox .LoginForm .FormBtn button{height:42px;line-height: 42px;}
    .Login .LoginBox .LoginForm .inputBox.yzm .yzmcode img{max-height:28px;}
}

@media(max-width:1024px){
	.Login .LoginBox{padding-top:10%;}
    .Login .LoginBox .LoginForm .inputBox .name{font-size: 14px;}
}

@media(max-width:640px){
	.Login .LoginBox{padding-top:70px;}
	.Login .LoginBox .title{font-size: 22px;}
	.Login .LoginBox .LoginForm form{width:90%;}
	.Login .LoginBox .LoginBottom{padding:0 10px;}
    .Login .LoginBox .title img{max-height:45px;}
}

.top .share1 .user{width:auto;line-height: 30px;text-align: right;}
.top .share1 .user i{color:#0580B6;}

.Personal{max-width:800px;margin:0 auto;padding:0.7rem 0;}
.Personal .Pertit{text-align: center;margin-bottom:0.5rem;}
.Personal .Pertit h1{font-size: 36px;color:#333;margin-bottom:0.2rem;}
.Personal .Pertit b{display: block;width:30px;height:3px;background: #0580B6;margin:0 auto;}
.Personal .PersonalCon .inputBox{padding-left:100px;position: relative;line-height: 50px;margin-bottom:15px;}
.Personal .PersonalCon .inputBox .name{position: absolute;left:0;top:0;font-size: 16px;color:#333;}
.Personal .PersonalCon .inputBox .inputcon{width:100%;height:50px;background: #f5f5f5;border-radius: 5px;border:1px solid #e5e5e5;}
.Personal .PersonalCon .inputBox .inputcon input{width:100%;height:100%;border:none;background: none;box-sizing: border-box;padding:0 15px;font-size: 16px;font-family: harm;}
.Personal .PersonalCon .formbtn{margin-top:50px;text-align: center;padding-left:100px;}
.Personal .PersonalCon .formbtn button{width:180px;height:50px;background: linear-gradient(137deg, #3FC5E0 0%, #0580B6 100%);color:#fff;border:none;border-radius: 5px;font-size: 16px;font-family: harm;}

@media(max-width:1024px){
    .Personal{padding:50px 0;}
    .Personal .Pertit{margin-bottom:30px;}
    .Personal .Pertit h1{font-size: 22px;}
    .Personal .PersonalCon .inputBox{line-height: 40px;padding-left:80px;}
    .Personal .PersonalCon .inputBox .name{font-size: 14px;}
    .Personal .PersonalCon .inputBox .inputcon{height:40px;}
    .Personal .PersonalCon .inputBox .inputcon input{font-size: 14px;}
    .Personal .PersonalCon .formbtn{margin-top:20px;}
    .Personal .PersonalCon .formbtn button{font-size: 14px;line-height: 40px;height:40px;width:150px;}
}

@media(max-width:480px){
    .top .share1 li:first-child{padding:0 5px;background: #0580B6;width:70px;box-sizing: border-box;line-height: 30px;text-align: center;}
    .top .share1 li:first-child a{font-size: 12px;display: inline-block;margin-top:0;}
    .top .share1 li.qq,.top .share1 li.call{display: none;}
}

/* 产业学院 */
.Chanyexueyuan_part1 .partBox{border-radius: 0.2rem;overflow: hidden;}
.Chanyexueyuan_part1 .partBox table{width:100%;background: #fff;}
.Chanyexueyuan_part1 .partBox .table_tit table {font-size: 0.18rem;background: #EEF3FC;font-family: harmm;}
.Chanyexueyuan_part1 .partBox table td{height:0.7rem;box-sizing: border-box;padding:0 0.3rem;font-size: 0.16rem;color:#333;border:1px solid #EDEAE6;}
.Chanyexueyuan_part1 .partBox table td:first-child{width:30%;}
.Chanyexueyuan_part1 .partBox table td:nth-child(2){width:15%;}
.Chanyexueyuan_part1 .partBox table td:nth-child(3){width:15%;}
.Chanyexueyuan_part1 .partBox table td:nth-child(4){width:10%;}
.Chanyexueyuan_part1 .partBox table td:nth-child(5){width:10%;}
.Chanyexueyuan_part1 .partBox .table_tit table td{font-size: 0.18rem;border-bottom:none;}

/* .Chanyexueyuan_part1 .partBox .table_tit table td:nth-child(1){width:30%;}
.Chanyexueyuan_part1 .partBox .table_tit table td:nth-child(4){width:10.0%;}
.Chanyexueyuan_part1 .partBox .table_tit table td:nth-child(5){width:10.15%;}  */

.Chanyexueyuan_part1 .partBox .table.table_scroll{max-height:7rem;overflow: auto;}
.Chanyexueyuan_part1 .partBox .table.table_scroll::-webkit-scrollbar{width: 0; height:0;-webkit-overflow-scrolling : touch;}
.Chanyexueyuan_part1 .partBox .table.table_scroll::-webkit-scrollbar-track{background:#D8D8D8;}
.Chanyexueyuan_part1 .partBox .table.table_scroll::-webkit-scrollbar-thumb{background-color: #0D6BA1;}
.Chanyexueyuan_part1 .partBox .table.table_scroll::-webkit-scrollbar-button{height: 0px;background-color: #D8D8D8;width:0;}

.Chanyexueyuan_part1 .download{width:3.84rem;height:0.86rem;line-height: 0.86rem;border-radius: 0.43rem;background: #fff;text-align: center;font-size: 0.22rem;margin:0 auto;margin-top:1rem;}

@media(max-width:768px){
    .Chanyexueyuan_part1 .partBox table td{height:50px;font-size: 13px;padding:0 5px;}
    .Chanyexueyuan_part1 .partBox .table_tit table td{font-size: 14px;}
    .Chanyexueyuan_part1 .download{width:150px;height:40px;line-height: 40px;border-radius: 20px;font-size: 14px;}
    .Chanyexueyuan_part1 .partBox .table.table_scroll{min-height:400px;}
}

@media(max-width:480px){
    .Chanyexueyuan_part1 .partBox table td{font-size: 12px;line-height: 18px;padding:2px;}
    .Chanyexueyuan_part1 .partBox .table_tit table td{font-size: 13px;}
}

/* 协同育人 */
.xietongyuren_part2 .partBox .slider{margin-left:-3%;padding:0;}
.xietongyuren_part2 .partBox .item{width:22%;float:left;margin-left:3%;margin-bottom:0.3rem;}
.xietongyuren_part2 .partBox .item .tit{height:0.64rem;font-size: 0.35rem;}
.xietongyuren_part2 .partBox .item .tit span{font-family: dinb;font-size: 0.6rem;letter-spacing: -2px;}
.xietongyuren_part2 .partBox .item .tit i{}
.xietongyuren_part2 .partBox .item .subtit{font-size: 0.35rem;font-family: harml;margin-top:0.1rem;}
.xietongyuren_part2 .partBox .item .dec{font-size: 0.3rem;line-height: 0.4rem;font-family: harml;opacity: 0.5;text-transform: uppercase;min-height:1.2rem;}
.xietongyuren_part2 .partBox .item:hover{transform-origin:center center}

.xietongyuren_part1 .swiper .swiper-slide .img{padding-top:60%;}
.xietongyuren_part1 .swiper .swiper-slide{position: relative;}
.xietongyuren_part1 .swiper .swiper-slide .tit{position: absolute;width:100%;box-sizing: border-box;height:0.5rem;background: rgba(0,0,0,0.5);color:#fff;text-align: center;position: absolute;bottom:0;left:0;z-index:99;line-height: 0.5rem;font-size: 0.18rem;opacity: 0;padding:0 10px;}
.xietongyuren_part1 .swiper .swiper-slide.swiper-slide-active .tit{opacity: 1;}

@media(max-width:768px){
    .xietongyuren_part2 .partBox .item .tit{font-size: 16px;line-height: 30px;min-height:30px;}
    .xietongyuren_part2 .partBox .item .tit span{letter-spacing: 0;font-size: 20px;}
    .xietongyuren_part2 .partBox .item .subtit{font-size: 15px;}
    .xietongyuren_part2 .partBox .item .dec{font-size: 13px;line-height: 20px;min-height:60px;}
    .subTit .dec{line-height: 25px;}
    .xietongyuren_part1 .swiper .swiper-slide .tit{width:100%;height:40px;line-height: 40px;font-size: 14px;}
}

@media(max-width:480px){
    .xietongyuren_part2 .partBox .item{width:47%;}
}




/* 下载中心 */
.Download_center .downLoad{margin-bottom:0.6rem;}
.Download_center .downLoad ul {margin-left:-3%;}
.Download_center .downLoad ul li{line-height: 1rem;background: #fff;padding:0 1.2rem 0 0.5rem;position: relative;font-size: 0.22rem;margin-bottom:2%;width:47%;float:left;margin-left:3%;box-sizing: border-box;}
.Download_center .downLoad ul li i{width:30px;height:30px;background: url(../images/downico.png) no-repeat center center;position: absolute;right:0.4rem;top:50%;margin-top:-15px;}
.Download_center .downLoad ul li::before{content:'';display: block;width:5px;height:5px;background: #008dcb;border-radius: 50%;left:0.3rem;top:50%;margin-top:-2.5px;position: absolute;}
.Download_center .downLoad ul li:hover i{background: url(../images/downwico.png) no-repeat center center;}
.Download_center .downLoad ul li:hover a{color:#008dcb;}

@media(max-width:640px){
    .Download_center .downLoad ul li{line-height: 50px;padding:0 45px 0 20px;width:97%;font-size: 15px;}
}

.bmPopup{display: none;}
.PopupForm .PopupBox .Form .inputBox select{border: 1px solid #DDDDDD;background: #f7f7f7;box-sizing: border-box;padding: 0 0.2rem;width: 100%;font-size: 0.2rem;font-family: harm;height:0.55rem;}
.PopupForm .PopupBox .Popupnav{text-align: center;line-height: 0.6rem;margin-bottom:0.5rem;border-bottom:1px solid #e5e5e5;}
.PopupForm .PopupBox .Popupnav ul li{display: inline-block;margin:0 0.4rem;font-size: 0.25rem;position: relative;}
.PopupForm .PopupBox .Popupnav ul li::before{content:'';display: block;width:100%;height:2px;background: #008dcb;position: absolute;bottom:-1px;left:0;opacity: 0;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.PopupForm .PopupBox .Popupnav ul li.on::before{opacity: 1;transform: rotateY(0);-webkit-transform: rotateY(0);}
.PopupForm .PopupBox .Popupnav ul li.on a{color:#008dcb;}

@media(max-width:768px){
    .PopupForm .PopupBox .Popupnav{line-height: 45px;margin-bottom:40px;}
    .PopupForm .PopupBox .Form .inputBox select{height:30px;}
    .PopupForm .PopupBox .Popupnav ul li{font-size: 16px;}
    .PopupForm .PopupBox .dec img{width:18px;height:18px;}
}

.Jingzun_News .Hangye_News_box ul li{width:97%;}
.Jingzun_News .Hangye_News_box ul li .txt h1{height:auto;}
.Jingzun_News .Hangye_News_box ul li .txt .dec{font-size: 0.14rem;line-height: 0.25rem;margin:0.1rem 0 0.2rem 0;color:#999;}
.Jingzun_News .Hangye_News_box ul li:hover .txt .dec{color:#fff;opacity: 0.8;}
img.hotico{max-height:0.28rem;display: inline-block;margin-right:5px !important;position: relative;top:-2px;}


@media(max-width:768px){
    .Jingzun_News .Jingzun_News_box ul li .txt .dec{font-size: 14px;line-height: 20px;}
    img.hotico{max-height:22px;}
}

/* 搜索 */
.subSearch{margin-bottom:0.5rem;margin-top:0.2rem;}
.subSearch .subSearchBox{width:100%;max-width:450px;box-sizing: border-box;padding-right:0.8rem;position: relative;height:0.65rem;line-height: 0.65rem;float:right;}
.subSearch .subSearchBox input{width:100%;height:0.65rem;background: #fff;box-sizing: border-box;padding:0 0.2rem;font-size: 0.18rem;border:1px solid #eee;border-radius: 3px;}
.subSearch .subSearchBox button{width:0.7rem;height:100%;background:url(../images/search.png)#008dcb no-repeat center center;position: absolute;right:0;top:0;border:none;cursor: pointer;transition: all .5s;-webkit-transition: all .5s;}
.subSearch .subSearchBox button:hover{transform: scale(1.05);-webkit-transform: scale(1.05);}

@media(max-width:1024px){
    .subSearch .subSearchBox{height:40px;line-height: 40px;padding-right:55px;}
    .subSearch .subSearchBox input{height:40px;font-size: 14px;}
    .subSearch .subSearchBox button{width:50px;}
}

.Introduce{padding:0.5rem;margin-bottom:0.6rem;background: rgba(255,255,255,0.4);}
.Introduce .subTit {margin-bottom:0.3rem;}
.Introduce .subTit h1{color:#333;}
.Introduce .con{max-width: 12rem;margin: 0 auto;font-size: 0.2rem;line-height: 0.33rem;text-align: center;}


@media(max-width:768px){
    .Introduce{padding:15px;}
    .Introduce .con{max-width:100%;font-size: 14px;line-height: 25px;}
}

.jgList ul{padding:0.2rem 0 1rem 0;margin-left:-1%;}
.jgList ul .item{text-align: center;margin-bottom:0.2rem;float:left;width:15.6667%;margin-left:1%;box-sizing: border-box;padding:0.2rem;}
.jgList ul .item .img{height:1.6rem;line-height: 1.6rem;text-align: center;margin:0 auto;}
.jgList ul .item .img img{display: inline-block;vertical-align: middle;max-height:1.6rem;transition: all .5s;-webkit-transition: all .5s;}
.jgList ul .item .tit{margin-top:0.15rem;font-size: 0.18rem;}
.jgList ul .item a{display: block;}
.jgList ul .item:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.jgList ul .item:hover .img img{transform: scale(1.05);-webkit-transform: scale(1.05);}

@media(max-width:640px){
    .jgList ul .item{width:32.33%;}
    .jgList ul .item .img{height:80px;line-height: 80px;}
    .jgList ul .item .img img{max-height:80px;}
    .jgList ul .item .tit{font-size: 13px;line-height: 20px;height:20px;overflow: hidden;}
}

.Training_list .JoinUs ul li{padding-left:0;transition: all .5s;-webkit-transition: all .5s;}
.Training_list .JoinUs ul li .txt{min-height:1px;}
.Training_list .JoinUs ul li:hover{transform: translate3d(0,-5px,0);-webkit-transform: translate3d(0,-5px,0);box-shadow: 0 0 20px rgba(0,0,0,.1);}
.Training_list .JoinUs ul li:hover .txt h1{color:#008dcb;}

.gxhz{padding-top:1rem;}

.add_partner03 ul{margin-left:-2%;display:flex;flex-wrap:wrap;}
.add_partner03 ul li{width:18%;float:left;margin-left:2%;margin-bottom:20px;box-sizing:border-box;padding:10px;display:flex;align-items:center;justify-content:center;height:210px;}
.add_partner03 ul li .img img{width:100%;max-height:190px;}

@media(max-width:1024px){
	.add_partner03 ul li{width:23%;}
}

@media(max-width:640px){
	.add_partner03 ul li{width:48%;height:120px;margin-bottom:10px;}
	.add_partner03 ul li .img img{max-height:100px;}
}



