@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}


@font-face
{font-family: butler;
src: url('butler.ttf')}



*{box-sizing:border-box;color:#333;font-size: .16rem;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'PingFang SC','PingFangMedium',"microsoft yahei";/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{margin:0 auto;max-width: 14.8rem;width: 96%;}
/* :hover{transition: all .2s;} */
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}	
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline:hover{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);} 
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;}

.c-main{color: #0099CC!important;}
/* 公共 */
.head{height: 1rem;padding:0 .35rem;position: fixed;width: 100%;left: 0;top: 0;z-index:100;     background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent);}
.head .wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.head .r{display: flex;align-items: center;}

.hd-logo{position: relative;z-index:100;}
.hd-logo .img{height: 0.7rem;width: auto;}
.hd-logo .img2{display: none;}

/* äººå‘˜åˆ—è¡¨é¡µ */
.organization .user-list {max-width: 1000px;margin: 40px auto;margin-bottom: 60px;}
.organization .user-list li {
    margin: 30px 0;}
.organization .user-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    border-top: rgba(202, 0, 0, .2)  1px solid;
    border-bottom: rgba(202, 0, 0, .2)  1px solid;
    transition: .5s;}
.organization .user-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 40%;
    background: #CA0000;
    transform: translateY(-50%);}
.organization .user-list li .name{
    font-size: 22px;
    font-weight: bold;
    color: #010101;
    min-width: 3em;
    text-align-last: justify;
    display: inline-block;
    }
.organization .user-list li .post {
    font-size: 20px;
    color: #010101;
    display: inline-block;
    }
.organization .user-list li a:hover {
    background: #CA0000;}
.organization .user-list li a:hover .post ,
.organization .user-list li a:hover .name {
    color: #ffffff;}

@media (max-width: 767px) {
    .organization .user-list li {
        margin: 20px 0;}
    .organization .user-list li .name {
        font-size: 16px;}
    .organization .user-list li .post {
        font-size: 14px;}
}
/* style */

.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.2rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#a50b04;line-height: 0.5rem;position: relative;}
.hd-nav li>a::after{content:'';position: absolute;left: 50%;bottom: 0;width: 0;height: 0.03rem;background-color: #0099cc;transition: all .3s;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width: 0.26rem;margin-left: -0.13rem;}
.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: translateX(-50%) scaleY(1);}



.hd-nav .drop{width: 1.14rem;position: absolute;left: 50%;transform: translate(-50%,0) scaleY(0);visibility: hidden;opacity: 0;transition: all .3s ease 0s;transform-origin: center top;box-shadow:0 0 .16rem rgba(0,0,0,.19);background-color: #fff;padding:.12rem 0;}
.hd-nav .drop .lk{display: block;font-size: 0.14rem;color:#333333;line-height: 0.3rem;text-align: center;}
.hd-nav .drop .lk:hover{color:#0099cc;text-decoration: underline;}

.hd-nav li .drop .lk{padding: .1rem.1rem;margin:0 0; line-height:0.2rem; }
.hd-nav .drop .lk:hover{color:#fff;text-decoration: none;background:#0099cc}
.hd-nav li:nth-child(8) .drop{width:2rem}


.hd-sear{margin-left: 0.2rem;}
.hd-sear .icon{width: 0.24rem;height: 0.24rem;background:url(../images/icon_01.png) no-repeat center;background-size:contain;display: block;cursor: pointer;}

.sear-pop{position:fixed;width: 100%;height:100%;left: 0;top: 0;z-index:110;background-color:rgba(0,0,0,.7);display: none;}
.sear-pop .formbox{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.sear-pop .form{max-width: 10rem;border-radius:.06rem;display: flex;overflow: hidden;width: 86%;}
.sear-pop .form .ipt-txt{flex:1;overflow: hidden;font-size: 0.16rem;color:#333;padding:0 .2rem;background-color: #fff;}
.sear-pop .form .submit{width: 0.6rem;height: 0.6rem;background:url(../images/icon_01-1.png) no-repeat center #D80010;background-size:.32rem;border:none;cursor: pointer;border-radius:0 .06rem .06rem 0;}





.hd-menu{margin-left: 0.15rem;}
.hd-menu .icon{width: 0.24rem;height: 0.24rem;background:url(../images/icon_02.png) no-repeat center;background-size:contain;display: block;cursor: pointer;}
.hd-menu-drop{position: fixed;width: 100%;left: 0;top: 0;bottom: 0;z-index:10;background-color: #fff;display: none;}
.hd-menu-drop .detail{display: flex;height: 100%;}
.hd-menu-drop .lbox{width: 45%;}
.hd-menu-drop .rbox{position: relative; flex:1;overflow: hidden;display: flex;align-items: center;}
.hd-menu-drop .guanbi{width: 0.43rem;height: 0.43rem;background:url(../images/idx_30.png) no-repeat center;background-size:contain;position: absolute;right: 0.35rem;top: 0.1rem;cursor: pointer;border-radius:50%;}
.hd-menu-drop .imgbox{height: 100%;}
.hd-menu-drop .imgbox img {display: none;}
.hd-menu-drop .imgbox img.on {display: block;}
.hd-menu-drop .rbox .circle-box {
	position: relative;
	margin-left: -36%;
}
.hd-menu-drop .rbox .btn-prev,.hd-menu-drop .rbox .btn-next {
	position: absolute;
	width: .32rem;
	height: .32rem;
	background: url(../images/icon-arrow.png) no-repeat center;
	background-size: contain;
	z-index: 1;
    cursor: pointer;
    top: 20%;
    right: 1.5rem;
    transform: rotate(45deg);
}
.hd-menu-drop .rbox .btn-next {top:unset; bottom: 20%;transform: rotate(-45deg);}
.hd-menu-drop .rbox .circle{
	position: relative;
	width: 8rem;
	height: 8rem;
	
	border-radius: 50%;
	/* border: 1px solid #e0e0e0; */
	transform: rotate(-156deg);
	transition: all .3s;
	}

	.hd-menu-drop .rbox .circle .line {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid #e0e0e0;
		overflow: hidden;
	}

	.hd-menu-drop .rbox .circle .progress {
		position: absolute;
		top: 0;
		right: 0;
		width: 64%;
		height: 100%;
		overflow: hidden;
		/* transform: rotate(338deg); */
	}

	.hd-menu-drop .rbox .circle .progress::before {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		width: 8rem;
		height: 8rem;
		border-radius: 50%;
		border: 1px solid #72070d;
		/* border-left: 0; */
		box-sizing: border-box;
		/* transform: rotate(112deg); */
	}

	.hd-menu-drop .rbox .circle .progress .dot {
		position: absolute;
		width: .24rem;
		height: .24rem;
		border: 1px solid #72070d;
		bottom: 0;
		left: 0;
		border-radius: 50%;
		background: #ffffff;
	}

	.hd-menu-drop .rbox .circle .progress .dot::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0.08rem;
		height: 0.08rem;
		background: #72070d;
		transform: translate(-50%,-50%);
		border-radius: 50%;
	}
	

.hd-menu-drop .smmenu{}
.hd-menu-drop .smmenu .lk{font-size: 0.18rem;color:#868686;line-height: 1.2;margin: 0; display: block;display: flex;height: 0.7rem;align-items: center;}
.hd-menu-drop .smmenu .lk:hover,.hd-menu-drop .smmenu .lk.on{font-size: .48rem; color:#72070d;}
.hd-menu-drop .smmenu .lk.cur{color:#72070d;font-size: 0.48rem;}

.hd-menu-drop .smmenu .lk2{margin-left: 0.7rem;}
.hd-menu-drop .smmenu .lk3{margin-left: 1.08rem;}
.hd-menu-drop .smmenu .lk4{margin-left: 1.73rem;}

.hd-menu-drop .smmenu .lk5{margin-left: 1.9rem;}
.hd-menu-drop .smmenu .lk6{margin-left: 1.9rem;}

.hd-menu-drop .smmenu .lk7{margin-left: 1.73rem;}
.hd-menu-drop .smmenu .lk8{margin-left: 1.5rem;}
.hd-menu-drop .smmenu .lk9{margin-left: 1.08rem;}
.hd-menu-drop .smmenu .lk10{margin-left: 0.7rem;}



.head.white .hd-logo .img1{display: none;}
.head.white .hd-logo .img2{display: block;}
.head.white .hd-nav li>a{ color: #ffffff;}
.head.white .hd-sear .icon{background-image:url(../images/icon_01-1.png) }
.head.white .hd-menu .icon{background-image:url(../images/icon_02-1.png) }


.idx-s{height: 100vh;}

.idx-s1{position: relative;}
.idx-s1 .item{position: relative; height: 100vh;}
.idx-s1 .item img{position: absolute;top: 0;left: 0;width: auto;height: auto;min-width: 100%;min-height: 100%;max-width: unset;max-height: 100%;}
.idx-s1 .box{position: absolute;width: 100%;left: 0;bottom: calc(50vh - .9rem);}
.idx-s1 .tp{height: 1.8rem;width: auto;display: block;margin:0 auto;}
.idx-s1 .list{margin-top: 4.5vh;display: flex;justify-content: center;}
.idx-s1 .list li{font-size: 0.16rem;color:#fff;line-height: 0.24rem;margin:0 .15rem;width: 2.25rem;height: 2.25rem;border:1px solid rgba(255,255,255,1);display: flex;flex-direction: column; align-items: center;justify-content: center;background-color: rgba(255,255,255,.2);border-radius:50%;text-align: center;transition: all .3s;}
.idx-s1 .list li .num {font-size: .8rem;font-weight: bold; color: #ca0028;line-height: 1.2;}
.idx-s1 .list li .num {text-shadow: 1px 0 #fff,-1px 0 #fff,0 1px #fff,0 -1px #fff,1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff;}
.idx-s1 .list li .num span{font-size: .18rem;font-weight: bold;}
.idx-s1 .list li .txt {font-size: .28rem;color: #ffffff;line-height: 1.2;}
/* .idx-s1 .list li .txt::after{content: '';display: block; width: .16rem;height: .03rem;background: #ca0028; margin: 0 auto; margin-top: .14rem;} */
.idx-s1 .list li:hover{transform: scale(1.06,1.06);}


.idx-tt{}
.idx-tt .bt{font-size: 0.3rem;}
.idx-tt .line{width: 0.41rem;height: 0.08rem;background-image:url(../images/idx_04.png);background-repeat:no-repeat;background-position:center;background-size:contain;display: inline-block;vertical-align: middle;}
.idx-tt.white .bt{color:#fff;}
.idx-tt.white .line{background-image:url(../images/idx_04-1.png);}


.idx-s2{height: 100vh;display: flex;align-items: center;justify-content: center;background:url(../images/idx_18.jpg) no-repeat center;background-size:cover;}
.idx-s2 .wrap{max-width: 13rem;margin:0;width: 100%;position: relative;height: 100%;}
.idx-s2 .wrap {display: flex; flex-direction: column;justify-content: center;}
.idx-s2 .top{display: flex;align-items: center; position: absolute;width: 100%;left: 0;top: 20%; z-index:80;}
.idx-s2 .smmenu{margin-left: 0.9rem;}
.idx-s2 .smmenu .lk{cursor: pointer; min-width: 1.15rem;display: inline-block;vertical-align: middle;line-height: 0.38rem;border:1px solid #e5e5e5;border-radius:.33rem;font-size: 0.16rem;text-align: center;margin-right: 0.6rem;}
.idx-s2 .smmenu .lk.cur,.idx-s2 .smmenu .lk:hover{color:#fff;background-color: #b28147;border-color:#b28147;}

.idx-s2 .check-more {opacity: 0; margin-top: .4rem; text-align: right;}
.idx-s2 .check-more a{position: relative; font-size: .16rem; line-height: 1.4; color: #0099cc; padding-right: .3rem;}
.idx-s2 .check-more a::before,
.idx-s2 .check-more a::after {position: absolute;content: '';width: .24rem;height: .24rem;right: 0;top: 50%;transform: translateY(-50%);background: #cfdee3;border-radius: 50%;}
.idx-s2 .check-more a::after {right: .08rem;width: .08rem;height: .08rem;background: #0099cc;}
.idx-s2 .list{display: flex;height: 100%;}
.idx-s2 .item{width: 25%;padding:13vh .35rem 0;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.idx-s2 .item .title{font-size: 0.2rem;color:#333333;line-height: 0.26rem;-webkit-line-clamp: 2;height: 0.52rem;font-weight: bold;}
.idx-s2 .item .txt{font-size: 0.18rem;color:#979797;line-height: 0.25rem;-webkit-line-clamp: 3;margin-top: 0.2rem; max-height: .75rem;}
.idx-s2 .item .txt.line-8{-webkit-line-clamp: 8; max-height: 2rem;}
.idx-s2 .item .date{font-size: 0.14rem;color:#979797;margin-top: 0.08rem;}
.idx-s2 .item .date i{font-size: 0.18rem;color:#b28147;margin-right: 0.1rem;}
.idx-s2 .item .imgbox{height: 1.55rem;margin: 0.15rem auto 0;width: 100%;}
.idx-s2 .item .more{margin:.25rem auto 0;opacity: 0;pointer-events: none;}
.idx-s2 .item:hover .more{opacity: 1;pointer-events: initial;}
.idx-s2 .tabwrap,.idx-s2 .module{height: 100%;height: auto;}
.idx-s2 .item:hover .title{color:#0c8ab4;}

.idx-s3{position: relative;}
.idx-s3 .bgimg{height: 100vh;}
.idx-s3 .bgimg .module{width: 100%;height: 100%;}
.idx-s3 .wrap{position: absolute;width: 100%;left: 0;bottom: 12vh;}
.idx-s3 .auto{max-width: 13rem;margin:0 auto;}
.idx-s3 .info{margin-top: 0.7rem;max-width: 4.5rem;padding-left: 0.15rem;margin-left: -0.15rem;}
.idx-s3 .title{font-size: 0.24rem;color:#fff;font-weight: bold;}
.idx-s3 .txt{font-size: 0.18rem;color:#fff;line-height: 0.3rem;margin-top: 0.3rem;/* -webkit-line-clamp: 5; */min-height: 1.2rem;text-shadow:0 0 .16rem rgba(2,25,42,.82);text-align: justify;}
.idx-s3 .more{margin-top: 0.2rem;}


.idx-more{width: 1.22rem;height: 0.4rem;display: flex;align-items: center;justify-content: center;font-size: 0.14rem;color:#333;border-radius:.19rem;/* margin-top: 0.2rem; */border:1px solid #e5e5e5;text-align: center;}
.idx-more::after{content:'';width: 0.2rem;height: 0.08rem;background:url(../images/idx_05.png) no-repeat center;background-size:contain;display: block;margin-left: 0.06rem;}
.idx-more.white{background-color: #e0aa69;color:#fff;border-color:#e0aa69;}
.idx-more.white::after{background-image:url(../images/idx_05-1.png)}
.idx-more:hover{background-color: #0099cc;border-color:#0099cc;color:#fff;}
.idx-more:hover::after{background-image:url(../images/idx_05-1.png)}

#list-page {font-family: Arial; text-align: center; margin: .35rem 0 0 !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 9px 11px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #0099CC; font-weight: bold; color: #fff; border-color: #0099CC;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 34px; line-height: 34px; vertical-align: bottom; background: none; }


.idx-s3 .list{width: 94%;max-width: 17.2rem;margin:.3rem auto 0;display: flex;justify-content: flex-end;}
.idx-s3 .list .item{width: 2.45rem;margin-left: 0.15rem;cursor: pointer;transition: all .3s;height: 1.45rem;border:2px solid #fff;border-radius:.1rem;overflow: hidden;position: relative;}
.idx-s3 .list .img{transition: all 0s;}
.idx-s3 .list .title{font-size: 0.18rem;color:#fff;text-align: center;position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;z-index:2;}
.idx-s3 .list .item::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.5);z-index:1;}
.idx-s3 .list .item.cur{transform: translate(0,-.2rem);}
.idx-s3 .list .item.cur::after{background-color: transparent;}

.idx-s4{height: 100vh;background:url(../images/idx_21.jpg) no-repeat center;background-size:cover;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.idx-s4 .wrap{padding:.5rem 0 0 1.3rem;display: flex;align-items: flex-start;width: 100%;}
.idx-s4 .idx-tt{margin-bottom: 0.5rem;}

.idx-qy{width: 6.5rem;}
.idx-qy .txt{font-size: 0.18rem;color:#333333;line-height: 0.3rem;text-indent: 2em;}
.idx-qy .tit{font-size: 0.24rem;color:#b28147;font-weight: bold;margin-top: 0.6rem;}
.idx-qy .more{margin-top: 0.4rem;}


.idx-dj{/* padding-left: 1.6rem;width:calc(100% - 6.2rem); */padding-left: 1.3rem;width:calc(100% - 6.2rem);margin-right: -0.8rem;}
.idx-dj{padding-left: .53rem;padding-right: 1rem; width:calc(100% - 6.5rem);}
.idx-dj .detail{}
.idx-dj .item{position: relative;}
.idx-dj .imgbox{height: 3.1rem;display: block;}
.idx-dj .info{padding:.2rem 0 0;z-index:30;}
.idx-dj .date{font-size: 0.14rem;color:#979797;}
.idx-dj .date i{font-size: 0.18rem;color:#b28147;font-weight: bold;margin-right: 0.07rem;}
.idx-dj .title{font-size: 0.2rem;color:#2b2b2b;line-height: 0.26rem;-webkit-line-clamp: 1;font-weight: bold;margin-top: 0.1rem; max-height: .26rem;}
.idx-dj .txt{font-size: 0.18rem;color:#2a2a2a;opacity: .8;line-height: 0.32rem;margin-top: 0.1rem;-webkit-line-clamp: 2; max-height: .64rem; }
.idx-dj .item:hover .title{color:#0099cc;}

.idx-dj .swiper-container{/* padding-bottom: 1.1rem; */}
.idx-dj .swiper-slide{width: 5.15rem;}
.idx-dj .swiper-slide-active .info{display: block;}

.idx-dj .botbox{display: flex;align-items: center;margin:.35rem 0 0;}
.idx-dj .swiper-button{width: 0.4rem;height: 0.4rem;background:url(../images/idx_23.png) no-repeat center;background-size:contain;position: static;margin: 0;}
.idx-dj .swiper-button-next{transform: rotate(180deg);}
.idx-dj .pages{text-align: center;font-size: 0.16rem;color:#666;margin:0 .12rem;display: flex;align-items: center;justify-content: center;}
.idx-dj .pages .num1{font-size: 0.24rem;color:#0099cc;}


.idx-s5{background:url(../images/idx_07.jpg) no-repeat center;background-size:cover;display: flex;align-items: center;justify-content: center;}
.idx-s5 .detail{margin: 0.65rem auto 0;max-width: 13.4rem;position: relative;}
.idx-s5 .item{width: 100%;height: 100%;position: relative;display: block;}
.idx-s5 .item::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.35);}

.idx-s5 .swiper-slide{width: 8.3rem;height: 4.65rem;}
.idx-s5 .swiper-container{position: static;}
.idx-s5 .swiper-button-prev{left: -0.65rem; background-image: url(../images/swiperprev.png); }
.idx-s5 .swiper-button-next{right: -0.65rem; background-image: url(../images/swipernext.png); }
.idx-s5 .swiper-slide-active .item::after{background-color: transparent;}


.foot{background-color: #f5f8fd;padding:.12rem 0 0;}
.foot .auto{max-width: 12.8rem;margin:0 auto;}

.ft-t{display: flex;justify-content: space-between;}
.ft-t .col{width: 48%;display: flex;justify-content: space-between;}
.ft-t .tit{font-size: 0.14rem;color:#666;padding-left: 0.3rem;border-bottom:1px solid #e2e2e2;line-height: 0.5rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ft-t .ico{width: 0.22rem;margin-right: 0.06rem;display: inline-block;vertical-align: middle;}
.ft-t .lks{}
.ft-t .lk{display: block;font-size: 0.16rem;color:#666666;line-height: 0.72rem;padding-left: 0.12rem;border-bottom:1px solid #e2e2e2;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ft-t .lk::before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;border:1px solid #c90229;border-radius:50%;margin-right: 0.12rem;}
.ft-t .lk:hover{color:#c90229;border-color:#c90229;}
.ft-t .lk:hover::before{border-color:#c90229;background-color: #c90229;}

.ft-t .col1 .grp{width: 46%;}
.ft-t .col2 .tit{width: 48%;}
.ft-t .col2 .lks{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ft-t .col2 .lk{width: 48%;}


.ft-c{display: flex;justify-content: space-between;align-items: center;padding:.5rem 0;}
.ft-c .smlogo{max-width: 5.2rem;}
.ft-c .smlogo .img{max-height: 0.7rem;width: auto;max-width: 100%;}

.ft-c .txt{font-size: 0.14rem;color:#525252;line-height: 0.3rem;max-width: 5.2rem;margin:0 .2rem;}
.ft-c .wxbox{display: flex;align-items: center;}
.ft-c .wxbox .fz{font-size: 0.14rem;color:#333333;width: 0.2rem;text-align: center;line-height: 1.2;margin-right: 0.05rem;}
.ft-c .wxbox .pic{width: 1rem;}


.ft-b{border-top:2px solid #eaeff3;}
.ft-b .links{display: flex;align-items: center;padding:.2rem 0;}
.ft-b .links .tit{font-size: 0.14rem;color:#333;background:url(../images/idx_11.png) no-repeat left center;background-size:.26rem;padding-left: 0.4rem;line-height: 0.3rem;}
.ft-b .links .box{flex:1;overflow: hidden;display: flex;flex-wrap: wrap;margin-left: -2%;}
.ft-b .links .grp{width: 23%;margin-left: 2%;}
.ft-b .links .select{width: 100%;font-size: 0.14rem;color:#525252;border:1px solid #d6d6d7;height: 0.32rem;line-height: 0.32rem;appearance: none;-webkit-appearance: none;background:url(../images/idx_12.png) no-repeat 95% center;background-size:.14rem;padding:0 .35rem 0 .15rem;}


.ft-b .copyr{padding:.3rem 0;line-height: 0.2rem;border-top:2px solid #eaeff3;/* display: flex;justify-content: space-between; */ text-align: center;}
.ft-b .copyr *{font-size: 0.14rem;color:#525252;}
.ft-b .copyr .txt span{margin-right: 0.15rem;}
.ft-b .copyr .txt .ico{width: 0.2rem;margin-right: 0.03rem;}
.ft-b .copyr .txt a:hover{text-decoration: underline;}

.gotop{width: .7rem;height: .7rem;background:url(../images/idx_31.png) no-repeat center;background-size:contain;position: fixed;right: 0.2rem;bottom: 4vh;z-index:100;}


.side-menu{position: fixed;left: 0.2rem;top: 50%;transform: translate(0,-50%);z-index:70;}
.side-menu .lk{margin-bottom: 0.25rem;display: block;}
.side-menu .icon{width: 0.64rem;height: 0.72rem;background:url(../images/idx_24.png) no-repeat center;background-size:100% 100%;display: flex;align-items: center;justify-content: center;margin:0 auto;}
.side-menu .ico{width: 0.3rem;height: auto;display: block;transition: all .3s;}
.side-menu .ico-h{display: none;}
.side-menu .tit{font-size: 0.18rem;color:#343434;text-align: center;margin-top: 0.07rem;}
.side-menu .lk:last-child{margin-bottom: 0;}
.side-menu .lk:hover .tit{color:#0c8ab4;}
.side-menu .lk:hover .ico{transform: scale(1.07,1.07);}

.side-menu.white .icon{background-image:url(../images/idx_24-1.png)}
.side-menu.white .tit{color:#fff;}
.side-menu.white .ico-s{display: none;}
.side-menu.white .ico-h{display: block;}



#fp-nav{display: none!important;}
.navPage{position:fixed;right: 0.2rem;top: 50%;z-index:99;width: 1rem;text-align: right;transform: translate(0,-50%);}
.navPage li{margin:.05rem 0;}
.navPage li a{line-height: 0.2rem;font-size: 0;display: flex;justify-content: flex-end;text-align: center;align-items: center;color:#8c1515;}
.navPage li .dot{width: 0.22rem;height: 0.22rem;position: relative;display: flex;align-items: center;justify-content: center;margin-left: 0.07rem;}
.navPage li .dot::after{content:'';display: inline-block;vertical-align: middle;width: 0.1rem;height: 0.1rem;border:1px solid #666;border-radius:50%;}
/* .navPage .li3 a{color:#e2bf6c;}
.navPage .li3.active a::after{border-color:#e2bf6c;} */

.navPage li.active a{font-size: 0.14rem;color:#666666;}
.navPage li.active .dot{background:url(../images/icon_03.png) no-repeat center;background-size:contain;}
.navPage li.active .dot::after{display: none;}

.navPage.white li.active a{color:#fff;}
.navPage.white li .dot::after{border-color:#fff;}



.idx-s1 .tp,.idx-s1 .list{opacity: 0;}
.idx-s2 .top,.idx-s2 .list{opacity: 0;}
.idx-s3 .idx-tt,.idx-s3 .info,.idx-s3 .list{opacity: 0;}
.idx-s4 .idx-qy,.idx-s4 .idx-dj{opacity: 0;}
.idx-s5 .idx-tt,.idx-s5 .detail{opacity: 0;}



/* 新闻列表 */
.inner-head.scroll{background: #fff; box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .2);}

.inner-ban{height: 6.6rem;}
.inner-ban img { object-fit: fill; }

.main{background:url(../images/xw_05.jpg) no-repeat center bottom #f5f6f8;background-size:100% auto;}
.top-bar{height: 1.65rem;background:url(../images/xw_06.png) no-repeat center;background-size:100% 100%;padding:.5rem .95rem 0;border-bottom:1px solid #0099CC;margin-top: -1.65rem;position: relative;z-index:50;}
.top-bar .bt{font-size: 0.36rem;font-weight: bold;line-height: 1;display: flex;align-items: center;}
.top-bar .bt.x::before{content:'';width: 0.03rem;height: 0.35rem;background-color: #0099CC;margin-right: 0.15rem;}
.top-bar .box{display: flex;align-items: center;justify-content: space-between;}
.top-bar .crumb{font-size: 0.16rem;color:#3D3D3D;max-width: 37%;background:url(../images/xw_02.png) no-repeat left center;background-size:.16rem;padding-left: 0.23rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 0.3rem;}
.top-bar .crumb a:hover{color:#0099CC;}

.top-bar .tabs{max-width: 62%;position: relative;padding-right: 0.28rem; padding-left: .28rem;}
.top-bar .tabs .lk{font-size: 0.18rem;color:#3F3F3F;display: inline-block;vertical-align: middle;padding:0 .1rem;line-height: 0.8rem;position: relative;}
.top-bar .tabs .lk::after{content:'';position: absolute;width: 0;height: 0.1rem;background:url(../images/xw_04.png) no-repeat center;background-size:100% 100%;left: 50%;bottom: 0;}
.top-bar .tabs .lk.cur{background:url(../images/xw_03.png) no-repeat center;/* background-size:.77rem .59rem; */background-size:contain;}
.top-bar .tabs .lk.cur,.top-bar .tabs .lk:hover{color:#0099CC;font-weight: bold;}
.top-bar .tabs .lk.cur::after{width: 100%;left: 0;}
.top-bar .tabs .arrow{width: 0.22rem;height: 0.22rem;background:url(../images/arrow.png) no-repeat center;background-size:.16rem;position: absolute;right: 0;top: 50%;margin-top:-.11rem;opacity: .6;transform: rotate(-90deg);cursor: pointer;}
.top-bar .tabs .arrow.swiper-button-disabled {cursor: unset;}
.top-bar .tabs .arrow-prev{width: 0.22rem;height: 0.22rem;background:url(../images/arrow.png) no-repeat center;background-size:.16rem;position: absolute;left: 0;top: 50%;margin-top:-.11rem;opacity: .6;transform: rotate(90deg);cursor: pointer;}
.top-bar .tabs .swiper-slide{width: auto;margin-left: .15rem;}


.con-sec{padding:1px .95rem 1.3rem;background:url(../images/xw_07.png) no-repeat center;background-size:cover;}

.xw-list{padding:.4rem 0 0;}
.xw-list .item{border-bottom:1px dashed #CBCBCB;height: 0.75rem;}
.xw-list .box{display: flex;align-items: center;height: 100%;}
.xw-list .title{font-size: 0.18rem;-webkit-line-clamp: 1;flex:1;overflow: hidden; max-height: .3rem;}
.xw-list .title::before{content:'';width: 0.09rem;height: 0.09rem;background-color: #0099CC;border-radius:50%;margin-right: 0.2rem;display: inline-block;vertical-align: middle;}
.xw-list .date{font-size: 0.14rem;color:#0099CC;margin-left: 0.35rem;background:url(../images/xw_08.png) no-repeat left center;background-size:.14rem;padding-left: 0.2rem;}
.xw-list .item:hover .title{color:#0099CC;}


.pagelist{text-align: center;font-size: .16rem;color: #6A6A6A;line-height: .38rem;margin-top: 0.8rem;display: flex;align-items: center;justify-content: center;}
.pagelist *{font-size: inherit;}
.pagelist a{min-width:.38rem;height: .38rem;line-height: .36rem;display: inline-block;vertical-align: middle;background-color: transparent;margin:0 .05rem;border:1px solid #DCDCDC;padding:0 .1rem;border-radius:.04rem;}
.pagelist a.active,.pagelist a:hover{background-color:#0099CC;color:#fff!important;border-color:#0099CC;}

/* 新闻详情 */
.xw-det{padding:.75rem 0 0;}
.xw-det .title{font-size: 0.24rem;color:#313131;text-align: center;}
.xw-det .sm{text-align: center;margin-top: 0.18rem;position: relative;}
.xw-det .sm .beij{opacity: 0.2;background: linear-gradient(90deg, rgba(0, 153, 204, 0) 0%, #0099CC 53%, rgba(0, 153, 204, 0) 100%);position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:0;}
.xw-det .sm span{font-size: 0.14rem;color:#313131;line-height: 0.4rem;display: inline-block;vertical-align: middle;margin:0 .15rem;position: relative;z-index:1;}
.xw-det .edit{font-size: 0.18rem;color:#393939;line-height: 2;margin-top: 0.4rem; }
.xw-det .edit p {     word-wrap: break-word;  word-break: break-all; }
.xw-det .edit img { height: auto !important; }
.xw-det .edit video { display: block; }

.pagenav{margin-top: 0.9rem;padding:.2rem 0;border-top:1px dashed rgba(93, 93, 93, .3);border-bottom:1px dashed rgba(93, 93, 93, .3);}
.pagenav .lk{font-size: 0.18rem;color:#3D3D3D;line-height: 0.36rem;display: block;}
.pagenav .lk em{color:#0099CC;}
.pagenav .lk:hover{color:#0099CC;}


/* 权属企业 */
.qsyy-list{padding:.75rem 0;display: flex;flex-wrap: wrap;margin-left: -3%;}
.qsyy-list .lk{display: inline-block;vertical-align: middle;font-size: 0.18rem;color: #343434;border: 1px solid #D4D4D4;border-radius:.05rem;min-width: 30.3%;margin:0 0 3% 3%;line-height: 0.7rem;padding:0 .2rem 0 .6rem;}
.qsyy-list .lk::before{content:'';display: inline-block;vertical-align: middle;width: 0.26rem;height: 0.26rem;background:url(../images/xw_09.png) no-repeat center;background-size:contain;margin-right: 0.1rem;}
.qsyy-list .lk:hover{color:#fff;font-weight: bold;background-color: #0099CC;border-color:#0099CC;}
.qsyy-list .lk:hover::before{background-image:url(../images/xw_09-1.png);}


/* 专家团队 */
.team-list{display: flex;flex-wrap: wrap;justify-content: space-between;padding:.75rem 0 0;}
.team-list .item{border:1px solid rgba(0, 153, 204, .1);width: 47%;margin-bottom: 4%;padding:.25rem .35rem;position: relative;overflow: hidden;}
.team-list .title{font-size: 0.14rem;display: flex;align-items: center;}
.team-list .name{font-size: 0.24rem;font-weight: bold;margin-right: 0.35rem;}
.team-list .txt{font-size: 0.18rem;color:#333;line-height: 0.3rem;-webkit-line-clamp: 2;margin-top: 0.17rem; max-height: .6rem;}
.team-list .item::before,.team-list .item::after{content:'';position: absolute;width: 0.2rem;height: 0.2rem;background:url(../images/team_02.png) no-repeat center;background-size:contain;}
.team-list .item::before{left: -1px;top: -1px;}
.team-list .item::after{right: 0;bottom: 0;transform: rotate(180deg);opacity: .1;}
.team-list .item:hover{border-color:rgba(0, 153, 204, .5);}


/* 信息公开 */
.xxgk-list{display: flex;flex-wrap: wrap;justify-content: space-between;padding:.9rem 0 .5rem;}
.xxgk-list .item{height: 3.7rem;position: relative;width: 23.5%;}
.xxgk-list .imgbox{height: 100%;}
.xxgk-list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:.3rem;}
.xxgk-list .title{font-size: 0.2rem;color:#fff;font-weight: bold;-webkit-line-clamp: 2; max-height: .52rem;}
.xxgk-list .txt{font-size: 0.16rem;color:#fff;line-height: 0.3rem;-webkit-line-clamp: 4;margin-top: 0.12rem; max-height: 1.2rem;}
.xxgk-list .more{margin-top: 0.45rem;border-radius:.3rem;border:1px solid rgba(255,255,255,.5);font-size: 0.14rem;color:#fff;display: flex;align-items: center;justify-content: center;width: 1.06rem;height: 0.36rem;}
.xxgk-list .more::after{content:'';display: block;width: 0.21rem;height: 0.05rem;background:url(../images/xxgk_06.png) no-repeat center;background-size:contain;margin-left: 0.04rem;}
.xxgk-list .item:hover .more{background-color: #0099CC;border-color:#0099CC;}

.xxgk-list .item:nth-child(1) .shade{background: linear-gradient(158deg, #0099CC 0%, rgba(216, 216, 216, 0) 87%);}
.xxgk-list .item:nth-child(2) .shade{background: linear-gradient(158deg, #2764A1 0%, rgba(216, 216, 216, 0) 87%);}
.xxgk-list .item:nth-child(3) .shade{background: linear-gradient(158deg, #02587A 0%, rgba(216, 216, 216, 0) 87%);}
.xxgk-list .item:nth-child(4) .shade{background: linear-gradient(158deg, #444EA3 0%, rgba(216, 216, 216, 0) 87%);}



/* 企业文化 */
.pub-tt{margin-bottom: 0.3rem;position: relative;}
.pub-tt .bt{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;margin-left: 0.5rem;}
.pub-tt .bt:first-child{margin-left: 0;}
.pub-tt .bt span{display: block;opacity: .7;font-size: 0.3rem;color:#2A2A2A;}
.pub-tt .bt::after{content:'';height: 0.05rem;background-color: #0099CC;display: inline-block;vertical-align: middle;margin-top: 0.15rem;width: 0;transition: all .3s;}
.pub-tt .bt.cur span{opacity: 1;}
.pub-tt .bt.cur::after{width: 0.44rem;}
.pub-tt a.bt:hover span{opacity: 1;}

.pub-tt .more{position: absolute; font-size: .16rem; line-height: 1.4; color: #0099cc; /* padding-right: .3rem; */right: 0;top: .03rem;display: flex;align-items: center;}
.pub-tt .more i{width: .24rem;height: .24rem;background: #cfdee3;border-radius: 50%;margin-left: 0.07rem;display: flex;align-items: center;justify-content: center;}
.pub-tt .more i::after{content:'';width: .08rem;height: .08rem;background: #0099cc;border-radius: 50%;transition: all .1s;}
/* .pub-tt .more:hover i::after{width: 0.09rem;height: 0.09rem;} */
.pub-tt .more:hover{opacity: .85;text-decoration: underline;}

.pub-tt.red .bt::after{background-color: #B72121;}
.pub-tt.red .more{color: #B72121;}
.pub-tt.red .more i{background-color: #fae0ed;}
.pub-tt.red .more i::after{background-color: #B72121;}

.pub-tt.white .bt span{color:#fff;}
.pub-tt.white .bt::after{background-color: #fff;}
.pub-tt.white .more{color:#fff;}
.pub-tt.white .more i{background-color: rgba(255,255,255,.2);}
.pub-tt.white .more i::after{background-color: #fff;}




.cul-top{padding:.75rem 0 0;display: flex;align-items: flex-start;justify-content: space-between;}
.cul-top .info{width: 46%;}
.cul-top .list{}
.cul-top .list li{margin-bottom: 0.2rem;padding:.25rem .4rem;background: linear-gradient(to right, #e3f5fc , #fcfdff);}
.cul-top .list .title{font-size: 0.24rem;color:#0099CC;font-weight: bold;}
.cul-top .list .txt{font-size: 0.24rem;color:#272727;margin-top: 0.07rem;}
.cul-top .imgbox{height: 3.65rem;width: 50%;}


.cul-fc{padding:.75rem 0 0;}
.cul-fc .detail{}
.cul-fc .item{}
.cul-fc .item .imgbox{height: 2.44rem;display: block;}
.cul-fc .item .date{font-size: 0.14rem;color:#0099CC;line-height: 0.26rem;background:url(../images/xw_08.png) no-repeat left center;background-size:.14rem;padding-left: 0.2rem;margin-top: 0.14rem;}
.cul-fc .item .title{font-size: 0.18rem;color:#424242;line-height: 0.26rem;-webkit-line-clamp: 2;height: 0.52rem;margin-top: 0.05rem;}
.cul-fc .item .more{font-size: 0.14rem;color:#565656;margin-top: 0.15rem;padding:.15rem 0 0;display: flex;align-items: center;justify-content: space-between;border-top:1px solid rgba(0, 153, 204, .2);}
.cul-fc .item .more::after{content:'';display: inline-block;width: 0.31rem;height: 0.31rem;background:url(../images/cul_06.png) no-repeat center;background-size:contain;}
.cul-fc .item:hover .more{color:#0099CC;}
.cul-fc .item:hover .title{color:#0099CC;}

.cul-fc .swiper-pagination{margin-top: 0.6rem;font-size: 0;position: static;}
.cul-fc .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;opacity: 1;margin:0 .1rem!important;background-color: transparent;border:1px solid #0099CC;}
.cul-fc .swiper-pagination-bullet-active{width: 0.4rem;border-radius:.2rem;background-color: #0099CC;}

/* 关于国投 */
.us-s1{display: flex;align-items: flex-start;justify-content: space-between;padding:.75rem 0 0;}
.us-s1 .info{width: 98%;}
.us-s1 .top{position: relative;border-bottom:1px solid rgba(0, 153, 204, .1);}
.us-s1 .top .en{font-size: 1.44rem;color: #2A2A2A;font-family: 'butler';opacity: 0.05;font-weight: 900;line-height: .36rem;position: absolute;left: 0;bottom: .2rem;}
.us-s1 .top .pub-tt{margin-bottom: 0;position: relative;z-index:20;}
.us-s1 .txt{font-size: 0.18rem;color:#393939;line-height: 2;margin-top: 0.22rem;}
.us-s1 .txt p{text-indent: 2em;}

.us-s1 .more{margin-top: 0.4rem;border-radius:.3rem;border:1px solid #C3C3C3;font-size: 0.18rem;color:#9E9E9E;display: flex;align-items: center;justify-content: center;width: 1.48rem;height: 0.44rem;}
.us-s1 .more::after{content:'';display: block;width: 0.21rem;height: 0.05rem;background:url(../images/xxgk_06-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;}
.us-s1 .more:hover{color:#fff;background-color: #0099CC;border-color:#0099CC;}
.us-s1 .more:hover::after{background-image:url(../images/xxgk_06.png)}
.us-s1 .imgbox{height: 3.68rem;width: 50%;}

.us-s2{display: flex;justify-content: space-between;margin-top: 0.7rem;}
.us-s2 .col{width: 48%;}
.us-s2 .detail{}
.us-s2 .imgbox{height: 2.8rem;overflow: hidden;}
.us-s2 .imgbox .img{transition: all 1s;}
.us-s2 .imgbox:hover .img{transform: scale(1.1,1.1);}

.us-s3{display: flex;justify-content: space-between;margin-top: 0.75rem;}
.us-s3 .col{width: 31%;}
.us-s3 .detail{}
.us-s3 .imgbox{height: 2.3rem;overflow: hidden;}
.us-s3 .imgbox .img{transition: all 1s;}
.us-s3 .imgbox:hover .img{transform: scale(1.1,1.1);}

/* 国投简介 */
.us-intro{padding:.75rem 0 .3rem;}
.us-intro .edit{font-size: 0.18rem;color: #393939;line-height: 2;}



/* 联系我们 */
.lx-sec{padding:.75rem 0 0;display: flex;align-items: center;justify-content: space-between;}
.lx-sec .map{width: 50%;height: auto;}
.lx-sec .info{width: 47%;}
.lx-sec .smlogo{height: 0.53rem;margin-bottom: 0.4rem;}
.lx-sec .fz{font-size: 0.18rem;line-height: 0.26rem;margin-bottom: 0.22rem;display: flex;}
.lx-sec .fz span{flex:1;overflow: hidden;}
.lx-sec .fz::before{content:'';width: 0.2rem;height: 0.2rem;margin-right: 0.15rem;display: inline-block;vertical-align: middle;margin-top: 0.02rem;}
.lx-sec .tel::before{background:url(../images/lx_02.png) no-repeat center;background-size:contain;}
.lx-sec .email::before{background:url(../images/lx_03.png) no-repeat center;background-size:contain;}
.lx-sec .address::before{background:url(../images/lx_04.png) no-repeat center;background-size:contain;}

.BMapLabel,.BMap_shadow img{display: none!important;}


/* 公司业务 */
.ye-list{margin: 0.9rem 0 .5rem;display: flex;}
.ye-list .item{flex:1;overflow: hidden;height: 4.95rem;position: relative;width: 12%;transition: all .5s;flex:1 1 13%;}
.ye-list .box1{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;align-items: center;justify-content: center;z-index:2;}
.ye-list .box1 .tit{font-size: 0.24rem;color:#fff;font-weight: bold;width: 0.3rem;text-align: center;line-height: 0.3rem;}
.ye-list .box2{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:.55rem .7rem 0;display: none;z-index:2;}
.ye-list .box2 .tit{font-size: 0.3rem;color:#fff;font-weight: bold;}
.ye-list .box2 .line{width: 0.44rem;height: 0.05rem;background-color: #fff;display: block;margin-top: 0.1rem;}
.ye-list .box2 .txt{font-size: 0.16rem;color:#fff;line-height: 0.4rem;-webkit-line-clamp: 5;margin-top: 0.23rem; max-height: 2rem;}
.ye-list .box2 .txt * { font-size: 0.16rem;color:#fff; }

.ye-list .box2 .more{margin-top: 0.4rem;border-radius:.3rem;border:1px solid #fff;font-size: 0.18rem;color:#fff;display: flex;align-items: center;justify-content: center;width: 1.48rem;height: 0.44rem;}
.ye-list .box2 .more::after{content:'';display: block;width: 0.21rem;height: 0.05rem;background:url(../images/xxgk_06.png) no-repeat center;background-size:contain;margin-left: 0.08rem;}
.ye-list .box2 .more:hover{background-color: #0099CC;border-color:#0099CC;}

.ye-list .item.on{flex:1 1 52%;}
.ye-list .item.on .box1{display: none;}
.ye-list .item.on .box2{display: block;}

.ye-list .item .mask{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:1;}
.ye-list .item:nth-child(1) .mask{background: linear-gradient(146deg, #0099CC 0%, rgba(216, 216, 216, 0) 76%);}
.ye-list .item:nth-child(2) .mask{background: linear-gradient(163deg, #2764A1 3%, rgba(255, 255, 255, 0) 100%);}
.ye-list .item:nth-child(3) .mask{background: linear-gradient(159deg, #73AECC 3%, rgba(255, 255, 255, 0) 102%);}
.ye-list .item:nth-child(4) .mask{background: linear-gradient(163deg, #7082AC 3%, rgba(112, 130, 172, 0) 98%);}
.ye-list .item:nth-child(5) .mask{background: linear-gradient(159deg, #0C6492 3%, rgba(12, 100, 146, 0) 102%);}


/* 新闻中心 */
.xw-yw{margin-top: 0.85rem;}
.xw-yw .list{display: flex;flex-wrap: wrap;width: calc(100% + .7rem);margin-left: -0.35rem;}
.xw-yw .list .item{padding:.25rem .35rem;width: 33.3%;border:1px solid transparent;}
.xw-yw .list .imgbox{height: 2.41rem;display: block;}
.xw-yw .list .date{font-size: 0.14rem;color:#0099CC;line-height: 0.26rem;background:url(../images/xw_08.png) no-repeat left center;background-size:.14rem;padding-left: 0.2rem;margin-top: 0.14rem;}
.xw-yw .list .title{font-size: 0.18rem;color:#424242;line-height: 0.26rem;-webkit-line-clamp: 2;height: 0.52rem;margin-top: 0.08rem;}
.xw-yw .list .more{font-size: 0.14rem;color:#565656;margin-top: 0.15rem;padding:.15rem 0 0;display: flex;align-items: center;justify-content: space-between;border-top:1px solid rgba(0, 153, 204, .2);}
.xw-yw .list .more::after{content:'';display: inline-block;width: 0.31rem;height: 0.31rem;background:url(../images/cul_06.png) no-repeat center;background-size:contain;}
.xw-yw .list .item:hover{border-color:#0099CC;box-shadow: 0 .04rem .1rem 0 rgba(0, 153, 204, 0.3);}
.xw-yw .list .item:hover .title{color:#0099CC;font-weight: bold;}

.xw-yw .arclist{margin-top: 0.6rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.xw-yw .arclist li{width: 47.5%;border: 1px solid #DCDCDC;}
.xw-yw .arclist .box{display: flex;align-items: center;height: 1.1rem;padding:0 .2rem;}
.xw-yw .arclist .date{text-align: center;}
.xw-yw .arclist .fz1{font-size: 0.26rem;color: #0099CC;font-weight: bold;line-height: 1;}
.xw-yw .arclist .fz2{font-size: 0.14rem;color: #0099CC;line-height: 1;margin-top: 0.06rem;}
.xw-yw .arclist .line{width: .01rem;height: 0.46rem;background-color: #bbb;margin:0 .2rem;}
.xw-yw .arclist .info{flex:1;overflow: hidden;}
.xw-yw .arclist .title{font-size: 0.18rem;color: #333333;line-height: 0.3rem;-webkit-line-clamp: 1; max-height: .3rem;}
.xw-yw .arclist .txt{font-size: 0.15rem;color: #999999;line-height: 1.4;margin-top: 0.05rem;-webkit-line-clamp: 1; max-height: .24rem; }

.xw-yw .arclist li:hover{border-color:#0099CC;box-shadow: 0 .04rem .1rem 0 rgba(0, 153, 204, 0.3);}
.xw-yw .arclist li:hover *{color: #0099CC;}


.xw-s1{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 0.8rem;}

.xw-dt{width: 47%;}
.xw-dt .module{padding-top: 0.1rem;}
.xw-dt .list{border-top:1px solid #e5e5e5;}
.xw-dt .list .item{border-bottom:1px solid #e5e5e5;display: block;transition: all .3s;}

.xw-dt .list .title{font-size: 0.18rem;color: #262626;-webkit-line-clamp: 1; max-height: .24rem;}

.xw-dt .list .box1{display: flex;align-items: center;height: 0.85rem;}
.xw-dt .list .box1 .title{flex:1;overflow: hidden;}
.xw-dt .list .box1 .title::before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;background: #0099CC;border-radius:50%;margin-right: 0.22rem;margin-top: -0.02rem;}
.xw-dt .list .box1 .date{font-size: 0.14rem;color: #7A7A7A;margin-left: 0.35rem;background:url(../images/xw_13.png) no-repeat left center;background-size:.14rem;padding-left: 0.21rem;}

.xw-dt .list .box2{height: 1.14rem;display: flex;align-items: center;display: none;}
.xw-dt .list .box2 .date{margin-right: 0.3rem;width: 0.65rem;border:1px solid #0099CC;text-align: center;}
.xw-dt .list .box2 .fz1{font-size: 0.3rem;color: #0099CC;font-weight: bold;line-height: .4rem;font-family: Microsoft YaHei;}
.xw-dt .list .box2 .fz2{font-size: 0.14rem;color:#fff;line-height: 0.24rem;background-color: #0099CC;font-family: Microsoft YaHei;}
.xw-dt .list .box2 .info{flex:1;overflow: hidden;}
.xw-dt .list .box2 .title{font-weight: bold;color: #0099CC;}
.xw-dt .list .box2 .txt{font-size: 0.16rem;color: #0099CC;line-height: 0.2rem;margin-top: 0.08rem;-webkit-line-clamp: 1; max-height: .24rem;}
.xw-dt .list .item.cur .box2{display: flex;}
.xw-dt .list .item.cur .box1{display: none;}


.xw-mt{width: 48%;}
.xw-mt .list{}
.xw-mt .list .item{border:1px solid transparent;}
.xw-mt .list .box{padding:.25rem .15rem;display: flex;align-items: center;}
.xw-mt .list .imgbox{width: 2.25rem;height: 1.42rem;margin-right: 0.2rem;}
.xw-mt .list .info{flex:1;overflow: hidden;}
.xw-mt .list .date{font-size: 0.14rem;color: #0099CC;background:url(../images/xw_08.png) no-repeat left center;background-size:.14rem;padding-left: 0.2rem;}
.xw-mt .list .title{font-size: 0.18rem;color: #3D3D3D;line-height: 0.3rem;-webkit-line-clamp: 1;margin-top: 0.1rem; max-height: .3rem;}
.xw-mt .list .txt{font-size: 0.14rem;color: #3D3D3D;line-height: 0.24rem;-webkit-line-clamp: 2;margin-top: 0.08rem; max-height: .48rem;}
.xw-mt .list .item:hover{border-color:#0099CC;box-shadow: 0 0 .1rem 0 rgba(14, 65, 150, 0.3);background-color: #fff;}
.xw-mt .list .item:hover *{color: #0099CC;}





.xw-sp .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.xw-sp .list .item{width: 47.5%;height: 3.45rem;position: relative;}
.xw-sp .list .imgbox{display: block;height: 100%;}
.xw-sp .list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:1; background: linear-gradient(rgba(0,0,0,0) 25%, rgba(0,0,0,.7));}
.xw-sp .list .icon{width: 0.52rem;height: 0.52rem;background:url(../images/xw_19.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:2;display: block;}
.xw-sp .list .title{font-size: 0.18rem;color:#fff;position: absolute;width: 100%;left: 0;bottom: 0.2rem;padding:0 .35rem;z-index:2;}



.xw-s2{display: flex;justify-content: space-between;margin-top: 0.85rem;}

.xw-zt{width: 47.5%;}
.xw-zt .list{    padding: 0 .25rem;
    border: 1px solid #E5E5E5;
    background: #fff;}
.xw-zt .list li:last-child { border: none; }
.xw-zt .list li{height: 0.9rem;border-bottom:1px solid #E5E5E5;}
.xw-zt .list .box{display: flex;align-items: center;height: 100%;}
.xw-zt .list .title{-webkit-line-clamp: 1;flex:1;overflow: hidden;font-size: 0.18rem;color: #262626; max-height: .24rem;}
.xw-zt .list .title::before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;background: #0099CC;border-radius:50%;margin-right: 0.18rem;margin-top: -0.02rem;}
.xw-zt .list .date{font-size: 0.14rem;color: #999999;margin-left: 0.4rem;}
.xw-zt .list li:hover .title{color: #0099CC;font-weight: bold;text-decoration: underline;}


/* 0613企业文化 */
.cul-tw{padding:.85rem 0 0;}
.cul-tw .list{padding:.2rem 0 0;}
.cul-tw .list .item{display: flex;background-color: #EFF7FA;margin-bottom: 0.65rem;}
.cul-tw .list .imgbox{width: 57%;height: 385px;}
.cul-tw .list .info{flex:1;overflow: hidden;padding:.35rem .5rem 0;}
.cul-tw .list .title{font-size: 0.3rem;color:#0099CC;font-weight: bold;display: flex;align-items: center;}
.cul-tw .list .title::before{content:'';width: 0.28rem;height: 0.28rem;background:url(../images/cul_12.png) no-repeat center;background-size:contain;margin-right: 0.1rem;}
.cul-tw .list .smtit{font-size: 0.2rem;color:#0099CC;margin-top: 0.2rem;}
.cul-tw .list .txt{font-size: 0.18rem;color:#343434;line-height: 0.3rem;-webkit-line-clamp: 3;margin-top: 0.25rem; max-height: .9rem;}
.cul-tw .list .more{font-size: 0.14rem;color: #565656;border-top: 1px dashed rgba(0, 153, 204, .2);display: flex;align-items: center;justify-content: space-between;height: 0.7rem;}
.cul-tw .list .more::after{content:'';width: 0.31rem;height: 0.31rem;background:url(../images/cul_06.png) no-repeat center;background-size:contain;}
.cul-tw .list .more:hover{color: #0099CC;font-weight: bold;}
.cul-tw .list .item:nth-child(even){flex-direction: row-reverse;}


/* 0613人力资源 */
.hr-policy{padding:.95rem 0 0;}
.hr-policy .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.hr-policy .list li{height: 0.8rem;border-bottom:1px solid #E5E5E5;width: 48%;}
.hr-policy .list .box{display: flex;align-items: center;height: 100%;}
.hr-policy .list .title{-webkit-line-clamp: 1;flex:1;overflow: hidden;font-size: 0.18rem;color: #111; max-height: .24rem;}
.hr-policy .list .title::before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;background: #0099CC;border-radius:50%;margin-right: 0.18rem;margin-top: -0.02rem;}
.hr-policy .list .date{font-size: 0.18rem;color: #6B6B6B;margin-left: 0.4rem;font-weight: bold;}
.hr-policy .list li:hover .title{color: #0099CC;font-weight: bold;}
.hr-policy .list li:nth-child(1){border-top:1px solid #E5E5E5;}
.hr-policy .list li:nth-child(2){border-top:1px solid #E5E5E5;}

.hr-job{padding:.95rem 0 .9rem;}
.hr-job .detail{border:1px solid #d4d9dc;position: relative;border-left:0;}
.hr-job .item{display: block;padding:.25rem .25rem;}
.hr-job .item .date{font-size: 0.14rem;color: #0099CC;line-height: 0.26rem;background:url(../images/xw_08.png) no-repeat left center;background-size:.14rem;padding-left: 0.2rem;}
.hr-job .item .title{font-size: 0.18rem;color: #323232;line-height: 0.3rem;-webkit-line-clamp: 2;height: 0.6rem;margin-top: 0.1rem;font-weight: 500;}
.hr-job .item .bot{border-top: 1px dashed rgba(0, 153, 204, .3);padding:.13rem 0 0;margin-top: 0.15rem;}
.hr-job .item .txt{font-size: 0.16rem;color: #464646;line-height: 0.3rem;-webkit-line-clamp: 2;height: 0.6rem;opacity: .6;}
.hr-job .item:hover{background-color: #0099CC;}
.hr-job .item:hover *{color:#fff;}
.hr-job .item:hover .date{background-image:url(../images/xw_08-1.png)}
.hr-job .item:hover .bot{border-color:rgba(255,255,255,.3);}


.hr-job .swiper-slide{border-left:1px solid #d4d9dc;}
.hr-job .swiper-container{position: static;width:calc(100% + 2px);margin-left: -1px;}
.hr-job .arrs{display: flex;justify-content: space-between;padding:0 25%;position: absolute;left: 0;bottom: -0.9rem;width: 100%;}
.hr-job .swiper-button{width: 0.9rem;height: 0.9rem;background:url(../images/icon_04.png) no-repeat center;background-size:cover;position: static;margin: 0;}
.hr-job .swiper-button-prev{margin-left: -0.9rem;}
.hr-job .swiper-button-next{transform: rotate(180deg);margin-right: -0.9rem;}
.hr-job .swiper-button:hover{background-image:url(../images/icon_04-1.png);}

/* 0613专家团队 */
.team-listt{display: flex;flex-wrap: wrap;margin:0 0 0 -4%;}
.team-listt .item{width: 29.3%;margin:.8rem 0 0 4%;padding:0 .27rem;position: relative;}
.team-listt .item::before{content:'';position: absolute;left: 0;right: 0;top: 50%;transform: translate(0,-50%);background:url(../images/us_08.png) no-repeat center;background-size:100% 100%;z-index:1;height: 2.31rem;}
.team-listt .box{display: block;background-color: #EFF7FA;padding:.32rem .28rem;min-height: 3.1rem;position: relative;z-index:2;}
.team-listt .name{font-size: 0.24rem;font-weight: bold;line-height: 0.36rem;}
.team-listt .smwz{font-size: 0.14rem;margin-top: 0.06rem;}
.team-listt .line{width: 2.02rem;height: 0.06rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;display: block;margin-top: 0.1rem;}
.team-listt .txt{font-size: 0.16rem;color:#333;line-height: 0.3rem;-webkit-line-clamp: 4;margin-top: 0.2rem; max-height: 1.2rem;}
.team-listt .item:hover .box{background-color: #0099CC;}
.team-listt .item:hover *{color:#fff;}
.team-listt .item:hover .line{background-image:url(../images/icon_05-1.png)}

/* 0613国投简介 */
.brief-top{display: flex;align-items: center;background-color: #e5f4f9;border-right:.03rem solid #0099CC;margin-top: 0.8rem;margin-bottom: 0.6rem;}
.brief-top .imgbox{width: 0%;}
.brief-top .info{flex:1;overflow: hidden;padding:0 .5rem;display: flex;flex-direction: column;align-items: end;text-align: right;}
.brief-top .title{font-size: 0.3rem;color:#0099CC;font-weight: bold;text-align:center;width:100%;margin-top:30px;}
.brief-top .fz{font-size: 0.24rem;color:#393939;margin-top: 0.1rem;}
.brief-top .line{height: 0.45rem;}
.brief-top .txt{font-size: 0.2rem;color:#393939;line-height: 0.47rem;}
.brief-top .txt i{font-size: 0.64rem;font-weight: bold;color:#0099CC;font-family: 'microsoft yahei';}


.brief-det{font-size: 0.26rem;color:#393939;line-height: 2;font-family: 'SimSun', '宋体', serif;}
.brief-det .pics{display: flex;}
.brief-det .pics .lbox,.brief-det .pics .cbox{margin-right: 0.25rem;max-width: 2.9rem;width: 22%;}
.brief-det .pics .rbox{flex:1;overflow: hidden;}
.brief-det .pics .imgbox{height: 100%;margin-bottom: 0.25rem;}
.brief-det .pics .imgbox:last-child{margin-bottom: 0;}
.brief-det .pics .lbox,.brief-det .pics .cbox,.brief-det .pics .rbox{height: 4.3rem;}
.brief-det .pics .cbox{display: flex;flex-direction: column;}


/* 0613工作专题 */
.work-sc{padding:.8rem 0 0;}
.work-sc .detail{}
.work-sc .item{background-color: #EFF7FA;display: flex;align-items: center;}
.work-sc .item .imgbox{height: 5rem;flex:1;overflow: hidden;position: relative;}
.work-sc .item .info{width: 4.35rem;padding:0 .45rem;}
.work-sc .item .date{display: flex;align-items: center;}
.work-sc .item .fz1{font-size: 0.5rem;color:#0099CC;margin-right: 0.15rem;}
.work-sc .item .fz2{font-size: 0.16rem;color:#0099CC;text-align: right;}
.work-sc .item .title{font-size: 0.22rem;color:#333333;line-height: 0.32rem;-webkit-line-clamp: 2;margin-top: 0.2rem; max-height: .64rem;}
.work-sc .item .txt{font-size: 0.15rem;color:#484848;line-height: 0.26rem;-webkit-line-clamp: 4;margin-top: 0.25rem; max-height: 1.04rem;}
.work-sc .item .more{font-size: 0.2rem;color:#0099CC;display: flex;align-items: center;justify-content: space-between;margin-top: 0.5rem;height: 1.1rem;border-top:2px solid #0099CC;}
.work-sc .item .more::after{content:'';background:url(../images/cul_06.png) no-repeat center;background-size:contain;width: 0.22rem;height: 0.22rem;}
.work-sc .item .more:hover{text-decoration: underline;}
.work-sc .item .title:hover{color:#0099CC;}
.work-sc .item .imgbox::before{content:'';position: absolute;width: 100%;left: 0;bottom: 0;height: 1.48rem;opacity: 0.8;background: linear-gradient(0deg, #000000 0%, rgba(216, 216, 216, 0) 100%);}

.work-sc .swiper-pagination{width:calc(100% - 4.35rem);bottom: 0.23rem;}
.work-sc .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;background-color: rgba(255,255,255,.5);opacity: 1;margin:0 .06rem!important;}
.work-sc .swiper-pagination-bullet-active{width: 0.36rem;background-color: #fff;border-radius:.05rem;}

.word-xw{display: flex;justify-content: space-between;padding:.8rem 0 0;}
.word-xw .col{width: 48.5%;max-width: 6.2rem;}
.word-xw .list{box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.1);background-color: #fff;}
.word-xw .list li{position: relative;}
.word-xw .list li::after{content:'';position: absolute;left: 0.3rem;right: 0.3rem;bottom: 0;height: 1px;background-color: #D8D8D8;}
.word-xw .list .box{display: flex;align-items: center;padding:.24rem .3rem;}
.word-xw .list .date{color:#0099CC;white-space: nowrap;text-align: center;}
.word-xw .list .fz1{font-size: 0.36rem;line-height: 1;}
.word-xw .list .fz2{font-size: 0.16rem;line-height: 1;margin-top: 0.05rem;}
.word-xw .list .x{width: 1px;height: 0.28rem;background-color: #BBBBBB;margin:0 .2rem;}
.word-xw .list .title{font-size: 0.18rem;line-height: 0.3rem;-webkit-line-clamp: 2 ; max-height: .6rem;}
.word-xw .list li:hover{box-shadow: .02rem 0 .1rem .02rem rgba(0, 153, 204, 0.3);}
.word-xw .list li:hover .title{color:#0099CC;font-weight: bold;}
.word-xw .list li:last-child::after{display: none;}


.work-dj{padding:1rem 0 0;}
.work-dj .detail{display: flex;align-items: center;padding:.2rem 0 0;}
.work-dj .box1{flex:1;overflow: hidden;}
.work-dj .box2{background: #B72121;margin:0 .4rem;max-width: 3.55rem;width: 35%;height: 3.75rem;display: block;}

.work-dj .box1 .item{background-color: #fff;border: 1px solid rgba(183, 33, 33, 0.26);display: flex;align-items: center;margin-bottom: 0.25rem;}
.work-dj .box1 .item:last-child{margin-bottom: 0;}
.work-dj .box1 .info{flex:1;overflow: hidden;padding:.2rem .24rem;}
.work-dj .box1 .title{font-size: 0.18rem;line-height: 0.3rem;-webkit-line-clamp: 2;height: 0.6rem;}
.work-dj .box1 .more{font-size: 0.14rem;color: #B6B6B6;margin-top: 0.18rem;display: flex;align-items: center;}
.work-dj .box1 .more::after{content:'';flex:1;overflow: hidden;background:url(../images/work_02.png) no-repeat center;background-size:100% 100%;height: 0.07rem;margin-left: 0.1rem;}
.work-dj .box1 .date{width: 0.48rem;background: #B72121;display: flex;flex-direction: column;padding:.15rem .1rem;text-align: center;height: 1.45rem;}
.work-dj .box1 .date i{font-size: 0.24rem;color:#fff;line-height: 1;}
.work-dj .box1 .date .line{flex:1;overflow: hidden;border-left:1px dashed #fff;margin:.15rem auto;}
.work-dj .box1 .item:hover{background: #B72121;}
.work-dj .box1 .item:hover *{color:#fff;}
.work-dj .box1 .item:hover .more{opacity: .5;}


.work-dj .box2{padding:.25rem .25rem;}
.work-dj .box2 .date{font-size: 0.24rem;color:#fff;}
.work-dj .box2 .title{font-size: 0.18rem;color:#fff;line-height: 0.3rem;-webkit-line-clamp: 2;margin-top: 0.15rem; max-height: .6rem;}
.work-dj .box2 .txt{font-size: 0.14rem;color:rgba(255,255,255,.5);line-height: 0.3rem;-webkit-line-clamp: 4;margin-top: 0.28rem; max-height: 1.2rem;}
.work-dj .box2 .more{font-size: 0.14rem;color: rgba(255,255,255,.5);margin-top: 0.3rem;display: flex;align-items: center;}
.work-dj .box2 .more::after{content:'';flex:1;overflow: hidden;background:url(../images/work_02-1.png) no-repeat center;background-size:100% 100%;height: 0.07rem;margin-left: 0.1rem;}
.work-dj .box2:hover .title{opacity: .85;}

.work-tps{margin-top: 0.55rem;padding: 0 0 1rem 0;position: relative;}
.work-tps .item{width: 100%;height: 100%;position: relative;}
.work-tps .item::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.4);}
.work-tps .swiper-slide{width: 7rem;height: 3.95rem;}
.work-tps .swiper-slide img{display:block;width: 100%;width: 100%;}
.work-tps .swiper-slide-active .item::after{display: none;}

.work-tps .swiper-container{position: static;}

.work-tps .bot{position: absolute;width: 100%;left: 0;bottom: 0;display: flex;align-items: center;}
.work-tps .swiper-pagination{position: static;flex:1;height: 1px;background-color: rgba(0, 153, 204, .2);}
.work-tps .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #E2AE60;height: 3px;margin-top: -2px;}


.work-tps .swiper-button{position: static;margin: 0;width: 0.4rem;height: 0.4rem;}
.work-tps .swiper-button-prev{background:url(../images/work_03.png) no-repeat center;background-size:contain;}
.work-tps .swiper-button-next{background:url(../images/work_04.png) no-repeat center;background-size:contain;margin-left: 0.4rem;}




/* 0613国投党建 */
.dj-gh{padding:.8rem 0 1.45rem;}
.dj-gh .detail{display: flex;justify-content: space-between;}
.dj-gh .item .date{text-align: right;margin-right: 0.3rem;}
.dj-gh .item .fz1{font-size: 0.26rem;color:#3D3D3D;}
.dj-gh .item .fz2{font-size: 0.2rem;color:#878787;margin-top: 0.03rem;}
.dj-gh .item .title{font-size: 0.2rem;color:#2D2D2D;line-height: 0.32rem;display: block;-webkit-line-clamp: 1; max-height: .32rem;}
.dj-gh .item .txt{font-size: 0.16rem;color:#878787;line-height: 0.28rem;-webkit-line-clamp: 2;height: 0.56rem;margin-top: 0.03rem;}

.dj-gh .hotbox{width: 48.5%;}
.dj-gh .hotbox .box{display: flex;align-items: center;}
.dj-gh .hotbox .imgbox{height: 3.39rem;margin-top: 0.35rem;}
.dj-gh .hotbox:hover .title{color: #0099CC;}

.dj-gh .list{width: 48.5%;border-left:1px solid #ddd;}
.dj-gh .list .item{margin-bottom: 0.15rem;position: relative;}
.dj-gh .list .item::before{content:'';position: absolute;left: 0;top: 50%;width: 0.02rem;height: 0;background-color: #0099CC;transform: translate(0,-50%);transition: all .3s;}
.dj-gh .list .item:last-child{margin-bottom: 0;}
.dj-gh .list .box{padding:.27rem .25rem;display: flex;align-items: center;}
.dj-gh .list .item:hover{background: linear-gradient(90deg, rgba(0,153,204,.1) 0%, rgba(0, 153, 204, 0) 100%);}
.dj-gh .list .item:hover::before{height: 1rem;}

.dj-s{min-height: 10rem;margin-left: -0.95rem;width:calc(100% + 1.9rem);position: relative;padding:0 .95rem;}
.dj-s::before{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 8.5rem;background-color: #B72121;z-index:1;}

.dj-gqt{padding:.7rem 0 0;}
.dj-gqt .detail{}
.dj-gqt .item{display: block;background-color: #fff;padding:.2rem .35rem;height: 2.15rem;}
.dj-gqt .item .date{color:#0099CC;padding-bottom: 0.08rem;border-bottom: 1px solid rgba(52, 52, 52, .1);display: flex;align-items: flex-end;line-height: 0.4rem;}
.dj-gqt .item .fz1{font-size: 0.14rem;writing-mode: vertical-rl;line-height: 1;margin-right: 0.05rem;display: inline-block;vertical-align: text-bottom;}
.dj-gqt .item .smb{position: relative;flex:1;overflow: hidden;}
.dj-gqt .item .fz2{font-size: 0.18rem;line-height: 1;margin-top: -0.15rem;display: inline-block;vertical-align: middle;}
.dj-gqt .item .fz3{width: 1px;height: 0.32rem;background-color: #0099CC;transform: rotate(40deg);position: absolute;left: .24rem;top: .08rem;}
.dj-gqt .item .fz4{font-size: 0.24rem;font-weight: bold;line-height: 1;display: inline-block;vertical-align: bottom;margin-left: 0.05rem;}
.dj-gqt .item .title{font-size: 0.2rem;color:#343434;line-height: 1.5;-webkit-line-clamp: 2;margin-top: 0.22rem; max-height: .6rem;}
.dj-gqt .item:hover .title{color:#0099CC;}

.dj-gqt .arrs{margin-top: 0.45rem;display: flex;justify-content: center;position: relative;}
.dj-gqt .arrs::before,.dj-gqt .arrs::after{content:'';position: absolute;top: 50%;height: 1px;background-color: rgba(255,255,255,.3);width: 5.9rem;}
.dj-gqt .arrs::before{left: 0;}
.dj-gqt .arrs::after{right: 0;}


.dj-gqt .swiper-button{width: 0.44rem;height: 0.44rem;border-radius:50%;position: static;margin: 0 .15rem;opacity: 1;}
.dj-gqt .swiper-button-prev{background:url(../images/dj_03.png) no-repeat center #fff;background-size:.08rem;}
.dj-gqt .swiper-button-next{background:url(../images/dj_03-1.png) no-repeat center #E9BC53;background-size:.08rem;transform: rotate(180deg);}


/* 0613发展战略 */
.strategy-sec{padding:.75rem 0 0;}
.strategy-sec .t-tit{font-size: 0.3rem;color:#313131;font-weight: bold;text-align: center;}

.strategy-list{margin: 0.4rem 0 0;display: flex;}
.strategy-list .item{flex:1;overflow: hidden;height: 4.76rem;position: relative;width: 12%;transition: all .5s;flex:1 1 13%;}
.strategy-list .box1{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:2; writing-mode: vertical-rl;display: flex;align-items: center;justify-content: center;}
.strategy-list .box1 .title{font-size: 0.18rem;color:#fff;padding:.5rem 0;line-height: 1.6;letter-spacing: .02rem;}
.strategy-list .box1 .title i{transform: rotate(-90deg);display: inline-block;vertical-align: middle;margin-left: -0.08rem;margin-bottom: 0.05rem;}

.strategy-list .box2{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:.55rem .7rem 0;display: none;z-index:2;}
.strategy-list .box2 .tit{font-size: 0.24rem;color:#fff;font-weight: bold;line-height: 0.36rem;}
.strategy-list .box2 .txt{font-size: 0.18rem;color:#fff;line-height: 0.47rem;-webkit-line-clamp: 5;margin-top: 0.15rem; max-height: 2.24rem;}

.strategy-list .item.on{flex:1 1 52%;}
.strategy-list .item.on .box1{display: none;}
.strategy-list .item.on .box2{display: block;}

.strategy-list .img2{display: none;}
.strategy-list .item3{height: 4.34rem;margin-top: 0.17rem;}








@media screen and (min-width: 1200px) {
	
	/* .idx-s2 .item:hover{background:url(../images/idx_19.png) no-repeat center;background-size:cover;} */
	
	
}

@media screen and (min-width:320px) and (max-width:1199px){
	
	.hd-menu-drop{display: none!important;}
	
	
}


@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}
	
	.sj-menu{position:absolute;right: 2%;top: 50%;width: .6rem;height: .6rem;background:  no-repeat center;background-size:.44rem;display: block;margin-top: -0.3rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.32rem;}
	
	
	.hd-sear .icon{width: 0.3rem;height: 0.3rem;}
	
	.hd-menu{margin-left: 0.25rem;}
	.hd-menu .icon{width: 0.3rem;height: 0.3rem;}
	.hd-menu .icon.close{background-image: url(../images/close.png);}
	.head.white .hd-menu .icon.close{background-image: url(../images/close-1.png);}
	
	.head.bg{background-color: #fff;}
	.head.white.bg{background-color: rgba(0,0,0,.6);}
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 1rem;bottom: 0;z-index:100;background-color: #fff;text-align: left;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin: 0;position: relative;border-bottom:1px solid rgba(0,0,0,.05);}
	.hd-nav li>a{padding:0 .4rem;line-height: 0.8rem;font-size: 0.2rem;color:#333!important;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#333;}
	.hd-nav li:hover .drop::before{display: none;}
	
	.hd-nav .arrow{width: 0.8rem;height: 0.8rem;background:url(../images/arrow.png) no-repeat center;background-size:.26rem;position: absolute;right: 0;top: 0;}
	.hd-nav .drop{position: static;transform: translate(0,0);opacity: 1;visibility: inherit;width: 100%;padding: 0 0 0 .4rem;margin: 0;display: none;border-top:1px solid rgba(0,0,0,.05);box-shadow:none;}
	.hd-nav .drop .lk{color:#333;border:none;line-height: 0.6rem;text-align: left;font-size: 0.17rem;border-bottom:1px solid rgba(0,0,0,.05);padding-left: 0.15rem;font-size: 0.18rem;}
	.hd-nav .drop .lk::before{content:'';display: inline-block;vertical-align: middle;width: 0.05rem;height: 0.05rem;border-radius:50%;background-color: #999;margin-right: 0.15rem;}
	.hd-nav .drop .lk:last-child{border:none;}
	
	
	
	.hd-nav li:hover .drop{transform: translateX(0) scaleY(1);}
	.hd-nav li.this .arrow{transform: rotate(180deg);}
		
	.hd-nav li:nth-last-child(1),.hd-nav li:nth-last-child(2),.hd-nav li:nth-last-child(3),.hd-nav li:nth-last-child(4){display: block;}
		
		
	/* index */
	.idx-s1 .box{bottom: 50%;transform: translate(0,55%);}
	.idx-s1 .tp{height: 1.2rem;}
	.idx-s1 .list li{width: 1.3rem;height: 1.3rem;}
	
	.idx-tt{text-align: center;}
	.idx-s2 .wrap{padding:0 4%;height: auto;}
	.idx-s2 .top{position: static;display: block;}
	.idx-s2 .smmenu{margin:.35rem 0 .45rem;text-align: center;}
	.idx-s2 .smmenu .lk{margin:0 .1rem;min-width: 1.1rem;font-size: 0.16rem;}
	.idx-s2 .list{flex-wrap: wrap;}
	.idx-s2 .item{/* width: 50%; */padding:0 .15rem;height: auto;display: block;}
	.idx-s2 .tabwrap, .idx-s2 .module{height: auto;}
	
	.idx-s3 .wrap{bottom: 7vh;}
	.idx-s3 .info{margin:.7rem auto 0;max-width: 80%;}
	.idx-s3 .txt{font-size: 0.16rem;}
	.idx-s3 .list{padding:0 2%;margin: 0.8rem auto 0;}
	.idx-s3 .list .item{width: 23%;margin:0 1%;height: 1.1rem;border-width:1px;}
	
	.idx-s4{padding-top: 1.8rem;padding-top: 0.5rem;}
	.idx-s4 .wrap{display: block;padding:0 4%;}
	.idx-s4 .idx-tt{margin-bottom: 0.25rem;}
	
	.idx-qy{width: 100%;}
	.idx-qy .txt{font-size: 0.16rem;}
	.idx-qy .tit{display: none;}
	.idx-qy .more{margin-top: 0.25rem;}
	
	.idx-dj{padding: 0;width: 100%;margin: 3vh 0 0;}
	.idx-dj .item{display: flex;align-items: center;}
	.idx-dj .imgbox{width: 50%;height: 1.8rem;margin-right: 0.2rem;}
	.idx-dj .info{width: auto;flex:1;overflow: hidden;padding: 0;}
	.idx-dj .title{-webkit-line-clamp: 2;}
	.idx-dj .txt{line-height: 0.22rem;}
	.idx-dj .botbox{margin:.3rem auto 0;width: 100%;justify-content: center;}
	
	.idx-tt .line{width: 0.4rem;height: 0.06rem;}
	.idx-more{font-size: 0.15rem;}
	
	.idx-s5 .detail{width: 80%;margin:.5rem auto 0;}
	.idx-s5 .swiper-slide{width: 6rem;height: 3.3rem;}
	
	.ft-t .tit{padding-left: 0;}
	.ft-t .lk{padding-left: 0;font-size: 0.15rem;}
	
	.ft-c{padding:.3rem 0;}
	.ft-c .smlogo .img{max-height: 0.5rem;}
	.ft-c .txt{font-size: 0.15rem;}
	
	.ft-b .copyr{display: block;text-align: center;padding:.2rem 0;}
	.ft-b .copyr *{font-size: 0.15rem;}
	
	
	
	.side-menu{left: 0.15rem;display: none;}
	.side-menu .lk{margin-bottom: 0.15rem;}
	.side-menu .icon{width: 0.46rem;height: 0.5rem;}
	.side-menu .ico{width: 0.22rem;}
	.side-menu .tit{font-size: 0.15rem;}
	
	.navPage li.active a{font-size: 0;}
	
	
	
	/* 新闻列表 */
	.top-bar{padding: 0.5rem 0.5rem 0;}
	
	.con-sec{padding: 1px 0.5rem 1.3rem;}
	
	
	/* 权属企业 */
	.qsyy-list .lk{padding: 0 0.2rem;}
	
	
	/* 0613国投简介 */
	.brief-top .info{padding:0 .35rem;}
	.brief-top .title{font-size: 0.24rem;}
	.brief-top .fz{font-size: 0.2rem;}
	.brief-top .line{height: auto;width: 80%;}
	.brief-top .txt{font-size: 0.18rem;line-height: 0.34rem;}
	.brief-top .txt i{font-size: 0.4rem;}
	
	
	/* 0613发展战略 */
	.strategy-list .box1 .title{line-height: 1.3;}
	.strategy-list .box2{padding:.45rem .5rem 0;}
	.strategy-list .box2 .tit{font-size:.22rem;}
	.strategy-list .box2 .txt{line-height: 0.3rem;}
	
	
	
	
	
	
	
}

@media screen and (max-width:991px) {
.inner-ban img { object-fit: cover; }
}
.us-intro .edit img { height: auto !important; }

@media screen and (min-width:768px) and (max-width:991px){
	.auto{width: 100%;padding:0 4%}
	html{font-size: 5.8rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;background:  no-repeat center;background-size:.36rem;display: block;margin-top: -0.2rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.32rem;}
	
	.hd-logo .img{height: 0.6rem;}
	.hd-sear .icon{width: 0.3rem;height: 0.3rem;}
	
	.hd-menu{margin-left: 0.25rem;}
	.hd-menu .icon{width: 0.3rem;height: 0.3rem;}
	.hd-menu .icon.close{background-image: url(../images/close.png);}
	.head.white .hd-menu .icon.close{background-image: url(../images/close-1.png);}
	
	.head.bg{background-color: #fff;}
	.head.white.bg{background-color: rgba(0,0,0,.6);}
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 1rem;bottom: 0;z-index:100;background-color: #fff;text-align: left;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin: 0;position: relative;border-bottom:1px solid rgba(0,0,0,.05);}
	.hd-nav li>a{padding:0 .3rem;line-height: 0.7rem;font-size: 0.2rem;color:#333!important;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#333;}
	.hd-nav li:hover .drop::before{display: none;}
	
	.hd-nav .arrow{width: 0.7rem;height: 0.7rem;background:url(../images/arrow.png) no-repeat center;background-size:.22rem;position: absolute;right: 0;top: 0;}
	.hd-nav .drop{position: static;transform: translate(0,0);opacity: 1;visibility: inherit;width: 100% !important;padding: 0 0 0 .4rem;margin: 0;display: none;border-top:1px solid rgba(0,0,0,.05);box-shadow:none;}
	.hd-nav .drop .lk{color:#333;border:none;line-height: 0.6rem;text-align: left;font-size: 0.17rem;border-bottom:1px solid rgba(0,0,0,.05);padding-left: 0.15rem;font-size: 0.18rem;}
	.hd-nav .drop .lk::before{content:'';display: inline-block;vertical-align: middle;width: 0.05rem;height: 0.05rem;border-radius:50%;background-color: #999;margin-right: 0.15rem;}
	.hd-nav .drop .lk:last-child{border:none;}
	
	
	
	.hd-nav li:hover .drop{transform: translateX(0) scaleY(1);}
	.hd-nav li.this .arrow{transform: rotate(180deg);}
	
	.hd-nav li:nth-last-child(1),.hd-nav li:nth-last-child(2),.hd-nav li:nth-last-child(3),.hd-nav li:nth-last-child(4){display: block;}
		
	/* index */
	.idx-s1 .box{bottom: 50%;transform: translate(0,55%);}
	.idx-s1 .tp{height: .9rem;}
	.idx-s1 .list li{width: 1.2rem;height: 1.2rem;margin:0 .15rem;}
	.idx-s1 .list li .num {font-size: .4rem;}
	.idx-s1 .list li .num span {font-size: .14rem;}
	.idx-s1 .list li .txt {font-size: .18rem;}
	.idx-tt{text-align: center;}
	.idx-s2 .wrap{padding:0 2%;height: auto;}
	.idx-s2 .top{position: static;display: block;}
	.idx-s2 .smmenu{margin:.35rem 0 .45rem;text-align: center;}
	.idx-s2 .smmenu .lk{margin:0 .05rem;min-width: 1.05rem;font-size: 0.16rem;}
	.idx-s2 .list{flex-wrap: wrap;}
	.idx-s2 .item{/* width: 50%; */padding:0 .1rem;height: auto;display: block;}
	.idx-s2 .item .imgbox{height: 1.3rem;}
	.idx-s2 .tabwrap, .idx-s2 .module{height: auto;}
	
	.idx-s3 .wrap{bottom: 50%;transform: translate(0,50%);padding-top: 0.8rem;}
	.idx-s3 .info{margin:.7rem auto 0;max-width: 80%;}
	.idx-s3 .txt{font-size: 0.16rem;}
	.idx-s3 .list{padding:0;margin: 0.8rem auto 0;}
	.idx-s3 .list .item{width: 23%;margin:0 1%;height: 1rem;border-width:1px;}
	
	.idx-s4{padding-top: 1.8rem;padding-top: 0.4rem;}
	.idx-s4 .wrap{display: block;padding:0 3%;}
	.idx-s4 .idx-tt{margin-bottom: 0.15rem;}
	
	.idx-qy{width: 100%;}
	.idx-qy .txt{font-size: 0.16rem;}
	.idx-qy .tit{display: none;}
	.idx-qy .more{margin-top: 0.25rem;}
	
	.idx-dj{padding: 0;width: 100%;margin: 3vh 0 0;}
	.idx-dj .item{display: flex;align-items: center;}
	.idx-dj .imgbox{width: 50%;height: 1.5rem;margin-right: 0.15rem;}
	.idx-dj .info{width: auto;flex:1;overflow: hidden;padding:0;margin: 0;}
	.idx-dj .date i{font-size: 0.16rem;}
	.idx-dj .title{line-height: 0.22rem;margin-top: 0.1rem;font-size: 0.16rem;-webkit-line-clamp: 2;}
	.idx-dj .txt{line-height: 0.22rem;}
	.idx-dj .botbox{margin:.3rem auto 0;width: 100%;justify-content: center;}
	.idx-dj .swiper-button{width: 0.32rem;height: 0.32rem;}
	.idx-dj .pages .num1{font-size: 0.2rem;}
	.idx-dj .txt{-webkit-line-clamp: 2;margin-top: 0.06rem;}
	
	
	.idx-tt .bt{font-size: 0.28rem;line-height: 0.3rem;}
	.idx-tt .line{width: 0.4rem;height: 0.04rem;}
	
	.idx-more{font-size: 0.15rem;}
	.idx-more::after{width: 0.18rem;height: 0.06rem;}
	
	.idx-s5 .detail{width: 80%;margin:.5rem auto 0;}
	.idx-s5 .swiper-slide{width: 4.3rem;height: 2.8rem;}
	
	
	.ft-t{flex-wrap: wrap;}
	.ft-t .col{width: 100%;}
.ft-t .col .grp { width: 100%; }
	.ft-t .tit{padding-left: 0;}
	.ft-t .lk{padding-left: 0;font-size: 0.15rem;line-height: 0.4rem;}
	
	.ft-c{padding:.2rem 0;flex-wrap: wrap;}
	.ft-c .smlogo{max-width: 80%;}
	.ft-c .smlogo .img{max-height: 0.5rem;}
	.ft-c .txt{font-size: 0.15rem;margin:.15rem .3rem 0 0;}
	
	.ft-b .links{display: block;}
	.ft-b .links .tit{display: block;margin-bottom: 0.1rem;font-size: 0.16rem;}
	.ft-b .links .grp{width: 23%;}
	.ft-b .links .select{height: 0.36rem;line-height: 0.36rem;}
	.ft-b .copyr{display: block;text-align: center;padding:.15rem 0;}
	.ft-b .copyr *{font-size: 0.15rem;}
	
	
	
	.side-menu{left: 0.15rem;display: none;}
	.side-menu .lk{margin-bottom: 0.15rem;}
	.side-menu .icon{width: 0.46rem;height: 0.5rem;}
	.side-menu .ico{width: 0.22rem;}
	.side-menu .tit{font-size: 0.15rem;}
	
	.navPage{right: 0.1rem;}
	.navPage li.active a{font-size: 0;}
	.navPage li .dot{width: 0.14rem;height: 0.14rem;}
	.navPage li .dot::after{width: 0.06rem;height: 0.06rem;}
	
	
	
	
	/* 新闻列表 */
	.inner-ban{height: 4.2rem;}
	
	.main .auto{padding: 0;}
	
	.top-bar{padding: 0.25rem 4% 0;margin: 0;background:#fff;height: auto;text-align: center;}
	.top-bar .bt{display: none;}
	.top-bar .box{display: block;}
	.top-bar .crumb{text-align: left;max-width: 100%;}
	.top-bar .tabs{max-width: 100%;margin-top: 0.2rem;}
	.top-bar .tabs .lk{line-height: 0.6rem;padding:0 .15rem;}
	.top-bar .tabs .lk::after{display: none;}
	.top-bar .tabs .swiper-slide{margin:0 .15rem 0 0;}
	
	
	.con-sec{padding: 1px 4% .8rem;}
	
	.xw-list{padding:.2rem 0 0;}
	.xw-list .title::before{width: 0.07rem;height: 0.07rem;margin-top: -0.02rem;}
	
	.pagelist{margin-top: 0.5rem;}
	
	
	/* 新闻详情 */
	.pagenav{margin-top: 0.5rem;}
	
	
	/* 权属企业 */
	.qsyy-list{padding:.5rem 0 0;}
	.qsyy-list .lk{padding: 0 0.2rem 0 .4rem;min-width: 47%;}
	
	
	/* 专家团队 */
	.team-list{padding: 0.5rem 0 0;}
	.team-list .item{padding:.23rem .25rem;}
	.team-list .title{display: block;font-size: 0.15rem;}
	.team-list .title .name{margin-bottom: 0.1rem;font-size: 0.22rem;}
	.team-list .txt{-webkit-line-clamp: 3;font-size: 0.17rem;}
	
	
	/* 信息公开 */
	.xxgk-list{padding:0.5rem 0 0;}
	.xxgk-list .item{width: 48.5%;margin-bottom: 3%;height: 3.3rem;}
	
	/* 企业文化 */
	.pub-tt .bt span{font-size: 0.27rem;}
	.pub-tt .bt::after{height: 0.03rem;margin-top:.12rem;}
	
	.cul-top .list li{padding: 0.2rem 0.25rem;}
	.cul-top .list .title{font-size: 0.22rem;}
	.cul-top .list .txt{font-size: 0.2rem;}
	.cul-top .imgbox{height: 3.3rem;}
	.cul-fc .swiper-pagination{margin-top: 0.45rem;}
	
	/* 关于国投 */
	.us-s1{display: block;}
	.us-s1 .top .en{font-size: .9rem;bottom:.05rem;}
	.us-s1 .info{width: 100%;}
	.us-s1 .imgbox{width: 100%;height: auto;margin-top: 0.35rem;}
	.us-s1 .more{font-size: 0.16rem;width: 1.35rem;margin-top: 0.3rem;}
	
	.us-s2 .imgbox{height: 2.2rem;}
	
	.us-s3{flex-wrap: wrap;justify-content: space-between;margin-top: 0;}
	.us-s3 .col{width: 48%;margin-top: 0.75rem;}
	
	
	/* 国投简介 */
	.lx-sec{flex-direction: column-reverse;}
	.lx-sec .map{width: 100%;margin-top: 0.2rem;}
	.lx-sec .info{width: 100%;}
	
	/* 公司业务 */
	.ye-list{margin:.7rem 0 0;}
	.ye-list .item{height: 4.4rem;}
	.ye-list .box2{padding: 0.45rem 0.4rem 0;}
	.ye-list .box2 .tit{font-size: 0.24rem;}
	.ye-list .box2 .txt{line-height: 1.8;}
	.ye-list .box2 .more{font-size: 0.16rem;width: 1.3rem;height: 0.4rem;}
	.ye-list .box2 .more::after{width: 0.16rem;}
	
	
	/* 新闻中心 */
	.xw-yw .list{width: calc(100% + 0.4rem);margin-left: -0.2rem;}
	.xw-yw .list .item{padding: 0.1rem;}
	
	.xw-yw .arclist{margin-top: 0.3rem;}
	.xw-yw .arclist li{width: 100%;margin-bottom: 0.2rem;}
	
	.xw-s1{display: block;}
	.xw-dt{width: 100%;margin-bottom: 0.5rem;}
	
	
	.xw-mt{width: 100%;}
	.xw-mt .list .box{padding:.15rem;}
	.xw-mt .list .date{font-size: 0.15rem;}
	.xw-mt .list .txt{font-size: 0.15rem;}
	
	.xw-sp .list{display: block;}
	.xw-sp .list .item{height: auto;width: 100%;margin-bottom: 0.25rem;}
	
	.xw-s2{display: block;}
	
	.xw-zt{width: 100%;margin-bottom: 0.5rem;}
	.xw-zt:last-child{margin-bottom: 0;}
	
	/* 0613企业文化 */
	.cul-tw .list .item:last-child{margin-bottom: 0;}
	.cul-tw .list .imgbox{width: 54%;}
	.cul-tw .list .info{padding:.3rem .35rem 0;}
	.cul-tw .list .title{font-size: 0.26rem;}
	.cul-tw .list .title::before{width: 0.24rem;height: 0.24rem;}
	.cul-tw .list .smtit{font-size: 0.18rem;margin-top: 0.12rem;}
	.cul-tw .list .txt{-webkit-line-clamp: 4;margin-top: 0.15rem;}
	
	/* 0613人力资源 */
	.hr-policy .list li{width: 100%;}
	
	.hr-job{padding:.8rem 0 .7rem;}
	.hr-job .arrs{bottom:-.7rem;}
	.hr-job .swiper-button{width: 0.7rem;height: 0.7rem;}
	
	/* 0613专家团队 */
	.team-listt{margin-left: 0;justify-content: space-between;}
	.team-listt .item{width: 48%;margin:.7rem 0 0;}
	
	
	/* 0613国投简介 */
	.brief-top{display: block;}
	.brief-top .imgbox{width: 100%;}
	.brief-top .info{padding:.3rem .35rem;}
	.brief-top .title{font-size: 0.27rem;}
	.brief-top .fz{font-size: 0.2rem;}
	.brief-top .line{height: auto;width: 70%;}
	.brief-top .txt{font-size: 0.2rem;line-height: 0.4rem;}
	.brief-top .txt i{font-size: 0.34rem;}
	
	.brief-det .pics .lbox, .brief-det .pics .cbox{margin-right: 0.1rem;}
	.brief-det .pics .imgbox{margin-bottom: 0.1rem;}
	.brief-det .pics .lbox, .brief-det .pics .cbox, .brief-det .pics .rbox{height: 3.8rem;}
	
	/* 0613工作专题 */
	.work-sc .item .imgbox{height: 3.8rem;}
	.work-sc .item .info{width: 3.6rem;}
	.work-sc .item .title{margin-top: 0.15rem;}
	.work-sc .item .txt{margin-top: 0.12rem;}
	.work-sc .item .more{height: 0.6rem;border-width:1px;margin-top: 0.3rem;font-size: 0.18rem;}
	.work-sc .swiper-pagination{width:calc(100% - 3.6rem);}
	
	.word-xw{display: block;}
	.word-xw .col{width: 100%;max-width: 100%;margin-bottom: 0.6rem;}
	.word-xw .col:last-child{margin-bottom: 0;}
	
	
	.work-dj .detail{display: block;}
	.work-dj .box2{width: 100%;max-width: 100%;margin: .2rem 0;height: auto;}
	
	.work-tps{padding:0 0 .9rem 0;}
	.work-tps .swiper-slide{width: 5rem;height: 2.81rem;}
	
	/* 0613国投党建 */
	.dj-gh{padding:.8rem 0;}
	.dj-gh .detail{display: block;}
	.dj-gh .hotbox{width: 100%;}
	.dj-gh .hotbox .imgbox{height: 3.6rem;}
	.dj-gh .list{width: 100%;border:none;}
	.dj-gh .list .item{margin-bottom: 0;}
	
	.dj-s{width: 108%;margin-left: -4%;padding:0 4%;}
	.dj-s::before{height: 80%;}
	.dj-gqt .arrs::before, .dj-gqt .arrs::after{width: 3.6rem;}
	
	
	/* 0613发展战略 */
	.strategy-list .box1 .title{line-height: 1.3;font-size: 0.16rem;}
	
	.strategy-list .box2{padding:.3rem .3rem 0;}
	.strategy-list .box2 .tit{font-size:.21rem;line-height: 0.3rem;}
	.strategy-list .box2 .txt{line-height: 0.3rem;}
	
	.strategy-list .item3{height: 4.41rem;margin-top: 0.14rem;}
	
	
	
	
}


@media screen and (min-width:320px) and (max-width:767px){
	.auto{width: 100%;padding:0 4%}
	html{font-size: 5.8rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .34rem;height: .34rem;background:  no-repeat center;background-size:.32rem;display: block;margin-top: -0.17rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.3rem;}
	
	.head{padding:0 .15rem;height: 0.6rem; background: rgba(0, 0, 0, .1);}
	.hd-logo .img{height: auto; max-height: .4rem;}
	.hd-sear .icon{width: 0.24rem;height: 0.24rem;}
	
	.hd-menu{margin-left: 0.15rem;}
	.hd-menu .icon{width: 0.24rem;height: 0.24rem;}
	.hd-menu .icon.close{background-image: url(../images/close.png);}
	.head.white .hd-menu .icon.close{background-image: url(../images/close-1.png);}
	
	.head.bg{background-color: #fff;}
	.head.white.bg{background-color: rgba(0,0,0,.6);}
	
	.hd-nav{display: none; position: fixed;width: 100%;left: 0;top: .6rem;bottom: 0;z-index:100;background-color: #fff;text-align: left;overflow-y: scroll!important;overflow-x: hidden;}
	.hd-nav li{display: block;margin: 0;position: relative;border-bottom:1px solid rgba(0,0,0,.05);}
	.hd-nav li>a{padding:0 .25rem;line-height: 0.6rem;font-size: 0.18rem;color:#333!important;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#333;}
	.hd-nav li:hover .drop::before{display: none;}
	
	.hd-nav .arrow{width: 0.6rem;height: 0.6rem;background:url(../images/arrow.png) no-repeat center;background-size:.2rem;position: absolute;right: 0;top: 0;}
	.hd-nav .drop{position: static;transform: translate(0,0);opacity: 1;visibility: inherit;width: 100% !important;padding: 0 0 0 .3rem;margin: 0;display: none;border-top:1px solid rgba(0,0,0,.05);box-shadow:none;}
	.hd-nav .drop .lk{color:#333;border:none;line-height: 0.5rem;text-align: left;border-bottom:1px solid rgba(0,0,0,.05);padding-left: 0.1rem;font-size: 0.16rem;}
	.hd-nav .drop .lk::before{content:'';display: inline-block;vertical-align: middle;width: 0.05rem;height: 0.05rem;border-radius:50%;background-color: #999;margin-right: 0.15rem;}
	.hd-nav .drop .lk:last-child{border:none;}
	
	
	
	.hd-nav li:hover .drop{transform: translateX(0) scaleY(1);}
	.hd-nav li.this .arrow{transform: rotate(180deg);}
	
	.hd-nav li:nth-last-child(1),.hd-nav li:nth-last-child(2),.hd-nav li:nth-last-child(3),.hd-nav li:nth-last-child(4){display: block;}
		
	/* index */
	.idx-s1 .box{bottom: 50%;transform: translate(0,55%);}
	.idx-s1 .tp{height: auto;width: 94%;}
	.idx-s1 .list{flex-wrap: wrap;}
	.idx-s1 .list li{width: 1.3rem;height: 1.3rem;margin:.1rem .2rem;}
	.idx-s1 .list li .num {font-size: .4rem;}
	.idx-s1 .list li .num span {font-size: .14rem;}
	.idx-s1 .list li .txt {font-size: .18rem;}
	
	.idx-tt{text-align: center;}
	.idx-s2{padding-top: 0.8rem;}
	.idx-s2 .wrap{padding:0 2%; height: 100%; display: flex; flex-direction: column; justify-content: space-around; /*height: auto;*/}
	.idx-s2 .top{position: static;display: block;}
	.idx-s2 .smmenu{margin:.2rem 0 .1rem;text-align: center;}
	.idx-s2 .smmenu .lk{margin:0 .05rem .1rem;min-width: 1.05rem;font-size: 0.16rem;line-height: 0.34rem;}
	.idx-s2 .list{display: block;}
	.idx-s2 .check-more {margin: .2rem .1rem;}
	.idx-s2 .item{ /* width: 50%; */padding:0 .1rem;height: auto;display: block;display: flex;align-items: center;width: 100%;flex-direction: row-reverse;margin-bottom: 0.15rem;}
	.idx-s2 .item .imgbox{display: none; height: 1.1rem;width: 40%;margin-right: 0.15rem;margin-top: 0;}
	.idx-s2 .item .info{flex:1;overflow: hidden;}
	.idx-s2 .item .title{font-size: 0.16rem;height: auto;-webkit-line-clamp: 1;}
	.idx-s2 .item .txt{font-size: .14rem; margin-top: 0.06rem; -webkit-line-clamp: 1 !important;}
	.idx-s2 .item .date i{font-size: 0.16rem;}
	.idx-s2 .tabwrap, .idx-s2 .module{height: auto;}
	.idx-s2 .item .more{display: none;}
	
	
	
	.idx-s3 .wrap{bottom: 50%;transform: translate(0,50%);padding-top: 0.8rem;}
	.idx-s3 .info{margin:.7rem auto 0;max-width: 100%;padding-right: 0.3rem;}
	.idx-s3 .title{font-size: 0.2rem;}
	.idx-s3 .txt{font-size: 0.16rem;margin-top: 0.05rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 8;min-height: auto;margin:.1rem;margin-left: -0.1rem;}
	.idx-s3 .list{padding:0;margin: 0.8rem auto 0;flex-wrap: wrap;justify-content: center;}
	.idx-s3 .list .item{width: 29.3%;margin:0 2% 4%;height: .8rem;border-width:1px;display: inline-block;vertical-align: middle;}
	.idx-s3 .list .item.cur{transform: translate(0,0);}
	.idx-s3 .list .title{font-size: 0.16rem;}
	
	.idx-s4{padding-top: 1.8rem;padding-top: 0.6rem;}
	.idx-s4 .wrap{display: block;padding:0 3%;}
	.idx-s4 .idx-tt{margin-bottom: 0.1rem;}
	
	.idx-qy{width: 100%;}
	.idx-qy .txt{font-size: 0.16rem;-webkit-line-clamp: 8;}
	.idx-qy .tit{display: none;}
	.idx-qy .more{margin: 0.25rem auto 0;}
	
	.idx-dj{padding: 0;width: 100%;margin: 7vh 0 0;}
	.idx-dj .item{display: flex;align-items: center;}
	.idx-dj .imgbox{width: 43%;height: 1.4rem;margin-right: 0.15rem;}
	.idx-dj .info{width: auto;flex:1;overflow: hidden;padding: 0;}
	.idx-dj .date i{font-size: 0.16rem;}
	.idx-dj .title{line-height: 0.22rem;margin-top: 0.1rem;font-size: 0.16rem;-webkit-line-clamp: 2;}
	.idx-dj .txt{line-height: 0.22rem;-webkit-line-clamp: 2;margin-top: 0.06rem;}
	.idx-dj .botbox{margin:.3rem auto 0;width: 100%;justify-content: center;}
	.idx-dj .swiper-button{width: 0.32rem;height: 0.32rem;}
	.idx-dj .pages{display: none;}
	.idx-dj .pages .num1{font-size: 0.2rem;}
	
	
	
	.idx-tt .bt{font-size: 0.24rem;line-height: 0.26rem;}
	.idx-tt .line{width: 0.4rem;height: 0.04rem;}
	
	.idx-more{font-size: 0.15rem;}
	.idx-more::after{width: 0.18rem;height: 0.06rem;}
	
	.idx-s5 .detail{width: 80%;margin:.5rem auto 0;}
	.idx-s5 .swiper-slide{width: 2.8rem;height: 1.6rem;}
	
	.foot{height: calc(100vh - .8rem);margin-top: 0.8rem;/* overflow-y: scroll; */ overflow: auto;max-height: 100%;}
	.ft-t{flex-wrap: wrap;}
	.ft-t .col{width: 100%;}
	.ft-t .tit{padding-left: 0;font-size: 0.16rem;display: flex;align-items: center;}
	.ft-t .lk{padding-left: 0;font-size: 0.15rem;line-height: 0.4rem;}
	
	.ft-c{padding:.2rem 0;flex-wrap: wrap;}
	.ft-c .smlogo{max-width: 80%;margin:0 auto;}
	.ft-c .smlogo .img{max-height: 0.5rem;}
	.ft-c .txt{font-size: 0.15rem;margin:.15rem 0;text-align: center;line-height: 0.24rem;}
	.ft-c .wxbox{margin:0 auto;}
	
	.ft-b .links{display: block;}
	.ft-b .links .tit{display: block;margin-bottom: 0.1rem;font-size: 0.16rem;}
	.ft-b .links .box{justify-content: space-between;}
	.ft-b .links .grp{width: 48%;margin: 0 0 4%;}
	.ft-b .links .select{height: 0.36rem;line-height: 0.36rem;}
	.ft-b .copyr{display: block;text-align: center;padding:.15rem 0;}
	.ft-b .copyr *{font-size: 0.15rem;}
	.ft-b .copyr .txt span{display: block;margin: 0;}
	
	
	.side-menu{left: 0.15rem;display: none;}
	.side-menu .lk{margin-bottom: 0.15rem;}
	.side-menu .icon{width: 0.46rem;height: 0.5rem;}
	.side-menu .ico{width: 0.22rem;}
	.side-menu .tit{font-size: 0.15rem;}
	
	.navPage{right: 0.1rem;}
	.navPage li.active a{font-size: 0;}
	.navPage li .dot{width: 0.14rem;height: 0.14rem;}
	.navPage li .dot::after{width: 0.06rem;height: 0.06rem;}
	
	.gotop {right: 0;}
	
	
	
	/* 新闻列表 */
	.inner-ban{height: 2.8rem;}
	
	.main .auto{padding: 0;}
	
	.top-bar{padding: 0.25rem 4% 0;margin: 0;background:#fff;height: auto;text-align: center;}
	.top-bar .bt{display: none;}
	.top-bar .box{display: block;}
	.top-bar .crumb{text-align: left;max-width: 100%;}
	.top-bar .tabs{max-width: 100%;margin-top: 0.2rem;padding-right: .15rem;}
	.top-bar .tabs .lk{line-height: 0.6rem;}
	.top-bar .tabs .lk::after{display: none;}
	.top-bar .tabs .swiper-slide{margin:0 .15rem 0 0;}
	.top-bar .tabs .arrow{right: -0.1rem;}
	
	.con-sec{padding: 1px 4% .6rem;}
	
	.xw-list{padding:.2rem 0 0;}
	.xw-list .item{height: auto;}
	.xw-list .box{padding:.18rem 0;display: block;}
	.xw-list .title::before{width: 0.06rem;height: 0.06rem;margin-top: -0.02rem;margin-right: 0.13rem;}
	.xw-list .date{margin:.1rem 0 0 .2rem;display: block;}
	
	.pagelist{margin-top: 0.4rem;}
	.pagelist .prev,.pagelist .next,.pagelist .first,.pagelist .last{display: none;}
	.pagelist a{min-width: 0.34rem;height: 0.34rem;line-height: .32rem;}
	
	.main+.foot{margin-top: 0;}
	
	
	/* 新闻详情 */
	.xw-det{padding:.5rem 0 0;}
	.xw-det .title{font-size: 0.2rem;}
	.xw-det .sm span{margin:0 .06rem;}
	.xw-det .edit{font-size: 0.16rem;line-height: 1.6;margin-top: 0.25rem;}
	
	.pagenav{margin-top: 0.4rem;}
	.pagenav .lk{font-size: 0.16rem;}
	
	
	/* 权属企业 */
	.qsyy-list{padding:.4rem 0 0;margin: 0;}
	.qsyy-list .lk{padding: 0 0.2rem;min-width: 100%;font-size: 0.16rem;line-height: 0.5rem;text-align: center;margin:0 0 .18rem;}
	.qsyy-list .lk::before{width: 0.22rem;height: 0.22rem;}
	
	
	/* 专家团队 */
	.team-list{padding: 0.4rem 0 0;display: block;}
	.team-list .item{padding:.23rem .25rem;width: 100%;margin:0 0 .15rem;display: block;}
	.team-list .title{display: block;font-size: 0.15rem;}
	.team-list .title .name{margin-bottom: 0.1rem;font-size: 0.22rem;}
	.team-list .txt{-webkit-line-clamp: 3;font-size: 0.17rem;}
	
	
	/* 信息公开 */
	.xxgk-list{padding:0.4rem 0 0;}
	.xxgk-list .item{width: 100%;margin-bottom: 3%;height: 3rem;}
	.xxgk-list .txt{-webkit-line-clamp: 3;}
	
	
	
	/* 企业文化 */
	.pub-tt{margin-bottom: 0.25rem;}
	.pub-tt .bt{margin-left: 0.3rem;}
	.pub-tt .bt span{font-size: 0.24rem;}
	.pub-tt .bt::after{height: 0.03rem;margin-top:.1rem;}
	.pub-tt .bt.cur::after{width: 0.34rem;}
	.pub-tt .more i{width: 0.2rem;height: 0.2rem;}
	.pub-tt .more i::after{width: 0.06rem;height: 0.06rem;}
	
	
	.cul-top{display: block;padding:.5rem 0 0;}
	.cul-top .info{width: 100%;}
	.cul-top .list li{padding: 0.2rem 0.25rem;}
	.cul-top .list .title{font-size: 0.2rem;}
	.cul-top .list .txt{font-size: 0.18rem;}
	.cul-top .imgbox{width: 100%;height: auto;}
	
	
	.cul-fc{padding:.6rem 0 0;}
	.cul-fc .swiper-pagination{margin-top: 0.3rem;}
	.cul-fc .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;margin:0 .06rem!important;}
	
	
	/* 关于国投 */
	.us-s1{display: block;padding:.6rem 0 0;}
	.us-s1 .top .en{font-size: .74rem;bottom:0;}
	.us-s1 .info{width: 100%;}
	.us-s1 .txt{font-size: 0.17rem;line-height: 1.8;}
	.us-s1 .imgbox{width: 100%;height: auto;margin-top: 0.35rem;}
	.us-s1 .more{font-size: 0.16rem;width: 1.35rem;margin-top: 0.3rem;}
	
	.us-s2{display: block;margin-top: 0.5rem;}
	.us-s2 .col{width: 100%;margin-bottom: 0.5rem;}
	.us-s2 .imgbox{height: auto;}
	
	.us-s3{flex-wrap: wrap;justify-content: space-between;margin-top: 0;}
	.us-s3 .col{width: 100%;margin-bottom: 0.5rem;}
	.us-s3 .imgbox{height: auto;}
	.us-s3 .col:last-child{margin-bottom: 0;}
	
	/* 国投简介 */
	.us-intro{padding:.5rem 0 0;}
	.us-intro .edit{font-size: 0.16rem;line-height: 1.8;}
	
	
	/* 国投简介 */
	.lx-sec{flex-direction: column-reverse;padding: 0.4rem 0 0;}
	.lx-sec .map{width: 100%;margin-top: 0.2rem;;}
	.lx-sec .info{width: 100%;}
	.lx-sec .smlogo{height: auto;width: 100%;max-width: initial;margin-bottom: 0.2rem;}
	.lx-sec .fz{margin-bottom: 0.1rem;font-size: 0.17rem;}
	
	/* 公司业务 */
	.ye-list{margin:.5rem 0 0;flex-wrap: wrap;}
	.ye-list .item{height: 3.8rem;width: 100%!important;flex:initial!important;}
	
	
	.ye-list .box1{display: none;}
	.ye-list .box2{display: block; padding: 0.3rem 0.3rem 0;}
	.ye-list .box2 .tit{font-size: 0.22rem;}
	.ye-list .box2 .line{width: 0.34rem;height: 0.03rem;}
	.ye-list .box2 .txt{line-height: 1.6;-webkit-line-clamp: 7;}
	.ye-list .box2 .more{font-size: 0.15rem;width: 1.25rem;height: 0.4rem;margin-top: 0.3rem;}
	.ye-list .box2 .more::after{width: 0.16rem;}
	
	
	/* 新闻中心 */
	.xw-yw{margin-top: 0.6rem;}
	.xw-yw .list{width: 100%;margin-left: 0;}
	.xw-yw .list .item{padding: 0;width: 100%;border:none!important;box-shadow:none!important;margin-bottom: 0.3rem;}
	.xw-yw .list .more{font-size: 0.15rem;}
	.xw-yw .list .more::after{width: 0.26rem;height: 0.26rem;}
	
	.xw-yw .arclist{margin-top: 0;}
	.xw-yw .arclist li{width: 100%;margin-bottom: 0;border:none;border-bottom:1px solid #efefef;}
	.xw-yw .arclist .box{height: auto;padding:.2rem 0;}
	.xw-yw .arclist .line{height: 0.36rem;}
	
	.xw-s1{display: block;margin-top: 0.6rem;}
	.xw-dt{width: 100%;margin-bottom: 0.5rem;}
	.xw-dt .module{padding-top: 0;}
	.xw-dt .list .box1{display: none;}
	.xw-dt .list .box2{display: flex;}
	.xw-dt .list .box2 .date{margin-right: 0.2rem;}
	.xw-dt .list .box2 .fz1{font-size: 0.25rem;}
	.xw-dt .list .box2 .title{color:#333;}
	.xw-dt .list .box2 .txt{color:#666;}
	
	
	.xw-mt{width: 100%;}
	.xw-mt .list .item{margin-bottom: 0.25rem;border:none;box-shadow:none!important;background:transparent!important;}
	.xw-mt .list .box{padding:0;}
	.xw-mt .list .imgbox{width: 1.7rem;height: 1.1rem;}
	.xw-mt .list .date{font-size: 0.15rem;}
	.xw-mt .list .title{-webkit-line-clamp: 2;}
	.xw-mt .list .txt{font-size: 0.15rem;-webkit-line-clamp: 1;display: none!important;}
	
	
	.xw-sp{margin-top: 0.6rem;}
	.xw-sp .list{display: block;}
	.xw-sp .list .item{height: auto;width: 100%;margin-bottom: 0.25rem;}
	.xw-sp .list .title{padding:0 .2rem;bottom: 0.1rem;}
	
	
	.xw-s2{display: block;margin-top: 0.6rem;}
	
	.xw-zt{width: 100%;margin-bottom: 0.5rem;}
	.xw-zt:last-child{margin-bottom: 0;}
	.xw-zt .list li{height: 0.6rem;}
	.xw-zt .list .title{font-size: 0.17rem;}
	.xw-zt .list .date{font-size: 0.15rem;}
	
	/* 0613企业文化 */
	.cul-tw{padding:.6rem 0 0;}
	.cul-tw .list{padding: 0;}
	.cul-tw .list .item{flex-direction: column-reverse!important;margin-bottom: 0.25rem;}
	.cul-tw .list .item:last-child{margin-bottom: 0;}
	.cul-tw .list .imgbox{width: 100%;height: auto;max-height: 2.8rem;}
	.cul-tw .list .info{padding:.2rem .3rem 0;}
	.cul-tw .list .title{font-size: 0.24rem;}
	.cul-tw .list .title::before{width: 0.22rem;height: 0.22rem;}
	.cul-tw .list .smtit{font-size: 0.18rem;margin-top: 0.12rem;}
	.cul-tw .list .txt{-webkit-line-clamp: 8;margin-top: 0.1rem;font-size: 0.16rem;height: auto;}
	.cul-tw .list .more{font-size: 0.15rem;margin-top: 0.2rem;height: 0.55rem;}
	.cul-tw .list .more::after{width: 0.24rem;height: 0.24rem;}
	
	
	/* 0613人力资源 */
	.hr-policy{padding:.6rem 0 0;}
	.hr-policy .list li{width: 100%;height: 0.6rem;}
	.hr-policy .list .title{font-size: 0.17rem;}
	.hr-policy .list .date{font-size: 0.15rem;}
	
	.hr-job{padding:.6rem 0 .5rem;}
	.hr-job .arrs{bottom:-.5rem;padding: 0;justify-content: center;}
	.hr-job .swiper-button{width: 0.5rem;height: 0.5rem;margin: 0 .15rem;}

	
	/* 0613专家团队 */
	.team-listt{margin-left: 0;justify-content: space-between;}
	.team-listt .item{width: 100%;margin:.4rem 0 0;}
	.team-listt .item::before{height: 2.2rem;}
	.team-listt .box{min-height: 2.7rem;padding:.3rem .28rem .2rem;}
	.team-listt .name{font-size: 0.22rem;}
	
	
	/* 0613国投简介 */
	.brief-top{display: block;border:0;margin-bottom: 0.3rem;}
	.brief-top .imgbox{width: 100%;}
	.brief-top .info{padding:.25rem .25rem;}
	.brief-top .title{font-size: 0.21rem;}
	.brief-top .fz{font-size: 0.18rem;}
	.brief-top .line{height: auto;width: 65%;}
	.brief-top .txt{font-size: 0.17rem;line-height: 0.3rem;}
	.brief-top .txt i{font-size: 0.24rem;}
	
	.brief-det{font-size: 0.17rem;line-height: 1.7;}
	.brief-det .pics{display: block;}
	.brief-det .pics .lbox, .brief-det .pics .cbox{margin-right: 0;width: 100%;max-width: 100%;display: block;}
	.brief-det .pics .imgbox{margin-bottom: 0.1rem!important;}
	.brief-det .pics .lbox, .brief-det .pics .cbox, .brief-det .pics .rbox{height: auto;}
	
	
	/* 0613工作专题 */
	.work-sc{padding:.6rem 0 0;}
	.work-sc .item{display: block;}
	.work-sc .item .imgbox{height: 2.8rem;}
	.work-sc .item .info{width: 100%;padding:.15rem .2rem;}
	.work-sc .item .fz1{font-size: 0.42rem;}
	.work-sc .item .title{margin-top: 0.1rem;font-size: 0.2rem;line-height: 0.28rem;}
	.work-sc .item .txt{margin-top: 0.12rem;-webkit-line-clamp: 3;}
	.work-sc .item .more{height: 0.4rem;border-width:0;margin-top: 0.1rem;font-size: 0.16rem;}
	.work-sc .swiper-pagination{width:100%;bottom:auto;top: 2.4rem;}
	.work-sc .swiper-pagination-bullet{margin:0 .04rem!important;}
	.work-sc .swiper-pagination-bullet-active{width: 0.24rem;}
	
	.word-xw{display: block;padding:.6rem 0 0;}
	.word-xw .col{width: 100%;max-width: 100%;margin-bottom: 0.4rem;}
	.word-xw .col:last-child{margin-bottom: 0;}
	.word-xw .list{box-shadow:none;}
	.word-xw .list li::after{left: 0;right: 0;background-color: #e5e5e5;}
	.word-xw .list .box{padding:.24rem .2rem;}
	.word-xw .list .fz1{font-size: 0.28rem;}
	.word-xw .list .fz2{font-size: 0.14rem;}
	.word-xw .list .title{font-size: 0.17rem;}
	.word-xw .list .x{margin:0 .15rem;}
	
	
	.work-dj{padding:.6rem 0 0;}
	.work-dj .pub-tt{text-align: left!important;}
	.work-dj .pub-tt .bt{margin:0 .15rem 0 0;}
	.work-dj .pub-tt .bt span{font-size: 0.19rem;}
	.work-dj .pub-tt .bt.cur{text-align: center!important;}
	.work-dj .pub-tt .more{top: 0;}
	
	
	.work-dj .detail{display: block;padding: 0;}
	.work-dj .box1 .item{margin-bottom: 0.15rem;}
	.work-dj .box1 .date i{font-size: 0.2rem;}
	
	.work-dj .box2{width: 100%;max-width: 100%;margin: .2rem 0;height: auto;}
	.work-dj .box2 .date{font-size: 0.22rem;}
	.work-dj .box2 .title{margin-top: 0.1rem;}
	.work-dj .box2 .txt{line-height: 0.28rem;margin-top: 0.15rem;}
	
	.work-tps{padding: 0 0 .6rem  0;}
	.work-tps .swiper-slide{width: 3rem;height: 1.7rem;}
	.work-tps .swiper-button{width: 0.3rem;height: 0.3rem;}
	.work-tps .swiper-button-next{margin-left: 0.18rem;}
	
	
	/* 0613国投党建 */
	.dj-gh{padding:.6rem 0;}
	.dj-gh .detail{display: block;}
	.dj-gh .item .date{text-align: left;margin:0 0 .05rem;display: flex;flex-direction: row-reverse;justify-content: flex-end;width: 100%;}
	.dj-gh .item .fz1{font-size: 0.18rem;color: #878787;}
	.dj-gh .item .fz1::before{content:'-';}
	.dj-gh .item .fz2{margin: 0;font-size: 0.18rem;}
	.dj-gh .item .title{-webkit-line-clamp: 2;font-size: 0.19rem;line-height: 1.5;}
	
	.dj-gh .hotbox{width: 100%;}
	.dj-gh .hotbox .box{display: block;}
	.dj-gh .hotbox .imgbox{height: 2.4rem;margin-top: 0.15rem;}
	
	
	.dj-gh .list{width: 100%;border:none;margin-top: 0.2rem;}
	.dj-gh .list .item{margin-bottom: 0;}
	.dj-gh .list .box{display: block;padding:.12rem 0;}
	.dj-gh .list .item:hover{background:transparent;}
	.dj-gh .list .item::before{display: none;}
	
	
	.dj-s{width: 108%;margin-left: -4%;padding:0 4%;}
	.dj-s::before{height: 80%;}
	.dj-gqt .item{height: 1.8rem;}
	.dj-gqt .item .title{font-size: 0.19rem;}
	.dj-gqt .arrs{margin-top: 0.25rem;}
	.dj-gqt .swiper-button{width: 0.36rem;height: 0.36rem;}
	.dj-gqt .arrs::before, .dj-gqt .arrs::after{display: none;}
	
	
	/* 0613发展战略 */
	.strategy-sec{padding:.6rem 0 0;}
	.strategy-sec .t-tit{font-size: 0.26rem;}
	.strategy-list .box1 .title{line-height: 1.3;font-size: 0.16rem;}
	
	.strategy-list{display: block;margin-top: 0.3rem;}
	.strategy-list .item{width: 100%;height: auto;}
	.strategy-list .box1{display: none;}
	.strategy-list .box2{padding:.35rem .3rem;display: block;position: relative;z-index:10;}
	.strategy-list .box2 .tit{font-size:.19rem;line-height: 0.3rem;}
	.strategy-list .box2 .txt{line-height: 0.3rem;-webkit-line-clamp: 8;font-size: 0.16rem;}
	.strategy-list .img1{display: none;}
	.strategy-list .img2{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:1;display: block;}
	.strategy-list .item3{margin:0;height: auto;}
	
	
	
	
	
}


.con-sec.s2 .cul-tw .list .info {
	padding-bottom: .35rem;
}
.cul-tw .list .smtit span {
	margin-right: .1rem;
}
.cul-tw .list .smtit span:last-of-type {
	margin-right: 0;
}

.cul-tw.s2 .list .item {
	position: relative;
	border-radius: .3rem;
	overflow: hidden;
}
.cul-tw.s2 .list .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #2764A1 0%, rgba(39, 100, 161, 0) 100%);
}
.cul-tw.s2 .list .item:nth-of-type(3)::after {
	background: linear-gradient(90deg, #73AECC 0%, rgba(115, 174, 204, 0) 100%);
}
.cul-tw.s2 .list .item:nth-of-type(4)::after {
	background: linear-gradient(90deg, #7082AC 0%, rgba(112, 130, 172, 0) 100%);
}
.cul-tw.s2 .list .item:nth-of-type(5)::after {
	background: linear-gradient(90deg, #0C6492 0%, rgba(12, 100, 146, 0) 100%);
}
.cul-tw.s2 .list .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cul-tw.s2 .list .title,
.cul-tw.s2 .list .smtit,
.cul-tw.s2 .list .txt,
.cul-tw.s2 .list .more {
	color: #ffffff;
}
.cul-tw.s2 .list .more {
	display: inline-flex;
}
.cul-tw.s2 .list .more::after {
	width: .2rem;
	height: .2rem;
	background-image: url(../images/icon-arrow-white.png);
	margin-left: .1rem;
}
.cul-tw.s2 .list .item .info {
	position: relative;
	padding: .35rem .5rem;
	z-index: 1;
}
.cul-tw.s2 .list .item .info .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cul-tw.s2 .list .item .info .top .btn {
	position: relative;
	width: .48rem;
	height: .48rem;
	border-radius: 50%;
	background: #E0B85A;
	cursor: pointer;
}
.cul-tw.s2 .list .item .info .top .btn::before,
.cul-tw.s2 .list .item .info .top .btn::after {
	content:  "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .16rem;
	height: 0.02rem;
	background: #ffffff;
	transform: translate(-50%,-50%);
}
.cul-tw.s2 .list .item .info .top .btn::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
.cul-tw.s2 .list .item .info .cont {
	display: none;
}


.cul-tw.s2 .list .item.open::after {
	background: rgba(0,147,199 , .9);
}

.cul-tw.s2 .list .item.open .cont{
	/* display: block; */
}

.cul-tw.s2 .list .item.open .top .btn::after {
	transform: translate(-50%,-50%) rotate(0deg);
}

@media (max-width: 767px) {
	.con-sec.s2 .cul-tw .list .info {
		padding: .2rem .3rem;
	}
	.cul-tw.s2 .list .title {
		font-size: .22rem;
	}
	.cul-tw.s2 .list .item .info {
		padding: .2rem;
	}
	.cul-tw.s2 .list .item .info .top .btn {
		width: .36rem;
		height: .36rem;
	}
	.cul-tw.s2 .list .more {
		margin-top: 0;
	}
}


/* 2024-07-04 新增 */
.work-jh {
	padding-top: .7rem;
}
.work-jh ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.work-jh ul li {
	width: 46%;
	margin: .22rem 0;
}

.work-jh ul li a {
	display: flex;
	align-items: flex-end;
}

.work-jh ul li .date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1.7rem;
	height: 1.4rem;
	padding: 0 .5rem 0 0.2rem;
	background: url(../images/work-jh-bg.png) no-repeat center;
	background-size: 100% 100%;
	flex-shrink: 0;
	z-index: 1;
	transition: all .3s;
}

.work-jh ul li .date span {
	display: block;
	font-size: .18rem;
	color: #ffffff;
	text-align: right;
	line-height: 1.4;
	margin: 0.03rem 0;
}

.work-jh ul li .date span.big {
	font-size: .28rem;
}

.work-jh ul li .info {
	position: relative;
	padding: .18rem .7rem .18rem .6rem;
	border-radius: 0 .75rem .75rem 0;
	background: #FFFFFF;
	margin-left: -.5rem;
	border: 1px solid #B1DDEC;
}

.work-jh ul li .info .title {
	font-size: .18rem;
	line-height: 1.8;
	-webkit-line-clamp: 1; max-height: .32rem;
}

.work-jh ul li .info .txt {
	font-size: .14rem;
	color: #787878;
	line-height: 1.8;
	-webkit-line-clamp: 2;
	margin-top: .06rem; max-height: .48rem;
}

.work-jh ul li .info .arrow {
	position: absolute;
	top: 50%;
	right: .34rem;
	width: .18rem;
	height: .14rem;
	background: url(../images/arrow-blue.png) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

.work-jh ul li a:hover .date{
	background-image: url(../images/work-jh-bg-on.png);
}

.work-jh ul li a:hover .info {
	border-color: #E0B85A;
}

.work-jh ul li a:hover .info .arrow {
	background-image: url(../images/arrow-yellow.png);
}

.work-jyzl {
	padding-top: .6rem;
}

.work-jyzl .detail {
	margin: 0 -.1rem;
}

.work-jyzl .detail .swiper-container{
	padding: 0rem 0 .9rem .0rem;
	/* margin: 0 -.1rem; */
}

.work-jyzl .detail .swiper-button {
	position: absolute;
	width: .45rem;
	height: .45rem;
	top: unset;
	opacity: 1 !important;
	bottom: 0;
}

.work-jyzl .detail .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: .12rem;
}

.work-jyzl .detail .swiper-pagination::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #CEE6FA;
}

.work-jyzl .detail .swiper-pagination-bullet {
	position: relative;
	width: .18rem;
	height: .18rem;
	margin: 0 .25rem;
	opacity: 1;
	background: transparent;
	z-index: 1;
}

.work-jyzl .detail .swiper-pagination-bullet::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon-dot.png) no-repeat center;
	background-size: 100% 100%;
	opacity: .2;
	z-index: 1;
}

.work-jyzl .detail .swiper-pagination-bullet-active::before {
	opacity: 1;
}

.work-jyzl .detail .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ecf2f7;
}


.work-jyzl .detail .swiper-button-prev {
	left: 0;
	background: url(../images/arrow-btn-left.png) no-repeat center;
	background-size: contain;
}

.work-jyzl .detail .swiper-button-next {
	right: 0;
	background: url(../images/arrow-btn-right.png) no-repeat center;
	background-size: contain;
}

.work-jyzl .detail .item {
	display: block;
	/* width: 4rem; */
	max-width: 100%;
	padding: .4rem;
	border-radius: .4rem 0 .4rem 0rem;
	background: #FFFFFF;
	box-shadow: 0px 0px .1rem 0px #CEE6FA;
	transition: all .3s;
	margin: 0 .1rem;
}

.work-jyzl .detail .item .title {
	font-size: .18rem;
	color: #333333;
	line-height: 1.6;
	-webkit-line-clamp: 2; max-height: .58rem;
}

.work-jyzl .detail .item .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .28rem;
}

.work-jyzl .detail .item .date {
	font-size: .14rem;
	color: #0099CC;
	line-height: 1.2;
}

.work-jyzl .detail .item .date span{
	margin-right: .06rem;
}


.work-jyzl .detail .item .date .big {
	font-size: .26rem;
}

.work-jyzl .detail .item .arrow {
	width: .3rem;
	height: .3rem;
	background: url(../images/arrow-black.png) no-repeat center;
	background-size: contain;
}

.work-jyzl .detail .item:hover {
	background: #0099CC;
}

.work-jyzl .detail .item:hover .title,
.work-jyzl .detail .item:hover .date {
	color: #ffffff;
}

.work-jyzl .detail .item:hover .arrow {
	background-image: url(../images/arrow-white.png);
}

.xw-sp{background: #0099CC;margin: 0.7rem -.95rem 0 -.95rem;padding: 0.48rem .95rem .58rem .95rem;}
.xw-sp .pub-tt .bt span{color: #ffffff;}
.pub-tt .bt.cur::after{background: #ffffff;}

.xw-yw{background: #edf6f9;margin: 0rem -.95rem 0 -.95rem;padding: 0.8rem .95rem .58rem .95rem;}
.xw-yw .pub-tt .bt::after{background: #0099cc;}
.xw-yw .list .item:hover{background: #ffffff;}
.xw-yw .arclist li:hover{background: #ffffff;}

.work-jh {
	background: rgba(255,255,255,.6);margin: 0.4rem -.95rem 0 -.95rem;padding: 0.8rem .95rem .58rem .95rem;
}
.work-jh .pub-tt .bt::after{
	background: #0099cc;
}

.con-sec.s2 {
	background: unset;
}

.us-s1 .top .en {
	display: none;
}

.us-s1,
.us-s3 {
	background: rgba(255,255,255,.6);
	margin-left: -.95rem;
	margin-right: -.95rem;
    padding-left: .45rem;
	padding-right: .45rem;
}

.us-s1 .pub-tt .bt::after,
.us-s2 .col .pub-tt .bt::after,
.us-s3 .col .pub-tt .bt::after,
.xw-s1 .pub-tt .bt::after,
.cul-fc .pub-tt .bt::after,
.hr-policy .pub-tt .bt::after,
.hr-job .pub-tt .bt::after,
.dj-gh .pub-tt .bt::after,
.work-jyzl .pub-tt .bt::after,
.work-sc .pub-tt .bt::after,
.word-xw .pub-tt .bt::after,
.work-dj .pub-tt .bt::after,
.cul-tw .pub-tt .bt::after
{
	background: #0099cc;
}

.us-s1 {
	padding-top: .45rem;
	padding-bottom: .4rem;
	margin-top: .5rem;
}
.us-s2 {
	margin: 0 -.95rem;
	margin-top: .4rem;
}
.us-s2 .col {
	width: 48.5%;
	padding: .45rem .4rem;
	background: rgba(255,255,255,.6);
}
.us-s3 {
	padding-top: .4rem;
	padding-bottom: .4rem;
	margin-top: .5rem;
}

.xw-yw,
.xw-s1, .xw-s2, .cul-fc,
.hr-policy,.hr-job,
.dj-gh,
.work-jyzl,.work-dj,
.cul-tw {
	margin-left: -.95rem;
	margin-right: -.95rem;
	background: rgba(255,255,255,.6);
}
.xw-yw {
	padding-left: .2rem;
	padding-right: .2rem;
	margin-top: .5rem;
}
.xw-yw .list {
	width: 100%;
	margin-left: 0;
}
.xw-s1,.xw-s2 {
	align-items: unset;
	background: transparent;
}
.xw-dt,.xw-mt,.xw-zt {
	padding: .7rem .5rem .5rem .5rem;
	background: rgba(255,255,255,.6);
}
.xw-zt .list{
	padding: 0;
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	background: transparent;
}
.cul-fc {
	padding-left: .57rem;
	padding-right: .57rem;
	padding-bottom: .46rem;
	margin-top: .5rem;
}
.hr-policy,.hr-job{
	padding: .48rem 1rem;
	margin-top: .58rem;
}
.hr-job {
	padding-bottom: 1.2rem;
}
.dj-gh {
	padding-left: .8rem;
	padding-bottom: .8rem;
}
.work-jyzl {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .4rem;
	margin-top: .68rem;
}
.work-dj {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-top: .65rem;
}
.cul-tw {
	padding-left: .95rem;
	padding-right: .95rem;
	padding-top: .5rem;
    padding-bottom: .5rem;
	margin-top: .5rem;
}
.cul-tw.s2 .list .item:last-of-type {
	margin-bottom: 0;
}

.cul-tw.s3 .list-box .list {
	display: flex;
	justify-content: center;
	padding-left: 5%;
}
.cul-tw.s3 .list-box .list .item {
	position: relative;
	display: block;
	width: 3rem;
	background: transparent;
	padding-left: .4rem;
	cursor: pointer;
	margin-right: 1.2rem;
}
.cul-tw.s3 .list-box .list .item:last-of-type {
	margin-right: 0;
}
.cul-tw.s3 .list-box .list .item::before {
	content: "";
	position: absolute;
	left: .11rem;
	top: .1rem;
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, #0099CC 0%, rgba(0, 153, 204, 0) 100%) ;
	z-index: 0;
}
.cul-tw.s3 .list-box .list .item .dot {
	position: absolute;
	left: 0;
	top: .1rem;
	width: .22rem;
	height: .22rem;
	border-radius: 50%;
	border: 1px dashed #0099CC;
	z-index: 1;
	background: #ffffff;
}
.cul-tw.s3 .list-box .list .item .dot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: .06rem;
	height: .06rem;
	background: #0099CC;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.cul-tw.s3 .list-box .list .item .title {
	display: inline-block;
	font-size: .2rem;
	line-height: 1.3;
	font-weight: bold;
	color: #ffffff;
	padding: .1rem .16rem .1rem .12rem;
	background: url(../images/icon-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.cul-tw.s3 .list-box .list .item .title::before {
	display: none;
}
.cul-tw.s3 .list-box .list .item .subtitle {
	font-size: .16rem;
	font-weight: bold;
	line-height: 1.6;
	color: #313131;
	margin-top: .18rem;
}
.cul-tw.s3 .list-box .list .item .txt {
	font-size: .14rem;
	font-weight: normal;
	line-height: 1.8;
	color: #313131;
	margin-top: .06rem;
}
.cul-tw.s3 .list-box .list .item:hover .subtitle,
.cul-tw.s3 .list-box .list .item:hover .txt {
	color: #0099CC;
}
.cul-tw.s3 .list-box .list .item:hover .dot {
	background: #0099CC;
}
.cul-tw.s3 .list-box .list .item:hover .dot::before {
	background: #ffffff;
}
.cul-tw.s3 .list-box .bar {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: .32rem;
	/* background: rgba(0, 153, 204, .1); */
}
.cul-tw.s3 .list-box .bar::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 2.5%;
	width: 95%;
	height: .18rem;
	transform: translateY(-50%);
	background: linear-gradient(90deg, #0099CC 0%, #7BD9F8 100%);
}
.cul-tw.s3 .list-box .bar::after {
	position: absolute;
	content: "";
	top: 50%;
	left: .7rem;
	right: .7rem;
	/* width: 95%; */
	height: 100%;
	transform: translateY(-50%);
	background: rgba(0, 153, 204, .1);
}
.cul-tw.s3 .list-box .bar .f-dot,
.cul-tw.s3 .list-box .bar .h-dot {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .73rem;
	height: .73rem;
	border-radius: 50%;
	background: rgba(0, 153, 204, .1);
	z-index: 1;

}
.cul-tw.s3 .list-box .bar .f-dot::before,
.cul-tw.s3 .list-box .bar .h-dot::before {
	content: "";
	position: absolute;
	width: .36rem;
	height: .36rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0, 153, 204, 1);
	border-radius: 50%;
}
.cul-tw.s3 .list-box .bar .f-dot {
	left: unset;
	right: 0;
}
.cul-tw.s3 .list-box .bar .f-dot::before {
	background: #75D6F6;
}

.cul-tw.s3 .list-box .bar .dot {
	position: relative;
	width: .16rem;
	height: .16rem;
	border-radius: 50%;
	background: #ffffff;
	z-index: 1;
}
.cul-tw.s3 .list-box .bar .dot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: .06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #0099CC;
	transform: translate(-50%,-50%);
}
.cul-tw.s3 .list-box .bar .dot:nth-of-type(2) {
	left: 1.1rem;
}
.cul-tw.s3 .list-box .bar .dot:nth-of-type(3) {
	left: 3.05rem;
}
.cul-tw.s3 .list-box .bar .dot:nth-of-type(4) {
	left: 5rem;
}
.cul-tw.s3 .list-box .bar .dot:nth-of-type(5) {
	left: 6.94rem;
}
.cul-tw.s3 .list-box .bar .dot:nth-of-type(6) {
	left: 8.9rem;
}
.cul-tw.s3 .list-box .list:last-of-type {
	margin-top: .3rem;
}
.cul-tw.s3 .list-box .list:last-of-type .item .dot {
	top: unset;
	bottom: .1rem;
}
.cul-tw.s3 .list-box .list:last-of-type .item::before {
	top: unset;
	bottom: .1rem;	
	transform: rotate(180deg);
}

@media (max-width: 1199px) {
	.xw-sp { margin-left: -.5rem; margin-right: -.5rem; padding-left: .5rem; padding-right: .5rem; }
	.xw-yw { margin-left: -.5rem; margin-right: -.5rem; padding-left: .5rem; padding-right: .5rem; }
	.work-jh { margin-left: -.5rem; margin-right: -.5rem; padding-left: .5rem; padding-right: .5rem; }

	.us-s1,.us-s2,.us-s3,
	.xw-yw,.xw-s1,.xw-s2,
	.cul-fc,.hr-policy,.hr-job,
	.dj-gh,
	.work-jyzl,.work-dj,
	.cul-tw
	{ 
		margin-left: -.5rem; margin-right: -.5rem; padding-left: .5rem; padding-right: .5rem; 
	}
	.us-s2,.xw-s1,.xw-s2 { 
		padding-left: 0;padding-right: 0;
	}
	.cul-tw.s3 .list-box .list {
		padding: 0 10%;
	}
	.cul-tw.s3 .list-box .list .item {
		width: 30%;
	}
	.cul-tw.s3 .list-box .bar .dot:nth-of-type(2) {
		left: 1rem;
	}
	.cul-tw.s3 .list-box .bar .dot:nth-of-type(3) {
		left: 1.75rem;
	}
	.cul-tw.s3 .list-box .bar .dot:nth-of-type(4) {
		left: 3.6rem;
	}
	.cul-tw.s3 .list-box .bar .dot:nth-of-type(5) {
		left: 4.92rem;
	}
	.cul-tw.s3 .list-box .bar .dot:nth-of-type(6) {
		left: 6.2rem;
	}
}

@media (max-width: 991px) {
	.xw-sp { margin-left: -4%; margin-right: -4%; padding-left: 4%;padding-right: 4%; }
	.xw-yw { margin-left: -4%; margin-right: -4%; padding-left: 4%;padding-right: 4%; }
	.work-jh { margin-left: -4%; margin-right: -4%; padding-left: 4%;padding-right: 4%; }

	.us-s1,.us-s2,.us-s3,
	.xw-yw,.xw-s1,.xw-s2,
	.cul-fc,.hr-policy,.hr-job,
	.dj-gh,
	.work-jyzl,.work-dj,
	.cul-tw
	{ 
		margin-left: -4%; margin-right: -4%; padding-left: 4%; padding-right: 4%; 
	}
	.us-s2,.xw-s1,.xw-s2 {
		padding-left: 0;padding-right: 0;
	}
	.xw-dt, .xw-mt, .xw-zt {padding-left: 4%;padding-right: 4%;padding-top: .4rem;}
}

@media (max-width: 767px) {
	.foot {
		height: auto;
	}
	.navPage {
		display: none;
	}
	.idx-s {
		height: auto;
	}
	.idx-s1 .item {
		height: auto;
	}
	.idx-s1 .item img {
		position: relative;
		width: 100%;
		height: auto;
		min-height: auto;
	}
	.idx-s1 .list {
		display: none;
	}
	.idx-s2 {
		padding-top: .5rem;
	}
	.idx-s3 .wrap {
		position: relative;
		bottom: unset;
		transform: unset;
        padding-top: .5rem;
	}
	.idx-s3 .bgimg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.idx-s4 {
		padding-bottom: .4rem;
	}
	.idx-s5 {
		width: 100%;
		padding: .5rem 0;
		overflow: hidden;
	}
	.idx-s5 .detail {
		max-width: 100%;
	}
	.us-s2 .col {
		width: 100%;
		margin-bottom: .4rem;
	}
	.xw-yw {padding-top: .5rem;}
	.work-jh {
		padding-top: .5rem;
	}
	.work-jh .pub-tt {
		padding: 0 18%;
	}
	.work-jh ul li {
		width: 100%;
		margin: .18rem 0;
	}
	.work-jh ul li .date {
		width: 1.2rem;
		padding: 0 .34rem 0 0.1rem;
	}
	.work-jh ul li .date span{
		font-size: .14rem;
	}
	.work-jh ul li .date span.big {
		font-size: .2rem;
	}
	.work-jh ul li .info {
		padding-left: .5rem;
	}
	.work-jyzl {
		padding-top: .4rem;
	}
	.work-jyzl .detail {
		margin: 0;
	}
	.work-jyzl .detail .swiper-container {
		padding-top: .2rem;
		padding-bottom: .7rem;
	}
	.work-jyzl .detail .item {
		width: calc(100% - .2rem);
		margin: 0 .1rem;
		padding: .3rem;
	}
	.work-jyzl .detail .swiper-button {
		width: .3rem;
		height: .3rem;
	}
	.work-jyzl .detail .swiper-pagination {
		bottom: .08rem;
	}
	.work-jyzl .detail .swiper-pagination-bullet {
		width: .14rem;
		height: .14rem;
		margin: 0 .08rem;
	}
	.cul-tw.s3 .list-box .list {
		padding: 0;
		flex-direction: column;
	}
	.cul-tw.s3 .list-box .list .item {
		width: 100%;
		margin-right: 0;
	}
	.cul-tw.s3 .list-box .bar {
		display: none;
	}
	.cul-tw.s3 .list-box .list:last-of-type .item .dot {
		top: .1rem;
		bottom: unset;
	}
	.cul-tw.s3 .list-box .list:last-of-type .item::before {
		top: .1rem;
		bottom: unset;	
		transform: rotate(0deg);
	}

}