@charset "utf-8";
/*公共样式*/
.home_title{margin-bottom: 30px;}
.home_title span:nth-child(1){color: #0083ce;font-size: 24px;display: block;float: left;margin-right: 12px;}
.home_title span:nth-child(2){color: #0083ce;font-size: 30px;font-weight: bold;}
.home_title ul{float: right;}
.home_title ul li{float: left;}
.home_title ul li em{margin: 0 12px;}
.home_title ul li:last-child em{display: none;}
.home_title ul li a:hover{color: #0083ce;}

/*产品*/
.home_pro{margin: 70px auto;}
.home_pro .proL{width: 60%;height: 570px;}
.home_pro .proL img{display: block;width: 100%;height: 100%;object-fit: cover;}
.home_pro .proR{width: 35%;}
.home_pro .proR h3{padding-left: 90px;padding-top: 10px;background:url(../images/p_h.png) no-repeat;height: 100px;}
.home_pro .proR h3 a{display: block;border-top: 1px solid #5f5d5e;border-bottom: 1px solid #5f5d5e;margin-right: 40px;padding: 18px 0;padding-bottom: 20px;}
.home_pro .proR h3 a span{display: block;font-size: 18px;color: #5f5d5e;text-transform: uppercase;font-weight: bold;}
.home_pro .proR h3 a i{display: block;color: #5f5d5e;font-size: 30px;padding-top: 6px;}
.home_pro .proR h3 a i em{font-weight: bold;color: #0083ce;}
.home_pro .proR p{padding-top: 30px;color: #5f5d5e;margin-bottom: 25px;}
.home_pro .proR h4{padding-bottom: 30px;}
.home_pro .proR h4 a{display: inline-block;width: 116px;height: 42px;line-height: 42px;background: #0083ce;color: #fff;text-align: center;}
.home_pro .proR ul li{position: relative;overflow: hidden;height: 280px;}
.home_pro .proR ul li img{display: block;width: 100%;height: 100%;transition: .6s;object-fit: cover;}
.home_pro .proR h4 a:hover{background: #ed0205;}
.home_pro .proR ul li:hover img{transform: scale(1.05);}
.home_pro .proC{position: relative;margin-top: 40px;}
.home_pro .proC .con{width: 23.8%;float: left;margin-right: 20px;border: 1px solid #D2D2D2;}
.home_pro .proC .con dl{padding: 15px;box-sizing: border-box;}
.home_pro .proC .con dl dt{height: auto;overflow: hidden;}
.home_pro .proC .con dl dt img{display: block;width: 100%;height: 100%;transition: all 0.5s;}
.home_pro .proC .con dl dd .tit{font-size: 15px;display: block;margin-top: 15px;text-align: center;}
.home_pro .proC .prev,.home_pro .proC .next{display: block;cursor: pointer;position: absolute;top: 130px;width: 35px;height: 35px;line-height: 32px;border-radius: 35px;background: #0083ce;color: #fff;text-align: center;font-size: 28px;font-weight: normal;}
.home_pro .proC .prev{left: -60px;}
.home_pro .proC .next{right: -60px;}
.home_pro .proC .con dl:hover dt img{transform: scale(1.05);}
.home_pro .proC .con dl:hover dd .tit{color: #0083ce;}
.home_pro .proC .prev:hover,.home_pro .proC .next:hover{background: #ed0205;}

/*关于*/
.home_serv{width: 100%;position: relative;background: url(../images/servbg.png) no-repeat center;padding: 70px 0;box-sizing: border-box;}
.home_serv .servB{width: 60%;height: 100%;background: #f7f8fa;position: absolute;top: 0;right: 0;z-index: 1;}
.home_serv .servL{width: 30%;padding-top: 50px;box-sizing: border-box;color: #fff;}
.home_serv .servL h1{font-size: 24px;font-weight: bold;line-height: 1.8;}
.home_serv .servL p{color: #ccc;margin-top: 60px;}
.home_serv .servL i{display: block;background: #fff;width: 70px;height: 2px;margin-top: 50px;}
.home_serv .servR{width: 62%;position: relative;z-index: 10;}
.home_serv .servR ul li{float: left;width: 40%;margin-bottom: 50px;}
.home_serv .servR ul li:nth-child(1),.home_serv .servR ul li:nth-child(3){margin-left: 8%;}
.home_serv .servR ul li:nth-child(2),.home_serv .servR ul li:nth-child(4){margin-left: 12%;}
.home_serv .servR ul li:nth-child(3),.home_serv .servR ul li:nth-child(4){margin-bottom: 0;}
.home_serv .servR ul li img{display: block;width: 78px;height: auto;transition: all 0.5s ease;}
.home_serv .servR ul li h2{font-size: 16px;font-weight: bold;margin-top: 25px;}
.home_serv .servR ul li i{display: block;width: 25px;height: 2px;background: #0083ce;margin: 18px 0;margin-bottom: 10px;}
.home_serv .servR ul li p{color: #666;}
.home_serv .servR ul li:hover img{transform: rotateY(180deg);}

/*新闻*/
.home_news{width: 100%;position: relative;padding: 70px 0;box-sizing: border-box;}
.home_news .newsB{width: 100%;height: 60%;position: absolute;top: 0;left: 0;right: 0;background: #f2f2f2;z-index: -2;}
.home_news .newsC{background: #fff;padding: 50px;box-sizing: border-box;border: 1px solid #ececec;}
.home_news .newsC ul{width: 48%;float: left;border-right: 1px solid #f2f2f2;padding-right: 3%;box-sizing: border-box;margin-top: 10px;}
.home_news .newsC ul li{width: 100%;margin-bottom: 40px;height: 175px;}
.home_news .newsC ul li:last-child{margin-bottom: 0;}
.home_news .newsC ul li .img{overflow: hidden;width: 45%;height: 100%;}
.home_news .newsC ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.home_news .newsC ul li .txt{width: 50%;margin-top: 8px;}
.home_news .newsC ul li .txt h3{display: block;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.home_news .newsC ul li .txt p{color: #888;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 8px;}
.home_news .newsC ul li .txt .more{display: block;color: #0083ce;border: 1px solid #0083ce;text-align: center;width: 120px;line-height: 40px;margin-top: 20px;}
.home_news .newsC ul li .txt .more:hover{background: #0083ce;color: #fff;}
.home_news .newsC .list{width: 52%;float: right;padding-left: 3%;box-sizing: border-box;}
.home_news .newsC .list .nav{margin-bottom: 8px;}
.home_news .newsC .list .nav a{display: inline-block;font-size: 16px;transition:all .3s ease;border-right: 1px solid #888;line-height: 16px;padding-right: 25px;margin-right: 25px;}
.home_news .newsC .list .nav a:last-child{border-right: none;padding-right: 0;margin-right: 0;}
.home_news .newsC .list .nav a.active,.home_news .newsC .list .nav a:hover{color: #0083ce;font-weight: bold;}
.home_news .newsC .list .con{overflow: hidden;display: none;}
.home_news .newsC .list .con.current{display: block;}
.home_news .newsC .list .con dl{padding: 20px 0;box-sizing: border-box;border-bottom: 1px dashed #dcdcdc;}
.home_news .newsC .list .con dl dt{float: left;width: 82%;}
.home_news .newsC .list .con dl dt a{display: block;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.home_news .newsC .list .con dl dt p{color: #888;margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.home_news .newsC .list .con dl dt a:hover{color: #0083ce;}
.home_news .newsC .list .con dl dd{float: right;width: 10%;font-family: "新宋体";}
.home_news .newsC .list .con dl dd em{display: block;font-size: 16px;margin-top: 5px;}
.home_news .newsC .list .con dl dd span{display: block;font-size: 50px;margin-top: 8px;}









