@charset "utf-8";
@font-face { font-family:bodont; src:url("../fonts/BODONI.TTF");}

/*@font-face{ font-family: Frutiger; src:url(../fonts/FRUTIGERCE55ROMAN.TTF);} */

/* @font-face {
  font-family: "思源黑体 Medium";font-weight: 500;src: url("yiyuanheitiMedium.woff") format("woff");
  font-display: swap;
} */
/* @font-face {
  font-family: "思源黑体 Bold";font-weight: 500;src: url("yiyuanheitiBold.woff") format("woff");
  font-display: swap;
} */
/* @font-face {
  font-family: "思源宋体 SemiBold";font-weight: 600;src: url("siyuanSemiBold.woff") format("woff");
  font-display: swap;
}
  */
@font-face {
  font-family: "sy-r";src: url("../fonts/sy-r.woff") format("woff");
} 

@font-face {
	font-family: "syb";src: url("../fonts/sySong.woff") format("woff");
}
/*==========================================公共 开始=============================================*/
.section .fp-tableCell{ padding: .9rem 0 0}
.section.main-visual-wrapper .fp-tableCell{ padding: 0}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .7rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .7rem;background: url(../images/footer.jpg) center bottom no-repeat;box-shadow: 0 3px 5px rgba(0,0,0,.05);background-size: cover;position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;background: #094D96;}
.m_header_box header #logo img{height: .5rem;}
.m_header_box header #logo{padding:0;width: 100%;}

.m_header_box .list_box1{margin-right: .4rem;}
.m_header_box .list_box1 .li a{border-radius: 0;width: 28px;height: 20px;font-size: 10px;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .85rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;min-width: .85rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #094D96;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -7px;border-right: #094D96 7px solid;border-bottom: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: .34rem;height: 18px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 72px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: block;background: #094D96;background-size:cover;opacity: 0;visibility: hidden;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);overflow: hidden;overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 url(../images/submit.svg) center no-repeat; background-size: 1.75rem;}

.list_box1{display: flex;margin: 0 -.15rem;align-items: center;}
.list_box1 li{padding: 0;line-height: 1.5;font-size: .14rem;color: #fff;display: flex;position: relative;z-index: 1;}
.list_box1 li a{display: flex;align-items: center;padding: 0 .16rem;font-size: .14rem;color: #fff;transition: .5s;}
#m_nav .old_rukou{margin: .24rem 0 0;width: 100%;}
#m_nav .list_box1{/* justify-content: center; */flex-wrap: wrap;margin: 0px -2px;width: calc(100% + 4px);}
#m_nav .list_box1 li{min-width: 33.33%;line-height: 2;padding: 0 2px;margin-bottom: 5px;flex: 1;}
#m_nav .list_box1 li a{font-size: .16rem;padding: 0;border: rgba(255,255,255,.3) 1px solid;width: 100%;text-align: center;justify-content: center;border-radius: 3px;white-space: nowrap;}
#m_nav .list_box1 li:before{ display: none}

.list_box_nav_mobile{width:100%;/* height: 100%; *//* background: rgba(255,255,255,.1); */padding: 0 0 10px;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255,255,255,.15);line-height: .64rem;color: rgba(255,255,255,.8);padding: 0;font-size: .2rem;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: -.2rem;top: 0;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: rgba(255,255,255,.6);line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;display: block;height: 60px;}
.wap_search .form{height:40px;border-radius: 0;background: rgb(255 255 255);position:relative;width: 100%;margin: 10px auto;display: block;}
.wap_search .input{font-size: 14px;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #094D96;background-size: .24rem;border-radius: 0;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/*  */
.nav_box{position:fixed;left:0;top:0;width:100%;height: .9rem;z-index:98;border-bottom:1px solid rgba(192,203,213,0.5);transition: .5s;}
.nav_box::before{content: "";position: absolute;top: 0;right: 0;left: 0;background: url(../images/header_top_bg.png) center top no-repeat;background-size: 100% 100%;height: 2.37rem;z-index: -1;/* opacity: 0; */transition: .5s;/* visibility: hidden; */} 
.fp-viewing-f0 .nav_box::before{ opacity: 1; visibility: visible}
.nav_box.bg{background:#fff;}
.nav_box .nav_wrap{padding: 0 .5rem;display: flex;align-items: center;justify-content: space-between;}
.nav_box .nav_wrap .logo img{max-height: .7rem;}
.nav_box.white .nav_wrap .logo .w_logo{display:block;}
.nav_box .nav_wrap .logo .w_logo{display:none;}
.nav_box .nav_wrap .logo .b_logo{display:block;}
.nav_box.white .nav_wrap .logo .b_logo{display:none;}
.nav_box .nav .nav_li{float:left;font-size: .18rem;color:#343434;/* margin: 0 .2rem; */position:relative;padding: 0rem 0.1rem;}
.nav_box.white .nav .nav_li{color:#fff;}
.nav_box.white .nav .nav_li:hover >a{color:#fff;}
.nav_box .nav .nav_li >a{display:block;position: relative;line-height: .9rem;}
.nav_box .nav .nav_li>a:after{content:'';position:absolute;bottom:0;left:0;width: 0;height:3px;transition: .5s;}
.nav_box .nav .nav_li.cur >a:after,.nav_box .nav .nav_li:hover >a:after{width: 100%; background:#284da8;}
.nav_box.white .nav .nav_li.cur >a:after,.nav_box.white .nav .nav_li:hover >a:after{background:#fff;width: 100%;}
/*.nav_box .nav .sec_nav{background:#fff; padding:20px 0px; width:200px; position:absolute; top:100%; left:50%; margin-left:-100px; display:none;}
.nav_box .nav .sec_nav li{line-height:48px; font-size:16px; color:#333; text-align:center;}
.nav_box .nav .sec_nav li:hover a{color:#094D96; background:#ededed;}*/
.nav_box .nav_wrap .nav{display: flex;align-items: center;}
.nav_box .nav .nav_li{position: relative;}
.nav_box .nav .nav_li:hover .dropdown{opacity: 1;visibility: visible;height: auto;}

.nav_box.xg1::before{ height: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav_box.xg1{ background: rgba(41, 77, 167, 0.5);}

.mwrap{width: 100%;margin:0 auto;display: flex;justify-content: space-between;}
.dropdown{opacity: 0;visibility: hidden;overflow:hidden;position:absolute;z-index:1;width: 1.6rem;top:100%;left: 50%;background: #fff;transition: .5s;height: 0;background-size: cover;margin-left: -.8rem;box-shadow: 0 0 15px rgba(0,0,0,.2);}
.dropdown .left{width: 100%;padding-top: 0;}
.dropdown .left ul{position:relative;width: 100%;}
.dropdown .left .con{ display: none}
.dropdown .left ul:after{content:'';position:absolute;bottom:0;width:90%;left:0;height:1px;}
.dropdown .left ul li{font-size: .15rem;color:#3c3c3c;line-height: 3;text-align: center;}
.dropdown .left ul li a{display:block; transition: .5s}
.dropdown .left ul li a:hover{background:#094D96; color: #fff}
.dropdown .left ul li.cur{background:#fff;}
.dropdown .left dl{padding:25px 0 20px;}
.dropdown .left dl dt{font-size:16px; color:#272727;  padding-left:50px; line-height:30px;}
.dropdown .left dl dd{font-size:14px; color:#3c3c3c; line-height:30px; padding-left:50px;}
.dropdown .right{width:80%;padding-top:45px;display: none;}
.dropdown .right .infor{float:left; width:66%; position:relative; z-index:1;}
.dropdown .right .infor .box{padding-left:200px;}
.dropdown .right .infor .tit{font-size:28px; color:#3c3c3c; line-height:40px;}
.dropdown .right .infor .con{font-size:16px; color:#3c3c3c; line-height:30px; margin:40px 0;}
.dropdown .right .infor .more{font-size:14px; background:#023692; color:#fff; padding:10px 30px; transition:.3s ease;}
.dropdown .right .infor .more:hover{background:#eee; color:#3c3c3c;}
.dropdown .right .img{position:absolute;right:0;top:0;height:100%;width: auto;}
.dropdown .right .img img{height:100%;}
 
.nav_box .search{width: .5rem;height: .5rem;cursor:pointer;/* margin-left: 1.2rem; */position:relative;}
.nav_box.white .search .search_ico{background: url(../images/serbg.png) center center no-repeat;}
.nav_box .search .search_ico{width: .5rem;height: .5rem;background:url(../images/search_b.png) center center no-repeat;/* position:absolute; *//* left:0; *//* top:0; *//* z-index:2; */display: flex;align-items: center;justify-content: center;background-size: 100% !important;}
.nav_box .search:hover .search_ico{background: url(../images/search_b.png) center center no-repeat; }
.nav_box .search .h_search{position:absolute;width:0px;height: .9rem;right:0px;top: -.2rem;transition:all 0.3s ease;align-items: center;padding-right: .13rem;}
.nav_box .search:hover .h_search{width: 2.5rem;background: rgba(255,255,255,.9);}
.nav_box .search .h_search input{display:block;width:100%;height: .9rem;/* background:#fff; */color:#333;text-indent: .2rem;padding:0;border:none;/* opacity: 0.9; */flex: 1;}
.nav_box .menu{width: .9rem;height: .9rem;cursor:pointer;background:#094D96 url(../images/menu.png) center center no-repeat;display: none;}
.menu_box {position: fixed; left: 0; top: 0; width: 0%;  height: 100vh; overflow: hidden;  z-index: 99; background-color: #fff; -webkit-transform-origin: left top; transform-origin: left top;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);-webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;  transition: width ease-in-out 0.8s, transform ease-in-out 0.8s; transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;}
.openMenu .menu_box{width: 100%; -webkit-transform: skewX(0deg);transform: skewX(0deg);}
.openMenu .nav-con{opacity:1; transition: all 0.6s ease 0.5s;}
/********下拉导航开始**********/
/*下拉logo*/
.nav-con{opacity:0;}
.nav-con .nav_logo{position:absolute; top:0; left:0; bottom:0; width:25%; background:url(../images/xiala_left.jpg) no-repeat center; background-size:cover; text-align:center; padding-top:60px; user-select:none;}
.nav-con .nav_logo img{max-width:400px;}
/*下拉关闭*/
.nav-con .nav_close{position:absolute; right:0; top:0; font-size:30px; color:#aeaeae; font-weight:lighter; cursor:pointer; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;} 
/*.nav-con .nav_close:hover{color:#133b6f; transform:rotate(90deg);}*/
.common-close{width:80px; height:80px; display:block; text-align:center; line-height:80px; margin-bottom:1px; cursor:pointer; font-size:14px; position:static; margin-top:0; position:relative;}
.common-close:after,.common-close:before {content:""; width:60%; height:1px; background:#5a5a5a; display:block; position:absolute; left:50%; margin-left:-30%; -moz-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; transition:all .3s ease 0s;} 
.common-close:after {top:50%; -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg) } 
.common-close:before {bottom:50%; -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg) } 
.common-close i {opacity:0; -moz-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s; -webkit-transition:all .3s ease 0s; transition:all .3s ease 0s; visibility:hidden; color:#5a5a5a; } 
.common-close:hover:after {top:24%; -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg) } 
.common-close:hover:before {bottom:24%; -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg) } 
.common-close:hover i {opacity:1; visibility:visible; }
/*下拉语言*/
.nav-con .nav_lan{position:absolute; bottom:5%; left:0; width:100%; overflow:hidden;}
.nav-con .nav_lan .lan_wrap{text-align:center; font-size:20px; color:#fff;}
.nav-con .nav_lan a{display:inline-block; margin-right:10px;}
.nav-con .nav_lan a:hover{color:#fff; color:rgba(255,255,255,.8);}
/*下拉底部副导航*/
.nav-con .nav_company{position:absolute; bottom:5%; left:0; width:60%; overflow:hidden;}
.nav-con .nav_company .company_wrap{color:#555; padding-left:14%; font-size:14px;}
.nav-con .nav_company a{display:inline-block;}
.nav-con .nav_company em{display:inline-block; margin:0 8px;}
/*下拉搜索*/
.nav-con .nav_search{position:absolute; bottom:5%; right:0; border-bottom:1px solid #133b6f;}
.nav-con .nav_search button{border:none; font-size:20px; color:#133b6f; font-weight:bold; cursor:pointer; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; opacity:.8;}
.nav-con .nav_search button:hover{opacity:1;}
.nav-con .nav_search input{height:40px; line-height:40px; border:none; width:250px; font-size:18px; color:#656565;}
/*下拉栏目*/
.nav-con .inav_con{position:absolute; top:30%; left:25%; right:5%; bottom:0}
.nav-con .inav{position:relative;}
.nav-con .inav:after{content:"";position:absolute;top: .35rem;left:0;background:#1a55ab;width:13%;height:2px;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;}
.nav-con .inav[hov=no]:after{width:0;}
.nav-con .inav[hov=li1]:after{width:12%;}
.nav-con .inav[hov=li2]:after{width:24%;}
.nav-con .inav[hov=li3]:after{width:40%;}
.nav-con .inav[hov=li4]:after{width:52%;}
.nav-con .inav[hov=li5]:after{width:64%;}
.nav-con .inav[hov=li6]:after{width:76%;}
.nav-con .inav[hov=li7]:after{width:88%;}
.nav-con .inav[hov=li8]:after{width:100%;}
.nav-con .inav .li{float:left;width:11%;text-align: center;}
.nav-con .inav .li4{/* width:17%; */}
.nav-con .inav .li .num{font-size:18px; color:#dce2ea; display:inline-block;  margin-right:5px;}
.nav-con .inav .li>a{color:#133b6f;font-size: .18rem;display:inline-block;margin-bottom:30px;}
.nav-con .inav .li>a:hover{color:#1a55ab;}
.nav-con .inav .li ul{width:100%;text-align: center;}
.nav-con .inav .li ul li{color:#3f3f3f;font-size:16px;line-height:30px;white-space:nowrap;}
.nav-con .inav .li ul li a:hover{color:#1a55ab;}

.nav-con .inav .li>a{}
/********下拉导航结束**********/

/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/

.main-visual-wrapper{ position: relative; z-index: 1}
.main-visual-slider {
	overflow:hidden;
	width:100%;
	height: 100vh;
	background-color:#000;
	position: relative;
}
.main-visual-slider.ar_wap{ display: none}
.main-visual-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.main-visual-slider .swiper-slide::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/swiper-slide_bg.png) center bottom no-repeat;background-size: 100% auto;z-index: 1;pointer-events: none;}
.main-visual-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all 2.5s ease;
}
.main-visual-slider .swiper-slide-duplicate-active .overlay,
.main-visual-slider .swiper-slide-active .overlay {
    opacity: .7;
}
.main-visual-slider .swiper-slide .visual-img{position:absolute;top:0px;left:0px;bottom:0px;right:0px;width:1649px;height: 100%;width:100%;/* background-size:cover !important; */}
.main-visual-slider .swiper-slide .visual-img img, .main-visual-slider .swiper-slide .visual-img video{width:100%;height:100%;object-fit: cover;}
.main-visual-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.main-visual-slider a{display: block;width: 100%;height: 100%;cursor: pointer;}
.main-visual-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.main-visual-slider .cir{bottom: 0.3rem;width: 100%;display: flex;align-items: center;justify-content: center;z-index: 1;position: absolute;}
.main-visual-slider .cir span{opacity: 1;width: 0.12rem;height: 0.12rem;margin: 0 0.07rem !important;}
.main-visual-slider .cir span.swiper-pagination-bullet-active{width: 0.46rem;height: 0.5rem;background: url(../images/cir1.png) no-repeat;background-size: 100%;transform: translateY(-0.1rem);}

/*  */

.tit1{ display: flex; align-items: center; justify-content: space-between; padding-bottom: .54rem; position: relative; z-index: 1;}

.home1 .box1 .tit1::after, .home1 .box3 .tit1::after{content: "";position: absolute;bottom: -3px;left: 0;width: 0;background: #094D96;height: 3px;transition-delay: 1s;}
.tit1 big{font-size: .6rem;color: #333;margin: 0 auto;font-family: syb;display: block;}

.more1{font-size: .16rem;color: #666;transition: .5s;position: absolute;right: 0;top: .15rem;padding: 0 0.17rem 0.09rem 0;}
.more1::after{background: url(../images/more.png) no-repeat right;background-size: 100%;width: 0.85rem;height: 0.25rem;left: auto;right: 0;}

.home1 .box1{ width: 100%;}
.list2 li .a{ display: block; position: relative;transition: 0.5s;transform: scale(.8);}

.list2 li .con{padding: .25rem;background: #FFFFFF;box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
.list2 li .con::after{height: 0.04rem;background: #284CA6;}
.list2 li h6{font-size:0.2rem; color:#999;align-items: center;}
.list2 li  h6 img{display: inline-block;margin-right: 0.1rem;}

.list2 li h4{font-size: .2rem;margin-bottom: .25rem;color:#333;line-height: 0.34rem;height: 1.02rem;transition: 0.5s;text-align: justify;}

.list2 li .date{position: absolute;left: 0.27rem;top: 0.23rem;z-index: 10;background: rgba(9, 77, 150, 0.6);padding: 0.1rem;opacity: 0;align-items: center;display: flex;}
.list2 li .date span{color: #fff;font-family: Impact;font-size: 0.38rem;}
.list2 li .date p{padding-left: 0.1rem;}
.list2 li .date p *{font-style: normal;}
.list2 li .date p em{font-size: 0.14rem;color: #fff;line-height: 0.24rem;display: block;padding-left: 0.15rem;}
.list2 li .date p em::after{width: 0.11rem;height: 1px;background: #fff;bottom: 50%;}
.list2 li .date p i{font-size: 0.12rem;color: #fff;line-height: 0.24rem;display: block;}
.home1 .cir{position: relative;margin-top: 0.3rem;width: 100%;display: flex;align-items: center;justify-content: center;}
.home1 .cir span{opacity: 1;width: 0.1rem;height: 0.1rem;margin: 0 0.07rem !important;border-radius: 50%;border: 1px solid #094D96;}

.home1 .cir span.on{width: 0.46rem;height: 0.5rem;background: url(../images/cir2.png) no-repeat;background-size: 100%;transform: translateY(-0.1rem);border: none;}
.list2 li .img .img_hezi{ padding-bottom: 67.5%;}

@media(min-width: 1200px){
	.list2 li a:hover h4{color:#094D96;}
	.list2 li.swiper-slide-active+li .a{transform: scale(1);}
.list2 li.swiper-slide-active+li h4{font-size: 0.16rem;}
.list2 li.swiper-slide-active+li h6{font-size: 0.16rem;}
.list2 li.swiper-slide-active+li .date{opacity: 1;}
.list2 li.swiper-slide-active+li h6{display: none;}
.list2 li.swiper-slide-active+li .con::after{width: 100%;}
}
@media(max-width: 1199px){
	.list2 li{padding: 0 0.05rem 0.2rem;}
	.list2 li .a{transform: scale(1);}

}

/*  */

.home2{ background: url(../images/hbg2.png) center no-repeat; background-size: cover;}
.home2::after{width: 45%;background: url(../images/h2bg.png) no-repeat bottom/cover;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 25%;}
.home2-t .right{width: 50%;}
.home2-t .left h3{font-size: 0.36rem;color: #fff;font-family: 'syb';margin-bottom: 1.2rem;line-height: 1.3;}
.home2-t .left .more1{color: #fff;position: relative;right: auto;top: auto;}
.home2-t .left .more1::after{background: url(../images/more2.png) no-repeat;background-size: 100%;}
.home2-t .con h3{font-size: 0.6rem;color: #333333;line-height: 1.3;font-family: syb;}
.home2-t .con span{display: inline-block;margin: 0.3rem 0 0.5rem;color: #fff;background: #094D96;padding: 0.1rem 0.22rem;font-size: .2rem;line-height:1.2}
.home2-t .con p{font-size: 0.18rem;line-height: 0.34rem;color: #666666;max-height: 2.04rem;margin-bottom: 0.35rem; text-align: justify;}

.list5{ display: flex; margin: 0 -.2rem;}
.list5 li *{transition: 0.5s;}
.list5 li{  width: 25%; padding: 0 .2rem;}
.list5 li .a{display:flex;flex-direction: column;justify-content: center;align-items: center;width: 100%; height: 1.37rem;text-align:center;transition: .5s;position:relative; padding: 0 .1rem; position: relative; z-index: 1;width: 1.22rem;cursor: pointer;}

.list5 li .a::after{background:url(../images/h2b1.png) center center no-repeat; background-size: 100% 100% !important; z-index: -1;left: 50%;bottom: auto;top: 50%;transform: translate(-50%,-50%);width: 100%;width: 1.52rem;height: 1.67rem;}


.list5 li .a .num{font-size:0.14rem;color:#333;margin-bottom: .12rem;}
.list5 li .a .num .number{font-size: .36rem;color:#333;margin-left: .05rem;font-family: "syb";}
.list5 li .a .d{font-size: .12rem;color:#333;line-height: 1.15;}

@media(min-width: 1200px){
	.home2.active .box h3{transform:translateX(0px); opacity:1;}
	.home2.active .box h2{transform:translateX(0px); opacity:1;}
	.home2.active .box p{transform:translateX(0px); opacity:1;}
	.home2.active .box .arr{transform:translateX(0px); opacity:1;}
	.list5 li:hover .a::after{background:url(../images/h2b2.png) center center no-repeat;width: 100%;height: 100%;}
	.list5 li:hover .a .num,.list5 li:hover .a .num .number{color:#fff;}
	.list5 li:hover .a .d{color:#fff;}

}

@media(max-width: 1024px){
	.home2::after{display: none;}
	.home2-t .left{width: 100%;}
	.home2-t .right{width: 100%;margin-top: .35rem;}
	.home2-t .left h3{color:#333;margin-bottom:.3rem}
	.home2-t .left .more1{color:#333}
    .home2-t .left .more1::after{background: url(../images/more.png) no-repeat;background-size: 100%;}
    .home2-t .con h3{font-size: 0.46rem;}
}

@media(max-width: 768px){
.home2-t .left h3,.home2-t .con h3{font-size:.3rem;}
.home2-t .con span{/* font-size:.24rem; */margin:0.15rem 0 .25rem;}

}

.home3{background: url(../images/home3_bg.jpg) center no-repeat;background-size: cover;position: relative;}
.home3 .wp{ justify-content: space-between;}
.home3 .left{ width: 54.28%;}
.home3 .right{padding: .2rem 0 0;width: 5.6rem;text-align: right;padding-right: .8rem;}
.home3 .right .t2{padding-bottom:.27rem;position:relative;}
.home3 .right .t2:before{content:"";position:absolute;width:2.5rem;height:1px;right:0;bottom:0;background:#C8D5EC;z-index:-1;}
.home3 .right .t2:after{content:"";position:absolute;width:1.2rem;height:2px;right:0;bottom:0;background:#F79F68;z-index:-1;}
.list6{ display: flex; align-items: flex-end; justify-content: space-between;}
.list6 li *{ transition: .5s;}
.list6 li.box1{ width: 52.63%;}
.list6 li.box1 .img .img_hezi{ padding-bottom: 70%;}
.list6 li.box2{ width: 44.73%;}
.list6 li.box2 .img .img_hezi{ padding-bottom: 126.31%;}
.list6 li.box3{ width: 65.78%;}
.list6 li.box3 .img .img_hezi{ padding-bottom: 47.6%;}
.list6 li a{display:block; position: relative; z-index: 1; overflow: hidden;}
.list6 li a:before{content: "";width: 100%;height: 100%;background: rgba(255,127,33,0.6);position: absolute;top: 0;left: 0;border-radius: 100%;transition: all 0.5s;transform: scale(0);opacity: 0; z-index: 1;}

@media(min-width: 1200px){
	.list6 li.box1{transition:all 1s ease 0.3s; transform:translateY(-30px); opacity:0;}
	.active .list6 li.box1{transform:translateY(0); opacity:1;}
	.list6 li.box2{transition:all 1s ease 0.6s; transform:translateY(-30px); opacity:0;}
	.active .list6 li.box2{transform:translateY(0); opacity:1;}
	.list6 li.box3{transition:all 1s ease 0.9s; transform:translateY(-30px); opacity:0;}
	.active .list6 li.box3{transform:translateY(0); opacity:1;}
}

.list6 li img{max-width:100%;}
.list6 li .text{position:absolute;bottom:0;right: 0;transition: 0.5s;padding: .2rem;text-align:right;z-index: 2;}
.list6 li .text .t{font-size: .24rem;color:#fff;font-weight:300;line-height: 1.5;}
.list6 li .text .d{font-size: 0.18rem;color:#fff;font-weight:300;opacity: 0;line-height: .28rem;height: 0;overflow: hidden;}

.list6s{ justify-content: flex-end; margin-top: .24rem;}

.tit2{ position: relative; z-index: 1;}
.tit2 .t1{font-size: .28rem;font-weight:bold;color: #333;margin-right: .28rem;}
.tit2 .t2{font-size: .3rem;font-weight: 300;color: #333;position:relative;/* font-family: "PingFang SC", "PingFang SC-Regular", 苹方; */font-family: syb;line-height: 1.5;}
.tit2 .desc{font-size:17px;color: #1C1C1C;line-height: 32px;opacity: 0.7; font-weight:300; width:830px; margin-bottom:30px;}
.tit2 .arr{width:60px; height:60px; background:url(../images/arr.png) center center no-repeat; cursor:pointer; transition:all 0.5s ease;}
.tit2 .arr:hover{transform:translateX(10px)!important; transition-delay:0s!important;}
.tit2 .t1{text-align:right;}
/* .tit2 .t2:before{content:'';position:absolute;bottom:0px;right:-250px;width:500px;height:1px;background: #c8d5ec;}
.tit2 .t2:after{content:''; position:absolute; bottom:0px;right:0px; width:120px; height:2px; background:#f79f68;} */
.tit2 .arr{display:inline-block; margin-top:60px;}
.home3 .tit1 big{font-size: 0.5rem;}
.home3_tit{position: absolute;bottom: 0;right: 0;width: calc((100vw - 14rem)/2);z-index: 10;cursor: pointer;min-width: 2.6rem;}
.home3_tit .img .img_hezi{padding-bottom: 292.4%;}
.home3_tit .top{position: absolute;/* top: 0; */right: 0;bottom: 0;left: 0;padding: 1.15rem .3rem 1.2rem;display: flex;flex-direction: column;justify-content: space-around;}
.home3_tit .top h3{font-size: 0.32rem;color: #fff;font-weight: bold;margin-bottom: .4rem;white-space: nowrap;}
.home3_tit .top .arr{width: .6rem;height: .6rem;background:url(../images/arr.png) center center no-repeat;cursor:pointer;transition:all 0.5s ease;background-size: cover}
.zhicheng_box.active .home3_tit .top h3{white-space:pre-wrap;}
.zhicheng_box.active .home3_tit .top .arr{transform:rotateY(180deg);}
.zhicheng_box.active .home3_tit{min-width:1.6rem;}
.zhicheng_box{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/home3_bg1.jpg) center no-repeat;background-size: cover;z-index: 10;transform: translateX(101%);/* opacity: 0; */transition: 1s;}
.zhicheng_box .home3_tit{ left: 0; right: auto;}
.zhicheng_box .wp{flex-direction: column;justify-content: center;height: 100%;padding: .9rem 0 0;flex-wrap: nowrap;}
.zhicheng_box .content{position: relative;z-index: 1;width: calc(100% - .9rem);margin-left: .9rem;}
.zhicheng_box .tit2{text-align: right;width: 100%;}
.zhicheng_box .tit2 .t1{ color: #333333;}
.zhicheng_box .tit2 .t2{color: #094D96;padding-bottom: 0.27rem;margin-bottom: 0.27rem;}
.zhicheng_box .tit2 .t2:before{content:"";position:absolute;width: 2.5rem;height:1px;right:0;bottom:0;background: #c8d5ec;z-index:-1;}
.zhicheng_box .tit2 .t2:after{content:"";position:absolute;width:1.2rem;height:2px;right:0;bottom:0;background:#F79F68;z-index:-1;}





.zhicheng_box.active{transform: translateX(0);/* opacity: 1; */}

.list7{display: flex;flex-wrap: wrap;width: 100%;}
.list7 li{width: 2.8rem;margin-bottom: .12rem;max-width: 50%;text-align: center;}
.list7 li *{ transition: .5s;}
.list7 li .a{display: flex;flex-direction: column;height: 1.7rem;background: #eeeeed;justify-content: center;align-items: center;padding: 0 .15rem;position: relative;z-index: 1;cursor: pointer;}
.list7 li .a:before{ content:""; position: absolute; background: #294da7; bottom: 0; left: 0; top: 0; width: 0; z-index: -1;}
.list7 li .a .ico{width: .55rem;height: .55rem;position: relative;z-index: 1;}
.list7 li .a .ico img{ width: 100%; height: 100%;}
.list7 li .a .ico img.img2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transform: rotateY(-360deg) scale(0);}
.list7 li .a h5{font-size: .24rem;color: #444444;line-height: .3rem;font-weight: 300; width:100%;}

.list7 li:nth-child(2n-1){ margin-right: calc(100% - 5.6rem)}
.list7 li:nth-child(5), .list7 li:nth-child(6){ margin-bottom:0}
.list7 li.on .a:before{ width: 100%}
.list7 li.on .a *{ color: #fff;}
.list7 li.on .a .ico img.img1{ opacity: 0; transform: rotateY(-360deg) scale(0);}
.list7 li.on .a .ico img.img2{ opacity: 1; transform: rotateY(0) scale(1);}

.list8{width: calc((100% - 5.6rem) - .32rem);position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;}
.list8 li{display: none;height: 100%;}
.list8 li .a{display: block;position: relative;z-index: 1;height: 100%;}
.list8 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;flex-direction: column;justify-content: center;padding: 0 .8rem; z-index: 1;}
.list8 li .a .top:before{content:"";position: absolute;top: .42rem;right: .32rem;bottom: .42rem;left: .32rem;background: rgba(255,255,255,.82);z-index: -1;}
.list8 li .a .top h4{font-size: .35rem;color: #294da7;font-weight: 300;line-height: 1.5;}
.list8 li .a .top p{ font-size: .18rem; color: #444444; line-height: .33rem; margin-top: .3rem;text-align: justify;}
.list8 li .a .img{ height: 100%}
.list8 li .a .img .img_hezi{ padding-bottom: 100%}

.list9 li .a .time{display: flex;justify-content: center;align-items: center;width: .9rem;height: .9rem;background: rgba(243, 245, 246, 0.7);border-radius: 50%;font-size: .25rem;color: #094D96;font-family: bodont;margin: .15rem auto;}
.list9 li .a .con h3{ font-size: .24rem; color: #fff; line-height: 1.5; font-weight: bold; margin-bottom: .04rem;}
.list9 li .a .con p{ font-size: .14rem; color: #fff; line-height: .24rem; }

.list9 li:nth-child(2n-1) .a .time{ order: 1; }
.list9_box_btn{ position: relative; z-index: 1;}
.miso_btn1 .miso_arrow{width: .24rem;height: .24rem;background-size: cover !important;position: absolute;top: 50%;margin-top: 0; transition: .5s; cursor: pointer;}
.miso_btn1 .prev{background: url(../images/miso_btn_prev.png) center no-repeat; left: -.7rem;}
.miso_btn1 .next{ background: url(../images/miso_btn_next.png) center no-repeat; right: -.7rem}
.miso_btn1 .prev:hover{background: url(../images/miso_btn_prev_on.png) center no-repeat; }
.miso_btn1 .next:hover{ background: url(../images/miso_btn_next_on.png) center no-repeat; }
.list9 li:last-child .a .time{ font-size: .25rem}

/*  */
.home5{background: url(../images/hbg4.png) center no-repeat;background-size: cover;}
.home5 .tit1 big{margin: 0 auto;text-align: center;}
/* .home4-t ul{margin: 0 -0.2rem;position: relative;}
.home4-t li{width: 16.6%;padding: 0 0.2rem;}
.home4-t li .a{position: relative;width: 100%;height: 4.6rem;padding: 0.15rem 0.24rem;cursor: pointer;}
.home4-t li .h4-s{position: relative;width: 100%;height: 100%;}
.home4-t li h3{font-size: .28rem;color: #fff;line-height: 1.1;margin-bottom: .2rem;word-break: break-all;}
.home4-t li span{color: #fff;font-size: 0.18rem;line-height: 0.2rem;position: absolute;left: 0rem;bottom: 0rem;z-index: 1;writing-mode: bt-lr;-webkit-writing-mode: vertical-lr;}
.home4-t li:nth-child(1) .a{background: url(../images/h4-p1.jpg) no-repeat bottom/cover;}
.home4-t li:nth-child(2) .a{background: url(../images/h4-p2.png) no-repeat bottom/cover;}
.home4-t li:nth-child(3) .a{background: url(../images/h4-p3.png) no-repeat bottom/cover;}
.home4-t li:nth-child(4) .a{background: url(../images/h4-p4.png) no-repeat bottom/cover;}
.home4-t li:nth-child(5) .a{background: url(../images/h4-p5.jpg) no-repeat bottom/cover;}
.home4-t li:nth-child(6) .a{background: url(../images/h4-p6.jpg) no-repeat bottom/cover;}
.home4-t li:nth-child(1){padding-top: 0.6rem;}
.home4-t li:nth-child(2n){padding-top: 0.3rem;} */

.home4-t{justify-content: space-between;}
.home4-t .left{width: 59%;}
.home4-t .right{width: 38%;}
.home4-t .left .tab{display: none;}
.home4-t .left .tab:first-child{display: block;}


.home4-t .box{width: 100%; height: 5.45rem;}
.home4-t .box h3{background: rgba(255, 246, 241, 0.6);height: 0.8rem;padding: 0 0.2rem 0 0.3rem;align-items: center;overflow: hidden;}
.home4-t .box h3 p{width: 100%;overflow: hidden;}
.home4-t .box h3 p span{padding-right: 0.1rem;font-size: 0.36rem;font-family: 'syb';display: inline-block;}
.home4-t .box h3 p span::before{content: "";position: absolute;width:100vw;height: 1px;border-top: 1px dashed;left: 100%;top: 0.19rem;}
.home4-t .box h3 p span::after{width: 30vw;height: 1px;border-top: 1px dashed;left: 100%;top: 0.27rem;bottom: auto;}
.home4-t dl{padding: 0.15rem 0.1rem;/*height: 4.65rem;*/overflow-y: auto; align-items: flex-start; max-height: 4.65rem;}
.home4-t dt{padding: 0rem;width: 33.3%;}
.home4-t dt *{transition: 0.4s;}
.home4-t dt a{height: 0.58rem;display: flex;align-items: center;padding: 0 0.3rem;}
.home4-t dt a::after{opacity: 0;width: 100%;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(220, 220, 220, 0.3);border-left: 0.03rem solid;}
.home4-t dt h4{font-size: 0.2rem;color: #333333;line-height: 1.5;}

.h4-t{align-items:flex-end;}
.h4-l{width: 66.6%;display: flex;/* flex-direction: column; */justify-content: flex-end;flex-wrap: wrap;align-items: flex-end;}
.h4-r{width: 33.3%;}
.h4-t li{/* padding: 0 0.1rem; */margin-bottom: 0.2rem;}
.h4-t ul{padding:0 .1rem;}
.h4-t li:last-child{/* margin-bottom:0; */}
.h4-l ul{width: 50%;}
.h4-l ul:first-child{width: 80%;}
.h4-t li *{transition: 0.5s;}
.h4-t li .a{display: flex;align-items: center;justify-content: center;cursor: pointer;}
.h4-t li h3{font-size: 0.3rem;line-height: 0.46rem;font-family: 'syb';}
.h4-t li .a::after{width: 100%;height: 70%;background: url(../images/h3bg2.png) no-repeat top;background-size: cover !important;opacity: 0;}

.h4-t .li1 .a{height: 3.07rem;background: #FFF4EE;}
.h4-t .li2 .a{height: 2.14rem;background: #E5EFF9;}
.h4-t .li3 .a{height: 1.44rem;background: #FFF9EA;}
.h4-t .li4 .a{height: 1.29rem;background: #C9DDF3;}
.h4-t .li5 .a{height: 2.43rem;background: #CCEFF3;}
.h4-t .li6 .a{height: 1.69rem;background: #DEEAF6;}
.h4-t .li1 h3{color: #EA9160;}
.h4-t .li2 h3{color: #2659A4;}
.h4-t .li3 h3{color: #C79311;}
.h4-t .li4 h3{color: #155193;}
.h4-t .li5 h3{color: #15717B;}
.h4-t .li6 h3{color: #215589;}
.h4-t li.on h3{color: #fff;}
.h4-t li.on .a::after{opacity: 1;}
.h4-t .li1.on .a{background: #EA9160;}
.h4-t .li2.on .a{background: #205E9F;}
.h4-t .li3.on .a{background: #DBAC2C;}
.h4-t .li4.on .a{background: #4D83BC;}
.h4-t .li5.on .a{background: #23BDCE;}
.h4-t .li6.on .a{background: #76B5F4;}

.home4-t .box.bg1 h3{background: #FFF4EE;}
.home4-t .box.bg2 h3{background: #E5EFF9;}
.home4-t .box.bg3 h3{background: #FFF9EA;}
.home4-t .box.bg4 h3{background: #C9DDF3;}
.home4-t .box.bg5 h3{background: #CCEFF3;}
.home4-t .box.bg6 h3{background: #DEEAF6;}
.home4-t .box.bg1 p{color: #EA9160;}
.home4-t .box.bg2 p{color: #205E9F;}
.home4-t .box.bg3 p{color: #DBAC2C;}
.home4-t .box.bg4 p{color: #4D83BC;}
.home4-t .box.bg5 p{color: #23BDCE;}
.home4-t .box.bg6 p{color: #76B5F4;}
/* .home4-t .box.bg1 p::after,.home4-t .box.bg1::before{border-color:#EA9160;}
.home4-t .box.bg2 p::after,.home4-t .box.bg2::before{border-color:#205E9F;}
.home4-t .box.bg3 p::after,.home4-t .box.bg3::before{border-color:#DBAC2C;}
.home4-t .box.bg4 p::after,.home4-t .box.bg4::before{border-color:#4D83BC;}
.home4-t .box.bg5 p::after,.home4-t .box.bg5::before{border-color:#23BDCE;}
.home4-t .box.bg6 p::after,.home4-t .box.bg6::before{border-color:#76B5F4;} */
.home4-t .box.bg1 dt a::after{border-color:#EA9160;background: linear-gradient(90deg, #FFF3ED 0%, #FFFBF8 100%);}
.home4-t .box.bg2 dt a::after{border-color:#205E9F;background: linear-gradient(90deg, #fff 0%, #E5EFF9 100%);}
.home4-t .box.bg3 dt a::after{border-color:#DBAC2C;background: linear-gradient(90deg, #fff 0%, #FFF9EA 100%);}
.home4-t .box.bg4 dt a::after{border-color:#4D83BC;background: linear-gradient(90deg, #fff 0%, #C9DDF3 100%);}
.home4-t .box.bg5 dt a::after{border-color:#23BDCE;background: linear-gradient(90deg, #fff 0%, #CCEFF3 100%);}
.home4-t .box.bg6 dt a::after{border-color:#76B5F4;background: linear-gradient(90deg, #fff 0%, #DEEAF6 100%);}

.home4-t .box.bg1{background: url(../images/h3-bg1.png) no-repeat bottom rgba(255, 255, 255, 0.3);background-size: 100%;}
.home4-t .box.bg2{background: url(../images/h3-bg2.png) no-repeat bottom rgba(255, 255, 255, 0.3);background-size: 100%;}
.home4-t .box.bg3{background: url(../images/h3-bg3.png) no-repeat bottom rgba(255, 255, 255, 0.3) ;background-size: 100%;}
.home4-t .box.bg4{background: url(../images/h3-bg4.png) no-repeat bottom rgba(255, 255, 255, 0.3);background-size: 100%;}
.home4-t .box.bg5{background: url(../images/h3-bg5.png) no-repeat bottom rgba(255, 255, 255, 0.3);background-size: 100%;}
.home4-t .box.bg6{background: url(../images/h3-bg6.png) no-repeat bottom rgba(255, 255, 255, 0.3);background-size: 100%;}





@media(min-width: 1200px){
	.home4-t dt a:hover::after{opacity: 1;}
	.home4-t .box.bg1 dt a:hover h4{color: #EA9160;}
	.home4-t .box.bg2 dt a:hover h4{color: #205E9F;}
	.home4-t .box.bg3 dt a:hover h4{color: #DBAC2C;}
	.home4-t .box.bg4 dt a:hover h4{color: #4D83BC;}
	.home4-t .box.bg5 dt a:hover h4{color: #23BDCE;}
	.home4-t .box.bg6 dt a:hover h4{color: #76B5F4;}
}
@media(max-width: 1199px){
	.home4-t li h3{font-size: 0.28rem;}
	/* .home4-t ul{margin: 0 -0.1rem;}
	.home4-t li{width: 16.6%;padding: 0 0.1rem;} */
}
@media(max-width: 1024px){
	.home4-t li h3{font-size: 0.26rem;}
}
@media(max-width: 880px){
	.home5 .tit1 big{margin: 0 auto;}
	/* .home4-t li{padding: 0 .1rem !important;}
	.home4-t li .a{position: static;padding: 0.15rem;}
	.home4-t .box{left: auto !important;transform: translateX(0) !important;right: 0 !important;width: 100%;}
	.home4-t dt a{padding: 0 0.1rem;} */
	.home4-t dt h4{font-size: 0.18rem;}
	/* .home4-t li h3{font-size: .2rem;} */

	.home4-t .left{width: 100%;}
	.home4-t .right{width: 100%;order: -1;}
	.home4-t dt a{padding: 0;}
	.home4-t dl{height: auto;}
	.home4-t .box h3 p{font-size: 0.3rem;}
}
@media(max-width: 400px){
	
	/* .home4-t li{width: 33.3%;margin-bottom: 0.3rem;}
	.home4-t dt{width: 33.3%;}
	.home4-t li:nth-child(4) .box,.home4-t li:nth-child(5) .box,.home4-t li:nth-child(6) .box{top: auto;bottom: 0.3rem;} */
	.home4-t dt{width: 50%;}
}


.home6{ padding: .5rem 0;}
.section.home6 .fp-tableCell{ padding: 0;}
.list16 li .a .img .img_hezi{ padding-bottom: 52.17%;}
.list16_box_btn{ position: relative; z-index: 1;}
.miso_btn2 .miso_arrow{width: .6rem;height: .6rem;background-size: 1.2rem 1.2rem !important;position: absolute;top: 50%;margin-top: -.3rem;transition: .5s;cursor: pointer;}
.miso_btn2 .prev{ background: url(../images/arr2.png) 0 -.6rem no-repeat; left: -1.2rem;}
.miso_btn2 .next{ background: url(../images/arr2.png) 0 0 no-repeat; right: -1.2rem}
.miso_btn2 .prev:hover{ background: url(../images/arr2.png) -.6rem -.6rem no-repeat; }
.miso_btn2 .next:hover{ background: url(../images/arr2.png) -.6rem 0 no-repeat; }

.section.footer .fp-tableCell{ padding: 0;}
.footer{padding: 0px !important;background:url(../images/fbg.jpg) center center no-repeat;background-size:cover;}
.footer .foot1{justify-content: space-between;padding: 0.5rem 0;}
.footer .box1{width:36%;}
.footer .box2{width:25%;}
.select{width: 4.5rem;position: relative;cursor: pointer;margin-top: 0.5rem;}
.select h2{font-size: 0.18rem;height: 0.6rem;align-items: center;padding: 0 .15rem;justify-content: space-between;border: 1px solid #4E5967;border-radius: 0.05rem;}
.select h2 p{color: #8898AD;white-space: nowrap;}
.select ul{background: #f8f8f8;height: 2rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select h2 img{width: 0.11rem;}
.select li:hover{background:#0077B5;color:#fff;}


.footer .box2 dl{padding-top: .25rem;}
.footer .box2 dt{font-size: .2rem;color:#B1BFD1;border-bottom: 1px solid rgba(255, 255, 255, 0.1);padding-bottom: 0.3rem;margin-bottom: 0.3rem;}
.footer .box2 dt::after{width: 0.7rem;height: 0.03rem;background: #516073;bottom: -0.02rem;}
.footer .box2 dd{font-size:0.18rem; color:#B1BFD1; line-height:0.4rem; transition: .5s;}

.footer .foot2{font-size: .15rem;color:#282828;line-height: 1.5;padding: 0.45rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.footer .foot2 .wp{justify-content: space-between;align-items: center;}

.footer .fot1{width: 30%;}
.footer .fot2{width: 67%;}
.footer .fot2 ul{justify-content: space-between;width: 100%;}
.footer .fot2 li{align-items: center;font-size: 0.36rem;color: #FFFFFF;/* margin-bottom: 0.15rem; */display: flex;width: 33.3%;padding-left: .25rem;/* flex-wrap: wrap; */}
.footer .fot2 li span{width:.5rem;height:.5rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.footer .fot2 li img{display: inline-block;width: 100%;}
.footer .fot2 li b{flex: 1;min-width: 0;padding-left: 0.18rem;font-size: .2rem;color: #FFFFFF;font-weight: normal;}
.footer .fot2 li p{flex: 1;min-width: 0;padding-left: 0.18rem;word-break: break-all;}
.foot2 p,.foot p{font-size: 0.16rem;color: #B1BFD1;line-height: 0.34rem;}
.foot{text-align: center;padding: 0.24rem 0;}




.fp-viewing-f1 .nav_box, .fp-viewing-f2 .nav_box, .fp-viewing-f3 .nav_box, .fp-viewing-f4 .nav_box::before, .fp-viewing-f5 .nav_box, .fp-viewing-f6 .nav_box, .fp-viewing-f7 .nav_box{ background: rgba(41, 77, 167, 0.5); }
.fp-viewing-f1 .nav_box:before, .fp-viewing-f2 .nav_box:before, .fp-viewing-f3 .nav_box:before, .fp-viewing-f4 .nav_box::before, .fp-viewing-f5 .nav_box:before, .fp-viewing-f6 .nav_box:before, .fp-viewing-f7 .nav_box:before{height: 100%;opacity: 0;visibility: hidden;}

/*==========================================首页 结束=============================================*/

@media(min-width: 1200px){
	.a:hover .img_zd .img_hezi, a:hover .img_zd .img_hezi, .slow:hover img{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
	
	.list3 li .a:hover h4, .list4 li .a:hover h4, .tit1 .more1:hover{ color: #2c4ea7;}
	.list00 li .a:hover{ box-shadow: 0px 0px .3rem 0px rgba(0, 0, 0, 0.1);}
	.list00 li .a:hover .zoomBtn {
		-webkit-transform: translateY(0) scale(.7);
		-moz-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: 1;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.default {
		-webkit-transform: translate(100%,-100%);
		-moz-transform: translate(100%,-100%);
		transform: translate(100%,-100%);
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
		transition-delay: .4s;
	}
	.list00 li .a:hover .zoomBtn .icon_svg.hover {
		-webkit-transition-delay: .6s;
		-moz-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		transform: translate(0);
	}
	
	.list5 li .a:hover{ z-index:2;}
	.list5 li .a:hover::before{ transform: scaleY(1.3); opacity: 1;}
	.list5 li .a:hover .num{color:#fff; }
	.list5 li .a:hover .num .number{color:#fff;}
	.list5 li .a:hover .d{color:#fff;}
	
	.list6 li a:hover:before{transform: scale(1.5);opacity: 1;}
	.list6 li a:hover:hover .text{bottom: 50%; transform: translateY(65%);;}
	.list6 li a:hover:hover .d{margin-top:10px;height: 1.56rem;opacity: 0.8;}
	
	.list9 li .a:hover::before{ background: #294da7;}
	.list9 li .a:hover .time{ background: #294da7; color: #fff;}

	.more1 .a1:hover{ color: #294da7}
	
	.list12 li .a:hover .top:before{ opacity: .8}
	.list12 li .a:hover .top h4{ opacity: 1}
	.list12 li .a:hover .top p{opacity: 1}
	.list12 li .a:hover .top .line{ width: 100%; opacity: .7;}
	.list12 li .a:hover .top .ico img{ transform: rotateY(180deg);}
	
	.footer .box2 dd:hover{ color: #294da7}
}
@media(max-width: 1680px){	
	.nav_box .nav_wrap .logo img{ max-height: .6rem;}
	.nav_box .nav .nav_li {
     margin: 0 0.05rem;
     padding: 0;
     /* font-size: .16rem; */
}
	.home3_tit .img .img_hezi{ padding-bottom: 200.4%;}
	.home3_tit .top{ padding: 0 .2rem .5rem;}
	
	.miso_btn1 .prev{ left: -.24rem;}
	.miso_btn1 .next{ right: -.24rem;}
}
@media(max-width: 1500px){	
	.nav_box .search{ margin-left: .1rem;}

	.zhicheng_box .content{margin-left: 1.4rem;width: calc(100% - 1.4rem);}
}
@media(max-width: 1440px){	
       .nav_box .nav .nav_li {
    /* margin: 0 0.08rem; */
    /*  padding: 0 0.05rem; */
    /* font-size: .16rem; */
}
	.nav_box .search{ margin-left: 0;}
	.nav_box .nav_wrap .logo img{ max-height: .5rem;}
	.nav_box .nav_wrap{ padding-left: 15px;}
	.list13{ margin-right: .4rem}
}
@media(max-width: 1360px){	
.nav_box .nav_wrap .logo img{ max-height: .45rem;}
 .nav_box .nav .nav_li {font-size: .16rem;}
}

@media(max-width: 1200px){	
	.index{ display: none;}
	.m_header_box{ display: block;}
	
	.main-visual-slider{height: 60vw;}
	.main-visual-slider .swiper-slide .visual-img{height: 60vw;}
	.section{ padding: .5rem 0;}
	.main-visual-wrapper{ padding: 0;}
	.inotice_list_con .arrs{ display: none;}
	.inotice_list_con{ padding: 0 15px 0 0;}
	
	.home2 .wp{ height: auto;}
	.zhicheng_box .wp{ padding: 0 15px;}
	.zhicheng_box{position: relative;transform: translateX(0);margin-top: .5rem;padding-top: .5rem;}
	.home3_tit{ display: none;}
	.footer .box1{width: 100%;margin-bottom: .4rem;}
        .footer .box1 .select{width: 100%;}     
	.footer .box1, .footer .box2{ text-align: center;}
	.footer .box2{width: 50%;}

        
	
	.main-visual-slider.ar_web{/* display: none */}
	.main-visual-slider.ar_wap{ display: block}
	
	.main-visual-control-btns .main-visual-conuter{ display: none;}
	.main-visual-control-btns{ margin-left: .3rem;}
	.zhicheng_box .content{margin-left: 0;width: 100%;}
	.list9_box_btn{ margin: 0 15px}
}
@media(max-width: 992px){
	.inotice_list_con .jg{ margin: 0 .1rem;}
	
	
	
	.list6 li .text .t{ font-size: .2rem;}
	
	.list7{ width: auto; margin: 0 -.1rem}
	.list7 li{width: 50%;margin: 0 0 .2rem !important;padding: 0 .1rem;}
	.list8{position: relative;width: 100%;}
	
	.list8 li .a .img{ position: absolute;}
	.list8 li .a .img .img_hezi{ padding-bottom: 100%;}
	.list8 li .a .top{ position: relative; padding: .5rem .5rem;}
	.list8 li .a .top:before{top: .2rem;right: .2rem;bottom: .2rem;left: .2rem;background: #eeeeed;}
    .home3{ position: relative; z-index: 1}
    .home3:before{content:"";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.1);}
}
@media(max-width: 768px){
	#gotop{ right:0; transform:scale(0.7)}
	
	.list1 li .a span{ display: none;}
	.list1 li .a h4{ width: 100%; max-width: 100%;}
	
	.home3 .left{width: 100%;order: 1;}
	.home3 .right{width: 100%;padding-right: 0;}
	.tit2 .t1{text-align: center;margin-right: 0;}
	.tit2 .t2{ text-align: center; margin-right: 0;}
	.tit2 .t2:before{width: 1rem;margin-left: -.5rem;left: 50%;right: auto;}
	.tit2 .t2:after{width: .5rem;left: 50%;margin-left: -.25rem;}
	
	.tit1 big{font-size: .3rem;margin: 0;}
	.tit1 .more1{ font-size: .16rem;}
	.tit1{border-bottom: #d8dbde 1px solid;padding-bottom: .18rem;}
	.tit1 .more1::after{}
	.list3 li .a{padding: .2rem 0 .15rem;border-bottom: #d8dbde 1px solid;}
	.list3 li .a h4{margin-top: .1rem;}
	.list4 li .a .con{background: none;padding: 0;}
	.list4 li .a h4{ margin-top: .1rem}
	
	.home2 .box h3{font-size: .2rem;margin-bottom: .2rem;}
	.home2 .box h2{font-size: .36rem;padding-bottom: .3rem;}
	
	.list5{ flex-wrap: wrap;}
	.list5 li{/* width: 50%; */max-width: 100%;margin-bottom: .15rem;}
	.list5 li .a{ height: 1.1rem}
	.list5 li .a .num .number{font-size: .28rem;}

	.home2 .box .arr{ width: .44rem; height: .44rem}
	.home3{}

	.tit2 .t1{font-size: .2rem;margin-bottom: .15rem;margin-right: 0;}
	.tit2 .t2{font-size: .36rem;padding-bottom: .3rem;}
	.list7 li .a h5{ font-size: .2rem;}
	.list7 li .a .ico{ width: .48rem; height: .48rem;}
	.list7 li .a{ height: 1.4rem;}
	.list8 li .a .top h4{ font-size: .24rem}
	.list8 li .a .top p{margin-top: .15rem;font-size: .16rem;line-height: .26rem;}
	
	.misoTab1 .hd ul{ margin: 0 -7px;}
	.misoTab1 .hd ul li{padding: 0 7px;height: .5rem;}
	.list9_box_btn{ padding: 0 .24rem;}
	.miso_btn1 .prev{left: 0;width: .18rem;height: .18rem;background-size: cover !important;margin-top: .04rem;}
	.miso_btn1 .next{right: 0;width: .18rem;height: .18rem;background-size: cover !important;margin-top: .04rem;}
	
	.tit3 img{ max-width: 60vw;}
	.list9 li .a .con h3{font-size: .2rem;margin-bottom: .1rem;}
	
	.tit4 .ll{ font-size: .3rem;}
	.list13 li .a .ico{ width: .4rem; height: .4rem;}
	.list13 li{margin: 0 0 0 .15rem;}
	
	.home5 .content{ flex-wrap: wrap;}
	.home5 .content .left{ width: 100%; margin-bottom: 15px;}
	.home5 .content .right{ width: 100%;}
	.list15{ margin: 0 -7px; display: flex; flex-wrap: wrap;}
	.list15 li{width: 50%;padding: 0 7px;margin-bottom: 0 !important;}
	.list14 .a .top img{ height: .8rem;}
	.list15 li .a .top img{width: .42rem;margin: 0 .15rem 0 0;}
	.list15 li .a .top{ font-size: .24rem;}
	.tit4{ margin-bottom: .3rem;}
	.misoTab1 .hd ul li a{ font-size: .2rem;}
	.footer .box2{ width: 100%}

	.footer .box2 dl{padding: .2rem 0;display: flex; flex-wrap: wrap}
	.footer .box2 dl dt{width: 100%;margin-bottom: .1rem;}
	.footer .box2 dl dd{ text-align: center;width: 50%;}
	.footer .foot1{ padding: 0.3rem 0 0.15rem;}
    .footer .foot2{padding:.3rem 0 .1rem}
	.footer .foot2 .fot1{ text-align: center;width: 100%;}
	.footer .foot2 .fot2{ text-align: center;width: 100%;margin-top:.15rem;}
    .footer .foot2 .fot2 li{width:100%;margin-bottom:.15rem;justify-content:center;padding: 0;}
	 .footer .foot2 .fot2 li b, .footer .foot2 .fot2 li p{flex:none}
	 .footer .foot2 .fot2 li span{width:.25rem;height:.25rem;}
	.section{ padding: .4rem 0;}
	.main-visual-wrapper{ padding: 0}
    .footer{padding:0;}
    .list6 li.box1 .img{ background: #000}
	.list6 li.box1 .img .img_hezi{ opacity: .8}
	.home5{padding: 0.4rem 0 0.1rem;}
	.footer .fot1 h4{font-size:.24rem;}
}
@media(max-width: 456px){
	.home2{padding: .4rem 0 0;}
	.list5 li{width:50%;margin-bottom:.5rem;}
	.list5 li .a{margin:0 auto;}
	 .footer .foot2 .fot2 li{justify-content:flex-start;}
	 .footer .foot2 .fot2 li b, .footer .foot2 .fot2 li p{flex:1;text-align:left;}
} 

/*内页公共样式*/
.n_banner{position: relative;z-index: 1;/* overflow: hidden; */}
.n_banner .img .img_hezi{ padding-bottom: 31.09375%;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; bottom: 0;}
.n_banner .top .wp{ height: 100%; display: flex; flex-direction: column; justify-content: center;}
.n_banner .top h3{font-size: .6rem;color: #fff;font-family: syb;}
.adress{margin-top: 0.3rem;}
.adress p{align-items: center;font-size: 0.2rem;color: #9FB5EE;line-height: 1.3;}
.adress p span{display: inline-block;padding: 0 0.05rem;}
.adress p img{display: inline-block;margin-right: 0.15rem;}


.list_sj{position: relative;/* right: 0; *//* bottom: 0; *//* left: 0; */background: rgba(255,255,255,1);box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);}
.list_sj ul{display: flex;flex-wrap: nowrap;min-height: .56rem;}
.list_sj ul li{ width: 16.6%;}
.list_sj ul li *{ transition: .5s;}
.list_sj ul li a{display: flex;width: 100%;height: 1rem;justify-content: center;align-items: center;font-size: .2rem;color: #222222;font-family: syb;padding: 0px 0.05rem;text-align: center;line-height: 1.4;flex-wrap: wrap;word-break: break-word;}

.list_sj ul li.on a, .list_sj ul li a:hover{ background: #094D96; color: #fff;}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;float: left;width: 100%;background: #094D96;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: rgb(255, 255, 255); text-align: center; margin: 0px; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 15px; top: 0px; height: 50px; cursor: pointer; color: rgb(255, 255, 255); font-size: 18px; display: flex; align-items: center; }
#bnt_sub_nav svg { fill: rgb(255, 255, 255); height: 20px; vertical-align: middle; width: 20px; }
#bnt_sub_nav img { display: block; height: 20px; }
#bnt_sub_nav.on img { transform: rotate(-180deg); }
#sub_nav_content { background: rgb(240, 243, 245); display: none; box-shadow: rgb(153, 153, 153) 0px 0px 5px; z-index: 9; }
#sub_nav_content ul {padding: 10px; display: none;}
#sub_nav_content ul li { display: block; line-height: 0.28rem;  }
#sub_nav_content ul li a {display: block;/* border-left: 2px solid rgb(202, 158, 78); */line-height: .3rem;font-size: .14rem;padding-left: 10px;color: rgb(83, 84, 85);}
#sub_nav_content ul li.on a {/* color: rgb(202, 158, 78); */}
#sub_nav_content dl { font-size: 0px; overflow: hidden; background: rgb(255, 255, 255); padding: 0.1rem;}
#sub_nav_content dt {position: relative;background: rgb(255, 255, 255);z-index: 999;width: 100%;display: block;margin-bottom: 0px;}
#sub_nav_content dt a { display: block; color: rgb(91, 83, 73); line-height: 0.3rem; font-size: 0.16rem; font-weight: 400;flex: 1;min-width: 0;padding-right: 0.1rem;}
#sub_nav_content dt h3{position: relative;padding: 0.05rem 0;align-items: center;}
#sub_nav_content i{opacity: 1;display: inline-block;width: .34rem;height: .3rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 0.15rem 0.15rem !important;transition: 0.5s;font-style: normal;}
#sub_nav_content i.on{transform: rotate(-90deg);}


#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on h3 a, #sub_nav_content li.on a {color: #b60408;}



@media(min-width: 1200px){	
}
@media(max-width: 1200px){	
	#m_n_nav{ display: block;}
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	
}
@media(max-width: 456px){
	
} 

/*关于建投-组织架构*/

.n_container{overflow: hidden;padding: 0rem 0 .5rem;}
.n_pad1{padding: .5rem 0;}
.list_sij{ margin-bottom: .65rem;}
.list_sij ul{ justify-content: center; margin: 0 -1px; }
.list_sij ul li{padding: 0 1px;max-width: 50%;}
.list_sij ul li *{ transition: .5s;}
.list_sij ul li a{display: flex;justify-content: center;align-items: center;width: 3.15rem;height: .62rem;background: #eeeeee;max-width: 100%;font-size: .18rem;color: #333333;line-height: 1.375;position: relative;}
.list_sij ul li a::before{content: "";position: absolute;bottom: 0;left: 50%;border-bottom: #fff .06rem solid;border-left: transparent .05rem solid;border-right: transparent .05rem solid;margin-left: -.05rem;transform: translateY(.06rem);}
.list_sij ul li.on a, .list_sij ul li a:hover{ background: #ff903f; color: #fff;}
.list_sij ul li.on a::before, .list_sij ul li a:hover::before{ transform: translateY(0);}

.n_tit1{ text-align: center;}
.n_tit1 h3{ font-size: .24rem; color: #333; line-height: 1.5; margin-bottom: .5rem;}

.list17 li{margin-bottom: 0.65rem;}
.list17 li h4{width: 2.05rem;background: url(../images/jgbg.jpg) no-repeat center/cover;display: flex;justify-content: center;padding: 0.8rem 0;}
.list17 li dl{flex: 1;min-width: 0;padding: 0.5rem 0.5rem;background: url(../images/jg-bg2.png) no-repeat bottom/cover;}
.list17 li:last-child h4{background: url(../images/jgbg2.jpg) no-repeat center/cover;}
.list17 li h4 span{color: #fff;font-size: 0.54rem;font-family: syb;writing-mode: bt-lr;
    -webkit-writing-mode: vertical-lr;
}
.list17 li a{align-items: baseline;}
.list17 li dt img{width: 0.2rem;}
.list17 li dt p{flex: 1;min-width: 0;padding-left: 0.15rem;font-size: .2rem;line-height: 0.6rem;color: #333333;transition: 0.5s;}

.list17-1 h4{background: #094D96;height: 1.2rem;display: flex;align-items: center;padding: 0 0.6rem;}
.list17-1 h4 span{color: #fff;font-size: 0.3rem;font-family: syb;line-height: 1.3;}
.list17-1 dl{padding: 0.5rem 0.5rem;background:#F8FCFF;}
.list17-1 li a{align-items: baseline;}
.list17-1 li dt img{width: 0.2rem;}
.list17-1 li dt p{flex: 1;min-width: 0;padding-left: 0.15rem;font-size: 0.2rem;line-height: 0.6rem;color: #333333;transition: 0.5s;transition: 0.5s;}

@media(min-width: 1200px){
	.list17 li a:hover p,.list17-1 li a:hover p{ color:#094D96;}

}
@media(max-width: 1200px){	
	.list_sj{ display: none;}
}
@media(max-width: 992px){
	.n_pad1{ padding: .5rem 0;}
	

}
@media(max-width: 768px){
	.n_pad1{padding: .4rem 0 .5rem;}
	
	.n_banner .top h3{font-size: .2rem;}
	.n_banner .top p{ font-size: .14rem}
	.n_container{padding:0;}
	.list17 li h4{width:1rem;}
	.list17-1 li h4{height: auto;padding: .2rem;}
	.list17 li h4 span,.list17-1 li h4 span{font-size:.3rem;}
	.list17 li dl,.list17-1 li dl{padding:.2rem;}
	.list17 li dt p,.list17-1 li dt p{font-size:.18rem;line-height:.4rem;}
}
@media(max-width: 456px){
	.structure .list_sij3 ul li{width: 100%;}
} 
/* 业务布局 */
.ywbj{padding: 0.45rem 0;}
.ywbj dt{width: 16.6%;height: 0.88rem;display: flex;align-items: center;font-size: 0.3rem;color: #333333;font-family: syb;text-align: center;justify-content: center;background: #F6F6F6;margin-bottom: 0.4rem;cursor: pointer;}
.ywbj dt.on{background: #094D96;color: #fff;}
.ywbj .tab{display: none;}
.ywbj .tab:first-child{display: block;}
.ywbj li{width: 25%;padding: 0 0.45rem;margin-bottom: 0.22rem;}
.ywbj li a{display: flex;align-items: center;height: 0.58rem;padding: 0 0.3rem;box-shadow: 0px 0.04rem 0.1rem 0px rgba(220, 220, 220, 0.3);background: linear-gradient(270deg, #FFFFFF 0%, #F7F9FD 100%);border-left: 0.03rem solid #094D96;}
.ywbj li a::after{background: #294CA8;width: 100%;opacity: 0;}
.ywbj li h3{font-size: 0.2rem;color: #333333;line-height: 1.3;transition: 0.5s;}

@media(min-width: 1200px){
	.ywbj li a:hover{border-left: 0.03rem solid #FF903F;}
	.ywbj li a:hover::after{opacity: 1;}
	.ywbj li a:hover h3{color: #fff;}
}

@media(max-width: 1024px){
	.ywbj li{width: 25%;padding: 0 0.1rem;margin-bottom: 0.22rem;}
}
@media(max-width: 768px){
	.ywbj dt{width: 33.3%;margin-bottom: 0.3rem;}
	.ywbj li{width: 50%;}
	.ywbj dt{font-size: .2rem;}
	.ywbj li h3{font-size: 0.18rem;}
}

/*关于建投-领导团队*/
.leader{}
.leader ul{border-left: 1px solid rgba(211, 211, 211, 0.3);}
.leader h3{background: #094D96;height: 0.92rem;display: flex;align-items: center;color: #fff;padding: 0 0.45rem;font-size: 0.3rem;font-family: syb;}
.list18 li *{ transition: .5s;}
.list18 li .a{display: flex;background: #fff;height: .85rem;align-items: center;justify-content: space-between;overflow: hidden;position: relative;z-index: 1;border-bottom: 1px solid rgba(211, 211, 211, 0.3);flex-wrap: wrap;}
.list18 li:nth-child(2n) .a{ background: #F3FAFF;}

/* .list18 li .a::before{  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list18_bg.jpg) center no-repeat; background-size: cover; opacity: 0; z-index: -1;} */
.list18 li .a::after{  content: ""; position: absolute; top: 50%; left: 0; width: 7px; height: .4rem; background: #d8a267; transform: translate(-101%, -50%); z-index: -1;}
.list18 li .a .ll{font-size: .2rem;color: #333;width: 30%;border-right: 1px solid rgba(211, 211, 211, 0.3);line-height: 1.3;padding: 0 0.2rem 0 0.4rem;display: flex;align-items: center;height: 100%;}
.list18 li .a .rr{width: 70%;border-right: 1px solid rgba(211, 211, 211, 0.3);padding: 0 0.3rem;height: 100%;display: flex;align-items: center;}
.list18 li .a .rr span{ display: block; position: relative; z-index: 1; font-size: .2rem; color: #333; line-height: 1.375;}
/* .list18 li .a .rr span::before{content: "";position: absolute;left: 100%;width: 100vw;height: 1px;background: #c2c2c2;top: 50%;}
.list18 li .a .rr span::after{content: "";position: absolute;left: 100%;width: 7px; height: 7px; background: #dcdcdc;top: 50%; border-radius: 50%; margin: -3px 0 0} */

@media(min-width: 1200px){	
	/* .list18 li .a:hover::before{ opacity: 1;}
	.list18 li .a:hover::after{ transform: translate(0, -50%);}
	.list18 li .a:hover *{ color: #fff !important;} */
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.list18 li .a{/* height: auto; *//* min-height: .7rem; */}
	.list18 li .a .ll{width: 25%;font-size: .18rem;padding: 0 .15rem;}
	.list18 li .a .rr{width: 75%;padding: 0 .15rem;}
	.list18 li .a .rr span{ font-size: .18rem; padding: 0 .2rem 0 0;}
    .leader h3{font-size:.22rem;height:.7rem;padding:0 .25rem;}
}
@media(max-width: 768px){

	
}
@media(max-width: 500px){
	.list18 li .a{height:auto;}
	.list18 li .a .ll{padding: .15rem;width:100%;}
	.list18 li .a .rr{width:100%;padding: .15rem;}
} 

/*联系建投*/
.contact{ background: #f9fafc;}
.contact .content{transform: translateY(-1.05rem);position: relative;z-index: 10;padding: .5rem .6rem .7rem;background: #ffff;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);align-items: center;}
.contact .left{width: 5.9rem;}
.contact .left .img_box{ position: relative; z-index: 1; padding: .14rem 0 0 .14rem;}
.contact .left .img_box::before{ content: ""; position: absolute; top: 0; right: .75rem; bottom: .35rem; left: 0; background: #094D96;}
.contact .right{width: calc(100% - 5.9rem);padding: 0 0 0 .35rem;}
.contact .right h3{font-size: .3rem;color: #333;font-weight: bold;line-height: 1.5;padding-bottom: .06rem;}
.list19{font-size: .2rem;color: #333333;line-height: 2;}
.list19 li{display: flex;justify-content: space-between;align-items: center;margin: .26rem 0;}
.list19 li img{width: .24rem;}
.list19 li p{width: calc(100% - .44rem);line-height: 1.5;/* font-family: 'syb'; */}

@media(min-width: 1200px){	
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.contact .left{ width: 100%;}
	.contact .right{width: 100%;padding: .3rem 0 0;}
}
@media(max-width: 768px){
	.contact .content{ padding: .3rem; transform: translateY(-.5rem);}
	.list19 li img{ width: .2rem; margin: .04rem 0 0;}
	.contact .right h3{font-size:.22rem;}
	.list19 li{font-size:.2rem;}
}
@media(max-width: 456px){
	
} 

/*建投动态-国企资讯*/
.list20 li{ margin-bottom: .52rem; position: relative; z-index: 1;}
.list20 li *{ transition: .5s;}
.list20 li .a{ display: flex; align-items: center; height: 1.48rem; background: #f3f5f9; padding: 0 .4rem 0 .2rem;}
.list20 li .a::before{content: "";position: absolute;top: .05rem;right: -.05rem;bottom: -.05rem;left: 0;background: #094D96;z-index: -1;opacity: 0;transform: translateY(.1rem);}
.list20 li .a .time{ width: 1.1rem; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-right: #c2c2c2 1px dashed; margin-right: .24rem;}
.list20 li .a .time h3{ font-size: .5rem; color: #777777;}
.list20 li .a .time h6{ font-size: .16rem; color: #333333; margin: .08rem 0 0;}
.list20 li .a .con{flex: 1;overflow: hidden;}
.list20 li .a .con h4{ font-size: .2rem; color: #333333; line-height: 1.25;}
.list20 li .a .con p{ font-size: .14rem; color: #777777; line-height: .24rem; max-height: .48rem\0; margin: .1rem 0 0;}

.list20 li:last-child{ margin-bottom: 0;}

.pages{ text-align: center; margin: .7rem 0 0;}
.pages .box{ display: flex; text-align: center; justify-content: center; flex-wrap: wrap;}
.pages .box *{ transition: .5s;}
.pages .box a{ display: inline-block; background: #ededed; padding: 0 .2rem; background: #ededed; font-size: .14rem; color: #666666; line-height: .42rem; margin: 0 .035rem;}

.pages .box a.on, .pages .box a:hover{ background: #ff903f; color: #fff;}

@media(min-width: 1200px){	
	.list20 li .a:hover{ background: #fff;}
	.list20 li .a:hover::before{ opacity: 1; transform: translateY(0);}
	.list20 li .a:hover .time *, .list20 li .a:hover .con h4{ color: #094D96;}
	.list20 li .a:hover .con h4{ font-weight: bold;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list20 li{ margin-bottom: .25rem;}
	.list20 li .a::before{ opacity: 1; transform: translateY(0);}
	.list20 li .a{ padding: 0 .2rem 0 .1rem;}
	.list20 li .a .time h3{ font-size: .35rem;}
	.list20 li .a .time{ width: .85rem; margin-right: .15rem;}
	
	.pages{ margin: .4rem 0 0;}
	.pages .box a{ padding: 0 .12rem;}
}
@media(max-width: 456px){
	
} 

/*建投动态-公司要闻*/
.list21 li{ margin-bottom: .4rem; position: relative; z-index: 1;}
.list21 li *{ transition: .5s;}
.list21 li .a{display: flex;align-items: center;padding: .4rem .3rem;z-index: 1;}
.list21 li .a::before{content: "";position: absolute;top: .1rem;right: -.1rem;bottom: -.1rem;left: 0.1rem;background: #DAE0F4;z-index: -1;opacity: 0;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);}
.list21 li .a::after{content: "";position: absolute;width: 100%;height: 100%;z-index: -1;background: #F9F9F9;left: 0;bottom: 0;}

.list21 li .a .img{width: 2.8rem;margin-left: .32rem;}
.list21 li .a .con{flex: 1;overflow: hidden;}
.list21 li .a .con h3{font-size: .2rem;color: #333;line-height: .40rem;max-height: .8rem\0;}
.list21 li .a .con p{align-items: center;font-size: 0.16rem;color: #9E9E9E;margin: 0.25rem 0;}
.list21 li .a .con p img{display: inline-block;margin-right: 0.1rem;}
.list21 li .a .con span{ display: flex; width: 1.4rem; height: .4rem;font-size: .12rem; color: #094D96; align-items: center;border-radius: 0.2rem 0rem 0.2rem 0px;background: #DDEAF7 url(../images/zz-xq1.png) no-repeat right .2rem center; background-size: 0.16rem !important;padding: 0 0.4rem 0 0.18rem;}
.list21 li:last-child{ margin-bottom: 0;}
.list21s li .a .con p{ margin: 0.25rem 0 0;}
.list21s li .a{padding: 0.3rem 0.3rem;}
@media(min-width: 1200px){
	.list21 li .a:hover::before{ opacity: 1;}
	.list21 li .a:hover::after{background: #094D96;}
	.list21 li .a:hover .con h3 { color: #fff;}
	.list21 li .a:hover .con span{ background: #FF903F url(../images/zz-xq2.png) no-repeat right .2rem center; color: #fff;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list21 li{ margin-bottom: .25rem}
	.list21 li .a {flex-wrap: wrap;padding: .2rem .2rem;}
	.list21 li .a .img{ width: 100%; margin: 0;}
	.list21 li .a .con{width: 100%;order: 1;flex: auto;padding: .2rem 0 0;}
	.list21 li .a .con span{width: 1.7rem;white-space: nowrap;}
	.list21s li .a .con{padding: 0;}
}
@media(max-width: 456px){
	
} 

/*建投动态-详细页*/
.n_news_detail{/* background: #f9fafc; */}
.n_news_detail .ar_article_box .nav01{margin-bottom: .4rem;}
.n_news_detail .ar_article_box h3{color: #333;font-size: .3rem;line-height: 1.4375;margin-bottom: .2rem;font-family: syb;text-align: center;}

.n_news_detail .ar_article_box h6{color: #8f8f8f;font-size: 0.2rem;line-height: .4rem;border-bottom: #e3e3e3 1px solid;display: flex;justify-content: center;align-items: center;padding: 0 0 .15rem;flex-wrap: wrap;padding-bottom: 0.25rem;}

.n_news_detail .ar_article_box h6 span{font-size: .2rem;line-height: 1.5;color: #999999;padding: 0 0.15rem;display: flex;align-items: center;}
.n_news_detail .ar_article_box h6 span img{display: inline-block;margin-right: 0.1rem;}
.n_news_detail p{color: #333;font-size: .22rem !important; line-height: 1.8 !important;}
.n_news_detail p span{color: #333;font-size: .22rem !important; line-height: 1.8 !important;}
.n_news_detail .ar_article p img,.n_news_detail .ar_article video{display:block;margin:0 auto;max-width:100%;height:auto !important;}

/*====上一篇下一篇====*/
#ar_fot{margin-top: 0.6rem;}
#ar_fot *{ transition: .5s;}
#ar_fot .miso-arrow1s{margin-bottom: 0.15rem;}

#ar_fot .miso-arrow1s a{ font-size: .2rem; color: #333333; line-height: 2;}


#share-2>img{margin: -3px 6px 0 0;}
.shart_box{display:inline-block; cursor:pointer}
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999999;
}
.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a";color: #fff;}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a";color: #fff;}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a";color: #fff;}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 0 0 0 .1rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display: flex;width: .35rem;height: .35rem;font-size: .24rem;border-radius: 2px;line-height: 22px;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);align-items: center;border-radius: .06rem;justify-content: center;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7;background: #56b6e7;}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;background: #FDBE3D;}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549;background: #7bc549;}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top: -170px;left: -62px;width: 160px;height: 156px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}.help{ display: none;}

@media(min-width: 1200px){	
	#ar_fot :hover .cc img{ transform: rotate(90deg);}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.n_news_detail .ar_article_box{/* padding: .3rem; */}
}
@media(max-width: 768px){
	.n_news_detail .ar_article_box h6 span{font-size:.16rem;}
	.n_news_detail .ar_article_box h3{font-size: .2rem;}
		

	.n_news_detail .ar_article_box h6 span{ margin: 0 .2rem 0 0;}
	.n_news_detail .ar_article_box h6 .rr{ display: none;}
	.ar_article, .n_news_detail p, .propup_d1 .ar_article p{font-size: .18rem !important;}
	

}
@media(max-width: 456px){
	
} 

/*全产业链服务-三大支柱*/
.support{ background: #f9fafc;}
.n_tit2{ margin-bottom: .9rem; text-align: center;}
.n_tit2 h3{font-size: .3rem;color: #333;position: relative;z-index: 1;padding-bottom: .35rem;font-family: 'syb';line-height: 1.4;border-bottom: .04px solid #094D96;}
.n_tit2 h3::before{ content: ""; position: absolute; bottom: 0; width: 1.3rem; height: 2px; background: #094D96; left: 50%; transform: translateX(-50%);}

.list22 li{ margin-bottom: .8rem;}
.list22 li *{ transition: .5s;}
.list22 li .a{ display: flex; align-items: center;}
.list22 li .a .img{ width: 8.8rem;}
.list22 li .a .img .img_hezi{ padding-bottom:63.6%;}
.list22 li .a .con{ width: calc(100% - 8.8rem); position: relative; z-index: 1;}
.list22 li .a .con .con_li{margin: 0 -.48rem 0 0;background: #fff;height: 4.84rem;display: flex;flex-direction: column;padding: 0 .68rem;justify-content: center;/* text-align: center; */position: relative;z-index: 1;}
.list22 li .a .con .con_li::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/zzbg.jpg) center no-repeat; background-size: cover; opacity: 0; visibility: hidden;}
.list22 li .a .con h4{font-size: .26rem;color: #333333;margin-bottom: 0.2rem;line-height: 0.42rem;font-family: syb;}
.list22 li .a .con p{font-size: .16rem;color: #666666;line-height: .32rem;margin: .2rem 0 .48rem;max-height: .96rem\0; text-align: justify;}
.th-more{ display: flex; width: 1.4rem; height: .4rem;font-size: .12rem; color: #094D96; align-items: center;border-radius: 0.2rem 0rem 0.2rem 0px;background: #DDEAF7 url(../images/zz-xq1.png) no-repeat right .2rem center; background-size: 0.16rem !important;padding: 0 0.4rem 0 0.18rem;}
.list22 li:nth-child(2n) .a .con{ order: -1;}
.list22 li:nth-child(2n-1) .a .con .con_li{ margin: 0 0 0 -.48rem;}
.list22 li .line{width: 3.12rem;height: 0.12rem;background: url(../images/zz1.png) no-repeat;background-size: 100% !important;margin-left: 0.7rem;}

@media(min-width: 1200px){	
	.list22 li .a:hover .con .con_li::before{ opacity: 1; visibility: visible;}
	.list22 li .a:hover .con *{ color: #fff; }
	a:hover .th-more{ background: #FF903F url(../images/zz-xq2.png) no-repeat right .2rem center; color: #fff;}
	.list22 li .a:hover .line{background: url(../images/zz2.png) no-repeat;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.list22 li{ margin-bottom: .2rem}
	.list22 li .a .img{ width: 100%;}
	.list22 li .a .con{ width: 100%;}
	.list22 li:nth-child(2n) .a .con{ order: 1;}
	.th-more{width: 2rem;}
}
@media(max-width: 768px){
	.list22 li .a .con .con_li{margin: 0 !important;height: auto;padding: .3rem .2rem;}
	.list22 li .a .con p{margin: .1rem 0 .2rem;}
	
	.n_tit2{margin-bottom: .4rem !important;}
	.n_tit2 h3{ font-size: .3rem;}
	.n_tit2 h3::before{ width: .8rem;}
	.list22 li .line{margin-left: 0.1rem;}
	.list22 li .a .con h4{line-height: 1.6;}
}
@media(max-width: 456px){
	
} 
/*全产业链服务-六大支撑*/
.propup{/* background: #f9fafc url(../images/propup_bg.jpg) center bottom no-repeat; *//* background-size: 100% auto; */}
.list23{ margin: 0 -.3rem; margin-bottom: -.6rem;}
.list23 li{width: 50%;padding: 0 .3rem;margin-bottom: .6rem;}
.list23 li *{ transition: .5s;}
.list23 li .a{display: block;position: relative;z-index: 1;padding: 0 .6rem;height: 5.8rem;}
.list23 li .a::before{content: "";position: absolute;top: .77rem;right: 0;bottom: 0;left: 0;background: #F8FCFF;z-index: -1;}
.list23 li .a::after{content: "";position: absolute;right: .15rem;bottom: .15rem;z-index: -1;left: 0;top: .77rem;background: #094D96;opacity: 0;}
.list23 li .a .ico{display: flex;align-items: center;justify-content: center;width: 1.6rem;height: 1.6rem;position: relative;z-index: 1;margin: 0 auto;}
.list23 li .a .ico::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #094D96 1px dashed; border-radius: 50%; -webkit-animation:play 25s linear infinite; -moz-animation:play 25s linear infinite; animation:play 25s linear infinite; z-index: -1;}
.list23 li .a .ico .ico_li{ display: flex; justify-content: center; align-items: center; width: 1.24rem; height: 1.24rem; background: #094D96; border-radius: 50%;}
.list23 li .a .ico .ico_li img{ width: 100%; height: 100%;}
.list23 li .a .con{ padding: .4rem 0 .6rem;}
.list23 li .a .con h4{font-size: .26rem;color: #333333;font-family: syb;line-height: 1.4;}
.list23 li .a .con p{font-size: .2rem;color: #333;line-height: .42rem;margin: .2rem 0rem;max-height: 3.76rem\0; text-align: justify;}

/* .list23 li .a .con span{ display: flex; width: 1.25rem; height: .37rem; border: #094D96 1px solid; border-radius: 50vw; font-size: .16rem; color: #094D96; justify-content: center; align-items: center; margin: 0 auto;} */
.list23 li .a .con span{
    float: right;
}

@media(min-width: 1200px){
	.list23 li .a:hover::before{top:1.1rem;background: #E8F3FF;}
	.list23 li .a:hover::after{opacity:1;}
	.list23 li .a:hover .ico::before{ border: #ff903f 1px dashed;}
	.list23 li .a:hover .ico .ico_li{ background: #ff903f;}
	/* .list23 li .a:hover .con span{ background: #094D96; border: #094D96 1px solid; color: #fff;} */
	.list23 li .a:hover h4,.list23 li .a:hover p{color:#fff;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list23{ margin: 0 -7px; margin-bottom: -.2rem;}
	.list23 li{ padding: 0 7px; margin-bottom: .2rem;}
	.list23 li .a{padding: 0 .2rem;height: 4.3rem;}
	.list23 li .a .ico{ width: 1rem; height: 1rem;}
	.list23 li .a .ico .ico_li{ width: .8rem; height: .8rem;}
    .list23 li .a .con{padding: .2rem 0 .3rem;}
	.list23 li .a .con p{margin: .1rem 0 0rem;}
}
@media(max-width: 456px){
	.list23 li{width:100%;}
	.list23 li .a{height:auto;}
} 

/**/
.innovation{ background: url(../images/fruit_bg.jpg) center top no-repeat; background-size: 100% auto;}
.list24{ margin: 0 -.18rem;}
.list24 li{ width: 25%; padding: 0 .18rem; margin-bottom: .25rem;}
.list24 li *{ transition: .5s;}
.list24 li a{ display: block; height: 100%}
.list24 li .a .img{display: flex;height: 2.62rem;background: #fff;justify-content: center;align-items: center;padding-bottom: .4rem;border: #cccccc 1px solid; position: relative; z-index: 1;}
.list24 li .a .img::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list24_bg.jpg) center no-repeat; background-size: cover; opacity: 0; visibility: hidden; }
.list24 li .a .img img{ max-width: 2rem; max-height: 2rem;}
.list24 li .a .img_li{position: relative;z-index: 1;min-height: 2rem;display: flex;align-items: center;justify-content: center;}
.list24 li .a .img_li::before{content: "";position: absolute;background: url(../images/list24_bg.png) center no-repeat;width: 3.04rem;height: .73rem;background-size: cover;left: 50%;transform: translateX(-50%);bottom: -.7rem;}
.list24 li .a .con{padding: .12rem;}
.list24 li .a .con h4{ font-size: .18rem; color:#666666; line-height: .32rem; max-height: .64rem\0; text-align: center}

@media(min-width: 1200px){	
	.list24 li .a:hover .img::before{ opacity: 1; visibility: visible;}
	.list24 li .a:hover .img{ box-shadow: 0px 0px 16px 0px rgba(57, 79, 136, 0.1);}
}
@media(max-width: 1200px){	
	.list24 li .a .img_li::before{transform: scale(.5) translateX(-100%);bottom: -.56rem;}
	.list24 li .a .img{}
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list24{margin: 0 -7px;margin-bottom: -.15rem;}
	.list24 li{ width: 50%; padding: 0 7px; margin-bottom: .15rem;}
}
@media(max-width: 456px){
	
} 

/*科研创新-技术实力*/
.talent .content{ padding: 1rem .7rem 2.5rem; background: #fff url(../images/talent_bg.jpg) center bottom no-repeat; background-size: 100% auto;}
.talent .n_tit2{ margin-bottom: .5rem;}
.jssl .cont p{font-size: .2rem;line-height: 1.8;color: #333;text-align: justify;}
.jssl .fl02{align-items: center;justify-content: space-between;padding: 0.3rem 0 0.5rem;}
.jssl .fl02 .left{width: 48%;}
.jssl .fl02 .right{width: 50%;}
.jssl .fl02 .left img{width: 100%;}
.jssl .fl02 .right li a{padding: 0.1rem 0;align-items: baseline;}
.jssl .fl02 .right li span{width: 0.18rem;font-size: 0.26rem;color: #333;}
.jssl .fl02 .right li h3{flex: 1;min-width: 0;font-size: .2rem;color: #333;line-height: 1.6;transition: 0.5s;}

.tbli1 li{margin-bottom: 0.8rem;}
.tbli1 li h3{padding: 0.25rem 0.4rem;background: #094D96;font-size: 0.3rem;color: #fff;line-height: 1.2;}
.tbli1 li dl{border-left: 1px solid  rgba(211, 211, 211, 0.3);border-right: 1px solid  rgba(211, 211, 211, 0.3);padding: 0.15rem 0 0;}
.tbli1 li dt{padding: 0.2rem;border-bottom: 1px solid  rgba(211, 211, 211, 0.3);font-size: .2rem;line-height:2;color: #333333;transition: 0.5s;text-align: justify;}


@media(min-width: 1200px){	
	.jssl .fl02 .right li a:hover h3{color: #094D96;}
	.tbli1 li dt a:hover{color: #094D96;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.talent .content{ padding: .4rem 15px;}
	.jssl .fl02 .left{width: 100%;}
	.jssl .fl02 .right{width: 100%;margin-top: .2rem;}
	.tbli1 li h3{font-size: 0.24rem;}
	.tbli1 li{margin-bottom: 0.4rem;}
}
@media(max-width: 768px){
	.tbli1 li dt{font-size: 0.2rem;padding: 0.15rem;}
	.jssl .cont p{font-size:.2rem;}
}
@media(max-width: 456px){
	
} 

/*科研创新-研发领域*/
.territory .content{ padding: 1rem .7rem 2.5rem; background: #fff url(../images/territory_bg.jpg) center top no-repeat; background-size: 100% auto; position: relative; z-index: 1;}
.territory .content::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/talent_bg.jpg) center bottom no-repeat; background-size: 100% auto;}
.list_sij1{margin-bottom: .9rem;}
.list_sij1 ul{display: flex;justify-content: space-around;position: relative;z-index: 1;}

.list_sij1 ul li *{ transition: .5s;}
.list_sij1 ul li{position: relative;z-index: 1;justify-content: center;align-items: center;height: 0.8rem;background: #F6F6F6;/* margin-bottom: 0.5rem; */display: flex;font-size: .18rem;color: #333;width: 33.3%;padding: 0px 10px; font-family: syb;}
.list_sij1 ul li a{font-family: syb;}
.list_sij1 ul li::after{width: 0.27rem;height: 0.15rem;background: url(../images/jjsj.png) no-repeat;background-size: 100% 100%;opacity: 0;bottom: -0.15rem;left: 50%;transform: translateX(-50%);}
.list_sij1 ul li.on{background: #094D96;color: #fff;}
.list_sij1 ul li.on:after{opacity:1;}
.list_sij3 ul li{width: 50%;}
.list_sij4 ul li{width: 25%;}
.list_sij4 ul li

.list_sij1 ul li dl{position: absolute;top: 230%;left: 50%;transform: translate(-50%, 0);display: flex;opacity: 0;visibility: hidden; transition: .5s}
.list_sij1 ul li dl dd a{ display: flex; justify-content: center; align-items: center; border: #3558b4 1px dotted; background: #fff; border-radius: 50vw; padding: 0 .15rem; white-space: nowrap; height: .3rem; font-size: .18rem; color: #666666}
.list_sij1 ul li dl dd{ padding: 0 .08rem}

.list_sij1 ul li.on>a{/* background: #ff903f; */color: #fff;}
.list_sij1 ul li.on>a::before{ opacity: 1; transform: translate(-50%, 0);}
/* .list_sij1 ul li.on>a::after, .list_sij1 ul li:hover>a::after{ content:""; position: absolute; border: #ff903f 2px solid} */
.list_sij1 ul li.on dl{ opacity: 1;visibility: visible;}


.list_sij1 ul li dl dd.on a, .list_sij1 ul li dl dd:hover a{ background: #d2dfff; color: #094D96;}

.list_sij1big ul{padding: 0 1.5rem;}
.list_sij1big ul .miso-list{padding-bottom: .35rem;margin-bottom: -.1rem;}
.list_sij1big ul li{ min-width: auto}
.list_sij1big ul li>a{height: .56rem;padding: 0 .4rem;}
.list_sij1big ul li>a::before{ top: .56rem}
.list_sij1big ul li>a::after{border: #dfdfdf 3px solid;width: .16rem;height: .16rem;top: calc(100% + .18rem);margin-left: -.08rem;}
.list_sij1big ul li.on>a::after, .list_sij1 ul li:hover>a::after{ border: #ff903f 3px solid}
.list_sij1big .miso-arrow{ width: .24rem; height:.24rem;}
.list_sij1big .miso-arrow svg{ width: .24rem; height:.24rem; fill: #4e4c4c; transition: .5s}
.list_sij1big .miso-arrow.miso-prev{ left: .6rem}
.list_sij1big .miso-arrow.miso-next{right: .6rem;}
.list_sij1big .miso-arrow.miso-next svg{ transform: rotateY(180deg);}
.list_sij1big .miso-arrow:hover svg{ fill: #ff903f}

@media(min-width: 1200px){
	
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.list_sij1{overflow: hidden;/* overflow-x: scroll; *//* padding-bottom: .6rem; */margin-bottom: .4rem;}
	.list_sij1 ul{white-space: nowrap;font-size: 0;text-align: center;}
	.list_sij1 ul li{/* display: inline-block */}
	.list_sij1 ul li dl{ top: 210%}
	.territory .content{ padding: .4rem 15px;}

    .propup .content_box1 .list_sij1{ margin: 0 -.5rem}
	.list_sij1big ul{ padding: 0 .5rem}
}
@media(max-width: 768px){
	.list_sij1{ margin-bottom: .3rem}
	.propup .content_box1 .list_sij1{}
	.list_sij1big ul li>a{ padding: 0 10px}
    .list_sij1 ul li{width:100%;font-size:.24rem;}

}
@media(max-width: 456px){
	
} 

/*建投文化-建投文化*/

/*建投文化-发展历程*/
.list25{position: relative;z-index: 1;overflow: hidden;}
.list25::before{content: "";position: absolute;top: 0;bottom: 0;left: calc(.74rem + .6rem);width: 1px;border-right: #094D96 1px solid;z-index: -1;}
.list25 li{ margin-bottom: .7rem;}
.list25 li *{ transition: .5s}
.list25 li .a{ display: flex; justify-content: space-between; align-items: center; padding: 0 .54rem;}
.list25 li .a .ll{width: 1.66rem;height: 1.66rem;background: #F8FCFF;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: .32rem;color: #094D96;box-shadow: 0rem 0.04rem 0.1rem 0px rgba(9, 77, 150, 0.1);}

.list25 li .a .line{margin: 0;width: 1.66rem;height: 1px;background: #094D96;position: relative;z-index: 10;}
.list25 li .a .line::after{content: "";position: absolute;left: 95%;top: 50%;width: .16rem;height: 0.16rem;background: url(../images/ls-c.png) no-repeat;background-size: 100%;transform: translateY(-50%);}


.list25 li .a .con{flex: 1;min-height: 2.3rem;padding: .3rem .5rem;display: flex;position: relative;z-index: 2; text-align: justify;}
.list25 li .a .con .bg{content: "";position: absolute;background: url(../images/list25_bg.jpg) center no-repeat;background-size: cover;bottom: 0;right: 0;top: 0;left: 0;opacity: 0; z-index: -1}
.list25 li .a .con::after{content: "";position: absolute;z-index: -2;background: #EAF1F7;bottom: 0;right: 0;top: 0;left: 0;}
.list25 li .a .con::before{content: "";position: absolute;z-index: -2;background: #F8FCFF;bottom: -.12rem;right: -.12rem;top: .12rem;left: .12rem;}
.list25 li .a .con h3{ font-size: .24rem; color: #094D96; font-weight: bold; line-height: 1.375;}
.list25 li .a .con p{font-size: .2rem;color: #777777;line-height: .42rem;/* margin: .2rem 0 0; */}

.list27 .n_tit2{margin-bottom: 0.35rem;}
.list27 li{ margin-bottom: .4rem;}
.list27 li .a{ padding: .4rem .5rem 0.5rem; background: #F8FCFF;position: relative;z-index: 1;}
.list27 li .a::after{content: "";position: absolute;left: 0;right: 0.2rem;top: -0.15rem;bottom: .2rem;opacity: 0;background: url(../images/ls-bg.jpg) no-repeat bottom/cover;z-index: -1;}
.list27 li p{margin-bottom: 0;}



@media(min-width: 1200px){
	.list25 li .a:hover .con .bg{ opacity: 1;}
	.list25 li .a:hover .con *{ color: #fff}
	.list25 li .a:hover .ll{ background: #094D96; color: #ffcc00;}
	.list27 li .a:hover::after{opacity: 1;}
	.list27 li .a:hover h3{color: #fff;border-bottom: .4px solid rgba(255, 255, 255, 0.1);}
	.list27 li .a:hover h3::before{background: #fff;}
	.list27 li .a:hover p{color: rgba(255, 255, 255, 0.6);}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list25 li .a{ padding: 0 .12rem;}
	.list25::before{ left: calc(.12rem + .4rem);}
	.list25 li .a .ll{width: .8rem;height: .8rem;font-size: .24rem;}
	.list25 li .a .line{width: .4rem;margin: 0 .18rem 0 .12rem;}
	.list25 li .a .line::after{ width: 30%;}
	.list25 li .a .con{ padding: .3rem .2rem;}
	.list25 li .a .con p{font-size:.18rem;line-height:1.8;}
	.list27 li .a{ padding: .3rem .2rem;}
}
@media(max-width: 456px){
	
} 

/*成果-国际奖项*/
.gjjx table{ width: 100%; border-collapse: collapse;}
.gjjx table th{background: #094D96;color: #fff;padding: 0.4rem 0.5rem;font-size: 0.2rem;font-family: syb;line-height: 1.5;border: 1px solid rgba(211, 211, 211, 0.3);text-align: left;}
.gjjx table td{background: #F3FAFF;padding: 0.3rem 0.35rem;font-size: 0.2rem;line-height: 1.5;border: 1px solid rgba(211, 211, 211, 0.3);color: #333333;}
.gjjx table tr:nth-child(2n) td{background: #fff;}

.gjjx table th:nth-child(1),.gjjx table td:nth-child(1){width: 35%;}
.gjjx table th:nth-child(2),.gjjx table td:nth-child(2){width: 23%;}
.gjjx table th:nth-child(3),.gjjx table td:nth-child(3){width: 17%;}
.gjjx table th:nth-child(4),.gjjx table td:nth-child(4){width: 25%;}
.tbsc2 table{width: 100%; border-collapse: collapse;}
.tbsc2 table th{background: #094D96;color: #fff;padding: 0.4rem 0.5rem;font-size: 0.2rem;font-family: syb;line-height: 1.5;border: 1px solid rgba(211, 211, 211, 0.3);text-align: left;}
.tbsc2 table td{padding: 0.25rem 0.35rem;font-size: .2rem;line-height: 1.5;border: 1px solid rgba(211, 211, 211, 0.3);color: #333333;position: relative;}
.tbsc2 table td::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    text-align: left;
    opacity: 0;
    font-size: 0.2rem;
    color: #333;
    padding: 0.15rem 0 0.15rem 0.15rem;
    white-space: pre-wrap;
    line-height: 1.5;

    }

.tbsc2 table h4{display: flex;align-items: baseline;}
.tbsc2 table h4 span{width: 0.18rem;}
.tbsc2 table h4 p{flex: 1;min-width: 0;}

@media(min-width: 1200px){
	.list28 li .a:hover{ background: #094D96;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 1024px){
	.tbsc2 table ,.tbsc2 td,.tbsc2 tbody,.tbsc2 tr{display: block;}
	.tbsc2 table tr:first-child{display: none;}
	.tbsc2 table td{padding: 0.15rem 0.15rem 0.15rem 5.5em;}
	.tbsc2 table td::before{opacity: 1;content: attr(data-txt);}
	.tbsc2 table td{font-size: 0.2rem;}
}
@media(max-width: 768px){
	.gjjx table th{font-size: .2rem;}
	.gjjx table td{font-size: 0.2rem;}
}
@media(max-width: 456px){
	
} 



/**/


@media(min-width: 1200px){
	
}
@media(max-width: 1200px){	

}
@media(max-width: 992px){

}
@media(max-width: 768px){

}
@media(max-width: 456px){
	
} 

/*信息公开-重大事项*/
.information{ background: url(../images/information_bg.jpg) center bottom no-repeat; background-size: cover;}
.list32{ border-left: #4063bc .24rem solid; padding: .7rem .6rem; background: #fff; border-radius: .06rem 0 0 .06rem; display: flex; margin: 0 -.22rem;}
.list32 li{ width: 50%; padding: 0 .22rem; margin-bottom: .2rem;}
.list32 li *{ transition: .5s}
.list32 li .a{display: flex;height: .58rem;position: relative;z-index: 2; padding: 0 .26rem; align-items: center}
.list32 li .a h4{font-size: .2rem;color: #333333;padding: 0 .24rem;position: relative;}
.list32 li .a h4:before{content: "";position: absolute;width: .1rem;height: .1rem;border: #bfbfbf 1px solid;border-radius: 50%;box-sizing: border-box;left: 0;top: 50%;margin-top: -.05rem;}
.list32 li .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #eceff8; z-index: -2; transform: translate(.05rem, .05rem);}
.list32 li .a::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff;border: #dcdcdc 1px solid; z-index: -1}

@media(min-width: 1200px){
	.list32 li .a:hover::after{ border: #4063bc 1px solid;}
	.list32 li .a:hover h4{ color: #094D96;}
	.list32 li .a:hover h4:before{ border: #4063bc 1px solid;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.list32{ padding: .4rem .3rem; border-left: #4063bc .1rem solid; margin: 0 -7px;}
	.list32 li{ padding: 0 7px; width: 100%;}
	.list32 li{}
}
@media(max-width: 768px){
	
}
@media(max-width: 456px){
	
} 









/*关于建投-集团荣誉*/
.honor{ background: #edeef0 url(../images/honor_bg.jpg) center top no-repeat; background-size: 100% auto;}
.honor_box{width: 100%;text-align: center;margin: -1rem 0 .3rem;}
.honor_box img{ width: 7.67rem; margin: 0 auto; max-width: 100%;}
.list33_box_wai{ position: relative; z-index: 2;}
.list33_box_wai .miso-arrow1{width: .64rem;height: .64rem;border-radius: 50%;position: absolute;top: 50%;margin-top: -.5rem;cursor: pointer;z-index: 100;}
.list33_box_wai .miso-prev1{ left: -.4rem; background: rgba(255,255,255,.4) url(../images/miso-prev1.png) center no-repeat; background-size: auto .22rem; }
.list33_box_wai .miso-next1{ right: -.4rem; background: rgba(255,255,255,.4) url(../images/miso-next1.png) center no-repeat; background-size: auto .22rem; }
.list33_box{ padding-bottom: .5rem;}
.list33 li{ width: 3.78rem; height: 4.82rem;}

.list33 li{width: 4rem;height: 5.2rem;}
.list33s li{ height: 3rem;}
.list33 li .a{/* display: flex; */align-items: center;justify-content: center;width: 100%;/* height: 100%; */position: relative;z-index: 1;}
.list33 li .a1w{ display: flex; height: 100%; align-items: center;justify-content: center}
.list33 li .a::before{content: "";position: absolute;background: url(../images/list33_yy.png) center no-repeat;width: 100%;height: 1.2rem;background-size: 100% 100%;top: 100%;left: 50%;transform: translateX(-50%);}
.list33 li .a img{max-width: 100%;max-height: 100%;filter: blur(3px);}
.list33 li.swiper-slide-active .a img{ filter: blur(0);}

.list34 li{ padding: .06rem 0 0}
.list34 li .a{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 1;}
.list34 li h4{ font-size: .3rem; color: #222222 }
.list34 li img{ height: .67rem; margin: -.06rem 0 0}
.jtry li a{padding: 0.3rem 0.2rem;display: block;}
.jtry li a::after{width: auto;left: -0.1rem;right: 0.1rem;top: 0rem;bottom: 0rem;background: #094D96;opacity: 0;}
.jtry li a::before{opacity: 0;z-index: -1;width: 100%;top: 0.1rem;bottom: -0.1rem;background: #DAE0F4;content: "";position: absolute;left: 0;}

.jtry li h3{font-size: 0.2rem;color: #333;line-height: 0.4rem;padding-left: 0.3rem;background: url(../images/ry1.png) no-repeat left center;background-size: 0.18rem 0.18rem !important;transition: 0.5s;}


@media(min-width: 1200px){	
	.jtry li a:hover{padding: 0.3rem 0.3rem;}
	.jtry li a:hover::after{opacity: 1;}
	.jtry li a:hover::before{opacity: 1;}
	.jtry li a:hover h3{color: #fff;background: url(../images/ry2.png) no-repeat left center;background-size: 0.18rem 0.18rem !important;}
}
@media(max-width: 1400px){	
	.list33_box_wai .miso-prev1{ left: 0}
	.list33_box_wai .miso-next1{ right: 0}
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list33 li{ width: 2rem; height: 3rem;}
	.list34 li img{ height: .4rem}

	.honor_box img{width: 3.5rem}
	.honor_box{margin: -1rem 0 .3rem;}
	.list33_box_wai .miso-arrow1{ width: .4rem; height: .4rem; background-size: auto .16rem !important}
}
@media(max-width: 456px){
	
} 

/*全产业链服务-三大支柱-详细内页*/
.list_sij2{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border-bottom: 1px solid #094D96;}
.list_sij2 .li{padding: 0 .3rem 0.3rem;font-size: 0.18rem;color: #333;line-height: 0.36rem;}
.list_sij2 .li::after{width: 0.2rem;height: 0.13rem;background: url(../images/zzsj.png) no-repeat bottom #fff;background-size: 100%;left: 50%;transform: translateX(-50%);opacity: 0;bottom: -1px;}

.list_sij2 .li.on h3, .list_sij2 .li:hover  h3{color: #094D96;font-family: 'syb';}
.list_sij2 .li.on::after{opacity: 1;}

.propup_d .h3{ font-size: .28rem; color: #333333; font-weight: bold;}
.propup_d small{ font-size: .2rem; color: #333333; font-weight: normal;}
.propup_d .ar_article{margin: .45rem 0 .5rem;}
.propup_d .ar_article p{color: #333;}
.propup_d .h4{ font-size: .28rem; color: #094D96; font-weight: bold; margin-bottom: .4rem; text-align: center;}

.list35_box {
    margin: 0.5rem auto 0;
    width: 9rem;
    max-width: 100%;
}

.list35_box .swiper-button-next:after, .list35_box .swiper-button-prev:after{ font-size: .44rem}
.list35_box .swiper-button-prev{background: rgba(0,0,0,.3);left: 0;width: .56rem;height: .8rem;color: #fff;/* margin-top: -.5rem; */}
.list35_box .swiper-button-next{background: rgba(0,0,0,.6);right: 0;width: .56rem;height: .8rem;color: #fff;margin-top: -.4rem;}
.list35 li .a{ display: block; position: relative; z-index: 2; }
.list35 li .a .img{ text-align: center;}
.list35 li .a .img img{ width: 100%; max-width: 100%; max-height: 100%;}
.list35 li .a .top{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.7);height: .7rem;display: flex;align-items: center;clip-path: polygon(0 0, 98% 0, 100% 100%, 0 100%);/* width: 45%; */}
.list35 li .a .top h4{font-size: .18rem;color: #fff;line-height: 1.5;padding: 0 .5rem 0 .4rem;}
.list35 li .a .top h4 font{font-size: .2rem;font-weight: bold;margin-right: .06rem;}

.list35s1 li .a .top{right: auto;transform: skewX(25deg);transform-origin: left bottom;}
.list35s1 li .a .top h4{width: auto;vertical-align: middle;display: inline-block;transform: skewX(-25deg);padding: 0 .26rem;}
.list35s1 li h6{font-size: .15rem;color: #333;line-height: 1.75;text-align: center;margin: .2rem 0;}
.list35_box .swiper-button-prev{top: 50%;margin-top: -.4rem;}
.list35_box .swiper-button-next{top: 50%;margin-top: -.4rem;}

.propup .content_box{padding: 0.45rem 0 0 0;background: #fff;}
.propup .content1{ flex-wrap: wrap; justify-content: space-between;}
.propup .content1 .left{ width: 47%;}
.propup .content1 .right{ width: 47%;}

.propup .content_box1{ padding: 0 .8rem 1rem; background: #fff;}
.propup .content_box1 .list_sij1{margin: 0 -.8rem;margin-bottom: .6rem;}

@media(min-width: 1200px){	
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.list_sij2{ margin: 0 -4px;}
	.list_sij2 .li{padding: 0 .1rem .2rem;width: 100%;font-size: .2rem;}
	.list_sij2 .li:after{display:none;}
	.propup .content_box{ padding:.3rem 15px}
	.propup .content_box1 .list_sij1{ margin: 0 -.5rem}
    .propup_d .ar_article{margin:.2rem 0}
}
@media(max-width: 768px){
	.list_sij2 .li .n_tit2 h3{ font-size: .2rem;}
	.list35 li .a .top{height: .5rem;width: 100%;}
	.list35_box .swiper-button-next:after, .list35_box .swiper-button-prev:after{ font-size: .24rem}
    .list35_box .swiper-button-prev{ width: .35rem; height: .5rem; margin-top: -.25rem}
    .list35_box .swiper-button-next{width: .35rem; height: .5rem; margin-top: -.25rem}
	.propup .content1 .left{ width: 100%; padding: 0 0 .2rem;}
	.propup .content1 .right{ width: 100%; padding: 0 0 0;}

	.propup .content_box1 .list_sij1{margin-bottom: .3rem;padding-bottom: .3rem;}
}
@media(max-width: 456px){
	
} 

/*关于建投-集团简介*/
.n_tit4{margin-bottom: .45rem;position: relative;z-index: 1;text-align: center;}
.n_tit4 h3{font-size: .3rem;color: #333;font-family: 'syb';}
.about .ar_article p{font-size: 0.2rem !important;line-height: 0.42rem !important;color: #333333 !important;margin-bottom: 0.3rem;text-align: justify;}
.about .ar_article p span{font-size: 0.2rem !important;line-height: 0.42rem !important;color: #333333 !important;}
.about dt{width: 50%;text-align: center;height: 0.8rem;background: #F6F6F6;font-size: 0.3rem;color: #333333;cursor: pointer;margin-bottom: 0.6rem;display: flex;align-items: center;justify-content: center;}
.about dt::after{width: 0.27rem;height: 0.15rem;background: url(../images/jjsj.png) no-repeat;background-size: 100% 100%;opacity: 0;bottom: -0.15rem;left: 50%;transform: translateX(-50%);}
.about dt.on{background: #094D96;color: #fff;}
.about dt.on::after{opacity: 1;}
.about .fl02{margin-bottom: 0.25rem;}
.about .tab{display: none;}
.about .tab:first-child{display: block;}

.about .tab .con{align-items: flex-start;justify-content: space-between}
.about .tab .left{width: 70%;margin: 0 auto;}
.about .tab .right{width: 34%;z-index: 10;}
.about .tab .left img{width: 100%;}
.about .tab .left::after{width: auto;height: auto;left: -0.21rem;right: -0.21rem;top: -0.26rem;bottom: -0.5rem;background: url(../images/jjbg.png) no-repeat;background-size: 100% 100%;}
.about .tab .right h3{font-size: 0.3rem;line-height: 0.48rem;color: #333333;}
.about .tab .right .box{background: #FCFCFC;box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(203, 203, 203, 0.3);border: 1px solid #F0F0F0;padding: 0.28rem 0.5rem;text-align: center;margin: 0.47rem 0 0.4rem;}
.about .tab .right h4{font-size: 0.2rem;line-height: 0.36rem;color: #333333;margin-bottom: .2rem;}
.about .tab .right .box img{width: 1.17rem;}
.about .tab .right p{align-items: center;font-size: 0.2rem;line-height: 0.36rem;color: #333333;word-break: break-all;text-align: center;}


@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	.about .tab .left{width: 100%;}
	.about .tab .right{width: 100%;margin-top: 0.25rem;}
	.about .tab .left::after{bottom:-.4rem;}
}
@media(max-width: 768px){
	.about dt{font-size:.24rem;}
	.about .tab .right h3{font-size: 0.24rem;}
	.about .ar_article p{margin-bottom:.15rem}
	.n_tit4 h3{font-size: 0.28rem;}
}
@media(max-width: 456px){
	
} 

/*全产业链服务-六大支撑-国际工程与服务贸易*/

.list35_box_top{margin: .45rem auto 0;}

@media(max-width: 768px){
	.list35_box_top{ margin:.3rem 0 0}
	.list_sij1big .miso-arrow{ display:none !important}
}

.pc-slide {width: 10rem;margin: .4rem auto .8rem auto;position: relative;max-width: 100%;}
.pc-slide .view{position: relative;}
.pc-slide .view .swiper-container {width: 100%;height: auto;}
.pc-slide .ul1 .img .img_hezi{padding-bottom: 40%;}
.pc-slide .view .swiper-slide .text{margin-bottom: 0.3rem;width: 9rem;position: absolute;left: 0;top: 100%;}
.pc-slide .view .swiper-slide .text h5{font-size: 0.34rem;color: #000000;font-weight: normal;position: relative;padding-bottom: 18px;}
.pc-slide .view .swiper-slide .text h5::after{content: "";position: absolute;left: 0;bottom: 0;background: #791cb5;width: 0.68rem;height: 4px;}
.pc-slide .view .swiper-slide .text p{font-size: 0.18rem;line-height: 0.34rem;color: #1d1d22;margin-top: 0.2rem;text-indent: 2em;}

.pc-slide .view .miso-prev {background: url(../images/ll2.png) no-repeat right center;position: absolute;left: 10px;top: 50%;width: 0.53rem;height: 0.53rem;z-index: 10;background-size: contain;}
.pc-slide .view .miso-next {background: url(../images/rr22.png) no-repeat right center;position: absolute;right: 10px;top: 50%;width: 0.53rem;height: 0.53rem;z-index: 10;background-size: contain;}
.pc-slide .preview {width: 100%;margin-top: -.6rem;position: relative;}
.pc-slide .preview .list_bds2 {width: 84%;height:auto;margin:0 auto;}
.pc-slide .preview .list_bds2 .miso-slide{padding: 0 2px;cursor: pointer;}
.pc-slide .preview .swiper-slide {width:1.44rem;height: auto;cursor: pointer;}
.pc-slide .preview .swiper-slide a{transform:translate3d(0,0,0);overflow:hidden;}
.pc-slide .preview .swiper-slide a img{transform:translate3d(0,0,0);}
/* .pc-slide .preview .slide6 {width: 82px;} */
.pc-slide .preview .miso-prev {background: url(../images/lla.png) no-repeat left center;position: absolute;left: -.6rem;width: 0.28rem;height: 0.5rem;z-index: 10;cursor: pointer; margin-top: .3rem}
.pc-slide .preview .miso-next {background: url(../images/rra.png) no-repeat right center;position: absolute;left: auto;right: -.6rem;width: 0.28rem;height: 0.5rem;z-index: 10;cursor: pointer; margin-top: .3rem}
.pc-slide .preview .pics{position: relative;overflow: hidden;}
.pc-slide .preview .pics.img .img_hezi{ padding-bottom: .6rem}
.pc-slide .preview .swiper-slide .img .img_hezi{padding-bottom: 46%;}
.pc-slide .preview img {width: 100%;display: block;padding:0 2px;object-fit: cover;height: 100%;}
.pc-slide .preview .active-nav {top: -0.2rem;}
.pc-slide .preview .active-nav .pics {height: 0.8rem;position: relative;}
.pc-slide .preview .active-nav img {padding: 0 2px;position: relative;top: 0;}
.pc-slide .preview .texts{display: block;width:100%;padding: 0;}
.pc-slide .preview .texts p{text-align: center;font-size: 0.16rem;color: #888;line-height:0.48rem;box-sizing: border-box;border: 1px solid #dfe0e9;border-top: none;padding: 0 5px;}

.pc-slide .preview .miso-current .texts p{border: #094D96 1px solid;border-top: none;color: #094D96;}

.list_hds3 h3{font-size: 0.3rem;color: #094D96;font-weight: normal;position: relative;padding-bottom: .24rem;margin-bottom: .3rem;}
.list_hds3 h3::after{content: "";position: absolute;left: 0;bottom: 0;background: #094D96;width: 1.3rem;height: 2px;}

.propup_d1 .ar_article p{font-size: .2rem !important;line-height: 1.8 !important;}
.ar_article p{font-size: .2rem !important;color: #000000;line-height: 1.8 !important; text-align: justify;}
@media(max-width: 800px) {
	.pc-slide{}
	.pc-slide .preview .texts p{font-size:0.28rem;}
	.RightNav2{position: absolute;top: 0;margin-top: 0;left: 0;z-index: 9;background: white;}
	.NrLeft .teacherList02 .text{position: relative;top: 0.75rem;}
	.sidenav{display: none;}
	.pc-slide .preview .active-nav .pics{height: 1.1rem;}
	.pc-slide .preview .pics{/* height: 0.9rem; */}
	.pc-slide .preview .arrow-left{height: 0.9rem;}
	.pc-slide .preview .arrow-right{height: 0.9rem;}

	.pc-slide{ margin: .4rem auto .4rem auto;}
	.pc-slide .preview{margin: 0;z-index: 9;}
	.pc-slide .preview .texts{display:none;}
	.pc-slide .preview .texts p{font-size:0.28rem;}
	.RightNav2{position: absolute;top: 0;margin-top: 0;left: 0;z-index: 9;background: white;}
	.NrLeft .teacherList02 .text{position: relative;top: 0.75rem;}
	.sidenav{display: none;}
	.pc-slide .preview .active-nav img{height:10px;}
	.pc-slide .preview .arrow-left{display: none;}
	.pc-slide .preview .arrow-right{display: none;}
	.pc-slide .preview img{display: none;}
	.pc-slide .preview .swiper-wrapper{display: flex;justify-content: center;}
	.pc-slide .preview .swiper-slide{/*width: 0.7rem!important;*/}
	.pc-slide .preview .pics{/* width: 10px; *//* height: 10px; */background: #cfcfcf;/* border-radius: 50%; */margin: 0 auto;}
	.pc-slide .preview .active-nav {top: 0;}
	.pc-slide .preview .active-nav .pics{height: 10px;background: #4b0b77;}
	.pc-slide .preview .arrow-left{height: 0.9rem;}
	.pc-slide .preview .arrow-right{height: 0.9rem;}
	
	.pc-slide .preview .list_bds2{ display:none}

	.list_hds3 h3{ font-size: .3rem}
	.list_hds3 h3::after{ width: .6rem}
	.propup_d1 .ar_article p{font-size:.18rem;line-height:1.6}
}

.list24s li{ width:33.33%}
.list24s li .a .con{background: #f4f4f7;border: #dfdfdf 1px solid;border-top: none;height: calc(100% - 2.62rem);}
.list24s li .a .img{ border: #dfdfdf 1px solid;}
.list24s li .a .con h4{ font-size: .2rem; color: #094D96}
.list24s li .a .con p{font-size: .14rem;color: #777777;line-height: .24rem;max-height: .72rem\0;margin: .06rem 0 0;}

@media(max-width: 768px){

	.list24s{margin: 0 -7px;margin-bottom: -.15rem;}
	.list24s li{ width: 50%; padding: 0 7px; margin-bottom: .15rem;}
}

/* 人才优势 */
.rcys .con p{font-size: .2rem;color: #333333;line-height: 1.8;}
.rcys .con h4{font-size: .2rem;color: #333;font-family: syb;line-height: 1.5;}
.rcys .con h3{font-size: 0.3rem;color: #333333;font-family: syb;margin-bottom: 0.25rem;text-align: center;}
.rcys ul{margin: 0.6rem 0 0;justify-content: space-between;}
.rcys li{width: 47%;margin-bottom: 0.48rem;}
.rcys li *{transition: 0.5s;}
.rcys li a{height: 1.4rem;background: #F6F8FF;border-radius: 0.1rem 0.8rem 0.8rem 0.1rem;align-items: center;z-index: 1;position: relative;}
.rcys li .date{min-width: 1.2rem;text-align: center;height: 1rem;display: flex;align-items: center;justify-content: center;padding: 0 0.2rem;}
.rcys li h3{flex: 1;min-width: 0;padding: 0 0.3rem;font-size: .2rem;color: #333333;font-family: syb;line-height: 0.33rem;max-height: 0.66rem;}
.rcys li p{font-size: 0.35rem;color: #294CA8;font-family: syb;}
.rcys li .date::before{content: "";position: absolute;width: 0.21rem;height: auto;left: -0.2rem;top: -0.1rem;bottom: -0.1rem;z-index: -1;background: url(../images/dt1.png) no-repeat;background-size: 100% 100%;}
.rcys li .date::after{width: auto;left: -0.2rem;right: 0;background:#E5EAF9;border-radius: 0 0.5rem 0.5rem 0;}


@media(min-width: 1200px){
	.rcys li a:hover{background: #294CA8;}
	.rcys li a:hover h3{color: #fff;}
	.rcys li a:hover p{color: #fff;}
	.rcys li a:hover .date::before{background: url(../images/dt2.png) no-repeat;background-size: 100% 100%;}
	.rcys li a:hover .date::after{background: #FF903F;}
}

@media(max-width: 1200px){
	
}
@media(max-width: 1024px){
	.rcys li{width: 48.5%;margin-bottom: 0.35rem;}
	.rcys ul{margin: 0.3rem 0 0;}
	.rcys li p{font-size: 0.28rem;}
	.rcys li .date{min-width: .9rem;padding: 0 0.15rem;}
	
}
@media(max-width: 768px){
	.rcys li{width:100%;}
	
}

/*公共css*/
@media(max-width: 768px){
	.n_banner .img .img_hezi{padding-bottom: 45%;}
    .h4s1, .h4s2, .h4s3{font-size: .2rem !important;/* line-height: .3rem !important; */max-height: .3rem\0 !important;}
    .ps1, .ps2, .ps3, .ps4, .ps5{font-size: .16rem !important;line-height: .26rem !important;max-height: 1.3rem\0 !important;}
	
} 






.list25-wq {
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list25-wq li{
   width:48%;
    margin-bottom: 0;
    margin-top: 0.7rem;
}
.list25-wq:before{
  content:none;
}
.list25-wq li a{display:block;}
.list25-wq li .a{padding:0;}
.list25-wq li .a .con{min-height:1rem;}
.sw3{position: relative;padding: 0 0.25rem;}
.lm-click ul li{width: 25%;}
.lm-click ul{max-height:2rem;height:1rem;transition:0.5s;/*overflow:hidden; */  }
/*.lm-click ul:hover{height:2rem;}*/
.list_sj .arror{width: 0.24rem;height: 0.24rem;top: 50%;position: absolute;transform: translateY(-50%);margin: 0;}
.list_sj .arror::after{color: #333;font-size: 0.2rem;}
.list_sj .swiper-button-prev{left: 0;}
.list_sj .swiper-button-next{right: 0;}


@media(max-width: 768px){
.list25-wq{display:block;}
.list25-wq li{width:auto;  margin-top: 0.5rem;}
.list21 li .a:hover .con h3 { color: #fff;}
.list21 li .a:hover .con span{ background: #FF903F url(../images/zz-xq2.png) no-repeat right .2rem center; color: #fff;}
}
@media(max-width: 1200px){	
	
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.list21 li{ margin-bottom: .25rem}
	.list21 li .a {flex-wrap: wrap;padding: .2rem .2rem;}
	.list21 li .a .img{ width: 100%; margin: 0;}
	.list21 li .a .con{width: 100%;order: 1;flex: auto;padding: .2rem 0 0;}
	.list21 li .a .con span{width: 1.7rem;white-space: nowrap;}
	.list21s li .a .con{padding: 0;}
}
@media(max-width: 456px){
	
} 