@charset "utf-8";
/* CSS Document */

.service_banner{max-height: 400px;overflow: hidden;position: relative;}
.service_bannc{width: 100%;}
.service_bannc img{width: 100%;float: left;}
.service_bannc p{position: absolute;top:0;left: 0;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;}
.service_bannc p b{color:#fff;font-size: 36px;}
.service_navc{text-align: center;}
.service_navc ul{display: flex;justify-content: flex-start;align-items: center;}
.service_navc ul li{line-height: 55px;}
.service_navc ul li a{display: block;padding:0 30px;font-weight: normal;font-size: 18px;color: #606775;}
.service_navc ul li:hover a,.service_navc ul li.action a{background: #FFBF41;color: #122234;}


.news_w{background:#fff;margin-bottom:20px;}
.news_c{background:#fff;}

.news_top{padding:10px 0;}
.news_top p{padding:5px 0;}
.news_top p b{line-height:60px;font-weight:600;font-size:28px;}

.news_new{padding:30px 0;text-align:left;}
.news_new_main{padding:10px 0;}
.news_new_main ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow:row wrap;padding:20px 0;}
.news_new_main ul li{width:calc((100% - 90px)/4);margin-bottom:30px;border: 1px solid #DCE3EA;display: flex;justify-content: space-between;flex-direction: column;}
.news_new_main ul li:hover{border-color: #DFAC00;}
.news_new_main ul li.noborder{border:none;margin:0;}
.news_new_pic{flex:1;width:100%;overflow: hidden;max-height: 240px;}
.news_new_pic a{display: block;height: 100%;width: 100%;}
.news_new_pic img{height: 100%;width: 100%;object-fit: contain;transition: all 0.3s;float: left;}
.news_new_main ul li:hover .news_new_pic img{transform: scale(1.05);}
.news_new_title{padding:15px 20px;border-top: 1px solid #DCE3EA;flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
.news_new_title p{padding:10px 0;}
.news_new_title p b{display: inline-block;width: 100%;;font-weight: 600;font-size: 18px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_new_title p span{font-size: 16px;color: #606775;line-height: 25px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
.news_new_title p:last-child{padding:20px 0;}
.news_new_title p em{display: inline-block;font-weight: 600;line-height: 35px;border: 1px solid #122234;font-style: normal;padding: 0 15px 0 20px;border-radius:20px;transition: all 0.3s;font-size: 14px;}
.news_new_title p em i{margin:0 5px 0 10px;font-size: 16px;transition: all 0.3s;}
.news_new_title p a:hover em{border: 1px solid #DFAC00;color:#DFAC00;}
.news_new_title p a:hover em i{margin:0 2px 0 13px;}

.news_plan{padding:30px 0;text-align:left;}
.news_plan_hot{padding:80px 0 50px;display: flex;justify-content: space-between;align-items: stretch;}
.news_phot_pic{width:550px;margin-right: 50px;overflow: hidden;}
.news_phot_pic img{width:100%;transition: all 0.3s;float: left;}
.news_plan_hot:hover .news_phot_pic img{transform: scale(1.05);}
.news_phot_info{flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
.news_phot_info p{padding:5px 0;display: flex;justify-content: space-between;align-items: flex-end;}
.news_phot_info p:first-child{padding-top: 0;}
.news_phot_info p:last-child{padding-bottom: 0;}
.news_phot_info p b{font-weight: 600;font-size: 36px;line-height: 50px;}
.news_phot_info p span{font-size: 16px;color: #606775;line-height: 35px;}
.news_phot_info p em{font-size: 20px;color: #606775;line-height: 25px;font-style: normal;}
.news_phot_info p>a{display: flex;background: #FFBF41;line-height: 65px;align-items: center;padding:0 10px 0 30px;border-radius:32px;font-size: 18px;color: #FFFFFF;font-weight: 600;transition: all 0.3s;}
.news_phot_info p>a i{margin-left: 10px;width: 50px;height: 50px;text-align: center;border-radius: 50%;line-height: 50px;background: #fff;color: #122234;font-size: 32px;box-sizing: border-box;transition: all 0.3s;}
.news_phot_info p>a:hover{background:#DFAC00;}
.news_phot_info p>a:hover i{padding-left:3px;}

.news_plan_main{padding:10px 0;}
.news_plan_main ul li{padding:25px 0;margin:30px 0;display: flex;justify-content: space-between;align-items:center;background: linear-gradient(to left, #fff, #fff, #fff);transition: all 0.5s;border-top: 2px solid transparent;border-bottom: 2px solid transparent;}
.news_plan_main ul li:hover{background:linear-gradient(to left,#ffffff,#fefdfc,#ffffff);border-image:linear-gradient(to right,#ffffff,#fed,#ffffff) 1;}
.news_plan_info{flex: 1;display: flex;justify-content: flex-start;align-items:stretch;}
.news_plan_data{width: 150px;margin-right:35px;display: flex;align-items: center;justify-content:flex-start;}
.news_plan_data p{width: 100%;border: 2px solid #FFBF41;color: #FFBF41;padding:10px 25px 20px;box-sizing:border-box;display: flex;justify-content: space-between;flex-direction: column;}
.news_plan_main ul li:hover .news_plan_data p{border: 2px solid #DFAC00;color: #DFAC00;}
.news_plan_data p b{font-weight: 600;font-size: 38px;line-height:80px;}
.news_plan_data p span{font-weight: 600;font-size: 24px;line-height:40px;}
.news_plan_title{flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
.news_plan_title p{padding:5px 0;}
.news_plan_title p b{font-weight: 600;font-size: 26px;line-height: 40px;}
.news_plan_title p span{font-size: 16px;color: #606775;line-height: 35px;}
.news_plan_pic{width:350px;margin-left: 40px;overflow: hidden;}
.news_plan_pic img{width: 100%;float: left;transition: all 0.3s;}
.news_plan_main ul li:hover .news_plan_pic img{transform: scale(1.05);}

.news_expo{padding:50px 0;text-align:left;}
.news_expo_main{margin:20px 0;padding:10px 0;position: relative;}
.news_expo_main ul li{margin:50px 0;display: flex;justify-content: space-between;align-items:center;}
.news_expo_main ul li:first-child{margin-top: 20px;}
.news_expo_main ul li:last-child{margin-bottom: 20px;}
.news_expo_info{flex: 1;display: flex;justify-content: flex-start;align-items:stretch;}
.news_expo_data{width:120px;margin-right:50px;display: flex;align-items: center;position: relative;}
.news_expo_data p{display: flex;justify-content: space-between;flex-direction: column;}
.news_expo_data p strong{line-height:30px;font-size: 22px;font-weight: normal;color: #F0A200;font-family: 'Hamurz';}
.news_expo_data p b{line-height:40px;font-weight:400;display: flex;justify-content:flex-start;align-items:center;overflow: hidden;}
.news_expo_data p b i{font-size: 28px;font-style: normal;font-family: 'Hamurz';font-weight:normal;color:#606775;}
.news_expo_data p b em{font-size: 10px;writing-mode:vertical-rl;font-style: normal;border-radius:3px;padding:3px 0;line-height:13px;border:1px solid #FFBF41;margin-left:8px;box-sizing: border-box;text-align:center;color:#FFBF41;}
.news_expo_data p span{line-height:20px;color:#606775;}
.news_expo_data small{display: inline-block;position: absolute;right: -9px;border:2px solid #F0A200;width:12px;height:12px;border-radius: 50%;background: #fff;z-index: 2;}
.news_expo_main ul li:hover .news_expo_data small{background: #F0A200;}
.news_expo_main ul li:hover .news_expo_data p b em{border:1px solid #dbb062;color:#dbb062;}
.news_expo_main ul li:hover .news_expo_data p strong{color: #dbb062;}


.news_expo_title{flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
.news_expo_title p{padding:5px 0;}
.news_expo_title p:first-child{border-bottom: 1px dashed #eee;}
.news_expo_title p b{font-weight: 600;font-size: 26px;line-height: 40px;}
.news_expo_title p span{font-size: 16px;color: #606775;line-height: 35px;}
.news_expo_pic{width:350px;margin-left: 40px;overflow: hidden;}
.news_expo_pic img{width: 100%;float: left;transition: all 0.3s;}
.news_expo_main ul li:hover .news_expo_pic img{transform: scale(1.05);}

.news_expo_line{position:absolute;left: 120px;top: 0;height: 100%;border-right: 2px solid #F0A200;}
.news_expo_line::after{content: '';position: absolute;top: 0;left: -2px;background: #F0A200;border-radius: 50%;width:6px;height: 6px;}
.news_expo_line::before{content: '';position: absolute;bottom: 0;left: -2px;background: #F0A200;border-radius: 50%;width:6px;height: 6px;}

.news_info{padding:30px 0;text-align:left;}
.news_info_main{padding:20px 0;}
.news_info_main ul li{margin:40px 0;display: flex;justify-content: space-between;align-items:stretch;transition: all 0.5s;border: 1px solid transparent;border-bottom: 1px solid #DCE3EA;}
.news_info_main ul li:hover{border: 1px solid #E6A011;}
.news_info_info{flex: 1;display: flex;justify-content: flex-start;align-items:stretch;}
.news_info_data{width: 140px;margin-right:60px;display: flex;align-items: center;justify-content:flex-start;text-align: center;position: relative;}
.news_info_data p{width: 100%;padding:10px 25px 20px;box-sizing:border-box;display: flex;justify-content: space-between;flex-direction: column;}
.news_info_main ul li:hover .news_info_data{background: #FFBF41;}
.news_info_data p b{font-weight: 600;font-size: 48px;line-height:80px;}
.news_info_data p span{font-weight: 600;font-size: 20px;line-height:40px;}
.news_info_data small{display:none;position: absolute;right: -45px;top: 50%;transform:translateY(-50%);width:30px;height:1px;border-left:15px solid #FFBF41;border-top:15px solid transparent;border-bottom:15px solid transparent;}
.news_info_data small::after{display: inline-block;content: '';width: 100%;height: 100%;background: #E6A011;position: absolute;left: 0;top: 0;}
.news_info_main ul li:hover .news_info_data small{display:inline-block;}
.news_info_title{flex: 1;display: flex;justify-content: center;flex-direction: column;padding:10px 0;}
.news_info_title p{padding:5px 0;}
.news_info_title p b{font-weight: 600;font-size: 20px;line-height: 40px;}
.news_info_title p span{font-size: 16px;color: #606775;line-height: 35px;}
.news_info_pic{width:350px;margin:20px 20px 20px 40px;overflow: hidden;}
.news_info_pic img{width: 100%;float: left;transition: all 0.3s;}
.news_info_main ul li:hover .news_info_pic img{transform: scale(1.05);}

.news_manual{padding:30px 0;text-align:left;}
.news_manual_main{padding:10px 0;}
.news_manual_main ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow:row wrap;}
.news_manual_main ul li{width:320px;margin-bottom: 40px;}
.news_manual_pic{overflow:hidden;max-height:410px;margin: 10px 0;box-sizing: border-box;border:1px solid #DADADA;}
.news_manual_pic img{width: 100%;float: left;;transition: all 0.3s;}
.news_manual_main ul li:hover .news_manual_pic img{transform: scale(1.05);}
.news_manual_title{line-height: 40px;text-align:center;}
.news_manual_title b{font-weight: 600;font-size: 22px;}

.news_video{padding:30px 0;text-align:left;}
.news_video_main{padding:10px 0;}
.news_video_main ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow:row wrap;}
.news_video_main ul li{width:calc((100% - 90px) / 4);;margin-bottom: 80px;}
.news_video_pic{overflow:hidden;max-height:200px;box-sizing: border-box;position: relative;}
.news_video_pic img{width: 100%;float: left;;transition: all 0.3s;}
.news_video_pic span{display:none;position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(10,10,10,0.7);justify-content: center;align-items: center;}
.news_video_pic span i{font-size:60px;color:#FFBF41;}
.news_video_main ul li:hover .news_video_pic span{display:flex;}
.news_video_main ul li:hover .news_video_pic img{transform: scale(1.05);}
.news_video_title{line-height: 30px;text-align:left;padding:15px 20px;box-sizing:border-box;height: 92px;border:1px solid #DADADA;}
.news_video_title b{font-weight:400;font-size: 15px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow:hidden;}

.news_ul{padding:15px 0;display: flex;justify-content: space-between;align-items: center;background: #fff;border-bottom:#F5F5F5 1px solid;border-top:#F5F5F5 1px solid;}
.news_ul p{padding:5px 40px;}
.news_ul p a{display: inline-block;margin-right:20px;padding:0 20px;line-height: 30px;font-size: 14px;color: #767578;border: 1px solid #767578;border-radius:6px;transition: all 0.3s linear;}
.news_ul p a:hover{color: #0E987E;border: 1px solid #0E987E;background: #f3f4f5;}
.news_ul p a.action{color: #0E987E;border: 1px solid #0E987E;}
.news_ul li{width:100%;padding:5px 0px;display: flex;justify-content: flex-start;align-items: center;box-sizing: border-box;}
.news_ul li span{margin-right: 10px;}
.news_ul li span select{border:1px solid #ced4da;line-height: 32px;height: 32px;padding:0 10px;border-radius: 4px;width: 100%;box-sizing: border-box;}
.news_ul li span select.hide{display: none;}


.articlec{background:#fff;margin-bottom:20px;}
.article{padding:30px 0;}
.article_main{display: flex;justify-content: space-between;align-items: stretch;width: 100%;overflow: hidden;}
.article_left{flex: 1;text-align: left;}
.article_info{padding:15px 0;}
.article_info p{padding: 5px 0;display: flex;justify-content: flex-start;}
.article_info p b{font-size: 34px;line-height: 50px;}
.article_info p span{display:flex;align-items: center;margin-right: 20px;color: #54626E;font-size: 16px;}
.article_info p span i{margin-right: 10px;}
.article_info li{margin:10px 0;padding:15px 20px;border-radius: 9px;background: #f3f4f5;line-height: 35px;border: 1px #eee solid;}
.article_content{margin:0 0 30px;}
.article_content p{padding: 10px 0;line-height: 30px;color: #54626E;}
.article_content img{max-width: 100%;}

.article_right{width: 280px;margin-left: 50px;text-align: left;}
.article_right_ul{width:100%;}
.article_right_ul>p{padding:30px 0;}
.article_right_ul>p b{display: inline-block;font-weight: 600;font-size: 30px;color: #121212;line-height: 45px;border-bottom: 2px solid #FFBF41;}
.article_right_ul ul{padding: 10px 0;position: sticky;top:0;}
.article_right_ul ul li{display: flex;justify-content: flex-start;align-items: baseline;margin-bottom: 15px;}
.article_right_o{width: 25px;height: 25px;line-height: 25px;color:#122234;}
.article_right_li{flex: 1;max-width: 100%;}
.article_right_li p{padding:5px 0;display: flex;justify-content:space-between;width: 100%;box-sizing: border-box;}
.article_right_li p.art_pic a{display: inline-block;height: 100%;height: 100%;overflow: hidden;}
.article_right_li p img{width: 100%;transition: all 0.3s;float: left;}
.article_right_li p strong{font-weight: 600;font-size: 16px;line-height:25px;}
.article_right_li p b{display: inline-block;width: 100%;font-weight: 600;font-size: 16px;line-height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.article_right_li p span{font-size: 15px;color: #54626E;line-height: 25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.article_right_li p span i{margin-right: 7px;}
.article_right_li p.art_bt a{margin:5px 0;font-size: 16px;font-size: 16px;line-height:25px;color: #DFAC00;}
.article_right_li p.art_bt a i{margin-left: 10px;transition: all 0.3s;}
.article_right_li p.art_bt a:hover i{margin-left: 13px;}
.article_right_ul ul li:hover .article_right_li p img{transform: scale(1.05);}

.art_events{padding-bottom:15px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #DCE3EA;}
.art_events p{font-size:18px;line-height:35px;display:flex;align-items:baseline;}
.art_events p i{margin-right:10px;;color:#DFAC00;}
.art_events p span{margin:0;}
.art_events p:first-child i{font-size:16px;}
