/* 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-family: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;}
h1,h2,h3{border: 0; padding: 0; margin: 0;font-weight: 500;}
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;
    -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.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;}
.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;}
.BWeight{ font-weight: bolder;}

/* 颜色相反 */
.invert {filter:invert(100%);}
.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;}
.tra3 .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;}
.tra3: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;}

.clamp1 {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.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;}


.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{ width: 32px; height: 32px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #0253a5; position: absolute; right: -12px; top: -32px; cursor: pointer; z-index: 2;}
.content_list_video .list_video_content .video_content_close img{ height: 12px;}
.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: #de6c00;}
.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: #ff7f08; border: 1px solid #ff7f08; 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: #de6c00; background-color: #de6c00;}
.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:-2.605vw;color:#fff;font-size:1.563vw;}
.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:4.168vw;font-size:0.8336vw;color:#333;padding:0vw 1.042vw;z-index:1;position:relative;background:#fff;border:0vw;}
.search .search_content input[type="submit"] {width:20%;height:4.168vw;font-size:0.8336vw;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#0253a5;border:0vw;}



.pc_all .pc_all_content {width:88.57000000000001vw;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:88.57000000000001vw;margin:0 auto;}
.bgcolor {background:#f5f5f5;}


.page {width:100%;}
.layui-laypage {display:flex;font-size:0.8336vw;color:#333;align-items:center;justify-content:center;margin-top:2.605vw;}
.layui-laypage a {font-size:0.8336vw;color:#333;height:2.5008vw;width:2.5008vw;text-align:center;margin:0 0.2605vw;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #f2f4f7;background:#f2f4f7;}
.layui-laypage-curr {background:#0253a5;font-size:0.8336vw;color:#fff;height:2.5008vw;width:2.5008vw;text-align:center;margin:0 0.2605vw;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #0253a5;}
.layui-laypage-curr em,.layui-laypage-disabled em {font-style:inherit;}
.layui-laypage-disabled {font-size:0.8336vw;color:#333;height:2.5008vw;text-align:center;margin:0 0.2605vw;width:2.5008vw;align-items:center;display:flex;align-items:center;justify-content:center;border-radius:100%;border:0.0521vw solid #f2f4f7;background:#f2f4f7;}
.layui-laypage-disabled:hover {background:#0253a5;color:#fff;border:0.0521vw solid #0253a5;}
.layui-laypage a:hover {background:#0253a5;color:#fff;border:0.0521vw solid #0253a5;}
.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:0vw 0vw 1.042vw rgba(0,0,0,.1);border-radius:0.521vw;}
.FloatingBox .FloatingBox_box:last-child {margin-top:1.042vw;}
.FloatingBox .FloatingBox_box:last-child .FloatingBox_list .FloatingBox_list_title {border-radius:0.521vw;}
.FloatingBox .FloatingBox_list {position:relative;cursor:pointer;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title {background:#fff;width:4.168vw;text-align:center;padding:0.7815vw 0vw;}
.FloatingBox .FloatingBox_list:nth-child(2) .FloatingBox_list_title {padding:0.2605vw 0vw;}
.FloatingBox .FloatingBox_list:first-child .FloatingBox_list_title {border-radius:0.521vw 0.521vw 0vw 0vw;}
.FloatingBox .FloatingBox_list:last-child .FloatingBox_list_title {border-radius:0vw 0vw 0.521vw 0.521vw;}
.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:0.521vw;}
.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:-6.773vw;width:6.773vw;top:0;border-radius:0.521vw;overflow:hidden;box-shadow:0vw 0vw 1.042vw 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:-11.2015vw;width:11.2015vw;height:100%;align-items:center;justify-content:center;top:0;background:#ff7f08;color:#fff;border-radius:0.521vw 0vw 0vw 0.521vw}
.FloatingBox .FloatingBox_list .FloatingBox_list_down {display:none;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_down {display:flex;}





/* 首页 */
.header {display:flex;align-items:center;justify-content:space-between;align-items:center;height:5.21vw;position:fixed;top:0;left:0;width:100%;z-index:2;z-index:22;border-bottom:1px solid rgba(255,255,255,.2);padding-right:2.5008vw;transition: all 0.45s;}
.header .header_logo {display:flex;padding:0vw 1.8235000000000001vw;border-right:1px solid rgba(255,255,255,.2);height:5.21vw;align-items:center; justify-content: center; position: relative;}
.header .header_logo img {height:2.7613vw;}
.header .header_logo img:last-child{opacity: 0;position: absolute;}
.header .header_nav {display:flex;align-items:center;}
.header .header_nav .header_nav_list {margin-right:4.647vw;position: relative;}
.header .header_nav .header_nav_list:last-child {margin-right:0;}
.header .header_nav .header_nav_list .nav_list_title {color:#fff;display:inline-block;line-height:5.21vw;position:relative;}
.header .header_nav .header_nav_list .nav_list_title::before {content:"";display:inline-block;width:0%;bottom:0vw;height:0.0521vw;background:#fff;position:absolute;left:0;right:0;margin:0 auto;opacity:0;}
.header .header_nav .header_nav_list:hover .nav_list_title::before {opacity:1;width:100%;}
.header .header_nav .header_nav_list.active .nav_list_title::before {opacity:1;width:100%;background:#0253a5;}
.header .header_nav .header_nav_list.active .nav_list_title{color:#0253a5;}




.header .header_nav .header_nav_list .nav_list_down {width:6.773vw;position:absolute;left:50%;transform:translateX(-50%);top:100%;background:rgba(0,0,0,0.5);box-shadow:none;display:none;}
.header .header_nav .header_nav_list .nav_list_down a {width:100%;color:rgba(255,255,255,1);font-size:inherit;display:inline-block;padding:0.6773vw 0;text-align:center;}
.header .header_nav .header_nav_list .nav_list_down a:hover {background:#0253a5;}
.header .header_nav .header_nav_list:hover .nav_list_down {display:block;}
.header.active .header_nav .header_nav_list .nav_list_down {background:white;box-shadow:0 0 0.4168vw 0 rgba(2,83,165,0.12);}
.header.active .header_nav .header_nav_list .nav_list_down a {color:#333333;}
.header.active .header_nav .header_nav_list .nav_list_down a:hover {color:rgba(255,255,255,1);}






.header .header_right {display:flex;align-items:center;}
.header .header_right .header_right_language {position:relative;}
.header .header_right .header_right_language .right_language_icon {display:flex;align-items:center;color:#fff;cursor:pointer;}
.header .header_right .header_right_language .right_language_icon .icon {display: flex;align-items: center;justify-content: center;;margin-right:0.521vw;}
.header .header_right .header_right_language .right_language_icon .icon1 img {height:0.9378vw;}
.header .header_right .header_right_language .right_language_icon .icon2{margin-left:0.521vw;}
.header .header_right .header_right_language .right_language_icon .icon2 img {height:0.408vw;}
.header .header_right .header_right_language .right_language_icon img:last-child{opacity: 0;position: absolute;}
.header .header_right .header_right_language .btn_Global_down {position:absolute;top:100%;width:5.21vw;left:50%;transform:translateX(-50%);padding-top:1.042vw;display:none;}
.header .header_right .header_right_language .right_language_icon .icon1 {height:0.9378vw;}
.header .header_right .header_right_language:hover .btn_Global_down {display:block;}
.header .header_right .header_right_language .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,.3);position:absolute;top:0.6252vw;left:0;right:0;margin:0 auto;}
.header .header_right .header_right_language .btn_Global_down .Global_down_padding {background:rgba(0,0,0,.3);border-radius:5px;overflow:hidden;}
.header .header_right .header_right_language .btn_Global_down a {color:#fff;display:inline-block;width:100%;line-height:1.7714vw;text-align:center;}
.header .header_right .header_right_language .btn_Global_down a:hover {background:#0253a5;}
/*
.header .header_right .header_right_search { cursor: pointer; background:#0253a5;width:2.0319vw;height:2.3445vw;background:#0253a5;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );display:flex;align-items:center;justify-content:center;}
.header .header_right .header_right_search img {height:0.8336vw;}
*/

.header .header_right .header_right_search {width:auto;display:flex;align-items:center;border-radius: 100px;border: 1px solid rgba(255,255,255,.5);}
.header .header_right .header_right_search input[type="search"]{width: 8vw;line-height: 0.9vw; padding: 0 0.5vw 0 0.9vw;  margin-right: 0.5vw;background: transparent;}
.header .header_right .header_right_search input[type="search"]::placeholder{font-size: inherit;color: rgba(255,255,255,.7);}
.header .header_right .header_right_search input[type="submit"]{width:2vw;height:2vw;background-color:#0253a5;background-image: url("../images/sv2.svg"); background-size: 0.7vw; background-position: center center;background-repeat: no-repeat;border: none;border-radius:100px;}
.header.active .header_right .header_right_search{border: 1px solid rgba(0,0,0,.3);}
.header.active .header_right .header_right_search input[type="search"]::placeholder{color: #999999;}



.header.active{background: white;box-shadow: 0 5px 8px 0 rgba(2,83,165,0.12);}
.header.active .header_logo img {opacity: 0;}
.header.active .header_logo img:last-child{opacity: 1;}
.header.active .header_nav .header_nav_list .nav_list_title {color: #111111;}
.header.active .header_right .header_right_language .right_language_icon{color: #111111;}
.header.active .header_right .header_right_language .right_language_icon img {opacity: 0;}
.header.active .header_right .header_right_language .right_language_icon img:last-child{opacity: 1;}
.header.active .header_nav .header_nav_list.active .nav_list_title{color:#0253a5;}
.header.active .header_nav .header_nav_list.active .nav_list_title::before {opacity:1;width:100%;background:#0253a5;}

.banner {height:100vh;position:relative;}
.banner .banner_list{ overflow: hidden;}
.banner .banner_list .banner_list_icon {position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;z-index:2;}
.banner .banner_list:nth-child(1) .banner_list_img{ background:#000000;}
.banner .banner_list:nth-child(1) .banner_list_img img{ opacity: .7;}
.banner .banner_list:nth-child(1) .banner_list_po .list_po_dd{ text-align:center;}
.banner .banner_list:nth-child(1) .banner_list_po .list_po_dt{ text-align:center; font-weight: 300;}
.banner .banner_list:nth-child(2) .banner_list_img:before,.banner .banner_list:nth-child(3) .banner_list_img:before{ content:""; display: inline-block; width: 70%; height: 100%; background:#000; opacity: .5; position: absolute; left:0; top: 0; z-index: 2; background: linear-gradient(to right, #000 50%, transparent 100%);}
.banner .banner_list .banner_list_img{ position: relative;}
.banner .banner_list .banner_list_img img {height:100vh;width:100%;object-fit:cover;-webkit-animation:bs2 50s linear infinite;animation:bs2 50s linear infinite;}
.banner .banner_list .banner_list_po {position:absolute;top:0;left:0;right:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:3;padding-left:3vw;}
.banner .banner_list .banner_list_po .list_po_dd {color:#fff;font-weight:bolder;line-height:1.4;text-align:left; width: 100%;}
.banner .banner_list .banner_list_po .list_po_dd p{color:inherit;font-weight:inherit;line-height:inherit;}
.banner .banner_list .banner_list_po .list_po_dd span{font-weight:inherit;line-height:inherit;}
.banner .banner_list .banner_list_po .list_po_dd span.red{color:#ff0000;}
.banner .banner_list .banner_list_po .list_po_dd span.yellow{color:#ffc000;}
.banner .banner_list .banner_list_po .list_po_dd span.blue{color:#5eaeff;}
.banner .banner_list .banner_list_po .list_po_dt{margin-top:0.8vw;color:#fff;font-weight:bolder;line-height:1.5;text-align:left; width: 100%; font-weight: 300;}
.banner .banner_list .banner_list_po .list_po_btn {margin-top:2.8655vw;}
.banner .bannerNav {position:absolute;bottom:0;left:0;width:100%;display:flex;z-index:4;border-top:1px solid rgba(255,255,255,.3);z-index:3;}
.banner .bannerNav .bannerNav_list {display:flex;align-items:center;width:16.66%;color:#fff;height:5.4705vw;justify-content:center;border-right:1px solid rgba(255,255,255,.3);}
.banner .bannerNav .bannerNav_list img {height:0.7294vw;margin-left:3.126vw;}
.banner .bannerNav .bannerNav_list:hover {background:#0253a5;}
.banner .swiper-button-prev {left:5%;}
.banner .swiper-button-next {right:7%;}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after {color:#fff;font-size:1.7714vw;}
@keyframes bs2{0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
8.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
16.6666666666%{-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;}
25%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
33.3333333333%{-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;}
41.6666666667%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
50%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
58.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
66.6666666667%{-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;}
75%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
83.333333333%{-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;}
91.666666666%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
100%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
}


.Btn {width:8.857vw;height:2.605vw;background:#0253a5;clip-path:polygon(8% 0%,92% 0%,100% 50%,92% 100%,8% 100%,0% 50%);color:white;display:flex;justify-content:center;align-items:center;position:relative;top:0;}
.Btn img {margin-left:2.2403vw;height:0.6773vw;}
.Btn:hover {top:-0.4168vw;}
.padding110 {padding:5.731vw 0vw;}
.padding40 {padding:2.084vw 0vw;}



.Title {display:flex;align-items:center;justify-content:space-between;margin-bottom:3.4386vw;}
.Title .Title_left .Title_left_dd {color:#0253a5;margin-bottom:0.8336vw;}
.Title .Title_left .Title_left_dt {color:#111111;font-weight:bolder;line-height:1.2;}
.Title .Title_left .Title_left_desc {margin-top:1.3025vw;color:#111111;line-height:1.6}
.Title .Title_left .Title_left_desc p {margin-bottom:0.521vw;font-size:inherit;line-height:inherit;}
.Title .Title_left .Title_left_desc p span{color: inherit; font-size: inherit; line-height: inherit; font-weight: bold;}
.Title .Title_left .Title_left_desc p:last-child {margin-bottom:0;}
.Title.color .Title_left .Title_left_dd,.Title.color .Title_left .Title_left_dt {color:#fff;}




.Title .Title_btn {display:flex;align-items:center;}
.Title .Title_btn .Title_btn_list {background:#0253a5;width:2.605vw;height:3.0218vw;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );display:flex;align-items:center;justify-content:center;cursor:pointer;}
.Title .Title_btn .Title_btn_list span {background:#0253a5;width:2.3966vw;height:2.8134vw;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );display:flex;align-items:center;justify-content:center;}
.Title .Title_btn .Title_btn_list:last-child {margin-left:0.9378vw;}
.Title .Title_btn .Title_btn_list svg {color:#fff;height:0.7294vw;}
.Title .Title_btn .Title_btn_list.swiper-button-disabled {background:#0253a5;}
.Title .Title_btn .Title_btn_list.swiper-button-disabled span {background:#fff;}
.Title .Title_btn .Title_btn_list.swiper-button-disabled svg {color:#0253a5;}
.Title .Title_btn .Title_btn_li {background:#dcdcdc;width:8.857vw;height:2.605vw;margin-right:0.7815vw;clip-path:polygon(8% 0%,92% 0%,100% 50%,92% 100%,8% 100%,0% 50%);font-size:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.Title .Title_btn .Title_btn_li span {background:#ffffff;width:8.6486vw;height:2.3966vw;clip-path:polygon(8% 0%,92% 0%,100% 50%,92% 100%,8% 100%,0% 50%);font-size:inherit;display:flex;align-items:center;justify-content:center;}
.Title .Title_btn .Title_btn_li.on {}
.Title .Title_btn .Title_btn_li.on span {background:#0253a5;color:white;}
.Title .Title_btn .Title_btn_li:last-child {margin-right:0;}
.Title .Title_btn .Title_btn_li:hover span {background:#0253a5;color:white;}





.AAreas .AAreas_content {position:relative;}
.AAreas .AAreas_content .AAreas_content_bg .content_bg_list {opacity:0;position:absolute;left:0;top:0;}
.AAreas .AAreas_content .AAreas_content_bg .content_bg_list:first-child {position:relative;opacity:1;}
.AAreas .AAreas_content .AAreas_content_bg .content_bg_list.active {opacity:1;}
.AAreas .AAreas_content .AAreas_content_bg .content_bg_list::before {content:"";display:inline-block;width:100%;position:absolute;left:0;top:0;height:100%;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);}
.AAreas .AAreas_content .swiper-container {position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;}
.AAreas .AAreas_content .swiper-container .AAreas_content_list {display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:static;height:100%;padding:0vw 3%;border-right:1px solid rgba(255,255,255,.2);padding-bottom:0vw;}
.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_icon img {height:2.8655vw;}
.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_title {color:#fff;margin-top:1.2504vw;margin-bottom:1.3025vw;}
.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_txt {color:#fff;line-height:1.5;text-align:center;opacity:0;}
.AAreas .AAreas_content .swiper-container .AAreas_content_list.active {padding-bottom:3.6470000000000002vw;background:rgba(255,255,255,.2);}
.AAreas .AAreas_content .swiper-container .AAreas_content_list.active .content_list_txt {opacity:1;}




.Cooperate {position:relative;}
.Cooperate .Cooperate_bg .Cooperate_bg_list {position:relative;opacity:0;display:flex;height:100vh;}
.Cooperate .Cooperate_bg .Cooperate_bg_list:last-child {position:absolute;left:0;top:0;width:100%;height:100%;}
.Cooperate .Cooperate_bg .Cooperate_bg_list img {width:100%;height:100%;object-fit:cover;}
.Cooperate .Cooperate_bg .Cooperate_bg_list.active {opacity:1;}
.Cooperate .Cooperate_bg .Cooperate_bg_list::before {content:"";display:inline-block;width:100%;position:absolute;left:0;top:0;height:100%;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);}
.Cooperate .Cooperate_content {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;}
.Cooperate .Cooperate_content .Cooperate_content_list {padding-top:6.252vw;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;z-index:0;}
.Cooperate .Cooperate_content .Cooperate_content_list .content_list_dd {color:#fff;margin-bottom:2.084vw;}
.Cooperate .Cooperate_content .Cooperate_content_list .content_list_dt {color:#fff;font-weight:bolder;line-height:1.55;margin-bottom:3.126vw;}
.Cooperate .Cooperate_content .Cooperate_content_list.active {opacity:1;z-index:10;}
.Cooperate .Cooperate_nav {position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;z-index:12;}
.Cooperate .Cooperate_nav .Cooperate_nav_list {display:flex;align-items:center;justify-content:center;width:50%;color:#fff;height:4.689vw;border-top:1px solid rgba(255,255,255,.3);cursor:pointer;position:relative;opacity:.7;}
.Cooperate .Cooperate_nav .Cooperate_nav_list img {height:1.3546vw;margin-right:0.6252vw;}
.Cooperate .Cooperate_nav .Cooperate_nav_list:last-child {border-left:1px solid rgba(255,255,255,.2);}
.Cooperate .Cooperate_nav .Cooperate_nav_list::before {content:"";display:inline-block;width:0%;height:0.1042vw;background:#fff;position:absolute;top:-0.0521vw;left:0;opacity:0;}
.Cooperate .Cooperate_nav .Cooperate_nav_list.active {opacity:1;}
.Cooperate .Cooperate_nav .Cooperate_nav_list.active::before {opacity:1;width:100%;}




.HNews .HNews_content .HNews_content_list {position:relative;}
.HNews .HNews_content .HNews_content_list .content_list_img img {height:28.3945vw;width:100%;object-fit:cover;}
.HNews .HNews_content .HNews_content_list .content_list_title {position:absolute;bottom:0;left:0;padding:1.8235000000000001vw;width:100%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);height:100%;display:flex;flex-direction:column;justify-content:flex-end;}
.HNews .HNews_content .HNews_content_list .content_list_title .list_title_dd {color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.HNews .HNews_content .HNews_content_list .content_list_title .list_title_dt {color:#2e8ff0;margin-top:0.9378vw;}
.HNews .HNews_content .HNews_content_list .content_list_title .list_title_dt img {height:0.7815vw;margin-right:0.4168vw;}
.HNews .HNews_content .swiper-pagination {justify-content:center;display:flex;width:100%;margin-top:2.3445vw;position:relative;}
.HNews .HNews_content .swiper-pagination span {background:#0253a5;width:0.8857vw;height:1.042vw;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );border-radius:0;margin:0vw 0.5731vw;}




.HBrand {background:url(../images/bg8.jpg) no-repeat 50%/cover;}
.HBrand .HBrand_top {display:flex;align-items:center;}
.HBrand .HBrand_top .HBrand_top_left {width:28%;}
.HBrand .HBrand_top .HBrand_top_left .Title .Title_left .Title_left_dt{font-size:2.3966vw;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn {margin-bottom:2.605vw;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list:first-child {padding-top:0;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list {display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.3);padding:1.563vw 0.9378vw;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_title {color:#fff;display:flex;align-items:center;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_title .list_title_icon{width:2.2vw;height:1.7193vw;margin-right:0.9378vw;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_title img {height:100%;}
.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_icon img {height:0.9899vw;}
.HBrand .HBrand_top .HBrand_top_right {position:relative;display:flex;justify-content:center;width:61%;}
.HBrand .HBrand_top .HBrand_top_right .top_right_con {position:relative;}
.HBrand .HBrand_bottom {display:flex;align-items:center;justify-content:space-between;margin-top:4.168vw;}
.HBrand .HBrand_bottom .HBrand_bottom_list {text-align:center;color:#fff;}
.HBrand .HBrand_bottom span {width:0.0521vw;height:4.9495000000000005vw;background:rgba(255,255,255,.25);display:inline-block;}
.HBrand .HBrand_bottom .HBrand_bottom_list .bottom_list_dd {margin-bottom:1.042vw;}



.inliner-bg span {width:100%;height:100%;display:block;position:absolute;top:-1.042vw;left:2.1361vw;}
.inliner-bg span.one {-webkit-animation:inlinerbg 1.2s infinite linear;animation:inlinerbg 1.2s infinite linear;}
.inliner-bg span.two {-webkit-animation:inlinerbgo 1.2s infinite linear;animation:inlinerbgo 1.2s infinite linear;}
@-webkit-keyframes inlinerbg {0% {-webkit-transform:translate(0.2605vw,-0.4689vw);transform:translate(0.2605vw,-0.4689vw);}
50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
100% {-webkit-transform:translate(0.2605vw,-0.4689vw);transform:translate(0.2605vw,-0.4689vw);}
}
@keyframes inlinerbg {0% {-webkit-transform:translate(0.2605vw,-0.4689vw);transform:translate(0.2605vw,-0.4689vw);}
50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
100% {-webkit-transform:translate(0.2605vw,-0.4689vw);transform:translate(0.2605vw,-0.4689vw);}
}
@-webkit-keyframes inlinerbgo {0% {-webkit-transform:translate(-0.2605vw,0.4689vw);transform:translate(-0.2605vw,0.4689vw);}
50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
100% {-webkit-transform:translate(-0.2605vw,0.4689vw);transform:translate(-0.2605vw,0.4689vw);}
}
@keyframes inlinerbgo {0% {-webkit-transform:translate(-0.2605vw,0.4689vw);transform:translate(-0.2605vw,0.4689vw);}
50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
100% {-webkit-transform:translate(-0.2605vw,0.4689vw);transform:translate(-0.2605vw,0.4689vw);}
}

.Footer {padding-top:4.4285vw;background:#f2f4f7;}
.Footer .pc_all_content {display:flex;align-items:flex-start;justify-content:space-between;}
.Footer .Footer_left {display:flex;align-items:flex-start;}
.Footer .Footer_left .Footer_left_list {margin-right:3.8235vw;}
.Footer .Footer_left .Footer_left_list .left_list_title {padding-right:3.3865vw;color:#111;padding-bottom:1.042vw;margin-bottom:0.6252vw;border-bottom:1px solid #d9dbde;}
.Footer .Footer_left .Footer_left_list .left_list_txt p {margin-bottom:0.7815vw;}
.Footer .Footer_left .Footer_left_list .left_list_txt p a {color:#666;}
.Footer .Footer_left .Footer_left_list .left_list_txt p a:hover{color: #0253a5;}
.Footer .Footer_right {display:flex;flex-direction:column;justify-content:center;align-items:flex-end;}
.Footer .Footer_right .Footer_right_title {color:#666;}
.Footer .Footer_right .Footer_right_phone {margin:1.042vw 0 0.6773vw 0;font-weight:bold;color:#26334c;}
.Footer .Footer_right .Footer_right_address {line-height:1.8;color:#666;text-align:right;}
.Footer .Footer_right .Footer_right_share {margin-top:1.563vw;color:#666;display:flex;align-items:center;}
.Footer .Footer_right .Footer_right_share .right_share_list {width:2.084vw;height:2.084vw;position:relative;}
.Footer .Footer_right .Footer_right_share .right_share_list .share_list_top{width: 100%;height: 100%;}
.Footer .Footer_right .Footer_right_share .right_share_list .share_list_top img{width: 100%;height: 100%;}
.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down {position:absolute;left:50%;top:-7.5545vw;transform:translateX(-50%);display:none;}
.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down .list_down_box {width:6.773vw;height:6.773vw;}

.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down .list_down_box img{width: 100%;height: 100%;}
.Footer .Footer_right .Footer_right_share .right_share_list:hover .share_list_down{display:block;}
.Footer .Footer_right .Footer_right_share .right_share_list:first-child {margin-right:0.521vw;}
.Footer .Copyright {margin-top:4.168vw;padding:1.563vw 0;border-top:1px solid #d9dbde;display:flex;align-items:center;justify-content:space-between;}
.Footer .Copyright .Copyright_left {color:#666;}
.Footer .Copyright .Copyright_left * {color:#666;font-size:inherit;}
.Footer .Copyright .Copyright_left span{margin-right:0.8vw;}
.Footer .Copyright .Copyright_left span:last-child{margin-right:0;}
.Footer .Copyright .Copyright_link {color:#666;}
.Footer .Copyright .Copyright_link * {color:#666;}




/* 关于普信 */
.HBanner {width:100%;}
.HBanner .HBanner_content {width:100%;position:relative;}
.HBanner .HBanner_content .HBanner_content_thumb {width:100%;}
.HBanner .HBanner_content .HBanner_content_thumb img {width:100%;}
.HBanner .HBanner_content .HBanner_content_info {position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);}
.HBanner .HBanner_content .HBanner_content_info .content_info_entitle {margin-bottom:1.3025vw;color:white;text-transform:uppercase;}
.HBanner .HBanner_content .HBanner_content_info .content_info_title {color:white;}
.HBanner .HBanner_content .HBanner_content_info .content_info_desc{margin-top:1.3025vw;line-height:1.5;color:white;}



.ACProfile {background:#fff url(../images/bg37.jpg) no-repeat 50%/cover;}
.ACProfile .ACProfile_box {display:flex;align-items:center;justify-content:space-between;}
.ACProfile .ACProfile_left {width:38%;display:flex;align-items:flex-start;flex-wrap:wrap;}
.ACProfile .ACProfile_left .SRResults_left_list {width:50%;height:11.462vw;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.ACProfile .ACProfile_left .SRResults_left_list .left_list_dd {margin-bottom:0.521vw;color:#0253a5;position:relative;}
.ACProfile .ACProfile_left .SRResults_left_list .left_list_dd span {position:absolute;right:-1.2504vw;top:0;color:#0253a5;font-weight:bold;display:inline-block;}
.ACProfile .ACProfile_left .SRResults_left_list .left_list_dt {color:#333;}
.ACProfile .ACProfile_left .SRResults_left_list:nth-child(1) {background:#e5edf6;}
.ACProfile .ACProfile_left .SRResults_left_list:nth-child(4) {background:#e5edf6;}
.ACProfile .ACProfile_left .SRResults_left_list:nth-child(5) {background:#e5edf6;}
.ACProfile .ACProfiles_right {width:53%;}
.ACProfile .ACProfiles_right .Title {margin-bottom:2.084vw;}
.ACProfile .ACProfiles_right .ACProfiles_right_img {width:100%;}
.ACProfile .ACProfiles_right .ACProfiles_right_img img {width:100%;}
.ACCulture {background:#fff url(../images/bg13.jpg) no-repeat 50%/cover}
.ACCulture .ACCulture_box {}
.ACCulture .ACCulture_box .ACCulture_content {display:flex;align-items:center;justify-content:space-between}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list {width:calc(25% - 1.563vw);height:21.6215vw;padding:2.084vw;background:rgba(255,255,255,.3);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_icon {position:absolute;top:2.5008vw;left:2.2924vw;}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_icon img {}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info {width:100%;height:33%}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info .list_info_dd {margin-bottom:1.3546vw;}
.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info .list_info_dt {width:100%;line-height:1.5;}




.pc_swiper_btn {background:#0253a5;width:2.605vw;height:3.0218vw;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;z-index:9999999999999999999999;}
.pc_swiper_btn span {background:#0253a5;width:2.3966vw;height:2.8134vw;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );display:flex;align-items:center;justify-content:center;position:relative;}
.pc_swiper_btn:last-child {margin-left:0.9378vw;}
.pc_swiper_btn svg {color:#fff;height:0.7294vw;}
.pc_swiper_btn.swiper-button-disabled {background:#0253a5;}
.pc_swiper_btn.swiper-button-disabled span {background:#fff;}
.pc_swiper_btn.swiper-button-disabled svg {color:#0253a5;}
.pc_swiper_btn:after {display:none;}
.pc_swiper_btn.white {background:transparent;width:2.605vw;height:2.605vw;clip-path:none;background:url(../images/sv25.svg) no-repeat 100%/cover;opacity:1;}
.pc_swiper_btn.white span {background:transparent;}
.pc_swiper_btn.white svg {color:#fff;}
.pc_swiper_btn.white.swiper-button-disabled {opacity:0.5;}




.ADHistory {position:relative;}
.ADHistory .ADHistory_box {}
.ADHistory .ADHistory_box .ADHistory_content {padding:0 12%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top {width:100%;position:relative;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container {width:100%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .swiper_content_list {display:flex;align-items:flex-start;justify-content:space-between;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_img {width:44%;height:18.235vw;position: relative; left: 1px;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_img img {width:100%;height:100%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info {width:50%;padding-top:1.126vw;position:relative;display:flex;flex-direction:column;align-items:flex-start;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li {margin-bottom:1.042vw;color:#111111;position:relative;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li:nth-child(1){ font-weight:bolder;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li::before {content:"";width:100%;height:0.1042vw;background:#0253a5;position:absolute;left:0;bottom:0;opacity:0;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li:last-child {margin-bottom:0;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li:hover {color:#0253a5;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li:hover::before {opacity:1;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_time {font-weight:bold;color:rgba(0,0,0,0.03);position:absolute;right:14%;top:29%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .pc_swiper_btn {position:absolute;right:45%;bottom:0;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .pc_swiper_btn.pc_swiper_next {right:39%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom {width:100%;margin-top:4.168vw;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container {width:100%;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-wrapper {}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper_content_list {min-height:5.21vw;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .content_list_line {margin-bottom:1.1983vw;width:0.7815vw;height:0.8857vw;background:#0253a5;clip-path:polygon( 50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25% );opacity:0;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .content_list_time {}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-slide-thumb-active .content_list_line {opacity:1;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-slide-thumb-active .content_list_time {color:#0253a5;font-size:1.2504vw;}
.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-slide-thumb-active {transform:translateY(-0.521vw);}
.ADHistory::after {content:"";width:100%;height:1.042vw;background:#fff url(../images/bg39.jpg) repeat-x;background-position-x:2.7613vw;position:absolute;left:0;bottom:8.8049vw;}






.PBTBanner {width:100%;overflow-x:hidden;}
.PBTBanner .swiper-container {width:100%;}
.PBTBanner .swiper-container .swiper-wrapper {}
.PBTBanner .swiper-container .banner_list {position:relative;}
.PBTBanner .swiper-container .banner_list .banner_list_img {width:100%;}
.PBTBanner .swiper-container .banner_list .banner_list_img img {width:100%;}
.PBTBanner .swiper-container .banner_list .banner_list_info {padding:5.21vw 0;position:absolute;left:50%;bottom:0;transform:translateX(-50%);}
.PBTBanner .swiper-container .banner_list .banner_list_info .list_info_title {margin-bottom:1.563vw;color:white;}
.PBTBanner .swiper-container .banner_list .banner_list_info .list_info_desc {line-height:1.5;color:white}
.PBTBanner .swiper-container .pc_swiper_btn {right:8.5965vw;bottom:5.21vw;}
.PBTBanner .swiper-container .pc_swiper_next {right:5.21vw;}




/* 产品 */
.Products {}
.Products .Products_box {display:flex;align-items:flex-start;justify-content:space-between;}
.Products .Products_box .Products_left {width:17.453500000000002vw;}
.Products .Products_box .Products_left .Products_left_nav {width:100%;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_top {width:100%;padding:1.042vw 0;text-align:center;color:white;background:#0253a5;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom {width:100%;padding:0.521vw 0;background:#f2f4f7;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom * {transition:none;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona {width:100%;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona img {width:0.7294vw;height:0.4168vw;transition:transform  0.35s;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_title {width:100%;padding:0.7815vw 1.1462vw;display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down {display:none;width:100%;padding:0 1.1462vw 0 2.2924vw;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two {width:100%;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_title {width:100%;padding:0.6773vw 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down {width:100%;display:none;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down .two_down_three {width:100%;display:inline-block;font-size:inherit;padding:0.521vw 0.7815vw;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down a:hover {color:#0253a5;}

.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_list{width: 100%;padding:0.6773vw 0;font-size: inherit; display: block;display: flex;align-items: center;justify-content: space-between;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_list img {transform:rotate(-90deg);}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_list:last-child{}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_list.on{color: #0253a5;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_title.ona img{transform:rotate(-90deg) !important;}


.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .bottom_ona_title {color:#0253a5;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .bottom_ona_title img {transform:rotate(-180deg);}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .ona_down_two.on .down_two_title {color:#0253a5;}
.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .ona_down_two.on .down_two_title img {transform:rotate(-180deg);}
.Products .Products_box .Products_left .Products_left_li {width:100%;padding:1.1462vw;margin-top:0.7815vw;background:#f2f4f7;}
.Products .Products_box .Products_left .Products_left_li .left_li_top {padding-left:0.521vw;color:#111111;position:relative;}
.Products .Products_box .Products_left .Products_left_li .left_li_top::before {content:"";width:0.1042vw;height:0.9378vw;background:#0253a5;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.Products .Products_box .Products_left .Products_left_li .left_li_bottom {width:100%;margin-top:1.3025vw;}
.Products .Products_box .Products_left .Products_left_search {}
.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form {width:100%;height:2.3445vw;position:relative;}
.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form input[type='search'] {width:100%;height:100%;padding:0 2.605vw 0 0.6773vw;border:1px solid #dcdcdc;font-size:inherit;color:#666666;}
.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form input[type='submit'] {height:100%;padding:0 1.3546vw;background:#0253a5 url(../images/sv2.svg) no-repeat;background-size:0.8336vw;font-size:inherit;background-position:center;position:absolute;right:0;}
.Products .Products_box .Products_left .Products_left_consult {}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom {}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form {width:100%;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list {width:100%;margin-bottom:1.042vw;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list input {width:100%;height:2.3445vw;padding:0 0.6773vw;border:1px solid #dcdcdc;font-size:inherit;color:#666666;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list input::placeholder {font-size:inherit;color:#b4b4b4;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list.textarea {overflow:hidden;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list.textarea textarea {width:100%;min-height:6.252vw;padding:0.6773vw;border:1px solid #dcdcdc;font-size:inherit;color:#666666;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list.textarea textarea::placeholder {font-size:inherit;color:#b4b4b4;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code{width: 100%;margin-bottom:1.042vw;display: flex;align-items: center;justify-content: space-between;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code input {width:6vw;height:2.3445vw;padding:0 0.6773vw;border:1px solid #dcdcdc;font-size:inherit;color:#666666;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code input::placeholder {font-size:inherit;color:#b4b4b4;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code img{height:2.1445vw;cursor: pointer;}
.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_submit input {padding:0.5731vw 2.084vw;color:white;background:#0253a5;font-size:inherit;}
.Products .Products_box .Products_right {width:calc(100% - 19.798000000000002vw);}
.Products .Products_box .Products_right .Products_right_content {width:100%;}
.Products .Products_box .Products_right .Products_right_content .right_content_list {width:100%;margin-bottom:1.042vw;padding:2.2924vw;background:#f2f4f7;display:flex;align-items:center;justify-content:space-between;}
.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info {width:85%;}
.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info .content_info_title {width:100%;margin-bottom:0.6252vw;color:#111111;}
.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info .content_info_desc {width:100%;color:#666666;line-height:1.6;}
.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_btn {padding:0.7815vw 1.563vw;border:1px solid #0253a5;color:#0253a5;background:white;cursor:pointer;cursor: pointer;}
.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_btn:hover {background:#0253a5;color:white;}



/* 下载弹窗 */
.PPopup {width:100%;height:100vh;position:fixed;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:99999999;}
.PPopup .PPopup_bg {position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.PPopup .PPopup_bg .PPopup_box {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;}
.PPopup.on .PPopup_bg .PPopup_box {-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;}
.PPopup .PPopup_bg .PPopup_box {width:50%;padding:2.605vw;background:white;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top {width:100%;padding-bottom:1.3546vw;border-bottom:1px solid #ededed;display:flex;align-items:center;justify-content:space-between;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .box_top_left {display:flex;align-items:flex-end;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .box_top_left .top_left_dd {margin-right:1.042vw;color:#111111;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .box_top_left .top_left_dt {color:#666666;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .PPopup_close {padding:0.2605vw;cursor:pointer;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .PPopup_close img {width:1.3025vw;height:1.3025vw;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom {width:100%;padding-top:1.563vw;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form {width:100%;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list {width:100%;margin-bottom:1.042vw;display:flex;align-items:center;justify-content:space-between;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li {width:calc(50% - 0.5731vw);border:1px solid #f0f0f0;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li input {width:100%;padding:0.9378vw;font-size:inherit;color:#111111;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li input::placeholder {font-size:inherit;color:#999999;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li select {width:100%;padding:0.9378vw;font-size:inherit;color:#111111;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li select {background:url('../images/sv28.svg') no-repeat;background-size:0.6773vw;background-position:95% center;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list.textarea {border:1px solid #f0f0f0;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list.textarea textarea {width:100%;padding:0.9378vw;min-height:6.252vw;font-size:inherit;color:#111111;line-height:1.5;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list.textarea textarea::placeholder {font-size:inherit;color:#999999;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit {margin-top:1.563vw;display:flex;align-items:center;justify-content:flex-start;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit input {font-size:inherit;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code{display:flex;align-items:center;margin-right: 1vw;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code img{height:2.9vw;cursor: pointer;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code input{width: 8vw; height: 2.95vw; padding: 0 0.9378vw; border: 1px solid #f0f0f0; margin-right: 1vw;font-size: inherit;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code input::placeholder {font-size:inherit;color:#999999;}
.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit input[type="submit"]{ height: 2.95vw;padding:0 3.689vw;background:#0253a5;color:white;}
.layui-layer-shade{z-index: 99999999999999 !important;}
.layui-layer.layui-layer-dialog{z-index: 999999999999999 !important;}



/* 应用领域 */
.AAAreas {}
.AAAreas .AAAreas_box {display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.AAAreas .AAAreas_box .AAAreas_box_list {width:calc(50% - 0.7815vw);position:relative;margin-bottom:1.563vw;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_img {width:100%;height:28.290300000000002vw;overflow:hidden;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_img img {width:100%;height:100%;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info {width:100%;height:100%;padding:2.084vw;position:absolute;left:0;top:0;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_icon {width:100%;margin-bottom:1.3025vw;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_icon img {}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_title {width:100%;color:white;}
.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_desc {margin-top:1.042vw;width:100%;color:white;line-height:1.5;}







/* 科研创新 */
.SRResults {background:#f6f6f6;}
.SRResults .SRResults_box {}
.SRResults .SRResults_box .SRResults_box_top {width:100%;display:flex;align-items:flex-start;justify-content:space-between;}
.SRResults .SRResults_box .SRResults_box_top .box_top_left {width:45%;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right {width:calc(50% - 0.8857vw);display:flex;align-items:center;justify-content:space-between;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list {width:calc(50% - 0.8857vw);height:13.2855vw;padding:1.8235000000000001vw;background:white;display:flex;justify-content:space-between;flex-direction:column;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_icon {width:100%;display:flex;justify-content:flex-end;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_icon img {}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info {width:100%;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_number {width:100%;margin-bottom:0.7815vw;font-weight:bold;color:#0253a5;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_number span {margin-left:0.1563vw;}
.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_desc {color:#333333;}
.SRResults .SRResults_box .SRResults_box_bottom {width:100%;margin-top:1.7714vw;display:flex;align-items:center;justify-content:space-between;}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list {width:calc(25% - 1.3025vw);height:13.2855vw;padding:1.8235000000000001vw;background:white;display:flex;justify-content:space-between;flex-direction:column;}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_icon {width:100%;display:flex;justify-content:flex-end;}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_icon img {}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_info {width:100%;}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_info .list_info_number {width:100%;margin-bottom:0.7815vw;color:#0253a5;}
.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_info .list_info_desc {color:#333333;}
.RDLaboratory .RDLaboratory_box {position:relative}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner {width:100%;height:29.5928vw;position:relative}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container {width:100%;height:100%;transition-property:transform}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper {transition-property:transform}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide {width:46.1606vw;height:100%;position:relative;transition-property:transform;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide::after {content:"";width:100%;height:100%;background:rgba(0,0,0,.3);position:absolute;left:0;top:0;}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_img {width:100%;height:100%;}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_img img {width:100%;height:100%;object-fit:cover}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_title {width:100%;padding:5.21vw  0 2.084vw 0;text-align:center;position:absolute;left:0;bottom:0;color:transparent;}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide-active::after {opacity:0;}
.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide-active .content_list_title {color:white;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));}


.ARQualification .ARQualification_box {width:100%;margin-bottom:4.17vw;display:flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.ARQualification .ARQualification_box .ARQualification_box_list {width: calc(33.333333% - 14px);height:9vw;margin-bottom:1.46vw;padding:1.15vw;border:2px solid #e5edf6;border-radius:10px;display:flex;flex-direction: row-reverse; align-items: center;justify-content:space-between;}
.ARQualification_box_list {}
.ARQualification .ARQualification_box .ARQualification_box_list .box_list_icon {width:auto;display:flex;justify-content:flex-end}
.ARQualification .ARQualification_box .ARQualification_box_list .box_list_icon img {height:3.5vw}
.ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt {width:auto}
.ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt .list_txt_dd {width:100%;margin-bottom:0.78vw}
.ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt .list_txt_dt {width:100%;line-height:1.5}
.ARQualification .ARQualification_box .ARQualification_box_list:hover{border:2px solid #0253a5;}




.ARQualification .Title.ona{margin-bottom:2vw;} 
.ARQualification .Title.onb{position:relative;} 
.ARQualification .Title.onb {margin-bottom: 1.4386vw;}
.ARQualification .Title.onb .Title_left_dt{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}



/* 可持续发展 */
.Esg {}
.Esg .Esg_box {}
.Esg .Esg_box .Esg_box_list {width:100%;padding:3.6470000000000002vw 0;border-bottom:1px dashed #dcdcdc;display:flex;align-items:center;justify-content:space-between;}
.Esg .Esg_box .Esg_box_list .box_list_img {width:calc(50% - 1.563vw);}
.Esg .Esg_box .Esg_box_list .box_list_img img {width:100%;}
.Esg .Esg_box .Esg_box_list .box_list_info {width:calc(50% - 1.563vw);padding:0 1.563vw 0 0;}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_icon {}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_icon img {}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_title {width:100%;margin:1.8235000000000001vw 0 1.3546vw 0;color:#111111;}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc {width:100%;line-height:1.6;color:#666666;}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc p {width:100%;margin-bottom:0.7815vw;line-height:1.6;color:#666666;}
.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc p:last-child {margin-bottom:0;}
.Esg .Esg_box .Esg_box_list:nth-child(even) {flex-direction:row-reverse;}
.Esg .Esg_box .Esg_box_list:nth-child(even) .box_list_info {padding:0 1.563vw;}
.Esg .Esg_box .Esg_box_list:last-child {border-bottom:none;}





/* 面包屑 */
.Crumbs {display:flex;align-items:center;flex-wrap:wrap;}
.Crumbs a {color:#666666;}
.Crumbs span {font-size:inherit;margin:0 0.2605vw;color:#666666;}
.Crumbs a.on {color:#0253a5;}
.Crumbs a:hover {color:#0253a5;}





/* 媒体动态 */
.News {}
.News .News_box {display:flex;align-items:flex-start;flex-wrap:wrap;}
.News .News_box .News_box_list {width:calc(33.33333% - 1.2504vw);margin:0 1.8235000000000001vw 1.8235000000000001vw 0;position:relative;display:inline-block;}
.News .News_box .News_box_list .box_list_thumb {width:100%;height:28.134vw;overflow:hidden;}
.News .News_box .News_box_list .box_list_thumb img {width:100%;height:100%;}
.News .News_box .News_box_list .box_list_info {width:100%;height:60%;padding:1.563vw;position:absolute;left:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.75));}
.News .News_box .News_box_list .box_list_info .list_info_title {width:100%;margin:0 0 1.042vw 0;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.News .News_box .News_box_list .box_list_info .list_info_time {width:100%;display:flex;align-items:center;color:#2e8ff0;}
.News .News_box .News_box_list .box_list_info .list_info_time img {width:0.7294vw;height:0.7294vw;margin-right:0.4168vw;}
.News .News_box .News_box_list:nth-child(3n) {margin:0 0 1.8235000000000001vw 0;}





/* 媒体动态-详情 */
.NDetails {background:#f9f9f9;}
.NDetails .pc_all_content {position:relative;}
.NDetails .pc_all_content .Crumbs {position:absolute;left:0;top:-3.126vw;}
.NDetails .NDetails_box {display:flex;align-items:flex-start;justify-content:space-between;}
.NDetails .NDetails_box .NDetails_box_left {width:calc(100% - 25.008vw);padding:2.3445vw;background:white;}
.NDetails .NDetails_box .NDetails_box_left .box_left_top {width:100%;margin-bottom:2.084vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_title {width:100%;line-height:1.4;margin-bottom:1.042vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_time {display:flex;align-items:center;color:#0253a5;}
.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_time img {width:0.7294vw;height:0.7294vw;margin-right:0.4168vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_mian {width:100%;}
.NDetails .NDetails_box .NDetails_box_left .box_left_mian p {font-size:inherit;line-height:1.5;margin-bottom:0.7815vw;color:#666666;}
.NDetails .NDetails_box .NDetails_box_left .box_left_mian p:last-child {margin-bottom:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom {width:100%;margin-top:1.8235000000000001vw;padding-top:1.8235000000000001vw;border-top:1px solid #eeeeee;display:flex;align-items:center;justify-content:space-between;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye {display:flex;align-items:center;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li {padding:0.7815vw 1.3025vw;border:1px solid #c1c1c1;font-size:inherit;display:flex;align-items:center;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child {margin-right:1.3025vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child span {transform:rotate(180deg);}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li span {width:0.7294vw;height:0.6252vw;margin-left:0.4168vw;position:relative;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li img {width:100%;height:100%;position:absolute;left:0;top:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li img:last-child {opacity:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child {margin-right:1.3025vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child span {height:0.6252vw;margin-right:0.4168vw;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:hover {background:#0253a5;border-color:#0253a5;color:white;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:hover img {opacity:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:hover img:last-child {opacity:1;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link {padding:0.7815vw 1.3025vw;border:1px solid #c1c1c1;display:flex;align-items:center;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link span {width:0.7294vw;height:0.6252vw;margin-left:0.4168vw;position:relative;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link span img {width:100%;height:100%;position:absolute;left:0;top:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link span img:last-child {opacity:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link:hover {background:#0253a5;border-color:#0253a5;color:white;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link:hover img {opacity:0;}
.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link:hover img:last-child {opacity:1;}
.NDetails .NDetails_box .NDetails_box_right {width:23.1845vw;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news {width:100%;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list {width:100%;padding:1.042vw;margin-bottom:1.042vw;background:white;display:block;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_time {color:#0253a5;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_title {width:100%;margin:0.6773vw 0;font-weight:500;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_more {display:flex;align-items:center;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_more span {width:0.6773vw;height:0.5731vw;position:relative;margin-left:0.4168vw;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_more span img {width:100%;height:100%;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_more span img:last-child {opacity:0;position:absolute;left:0;top:0;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:last-child {margin-bottom:0;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover {background:#0253a5;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover .news_list_time {color:white;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover .news_list_title {color:white;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover .news_list_more {color:white;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover .news_list_more span img {opacity:0;}
.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:hover .news_list_more span img:last-child {opacity:1;}




/* 加入我们 */
.TPhilosophy {}
.TPhilosophy .TPhilosophy_box {display:flex;align-items:center;justify-content:space-between;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_thumb {width:calc(50% - 2.084vw);}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_thumb img {width:100%;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info {width:calc(50% - 2.084vw);padding-right:6%;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .Title {margin-bottom:1.3025vw;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_title {width:100%;margin-bottom:1.563vw;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_desc {width:100%;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_desc p {font-size:inherit;line-height:1.5;margin-bottom:0.7815vw;color:#666666;}
.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_desc p:last-child {margin-bottom:0;}
.NTPhilosophy{padding:0;}
.NTPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_title{color:#0253a5;}


.JCInfo {background:url(../images/bg35.jpg) no-repeat 50%/cover;}
.JCInfo .Title {}
.JCInfo .Title .Title_left {}
.JCInfo .Title .Title_left .Title_left_dd {}
.JCInfo .Title .Title_left .Title_left_dt {}
.JCInfo .JCInfo_box {width:100%;display:flex;justify-content:space-between;box-shadow:0 0 1.4067vw 0 rgba(2,83,165,.14);background:white;}
.JCInfo .JCInfo_box .JCInfo_box_list {width:calc(50% - 2.084vw);padding:3.6470000000000002vw 4.9495000000000005vw;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top {width:100%;margin-bottom:2.084vw;border-bottom:2px solid #dddddd;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top span {padding-bottom:1.9798vw;font-size:inherit;display:inline-block;color:#0253a5;position:relative;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top span::before {content:"";width:100%;height:0.0521vw;position:absolute;left:0;bottom:-0.0521vw;background:#0253a5;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom {width:100%;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li {width:100%;margin-bottom:2.084vw;display:flex;align-items:center;justify-content:space-between;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_icon {width:3.126vw;height:3.126vw;border:1px solid #dddddd;display:flex;align-items:center;justify-content:center;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_icon img {height:40%;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li:nth-child(3) .bottom_li_icon img {height:33%;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_info {width:calc(100% - 4.4285vw);}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_info .li_info_dd {margin-bottom:0.6773vw;color:#999;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_info .li_info_dt {color:#111;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li:last-child {margin-bottom:0;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_map {margin-top:3.126vw;padding:0.9378vw 1.563vw;display:inline-block;background:#0253a5;color:white;}
.JCInfo .JCInfo_box .JCInfo_box_list .box_list_map img {height:0.9378vw;margin-right:0.6252vw;}
.JCInfo .JCInfo_box .JCInfo_box_thumb {width:calc(50% - 2.084vw);}
.JCInfo .JCInfo_box .JCInfo_box_thumb img {width:100%;}





.JPost {}
.JPost .JPost_box {}
.JPost .JPost_box .JPost_box_list {}
.JPost .JPost_box .JPost_box_list {width:100%;margin-bottom:1.042vw;box-shadow:0 0 1.4067vw 0 rgba(2,83,165,.14);}
.JPost .JPost_box .JPost_box_list .box_list_top {width:100%;padding:1.563vw 2.8655vw;user-select:none;display:flex;align-items:center;justify-content:space-between;background:white;cursor:pointer;}
.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info {}
.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info .top_info_title {padding-left:1.042vw;color:#111111;position:relative;}
.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info .top_info_title::after {content:"";width:0.3126vw;height:0.3126vw;position:absolute;left:0;top:50%;transform:translateY(-50%);background:#0253a5;}
.JPost .JPost_box .JPost_box_list .box_list_top .list_top_btn {padding:0.521vw 0;display:flex;align-items:center;user-select:none;transform:rotate(-90deg)}
.JPost .JPost_box .JPost_box_list .box_list_top .list_top_btn img {height:0.4689vw;}
.JPost .JPost_box .JPost_box_list .box_list_bottom {width:100%;padding:2.8655vw;transition:all 0s !important;background:white;display:none;position:relative;}
.JPost .JPost_box .JPost_box_list .box_list_bottom::before {content:"";width:calc(100% - 5.731vw);height:0.0521vw;position:absolute;left:50%;top:0;transform:translateX(-50%);background:#eeeeee;}
.JPost .JPost_box .JPost_box_list .box_list_bottom * {transition:all 0s !important;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info {width:100%;display:flex;flex-direction:column;align-items:flex-start;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list {width:100%;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list:first-child {width:100%;margin-bottom:1.563vw;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dd {width:100%;margin-bottom:1.3025vw;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dt {width:100%;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dt p {width:100%;line-height:1.65;margin-bottom:0.521vw;font-size:inherit;color:#666666;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact {width:100%;margin-top:2.605vw;display:flex;align-items:center;justify-content:flex-start;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li {color:#111;margin-right:1.563vw;font-size:inherit;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li a{font-size:inherit;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li img {height:0.8536vw;margin-right:0.4168vw;}
.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li:last-child {margin-right:0;}
.JPost .JPost_box .JPost_box_list:last-child {margin-bottom:0;}
.JPost .JPost_box .JPost_box_list.on {}
.JPost .JPost_box .JPost_box_list.on .box_list_top .list_top_info .top_info_title {color:#0253a5;}
.JPost .JPost_box .JPost_box_list.on .box_list_top .list_top_btn {transform:rotate(0deg);}



/* 搜索 */
.SearchPage {background:#f5f5f5;}
.SearchPage .Search_content .Search_content_box {width:100%;Display:flex;justify-content:space-between;flex-wrap:wrap;}
.SearchPage .Search_content .Search_content_box .content_box_list {margin-top:1.042vw;width:calc(50% - 0.521vw);padding:1.042vw;position:relative;top:0;background:#fff;border-radius:10px;overflow:hidden;}
.SearchPage .Search_content .Search_content_box .content_box_listi:nth-child(-n+2) {margin-top:0;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover {background:#0253a5;top:-0.521vw;box-shadow:0vw 0vw 1.042vw rgba(0,0,0,.2);}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_time {width:100%;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_title {width:100%;margin:0.7815vw 0;line-height:1.5;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more {width:100%;}
.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more i {margin-left:0.3126vw;font-size:inherit;}
.SearchPage .Search_content .Search_content_box .content_box_list b {font-size:inherit;color:#0253a5;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_time {color:#fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_title {color:#fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_more {color:#fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover .box_list_more i {color:#fff;}
.SearchPage .Search_content .Search_content_box .content_box_list:hover b {color:#fff;}






.right-pop {width:2.8655vw;position:fixed;right:0.7815vw;top:50%;transform:translateY(-50%);z-index:999}
.right-pop .box1 {width:2.8655vw;border-radius:2.084vw;background:#fff;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);padding:0.4689vw 0.3647vw}
.right-pop .box1 a {width:100%;display:block;border-bottom:0.0521vw solid #f0f0f0;padding-bottom:0.4689vw;margin-bottom:0.3647vw;position:relative;transition: all .5s ease;}
.right-pop .box1 a:last-child {border-bottom:none}
.right-pop .box1 a .icons {width:2.1966vw;height:2.1966vw;display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto}
.right-pop .box1 a .icons img {width:1.2504vw;height:1.2504vw;position:relative;z-index:2}
.right-pop .box1 a .icons svg path {fill:#0253a5}
.right-pop .box1 a .icons.icons1 {width:1.9084vw;height:1.9084vw;border-radius:50%;background:#0253a5;margin:0 auto 0.8336vw}
.right-pop .box1 a .icons.icons1::before {content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(5,83,165,0.8);border:1px solid #0253a5;animation:yuanRun 2s infinite linear}
.right-pop .box1 a .icons.icons1::after {content:'';width:100%;height:100%;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(5,83,165,0.8);border:1px solid #0253a5;animation:yuanRun 2s 1s infinite linear}
.right-pop .box1 a .icons.icons1 img {width:0.93vw;height:auto}
.right-pop .box1 a .icons.icons1 svg {width:1.2504vw;height:1.2504vw}
.right-pop .box1 a .icons.icons1 svg path {fill:#fff}
.right-pop .box1 a .icons.icons2 svg {width:1.2504vw;height:1.2504vw;animation:iconRun 1.2s infinite linear}
.right-pop .box1 a .txt {line-height:1.2;color:#505050;text-align:center;transition:all 0.4s}
.right-pop .box1 a .txt span {font-size:0.7294vw;}
.right-pop .box1 a .tel-pop {position:absolute;right:100%;top:50%;transform:translateY(-50%);padding-right:1.4067vw;display:none}
.right-pop .box1 a .tel-pop .box {background:#fff;border-radius:0.521vw;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);padding:0.521vw 1.042vw;position:relative}
.right-pop .box1 a .tel-pop .box::before {content:'';border-left:0.521vw solid #fff;border-top:0.521vw solid transparent;border-bottom:0.521vw solid transparent;position:absolute;left:100%;top:50%;transform:translateY(-50%);z-index:2}
.right-pop .box1 a .tel-pop .box::after {content:'';border-left:0.521vw solid rgba(0,0,0,0.06);border-top:0.521vw solid transparent;border-bottom:0.521vw solid transparent;position:absolute;left:calc(100% + 0.0521vw);top:50%;transform:translateY(-50%)}
.right-pop .box1 a .tel-pop .box .ts {width:100%;padding-bottom:0.521vw;border-bottom:0.0521vw solid #eee;margin-bottom:0.521vw;white-space:nowrap}
.right-pop .box1 a .tel-pop .box .ts:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none}
.right-pop .box1 a .tel-pop .box .ts span {line-height:1.71428571em;color:#505050}
.right-pop .box1 a .tel-pop .box .ts p {line-height:1.125em;color:#0253a5}
.right-pop .box1 .ask {position:relative;z-index:1}
.right-pop .box1 .ask a {border-bottom:none;margin-bottom:0}
.right-pop .box1 .ask .ask-pop {width:19.0032vw;padding-right:1.3025vw;position:absolute;right:100%;top:50%;transform:translateY(-50%);z-index:2;display:none;}
.right-pop .box1 .ask .ask-pop .bgs {width:100%;position:absolute;right:0.6252vw;top:50%;transform:translateY(-50%);z-index:-1;display:none;}
.right-pop .box1 .ask .ask-pop .bgs img {width:100%}
.right-pop .box1 .ask .ask-pop .t1 {text-align:center;color:#FFFFff;font-size:0.7294vw;line-height:1.2504vw}
.right-pop .box1 .ask .ask-pop .ewm {width:5.21vw;height:5.21vw;margin:0.521vw auto 0;display:flex;border:2px solid #0253a5;border-radius:0.521vw;overflow:hidden}
.right-pop .box1 .ask .ask-pop .tel {text-align:center;color:#999;font-size:0.7294vw;line-height:1.1462vw;margin-top:0.7294vw}
.right-pop .box1 .ask .ask-pop .tel span {display:block;font-size:0.8336vw;color:#000}
.right-pop .box1 .ask .ask-pop .asks {width:100%;height:2.1882vw;margin:0.7815vw auto 0;display:flex;justify-content:center}
.right-pop .box1 .ask .ask-pop .asks a {width:initial;height:100%;padding:0 1.042vw;display:flex;align-items:center;border-radius:1.0941vw;background:#0253a5;transition:all 0.4s}
.right-pop .box1 .ask .ask-pop .asks a i {width:1.1462vw;height:1.1462vw;display:flex}
.right-pop .box1 .ask .ask-pop .asks a i svg {width:100%;height:100%}
.right-pop .box1 .ask .ask-pop .asks a i svg path {fill:#fff}
.right-pop .box1 .ask .ask-pop .asks a span {color:#fff;font-size:0.7294vw;margin-left:0.3647vw}
.right-pop .box1 a:hover .tel-pop{display:block}
.right-pop .box1 a:hover .txt{color:#0253a5}
.right-pop .box1 .ask .hover_tel{}
.right-pop .box1 .ask .ask-pop .asks a:hover{background:#8193f9}
.right-pop .box1 .ask .hover_tel:hover .ask-pop{display:block}
.right-pop .gotop::before {content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:50%;transform:scaleY(0);transform-origin:top;-webkit-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);-moz-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);-o-transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86);transition:transform 0.6s cubic-bezier(0.785,0.135,0.15,0.86)}
.right-pop .gotop svg {width:1.042vw;height:1.2504vw;position:relative;z-index:2}
.right-pop .gotop svg path {fill:#999;transition:all 0.4s}
.right-pop .gotop {width:2.8655vw;height:2.8655vw;margin-top:0.6773vw;border-radius:50%;box-shadow:none;display:flex;justify-content:center;align-items:center;transition:all 0.4s;background:#fff;position:relative;overflow:hidden;border:none;}
.right-pop .gotop:hover::before {transform:scaleY(1);transform-origin:bottom}
.right-pop .gotop:hover svg path {fill:#fff}
.right-pop .gotop:hover{background-color:#0253a5;}
.right-pop .box1 a.get_tel{border-bottom: 0.0521vw solid #f0f0f0; padding-bottom: 0.4689vw; margin-bottom: 0.3647vw;}
.right-pop .box1 a.get_tel .icons2{}
.right-pop .box1 a.get_tel .icons2 svg{fill: #0253a5;}
.right-pop .box1 a.get_tel .icons2 svg path{fill:white;}


.right-pop .box1 .ask .ask-pop .ask-pop-box {width:100%;background:white;border-radius:1.042vw;padding:1.3025vw;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);position:relative;overflow:hidden;z-index:9;}
.right-pop .box1 .ask .ask-pop::before {content:'';position:absolute;right:0.9068vw;top:40%;display:inline-block;width:0;height:0;border-top:0.3126vw solid transparent;border-bottom:0.3126vw solid transparent;border-left:0.4168vw solid white;vertical-align:middle;box-shadow:0 0 0.521vw 0 rgba(0,0,0,0.06);}
.right-pop .box1 .ask .ask-pop .ask-pop-box::before {content:"";width:100%;height:50%; position:absolute;left:0;top:0;background: linear-gradient(to bottom, #a1a4cf 0%, #ffffff 100%);}
.right-pop .box1 .ask .ask-pop .ask-pop-info {width:100%;margin-bottom:1.563vw;position:relative;z-index:9;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .pop-info-box {width:100%;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-top {font-size:1.042vw;font-weight:bolder;margin-bottom:1.042vw;padding:0;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom {width:100%;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list {width:100%;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list:first-child {margin-bottom:1.3025vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list .bottom-list-dd {margin-bottom:0.7815vw;font-size:0.9378vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list .bottom-list-dt {}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list .bottom-list-dt .list-dt-li {margin-bottom:0.6252vw;padding-left:1.1462vw;font-size:0.7294vw;display:flex;align-items:center;justify-content:flex-start;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list .bottom-list-dt .list-dt-li * {color:initial;font-size: 0.7294vw;margin-left:0.2605vw;padding:0;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list .bottom-list-dt .list-dt-li.no {font-size:0.6252vw;opacity:.35;background:none;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list.box-bottom-cn .bottom-list-dt .list-dt-li.iphone {background:url(/public/skin/images/cbl5.png) no-repeat 0 50%;background-size:0.7294vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list.box-bottom-cn .bottom-list-dt .list-dt-li.email {background:url(/public/skin/images/cbl3.png) no-repeat 0 50%;background-size:0.8336vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list.box-bottom-en .bottom-list-dt .list-dt-li.iphone {background:url(/public/skin/images/cbl5.png) no-repeat 0 50%;background-size:0.7294vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list.box-bottom-en .bottom-list-dt .list-dt-li.email {background:url(/public/skin/images/cbl3.png) no-repeat 0 50%;background-size:0.8336vw;}
.right-pop .box1 .ask .ask-pop .ask-pop-info .info-box-bottom .box-bottom-list.bottom-list-dt .list-dt-li.no {background:none;}





@media (max-width:767px){
	.right-pop{width:40px;right:10px;}
	.right-pop .gotop{width:40px;height:40px;margin-top: 10px;}
	.right-pop .gotop svg{width:13px;height:13px;}
	.right-pop .box1{width:40px;border-radius:40px;;padding:9px 7px}
	.right-pop .box1 a{padding-bottom:9px;margin-bottom:7px;}
	.right-pop .box1 a .icons{width:100%;height:30px;}
	.right-pop .box1 a .icons img{width:20px;height:20px;}
	.right-pop .box1 a .icons.icons1{width:26px;height:26px;margin:0 auto 16px}
	.right-pop .box1 a .icons.icons1 img{width:13px;height:13px}
	.right-pop .box1 a .icons.icons1 svg{width:13px;height:13px}
	.right-pop .box1 a .icons.icons2 svg{width:15px;height:15px}
	.right-pop .box1 a .txt{line-height:1.28571429em;}
	.right-pop .box1 a .tel-pop{padding-right:27px;display:none}
	.right-pop .box1 a .tel-pop .box{border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,0.06);padding:10px 20px;position:relative}
	.right-pop .box1 a .tel-pop .box::before{content:'';border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;}
	.right-pop .box1 a .tel-pop .box::after{content:'';border-left:10px solid rgba(0,0,0,0.06);border-top:10px solid transparent;border-bottom:10px solid transparent;}
	.right-pop .box1 a .tel-pop .box .ts{width:100%;padding-bottom:10px;border-bottom:1px solid #eee;margin-bottom:10px;white-space:nowrap}
	.right-pop .box1 a .tel-pop .box .ts span{line-height:1.71428571em;color:#505050}
	.right-pop .box1 a .tel-pop .box .ts p{line-height:1.125em;}
	.right-pop .box1 a .txt span {font-size:12px;}
	.right-pop .box1 .ask .ask-pop{width:192px;padding-right:30px}
	.right-pop .box1 .ask .ask-pop .bgs{width:100%;right:12px;top:50%;transform:translateY(-50%);z-index:-1}
	.right-pop .box1 .ask .ask-pop .bgs img{width:100%}
	.right-pop .box1 .ask .ask-pop .t1{font-size:14px;line-height:24px}
	.right-pop .box1 .ask .ask-pop .ewm{width:100px;height:100px;margin:10px auto 0;display:flex;border:2px solid #4b1c87;border-radius:10px;overflow:hidden}
	.right-pop .box1 .ask .ask-pop .tel{font-size:14px;line-height:22px;margin-top:14px}
	.right-pop .box1 .ask .ask-pop .tel span{}
	.right-pop .box1 .ask .ask-pop .asks{width:100%;height:38px;margin:15px auto 0;}
	.right-pop .box1 .ask .ask-pop .asks a{width:initial;height:100%;padding:0 20px;border-radius:21px}
	.right-pop .box1 .ask .ask-pop .asks a i{width:22px;height:22px;display:flex}
	.right-pop .box1 .ask .ask-pop .asks a i svg{width:100%;height:100%}
	.right-pop .box1 .ask .ask-pop .asks a span{color:#fff;font-size:14px;margin-left:7px}
	.right-pop .box1 a .txt{font-size:12px;}
	.right-pop .box1 .ask .hover_tel:hover .ask-pop{display:none;}
	.right-pop .box1 a.get_tel{padding-bottom:9px;margin-bottom:7px;display:block;}
	.right-pop .box1 a.click_message{padding-bottom:0;margin-bottom:0;}
	.right-pop .gotop img{height: 18px;}
}
@keyframes iconRun{0%{transform:scale(0.9)}50%{transform:scale(1)}100%{transform:scale(0.9);}}
@keyframes yuanRun{form{transform:translate(-50%,-50%) scale(1);opacity:1;} to{transform:translate(-50%,-50%) scale(1.5);opacity:0;}}






.CSMessage{}
.CSMessage .CSMessage_box{width:100%;display:flex;justify-content:space-between;align-items:center;}
.CSMessage .CSMessage_box .CSMessage_box_thumb{width:36%;}
.CSMessage .CSMessage_box .CSMessage_box_thumb img{}
.CSMessage .CSMessage_box .CSMessage_box_info{width:60%;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_top{width:100%;margin-bottom:1.56vw;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_top img{height:13.03vw;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom{width:100%;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p{width:100%;font-size: inherit;margin-bottom:0.78vw;line-height:1.5;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p:last-child{margin-bottom:0;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p a{font-size: inherit;line-height:inherit;}
.CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p a:hover{color:#0253a5;}


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

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

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

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

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

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



@media screen and (max-width:1024px){    
    .Header,.HeaderNav,.header{ 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,.1);}
	.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_btn{ display: flex; position: absolute; right: 70px; top: 50%; transform: translateY(-50%);}
	.m-header-nav .sp_btn .sp_btn_list{ margin-right: 25px; position: relative;}
	.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; position: relative; justify-content:center;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
	.m-header-nav .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
	.m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img{ opacity: 0;}
	.m-header-nav.on .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
	.m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img{ opacity: 0;}
	.m-header-nav.in .sp_btn .sp_btn_list .btn_list_title img:last-child{ opacity: 1;}
	.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_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: 26px;}
	.m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
	.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:#0253a5;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: none;position:fixed;z-index:9;background:white;width:100%;height:calc(100% - 62px);font-size: .95rem;;line-height:2.7rem;top:62px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc;}
	.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; height: 56px; 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: 16px;padding: 18px 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:#0253a5;}
	.m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
	.m-header-nav.on{ background: #0253a5; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
	.m-header-nav.in{ background: #0253a5; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
	.m-header-nav.on .sp_nav span{ background: #fff;transition:all ease 0.45s;}
	.m-header-nav.on .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
	.m-header-nav.on .sp_logo img:last-child{ opacity: 1;}
	.m-header-nav.in .sp_nav span{ background: #fff;transition:all ease 0.45s;}
	.m-header-nav.in .sp_logo img{ opacity: 0;transition:all ease 0.45s;}
	.m-header-nav.in .sp_logo img:last-child{ opacity: 1;}



	.layui-laypage {font-size:14px;}
	.layui-laypage .layui-laypage-disabled { margin:0 7px; border-radius: 100px; border: 1.5px solid #dcdcdd;}
	.layui-laypage .layui-laypage-count { margin-right: 4px; padding: 0 11px; height: 34px; font-size: 14px; line-height: 32px;  border: 1.5px solid #dcdcdd;border-radius: 4px;}
	.layui-laypage span{ width:34px; height:34px; font-size:14px; border-radius: 100px;margin:0 4px; border: 1.5px solid #dcdcdd;}
	.layui-laypage a { width:34px; height:34px;font-size:14px; border: 1.5px solid #dcdcdd; margin:0 4px; border-radius: 100px;}
	.layui-laypage-curr { width:34px; height:34px; font-size:14px; border-radius: 100px;  margin:0 4px; }
	.layui-laypage-curr em,.layui-laypage-disabled em { border-radius: 100px; }
	.layui-laypage-curr em:last-child{font-size:14px;}
	.layui-laypage .layui-laypage-disabled{ width:34px; height:34px; border-radius: 100px; font-size:14px;}


    
}

@media screen and (max-width:800px){
	.pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ width: 92%;}

	.layui-laypage a,.layui-laypage-curr,.layui-laypage .layui-laypage-disabled { width: 35px; height: 35px; margin: 0px 5px;font-size: 14px;}

	.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;padding: 0 20px;}
	.search .search_content .search_content_top .search_close{position: absolute; right: 0; top: -50px; color: #fff; font-size: 30px;}
    .content_list_video .list_video_content{ width: 100%;}
		
	/* 首页 */
	.banner{ height: 36vh;margin-top: 62px;}
	.banner .banner_list .banner_list_img{height: 36vh; }
	.banner .banner_list .banner_list_img img{ height: 100%; width: 100%; object-fit: cover;}
	.banner .banner_list .banner_list_po{padding-left:30px;}
	.banner .banner_list .banner_list_po .list_po_dd{ line-height: 1.3;font-size: 26px;}
	.banner .banner_list .banner_list_po .list_po_btn{ margin-top: 25px;}
	.banner .bannerNav{overflow-x: auto;}
	.banner .bannerNav .bannerNav_list{ width: auto;height: 50px; padding: 0 20px; font-size: 14px;white-space: nowrap;}
	.banner .bannerNav .bannerNav_list img{ height: 12px; margin-left: 30px;}
	.banner .swiper-button-prev{ left: 2%;}
	.banner .swiper-button-next{ right: 2%;}
	.banner .swiper-button-prev::after,.banner .swiper-button-next::after{font-size: 20px;}


	.Btn{width: 120px; height: 37px;}
	.Btn img{ margin-left: 15px; height: 12px;}
	.Btn:hover{ top: -8px;}

	.padding110{ padding: 35px 0px;}
	.padding40{ padding: 35px 0px;}

	.Title{margin-bottom: 30px;}
	.Title .Title_left .Title_left_dd{font-size: 14px;margin-bottom: 12px;}
	.Title .Title_left .Title_left_dt{  font-size: 20px;line-height: 1.2;}
	.Title .Title_left .Title_left_desc{margin-top: 20px; line-height: 1.6}
	.Title .Title_left .Title_left_desc p{margin-bottom: 10px;}
	.Title .Title_left .Title_left_desc p:last-child{margin-bottom: 0;}

	.Title .Title_btn .Title_btn_list{width: 37px; height: 42px; }
	.Title .Title_btn .Title_btn_list span{width: 35px; height: 40px;}
	.Title .Title_btn .Title_btn_list:last-child{ margin-left: 10px;}
	.Title .Title_btn .Title_btn_list svg{ height: 11px;}

	.Title .Title_btn .Title_btn_li{width: 110px; height: 40px; margin-right: 10px;font-size: 13px;}
	.Title .Title_btn .Title_btn_li span{width: 108px; height: 38px;}


	.AAreas .AAreas_content{height: 250px;}
	.AAreas .AAreas_content .AAreas_content_bg .content_bg_list{height: 250px;}
	.AAreas .AAreas_content .AAreas_content_bg .content_bg_list img{height: 100%;object-fit: cover;}
	.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_icon img{ height: 40px;}
	.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_title{margin-top: 15px; margin-bottom: 15px;}
	.AAreas .AAreas_content .swiper-container .AAreas_content_list .content_list_txt{line-height: 1;}
	.AAreas .AAreas_content .swiper-container .AAreas_content_list.active{ padding-bottom: 30px;}
	

	.Cooperate .Cooperate_bg .Cooperate_bg_list{height: 340px;}
	.Cooperate .Cooperate_content .Cooperate_content_list{ padding-top: 30px; }
	.Cooperate .Cooperate_content .Cooperate_content_list .content_list_dd{ margin-bottom: 20px;}
	.Cooperate .Cooperate_content .Cooperate_content_list .content_list_dt{line-height: 1.55; margin-bottom: 20px;font-size: 26px;}
	.Cooperate .Cooperate_nav .Cooperate_nav_list{width: 50%; height: 60px;padding: 0 20px;}
	.Cooperate .Cooperate_nav .Cooperate_nav_list::before{width: 0%; height: 1px; top: -1px;}
	.Cooperate .Cooperate_nav .Cooperate_nav_list img{height: 20px;margin-right: 15px;}


	.HNews .HNews_content .HNews_content_list .content_list_img img{ height: 400px; width: 100%; object-fit: cover;}
	.HNews .HNews_content .HNews_content_list .content_list_title{padding: 25px;}
	.HNews .HNews_content .HNews_content_list .content_list_title .list_title_dt{margin-top: 18px;display: flex;align-items: center;}
	.HNews .HNews_content .HNews_content_list .content_list_title .list_title_dt img{ height: 12px; margin-right: 8px;}
	.HNews .HNews_content .swiper-pagination{margin-top: 20px;}
	.HNews .HNews_content .swiper-pagination span{width: 12px; height: 15px; margin: 0px 6px;}



	.HBrand{ background: url(../images/bg8.jpg) no-repeat 50%/cover;}
	.HBrand .HBrand_top{ display: flex; align-items: center;flex-direction: column;}
	.HBrand .HBrand_top .HBrand_top_left{ width: 100%;}
	.HBrand .HBrand_top .HBrand_top_left .Title .Title_left .Title_left_dt{font-size:23px;}
	.HBrand .HBrand_top .HBrand_top_left .top_left_btn{ margin-bottom: 30px;}
	.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list{padding: 15px;}
	.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_title .list_title_icon{width:25px; height: 22px; margin-right: 12px;}
	.HBrand .HBrand_top .HBrand_top_left .top_left_btn .left_btn_list .btn_list_icon img{ height: 12px;}
	.HBrand .HBrand_top .HBrand_top_right{ width: 100%;margin-top: 30px;padding: 0 10%;display: none;}
	.HBrand .HBrand_bottom{ display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; margin-top: 50px;}
	.HBrand .HBrand_bottom span{ width: 1px; height: 60px;}
	.HBrand .HBrand_bottom span:nth-child(6){display: none;}
	.HBrand .HBrand_bottom .HBrand_bottom_list{width: auto;margin-bottom: 20px;}
	.HBrand .HBrand_bottom .HBrand_bottom_list .bottom_list_dd{ margin-bottom: 10px;font-size: 30px;}

	.inliner-bg span{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: -20px;
		left: 41px;
	}
	.inliner-bg span.one{
		-webkit-animation: inlinerbg 1.2s infinite linear;
		animation: inlinerbg 1.2s infinite linear;

	}
	.inliner-bg span.two{
		-webkit-animation: inlinerbgo 1.2s infinite linear;
		animation: inlinerbgo 1.2s infinite linear;
	}
	@-webkit-keyframes inlinerbg {
	0% {
		-webkit-transform:translate(5px,-9px);
			transform: translate(5px,-9px);
	}
	50% {
		-webkit-transform: translate(0,0);
				transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(5px,-9px);
			transform: translate(5px,-9px);
	}
	}

	@keyframes inlinerbg {
	0% {
		-webkit-transform:translate(5px,-9px);
			transform: translate(5px,-9px);
	}
	50% {
		-webkit-transform: translate(0,0);
				transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(5px,-9px);
			transform: translate(5px,-9px);
	}
	}
	@-webkit-keyframes inlinerbgo {
	0% {
		-webkit-transform:translate(-5px,9px);
			transform:translate(-5px,9px);
	}
	50% {
		-webkit-transform: translate(0,0);
				transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(-5px,9px);
			transform: translate(-5px,9px);
	}
	}

	@keyframes inlinerbgo {
	0% {
		-webkit-transform:translate(-5px,9px);
			transform: translate(-5px,9px);
	}
	50% {
		-webkit-transform: translate(0,0);
				transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(-5px,9px);
			transform: translate(-5px,9px);
	}
	}


	.Footer{ padding-top: 35px;overflow: hidden;}
	.Footer .pc_all_content{align-items: center;justify-content: center;flex-direction: column;}
	.Footer .Footer_left{width: 100%;justify-content: space-between;flex-wrap: wrap;}
	.Footer .Footer_left .Footer_left_list{ margin-right: 0;width: 28%;margin-bottom: 20px;}
	.Footer .Footer_left .Footer_left_list .left_list_title{ padding-right: 0;padding-bottom: 12px; margin-bottom: 12px;}
	.Footer .Footer_left .Footer_left_list .left_list_txt p{ margin-bottom: 10px;}
	.Footer .Footer_right{display: flex; flex-direction: column; justify-content: center; align-items: center;}
	.Footer .Footer_right .Footer_right_phone{margin: 15px 0 13px 0;}
	.Footer .Footer_right .Footer_right_address{line-height: 1.8;text-align: center;}
	.Footer .Footer_right .Footer_right_share{margin-top: 20px;}
	.Footer .Footer_right .Footer_right_share .right_share_list{width: 40px;height: 40px;position:relative;}
	.Footer .Footer_right .Footer_right_share .right_share_list .share_list_top{width: 100%;height: 100%;}
	.Footer .Footer_right .Footer_right_share .right_share_list .share_list_top img{width: 100%;height: 100%;}
	.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down{position: absolute; left: 50%; top: -145px; transform: translateX(-50%); display: none;}
	.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down .list_down_box{width: 130px; height: 130px;}
	.Footer .Footer_right .Footer_right_share .right_share_list .share_list_down .list_down_box img{width: 100%;height: 100%;}
	.Footer .Footer_right .Footer_right_share .right_share_list:hover .share_list_down{display:block;}
	.Footer .Footer_right .Footer_right_share .right_share_list:first-child{margin-right: 10px;}
	.Footer .Copyright{margin-top: 30px;padding: 20px 0 25px 0;border-top: 1px solid #d9dbde;justify-content: center;flex-direction: column;}
	.Footer .Copyright .Copyright_left{margin-bottom: 15px;line-height: 1.5;text-align: center;}
	.Footer .Copyright .Copyright_left *{line-height: 1.5;}





	/* 关于普信 */
	.HBanner{margin-top: 62px;}
	.HBanner .HBanner_content .HBanner_content_thumb img{height: 190px;}
	.HBanner .HBanner_content .HBanner_content_info .content_info_entitle{font-size: 14px;margin-bottom: 10px;}
	.HBanner .HBanner_content .HBanner_content_info .content_info_title{font-size: 24px;}
	.HBanner .HBanner_content .HBanner_content_info .content_info_desc{margin-top: 10px;font-size: 18px;}



	.ACProfile .ACProfile_box{justify-content: center;flex-direction: column;}
	.ACProfile .ACProfile_left{width: 100%;justify-content: space-between;}
	.ACProfile .ACProfile_left .SRResults_left_list{width: 50%;height: 140px;}
	.ACProfile .ACProfile_left .SRResults_left_list .left_list_dd{margin-bottom: 10px;font-size: 40px;}
	.ACProfile .ACProfile_left .SRResults_left_list .left_list_dd span{right: -20px;font-size: 18px;}
	.ACProfile .ACProfiles_right{width: 100%;margin-top: 30px;}
	.ACProfile .ACProfiles_right .Title{margin-bottom: 20px;}



	.ACCulture .ACCulture_box .ACCulture_content{align-items:flex-start;justify-content:space-between;flex-wrap: wrap;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list{width:100%;height:200px;padding:20px;margin-bottom: 20px;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list:last-child{margin-bottom: 0;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_icon{position:absolute;top:25px;left:25px;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_icon img{height: 40px;width: auto;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info{width:100%;height:50%;display: flex;flex-direction: column;justify-content: flex-end;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info .list_info_dd{margin-bottom:15px;}
	.ACCulture .ACCulture_box .ACCulture_content .ACCulture_content_list .content_list_info .list_info_dt{width:100%;line-height:1.5;}




	.pc_swiper_btn{width: 37px; height: 42px; }
	.pc_swiper_btn span{width: 35px; height: 40px;}
	.pc_swiper_btn:last-child{ margin-left: 18px;}
	.pc_swiper_btn svg{height: 11px;}
	.pc_swiper_btn.white{width: 37px; height: 42px;}

	.ADHistory .ADHistory_box .ADHistory_content{padding: 0;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .swiper_content_list{align-items: center;justify-content: center;flex-direction: column;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_img{width: 100%;height: 250px;margin-bottom: 20px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info{width: 100%; padding-top: 0;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li{margin-bottom: 16px;padding-bottom: 8px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_li::before{height: 2px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .swiper-container .content_list_info .list_info_time{right: 14%; top: 20%;font-size: 60px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .pc_swiper_btn{right: 13%; bottom: 0;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_top .pc_swiper_btn.pc_swiper_next{right: 0%;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom{width: 100%;margin-top: 30px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container{width: 100%;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper_content_list{min-height: 80px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .content_list_line{margin-bottom: 23px;width: 15px;height: 17px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-slide-thumb-active .content_list_time{font-size: 22px;}
	.ADHistory .ADHistory_box .ADHistory_content .ADHistory_content_bottom .swiper-container .swiper-slide-thumb-active{transform: translateY(-10px);}
	.ADHistory::after{height: 20px;background-position-x: 53px;bottom: 85px;}






	.PBTBanner{width: 100%;overflow-x: hidden;}  
	.PBTBanner .swiper-container{width: 100%;} 
	.PBTBanner .swiper-container .swiper-wrapper{}  
	.PBTBanner .swiper-container .banner_list{position: relative;}  
	.PBTBanner .swiper-container .banner_list .banner_list_img{width: 100%;}  
	.PBTBanner .swiper-container .banner_list .banner_list_img img{width: 100%;}  
	.PBTBanner .swiper-container .banner_list .banner_list_info{padding: 100px 0;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
	.PBTBanner .swiper-container .banner_list .banner_list_info .list_info_title{margin-bottom: 30px;}
	.PBTBanner .swiper-container .banner_list .banner_list_info .list_info_desc{line-height: 1.5;}  
	.PBTBanner .swiper-container .pc_swiper_btn{right: 165px;bottom: 100px;} 
	.PBTBanner .swiper-container .pc_swiper_next{right: 100px;}  



	/* 产品中心 */
	.Products .Products_box{align-items: center;justify-content: center;flex-direction: column;}
	.Products .Products_box .Products_left{width: 100%;margin-bottom: 20px;}  
	.Products .Products_box .Products_left .Products_left_nav{width: 100%;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_top{width: 100%;padding: 15px 0;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom{width: 100%;padding: 10px 0;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona img{width: 12px;height: 7px;transition: transform  0.35s;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_title{width: 100%;padding: 15px 22px;}  	
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down{display: none;width: 100%;padding: 0 22px 0 44px;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two{width: 100%;} 
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_title{width: 100%;padding: 13px 0;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down{width: 100%;display: none;}  
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down .two_down_three{padding: 10px 15px;}  
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona .bottom_ona_down .ona_down_two .down_two_down a:hover{color: #0253a5;}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .bottom_ona_title img{transform: rotate(-180deg);}
	.Products .Products_box .Products_left .Products_left_nav .left_nav_bottom .nav_bottom_ona.on .ona_down_two.on .down_two_title img{transform: rotate(-180deg);}
	.Products .Products_box .Products_left .Products_left_li{width: 100%;padding: 22px;margin-top: 15px;}
	.Products .Products_box .Products_left .Products_left_li .left_li_top{padding-left: 10px;}
	.Products .Products_box .Products_left .Products_left_li .left_li_top::before{content: "";width: 2px;height: 18px;}
	.Products .Products_box .Products_left .Products_left_li .left_li_bottom{width: 100%;margin-top: 25px;}
	.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form{width: 100%;height: 40px;}
	.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form input[type='search']{width: 100%; height: 100%; padding: 0 40px 0 13px;background: white;}  
	.Products .Products_box .Products_left .Products_left_search .left_li_bottom .left_search_form input[type='submit']{ height: 100%;padding: 0 26px; background-size: 14px;}  

	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form{width: 100%;}  
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list{width: 100%;margin-bottom: 20px;}
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list input{width: 100%; height: 40px; padding: 0 13px;border: 1px solid #dcdcdc;}
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_list.textarea textarea{width: 100%; min-height: 120px; padding: 13px;border: 1px solid #dcdcdc;} 
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code{width: 100%;margin-bottom:20px;}
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code input {width:50%;height:40px;padding:0 13px;border:1px solid #dcdcdc;}
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_code img{height:40px;}
	.Products .Products_box .Products_left .Products_left_consult .left_li_bottom .left_consult_form .consult_form_submit input{padding: 9px 35px;}

	.Products .Products_box .Products_right{width: 100%;}  
	.Products .Products_box .Products_right .Products_right_content{width: 100%;}  
	.Products .Products_box .Products_right .Products_right_content .right_content_list{width: 100%;margin-bottom: 20px;padding: 20px;align-items: flex-end;justify-content: center;flex-direction: column;}
	.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info{width:100%;margin-bottom: 15px;}
	.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info .content_info_title{width: 100%;margin-bottom: 12px;color: #111111;}  
	.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_info .content_info_desc{width: 100%;line-height: 1.6;}
	.Products .Products_box .Products_right .Products_right_content .right_content_list .right_content_btn{padding: 10px 18px;border: 1px solid #0253a5;font-size: 13px;}


	/* 下载弹窗 */
	.PPopup .PPopup_bg .PPopup_box {width: 92%;padding: 20px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_top{width: 100%;padding-bottom: 20px;border-bottom: 1px solid #ededed;justify-content: space-between;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .box_top_left .top_left_dd{margin-right: 15px;font-size: 18px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .PPopup_close{padding: 5PX;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_top .PPopup_close img{width: 13px;height: 13px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom{width: 100%;padding-top: 20px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form{width: 100%;}	
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list{width: 100%;margin-bottom: 18px;font-size: 14px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li{width: calc(50% - 8px);border: 1px solid #f0f0f0;font-size: 14px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li input{width: 100%;padding: 12px 15px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li select{width: 100%;padding: 12px 15px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list .form_list_li select{background-size: 11px;background-position:92% center;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list.textarea{border: 1px solid #f0f0f0;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_list.textarea textarea{width: 100%;padding: 12px 15px; min-height: 100px;line-height: 1.5;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit{margin-top: 20px;font-size: 12px;}
	.PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit input{}
    .PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code{margin-right: 15px;}
    .PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code img{height:33px;}
    .PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit .form_submit_code input{width: 80px; height:38px; padding: 0 10px; margin-right: 5px;}
    .PPopup .PPopup_bg .PPopup_box .PPopup_box_bottom .box_bottom_form .bottom_form_submit input[type="submit"]{ height: 38px;padding: 0 20px;}
    .layui-layer-shade{z-index: 99999999999999 !important;}
    


	/* 应用领域 */
	.AAAreas .AAAreas_box{align-items: center;justify-content:center;flex-wrap: wrap;flex-direction: column;}
	.AAAreas .AAAreas_box .AAAreas_box_list{width: 100%;margin-bottom: 20px;}
	.AAAreas .AAAreas_box .AAAreas_box_list .box_list_img{width: 100%;height: 252px;overflow: hidden;}
	.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info{width: 100%;height: 100%;padding: 20px; }
	.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_icon{width: 100%;margin-bottom: 20px;}
	.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_icon img{height: 40px;}
	.AAAreas .AAAreas_box .AAAreas_box_list .box_list_info .list_inf_desc{margin-top: 15px;line-height: 1.55;}




	/* 科研创新 */
	.SRResults .SRResults_box .SRResults_box_top{align-items: center;justify-content: center;flex-direction: column;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_left{width: 100%;margin-bottom: 0;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right{width:100%;align-items: center;justify-content: center;flex-direction: column;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list{width: 100%;height: 180px;padding: 20px;margin-bottom: 20px;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_icon{width: 100%;display: flex;justify-content: flex-end;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_icon img{height: 40px;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_number{width: 100%;margin-bottom: 15px;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_number span{margin-left: 3px;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list .right_list_info .list_info_desc{font-size: 14px;}
	.SRResults .SRResults_box .SRResults_box_top .box_top_right .top_right_list:last-child{margin-bottom: 0;}

	.SRResults .SRResults_box .SRResults_box_bottom{width: 100%;margin-top: 20px;align-items: center;justify-content: center;flex-direction: column;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list{width: 100%;height: 180px;padding: 20px;margin-bottom: 20px;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_icon{width: 100%;display: flex;justify-content: flex-end;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_icon img{height: 40px;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_info .list_info_number{width: 100%;margin-bottom: 15px;font-size: 20px;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list .bottom_list_info .list_info_desc{font-size: 14px;}
	.SRResults .SRResults_box .SRResults_box_bottom .box_bottom_list:last-child{margin-bottom: 0;}



	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner{width:100%;height:auto;position:relative}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container{width:100%;height:100%;transition-property:none;}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper{transition-property:none}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide{width:auto;height:100%;transition-property:none;}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide::after{display: none;}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_img{width:100%;height:100%;}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_img img{width:100%;height:100%;object-fit:cover}
	.RDLaboratory .RDLaboratory_box .RDLaboratory_box_banner .swiper-container .swiper-wrapper .swiper-slide .content_list_title{width: 100%;padding: 60px 0 20px 0;}

    .ARQualification .ARQualification_box{width:100%;margin-bottom:20px;flex-wrap: wrap;}
    .ARQualification .ARQualification_box .ARQualification_box_list{width:100%;height:120px;padding:15px;border:2px solid #0253a5;border-radius:8px;margin-bottom:15px;}
    .ARQualification_box_list{}
    .ARQualification .ARQualification_box .ARQualification_box_list .box_list_icon{width:25%;}
    .ARQualification .ARQualification_box .ARQualification_box_list .box_list_icon img{height:45px;}
    .ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt{width:75%}
    .ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt .list_txt_dd{width:100%;margin-bottom:10px}
    .ARQualification .ARQualification_box .ARQualification_box_list .box_list_txt .list_txt_dt{width:100%;line-height:1.5}
    
    
    .ARQualification .Title.onb .Title_left_dt{}
    
    .ARQualification .RDLaboratory_box .RDLaboratory_box_banner{height:350px;}



	/* 可持续发展 */
	.Esg .Esg_box .Esg_box_list{width: 100%;padding: 30px 0;border-bottom: 1px dashed #dcdcdc;justify-content: center;flex-direction: column;}
	.Esg .Esg_box .Esg_box_list .box_list_img{width: 100%;margin-bottom: 25px;}
	.Esg .Esg_box .Esg_box_list .box_list_img img{width: 100%;}
	.Esg .Esg_box .Esg_box_list .box_list_info{width: 100%;padding: 0;}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_icon{}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_icon img{height: 30px;}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_title{width: 100%;margin: 20px 0 15px 0;}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc{width: 100%;line-height: 1.6;}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc p{width: 100%;margin-bottom: 12px;line-height: 1.6;}
	.Esg .Esg_box .Esg_box_list .box_list_info .list_info_desc p:last-child{margin-bottom: 0;}
	.Esg .Esg_box .Esg_box_list:nth-child(even){flex-direction: column;}
	.Esg .Esg_box .Esg_box_list:nth-child(even) .box_list_info{padding: 0;}
	.Esg .Esg_box .Esg_box_list:first-child{padding: 0 0 30px 0;}
	.Esg .Esg_box .Esg_box_list:last-child{padding: 30px 0 0 0;border-bottom: none;}


	/* 面包屑 */
	.Crumbs{display: flex;align-items: center;flex-wrap: wrap;line-height: 1.6; gap: 0 4px;}
	.Crumbs span{font-size: inherit; gap: 0 4px;line-height: 1.6;}
	.Crumbs a, .Crumbs span{white-space: normal; word-break: break-word; overflow-wrap: break-word; }



	/* 媒体动态 */
	.News .News_box{display: flex;align-items: center;flex-wrap: wrap;flex-direction: column;}
	.News .News_box .News_box_list{width:100%;margin: 0 0 20px 0;}
	.News .News_box .News_box_list .box_list_thumb{width: 100%;height: 394px;}
	.News .News_box .News_box_list .box_list_thumb img{width: 100%;height: 100%;}
	.News .News_box .News_box_list .box_list_info{width: 100%; height: 60%; padding: 20px;}
	.News .News_box .News_box_list .box_list_info .list_info_title{width: 100%;margin: 0 0 20px 0;}
	.News .News_box .News_box_list .box_list_info .list_info_time img{width: 14px;height: 14px;margin-right: 8px;}
	.News .News_box .News_box_list:nth-child(3n){margin: 0 0 20px 0;}




	/* 媒体动态-详情 */
	.NDetails .pc_all_content .Crumbs{position: absolute;left: 0;top: -10px;}
	.NDetails .NDetails_box{align-items: center;justify-content: center;flex-direction: column;padding: 70px 0 0 0;}
	.NDetails .NDetails_box .NDetails_box_left{width: 100%;padding: 20px;margin-bottom: 25px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_top{width: 100%;margin-bottom: 20px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_title{width: 100%;line-height: 1.4;margin-bottom: 20px;font-weight: 500;font-size: 20px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_time{display: flex;align-items: center;color: #0253a5;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_top .left_top_time img{width: 14px;height: 14px;margin-right: 8px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_mian{width: 100%;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_mian p{font-size: inherit;line-height: 1.5;margin-bottom: 15px;color: #666666;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_mian p:last-child{margin-bottom: 0;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom{width: 100%;margin-top: 20px;padding-top: 20px;border-top: 1px solid #eeeeee;justify-content: center;flex-direction: column;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye{width: 100%;margin-bottom: 20px;justify-content: center;font-size: 12px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li{padding: 10px 15px;border: 1px solid #c1c1c1;font-size: inherit;display: flex;align-items: center;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child{margin-right: 35px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child span{transform: rotate(180deg);}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li span{width: 11px; height: 9px;margin-left: 8px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child{margin-right: 25px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_fenye .bottom_fenye_li:first-child span{height: 12px;margin-right: 5px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link{padding: 10px 15px;border: 1px solid #c1c1c1;font-size: 12px;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link span{width: 11px; height: 9px;margin-left: 8px;position: relative;}
	.NDetails .NDetails_box .NDetails_box_left .box_left_bottom .left_bottom_link span img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
	.NDetails .NDetails_box .NDetails_box_right{width: 100%;}
	.NDetails .NDetails_box .NDetails_box_right .box_right_news{width: 100%;}
	.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list{width: 100%;padding: 20px;margin-bottom: 20px;}
	.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_title{width: 100%; margin: 13px 0; font-weight: 500;line-height: 1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
	.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list .news_list_more span{width: 11px;height: 9px;position: relative;margin-left: 8px;}
	.NDetails .NDetails_box .NDetails_box_right .box_right_news .right_news_list:last-child{margin-bottom: 0;}


	/* 加入我们 */
	.TPhilosophy .TPhilosophy_box{justify-content: center;flex-direction: column;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_thumb{width: 100%;margin-bottom: 25px;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_thumb img{width: 100%;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info{width: 100%;padding-right: 0%;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .Title{margin-bottom: 20px;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_title{width: 100%;margin-bottom: 20px;font-size: 20px;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_desc{width: 100%;}
	.TPhilosophy .TPhilosophy_box .TPhilosophy_box_info .box_info_desc p{font-size: inherit;line-height: 1.5;margin-bottom: 15px;}
	.NTPhilosophy{padding:20px 0 0 0;}
	



	.JCInfo .JCInfo_box{justify-content: center;flex-direction: column;}
	.JCInfo .JCInfo_box .JCInfo_box_list{width: 100%;padding: 20px;margin-bottom: 10px;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top{width: 100%;margin-bottom: 25px;border-bottom: 2px solid #dddddd;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top span{padding-bottom: 15px;font-size: 18px;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_top span::before{content: "";width: 100%;height: 1px;bottom: -1px;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom{width: 100%;}  
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li{width: 100%;margin-bottom: 20px;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_icon{width: 45px;height: 45px;border: 1px solid #dddddd;}  
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_icon img{height: 50%;}  
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li:nth-child(3) .bottom_li_icon img{height: 33%;}  
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_info{width: calc(100% - 60px);}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_bottom .list_bottom_li .bottom_li_info .li_info_dd{margin-bottom: 7px;}
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_map{margin-top: 30px;padding:12px 20px;}  
	.JCInfo .JCInfo_box .JCInfo_box_list .box_list_map img{height: 13px;margin-right: 8px;}  
	.JCInfo .JCInfo_box .JCInfo_box_thumb{width:100%;}
	.JCInfo .JCInfo_box .JCInfo_box_thumb img{width: 100%;}



	.JPost .JPost_box .JPost_box_list {width: 100%; margin-bottom: 20px;}
	.JPost .JPost_box .JPost_box_list .box_list_top {width: 100%;padding: 15px 20px;}
	.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info {width: calc(100% - 30px);}
	.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info .top_info_title {padding-left: 15px;line-height: 1.5;font-size: 14px;}
	.JPost .JPost_box .JPost_box_list .box_list_top .list_top_info .top_info_title::after{content: "";width: 4px;height: 4px;}
	.JPost .JPost_box .JPost_box_list .box_list_top .list_top_btn {padding: 10px 0;transform: rotate(-90deg)}
	.JPost .JPost_box .JPost_box_list .box_list_top .list_top_btn img{height: 7px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom {width: 100%; padding: 20px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom::before{content: "";width: calc(100% - 40px); height: 1px;;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list:first-child{ width: 100%;margin-bottom: 20px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dd {width: 100%;margin-bottom: 20px;font-size: 16px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dt{font-size: 14px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_info .bottom_info_list .info_list_dt p {width: 100%; line-height: 1.65; margin-bottom: 10px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact {width: 100%; margin-top: 20px;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;flex-direction: column;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li{margin-bottom:12px;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li:last-child{margin-bottom:0;}
	.JPost .JPost_box .JPost_box_list .box_list_bottom .list_bottom_contact .bottom_contact_li img{height: 14px;margin-right: 8px;}



	.SearchPage .Search_content .Search_content_box{width: 100%;Display: flex;justify-content: space-between;flex-wrap: wrap;}
	.SearchPage .Search_content .Search_content_box .content_box_list{ margin-top: 20px; width: calc(50% - 10px); padding: 20px; position: relative; top: 0;border-radius: 10px;}
	.SearchPage .Search_content .Search_content_box .content_box_listi:nth-child(-n+2){margin-top: 0;}
	.SearchPage .Search_content .Search_content_box .content_box_list:hover{ top: -10px; box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
	.SearchPage .Search_content .Search_content_box .content_box_list .box_list_time{width: 100%;}
	.SearchPage .Search_content .Search_content_box .content_box_list .box_list_title{width: 100%;margin: 15px 0;line-height: 1.5;}
	.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more{width: 100%;}
	.SearchPage .Search_content .Search_content_box .content_box_list .box_list_more i{margin-left: 6px; font-size: inherit;}

	.SearchPage .Search_content .Search_content_box{ flex-wrap: wrap;}
    .SearchPage .Search_content .Search_content_box .content_box_list{ width: 100%; padding: 20px;}
    .SearchPage .Search_content .Search_content_box .content_box_list:first-child{margin-top: 0;}
    .SearchPage .Search_content .Search_content_box .content_box_list .box_list_title{ margin: 10px 0px;}
    .SearchPage .Search_content .Search_content_box .content_box_list .box_list_more{ margin-top: 20px;}
    
    
    .CSMessage{}
    .CSMessage .CSMessage_box{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;}
    .CSMessage .CSMessage_box .CSMessage_box_thumb{width:100%;margin-bottom:0;}
    .CSMessage .CSMessage_box .CSMessage_box_thumb img{width:100%;}
    .CSMessage .CSMessage_box .CSMessage_box_info{width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
    .CSMessage .CSMessage_box .CSMessage_box_info .box_info_top{width:100%;margin-bottom:20px;text-align:center;}
    .CSMessage .CSMessage_box .CSMessage_box_info .box_info_top img{height:150px;}
    .CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom{width:100%;}
    .CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p{width:100%;font-size: inherit;margin-bottom:15px;line-height:1.5;}
    .CSMessage .CSMessage_box .CSMessage_box_info .box_info_bottom p:last-child{margin-bottom:0;}
    

		
}
