@charset "utf-8";
/* CSS Document */

/* *{ -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0; outline: none;}
body{overflow-x:hidden; max-width: 1920px; margin: 0 auto; font:14px/1.4 "Microsoft Yahei"; font-weight: 500; background:#fff;color:#666666; -webkit-font-smoothing: antialiased;/*这个属性可以使页面上的字体抗锯齿*/ }
a{ text-decoration:none; color:#666666;}
/*a:hover,a:hover *{ color: #b40002;}*/
li{ list-style:none;}
i,em{ font-style:normal;}
/* .fl{float:left;}
.fr{ float:right;} */
.clearfix:after{ content: ''; display: block; clear:both; width: 0; height: 0;}
img{ vertical-align:middle; border:none; max-width:100%;}
.img{ width: 100%; height: 100%; object-fit: cover;}
input,textarea,select{ font-size: 14px; font-family: 'Microsoft Yahei'; color: #666; font-weight: 500;}
input:focus,textarea:focus,select:focus{ outline: none;}

.wrapper { width: 1400px; margin: 0 auto; box-sizing: border-box;}

::-webkit-input-placeholder {color: #cccccc;}
::-moz-placeholder {color: #cccccc;}
:-moz-placeholder {color: #cccccc;}
:-ms-input-placeholder {color: #cccccc;}
::placeholder {color: #cccccc;}

.over {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.over2 {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;}
.disFlex {display: flex;justify-content: space-between;align-items: center;}
.disFlexc {display: flex;justify-content: center;align-items: center;}
.disFlexs {display: flex;flex-direction: column;justify-content: center;align-items: center;}

/* img 动画效果 */
.scale12 { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;}


/* 整个滚动条 */
::-webkit-scrollbar { width: 6px; height: 6px; background-color: rgba(0, 0, 0, 0.7);}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb { border-radius: 6px; background-color: rgba(255, 255, 255, 0.3);}

/* 滚动条轨道 */
::-webkit-scrollbar-track { border-radius: 6px; background-color: rgba(0, 0, 0, 0.7);}

@media screen and (max-width: 1440px) {
	.wrapper {width: 100%; margin: 0; padding: 0 20px;}
}

/* top */
.top{ position: relative; z-index: 100; height: 80px;}
.logo img{ width: 355px;}
.nav .item{ margin-left: 1.8vw;}
.nav .item > a{ position: relative; z-index: 1; line-height: 80px; font-size: 16px; transform-style: preserve-3d; transform: perspective(800px);transition:color .7s;}
.nav .item > a i{ margin-left: 5px; width: 10px; height: 10px; background: url(../img/down1.png) no-repeat center;}
.nav .item > a em,.nav .item:hover > a em{ position: absolute; top: 0; right: 0; z-index: -1; width: 80px; height: 100%; background: url(../img/menu-active.png) no-repeat right 3px center / 73px auto; opacity: 0; transition:opacity .7s;}

.nav .item.active > a,.nav .item:hover > a{ color: #0288c9;}
.nav .item.active > a i,.nav .item:hover > a i{ background-image: url(../img/down2.png);}
.nav .item.active > a em,.nav .item:hover > a em{ opacity: 1;}
/* .nav .item.active em{ position: absolute; top: calc(-2.5vw + 50%); right: 0; z-index: -1; width: 5vw; height: 5vw; border-radius: 50%; border: 1px solid #008fd4; border-left-color: #fff; transform: rotate3d(-1,1.5,1.5,45deg);} */
/*.nav .dropmenu{ position: absolute; overflow: hidden; top: 100%; left: 0; z-index: 100; width: 100%; height: 0;}*/

.nav .dropmenu{ position: absolute;  z-index: 100; padding-top: 2px; margin-left: -1vw;height: 0;}

.nav .dropmenuc{ align-items: flex-start; margin-top: 5px; 
/*padding: 40px 0; */
background-color: #f1f4f7; border-radius: 10px; box-sizing: border-box; opacity: 0; transition:opacity .7s;}
.nav .dropmenuc .toptitle{ margin-left: 3vw;}
.nav .dropmenuc .toptitle .en{ line-height: 0.8; font-size: 30px; color: rgba(28, 145, 204, 0.2);}
.nav .dropmenuc .toptitle .cn{ font-size: 20px; line-height: 1.1; color: #2091cd;}
.nav li:hover .dropmenu{ height: auto;}

.nav li:hover .dropmenuc{ opacity: 1;}

/*.nav .menulist{ flex-wrap: wrap; justify-content: flex-start; width: 70%;}*/
/*.nav .menulist a{ margin-top: -1px; width: calc(25% - 3vw); height: 50px; color: #333; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-right: 3vw; padding-right: 22px; box-sizing: border-box; background: url(../img/arr-r3.png) no-repeat right center / 12px auto; transition: color .7s;}*/
/*.nav .menulist a:hover{ background: url(../img/arr-r3a.png) no-repeat right center / 12px auto; color: #0288c9;}*/

.nav .menulist{ flex-wrap: wrap; justify-content: flex-start;    flex-direction: column;}
.nav .menulist a{ margin-top: -1px; height: 40px; color: #333; align-items: center;flex-direction: column;justify-content: center;width: 120px; box-sizing: border-box; 
	}
.nav .menulist a:hover{ 	background-color: #2091cd;color: #fff;
}
.nav .menulist a:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.nav .menulist a:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}



.ititle{ margin-bottom: 35px;}
.ititle .name{ font-size: 28px; color: #333; font-weight: bold;}
.ititle .name img{ margin-right: 15px;}
.ititle .more{ height: 28px; padding: 0 15px; border: 1px solid #0288c9; color: #0288c9;transition:transform .7s;}
.ititle .more img{ margin-left: 5px;}

.ititle .more:hover{transform: scale(1.08);}

.ilist{ align-items: flex-start; padding-top: 60px; padding-bottom: 60px;}
.inews{ width: 57%;}
.idj{ width: 40%;}

.swiper{ position: relative; z-index: 1; overflow: hidden;}

.inewswiper{height: 230px; background-color: #f9f9f9;}
.inewswiper .fl{ position: relative;overflow: hidden; z-index: 1; width: 44.125%;}
.inewswiper .fl img{ width: 100%; height: 100%; object-fit: cover;transition:transform .7s;}
.inewswiper .fl img:hover{ transform: scale(1.08);}

.inewswiper .fl span{ position: absolute; bottom: 0; right: 0; z-index: 10; padding: 0 10px; line-height: 36px; font-size: 20px; background-color: rgba(2, 136, 201, 0.8); color: #fff; font-family: 'din-rr';}
.inewswiper .fr{ align-items: unset; width: 50%; padding-right: 20px;}
.inewswiper .swiper-slide{ align-items: unset;}
.inewswiper .name{ height: 56px; line-height: 28px; font-size: 20px; color: #333;}
.inewswiper .sm{ margin-top: 20px; height: 72px; line-height: 24px; -webkit-line-clamp: 3;}
.inewswiper .more{ margin-top: 20px; justify-content: flex-start;transition: color .7s;}
.inewswiper .more img{ margin-left: 8px;}
.inewswiper .swiper-slide:hover .more{color: #0288c9;}

.inewswiper .swiper-pagination{ bottom: 22px;width: auto;right: 0;left: unset; text-align: right; padding-right: 40px; box-sizing: border-box;}

.inewslist{ margin-top: 20px;}
.inewslist .item{ justify-content: flex-start; padding: 20px 0; font-size: 18px; color: #333; transition:color .7s;}
.inewslist .item:not(:last-of-type){ border-bottom: 1px solid #e5e5e5;}
.inewslist .item .date{ margin-right: 2.2vw;}
.inewslist .item:hover{ color:#007aff

/*#008bd3;*/
    
}
.idj .idjpic{position: relative;overflow: hidden; height: 230px;}

.idj .idjpic img{ width: 100%; height: 100%; object-fit: cover;transition:transform .7s;}

.idj .idjpic img:hover{transform: scale(1.08);}
.idjlist { padding-top: 15px;}
.idjlist .item{ margin-top: 24px;}
.idjlist .item .title{ min-width: 66px; width: 66px; height: 66px; border: 1px solid #008bd3; box-sizing: border-box;}
.idjlist .item .title span{ width: 56px; height: 56px; padding: 5px; line-height: 1.2; font-size: 18px; background-color: #008bd3; color: #fff; box-sizing: border-box; text-align: center;}
.idjlist .item .fr{ width: calc(100% - 80px);}
.idjlist .item .fr .name{ line-height: 1; font-size: 18px; color: #333; font-weight: bold;transition:color .7s;}
.idjlist .item .fr .sm{ margin-top: 10px; color: #999;}
.idjlist .item:hover .fr .name{ color: #008bd3;}

/* icomp */
.icomp{ min-height: 720px; padding-top: 60px; padding-bottom: 60px;}
.icomjj .fl .name{ font-size: 32px; font-weight: bold; color: #333;}
.icomjj .fl .txt{ margin-top: 20px; line-height: 2; font-size: 18px; color: #333; -webkit-line-clamp: 3;}
.icomjj .fl .more{ margin-top: 40px; width: 160px; height: 40px; background-color: #008bd3; color: #fff;transition:transform .7s;}
.icomjj .fl .more img{ margin-left: 8px; width: 13px;}
.icomjj .fl .more:hover{transform: scale(1.08);}

.icomjj .fr p{ line-height: 1; font-size: 72px; color: #ef6e28; font-family: 'din-mm';}
.icomjj .fr .ms{ margin-top: 10px; font-size: 18px; color: #333; white-space: nowrap;}
.icomjj .fr .item{ position: relative; z-index: 1; padding: 0 60px;}
.icomjj .fr .item:not(:first-of-type)::after{ content: ''; position: absolute; top: 10%; left: 0; z-index: 10; height: 80%; border-left: 1px dashed #a8a8a8;}

.icompswiper{ margin-top: 50px; width: calc(50vw + 50%); padding-bottom: 100px;}
/* .icompswiper .swiper-slide{ background: url(../img/icompbg.png) no-repeat center / cover;} */
.icompswiper .swiper-slide{ height: 300px; padding: 30px 20px; border: 1px solid #fff; background-color: #fff; border-radius: 20px; box-sizing: border-box; background-image: linear-gradient(135deg, transparent 50%, rgba(0,139,211,0.08)); cursor: pointer; transition:border-color .7s;}
.icompswiper .btn{ position: absolute; bottom: 0; left: 0; z-index: 10; width: 110px; height: 46px;}
.icompswiper .btn .swiper-button-prev{ left: 0; width: 44px; height: 44px; background-color: #fff; opacity: 1; border: 1px solid #008bd3; box-sizing: border-box;}
.icompswiper .btn .swiper-button-next{ right: 0; width: 44px; height: 44px; background-color: #fff; opacity: 1; border: 1px solid #008bd3; box-sizing: border-box;}
.icompswiper .btn .swiper-button-prev:hover{ background-color: #008bd3;}
.icompswiper .btn .swiper-button-next:hover{ background-color: #008bd3;}
.icompswiper .btn .swiper-button-prev::after{ content: ''; width: 15px; height: 16px; background: url(../img/arr-l1.png) no-repeat center / 15px auto;}
.icompswiper .btn .swiper-button-next::after{ content: ''; width: 15px; height: 16px; background: url(../img/arr-r1.png) no-repeat center / 15px auto;}
.icompswiper .btn .swiper-button-disabled{ pointer-events: auto;}
.icompswiper .btn .swiper-button-prev:hover::after{ content: ''; background: url(../img/arr-l2.png) no-repeat center / 15px auto;}
.icompswiper .btn .swiper-button-next:hover::after{ content: ''; background: url(../img/arr-r2.png) no-repeat center / 15px auto;}
.icompswiper .icon{ position: relative; z-index: 1; height: 92px;}
.icompswiper .icon .s1{ display: block;}
.icompswiper .icon .s2{ display: none;}
.icompswiper .swiper-slide:hover .icon .s1{ display: none;}
.icompswiper .swiper-slide:hover .icon .s2{ display: block;}
.icompswiper .name{ margin-top: 15px; font-size: 24px; color: #333; font-weight: bold;}
.icompswiper .sm{ margin-top: 10px; line-height: 22px; min-height: 44px; font-size: 16px; text-align: center;}
.icompswiper .swiper-slide:hover{ border-color: #ef6e28;}
.icompswiper .swiper-pagination{ top: unset; bottom: 20px; left: 150px; width: calc(100% - 150px); height: 1px; background-color: #e5e5e5;}
.icompswiper .swiper-pagination-progressbar-fill{ background-color: #0288c9;}

/* ihzhb */
.ihzhb{ padding-top: 60px; padding-bottom: 60px;}
.ihzhb .ititle .btn{ position: relative; z-index: 1; width: 110px;}
.ihzhb .ititle .btn .swiper-button-prev{ left: 0; width: 46px; height: 46px; background-color: #fff; opacity: 1; border: 1px solid #008bd3;}
.ihzhb .ititle .btn .swiper-button-next{ right: 0; width: 46px; height: 46px; background-color: #fff; opacity: 1; border: 1px solid #008bd3;}
.ihzhb .ititle .btn .swiper-button-prev:hover{ background-color: #008bd3;}
.ihzhb .ititle .btn .swiper-button-next:hover{ background-color: #008bd3;}
.ihzhb .ititle .btn .swiper-button-prev::after{ content: ''; width: 15px; height: 16px; background: url(../img/arr-l1.png) no-repeat center / 15px auto;}
.ihzhb .ititle .btn .swiper-button-next::after{ content: ''; width: 15px; height: 16px; background: url(../img/arr-r1.png) no-repeat center / 15px auto;}
.ihzhb .ititle .btn .swiper-button-disabled{ pointer-events: auto;}
.ihzhb .ititle .btn .swiper-button-prev:hover::after{ content: ''; background: url(../img/arr-l2.png) no-repeat center / 15px auto;}
.ihzhb .ititle .btn .swiper-button-next:hover::after{ content: ''; background: url(../img/arr-r2.png) no-repeat center / 15px auto;}
.hzhbswiper{ height: 464px; padding-bottom: 60px;}
/* .hzhbswiper .swiper-wrapper{ height: 464px;} */
.hzhbswiper .swiper-slide{position: relative; overflow: hidden; height: 222px; background: url(../img/ihz-bg.png) #f5f5f5 no-repeat center / 70% auto;}
.hzhbswiper .swiper-slide img{ width: 80%; height: 80%; object-fit: contain;transition:transform .7s;}

.hzhbswiper .swiper-slide:hover img{transform: scale(1.08);}
.hzhbswiper .swiper-pagination-bullet{ width: 40px; height: 3px; background-color: #e5e5e5; border-radius: 0; transition: 0.5s; opacity: 1 !important;}
.hzhbswiper .swiper-pagination-bullet-active{ width: 50px; background-color: #008bd3;}


footer{background-color: #f0f0f0;}

.ftop{ position: relative; z-index: 100; background-color: #008bd3;}
.ftop .wrapper{ height: 80px;}
.ftop .flogo img{ height: 45px;}
.ftop .flink{ font-size: 16px; color: #fff;width:60%}
.ftop .flink .name{ padding: 0 15px; line-height: 1; 
/*border-right: 1px solid #fff;*/
    
}
.ftop .flink .select{ height: 40px; border: 1px solid #fff; box-sizing: border-box;background-color: rgba(255,255,255,.2);}

.ftop .flink .select1 {height: 40px;width: 100px;border: 0px solid #fff; background-color: #008bd3;}
.ftop .flink .slt{ position: relative; z-index: 1; width: 300px; height: 38px; line-height: 38px; padding: 0 15px 0 20px; cursor: pointer;}
.ftop .flink .slt img{ margin-left: 20px;}
.ftop .flink .btn{ width: 80px; height: 40px; margin-left: 6px; border: 1px solid #fff; background-color: rgba(255,255,255,.2); color: #fff; box-sizing: border-box; cursor: pointer; transition: background-color .7s;}
.ftop .flink .btn:hover{background-color: transparent;}

.ftop .flink .items{ position: absolute; top: 100%; left: 0; z-index: 10; width: 100%; border: 1px solid #fff; display: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);overflow-y:scroll}
.ftop .flink .item{ padding: 0 20px;transition: background-color .7s, color .7s; display:block}
.ftop .flink .item:hover{ background-color: #008bd3; color: #fff;}
.ftop .flink .slt:hover .items{ display: block; background-color: #fff; color: #999;max-height:500px;}
.fcenter{ position: relative; z-index: 1; padding-top: 50px; padding-bottom: 30px; align-items: flex-start;}
.fcenter .fl{ flex-wrap: wrap; align-items: flex-start;}
.fcenter dl{ width: 110px;}@media screen and (min-width:1400px) {
    .fcenter dl {
        width: 145px;
    }
}
.fcenter dt a{ display: block; margin-bottom: 10px; font-weight: 700; font-size: 18px; color: #333;}
.fcenter dd a{display: inline-block; padding: 10px 22px 10px 0; line-height: 1.2; font-size: 16px; color: #999; transition:color .7s;}
.fcenter dd a:hover{ color: #008bd3; background: url(../img/arr-rt.png) no-repeat right center;}
.fcenter .fr .item{ padding-left: 50px; margin-bottom: 15px; justify-content: flex-start; font-size: 16px; color: #999;}
.fcenter .fr .item div{ color: #333; font-weight: bold;}
.fcenter .fr .item.s1{ background: url(../img/foot-icon1.png) no-repeat left center;}
.fcenter .fr .item.s2{ background: url(../img/foot-icon2.png) no-repeat left center;}
.fcenter .fr .item.s3{ background: url(../img/foot-icon3.png) no-repeat left center;}
.fcenter .ewm{ margin-left: 50px;}
.fcenter .rtop{ position: absolute; bottom: 0; right: 0; z-index: 10; cursor: pointer;}
.fbottom{ padding: 20px 0; border-top: 1px solid #dadada;}
.fbottom .fsm{ justify-content: flex-start;}
.fbottom .fsm a{ margin-left: 50px;}

.nbanner{ position: relative; z-index: 1;}
.nbanner .bantxt{ position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; display: none;}
.nbanner .bantxt .en{ margin-top: -20px; line-height: 0.8; font-size: 70px; text-transform: uppercase; color: rgba(255, 255, 255, 0.5);}
.nbanner .bantxt .cn{ margin-top: -30px; line-height: 1; font-size: 40px; color: #fff; text-shadow: 3px 3px 6px rgba(0, 69, 138, 0.4);}

/* yd */
.yd{ background-color: #008bd3;}
.yd .wrapper{ align-items: unset; height: 70px; color: #aae3ff; font-size: 16px;}
.yd .fl span{ padding-left: 32px; background: url(../img/homeicon.png) no-repeat left center; color: #fff;}
.yd .fl a{ color: #aae3ff;}
.yd .fr{ align-items: unset; overflow: hidden;}
.yd .fr a{ position: relative; z-index: 1; margin-left: 3vw; line-height: 70px; color: rgba(255, 255, 255, 0.6);}
.yd .fr a.active,.yd .fr a:hover{ color: #fff; transition: 0.3s;}
.yd .fr a::after{ content: ''; position: absolute; top: 100%; left: 0; right: 0; z-index: 10; width: 0; height: 0; margin: 0 auto; pointer-events: none; border-style: solid; border-width: 10px 8px 10px 8px; border-color: transparent transparent #fff transparent;}
.yd .fr a.active::after{ top: calc(100% - 20px);}

.ntitle{ justify-content: flex-start;}
.ntitle .cn{ font-size: 32px; font-weight: bold; color: #333333;}
.ntitle i{ margin: 0 20px; height: 30px; transform: rotate(30deg); border-left: 1px solid #008bd3;}
.ntitle .en{ color: #999999; text-transform: uppercase; font-family: '宋体';}

/* about */
.about{ padding-top: 60px; padding-bottom: 55px; background: url(../img/aboutbg.png) no-repeat bottom center;}
.about .cont{ align-items: unset;}
.about .cont .fl{ width: 55.7%;}
.about .cont .fr{ width: 40%;}
.about .cont .name{ position: relative; z-index: 1; margin-top: 30px; font-size: 20px; color: #222222; font-weight: bold;}
.about .cont .name::after{ content: ''; position: absolute; bottom: 0; right: 0; z-index: -1; width: 100%; height: 400px; pointer-events: none; background: url(../img/aboutbg1.png) no-repeat bottom right;}
.about .cont  .txt{ margin-top: 20px; line-height: 1.875; font-size: 16px;}
.aboutlist{ margin-top: 125px;}
.aboutlist .item{ align-items: flex-end; font-size: 18px; color: #333;}
.aboutlist .item img{ margin-right: 10px;}
.aboutlist .item .num{ margin-left: 30px; font-size: 20px; color: #0288c9;}
.aboutlist .item .num i{ line-height: 0.9; font-size: 36px; font-family: 'din-bd';}

/* 组织架构 */
.zzjg{ padding-top: 60px; padding-bottom: 60px; background: url(../img/zzjgbg.jpg) no-repeat center;}
.zzjg .cont{ margin-top: 45px; align-items: flex-start;}
.zzjg .cont .fl{ width: 55.7%;}
.zzjg .cont .fr{ width: 37.1%;}
.zzjg .cont .fl .txt{ text-align: justify; font-size: 16px; line-height: 30px; color: #333;}
.zzjg .echarts{ position: relative; z-index: 1; margin-top: 50px; justify-content: flex-start; align-items: flex-start; padding: 30px 0 20px; background-color: #fff; box-shadow: 3px 0 3px rgba(196, 196, 196, 0.1);}
.zzjg .echarts::after{ content: ''; position: absolute; top: 0; right: 100%; z-index: -1; width: calc(50vw + 100%); height: 100%; background-color: #fff; box-shadow: -3px 0 3px rgba(196, 196, 196, 0.2);}
.zzjg .echarts .item{ margin-right: 50px;}
.zzjg .echarts .item p{ margin-top: 20px; max-width: 210px; font-size: 16px; color: #333; text-align: center;}

/* 大事记 */
.dsj{ padding-top: 60px; padding-bottom: 60px; background: url(../img/dsjbg.jpg) no-repeat top center / 100%;}
.dsj .wrapper{ align-items: flex-start;}
.dsj .fl{ width: 26%;}
.dsj .fr{ width: 72%;}
.dsj .fl .sm{ margin-top: 20px; line-height: 30px; font-size: 16px; color: #333; text-align: justify;}
.dsjlist{ position: relative; z-index: 1; padding: 45px 0;}
.dsjswiper{ position: relative; z-index: 1; height: 500px; padding-left: 260px;}
.dsjswiper::after{ content: ''; position: absolute; top: 0px; left: 300px; z-index: -1; width: 0; height: 100%; border-left: 1px solid #ef6e28;}
.dsjswiper .swiper-slide{ justify-content: flex-start; align-items: flex-start;}
.dsjlist .swiper-button-prev{ top: 0; left: 277px; margin-top: 0; width: 45px; height: 45px;}
.dsjlist .swiper-button-prev::after{ content: ''; width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; background: url(../img/dsj-up.png) #c8c8c8 no-repeat center;}
.dsjlist .swiper-button-prev:hover::after{background-color: #0288c9;}

.dsjlist .swiper-button-next{ top: unset; bottom: 0; left: 277px; margin-top: 0; width: 45px; height: 45px;}
.dsjlist .swiper-button-next::after{ content: ''; width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; background: url(../img/dsj-down.png) #c8c8c8 no-repeat center;}
.dsjlist .swiper-button-next:hover::after{background-color: #0288c9;}

.dsjswiper .year{ margin-top: 20px; margin-bottom: 10px; padding: 0 20px; line-height: 32px; border-radius: 32px; background-color: #295b73; border: 2px solid #fff; font-family: 'dincond-bk'; font-size: 26px; color: #fff;}
.dsjswiper .items{ padding-left: 34px;}
.dsjswiper .item{ position: relative; z-index: 1; padding-left: 55px; margin-bottom: 45px; cursor: pointer;}
.dsjswiper .item .date{ font-size: 20px; color: #333; font-weight: bold;}
.dsjswiper .item .sm{ font-size: 18px;}
.dsjswiper .item .pic{ position: absolute; right: calc(100% + 40px); top: -45px; z-index: 10; width: 260px; display: none;}
.dsjswiper .item .pic img{ width: 100%; aspect-ratio: 3/2; border-radius: 5px; box-shadow: 5px 5px 8px rgba(225, 225, 225, 1);}
.dsjswiper .item i{ position: absolute; top: 0; bottom: 0; left: 0; z-index: 10; width: 9px; height: 9px; margin: auto 0; background-color: #fff; border-radius: 50%; border: 2px solid #ef6e28; transition: 0.3s;}
.dsjswiper .item:hover i{ transform: translate(-9px); width: 28px; height: 28px; border-width: 1px;}
.dsjswiper .item:hover i::after{ content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: #ef6e28;}
.dsjswiper .item:hover{ color: #ef6e28;}
.dsjswiper .item:hover .date{ color: #ef6e28;}
.dsjswiper .item:hover .pic{ display: block;}

/* 员工风采 */
.ygfc{ padding-top: 60px; padding-bottom: 60px;}
.ygfc .list{ justify-content: flex-start; flex-wrap: wrap;}
.ygfc .list .item{ width: calc(25% - 30px); margin-top: 45px;}
.ygfc .list .item:not(:nth-child(4n+4)){ margin-right: 40px;}
.ygfc .list .item .pic{ position: relative; overflow: hidden; z-index: 1;height: 226px;}
.ygfc .list .item .pic > img{ width: 100%; height: 100%; object-fit: cover;transition:transform .7s;}

.ygfc .list .item .big{ position: absolute; right: 0; bottom: 0; z-index: 10; width: 40px; height: 40px; background-color: #0288c9;}
.ygfc .list .item .name{ margin-top: 20px; font-size: 16px; color: #333; font-weight: bold;transition:color .7s;}
.ygfc .list .item:hover .name{color: #0288c9;}

.ygfc .list .item:hover .pic > img:hover{transform: scale(1.08);}

/* 分页 */
.m-page{ margin-top: 50px;}
.m-page a{ width: 40px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #e5e5e5; box-sizing: border-box; margin: 0 8px; font-size: 16px;}
.m-page .pageprv,.m-page .pagenxt{ font-family: '宋体'; font-weight: bold; font-size: 24px;}
.m-page .z-crt,.m-page .pageprv:hover,.m-page .pagenxt:hover{ background-color: #0288c9; color: #fff; border-color: #0288c9;}

/* 政策法规 */
.zcfg{ padding-top: 60px; padding-bottom: 60px;}
.zcfg .type{ justify-content: flex-start;}
.zcfg .type a{ margin-right: 20px; padding: 10px 34px; background-color: #f0f0f0; color: #333; font-size: 18px;}
.zcfg .type a.active{ background-color: #0288c9; color: #fff; font-weight: bold;}
.zcfg .list{ margin-top: 10px;}
.zcfg .list .item{ padding: 35px 0; font-size: 18px; color: #333;transition: color .7s;}
.zcfg .list .item:not(:last-child){ border-bottom: 1px solid #e5e5e5;}
.zcfg .list .name{ padding-left: 50px; max-width: 70%; background: url(../img/zcfgicon.png) no-repeat left center;}
.zcfg .list .item:hover{ color: #0288c9; border-color: #0288c9;}
.zcfg .list .item:hover .name{ font-weight: bold;}
.zcfg .list .date{ white-space: nowrap;}

/* 联系我们 */
.lxwm{ padding-top: 60px; padding-bottom: 60px;}
.lxwmtop{ align-items: unset;}
.lxwmtop .fl{ width: 40.25%;}
.lxwmtop .fr{ width: 56.25%; padding: 40px; border: 1px solid #eeeeee; box-sizing: border-box;}
.lxwmtop .fl .sm{ padding: 40px; border: 1px solid #eeeeee; background: url(../img/lxwmbg.jpg) no-repeat center;}
.lxwmtop .fl .name{ padding-bottom: 20px; font-size: 20px; font-weight: bold; color: #333; border-bottom: 1px solid #eeeeee;}
.lxwmtop .fl .tel{ margin-top: 40px;}
.lxwmtop .fl .tel p{ justify-content: flex-start; font-weight: bold; color: #333;}
.lxwmtop .fl .tel p img{ margin-right: 5px;}
.lxwmtop .fl .tel div{ color: #f07129; font-size: 40px; font-family: 'din-bd';}
.lxwmtop .fl .item{ line-height: 1.8; font-size: 16px;}
.lxwmtop .fr .name{ font-size: 24px; color: #333333;}
.lxwmtop .fr .item{ position: relative; z-index: 1; padding-left: 50px; margin-top: 21px; background-color: #f9f9f9; background-position: 20px 18px; background-repeat: no-repeat;}
.lxwmtop .fr .s1{ background-image: url(../img/lxwmicon1.png);}
.lxwmtop .fr .s2{ background-image: url(../img/lxwmicon2.png);}
.lxwmtop .fr .s3{ background-image: url(../img/lxwmicon3.png);}
.lxwmtop .fr .s4{ background-image: url(../img/lxwmicon4.png);}
.lxwmtop .fr .s5{ background-image: url(../img/lxwmicon5.png);}
.lxwmtop .fr .item span{ line-height: 50px; font-size: 16px; color: #333;}
.lxwmtop .fr .item input{ width: 70%; height: 50px; padding-right: 40px; border: 0 none; background-color: transparent; font-size: 16px; text-align: right;}
.lxwmtop .fr .item.message{ flex-wrap: wrap;}
.lxwmtop .fr .item.message textarea{ width: 100%; padding: 0 40px 0 0; border: 0 none; background-color: transparent; font-size: 16px; box-sizing: border-box; resize: none;}
.lxwmtop .fr .sub{ margin-top: 30px; width: 100%; height: 50px; background-color: #008bd3; color: #fff; font-size: 16px; border: 0 none; cursor: pointer; transition: opacity .7s;}
.lxwmtop .fr .sub:hover{opacity: 0.8;}

.map{ margin-top: 40px;}

/* 党建引领 */
.djyl{ padding-top: 60px; padding-bottom: 60px; background: url(../img/djylbg.jpg) no-repeat center;}
.djyl .wrapper{ align-items: unset;}
.djyl .fl{ width: 26.38%;}
.djyl .fr{ width: 63.88%; margin-top: -40px;}
.djyl .fl .option{ padding-top: 30px;}
.djyl .fl .option .item{ margin-top: 10px; padding-left: 35px; line-height: 1.8; background: url(../img/djylicon1.png) no-repeat left center; font-size: 16px; color: #333;}
.djyl .fl .option .item.s2{ background: url(../img/djylicon2.png) no-repeat left center;}
.djyl .zbry{ margin-top: 30px;}
.djyl .zbry .tname{ font-size: 20px; font-weight: bold; color: #333; white-space: nowrap;}
.djyl .zbry .tname::after{ content: ''; width: calc(100% - 5em); height: 0; border-bottom: 1px solid #e5e5e5;}
.djyl .zbry .items .item{ margin-top: 25px; font-size: 16px;}
.djyl .zbry .items .item .name{ padding-left: 32px; line-height: 1.8; font-weight: bold; color: #333; background: url(../img/djylicon3.png) no-repeat left center;}
.djyl .zbry .items .item .sm{ margin-top: 5px; line-height: 30px;}
.djyl .ryswiper{ margin-top: 30px; padding-bottom: 30px;}

.djyl .ryswiper .swiper-slide{position: relative;overflow: hidden;}
.djyl .ryswiper .swiper-slide img{transition: transform .7s;}

.djyl .ryswiper .swiper-slide:hover img{transform: scale(1.08);}


.djyl .list1 .item{ align-items: unset; padding: 40px 0; border-bottom: 1px solid #e5e5e5;}
.djyl .list1 .pic{position: relative; overflow: hidden; width: 220px;}
.djyl .list1 .pic img{ width: 100%; aspect-ratio: 220/140; object-fit: cover;transition:transform .7s;}

.djyl .list1 .pic img:hover{ transform: scale(1.08);}
.djyl .list1 .nr{ width: calc(100% - 260px);}
.djyl .list1 .name{ font-size: 20px; color: #333; font-weight: bold;}
.djyl .list1 .sm{ margin-top: 10px; font-size: 16px; line-height: 24px;}
.djyl .list1 .other{ margin-top: 35px; color: #999999;}
.djyl .list1 .other .date{ font-size: 16px;}
.djyl .list1 .other .more{ padding-right: 20px; background: url(../img/arr-rt2.png) no-repeat right center;}
.djyl .list1 .item:hover{ border-color: #0288c9;}
.djyl .list1 .item:hover .other .more{ color: #0288c9; background-image: url(../img/arr-rt.png);} 
.djyl .list{ margin-top: 10px;}
.djyl .list .item{ padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.djyl .list .acname{ min-width: 60px; width: 60px; height: 60px; border: 1px solid #0288c9; box-sizing: border-box;}
.djyl .list .acname span{ width: 50px; height: 50px; padding: 5px; line-height: 1.2; font-size: 16px; background-color: #0288c9; color: #fff; box-sizing: border-box; text-align: center;}
.djyl .list .nr{ width: calc(100% - 85px);}
.djyl .list .nr .name{ width: 70%; font-size: 18px; color: #333; font-weight: bold;}
.djyl .list .nr .more{ padding-right: 20px; color: #999999; background: url(../img/arr-rt2.png) no-repeat right center;}
.djyl .list .sm{ margin-top: 10px;}
.djyl .list .item:hover{ border-color: #0288c9;}
.djyl .list .item:hover .more{ color: #0288c9; background-image: url(../img/arr-rt.png);} 

/* 产品服务 */
.cpfw{}
.service{ padding-top: 80px; padding-bottom: 50px; background: url(../img/servbg2.jpg) no-repeat center;}
.service .wrapper{ background: url(../img/servbg.png) no-repeat 260px 0;}
.service .servt{ align-items: flex-start;}
.service .servt .txt{ width: 50%; line-height: 2; font-size: 16px; color: #333;}
.servlist{ justify-content: flex-start; align-items: unset; margin-top: 75px;}
.servlist .item{ position: relative; z-index: 1; width: calc(12.5% - 26px); height: 200px; border: 1px solid #fff; border-radius: 10px; background-color: #fff; background-image: linear-gradient(135deg, transparent 50%, rgba(0,139,211,0.08)); box-shadow: 1px 1px 10px rgba(212, 212, 212, 0.5);}
.servlist .item .icon{width: 100px;}

.servlist .item .s1{ display: block;}
.servlist .item .s2{ display: none;}
.servlist .item:not(:last-child){ margin-right: 26px;}
.servlist .item .name{ margin-bottom: 22px; font-size: 22px; font-weight: bold; color: #333;}
/* .servlist .item i{ position: absolute; top: 0; left: 0; z-index: 10; width: 60px; height: 60px; background: linear-gradient(135deg, #0288c9 20%, transparent 50%); border-top-left-radius: 10px; color: #fff; padding-left: 8px; padding-top: 10px; font-family: 'din-lt';} */
.servlist .item i{ position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%;box-sizing: border-box; background: url(../img/servicon-bg.png) transparent no-repeat -28px -28px; border-top-left-radius: 10px; color: #fff; padding-left: 8px; padding-top: 10px; font-family: 'din-lt';pointer-events: none;}
.servlist .item:hover,.servlist .item.active{ background-image: unset;}

.servlist .item:hover .s1,.servlist .item.active .s1{ display: none;}
.servlist .item:hover .s2,.servlist .item.active .s2{ display: block;}

.servlist .item:hover i,.servlist .item.active i{ box-shadow: 3px 3px 10px #fff inset;}


.servtab{ padding: 50px 0 70px; background: url(../img/servbg1.png) #f9f9f9 no-repeat center;}
.servtab .tabtitle .name{padding-left: 42px; background: url(../img/servtab_i.png) transparent no-repeat center left; font-size: 24px; font-weight: bold; color: #ef6e28;}
.servtab .tabtitle .tabtxt{ margin-top: 20px;}
.servtab .tabtitle .txt{ max-width: 810px; font-size: 16px; color: #333;}
.servtab .tabtitle .btn{ margin-left: 40px; min-width: 180px; width: 180px; height: 50px; background-color: #ef6e28; border-radius: 3px; color: #fff; font-size: 18px; font-weight: bold; cursor: pointer;transition:transform .7s;}
.servtab .tabtitle .btn img{ margin-left: 10px;}
.servtab .tabtitle .btn:hover{transform: scale(1.08);}

.servtab .tabnr{ margin-top: 35px; padding: 10px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(212, 212, 212, 0.5); box-sizing: border-box;}
.servtab .tabnr .item{ align-items: unset; min-height: 120px;}
.servtab .tabnr .item:not(:last-child){ margin-bottom: 10px;}
.servtab .tabnr .item .title{ background-color: #ebf0f4; border: 1px solid #e1e6eb; border-width: 1px 0 1px 1px;}
.servtab .tabnr .item .txt{ background-color: #ebf0f4; border: 1px solid #e1e6eb; border-width: 1px 1px 1px 0;}
.servtab .tabnr .item:nth-child(2n+2) .title{ background-color: #f8f0f0;}
.servtab .tabnr .item:nth-child(2n+2) .txt{ background-color: #f8f0f0;}
.servtab .tabnr .item:first-child{ border-radius: 10px 10px 0 0; overflow: hidden;}
.servtab .tabnr .item:last-child{ border-radius: 0 0 10px 10px; overflow: hidden;}
.servtab .tabnr .item .title{ justify-content: start; min-width: 240px; width: 224px; padding: 30px; box-sizing: border-box;}
.servtab .tabnr .item .title .icon{ min-width: 50px; width: 50px;}
.servtab .tabnr .item .title .cn{ font-size: 20px; color: #333;}
.servtab .tabnr .item .title .en{ color: #ccc;}
.servtab .tabnr .item .txt{  margin-left: 10px; width: 100%; padding: 30px 60px; box-sizing: border-box; font-size: 18px; color: #333;}

.fix{ position: fixed; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none;}
.fix .fixc{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; width: 800px; height: 560px; background-color: #fff; border-radius: 20px; margin: auto; padding: 60px 80px; box-sizing: border-box;}
.fix .fixc .close{ position: absolute; top: 0; right: 0; z-index: 10; width: 75px; height: 75px; background: url(../img/closeicon.png) no-repeat center; cursor: pointer;}
.fix .name{ line-height: 1; font-size: 30px; color: #333;}
.fix .sm{ margin-top: 10px; line-height: 1.5; font-size: 16px; color: #999;}
.fix .fl{ width: 240px;}
.fix .ewm{ padding: 10px 10px 0 10px; border-radius: 3px; background-color: #f3f3f3;}
.fix .ewm p{ text-align: center; line-height: 30px; font-size: 16px;}
.fix .btn{ margin-top: 5px; width: 100%; height: 46px; background-color: #ef6e28; border-radius: 3px; color: #fff; font-size: 16px;}
.fix .nr{ position: relative; z-index: 1; margin-top: 35px;}
.fix .nr::after{ content: ''; position: absolute; left: 50%; top: 0; z-index: 10; width: 0; height: 100%; border-left: 1px dashed #999999;}
.fix .tel{ padding-left: 70px; background: url(../img/telicon.png) no-repeat left center;}
.fix .tel p{ font-size: 18px; color: #999999;}
.fix .tel div{ font-size: 28px; color: #333; font-family: 'din-mm';}
.fix .people{ margin-top: 35px;}
.fix .people dt{ margin-bottom: 10px; padding-left: 25px; font-size: 18px; color: #999999; background: url(../img/peopleicon.png) no-repeat left center;}
.fix .people dd{ justify-content: flex-start; font-size: 16px; padding-top: 8px; line-height: 2; font-weight: bold; color: #333; border-bottom: 1px solid #e5e5e5;}
.fix .people dd span{ margin-right: 25px;}
.fix .people dd p{ font-family: 'din-mm'; font-size: 20px;}


/* 新闻资讯 */
.news{ max-width: 1240px; margin: 60px auto; padding: 0 20px; box-sizing: border-box;}
.news .newtop{ align-items: unset; padding: 20px 0;}
.news .newtop .pic{ position: relative; z-index: 1; width: 60%; height: inherit; overflow: hidden;}
.news .newtop .pic img{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.news .newtop .list{ width: 40%;}
.news .newtop .item{ position: relative; z-index: 1; align-items: flex-start; height: 156px; padding: 25px 40px 25px 30px; box-sizing: border-box; background-color: #f6f6f6;}
.news .newtop .item:not(:last-child){ border-bottom: 1px solid #e5e5e5;}
.news .newtop .date{ line-height: 0.8; font-size: 18px; color: #999999;}
.news .newtop .name{ margin-top: 10px; line-height: 22px; font-size: 18px; color: #333;}
.news .newtop .more{ justify-content: flex-start; margin-top: 18px; color: #999; padding-right: 22px; background: url(../img/arr-rt2.png) no-repeat right center;}
.news .newtop .item.active{ background-color: #0288c9; border-color: #0288c9;}
.news .newtop .item.active::after{ content: ''; position: absolute; top: calc(50% - 12px); right: 100%; z-index: 10; border-width: 12px 12px; border-style: solid; border-color: transparent #0288c9 transparent transparent;}
.news .newtop .item.active .date{ color: rgba(254, 254, 254, 0.6);}
.news .newtop .item.active .name{ color: #fff;}
.news .newtop .item.active .more{ color: #fff; background-image: url(../img/arr-rt1.png); background-size: 11px auto;}
.newlist{ margin: 20px 0 10px; border-top: 1px solid #e5e5e5;}
.newlist .item{ align-items: flex-start; padding: 25px 0 28px; border-bottom: 1px solid #e5e5e5;}
.newlist .item .date{ width: 140px; white-space: nowrap; font-size: 19px; color: #333;}
.newlist .item .nr{ width: calc(100% - 140px);}
.newlist .item .name{ padding-right: 50px; font-size: 18px; color: #333333; background: url();}
.newlist .item .sm{ margin-top: 5px; color: #999999;}
.newlist .item:hover .name{ background: url(../img/arr-rt3.png) no-repeat right center / 14px auto;}
.newlist .item:hover{ border-color: #0288c9;}

/* 公司公告 */
.gsgg{ width: 1200px; height: 701px; padding: 1px 0; margin: 80px auto; background: url(../img/gsggbg.png) no-repeat center;}
.ggswiper{ width: 994px; margin: 144px auto 0; padding-bottom: 68px;}
.ggswiper .btn{ position: absolute; bottom: 0; left: 0; z-index: 10; width: 100%;}
/*.ggswiper .swiper-wrapper{ justify-content: center;}*/
.ggswiper .button{ width: 40px; height: 40px; border: 2px solid #fff; background-color: #0288c9; border-radius: 50%; cursor: pointer;}
.ggswiper .button>div{height: 100%;}

.ggswiper .btn .prev.swiper-button-disabled,
.ggswiper .btn .next.swiper-button-disabled{ background-color: #c8c8c8; pointer-events: none;}
.ggswiper .swiper-pagination{ position: unset; width: auto; margin: 0 10px;}
.ggswiper .swiper-slide{ justify-content: flex-start; align-items: flex-start; height: 430px; border: 1px solid #bbbbbb; box-sizing: border-box; border-radius: 15px; padding: 30px;background: url(../img/gsggbg1.png) no-repeat top center;}
.ggswiper .date{ justify-content: flex-start; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5;}
.ggswiper .date i{ margin: 0 8px; color: #e5e5e5;}
.ggswiper .date p{ font-size: 16px; color: #333; font-family: 'din-bd';}
.ggswiper .name{ margin-top: 25px; line-height: 30px; font-size: 22px; color: #333; -webkit-line-clamp: 3; font-weight: bold;}
.ggswiper .sm{ margin-top: 20px; height: 144px; line-height: 24px; font-size: 16px; -webkit-line-clamp: 6; text-align: justify;}
.ggswiper .more{ margin-top: 30px; color: #999; padding-right: 20px; background: url(../img/arr-rt2.png) no-repeat right center;}
.ggswiper .swiper-slide:hover .more{ color: #0288c9; background-image: url(../img/arr-rt.png);}

/* detail */
.detail{ padding: 60px 0;width:900px;}
.detail .title{ text-align: center; font-size: 24px; color: #333; font-weight: bold;}
.detail .addtime{ text-align: center; color: #bbb;}

.detail .title_new{
    font-size: 20px;
    text-align: center;
    color: #333;
    padding: 10px 0px;
}










