/* CSS Reset */
    
#think_page_trace_open{ display: none; }
  
html{-webkit-text-size-adjust:none; width: 100%; max-width: 100%;}
body{color: #222222;overflow-x:hidden;margin:0; padding:0; line-height: 1;  font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; font-size: 14px; width: 100%; max-width: 100%;}
input,select,textarea {border-radius: 0;outline: none; font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; border: 0; padding: 0; margin: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a{font-size: 14px;text-decoration:none;color: #222222;}
img{ vertical-align: top; max-width: 100%; margin: 0; padding: 0; border: 0;}
*{ box-sizing: border-box;}
.notblue{-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;} 
::after,::before{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing: border-box;}
.MoShow { display:none;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline;  line-height: 1;}
p { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
.ohidden{ overflow: hidden;}
.m-header-nav {display:none;}
.IBg{ background: #031537;}
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2 img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.dflex{ display: flex;}
.jccenter{ justify-content: center;}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
.notBlue{-moz-user-select: none; /* 火狐 */ -webkit-user-select: none; /* webkit浏览器 */ -ms-user-select: none; /* IE10 */ -khtml-user-select: none; /* 早期浏览器 */ user-select: none;}
.clamp1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.clamp2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.clamp3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.clamp4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.BWeight{ font-weight: bolder;}

.content_list_video{display:none; position: fixed; left:0; top:0; z-index: 1250; width: 100%; height: 100%;}
.content_list_video.on{display:block;}
.content_list_video .list_video_bg{position:fixed;background:rgba(0,0,0,.8);left:0;top:0;width:100%;height:100%;z-index:120;}
.content_list_video .list_video_content{ width:1000px; max-width: 90%; position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:121;}
.content_list_video .list_video_content .video_content_close{cursor:pointer;position:fixed;right:0;top:-35px;}
.content_list_video .list_video_content .video_content_close span{color:#fff;font-size:25px;}
.content_list_video .list_video_content video{width:100%;}
.click_video{cursor:pointer;}

/* 弹窗样式 Start */
.message_box{position: fixed; top: 0; bottom: 0; left: 0; right: 0;margin: 0; padding: 0; border: 0;z-index: 999999999;}
.message_box .message_box_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);display: flex; align-items: center; justify-content: center;opacity: 0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;z-index: 999999999;}
.message_box .message_box_content{width: 18%;vertical-align: middle; background-color: #fff; border-radius: 4px; border: 1px solid #ebeef5; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); text-align: left; overflow: hidden; backface-visibility: hidden;}
.message_box .message_box_content .content_top{position: relative; padding: 15px 15px 10px;display: flex; align-items: center; justify-content: space-between;}
.message_box .message_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.message_box .message_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.message_box .message_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.message_box .message_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.message_box .message_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.message_box .message_box_content .content_top .content_top_close:hover .top_close_li{background: #00a2e9;}
.message_box .message_box_content .content_center{padding: 5px 15px;}
.message_box .message_box_content .content_center p{line-height: 1.5;color: #606266; font-size: font-size: 14px;;}
.message_box .message_box_content .content_center input{width: 100%; font-size:  font-size: 14px;; padding: 5px; border: 1px solid #606266; border-radius: 4px; color: #606266; }
.message_box .message_box_content .content_center input:focus{border-color: #ff7f08;}
.message_box .message_box_content .content_bottom{padding: 10px 15px 15px 15px;text-align: right;}
.message_box .message_box_content .content_bottom .content_bottom_btns{display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #00a2e9; border: 1px solid #00a2e9; color: #fff; -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0;font-weight: 500; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 9px 16px; font-size: 12px; border-radius: 4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.message_box .message_box_content .content_bottom .content_bottom_btns:hover{border-color: #0073a6; background-color: #0073a6;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{margin-right: 12px;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{border-color:#c1c1c1;background-color: #c1c1c1;color: #ffffff;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover{border-color: #aaaaaa; background-color: #aaaaaa;}
.prompts .message_box_content .content_top .content_top_title{font-size: 17px;}
.prompts .message_box_content .content_center{padding: 8px 15px;}
.message_box .message_box_bg.on{opacity: 1;}
.notice_box{display: flex; width: 330px; border-radius: 8px; box-sizing: border-box; border: 1px solid #ebeef5; position: fixed; right: 20px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s; overflow: hidden;z-index: 999999999;}
.notice_box .notice_box_content{width: 100%;}
.notice_box .notice_box_content .content_top{position: relative; padding: 18px 18px 7px 18px;display: flex; align-items: center; justify-content: space-between;}
.notice_box .notice_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.notice_box .notice_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.notice_box .notice_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.notice_box .notice_box_content .content_top .content_top_close:hover .top_close_li{background: #ff7f08;}
.notice_box .notice_box_content .content_btm{padding: 8px 18px 18px 18px;}
.notice_box .notice_box_content .content_btm p{color: #606266; font-size: 14px;}
@media screen and (max-width:3820px){.message_box .message_box_content{width: 17%;}}
@media screen and (max-width:2490px){.message_box .message_box_content{width: 18%;}}
@media screen and (max-width:1920px){.message_box .message_box_content{width: 20%;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 12px;}}
@media screen and (max-width:1740px){.message_box .message_box_content{width: 21%;}}
@media screen and (max-width:1680px){.message_box .message_box_content{width: 22%;}}
@media screen and (max-width:1560px){.message_box .message_box_content{width: 23%;}}
@media screen and (max-width:1440px){.message_box .message_box_content{width: 25%;}}
@media screen and (max-width:1366px){.message_box .message_box_content{width: 27%;}}
@media screen and (max-width:1280px){.message_box .message_box_content{width: 28%;}}
@media screen and (max-width:1240px){.message_box .message_box_content{width: 29%;}}
@media screen and (max-width:1024px){.message_box .message_box_content{width: 30%;}}
@media screen and (max-width:980px){.message_box .message_box_content{width: 38%;}}
@media screen and (max-width:800px){.message_box .message_box_content{width: 70%;border-radius: 5px;}.message_box .message_box_content .content_top{padding: 12px 12px 10px;}.message_box .message_box_content .content_center{padding: 7px 12px;}.message_box .message_box_content .content_center{padding: 6px 12px;}.message_box .message_box_content .content_bottom{padding: 5px 12px 12px 12px;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 13px;border-radius: 5px;}}
/* 弹窗样式 End */



.search{position:fixed;width:100%;height:100%;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1250;}
.search .search_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.search .search_bg .search_content{width:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);filter:scale(0);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_bg.on .search_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_content .search_content_top{position:relative;}
.search .search_content .search_content_top .search_close{position:absolute;right:0;top:-50px;color:#fff;font-size:30px;}
.search .search_content .search_content_bottom{display:flex;align-items:center;justify-content:center;position:relative;border-radius:100px;overflow:hidden;}
.search .search_content input[type="search"]{width:80%;background:inherit;height:80px;font-size:16px;color:#333;padding:0px 20px;z-index:1;position:relative;background:#fff;border:0px;}
.search .search_content input[type="submit"]{width:20%;height:80px;font-size:16px;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#00a2e9;border:0px;}


.pc_all .pc_all_content{ width: 1200px; margin: 0 auto;}
.pc_all *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all *:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all2 .pc_all_content{ width: 1200px; margin: 0 auto;}
.bgcolor{ background: #f5f5f5;}
.pc_all2 h1,.pc_all2 h2,.pc_all2 h3{ margin: 0; font-weight: normal;}
.pc_all h1,.pc_all h2,.pc_all h3{ margin: 0; font-weight: normal;}

.page{width: 100%;}
.layui-laypage{display: flex;font-size:16px; color:#333;  align-items: center; justify-content:center; margin-top: 40px;}
.layui-laypage a {
    font-size: 16px;
    color: #333;
    height: 40px;
    width: 40px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 5px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-curr {
    background: #00a2e9;
    font-size: 16px;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 5px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;}
.layui-laypage-disabled {
    font-size: 16px;
    color: #333;
    height: 40px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 5px;
	border-radius: 100%;
    width: 40px;
    align-items: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-disabled:hover{ background:#00a2e9; color:#fff; }
.layui-laypage a:hover{ background:#00a2e9; color:#fff; }
.layui-laypage-count{ display: none;}

.FloatingBox *{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox *:hover{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox{ position: fixed; right: 0; top: 50%; z-index: 25;}
.FloatingBox .FloatingBox_box{ box-shadow: 0px 0px 20px rgba(0,0,0,.1); border-radius: 10px;}
.FloatingBox .FloatingBox_box:last-child{ margin-top: 20px;}
.FloatingBox .FloatingBox_box:last-child .FloatingBox_list .FloatingBox_list_title{ border-radius: 10px;}
.FloatingBox .FloatingBox_list{ position: relative; cursor: pointer;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title{ background:#fff; width: 80px; text-align:center; padding: 15px 0px;}
.FloatingBox .FloatingBox_list:nth-child(2) .FloatingBox_list_title{ padding: 5px 0px;}
.FloatingBox .FloatingBox_list:first-child .FloatingBox_list_title{ border-radius: 10px 10px 0px 0px;}
.FloatingBox .FloatingBox_list:last-child .FloatingBox_list_title{ border-radius: 0px 0px 10px 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon{ display: flex; align-items:center; justify-content:center;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span{ display: flex; align-items:center; justify-content:center; position: relative; margin-bottom: 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_dd{ color:#333;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_dd{ color:#fff;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title{ background:#ff7f08;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img{ opacity: 0;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 1;}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down{ position: absolute; left: -130px; width: 130px; top: 0; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down img{ width: 100%;}
.FloatingBox .FloatingBox_list.phone .FloatingBox_list_down{ position: absolute; left: -215px; width: 215px; height: 100%; align-items: center; justify-content: center; top: 0; background: #ff7f08; color: #fff; border-radius: 10px 0px 0px 10px}
.FloatingBox .FloatingBox_list .FloatingBox_list_down{ display: none;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_down{ display: flex;}







/* 首页 */
.Header{ position: absolute; left: 0; top: 0; width: 100%; z-index: 8; padding:0px 60px; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between;}
.Header .Header_nav{ display: flex; align-items: center;}
.Header .Header_nav .Header_nav_list{ margin-right: 62px;}
.Header .Header_nav .Header_nav_list:last-child{ margin-right: 0;}
.Header .Header_nav .Header_nav_list .Header_nav_title{ color: #fff; display: inline-block; line-height: 91px; position: relative;}
.Header .Header_nav .Header_nav_list .Header_nav_title:before{ content:""; display: inline-block; width: 100%; height: 1px; background:#fff; position: absolute; bottom: -1px; opacity: 0;}
.Header .Header_nav .Header_nav_list.active .Header_nav_title{ color: #fff;}
.Header .Header_nav .Header_nav_list.active .Header_nav_title:before{ opacity: 1;}
.Header .Header_btn{ display: flex; align-items: center;}
.Header .Header_btn .Header_btn_list{ margin-right: 30px; position: relative;}
.Header .Header_btn .Header_btn_list:last-child{ margin-right: 0px;}
.Header .Header_btn .Header_btn_list .btn_list_icon{ cursor: pointer; }
.Header .Header_btn .Header_btn_list .btn_Global_down{position:absolute;top:100%;width:120px;left:50%;transform:translateX(-50%);padding-top:20px;display:none;}
.Header .Header_btn .Header_btn_list:hover .btn_Global_down {display:block;}
.Header .Header_btn .Header_btn_list .btn_Global_down:before {content:"";width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.5);position:absolute;top:12px;left:0;right:0;margin:0 auto;}
.Header .Header_btn .Header_btn_list .btn_Global_down .Global_down_padding {background:rgba(0,0,0,.5);border-radius:5px;overflow:hidden;}
.Header .Header_btn .Header_btn_list .btn_Global_down a {font-size:16px;color:#fff;display:inline-block;width:100%;line-height:38px;text-align:center;}
.Header .Header_btn .Header_btn_list .btn_Global_down a:hover {background:#00a2e9;}


.banner{ position: relative;}
.banner .banner_list .banner_list_img img{ width: 100%; height: 690px; object-fit:cover;}
.banner .banner_list .banner_list_po{ position: absolute; left: 0; right: 0; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.banner .banner_list .banner_list_po .list_po_title{ color: #fff; line-height: 1.2;}
.banner .banner_list .banner_list_po .list_po_btn{ display: flex; margin-top: 55px;}
.banner .swiper-pagination{ position: absolute; bottom: 40px; width: 100%;}
.banner .swiper-pagination span{ width: 17px; height: 5px; border-radius: 2px; background: #fff; margin: 0px 5px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width: 25px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.banner-prev{ position: absolute; left: 30px; top: 50%; transform: translateY(-50%); z-index: 4; width: 37px; height: 37px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.2); cursor: pointer;}
.banner-next{ position: absolute; right: 30px; top: 50%; transform: translateY(-50%); z-index: 4; width: 37px; height: 37px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.2); cursor: pointer;}
.banner-prev.bg,.banner-next.bg{ background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.1);}

.Btn{ display: flex; align-items: center; color: #fff; background: rgba(255,255,255,.08); padding: 16px 30px; border-radius: 100px; border: 1px solid rgba(255,255,255,.15); position: relative; top: 0;}
.Btn img{ margin-right: 11px;}
.Btn:hover{ border: 1px solid #00a2e9; background: #00a2e9; top: -6px;}
.Btn2{ color: #00a2e9; display: flex; align-items: center; position: relative; top: 0;}
.Btn2 img{ margin-right: 10px;}
.Btn2:hover{  top: -3px;}
.Btn.bg{ border: 1px solid #00a2e9; background: #00a2e9;}

.padding80{ padding: 80px 0px;}
.padding80.paddingtop0{ padding-top: 0 !important;}

.Title{ display: flex; align-items: center; justify-content: space-between; width: 100%; padding-bottom: 25px; border-bottom: 1px solid #dfe0e6; margin-bottom: 40px;}
.Title .Title_left{ color: #0a1442;}
.Title .Title_left h2{ position: relative; display: inline-block; line-height: normal;}
.Title .Title_left h2::before{ content: ""; display: inline-block; width: 100%; height: 1px; background: #00a2e9; position: absolute; bottom: -26px; left: 0;}



.IAbout .pc_all_content{ display: flex; align-items: flex-start; justify-content: space-between;}
.IAbout .IAbout_left{ width: 62%;}
.IAbout .IAbout_left .IAbout_left_title{ width: 80%; max-width: 100%; color: #0a1442; line-height: 1.3; margin-bottom: 20px;}
.IAbout .IAbout_left .IAbout_left_txt{ line-height: 1.4; color: #0a1442; margin-bottom: 55px;}
.IAbout .IAbout_left .IAbout_left_dd{ display: flex; align-items: flex-start; justify-content: space-between;}
.IAbout .IAbout_left .IAbout_left_dd .left_dd_list{ text-align: center;}
.IAbout .IAbout_left .IAbout_left_dd .left_dd_list .dd_list_dd{ color: #00a2e9; margin-bottom: 5px;}
.IAbout .IAbout_left .IAbout_left_dd .left_dd_list .dd_list_dd b{ margin-right: 3px;}
.IAbout .IAbout_left .IAbout_left_btn{ display: flex; margin-top: 70px;}
.IAbout .IAbout_right{ width: 32%; text-align: right; overflow: hidden;}
.IAbout .IAbout_right img{ border-radius: 10px;}


.SDrugs{ background: #f5f6f7;}
.SDrugs .SDrugs_content{position: relative;}
.SDrugs .SDrugs_content .SDrugs_content_list{ position: relative; border-radius: 10px; overflow: hidden;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_img img{ width: 100%;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_title{ position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_title .list_title_dd{ color: #fff; margin-bottom: 10px;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_title .list_title_dt{ color: #fff; line-height: 1.3;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po{ position: absolute; bottom: 0; left: 0; width: 100%; opacity:0; background:#fff; padding: 30px;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_title{ border-bottom: 1px solid #dcdcdc; margin-bottom: 20px; padding-bottom: 20px;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_title .po_title_dd{ color:#111; margin-bottom: 10px;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_title .po_title_dt{ color:#666;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_tag{ display: flex;; flex-wrap: wrap; margin-bottom: 22px;}
.SDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_tag span{ display: inline-block; padding: 5px 10px; border-radius: 100px;background: #EFF6FF; color: #10468A; margin-right:15px; margin-bottom: 10px;}
.SDrugs .SDrugs_content .SDrugs_content_list:hover .content_list_po{ opacity:1;}
.SDrugs .banner-prev{ left: -60px;}
.SDrugs .banner-next{ right: -60px;}


.ITeam .ITeam_content{ position: relative;}
.ITeam .ITeam_content .ITeam_content_list .content_list_img{ border-radius: 10px; overflow: hidden;}
.ITeam .ITeam_content .ITeam_content_list .content_list_img img{ width: 100%;}
.ITeam .ITeam_content .ITeam_content_list .content_list_title{ padding: 25px 0px; border-bottom: 1px solid #e2e2e2;}
.ITeam .ITeam_content .ITeam_content_list .content_list_title .list_title_dd{ color: #0a1442;}
.ITeam .ITeam_content .ITeam_content_list .content_list_title .list_title_dt{ color: #666666; margin-top: 12px;}
.ITeam .ITeam_content .ITeam_content_list:hover .content_list_title{ border-bottom: 1px solid #00a0e9;}
.ITeam .banner-prev{ left: -60px; top: 40%;}
.ITeam .banner-next{ right: -60px; top: 40%;}


.INews{ background: #f5f6f7;}
.INews .INews_content{ position: relative;}
.INews .INews_content .INews_content_list{ border-radius: 10px; overflow: hidden; background:#fff;}
.INews .INews_content .INews_content_list .content_list_img{ overflow: hidden;}
.INews .INews_content .INews_content_list .content_list_img img{ height: 230px; object-fit:cover; width: 100%;}
.INews .INews_content .INews_content_list .content_list_title{ padding: 20px 30px; height: 157px;}
.INews .INews_content .INews_content_list .content_list_title .list_title_dd{ color: #0a1442;}
.INews .INews_content .INews_content_list .content_list_title .list_title_dt{ color: #0a1442; line-height: 1.4; margin-top: 13px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.INews .INews_content .INews_content_list:hover{ background: #00a2e9;}
.INews .INews_content .INews_content_list:hover .content_list_title .list_title_dd{ color: #fff;}
.INews .INews_content .INews_content_list:hover .content_list_title .list_title_dt{ color: #fff;}
.INews .banner-prev{ left: -60px;}
.INews .banner-next{ right: -60px;}


.Footer{ background: #004f91; padding-top: 72px;}
.Footer .Footer_logo{ text-align: center;}
.Footer .Footer_nav{ display: flex; justify-content: space-between; margin-top: 65px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.15); padding-bottom: 40px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dd{ margin-bottom: 20px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dd a{ color: #fff;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p{ margin-bottom: 10px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p:last-child{ margin-bottom: 0px;}
.Footer .Footer_nav .Footer_nav_list .nav_list_dt p a{ color: #fff; font-size: 15px;}
.Footer .Footer_Copyright{ display: flex; align-items: center; justify-content: space-between; padding: 25px 0px; border-top: 1px solid rgba(255,255,255,.15);}
.Footer .Footer_Copyright .Footer_Copyright_left{ color: #fff;}
.Footer .Footer_Copyright .Footer_Copyright_left a{ color: #fff; margin-left: 10px;}
.Footer .Footer_Copyright .Footer_Copyright_right{ display: flex;}
.Footer .Footer_Copyright .Footer_Copyright_right a{ margin-left: 10px; width: 31px; height: 31px; border-radius: 100%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center;}
.banner-prev.left60{ left: -60px;}
.banner-next.right60{ right: -60px;}


.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list{position:relative;}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list .right_list_title{cursor: pointer;}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list .right_list_title img{}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list .right_list_down{display:none;width: 150px; height: 150px; position: absolute; bottom: 230%; left: 50%; transform: translateX(-50%);}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list .right_list_down .list_down_box{width: 100%; height: 100%;}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list .right_list_down .list_down_box img{width: 100%; height: 100%;}
.Footer .Footer_Copyright .Footer_Copyright_right .Copyright_right_list:hover .right_list_down{display:block;}

@media screen and (max-width:1850px){   

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    
.Header .Header_nav .Header_nav_list{ margin-right: 30px;}
    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
    
}








/* 关于我们 */
.Title2.marginbottom40{ margin-bottom: 40px;}
.Title2 .Title2_dd{ color: #0a1442; margin-bottom: 25px; border-left: 3px solid #00a2e9; padding-left: 16px; display: flex; justify-content: space-between; align-items: center;}
.Title2 .Title2_dd.marginbottom0{ margin-bottom: 0;}
.Title2 .Title2_dt{ color: #0a1442; line-height: 1.77; text-align: justify;}
.Title2 .Title2_dt p{ margin-bottom: 20px; line-height: 1.77; }
.Title2 .Title2_dt p:last-child{ margin-bottom: 0;}
.Title2.color .Title2_dd{ color: #fff; border-left: 3px solid #fff; }
.Title2.color .Title2_dt{ color: #fff;}
.Title2.flex{ display: flex; align-items: center; justify-content: space-between;}
.Title2 .Title2_nav ul{ display: flex; align-items: center;}
.Title2 .Title2_nav ul .Title2_nav_list{ list-style: none; background: #eaeaea; border-radius: 100px; padding: 15px 30px; margin-left: 10px; cursor: pointer;}
.Title2 .Title2_nav ul .Title2_nav_list.on{ background: #00a2e9; color: #fff;}
.Title2 .Title2_nav ul .Title2_nav_list:hover{ background: #00a2e9; color: #fff;}

.Dbanner{ position: relative; z-index: 2;}
.Dbanner .Dbanner_img img{ width: 100%; height: 535px; object-fit: cover;}
.Dbanner .Dbanner_title{ position: absolute; top: 7%; left: 0; right: 0; height: 100%; flex-direction: column; justify-content: center; display: flex;}
.Dbanner .Dbanner_title .Dbanner_title_dd{ color: #fff; font-weight: bolder;}
.Dbanner .Dbanner_title .Dbanner_title_dt{ color: #fff; margin-top: 22px; line-height: 1.5;}

.DetailsNav{ box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1); position: relative;z-index: 9;}
.DetailsNav .pc_all_content{ display: flex; align-items: center; justify-content: center; padding: 30px 0px;}
.DetailsNav .DetailsNav_list{ margin-right: 75px; color: #222222; position: relative;}
.DetailsNav .DetailsNav_list::before{ content: ""; display: inline-block; width: 18px; height: 4px; border-radius: 100px; background: #00a2e9; left: 0; right: 0; margin: 0 auto; position: absolute; bottom: -11px; opacity: 0;}
.DetailsNav .DetailsNav_list:last-child{ margin-right: 0px;}
.DetailsNav .DetailsNav_list.active{ color: #00a2e9;}
.DetailsNav .DetailsNav_list.active::before{ opacity: 1;}

.About .pc_all_content{ display: flex; align-items: flex-start; justify-content: space-between;}
.About .pc_all_content .About_left{ width: 47%;}
.About .pc_all_content .About_right{ width: 45%;}
.About .pc_all_content .About_right img{ border-radius: 10px; width: 100%;}


.ASDrugs .SDrugs_content .SDrugs_content_list .content_list_title .list_title_dd{ text-align: center; margin-bottom: 0;}
.ASDrugs .SDrugs_content .SDrugs_content_list .content_list_po{ position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 162, 233, 0.80); padding: 30px 20px;}
.ASDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_dd{ color: #fff; margin-bottom: 15px;}
.ASDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_dt{ color: #fff; line-height: 1.5;}
.ASDrugs .SDrugs_content .SDrugs_content_list:hover .content_list_po{ opacity: 1;}
.ASDrugs .SDrugs_content .SDrugs_content_list:hover .content_list_title{ opacity: 0;}


.AHonor .AHonor_content{ position: relative;}
.AHonor .AHonor_content .AHonor_content_list .content_list_img{ padding: 25px 15px; border-radius: 10px; background: #f5f5f5; display: flex; align-items: center; justify-content: center; height: 365px; display: flex; align-items:center; justify-content:center;}
.AHonor .AHonor_content .AHonor_content_list .content_list_img img{ max-height: 100%;}
.AHonor .AHonor_content .AHonor_content_list .content_list_title{ color: #222222; text-align: center; margin-top: 20px; line-height: 1.4;}
.AHonor .AHonor_content .AHonor_content_list:hover .content_list_img{ background: #00a2e9;}
.AHonor .banner-prev{ left: -60px; top: 40%;}
.AHonor .banner-next{ right: -60px; top: 40%;}


.LTeam .ITeam_content{ display: flex; flex-wrap: wrap;}
.LTeam .ITeam_content .ITeam_content_list{ width: 23.5%; margin-right: 2%; margin-bottom: 4%;}
.LTeam .ITeam_content .ITeam_content_list:nth-child(4n){ margin-right: 0;}

.DTeam_page{ padding-top: 35px; padding-bottom: 65px;}
.DTeam_page.bg{ background: #f5f5f5;}
.DTeam_page .pc_all_content{ display: flex; align-items: center; }
.DTeam_page a{ color: #999999;}
.DTeam_page i{ color: #999999; margin: 0px 7px;}
.DTeam_page a.on{ color: #111;}

.DTeam{ padding-bottom: 85px;}
.DTeam .pc_all_content{ display: flex; align-items: flex-start; justify-content: space-between;}
.DTeam .DTeam_left{ width: 30%; border-radius: 10px;}
.DTeam .DTeam_left img{ border-radius: 10px; width: 100%;}
.DTeam .DTeam_right{ width: 66%; padding-top: 33px;}
.DTeam .DTeam_right .DTeam_right_title{ border-bottom: 1px solid #dcdcdc; padding-bottom: 25px; margin-bottom: 25px;}
.DTeam .DTeam_right .DTeam_right_title .right_title_dd{ color: #0a1442;}
.DTeam .DTeam_right .DTeam_right_title .right_title_dt{ color: #666; margin-top: 15px;}
.DTeam .DTeam_right .DTeam_right_txt{ color: #0a1442; line-height: 1.75;}
.DTeam .DTeam_right .DTeam_right_btn{ display: flex; margin-top: 40px;}
.DTeam .DTeam_right .DTeam_right_btn a{ display: flex; align-items: center; padding: 15px 25px; border-radius: 100px; background: #00a2e9; color: #fff;}
.DTeam .DTeam_right .DTeam_right_btn a i{ margin-left: 10px;}

.AHistoy{ background: #f5f5f5;}
.AHistoy .pc_all_content{ background: #fff; padding: 60px;}
.AHistoy .AHistoy_title{ text-align: center; color: #0a1442; margin-bottom: 45px;}
.AHistoy .AHistoy_content{ position: relative;}
.AHistoy .AHistoy_content::before{ width: 2px; height: calc(100% + 60px); position: absolute; left: 0; right: 0; content: ""; display: inline-block; background: #d5d5d5; top: 0; margin: 0 auto;}
.AHistoy .AHistoy_content .AHistoy_content_list{ margin-bottom: 55px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top{ display: flex; align-items: center; justify-content: center;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_title{ width: 50%; text-align: right; padding-right: 45px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_right{ width: 50%;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_icon{ display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 100%; background: #00a2e9; color: #fff; position: relative; left: -17px; cursor: pointer;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_icon::before{content: "+"; display: flex; align-items: center; justify-self: center;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_icon::after{content: "-"; display: none; align-items: center; justify-self: center; position: relative; top: -2px;}
.AHistoy .AHistoy_content .AHistoy_content_list.active .content_list_top .list_top_icon::before{content: "+"; display: none;}
.AHistoy .AHistoy_content .AHistoy_content_list.active .content_list_top .list_top_icon::after{content: "-"; display: flex;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down{ display: none;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li{ display: flex; align-items: flex-start; justify-content: space-between; margin-top: 35px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_left{ width: 50%; text-align: right; padding-right: 45px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right{ width: 50%; padding-left: 55px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l{ margin-bottom: 25px; color: #666666; display: flex; position: relative;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l:before{ content:""; display: inline-block; width: 20px; height: 2px; background:#d5d5d5; position: absolute; left:-55px; top: 12px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l:last-child{ margin-bottom: 0px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l b{ color: #111111; width: 50px; padding-top: 5px;}
.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l span{ width: calc(100% - 50px); display: inline-block; line-height: 1.5;}
.AHistoy .AHistoy_content .AHistoy_content_list.active .content_list_down{ display: block;}

.ACulture{ background: #f5f5f5;}
.ACulture .pc_all_content{ border-radius: 10px; overflow: hidden; background: #fff;}
.ACulture .ACulture_img img{ width: 100%;}
.ACulture .ACulture_content{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 60px;}
.ACulture .ACulture_content .ACulture_content_list{ margin-bottom: 40px; width: 50%;}
.ACulture .ACulture_content .ACulture_content_list:last-child{ width: 100%; margin-bottom: 0;}
.ACulture .ACulture_content .content_list_title{ margin-bottom: 20px; color: #0a1442;}
.ACulture .ACulture_content .content_list_txt .list_txt_dd{ color: #0a1442;}
.ACulture .ACulture_content .content_list_txt .list_txt_dt{ color: #666666; margin-top: 10px;}


.DHonor{ background: #f5f5f5;}
.DHonor .AHonor_content{ display: flex; flex-wrap: wrap;}
.DHonor .AHonor_content .AHonor_content_list{ width: 23.5%; margin-right: 2%; margin-bottom: 3%;}
.DHonor .AHonor_content .AHonor_content_list:nth-child(4n){ margin-right: 0;}
.DHonor .AHonor_content .AHonor_content_list .content_list_img{ background: #fff;}
.DHonor .AHonor_content .AHonor_content_list .content_list_title br{ display: none;}


.BCooperation{ background: #f5f5f5;}
/*
.BCooperation .pc_all_content{ display: flex; flex-wrap: wrap; padding: 27px; background: #fff; border-radius: 10px; justify-content: space-between; padding-right: 60px;}
*/
.BCooperation .BCooperation_left{ width: 46%; background: url(../images/bg21.jpg) no-repeat 50%/cover; border-radius: 10px; padding: 72px 52px; position: relative; overflow: hidden;}
.BCooperation .BCooperation_left::before{ content: ""; display: inline-block; width: 100%; height: 100%; background: #000; left: 0; top: 0; position: absolute; opacity: .4;}
.BCooperation .BCooperation_left .BCooperation_left_title{ color: #fff; padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 3;}
.BCooperation .BCooperation_left .BCooperation_left_txt{ position: relative; z-index: 3;}
.BCooperation .BCooperation_left .BCooperation_left_txt .left_txt_dd{ color: #fff;}
.BCooperation .BCooperation_left .BCooperation_left_txt .left_txt_dt{ color: rgba(255,255,255,.7); line-height: 1.5; margin-top: 13px;}
.BCooperation .BCooperation_right{ width: 50%; padding: 20px 0px;}
.BCooperation .BCooperation_right .BCooperation_right_title{ line-height: 1.35; margin-bottom: 20px;}
.BCooperation .BCooperation_right .BCooperation_right_txt{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list{ width: 49%; background: #fff; display: flex; align-items: center; margin-bottom: 10px; border-radius: 5px; padding: 10px 15px; border-radius: 5px;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list.textarea{ align-items: flex-start;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list.w100{ width: 100%;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list .txt_list_left{ width: 80px;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list .txt_list_right{ width: calc(100% - 80px);}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list .txt_list_right input{ background: none; line-height: 36px; width: 100%;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list .txt_list_right textarea{ background: none; line-height: 36px; width: 100%; line-height: 1.3; height: 110px; resize: none;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list.textarea{ margin-bottom: 22px;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list.textarea .txt_list_left{ padding-top: 2px;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_submit{ width: 100%;}
.BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_submit input{ width: 100%; line-height: 55px; background: #00a2e9; color: #fff; border-radius: 5px;}

.AInvestor{ background: #f5f5f5;}
.AInvestor .pc_all_content{ display: flex; flex-wrap: wrap;}
.AInvestor .AInvestor_list{ width: 100%; margin-right: 0%; margin-bottom: 2%; background: #fff; border-radius: 5px; padding: 30px;}
.AInvestor .AInvestor_list:nth-child(3n){ margin-right: 0;}
.AInvestor .AInvestor_list .AInvestor_list_title{ color: #0a1442; position: relative; margin-bottom: 52px; margin-top: 20px;}
.AInvestor .AInvestor_list .AInvestor_list_title::before{ content: ""; display: inline-block; width: 25px; height: 2px; background: #00a2e9; position: absolute; bottom: -18px; left: 0;}
.AInvestor .AInvestor_list .AInvestor_list_txt{ line-height: 1.6; color: #666; }


@media screen and (max-width:1850px){   
    

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    

    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
}





/* 加入我们 */
.JoinAchievement .JoinAchievement_top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_left{ width: 50%;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_left .top_left_dd{ color: #0a1442; margin-bottom: 38px;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_left .top_left_dt{ line-height: 1.5;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_left .top_left_dt p{width: 100%;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_left .top_left_dt img{max-width: 100%;height:auto;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_right{ width: 45%;}
.JoinAchievement .JoinAchievement_top .JoinAchievement_top_right img{ border-radius: 10px;}
.JoinAchievement .JoinAchievement_bottom{ position: relative;}
.JoinAchievement .JoinAchievement_bottom .JoinAchievement_bottom_list{ position: relative; border-radius: 10px; overflow: hidden;}
.JoinAchievement .JoinAchievement_bottom .JoinAchievement_bottom_list .bottom_list_img{width: 100%;height:245px;}
.JoinAchievement .JoinAchievement_bottom .JoinAchievement_bottom_list .bottom_list_img img{width: 100%;height:100%; object-fit:cover;}
.JoinAchievement .JoinAchievement_bottom .JoinAchievement_bottom_list .bottom_list_title{ position: absolute; bottom: 0; left: 0; width: 100%; height: 60%;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); display: flex; align-items: flex-end; justify-content: center; color: #fff; padding: 25px;}

.Title.color .Title_right{ color: #666666;}
.Title.color .Title_right a{ color: #00a2e9;}
.Title .Title_left select{ color: #0a1442; padding: 14px 20px; border-radius: 100px; border: 1px solid #dfe0e6; width: 185px;background-image: none; -webkit-appearance: none; -moz-appearance: none; background: #fff url(../images/bn29.png) no-repeat calc(100% - 20px) 50% ;}
.Title .Title_right select{ color: #0a1442; padding: 14px 20px; border-radius: 100px; border: 1px solid #dfe0e6; width: 185px;background-image: none; -webkit-appearance: none; -moz-appearance: none; background: #fff url(../images/bn29.png) no-repeat calc(100% - 20px) 50% ;}

.JoinRecruit{ background: #f5f5f5;}
.JoinRecruit .JoinRecruit_content{ border-radius: 10px; overflow: hidden;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title{ display: flex; align-items: center; justify-content: space-between; background: #00a2e9; padding: 25px 35px; color: #fff;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list:nth-child(1){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list:nth-child(2){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list:nth-child(3){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list:nth-child(4){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list:nth-child(5){ width: 10%; text-align: center;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list{ background: #fff;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top{ display: flex; align-items: center; justify-content: space-between; padding: 25px 35px; cursor: pointer; border-bottom: 1px solid #dcdcdc;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list:last-child .txt_list_top{ border-bottom: 0;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li:nth-child(1){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li:nth-child(2){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li:nth-child(3){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li:nth-child(4){ width: 20%;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li:nth-child(5){ width: 10%; text-align: center;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down{ padding: 25px 35px; display: none; border-bottom: 1px solid #dcdcdc;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li{ margin-bottom: 35px;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_title{ color: #111;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_txt{ color: #666; line-height: 1.5; margin-top: 20px;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_txt p{font-size: inherit;line-height:1.65;margin-bottom: 10px;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_txt p:last-child{margin-bottom:0;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_btn{ display: flex;}
.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_btn a{ display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 100px; background: #00a2e9; padding: 15px 30px;}

.Title .Title_nav ul{ display: flex; align-items: center;}
.Title .Title_nav ul .Title_nav_list{ list-style: none; background: #eaeaea; border-radius: 100px; padding: 15px 30px; margin-left: 10px; cursor: pointer;}
.Title .Title_nav ul .Title_nav_list.on{ background: #00a2e9; color: #fff;}
.Title .Title_nav ul .Title_nav_list:hover{ background: #00a2e9; color: #fff;}
.Welfare .Welfare_conetnt .Welfare_conetnt_lister{ display: flex; flex-wrap: wrap;}
.Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list{ width: 18.4%; margin-right: 2%; margin-bottom: 2%; background: #f5f5f5; border-radius: 10px; text-align: center; height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list:nth-child(5n){ margin-right: 0;}
.Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list .conetnt_list_icon{ margin-bottom: 22px;}


@media screen and (max-width:1850px){   

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    

    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
    
}




/* 科学与药物 */
.CorePipeline{ background: #f5f5f5;}
.CorePipeline .pc_all_content{ display: flex; align-items: flex-start; justify-content: space-between;}
.CorePipeline .CorePipeline_left{ width: 50%;}
.CorePipeline .CorePipeline_left .Title2{ margin-bottom: 25px;}
.CorePipeline .CorePipeline_left .Title2 .Title2_dd{ color:#00a2e9;}
.CorePipeline .CorePipeline_left .Title2 .Title2_dt p{ color: #666;}
.CorePipeline .CorePipeline_left .CorePipeline_left_title{ color: #00a2e9; border-left: 2px solid #00a2e9; padding-left: 10px;}
.CorePipeline .CorePipeline_left .CorePipeline_left_txt{ color: #666666; line-height: 1.5; margin-top: 20px;}
.CorePipeline .CorePipeline_left .CorePipeline_left_txt p{ margin-bottom: 10px; position: relative; padding-left: 15px;}
.CorePipeline .CorePipeline_left .CorePipeline_left_txt p:last-child{ margin-bottom: 0px;}
.CorePipeline .CorePipeline_left .CorePipeline_left_txt p::before{ content: ""; display: inline-block; width: 5px; height: 5px; background: #00a2e9; border-radius: 100%; position: absolute; left: 0; top: 9px;}
.CorePipeline .CorePipeline_right{ width: 48%; text-align: right; padding-top: 60px;}

.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list{ margin-bottom: 25px;background: #f5f5f5;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title{ display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; border: 1px solid #dcdcdc; border-radius: 10px; cursor: pointer; background: #fff;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title .list_title_left{ color: #111;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title .list_title_icon{ width: 35px; height: 35px; border-radius: 100px; border: 1px solid #dcdcdc; display: flex; align-items: center; justify-content: center; color: #d3d3d3;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list.on .content_list_title{ background: #00a2e9; border: 1px solid #00a2e9;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list.on .content_list_title .list_title_left{ color: #fff;}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list.on .content_list_title .list_title_icon{border: 1px solid #fff; color: #fff;transform: rotate(180deg);}
.PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_txt{ background: #f5f5f5; padding: 22px; line-height: 1.65; display: none; color: #666;}

.OtherDrugs{ background: #f5f5f5;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list{ display: flex; justify-content: space-between; background: #fff; align-items: center; border-radius: 10px; overflow: hidden; margin-bottom: 25px;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list:last-child{ margin-bottom: 0;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_left{ width: 40%; display: flex; align-items: center; justify-content: center;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right{ width: 60%; padding: 35px;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right .list_right_title{ color: #111;  background: #00a2e9; padding: 15px; color:#fff; border-radius: 10px;}
.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right .list_right_txt{ color: #666; margin-top: 25px; line-height: 1.6;}

.RDevelopment .RDevelopment_list:nth-child(2n){ background: #f5f5f5;}
.RDevelopment .RDevelopment_list .Title2 .Title2_dt{ color: #666; line-height: 1.6;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img{ display: flex; flex-wrap: wrap; padding-top: 20px;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li{ display: inline-block; width: 23%; margin-right: 2%; margin-top: 2%; border-radius: 10px; overflow: hidden; position: relative;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li img{ width: 100%; height: 193px; object-fit:cover;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li span{ position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; left: 0; top: 0; opacity: 0;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li span img{ height: auto; width: auto;}
.RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li:hover span{ opacity: 1;}





@media screen and (max-width:1850px){   

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    

    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
    
}




/* 联系我们 */
.Contact{ background: #f5f5f5;}
.Contact .Contact_top{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 45px;}
.Contact .Contact_top .Contact_top_list{ display: flex; align-items: center;}
.Contact .Contact_top .Contact_top_list .top_list_icon{ width: 68px; height: 68px; border: 1px solid #dcdcdc; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.Contact .Contact_top .Contact_top_list .top_list_right{ margin-left: 10px;}
.Contact .Contact_top .Contact_top_list .top_list_right .list_right_dd{ color: #111;}
.Contact .Contact_top .Contact_top_list .top_list_right .list_right_dt{ color: #666; margin-top: 10px;}
.Contact .Contact_map img{ border-radius: 10px; width: 100%;}
.Contact .Contact_message{ display: flex; justify-content: space-between; margin-top: 55px; border-radius: 10px; overflow: hidden;}
.Contact .Contact_message .Contact_message_left{ width: 30%; background: url(../images/bg36.jpg) no-repeat 50%/cover; padding: 90px 50px;}
.Contact .Contact_message .Contact_message_left .message_left_txt { color: #fff;}
.Contact .Contact_message .Contact_message_left .message_left_txt .left_txt_dd{ margin: 15px 0px;}
.Contact .Contact_message .Contact_message_left .message_left_txt .left_txt_dt{ line-height: 1.55;}
.Contact .Contact_message .Contact_message_form{ width: 70%; background: #fff; padding: 50px 30px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.Contact .Contact_message .Contact_message_form .message_form_list{ width: 49%; border: 1px solid #dcdcdc; border-radius: 5px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px;}
.Contact .Contact_message .Contact_message_form .message_form_list .form_list_left{ white-space: nowrap;}
.Contact .Contact_message .Contact_message_form .message_form_list .form_list_right{ width: 100%;}
.Contact .Contact_message .Contact_message_form .message_form_list .form_list_right input{ width: 100%; padding-left: 10px; line-height: 38px;}
.Contact .Contact_message .Contact_message_form .message_form_list .form_list_right textarea{ width: 100%;  line-height: 1.5; height: 100px; resize: none; padding-top: 10px;}
.Contact .Contact_message .Contact_message_form .message_form_list.textarea{ width: 100%; display: block; padding-top: 25px;}
.Contact .Contact_message .Contact_message_form .message_form_submit{ width: 100%;}
.Contact .Contact_message .Contact_message_form .message_form_submit input{ width: 140px; padding: 10px 0px; color: #fff; border-radius: 100px; background: #00a2e9;}
.Contact .Contact_btn{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px;}
.Contact .Contact_btn .Contact_btn_list{ width: 24%; background: #FFF; text-align: center; height: 255px; border-radius: 10px; border-bottom: 3px solid #00a2e9; display: flex; flex-direction: column; justify-content: center;}
.Contact .Contact_btn .Contact_btn_list .btn_list_title .list_title_dd{ color: #111; margin: 13px 0px;}
.Contact .Contact_btn .Contact_btn_list .btn_list_title .list_title_dt{ color: #555;}



@media screen and (max-width:1850px){   

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    

    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
    .Contact .Contact_btn{}
    
}



/* 新闻资讯 */
.LNews .INews_content{ display: flex; flex-wrap: wrap;}
.LNews .INews_content .INews_content_list{ width: 32%; margin-right: 2%; margin-bottom: 2%; background:#fff;}
.LNews .INews_content .INews_content_list:nth-child(3n){ margin-right: 0;}
.LNews .LNews_btn{ display: flex; justify-content: center; padding-top: 30px;}

.LNewser{ background: #f5f5f5;}
.LNewser .LNewsContent .LNewsContent_list{ display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 20px; padding: 22px;}
.LNewser .LNewsContent .LNewsContent_list:hover{ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
.LNewser .LNewsContent .LNewsContent_list:last-child{ margin-bottom: 0;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left{ display: flex; align-items: center; width: 65%;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_time{ text-align: center; width: 145px;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_time .left_time_dd{ font-weight: bolder; color: #00a2e9; margin-bottom: 10px;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_time .left_time_dt{ color: #0a1442; font-weight: bolder;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt .left_txt_dd{ font-weight: bolder; color: #0a1442; margin-bottom: 10px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt .left_txt_dt{ color: #666666; line-height: 1.5;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt{ width: calc(100% - 145px);}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_img{ width: 30%; text-align: right;}
.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_img img{ border-radius: 10px; height: 200px; object-fit:cover; width: 100%;}

.DNews{ background: #f5f5f5;}
.DNews .pc_all_content{ display: flex; justify-content: space-between; align-items: flex-start;}
.DNews .DNews_content{ background: #fff; border-radius: 10px; width: 73%; padding: 40px;}
.DNews .DNews_content .DNews_content_title{ color: #222;}
.DNews .DNews_content .DNews_content_time{ display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #eeeeee;}
.DNews .DNews_content .DNews_content_time .content_time_left{ color: #00a2e9;}
.DNews .DNews_content .DNews_content_time .content_time_right{ display: flex; align-items: center; color: #666;}
.DNews .DNews_content .DNews_content_time .content_time_right .time_right_list{ margin-right: 20px;}
.DNews .DNews_content .DNews_content_time .content_time_right .time_right_list:last-child{ margin-right: 0;}
.DNews .DNews_content .DNews_content_txt{ color: #333; line-height: 1.8;}
.DNews .DNews_content .DNews_content_txt p{ margin-bottom: 20px; text-indent: 2em;}
.DNews .DNews_content .DNews_content_page{ display: flex; align-items: center; justify-content: space-between; padding-top: 25px; margin-top: 25px; border-top: 1px solid #eeeeee;}
.DNews .DNews_content .DNews_content_page .content_page_left{ width: calc(100% - 180px);}
.DNews .DNews_content .DNews_content_page .content_page_left .page_left_list{ color: #666; margin-bottom: 10px;}
.DNews .DNews_content .DNews_content_page .content_page_left .page_left_list:last-child{ margin-bottom: 0;}
.DNews .DNews_content .DNews_content_page .content_page_left .page_left_list a{ color: #666;}
.DNews .DNews_content .DNews_content_page .content_page_left .page_left_list a:hover{ color: #00a2e9;}
.DNews .DNews_content .DNews_content_page .content_page_right{ display: flex; align-items: center; color: #fff; padding: 15px 30px; background: #00a2e9; border-radius: 100px;}
.DNews .DNews_content .DNews_content_page .content_page_right i{ margin-left: 10px;}
.DNews .DNews_recommend{ width: 25%;}
.DNews .DNews_recommend .DNews_recommend_year{ margin-bottom: 18px;}
.DNews .DNews_recommend .DNews_recommend_year select{ width: 100%; border-radius: 10px; background:#fff; height: 55px; padding: 0px 20px;background-image: none; -webkit-appearance: none; -moz-appearance: none; background: #fff url(../images/bn29.png) no-repeat calc(100% - 20px) 50%;}
.DNews .DNews_recommend .DNews_recommend_contents{ width: 100%; border-radius: 10px; padding: 25px; background:#fff;}
.DNews .DNews_recommend .DNews_recommend_title{ color: #222; margin-bottom: 20px;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list{ display: inline-block; border-bottom: 1px solid #eeeeee; padding-bottom: 22px; margin-bottom: 22px;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list:last-child{ margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list .content_list_img{ margin-bottom: 20px;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list .content_list_img img{ border-radius: 10px;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list .content_list_time{ color: #00a2e9;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list .content_list_txt{ color: #333; margin-top: 15px;}
.DNews .DNews_recommend .DNews_recommend_content .recommend_content_list:hover .content_list_txt{ color: #00a2e9;}


.HealthManagement .HealthManagement_txt{ line-height: 1.6; color: #0a1442;}
.HealthManagement .HealthManagement_btn{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list{ display: flex; align-items: center; border-radius: 10px; width: 32%; padding: 20px 30px; justify-content: space-between; position: relative; top: 0;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list:nth-child(1){ background: #005bab url(../images/bn31.png) no-repeat 100% 50%;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list:nth-child(2){ background: #00aeeb url(../images/bn31.png) no-repeat 100% 50%;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list:nth-child(3){ background: #009b4c url(../images/bn31.png) no-repeat 100% 50%;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list .btn_list_left{ display: flex; align-items: center; color: #fff;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list .btn_list_left img{ margin-right: 10px;}
.HealthManagement .HealthManagement_btn .HealthManagement_btn_list:hover{ top: -6px;}

/*
.HealthManagement2{ background: url(../images/bg39.jpg) no-repeat 50%/cover;}
*/
.HealthManagement2 .Title2{ width: 100%; max-width: 100%;}
.HealthManagement2 .pc_all_content{ height: 458px; display: flex; flex-direction: column; justify-content: center;}

.Knowledge{ background: #f5f5f5;}
.Knowledge .Knowledge_content .Knowledge_content_list{ display: flex; flex-wrap: wrap;}
.Knowledge .Knowledge_content .Knowledge_content_list .content_list_li{ width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
.Knowledge .Knowledge_content .Knowledge_content_list .content_list_li:nth-child(4n){ margin-right: 0;}
.Knowledge .Knowledge_content .Knowledge_content_list .content_list_li .list_li_img{ border-radius: 10px; overflow: hidden;}
.Knowledge .Knowledge_content .Knowledge_content_list .content_list_li .list_li_title{ color: #111; text-align: center; margin-top: 25px; line-height: 1.5;}



.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top{ display: flex; background: #00a2e9; justify-content: space-between;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_left{ width: 230px; text-align:center; color:#fff; display: flex; align-items:center; justify-content:center;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_syz{ width: 180px; text-align:center; color:#fff;border-left: 1px solid rgba(255,255,255,.2); display: flex; align-items:center; justify-content:center;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_right{ width: calc(100% - 410px); display: flex; justify-content:center; justify-content: space-between;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_right .top_right_list{ width: 100%; text-align:center; color:#fff; border-left: 1px solid rgba(255,255,255,.2); padding: 20px 0px; line-height: 1.4; display: flex; align-items:center; justify-content:center;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom{ border-top: 1px solid #fff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list{ display: flex; border-bottom: 1px solid #fff; justify-content: space-between;border-left: 1px solid #fff; border-right: 1px solid #fff; }
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list:nth-child(1){ background:#c5e3ff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list:nth-child(2){ background:#fbe5d6;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list:nth-child(3){ background:#d7e5f1;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list:nth-child(4){ background:#f6ebff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_left{ width: 230px; text-align:center; color:#111; padding: 20px 0px; display: flex; align-items:center; justify-content:center; color:#111;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_syz{ width: 180px; text-align:center; color:#666; padding: 0px 0px; border-left: 1px solid #fff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_syz .list_syz_li{ height: 55px; border-bottom: 1px solid #fff; display: flex; align-items: center; justify-content: center; color:#111; line-height:1.3;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_syz .list_syz_li:last-child{ border-bottom: 0px;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_right{ width: calc(100% - 410px); padding: 0px 0px; border-left: 1px solid #fff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_right .list_right_li{ width: 100%; height: 55px; display: flex; align-items:center; border-bottom: 1px solid #fff;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_right .list_right_li:last-child{ border-bottom: 0px;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_right .list_right_li .right_li_l{ height: 20px; border-radius: 0px 100px 100px 0px; background: #00a2e9; position: relative; display: flex; justify-content: flex-end; align-items:center; padding-right: 2px;}
.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_right .list_right_li .right_li_l:before {content:"";width:0;height:0;border-bottom:8px solid transparent;border-top:8px solid transparent;border-left:8px solid #00a2e9; position: relative; right: -6px;}







@media screen and (max-width:1850px){   

}
@media screen and (max-width:1650px){    

}

@media screen and (max-width:1550px){   
    
    
}

@media screen and (max-width:1450px){    

}

@media screen and (max-width:1366px){    

}

@media screen and (max-width:1280px){    

    
}

@media screen and (max-width:1200px){    

}

@media screen and (max-width:1024px){    /*ipad-y*/

    
}

@media screen and (max-width:980px){    /*ipad-x*/
 
}

@media screen and (max-width:766px){    /*iphone*/
    
}




@media screen and (max-width:1650px){    
    .layui-laypage{margin-top:58px;}
    .padding110{ padding: 100px 0px;}
    .Btn .Btn_left{ padding: 0px 18px;}
    .Btn .Btn_right{ width: 44px; height: 44px;}
    .Btn .Btn_right img{ height: 16px;}
}


@media screen and (max-width:1550px){    
    .layui-laypage{margin-top:48px;}
    .padding110{ padding: 90px 0px;}
    .Btn .Btn_left{ padding: 0px 16px;}
    .Btn .Btn_right{ width: 40px; height: 40px;}
    .Btn .Btn_right img{ height: 16px;}
}


@media screen and (max-width:1450px){    
    .layui-laypage{margin-top:38px;}
    .padding110{ padding: 80px 0px;}
    .Btn .Btn_left{ padding: 0px 14px;}
    .Btn .Btn_right{ width: 36px; height: 36px;}
}

@media screen and (max-width:1366px){    
    .padding110{ padding: 70px 0px;}
}

@media screen and (max-width:1280px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1124px;}
}
@media screen and (max-width:1124px){   
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1024px;}
}

@media screen and (max-width:1024px){    /*ipad-y*/
    .Header,.HeaderNav{ display: none;}
    .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ width: 90%;}
    /* 手机导航 */
    .m-header-nav *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease;}
    .m-header-nav-height{ display:block;}
    .m-header-nav{display: block;position:fixed;top:0;z-index:1000;width:100%;transition:all ease 0.45s; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.3);}
    .m-header-nav .sp_header{position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; height: 62px;}
    .m-header-nav .sp_logo{padding: 0;display:flex; align-items:center;}
    .m-header-nav .sp_logo a{ display: flex; position: relative; align-items: center;}
    .m-header-nav .sp_logo img{margin:auto;transition:all ease 0.45s; height: 28px;}
    .m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .m-header-nav .sp_btn{ display: flex; position: relative;}
    .m-header-nav .sp_btn .sp_btn_list{ margin-right: 15px; position: relative; top: -2px;}
    .m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title{ display: flex; align-items:center; color:#333;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down{  position: absolute; width: 100px; top: 40px; left: 50%; background:#fff; transform: translateX(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.1); display: none;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down a{ font-size: 14px; display: inline-block; width: 100%; text-align:center; line-height: 31px;}
    .m-header-nav .sp_login{ position: absolute; right: 75px;}
    .m-header-nav .sp_login img{ height: 24px;}
    .m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;top: 0px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav span{display:block;background:#00a2e9;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
    .m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
    .m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
    .m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
    .m-header-nav .sp_nav_se{ top: -5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
    .m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
    .m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
    .m-header-nav .sjj_nav{display: block;position:fixed;z-index:9;background:white;width:70%;height:calc(100%);font-size: .95rem;;line-height:2.7rem;top:0px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc; z-index: 401111; left: -75%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav.active{ left: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,.5); width: 100%; height: 100%; z-index: 401110;}
    .m-header-nav .sjj_nav_bg{display: none;}
    .m-header-nav .nav_show{display: block;}
    .m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
    .m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
    .m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
    .m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
    .m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; padding: 0px 15.5px; display: flex; align-items: center; justify-content: flex-start;}
    .m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem; list-style: none;}
    .m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
    .m-header-nav .sjj_nav ul li ul{display:none}
    .m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: 14px;padding: 14px 0;}
    .m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
    .m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#000;}
    .m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
    
    
    .padding110{ padding: 60px 0px;}

}

@media screen and (max-width:980px){    /*ipad-x*/
    img{ max-width:100%;}

    .padding110{ padding: 50px 0px;}
}

@media screen and (max-width:766px){    /*iphone*/
    .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ max-width: 90%; width: 100%;}

    .PcShow { display:none;}
    .MoShow { display:block;}
    
    .padding110{ padding: 40px 0px;}

    .content_list_video .list_video_content{ width: 100%;}
    .content_list_video .list_video_bg{ z-index: 1120;}
    .content_list_video .list_video_content{ z-index: 1121;}
    
    .search .search_bg .search_content{ width: 90%;}
    .search .search_content input[type="search"],.search .search_content input[type="submit"]{ height: 55px; font-size: 14px;}
    .content_list_video .list_video_content{ width: 100%;}
    
    .layui-laypage{ flex-wrap: wrap;}
    
    .Title2 .Title2_dt{ font-size: 16px;}
    .Title2 .Title2_dt p{ margin-bottom: 10px;}
    .Title2 .Title2_dd{ font-size: 22px;}
    
    .Footer{ padding-top: 35px;}
    .Footer .Footer_logo img{ height: 85px;}
    .Footer .Footer_nav{ margin-top: 30px; padding-top: 30px; flex-wrap: wrap;}
    .Footer .Footer_nav .Footer_nav_list{ width: 100%; margin-bottom: 25px;}
    .Footer .Footer_nav .Footer_nav_list:last-child{ width: 100%; margin-bottom: 0px;}
    .Footer .Footer_nav .Footer_nav_list .nav_list_dt{ display: flex; flex-wrap: wrap;}
    .Footer .Footer_nav .Footer_nav_list .nav_list_dt p{ margin-right: 18px;}
    .Footer .Footer_Copyright .Footer_Copyright_left{ width: 100%; line-height: 1.35; text-align:center;}
    .Footer .Footer_Copyright .Footer_Copyright_right{ display: none;}
    .Footer .Footer_nav .Footer_nav_list .nav_list_dt p a{ opacity: .8;}
    
    .Dbanner{ margin-top: 62px;}
    .Dbanner .Dbanner_img img{ height:280px;}
    .Dbanner .Dbanner_title{ top: 0;}
    .Dbanner .Dbanner_title .Dbanner_title_dd{ font-size: 26px;}
    .Dbanner .Dbanner_title .Dbanner_title_dt{ font-size: 16px; margin-top: 8px;}
    
    .DetailsNav .pc_all_content{ overflow: auto; max-width: 100%; padding: 26px 35px; justify-content: flex-start;}
    .DetailsNav .DetailsNav_list{ white-space: nowrap;  font-size: 16px; margin-right: 40px;}
    
    .padding80{ padding: 40px 0px;}
    
    .About .pc_all_content{ flex-wrap: wrap;}
    .About .pc_all_content .About_left,.About .pc_all_content .About_right{ width: 100%;}
    .About .pc_all_content .About_right{ margin-top: 22px;}
    
    .LTeam .ITeam_content{ justify-content: space-between;}
    .LTeam .ITeam_content .ITeam_content_list{ width: 48%; margin-right: 0px; margin-bottom: 20px;}
    
    .DTeam_page{ padding: 30px 0px;}
    
    .DTeam{ padding-bottom: 45px;}
    .DTeam .pc_all_content{ flex-wrap: wrap;}
    .DTeam .DTeam_left{ text-align:center;}
    .DTeam .DTeam_left,.DTeam .DTeam_right{ width: 100%;}
    .DTeam .DTeam_right .DTeam_right_title{ margin-bottom: 20px; padding-bottom: 20px;}
    .DTeam .DTeam_right .DTeam_right_btn{ margin-top: 20px;}
    
    
    .ACulture .ACulture_content{ padding: 30px;}
    .ACulture .ACulture_content .ACulture_content_list{ width: 100%; margin-bottom: 25px;}
    .ACulture .ACulture_content .content_list_txt .list_txt_dt,.ACulture .ACulture_content .content_list_txt .list_txt_dd{ line-height: 1.35;}
    
    
    .AHonor .banner-prev,.SDrugs .banner-prev{ left: 15px;}
    .AHonor .banner-next,.SDrugs .banner-next{ right: 15px;}
    .AHonor .AHonor_content .AHonor_content_list .content_list_title{ font-size: 16px;}
    .ASDrugs .SDrugs_content .SDrugs_content_list .content_list_po{ opacity: 1;}
    .ASDrugs .SDrugs_content .SDrugs_content_list .content_list_po .list_po_dt{ font-size: 15px;}
    
    .DHonor .AHonor_content{ justify-content: space-between;}
    .DHonor .AHonor_content .AHonor_content_list{ width: 48%; margin-right: 0px; margin-bottom: 25px;}
    .DHonor .AHonor_content .AHonor_content_list .content_list_img{ height: 225px;}
    
    
    .AHistoy .pc_all_content{ padding: 22px;}
    .AHistoy .AHistoy_content::before,.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l:before{ display: none;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li{ flex-wrap: wrap; margin-top: 20px; background:#f5f5f5; padding: 20px;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_left,.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right{ width: 100%; padding-left: 0px;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_left{ padding-right: 0px; text-align:left; font-size: 20px; margin-bottom: 10px;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l b,.AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l span{ font-size: 16px;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down .list_down_li .down_li_right .li_right_l{ margin-bottom: 10px;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_down{ display: block;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_icon{ display: none;}
    .AHistoy .AHistoy_content .AHistoy_content_list .content_list_top .list_top_title{ padding-right: 0px; font-size: 26px; text-align:left;}
    
    /*
    .BCooperation .pc_all_content{ padding: 20px;}
    */
    .BCooperation .BCooperation_left{ padding: 30px 20px;}
    .BCooperation .BCooperation_left .BCooperation_left_title{ font-size: 20px; padding-bottom: 15px; margin-bottom: 15px;}
    .BCooperation .BCooperation_left,.BCooperation .BCooperation_right{ width: 100%;}
    .BCooperation .BCooperation_left .BCooperation_left_txt .left_txt_dd,.BCooperation .BCooperation_left .BCooperation_left_txt .left_txt_dt,.BCooperation .BCooperation_right .BCooperation_right_title{ line-height: 1.4; font-size: 16px;}
    .BCooperation .BCooperation_right .BCooperation_right_txt .right_txt_list{ width: 100%;}
    
    .AInvestor .AInvestor_list .AInvestor_list_title{ line-height: 1.4;}
    
    
    .RDevelopment .RDevelopment_list .RDevelopment_list_img{ justify-content: space-between;}
    .RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li{ width: 48%; margin-right: 0px;}
    .RDevelopment .RDevelopment_list .RDevelopment_list_img .list_img_li img{ height: 120px;}
    
    .CorePipeline .pc_all_content{ flex-wrap: wrap;}
    .CorePipeline .CorePipeline_left,.CorePipeline .CorePipeline_right{ width: 100%;}
    .CorePipeline .CorePipeline_right{ margin-top: 25px; padding-top: 0px;}
    .CorePipeline .CorePipeline_left .CorePipeline_left_title{ line-height: 1.45;}
    .CorePipeline .CorePipeline_left .CorePipeline_left_txt p{ font-size: 16px;}
    
    .PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title{ padding: 15px 12px;}
    .PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title .list_title_left{ font-size: 18px;}
    .PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_title .list_title_icon{ width: 26px; height: 26px; font-size: 16px;}
    .PipelineOverview .PipelineOverview_content .PipelineOverview_content_list .content_list_txt{ font-size: 16px;}
    .PipelineOverview .PipelineOverview_content .PipelineOverview_content_list{ margin-bottom: 15px;}
    
    .OtherDrugs .OtherDrugs_content .OtherDrugs_content_list{ flex-wrap: wrap;}
    .OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_left,.OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right{ width: 100%;}
    .OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right{ padding: 20px;}
    .OtherDrugs .OtherDrugs_content .OtherDrugs_content_list .content_list_right .list_right_txt{ font-size: 16px; margin-top: 15px;}
    
    .HealthManagement .HealthManagement_txt{ font-size: 16px;}
    .HealthManagement .HealthManagement_btn .HealthManagement_btn_list{ width: 100%; padding: 15px;}
    
    .HealthManagement2 .Title2{ width: 100%;}
    
    .Title2.flex{ flex-wrap: wrap;}
    .Title2 .Title2_nav{ width: 100%; margin-top: 22px;}
    .Title2 .Title2_nav ul .Title2_nav_list{ padding: 10px; font-size: 16px;}
    .HealthManagement .HealthManagement_btn{ margin-top: 25px;}
    .Knowledge .Knowledge_content .Knowledge_content_list{ justify-content: space-between;}
    .Knowledge .Knowledge_content .Knowledge_content_list .content_list_li{ margin-right: 0; width: 48%;}
    .Knowledge .Knowledge_content .Knowledge_content_list .content_list_li .list_li_title{ font-size: 16px;}
    
    
    .LNews .INews_content .INews_content_list{ width: 100%; margin-right: 0px; margin-bottom: 25px;}
    .LNews .INews_content .INews_content_list:last-child{ margin-bottom: 0px;}
    .INews .INews_content .INews_content_list .content_list_title{ padding: 22px;}
    
    .Title{ flex-wrap: wrap;}
    .Title .Title_nav{ width: 100%; margin-top: 20px;}
    .Title .Title_nav ul .Title_nav_list{ width: 100%; text-align:center; font-size: 16px; padding: 15px 0px;}
    .Title .Title_nav ul .Title_nav_list:first-child{ margin-left: 0px;}
    
    .LNewser .LNewsContent .LNewsContent_list{ flex-wrap: wrap;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left,.LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_img{ width: 100%;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left{ margin-bottom: 25px;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_time{ width: 100px;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt{ width:calc(100% - 100px);}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt .left_txt_dd{ font-size: 18px;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_txt .left_txt_dt{ font-size: 14px;}
    .LNewser .LNewsContent .LNewsContent_list .LNewsContent_list_left .list_left_time .left_time_dd{ font-size: 18px;}
    
    .DNews .DNews_content{ width: 100%; padding: 25px;}
    .DNews .DNews_recommend{ display: none;}
    .DNews .DNews_content .DNews_content_time{ flex-wrap: wrap;}
    .DNews .DNews_content .DNews_content_time .content_time_left,.DNews .DNews_content .DNews_content_time .content_time_right{ width: 100%;}
    .DNews .DNews_content .DNews_content_time .content_time_right{ margin-top: 10px;}
    .DNews .DNews_content .DNews_content_txt{ font-size: 16px; line-height: 1.6;}
    .DNews .DNews_content .DNews_content_page .content_page_left,.DNews .DNews_content .DNews_content_page .content_page_right{ width: 100%;}
    .DNews .DNews_content .DNews_content_page{ flex-wrap: wrap;}
    .DNews .DNews_content .DNews_content_page .content_page_right{ margin-top: 15px; justify-content: center;}
    
    .JoinAchievement .JoinAchievement_top{ flex-wrap: wrap;}
    .JoinAchievement .JoinAchievement_top .JoinAchievement_top_left,.JoinAchievement .JoinAchievement_top .JoinAchievement_top_right{ width: 100%;}
    .JoinAchievement .JoinAchievement_top .JoinAchievement_top_right{ margin-top: 25px;}
    .JoinAchievement .JoinAchievement_top .JoinAchievement_top_left .top_left_dd{ margin-bottom: 20px;}
    
    .banner-prev.left60{ left: 10px;}
    .banner-next.right60{ right: 10px;}
    
    .Title.color .Title_right{ line-height: 1.55; margin-top: 12px; font-size: 16px;}
    .Title.color .Title_right a{ font-size: 16px;}
    
    .JoinRecruit .JoinRecruit_content{ overflow: auto;}
    .JoinRecruit .JoinRecruit_content .JoinRecruit_content_title,.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt{ width: 600px;}
    .JoinRecruit .JoinRecruit_content .JoinRecruit_content_title .content_title_list,.JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_top .list_top_li{ font-size: 16px; white-space: nowrap;}
    .JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_title{ font-size: 16px;}
    .JoinRecruit .JoinRecruit_content .JoinRecruit_content_txt .content_txt_list .txt_list_down .list_down_li .down_li_txt{ font-size: 14px;}
    
    .Welfare .Welfare_conetnt .Welfare_conetnt_lister{ justify-content: space-between;}
    .Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list{ margin-right: 0px; width: 48%; margin-bottom: 4%; height: 110px;}
    .Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list .conetnt_list_icon{ margin-bottom: 15px;}
    .Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list .conetnt_list_icon img{ height: 33px;}
    .Welfare .Welfare_conetnt .Welfare_conetnt_lister .Welfare_conetnt_list .conetnt_list_title{ font-size: 16px;}
    
    
    .Contact .Contact_top .Contact_top_list{ margin-bottom: 25px;}
    .Contact .Contact_top .Contact_top_list:last-child{ margin-bottom: 0px;}
    .Contact .Contact_top .Contact_top_list .top_list_right .list_right_dd{ font-size: 20px;}
    .Contact .Contact_top .Contact_top_list .top_list_right .list_right_dt{ font-size: 16px; line-height: 1.55;}
    
    
    
    
    .PipelineOverview2 .PipelineOverview2_content{ overflow: auto;}
    .PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top,.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom{ width: 900px;}
    .PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_left,.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_syz,.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_left,.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_bottom .content_bottom_list .bottom_list_syz .list_syz_li,.PipelineOverview2 .PipelineOverview2_content .PipelineOverview2_content_top .content_top_right .top_right_list{ font-size: 14px;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



