@charset "utf-8";


/* header&foot */
main{-webkit-transition:-webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;transition:transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;overflow: hidden;}
body.active main{transition-delay:0.1s;-webkit-transform: translate3d(-30vw, 0px, 0px);transform: translate3d(-30vw, 0px, 0px)}
header{ width: 100%; height:90px; background: #fff; position: fixed; z-index: 9;    left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; transition: 0.5s;}
header.active{transform: translateY(-100%);}
.logo{ width: 55px; margin-left: 30px; }
.logo a{display: block; width:100%; }
.logo a img{display: block;width: 100%;}

.menubox{ text-align: center;  height: 100%; display: flex; justify-content:space-between; }
.menubox a{ overflow: hidden; height:100%; display: flex;align-items: center; transition: 0.3s;font-size: 16px; transition: 0.3s;padding: 0 24px;  color: #333; height: 100%; position: relative; font-weight: bold;}
.menubox a:hover{color: #288dff;}
.menubox a i{width: 0px; height: 2px;  position: absolute; left: 50%; margin-left: -32px; bottom: 30px; transition: 0.3s; background: #288dff;}
.menubox a.on i{ width: 64px;}
.menubox a.on{color: #288dff; font-weight: bold; }
.menubox a:nth-child(4) i{ margin-left: -55px;}
.menubox a:nth-child(4).on i{ width: 110px; }


.head_r{display: flex;  align-items: center; height: 100%; margin-right: 90px;}
.denglu{ width: 58px; height: 34px; text-align: center; line-height: 34px; border-radius:34px;background: #288DFF; color: #fff; transition: 0.3s; display: flex; align-items: center; justify-content: center;font-size: 14px; margin-left: 20px;}
.denglu:hover{background: #E30001; color: #fff;}
.dengluhou{width: 90px; color: #288DFF; transition: 0.3s; margin-left: 20px; font-size: 14px; display: flex; align-items: center; cursor: pointer; }
.dengluhou::after{content: "\e7ae";  display: block;}
.dengluhou i{display: block; width: calc(100% - 14px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}

.yuyan{display: flex;align-items: center; margin-left: 20px; }
.yuyan em{width:16px; display: block;}
.yuyan em img{display: block; width: 100%;}
.yuyan i{margin-left: 3px; line-height: 1; transition: 0.3s; color: #666;}
.yuyan:hover i{color:#E30001;}

.member-service{font-size: 14px; color: #666; display: flex;align-items: center; line-height: 1; transition: 0.3s;}
.member-service:before{content: "\e67e"; font-size: 16px; display: block;margin-right: 3px;}
.member-service:hover{color: #e30001;}

.mBtn{ width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; cursor: pointer; position: fixed; right: 30px; top: 25px; z-index: 9999999;  transition: 0.5s; border-radius: 2px; background: #E30001;}
.mBtn span{ display: block;  width: 26px;}
.mBtn span i{width: 100%; height: 3px; background: #fff; display: block; margin: 0 auto;  margin-top: 5px; transition: 0.5s;}
.mBtn span i:first-child{margin-top: 0;}
30

.mBtn.mActive{background: #E30001;}
.mBtn.mActive span i{ background: #fff;}
.mBtn.mActive span i:nth-child(1){transform: rotate(45deg) translateY(5px) translateX(5px);}
.mBtn.mActive span i:nth-child(2){transform: rotate(-45deg) translateY(-1px) translateX(1px);}
.mBtn.mActive span i:nth-child(3){ width: 4px;}

.m_menu{width:30vw; height: 100vh; position: fixed; z-index: 999999; right: -30vw; top:0; background:#288DFF; background-size: cover; -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  display: flex; justify-content: center; flex-wrap: wrap; align-items: center; align-content: center;}
.m_menu.active{right: 0; }
.blackbg{width: 100%;height: 100%; position: fixed; z-index: 98; right: 0; top: 0; background: rgba(0,0,0,.6); opacity: 0;pointer-events: none; transition: 0.5s ease-in-out 0.1s; }
.blackbg.active{opacity: 1;}

.mlogo{width: 64px; }
.mlogo a{display: block; width: 100%;}
.mlogo img{display: block; width: 100%;}
.mnav{width: calc(100% - 60px); margin: 0 auto; display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap; margin-top: 20px; }
.mnav a{color: #fff; font-size: 20px; font-weight: bold; width: 100%; margin-top: 20px; transition: 0.3s; display: block;}
.mnav a:hover{color: rgba(255,255,255,.6);}
.nav-login{margin-top: 30px; width: 100%;}
.nav-login a{display:block; width: 130px; height: 36px;  background:#fff; border-radius:36px; margin:0 auto; color:#288DFF; line-height:36px; text-align:center; font-size:16px; }
.o-nav{display: flex; align-items:center;margin-top: 20px; }
.o-nav a{color: #fff;  transition:0.3s }
.o-nav i{display: block; width: 1px; height: 14px; background:rgba(255, 255, 255, .4);margin: 0 10px;}
.o-nav a:hover{color: rgba(255,255,255,.6);}

.nav-login-success{margin-top: 30px; width: 100%;}
.nav-login-success a{width:120px; height: 32px; display:flex; align-items:center; justify-content:space-between; margin:0 auto; color:#fff;  font-size:16px; border-bottom:1px #fff solid; }
.nav-login-success a i{display:block; width:calc(100% - 14px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.nav-login-success a::after{content: "\e7ae"; display: block; font-size: 14px;}



footer{ width: 100%;background:#288dff; color: #fff;}
.foot_width{width: 1400px; margin: 0 auto; }


.foot_nav{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 50px 0;}
.foot_logo{width: 64px;}
.foot_logo img{width: 64px; display: block;}
.footnav_box{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.footnav_box dt{margin-bottom: 30px; font-size: 16px; font-weight: bold;}
.footnav_box dt a{font-size:16px; color: #fff;}
.footnav_box dt a:hover{text-decoration: underline; }
.footnav_box dd{color: rgba(255,255,255,.7);  margin-top: 10px;}
.footnav_box dd a{ color: rgba(255,255,255,.7); }
.footnav_box dd a:hover{text-decoration: underline;  color: #fff;}

.guanzhu{width: 280px; display: flex; justify-content: space-between;}
.guanzhu span{display: block; width: 130px; text-align: center;}
.guanzhu span em{display: block; background: #fff; box-sizing: border-box; width: 100%; padding: 4px; border-radius: 6px; overflow: hidden;}
.guanzhu span em img{width: 100%;display: block;}
.guanzhu span p{margin-top: 6px;}




.foot_last{ display: flex; align-items: center;justify-content: space-between; flex-wrap: wrap; border-top: 1px rgba(255,255,255,.4) solid; padding: 40px 0;}
.banquan{width: calc(100% - 260px);}
.banquan a{ color: #fff;}
.banquan a:hover{text-decoration: underline; }

.links{position: relative; width: 200px;}
.link_btn{width: 100%; height: 32px; box-sizing: border-box; cursor: pointer; border: 1px #fff solid; border-radius: 6px; display: flex; justify-content:space-between; align-items: center; font-size: 14px; line-height: 1; padding: 0 10px; transition: 0.5s;}
.link_btn::after{content: "\eb87"; font-size: 12px;}
.link_btn.active{ border: 1px #fff solid; background: #fff; color: #288DFF;}
.link_btn.active::after{content: "\eb88";}

.link_box{position: absolute; width: 100%;background: #fff; left: 0; bottom: 42px; border-radius: 6px; box-shadow: 0 0 10px rgba(0,0,0,.3); box-sizing: border-box; display: none; }
.link_box a{display: block;line-height: 50px; box-sizing: border-box; padding:0 16px; transition: 0.5s;}
.link_box a:nth-child(2n){background: #eee;}
.link_box a:hover{background: #E30001; color: #fff;}




/* 首页 */
.banner{ width:100%;  position: relative;  }

.banner_swiper{width: 100%;height: 100%;}
.banner_swiper .swiper-slide{width: 100%; height: 100%; overflow: hidden;}

.ban_bg{width: 100%; height: 100vh; background-size: cover; position: relative; transform: scale(1.6); transition: 1.8s; }
.banner01{background: url(../img/banner_bg_01.jpg) no-repeat center;background-size: cover;}
.banner02{background: url(../img/banner_bg_02.jpg) no-repeat center;background-size: cover;}
.banner03{background: url(../img/banner_bg_03.jpg) no-repeat center;background-size: cover;}

.bn_tx{width:1400px; position: absolute; left:50%; margin-left: -700px; top: 50%; transform: translateY(-50%); color: #fff; }
.bn_tx h1{font-size: 42px;font-weight: bold; color: #fff; transform: translateX(-200px); transition: 1s ease-in-out;opacity: 0; text-shadow: 0 0 10px rgba(0,0,0,.6);}
.bn_tx h1::after{content: ""; display: block; width: 80px; height: 2px; background: #fff; margin-top: 20px;}
.bn_tx h2{color: #fff; width: 800px; text-align: justify;line-height: 1.8; margin-top: 40px; font-size: 16px; transform: translateX(-200px); transition: 1s ease-in-out 0.1s;opacity: 0; text-shadow: 0 0 10px rgba(0,0,0,.6);}
.bn_tx h3{transform: translateX(-200px); transition: 1s ease-in-out 0.2s;opacity: 0; margin-top: 60px;}
.bn_tx h3 a{ width: 134px; height: 46px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 2px #fff solid; border-radius: 0 0 24px 0; color: #fff; transition: 0.3s; font-size: 14px; line-height: 1;  }
.bn_tx h3 a::after{content: "\e699"; display: block; margin-left: 10px;}
.bn_tx h3 a:hover{background: #E30001; border: 2px #E30001 solid; }

.banner_swiper .swiper-slide-active .bn_tx h1{transform: translateY(0); opacity: 1;}
.banner_swiper .swiper-slide-active .bn_tx h2{transform: translateX(0);opacity: 1;}
.banner_swiper .swiper-slide-active .bn_tx h3{ transform: translateX(0);opacity: 1;}
.banner_swiper .swiper-slide-active .ban_bg{ transform: scale(1);}






.btns{width: 1400px; height: 76px; position: absolute; left: 50%; margin-left: -700px; bottom: 0; z-index: 2;}
.num_swiper{width: 90px; height: 76px; background: #288dff; color: #fff; position: absolute; left: 0; top: 0;}
.num_swiper .swiper-slide{display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; font-size: 40px; font-weight: bold;}

.buttons{width: 340px; height: 76px; left: 90px; top: 0; background: #f0f0f0; position: absolute; --swiper-navigation-size: 0;}

.banner_swiper .swiper-pagination{ width: calc(100% - 40px); left: 0;  bottom: auto; height: 10px!important; top: 50%; transform: translateY(-100%);  }
.banner_swiper .swiper-pagination-bullet{ width:10px;height: 10px; border-radius:50%; opacity: 1; border:1px #a8a8a8 solid;  box-sizing: border-box; background:#a8a8a8; }
.banner_swiper .swiper-pagination-bullet-active{background:#fff; border: 1px #288dff solid;}

.banner_swiper .swiper-button-next{color: #666; font-size: 18px; transition: 0.3s; right: 40px;  }
.banner_swiper .swiper-button-next::before{content: "\e84f";}
.banner_swiper .swiper-button-next:hover{ color: #e30001;}
.banner_swiper .swiper-button-prev{ color: #666; font-size: 18px; transition: 0.3s; right: 14px; left: auto; }
.banner_swiper .swiper-button-prev::before{content: "\e850";}
.banner_swiper .swiper-button-prev:hover{ color: #e30001;}

.mouse{width: 16px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);animation: arrow 0.8s infinite;animation-direction:alternate}
.mouse img{display: block; width: 100%;}

@keyframes arrow
{
  from {transform: translateY(6px);}
  to {transform: translateY(-6px);}
}





.notice{width: 100%; height: 80px; background: #fff;}
.notice_w{width: 1400px; margin: 0 auto; display: flex;align-items: center; justify-content: space-between;height: 100%;}
.notice_left{ width: calc(100% - 70px); display: flex; align-items: center; height: 100%;}
.notice_left i{display: flex;align-items: center; font-size: 18px; font-weight: bold; color: #E30001; line-height: 1;}
.notice_left i::before{content: "\e60e"; display: block; margin-right: 8px;}
.notice_left a{ width: calc(100% - 140px); color: #666;display: block; margin-left: 20px; transition: 0.5s;word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.notice_left a:hover{color: #E30001;}

.notice_more{ }
.notice_more a{ font-size: 16px; font-weight: bold; display: flex; align-items: center; transition: 0.5s; }
.notice_more a::after{content: "\e609"; font-size: 18px; display: block; margin-left: 8px;}
.notice_more a:hover{color: #E30001;}


.index_title{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.index_title h1{font-weight:bold; font-size: 36px; line-height: 1;}
.index_title .more{display: flex; align-items: center; font-size: 16px; font-weight: bold;transition: 0.5s;}
.index_title .more::after{content: "\e609"; font-size: 18px; display: block; margin-left: 8px;}
.index_title .more:hover{color: #E30001;}
.title_bai h1{color: #fff;}
.title_bai .more{color: #fff;}



.index_news{width: 100%; overflow: hidden; background:#f0f0f0; padding: 60px 0;}
.index_news_width{width: 1400px; margin: 0 auto;}

.search_box{ display: flex; align-items: center;  height: 36px; }
.soubox{ width: 300px; height: 100%;background: #fff;}
.soubox form{display: flex; align-items: center; justify-content: space-between; height: 100%;}
.soubox span{display: flex; align-items: center; justify-content: space-between; width: calc(100% - 70px);  }
.soubox i{display: block; color: #aaa;  margin-top: 1px; margin-left: 10px;}
.soubox i::before{content: "\eb86";}
.soubox input[type='text']{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 100%;
	width: calc(100% - 30px);

}
.soubox input[type='text']::placeholder{color: #aaa;}
.soubox input[type='submit']{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	height: 100%;
	width:60px;
	background: #288dff;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
}
.soubox input[type='submit']:hover{ background: #E30001;}
.more_zixun{width: 100px; height: 36px; display: block; background: #288DFF; color: #fff; text-align: center; line-height: 36px; margin-left: 20px; transition: 0.5s;}
.more_zixun:hover{background: #E30001;}

.news_box{margin-top: 50px; display: flex; justify-content: space-between; width: 100%;}
.news_left{width: calc(33.3333% - 20px); background: #fff; box-sizing: border-box; padding: 30px; position: relative;  display: flex; flex-wrap: wrap; align-content: space-between;}
.news_list{width: 100%;}
.news_list a{display: block; width: 100%;}
.news_list em{display: block; width: 100%; height: 20vh; overflow: hidden;}
.news_list em img{display: block; width: 100%; height: 100%; transition: 0.3s;}
.news_list h1{ color: #999; margin-top: 20px;}
.news_list h2{font-size: 18px; font-weight: bold;margin-top: 10px; word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; transition: 0.3s;}
.news_list h3{margin-top: 10px; color: #999; line-height: 1.6; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.news_list h4{margin-top: 20px; transition: 0.3s; display: none;}
.news_list:hover h2{ color: #E30001;}
.news_list:hover h4{ color: #E30001;}
.news_list:hover em img{transform: scale(1.1);}

.news_swiper{width: 100%;}

.news_btn{ position:relative; width: 100%;height: 30px;left: 0; bottom: 0;--swiper-navigation-size: 0; margin-top: 30px;}
.news_left .swiper-pagination{  text-align: right; }
.news_left .swiper-pagination-bullet{ width:8px; height: 8px; border-radius:50%; opacity: 1;  background:#d0d0d0; }
.news_left .swiper-pagination-bullet-active{background:#000; }

.news_left .swiper-button-next{color: #aaa; font-size: 14px; transition: 0.3s; left: 0; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.news_left .swiper-button-next::before{content: "\e84f";}
.news_left .swiper-button-next:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}
.news_left .swiper-button-prev{ color: #aaa; font-size: 14px; transition: 0.3s; left: 40px; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.news_left .swiper-button-prev::before{content: "\e850";}
.news_left .swiper-button-prev:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}


.news_center{width: calc(33.3333% - 20px); display: flex; flex-wrap: wrap; align-content: space-between;}
.news_center span{display: block; background: #fff; width: 100%;height: calc(50% - 15px); transition: 0.5s;}
.news_center span a{ display: flex;flex-wrap: wrap; align-content: space-between; width: 100%;height: 100%; box-sizing: border-box; padding: 30px;}
.news_center span em{display: block; width: 100%;}
.news_center span h1{ color: #999; }
.news_center span h2{font-size: 18px; font-weight: bold;margin-top: 10px; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; }
.news_center span h3{margin-top: 10px; color: #999; line-height: 1.6;  white-space:nowrap;overflow: hidden;text-overflow:ellipsis; }
.news_center span h4{margin-top: 20px; }
.news_center span:hover{background: #288DFF;}
.news_center span:hover h1{ color: #fff;}
.news_center span:hover h2{ color: #fff;}
.news_center span:hover h3{ color: #fff;}
.news_center span:hover h4{color: #fff;}

.news_right{width: calc(33.3333% - 20px); display: flex; flex-wrap: wrap; align-content: space-between; background: #000; box-sizing: border-box; }
.news_right a{display: flex; flex-wrap: wrap; align-content: flex-end; width: 100%;height: 100%; box-sizing: border-box; padding: 30px;}
.news_right h1{ color: #fff; width: 100%; }
.news_right h2{font-size: 18px; font-weight: bold;margin-top: 10px;   color: #fff; transition: 0.3s; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; }
.news_right h3{margin-top: 20px; color: #999; line-height: 1.6; color: rgba(255,255,255,.6);}
.news_right h4{margin-top: 20px; color: #fff; transition: 0.5s; }
.news_right:hover h4{ margin-top: 50px;}


.xm_box{width: 100%; height: 86vh; position: relative;}
.xm_width{ width: 1400px;  position: absolute;  left: 50%; top: 0; margin-left: -700px; z-index: 2; height: 100%;  }

.xm_title_box{  background: #288DFF;box-sizing: border-box; padding: 30px; color: #fff; position: absolute; left: 0; top: 0; z-index:3; }
.xm_title_box h1{ font-size: 36px; font-weight: bold;}
.xm_title_box h2{font-size: 20px; margin-top: 8px; display: flex; align-items: center;}
.xm_title_box h2 i{display: block; width: 6px; height: 6px; border-radius: 50%;background: #fff; margin: 0 8px;}
.xm_title_box a{color: #fff; display: block; position: relative;  height: 19px; margin-top: 100px; }
.xm_title_box a i{display: block;position: absolute; z-index: 2; left: 0; top: 0;}
.xm_title_box a::after{content: ""; display: block; width: 56px;height: 3px; background: #E30001; position: absolute; left: 0; bottom: 0; z-index: 1;transition: 0.5s;}
.xm_title_box a:hover::after{ width: 80px; }

.xm_swiper{ width: 100%;height: 100%; }
.xmcon{ width: 100%; height: 100%; position: relative;}


.xmtx_swiper{width:calc(100% - 400px); height: calc(100% - 60px); position: absolute; right: 0;  top: 60px; color: #fff; z-index:1; }
.xmtx_box{ width: 100%;}
.xmtx_box h1{font-size: 26px;font-weight: bold;}
.xmtx_box h1::after{content: "";display: block; width: 36px; height: 5px; background: #fff; margin-top: 10px;}
.xmtx_box h2{ text-align: justify;font-size: 16px; line-height: 1.6; margin-top: 20px;}
.xmtx_box a{ width: 134px; height: 42px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 2px #fff solid;  color: #fff; transition: 0.3s; font-size: 14px; line-height: 1;  margin-top: 60px; }
.xmtx_box a::after{content: "\e609"; display: block; margin-left: 10px;}
.xmtx_box a:hover{background: #E30001; border: 2px #E30001 solid; }
.xm1{background: url(../img/xm_1.jpg) no-repeat center; background-size: cover;}
.xm2{background: url(../img/xm_2.jpg) no-repeat center; background-size: cover;}
.xm3{background: url(../img/xm_3.jpg) no-repeat center; background-size: cover;}
.xm4{background: url(../img/xm_4.jpg) no-repeat center; background-size: cover;}
.xm5{background: url(../img/xm_5.jpg) no-repeat center; background-size: cover;}
.xm6{background: url(../img/xm_6.jpg) no-repeat center; background-size: cover;}


.xm_navs{position: absolute; bottom: 60px; width:calc(100% - 400px); right: 0;  overflow: hidden;display: flex; justify-content: space-between;  align-items: flex-end; flex-wrap: wrap;  z-index:2;}
.xm_list{cursor: pointer; width: calc(16.6666% - 10px);   height: 140px; background: rgba(255,255,255,.7);  display: flex; justify-content: center; align-content: center; flex-wrap: wrap; transition: 0.5s;}
.xm_list h1{text-align: center; width: 100%; color: #000; font-size: 36px;transition: 0.5s;}
.xm_list:nth-child(1) h1::before{content: "\e628";}
.xm_list:nth-child(2) h1::before{content: "\e6ca";}
.xm_list:nth-child(3) h1::before{content: "\e612";}
.xm_list:nth-child(4) h1::before{content: "\e60b";}
.xm_list:nth-child(5) h1::before{content: "\e611";}
.xm_list:nth-child(6) h1::before{content: "\e643";}
.xm_list h2{font-size: 18px; font-weight: bold; margin-top: 10px;}
.xm_list.active{color: #fff; background: #288DFF; height: 180px; }
.xm_list.active h1{color: #fff;}

.xm_btn{ position: absolute; width: 40px;height:80px;  left: 0; bottom: 60px; --swiper-navigation-size: 0;}
.xm_width .swiper-pagination{  top: 30px; text-align: left; font-size: 12px; color: #fff;}
.xm_width .swiper-pagination .my-pagination-current{ color: #E30001; }


.xm_width .swiper-button-next{color: #fff; font-size: 24px; transition: 0.3s; left: 0; top: 10px; bottom: auto;  right: auto;  }
.xm_width .swiper-button-next::before{content: "\eb88";}
.xm_width .swiper-button-next:hover{ color: #E30001; }
.xm_width .swiper-button-prev{ color: #fff; font-size: 24px; transition: 0.3s; left:0; bottom: 10px; top: auto; right: auto; }
.xm_width .swiper-button-prev::before{content: "\eb87";}
.xm_width .swiper-button-prev:hover{ color: #E30001;}

.chengguo_huoban{background: #e3f5ff; overflow: hidden; padding-bottom: 60px;}

.index_chengguo{width: 1400px; margin: 0 auto; margin-top: 50px;}
.chengguo_box{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px;}

.cg_hot{width: calc(33.3333% - 15px);overflow: hidden; }
.cg_hot a{display: block; width: 100%;height: 100%;position: relative;}
.cg_hot span{position: absolute; left: 0; bottom: 0; z-index: 2; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0)); width: 100%; box-sizing: border-box; padding: 20px;}
.cg_hot span h1{display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 18px;transition: 0.5s;  transform: translateY(72px); }
.cg_hot span h1 i{display: block; width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.cg_hot span h1::after{content: "\eb88"; transition: 0.3s;}
.cg_hot span h2{font-size: 14px; color: rgba(255,255,255,.8); text-align: justify; margin-top: 20px;  line-height: 1.6;  position: relative; transform: translateY(72px); transition: 0.5s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow:ellipsis; overflow: hidden;  min-height: 48px;}
.cg_hot:hover span h1{transform: translateY(0);}
.cg_hot:hover span h1::after{content: "\eb87";}
.cg_hot:hover span h2{transform: translateY(0);}

.cg_item{ width: calc(66.6666% - 15px); display: flex; flex-wrap: wrap; justify-content: space-between; align-content: space-between;overflow: hidden;}
.cg_list{width: calc(50% - 15px); margin-top: 30px; overflow: hidden;}
.cg_list:nth-child(1){margin-top: 0;}
.cg_list:nth-child(2){margin-top: 0;}
.cg_list a{display: block; width: 100%;height: 100%; position: relative;}
.cg_list em{display: block; width: 100%;}
.cg_list em img{display: block; width: 100%;}
.cg_list span{position: absolute; left: 0;bottom: 0;   z-index: 2; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0)); width: 100%;box-sizing: border-box; padding: 20px; transition: 0.5s;}
.cg_list span h1{display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 18px; }
.cg_list span h1 i{display: block; width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.cg_list span h1::after{content: "\eb88";}
.cg_list span h2{font-size: 14px; color: rgba(255,255,255,.8); text-align: justify; margin-top: 20px; min-height: 48px;  line-height: 1.6;position: relative; margin-bottom: -72px; transition: 0.5s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow:ellipsis; overflow: hidden;}
.cg_list:hover span h1::after{content: "\eb87";}
.cg_list:hover span h2{margin-bottom: 0;}

.index_huoban{ width: 1400px; margin: 0 auto; margin-top: 60px;}
.huoban_box{display: flex;  justify-content: space-between; flex-wrap: wrap; margin-top:50px;}
.huoban_list{width: calc(25% - 20px); background: #fff;transition: 0.5s;}
.huoban_list a{display: flex; align-content: space-between; flex-wrap: wrap;  width: 100%; height: 100%;  }
.huoban_list em{display: block; width: 100%; overflow: hidden;}
.huoban_list em img{display: block; width: 100%; transition: 0.5s;}
.huoban_list span{display: block; width: 100%;   }
.huoban_list span dl{width: 100%;padding: 20px; box-sizing: border-box; }
.huoban_list span dt{ font-size: 18px; font-weight: bold;  height: 40px;}
.huoban_list span dd{color: #555; line-height: 1.6; margin-top: 14px; text-align: justify;}
.huoban_list p{box-sizing: border-box; padding:20px;}
.huoban_list:hover em img{transform: scale(1.1);}
.huoban_list:hover{background: #288DFF;}
.huoban_list:hover span{color: #fff;}
.huoban_list:hover p{color: #fff;}
.huoban_list:hover dd{color: #fff;}

.index_jiqun{width: 100%; overflow: hidden; background:url(../img/jiqunbg.jpg) no-repeat center; background-size: cover; padding: 60px 0;}
.index_jiqun_width{width: 1400px; margin: 0 auto;}
.jiqunbox{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}

.about_jiqun{width: 33.3333%; box-sizing: border-box; padding: 30px; background: #fff; display: flex; flex-wrap: wrap; align-content: space-between;}
.about_jiqun_t{width: 100%;}
.jiqun_title{font-size: 22px; font-weight: bold;}
.jiqun_info{text-align: justify; margin-top: 40px; line-height: 2; color: #888; font-size: 15px;}
.jiqun_more{margin-top: 50px; display: block; width: 90px; height: 34px; line-height: 34px;text-align: center; border: 1px #000 solid;  transition: 0.5s;}
.jiqun_more:hover{background: #E30001;border: 1px #E30001 solid; color: #fff;}

.jiqun_cg{width: 33.3333%;background: #f0f0f0; position: relative; box-sizing: border-box; padding: 30px;  display: flex; flex-wrap: wrap; align-content: space-between;}

.jccg_box{width: 100%;  position: relative; }
.cg_swiper{width: 100%; margin-top: 46px;}
.cg_swiper .swiper-slide{width: 100%; }
.cg_swiper .swiper-slide span{display: block;width: 100%; height: 100%; }
.cg_swiper .swiper-slide span a{display: block; }
.cg_swiper .swiper-slide span em{display: block; width: 100%; overflow: hidden;}
.cg_swiper .swiper-slide span em img{display: block; width: 100%; transition: 0.5s;}
.cg_swiper .swiper-slide span h1{ width: 100%; font-size: 16px; transition: 0.5s; text-align: justify; background: #fff; padding: 14px; box-sizing: border-box;}
.cg_swiper .swiper-slide span:hover img{transform: scale(1.1);}
.cg_swiper .swiper-slide span:hover h1{color: #E30001;}


.cg_btn{ width: 100%;height: 30px; --swiper-navigation-size: 0; position: relative; margin-top: 30px;}
.jiqun_cg .swiper-pagination{  text-align: right; }
.jiqun_cg .swiper-pagination-bullet{ width:8px; height: 8px; border-radius:50%; opacity: 1;  background:#d0d0d0; }
.jiqun_cg .swiper-pagination-bullet-active{background:#000; }

.jiqun_cg .swiper-button-next{color: #aaa; font-size: 14px; transition: 0.3s; left: 0; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.jiqun_cg .swiper-button-next::before{content: "\e84f";}
.jiqun_cg .swiper-button-next:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}
.jiqun_cg .swiper-button-prev{ color: #aaa; font-size: 14px; transition: 0.3s; left: 40px; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.jiqun_cg .swiper-button-prev::before{content: "\e850";}
.jiqun_cg .swiper-button-prev:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}

.jiqun_news{width: 33.3333%; box-sizing: border-box; padding: 30px; background: #fff; display: flex; flex-wrap: wrap; align-content: space-between;}

.jiqun_news_list{ margin-top: 40px;}
.jiqun_news_list a{display: block; width: 100%;}
.jiqun_news_list h1{ color: #999;}
.jiqun_news_list h2{font-size: 22px; margin-top: 16px; transition: 0.5s;}
.jiqun_news_list h3{color: #999; margin-top: 16px; line-height: 1.6;}
.jiqun_news_list:hover h2{color: #E30001;}

.index_qiye{width: 100%; overflow: hidden; background:url(../img/qiyebg.jpg) no-repeat center #f2f2f2; background-size: cover; padding: 80px 0;}
.index_qiye_width{width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.qiye_left{width: 30%;}
.mqiye_more{display: none!important;}
.qiye_left span{font-size: 18px; color: #666; margin-top: 60px; display: block;}
.qiye_left span p{margin-top: 20px;}
.qiye_left span i{color: #E30001; font-weight: bold; font-size: 24px;}

.qiye_left .qiye_more{ width: 134px; height: 46px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 2px #000 solid; border-radius: 0 0 24px 0; color: #000; transition: 0.3s; font-size: 14px; line-height: 1; margin-top: 60px; }
.qiye_left .qiye_more::after{content: "\e699"; display: block; margin-left: 10px;}
.qiye_left .qiye_more:hover{background: #E30001; border: 2px #E30001 solid; color: #fff; }

.qiye_r{width: 64%; height: 60vh; position: relative;}
.fuwubg{position: absolute; z-index: 1; height: 100%;background:url(../img/fuwubg.jpg) no-repeat center; background-size: cover;  width: 74%; right: 0; top: 0;}
.qiye_box{width: 70%;position: absolute; z-index: 2; height: calc(100% - 80px); background: #fff; left: 0; top: 40px; box-sizing: border-box; padding: 30px; display: flex; justify-content: space-between; ;}

.qiyetext{width: calc(50% - 30px); height: 100%;}
.qiye_swiper{width:100%; height: 100%;}
.qiye_swiper .swiper-slide{width: 100%;}
.qiye_swiper .swiper-slide span{display: flex; align-items: center; font-size: 16px; width: 100%;}
.qiye_swiper .swiper-slide span a{display: block; width: calc(100% - 5px); margin-left: 8px;word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; transition: 0.3s; color: #666;}
.qiye_swiper .swiper-slide span::before{content: ""; display:block; width: 5px; height: 5px; background: #999; border-radius: 50%; }
.qiye_swiper .swiper-slide span:hover a{color: #E30001;}
.qiye_swiper .swiper-slide span:hover::before{ background: #E30001;}

.img_swiper{ width: calc(50% - 30px);  height: 100%;}
.img_swiper a{display: block;  width: 100%;}
.img_swiper img{display: block; width: 100%; }

.qiye_btn{width: 25px; height: 100%; position: relative; --swiper-navigation-size: 0;}
.qiye_btn i{display: block; width: 1px; height: 100%; background: #dedede; position: absolute; z-index: 1; left: 12px; top: 0;}
.qiye_box .swiper-button-next{color: #aaa; font-size: 14px; transition: 0.3s; left: 0; top: 50%; margin-top: -20px;  width: 25px; height: 25px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #fff; }
.qiye_box .swiper-button-next::before{content: "\eb88";}
.qiye_box .swiper-button-next:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}
.qiye_box .swiper-button-prev{ color: #aaa; font-size: 14px; transition: 0.3s; left: 0; top: 50%; margin-top: 20px;  width: 25px; height: 25px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #fff;}
.qiye_box .swiper-button-prev::before{content: "\eb87";}
.qiye_box .swiper-button-prev:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}


.fy_banner{width: 100%;height: 60vh; position: relative;}
.fy_banner em{display: block; width: 100%;height: 100%; position: absolute; z-index: 1;}
.fy_banner span{display: block; width: 1400px; position: absolute; left: 50%; margin-left: -700px;top:50%; transform: translateY(-50%); z-index: 2; margin-top: 45px;}
.fy_banner span h1{font-size: 52px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,.4);}
.fy_banner span h2{font-size: 22px; color: rgba(255,255,255,.8); font-weight: bold; margin-top: 5px;}
.fy_banner span h3{color: #fff;font-size: 18px; display: flex; align-items: center; margin-top: 40px; animation: arrow1 0.8s infinite;animation-direction:alternate;}
.fy_banner span h3::before{content: "\e88b"; color: #E30001; font-size: 32px; display: block; margin-right: 8px;}
@keyframes arrow1
{
  from {transform: translateY(6px);}
  to {transform: translateY(-6px);}
}




.fy_title{display: flex; align-items: center; position: relative;}
.fy_title h1{display: flex; align-items: center; font-size: 28px; font-weight: bold;}
.fy_title h1::before{content: ""; display:block; width: 14px; height: 14px; box-sizing: border-box; border: 2px #288DFF solid; border-radius: 50%; margin-right: 10px;}
.lianxi_t h1{ color: #fff;}
.lianxi_t h1::before{ border: 2px #fff solid;}
.nei_kuai{ margin-top: 60px;}
.dahe{margin-top: 50px;}
.im_box{background: #288DFF;box-sizing: border-box; padding: 40px; }

.im_swiper{width: 100%;}
.zhongyao{background: #fff;box-sizing: border-box; padding: 20px;}
.zhongyao a{display: block; width: 100%;}
.zhongyao em{display: block; width: 100%; overflow: hidden;}
.zhongyao em img{display: block; width: 100%; transition: 0.5s;}
.zhongyao span{display: flex; align-content: space-between; flex-wrap: wrap;}
.zhongyao span dl{width: 100%;}
.zhongyao span dl dt{font-size: 18px; margin-top: 20px; font-weight: bold; transition: 0.5s;}
.zhongyao span dl dd{color: #999; margin-top: 10px;}
.zhongyao span p{margin-top: 30px; transition: 0.5s;}
.zhongyao:hover img{transform: scale(1.1);}
.zhongyao:hover p{color: #E30001;}

.im_btn{ position:relative; width: 100%;height: 30px;left: 0; bottom: 0;--swiper-navigation-size: 0; margin-top: 50px;}
.im_box .swiper-pagination{  text-align: right; }
.im_box .swiper-pagination-bullet{ width:8px; height: 8px; border-radius:50%; opacity: 1;  background:#fff; }
.im_box .swiper-pagination-bullet-active{background:#E30001; }

.im_box .swiper-button-next{color: #fff; font-size: 14px; transition: 0.3s; left: 0; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #fff solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.im_box .swiper-button-next::before{content: "\e84f";}
.im_box .swiper-button-next:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}
.im_box .swiper-button-prev{ color: #fff; font-size: 14px; transition: 0.3s; left: 40px; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #fff solid; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.im_box .swiper-button-prev::before{content: "\e850";}
.im_box .swiper-button-prev:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}

.ying{width: calc(100% - 30px); height: 10px; background: #87BFFF; margin: 0 auto;}





.qitahuoban{display: flex; flex-wrap: wrap;justify-content: flex-start; margin-top: 34px;}
.qitahuoban span{display: flex; align-items: center; justify-content: center; width: calc(25% - 12px); margin-top: 16px; margin-right: 16px; box-sizing: border-box;border: 1px #ccc solid; padding: 10px; transition: 0.5s;}
.qitahuoban span a{display: flex; align-items: center; justify-content: center; width: 100%;height: 100%;}
.qitahuoban span:nth-child(4n){margin-right: 0;}
.qitahuoban span img{display: block; width: 120px; height: 80px;}
.qitahuoban span:hover{box-shadow: 0px 0px 10px rgba(0,0,0,.2);}


.qiye{background: #fff;box-sizing: border-box; padding: 20px;}
.qiye a{display: block; width: 100%;}
.qiye em{display: block; width: 100%; overflow: hidden;}
.qiye em img{display: block; width: 100%; transition: 0.5s;}
.qiye span{display: block;box-sizing: border-box; padding: 20px 20px 0 20px; font-size: 18px;text-align: center;}
.qiye:hover img{transform: scale(1.1);}
.qiye:hover span{color: #E30001;}


.qitaqiye{display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 25px; }
.qitaqiye span{display: block; width: calc(33.3333% - 10px); margin-top: 15px;  margin-right: 15px; border: 1px #aaa solid;  transition: 0.5s; box-sizing: border-box;}
.qitaqiye span:nth-child(3n){ margin-right:0px;}
.qitaqiye span a{display: flex; align-items: center; justify-content:space-between; width: 100%;height: 100%; font-size: 16px; box-sizing: border-box; padding:14px 20px; color: #666;}
.qitaqiye span i{width: calc(100% - 20px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.qitaqiye span a::after{content: "\e850";display: block; font-size: 12px;}
.qitaqiye span:hover{border: 1px #288DFF solid; background: #288DFF;}
.qitaqiye span:hover a{color: #fff;}




.qiyename{ border-bottom: 1px #ddd solid; padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 60px;}
.qiyename h1{font-size: 32px;font-weight: bold; width: calc(100% - 100px);}
.qiyename a{ transition: 0.5s; display: flex; align-items: center; font-size: 14px; color: #888;}
.qiyename a::before{content: "\e600"; display: block; margin-right: 8px; font-size: 18px; margin-top: 2px;}
.qiyename a:hover{color: #E30001;}

.qiye_title{margin-top: 40px;font-size: 24px;font-weight: bold; color: #288DFF; display: flex; align-items: center;}
.qiye_title::before{content: "\e84a";display: block; margin-right: 6px;font-size: 14px;}

.qiye_info{color: #666; line-height: 1.8; text-align: justify; margin-top: 30px;}
.qiye_info img{max-width: 100%!important;height: auto!important;}

.lingyu{display: flex; justify-content: flex-start;flex-wrap: wrap;}
.lingyu span{display: block; width: calc(33.3333% - 20px); margin-top: 30px; margin-right: 30px;}
.lingyu span:nth-child(3n){margin-right: 0;}
.lingyu span em{display: block; width: 100%;}
.lingyu span em img{display: block; width: 100%;}
.lingyu span p{box-sizing: border-box; padding: 20px;text-align: center;font-size: 16px;background: #f0f0f0; word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; transition: 0.5s;}
.lingyu span:hover p{background: #288DFF; color: #fff;}


.news-nav{display: flex;  justify-content: space-between; margin-top: 60px; }
.news-nav a{font-size: 18px; font-weight: bold; color: #888; transition: 0.3s; width: calc(33.3333% - 20px); height: 50px; text-align: center; line-height: 50px; background: #eee; color: #666; display: block; border-radius: 50px;}
.news-nav a:hover{color: #fff; background: #288DFF;}
.news-nav a.on{color: #fff; background: #288DFF;}

.news{width: 100%; margin-top: 60px;}
.zixun_list{width: 100%; transition: 0.3s;}
.zixun_list:nth-child(odd){background: #f2f2f2;}
.zixun_list a{display: block; width: 100%; padding: 40px 0;}
.news_w{width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; height: 100%;}
.news_w dl dt{font-size: 42px;}
.news_w dl dd{font-size: 12px; color: #999;}
.news_w em{display: block; width: 320px;}
.news_w em img{display: block; width: 100%;}
.news_w span{display: block; width: calc(100% - 460px);}
.news_w span h1{font-size: 28px; margin-top: 6px;}
.news_w span h2{line-height: 1.6; color: #999; margin-top: 20px; text-align: justify;}
.news_w span b{color: #aaa;font-weight: normal;}
.zixun_list:hover{background: #288DFF;}
.zixun_list:hover dl{color: #fff;}
.zixun_list:hover dl dd{color: #fff;}
.zixun_list:hover b{color: rgba(255,255,255,.6);}
.zixun_list:hover h1{color: #fff;}
.zixun_list:hover h2{color: rgba(255,255,255,.6);}


/*分页样式*/ 
.pages{margin-top: 60px;  }
ul.yiiPager{ display: flex;  justify-content: center;}  
ul.yiiPager li{display:block; margin: 2px;}  
ul.yiiPager li a{ width: 40px; height: 40px; border-radius: 8px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; line-height: 1; border:#ddd solid 1px;color: #666; transition: 0.3s;}  
ul.yiiPager li a:hover{background:#288dff;border:#288dff solid 1px;color:#FFF;}
ul.yiiPager li.first a::before{content: "\e741";}
ul.yiiPager li.last a::before{content: "\e741"; transform: rotate(180deg);}
ul.yiiPager li.previous a::before{content: "\e642";transform: rotate(180deg); font-size: 18px;}
ul.yiiPager li.next a::before{content: "\e642"; font-size: 18px;}
ul.yiiPager li.selected a{background:#288dff;border:#288dff solid 1px;color:#FFF;}

.news_pages{width: 1400px; margin: 0 auto; margin-top: 60px;}


.news_show_title{text-align: center; margin-top: 60px; border-bottom: 1px #ddd solid; padding-bottom: 30px;}
.news_show_title h1{font-size: 28px;}
.news_show_title h2{margin-top: 30px; font-size: 14px;color: #999; display: flex;align-items: center; justify-content: center;}
.news_show_title h2 i{display: flex; align-items: center; margin:0 20px; line-height: 1;}
.news_show_title h2 i::before{display: block; margin-right: 6px;font-size: 16px;}
.news_show_title h2 i:nth-child(1)::before{content: "\e680";}
.news_show_title h2 i:nth-child(2)::before{content: "\e638";}


.bar{margin-top: 60px; display: flex; justify-content: space-between;}
.bar a{font-size: 16px; color: #666; line-height: 1; transition: 0.3s;background: #F2F2F2;}
.bar a:hover{background: #288DFF; color: #fff;}
.bar a.show_prev{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_prev::before{content: "\e84f";}
.bar a.show_prev i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}

.bar a.show_next{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_next::after{content: "\e850";}
.bar a.show_next i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; text-align: right;}

.bar a.back_list{display: flex;align-items: center; justify-content: center; width: 140px;}
.bar a.back_list::before{content: "\e675"; display: block; margin-right: 8px;font-size: 14px;}

.meeting-navs{margin-top: 60px; display: flex; justify-content: space-between;}
.meeting-navs a{width: calc(20% - 10px); text-align: center; border-bottom: 2px #eee solid; height: 50px; line-height: 50px; transition: 0.3s;}
.meeting-navs a:hover{color: #288DFF;border-bottom: 2px #288DFF solid;}
.meeting-navs a.on{background: #288DFF; color: #fff;border-bottom: 2px #288DFF solid;}
.meetnews{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 30px;}
.meet_list{width: calc(33.333% - 20px); margin-top: 30px; margin-right: 30px; background: #f2f2f2; transition: 0.5s;}
.meet_list:nth-child(3n){margin-right: 0;}
.meet_list a{display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 30px;}
.meet_list em{display: block; width: 100%; overflow: hidden;}
.meet_list em img{display: block; width: 100%; transition: 0.5s;}
.meet_list h1{color: #999; margin-top: 20px;}
.meet_list h2{font-size: 18px;font-weight: bold; margin-top: 10px;}
.meet_list h3{margin-top: 20px; color: #999;line-height: 1.6; text-align: justify;}
.meet_list:hover{background: #288DFF;}
.meet_list:hover img{transform: scale(1.1);}
.meet_list:hover h1{color: #fff;}
.meet_list:hover h2{color: #fff;}
.meet_list:hover h3{color: #fff;}

.box{width: 1400px; margin: 0 auto; }
.gongsi{padding: 60px 0; background: url(../img/jianjie.jpg) no-repeat center bottom; background-size: cover; overflow: hidden;}
.jieshao{ margin-top: 50px;}
.jieshao span{display: block; text-indent: 32px; line-height: 2; font-size: 16px; color: #666; margin-top: 20px; text-align: justify;}

.contact{padding: 60px 0; background:#1171dd; background-size: cover; overflow: hidden;}

.lianxibox{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}
.lianxibox span{display: block;background: linear-gradient(to top, #fff, rgba(255,255,255,.5));text-align: center; box-sizing: border-box; padding: 50px 20px; border-radius: 10px;}
.lianxibox span:nth-child(1){width:calc(25% - 20px);}
.lianxibox span:nth-child(2){width:calc(25% - 20px);}
.lianxibox span:nth-child(3){width:calc(50% - 20px);}
.lianxibox span i{display: block; text-align: center; font-size: 36px; color: #288dff;}
.lianxibox span:nth-child(1) i::before{content: "\e96c";}
.lianxibox span:nth-child(2) i::before{content: "\e605";}
.lianxibox span:nth-child(3) i::before{content: "\e62e";}
.lianxibox span h1{margin-top: 10px; color: #555;}
.lianxibox span h2{margin-top: 10px; font-size: 16px; word-break:break-all;}


.jiqun_banner{width: 100%;height: 100vh; position: relative;}
.jiqun_banner em{display: block; width: 100%;height: 100%; position: absolute; z-index: 1; background: url(../img/jiqun_banner.jpg) no-repeat center; background-size: cover;}
.jiqun_banner span{display: block; width: 1400px; position: absolute; left: 50%; margin-left: -700px;top:50%; transform: translateY(-50%); z-index: 2; text-align: center;}
.jiqun_banner span h1{font-size: 52px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,.4);}
.jiqun_banner span h1::after{content: ""; display: block; margin: 0 auto; width: 50px; height: 4px; background: #fff; margin-top: 10px;}
.jiqun_banner span h2{font-size: 28px; color:#fff; margin-top: 5px;text-shadow: 0 0 10px rgba(0,0,0,.4);margin-top: 10px;}
.jiqun_banner h3{color: #fff;font-size: 16px; width: 100%; position: absolute; left: 0; bottom: 60px; animation: arrow2 0.8s infinite;animation-direction:alternate; z-index: 2; text-align: center;}
.jiqun_banner  h3::before{content: "\e88b"; color: #E30001; font-size: 32px; display: block; margin: 0 auto; margin-bottom: 6px;}
@keyframes arrow2
{
  from {transform: translateY(6px);}
  to {transform: translateY(-6px);}
}
.jiqun_banner nav{display: flex; justify-content: center; align-items: center; margin-top: 50px;}
.jiqun_banner nav a{display: block; width: 100px; height: 40px; font-size: 18px; text-align: center; line-height: 40px; border: 3px #fff solid; color: #fff; margin: 0 10px;font-weight: bold; transition: 0.3s;}
.jiqun_banner nav a:hover{background: #E30001;border: 3px #E30001 solid;}

.j_about{padding: 60px 0; overflow: hidden; background: #fff;}

.jiqun_biaoti{display: flex; align-items: center; justify-content: space-between; }
.jiqun_biaoti span{display: block;}
.jiqun_biaoti h1{font-size: 28px; font-weight: bold;}
.jiqun_biaoti span em{display: flex; align-items: center; margin-top: 10px;}
.jiqun_biaoti span em i{display: block;  background:#288DFF; height: 3px; border-radius: 3px; }
.jiqun_biaoti span em i:nth-child(1){width: 90px;}
.jiqun_biaoti span em i:nth-child(2){width: 14px; margin-left: 5px;}
.b_t h1{ color: #fff;}
.b_t span em i{background: #fff;}
.jiqun_biaoti a{font-size: 18px; font-weight: bold; display: flex; align-items: center; transition: 0.3s;}
.jiqun_biaoti a::after{content: "\e616"; display: block; width: 24px; height: 24px;line-height: 24px; text-align: center; background: #666; border-radius: 20px; margin-left: 8px; font-size: 12px;transition: 0.3s; color: #fff;}
.jiqun_biaoti a:hover{color: #E30001;}
.jiqun_biaoti a:hover::after{background: #E30001; color: #fff;}
.b_t a{color: #fff;}
.b_t a::after{background: #fff; color: #000;}

.jiqun_about{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}
.about_tx{width: calc(100% - 560px); }
.about_tx h1{font-size: 36px;}
.about_tx h2{font-size: 16px; color: #888; margin-top: 40px; line-height: 1.8;}
.about_tx h2 p{margin-top: 20px; text-indent: 32px; text-align: justify;}
.about_tx a{ width: 134px; height: 46px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 2px #000 solid; border-radius: 0 0 24px 0; color: #000; transition: 0.3s; font-size: 14px; line-height: 1; margin-top: 60px; }
.about_tx a::after{content: "\e699"; display: block; margin-left: 10px;}
.about_tx a:hover{background: #E30001; border: 2px #E30001 solid; color: #fff; }

.about_tu{width: 500px;  position: relative; background: url(../img/jj.jpg) no-repeat center; background-size: cover;}
.about_tu a{width: 80px; height: 80px; position: absolute; z-index: 1; background: #288DFF; left: 0; bottom: 0;color: #fff; text-align: center; line-height: 80px; transition: 0.5s; font-size: 32px;}
.about_tu a::before{content: "\e616";}
.about_tu a:hover{background: #E30001;}

.j_xiangmu{padding: 60px 0; overflow: hidden; background:url(../img/jxbg.jpg) no-repeat center top; background-size: 100% 60%;}

.xuanchuan{margin-top: 50px; color: #fff;}
.xuanchuan h1{font-size: 28px; font-weight: bold;}
.xuanchuan h2{font-size: 18px; margin-top: 8px;}

.j_s_box{position: relative; background: #fff;box-sizing: border-box; padding: 30px; margin-top: 50px; border-radius: 10px;}
.j_swiper{width: 100%;}
.xmhe{ border-radius: 10px; box-sizing: border-box; padding: 20px; text-align: center; transition: 0.3s;}
.xmhe a{display: block; width: 100%;}
.xmhe em{display: block; width: 100%; overflow: hidden; border-radius: 10px;}
.xmhe em img{display: block; width: 100%;}
.xmhe h1{margin-top: 20px; font-size: 16px;word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.xmhe h2{margin-top: 20px; color: #999; line-height: 1.6;}
.xmhe h3{margin: 0 auto; margin-top: 20px; width: 120px; height: 38px; border-radius: 38px; line-height: 38px; background: #288DFF; color: #fff;}
.xmhe:hover{background: #288DFF;}
.xmhe:hover h1{color: #fff;}
.xmhe:hover h2{color: #fff;}
.xmhe:hover h3{color: #288DFF; background: #fff;}

.j_btn{ position:relative; width: 100%;height: 30px;left: 0; bottom: 0;--swiper-navigation-size: 0; margin-top: 50px;}
.j_s_box .swiper-pagination{  text-align: right; }
.j_s_box .swiper-pagination-bullet{ width:8px; height: 8px; border-radius:50%; opacity: 1;  background:#d0d0d0; }
.j_s_box .swiper-pagination-bullet-active{background:#000; }

.j_s_box .swiper-button-next{color: #aaa; font-size: 14px; transition: 0.3s; left: 0; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.j_s_box .swiper-button-next::before{content: "\e84f";}
.j_s_box .swiper-button-next:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}
.j_s_box .swiper-button-prev{ color: #aaa; font-size: 14px; transition: 0.3s; left: 40px; top: 0;  width: 30px; height: 30px; box-sizing: border-box; border: 1px #aaa solid; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.j_s_box .swiper-button-prev::before{content: "\e850";}
.j_s_box .swiper-button-prev:hover{ color: #fff; background: #E30001;border:1px #E30001 solid;}

.j_news{padding: 0px 0 60px 0;}

.j_zixun_box{display: flex;  justify-content: space-between; flex-wrap: wrap; margin-top:50px;}
.j_zixun_list{width: calc(25% - 20px); background: #fff;transition: 0.5s;}
.j_zixun_list a{display: flex; align-content: space-between; flex-wrap: wrap;  width: 100%; height: 100%;  }
.j_zixun_list em{display: block; width: 100%; overflow: hidden;}
.j_zixun_list em img{display: block; width: 100%; transition: 0.5s;}
.j_zixun_list span{display: block; width: 100%; box-sizing: border-box; padding: 20px;   }
.j_zixun_list span h1{ color: #999;}
.j_zixun_list span h2{font-size: 18px; margin-top: 20px;}
.j_zixun_list span h3{ margin-top: 20px; color: #999;}
.j_zixun_list:hover em img{transform: scale(1.1);}
.j_zixun_list:hover{background: #288DFF;}
.j_zixun_list:hover h1{color: #fff;}
.j_zixun_list:hover h2{color: #fff;}
.j_zixun_list:hover h3{color: #fff;}


.fj_banner{width: 100%;height: 60vh; position: relative;}
.fj_banner em{display: block; width: 100%;height: 100%; position: absolute; z-index: 1; background: url(../img/fj_banner.jpg) no-repeat center; background-size: cover;}
.jiqunnav{ width: 100%; position: absolute; z-index: 2; left: 0; bottom: 0; background: rgba(40,141,255,.8); height: 240px; overflow: hidden; display: flex; justify-content: center;align-items: center;}
.jiqunnav a{width:120px;height: 120px; border-radius: 50%;  border: 1px #fff solid; justify-content: center; display: flex; align-items: center; align-content: center; flex-wrap: wrap;color: #fff; font-size: 18px; margin: 0 50px; transition: 0.3s;}
.jiqunnav a::before{display: block;text-align: center; width: 100%; font-size: 36px; }
.jiqunnav a:nth-child(1)::before{content: "\e60f";}
.jiqunnav a:nth-child(2)::before{content: "\e613";}
.jiqunnav a:nth-child(3)::before{content: "\e69e";}
.jiqunnav a:hover{ background: #fff;color: #288DFF;}
.jiqunnav a.on{ background: #fff;color: #288DFF;}


.miaobao{ height: 66px; color: #999;border-bottom: 1px #eee solid;   }
.miaobao span{display: flex; align-items: center; height: 100%; width: 1400px; margin: 0 auto;}
.miaobao .backhome{display: flex; align-items: center;color:#288DFF;}
.miaobao .backhome::before{content: "\e63a";  display: block; font-size: 18px; margin-right: 4px; margin-top: -4px;}
.miaobao i{color: #ccc;display: block; font-size: 12px; margin: 0px 8px; margin-top: 1px; }
.miaobao i::before{content: "\e850";}
.miaobao a{font-size: 14px;color: #999; transition: 0.3s; }
.miaobao a:hover{color: #E30001;}

.danye{color: #666; line-height: 1.8; text-align: justify; margin-top: 60px;}
.danye img{ max-width: 100%!important;height: auto!important;}



.j_cg{display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 30px;}
.j_cg_list{width: calc(33.3333% - 20px); margin-top: 30px; margin-right: 30px; overflow: hidden; border-radius: 10px;}
.j_cg_list:nth-child(3n){margin-right: 0;}
.j_cg_list a{display: block;}
.j_cg_list em{display: block; width: 100%; overflow: hidden;}
.j_cg_list em img{display: block; width: 100%; transition: 0.3s;}
.j_cg_list span{display: block;background: linear-gradient(to top, #288dff, #87bfff); color: #fff; box-sizing: border-box; padding: 20px;  transition: 0.3s;}
.j_cg_list span h1{font-size: 18px;}
.j_cg_list span h2{margin-top: 15px; text-align: justify;}
.j_cg_list:hover span{ background: #E30001;}
.j_cg_list:hover img{transform: scale(1.1);}

.xm_biaoti{margin-top: 50px;font-size: 32px; font-weight: bold;}
.xmjj{margin-top: 50px;}
.xm_title{font-size: 24px;font-weight: bold; color: #288DFF; display: flex; align-items: center; justify-content: space-between;}
.xm_title::before{content: "";display: block; width: 10px; height: 4px;background: #288DFF; margin-right: 6px;}
.xm_title::after{content: ""; width: calc(100% - 160px); height: 1px; background: #ddd;}

.xmdanye{margin-top: 30px; color: #666;font-size: 16px; line-height: 1.8; text-align: justify;}
.casebox{display: flex; justify-content: flex-start;flex-wrap: wrap; }
.casebox span{display: block; width: calc(25% - 24px); margin-top: 32px; margin-right: 32px;}
.casebox span:nth-child(4n){margin-right: 0;}
.casebox span em{display: block; width: 100%;}
.casebox span em img{display: block; width: 100%;}
.casebox span h1{ text-align: center; font-size: 18px; font-weight: bold;box-sizing: border-box; background: #f2f2f2; padding: 20px;}


.news_xm{width: 100%; margin-top: 20px;}
.xm_zixun_list{width: 100%; transition: 0.3s; border-bottom: 1px #ddd solid;}
.xm_zixun_list a{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; height: 100%; width: 100%; padding: 40px 0;}
.xm_zixun_list dl dt{font-size: 42px;}
.xm_zixun_list dl dd{font-size: 12px; color: #999;}
.xm_zixun_list em{display: block; width: 320px;}
.xm_zixun_list em img{display: block; width: 100%;}
.xm_zixun_list span{display: block; width: calc(100% - 460px);}
.xm_zixun_list span h1{font-size: 28px; margin-top: 6px; transition: 0.3s;}
.xm_zixun_list span h2{line-height: 1.6; color: #999; margin-top: 20px; text-align: justify;}


.xm_zixun_list:hover h1{color: #288DFF;}





.xmcg_box{position: relative; z-index: 2; margin-top:30px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.xmcg_list{width: calc(50% - 15px); margin-top: 30px; background: #f2f2f2; transition: 0.5s;}
.xmcg_list a{display: flex;  justify-content: space-between; flex-wrap: wrap; box-sizing: border-box; padding: 30px;}
.xmcg_list em{display: block; width:calc(50% - 20px); overflow: hidden;}
.xmcg_list em img{display: block; width: 100%;}
.xmcg_list span{display: flex; flex-wrap: wrap; align-content: flex-start; height: 100%; width: calc(50% - 20px);}
.xmcg_list span dt{font-size: 24px;}
.xmcg_list span dd{color: #999; margin-top: 30px;}
.xmcg_list span p{ margin-top: 30px;}
.xmcg_list span p::before{content: "\e609";}
.xmcg_list:hover{ background: #288DFF;}
.xmcg_list:hover dt{color: #fff;}
.xmcg_list:hover dd{color: #fff;}
.xmcg_list:hover p{color: #fff;}





.fabuxm{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 30px; }
.fabu_list{width: calc(33.3333% - 20px); margin-top: 30px; margin-right: 30px; background:#f2f2f2; transition: 0.5s;}
.fabu_list:nth-child(3n){margin-right: 0;}
.fabu_list a{box-sizing: border-box; padding: 30px; display: block;}
.fabu_list em{display: block; width:100%; overflow: hidden; position: relative; }
.fabu_list em img{display: block; width: 100%;}
.fabu_list span{display: block; margin-top: 20px; text-align: center;}
.fabu_list span h1{font-size: 24px; font-weight: bold; color: #333;}
.fabu_list span h2{color: #999; margin-top: 20px;}
.fabu_list:hover{background: #288DFF;}
.fabu_list:hover h1{color: #fff;}
.fabu_list:hover h2{color: #fff;}


.box-row{width: 100%;  padding-bottom: 60px;}
.project-nav-box{ width: 1400px; margin: 0 auto;overflow: hidden; margin-top: 30px;}
.project-lei{width: calc(33.333% - 20px); float: left; margin-right: 30px; margin-top: 30px;}
.project-lei:nth-child(3n){margin-right: 0;}
.project-lei a{display: block;}
.project-lei span{display: block; width: 100%; position: relative;}
.project-lei span em{display: block; width: 100%;}
.project-lei span em img{display: block; width: 100%;}
.project-lei span b{position: absolute; z-index: 1; width: 100%; height: 100%;  left: 0; top: 0; background: rgba(0,0,0,0); transition: 0.5s;}
.project-lei span i{position: absolute;z-index: 2; width: calc(100% - 20px); height: calc(100% - 20px); box-sizing: border-box; border: 1px rgba(255,255,255,.3) solid;left: 10px; top: 10px; transition: 0.5s;opacity: 0;}
.project-lei span font{position: absolute; z-index: 3; font-size: 10px; opacity: 0; left: 50%; margin-left: -5px; top: 50%; margin-top: -5px; transition: 0.5s; color: #fff;}
.project-lei span font::before{content: "\e616";}
.project-lei h1{text-align: center; margin-top: 10px; font-size: 20px;}
.project-lei:hover b{background: rgba(40,141,255,.5);}
.project-lei:hover i{width: calc(100% - 100px); height: calc(100% - 100px); left: 50px; top: 50px;opacity: 1;}
.project-lei:hover font{font-size: 45px; opacity: 1;margin-left: -22px; margin-top: -22px;}


.tab-box{ margin-top: 60px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2;}
.xm-navs{  position: relative; z-index: 2; }
.xm-navs p{display: flex; align-items: center; justify-content: space-between; cursor: pointer;  color: #fff; line-height: 1; font-size: 18px; padding: 0 30px; box-sizing: border-box; height: 46px;  border-radius: 46px; background: #288DFF;}
.xm-navs p::after{content: "\eb87"; font-size: 14px; display: block; margin-left: 8px;  transition: 0.3s;}
.xm-navs span{position: absolute; width: 100%; background: #fff; border-radius: 12px; z-index: 2; top:46px;  left: 0; box-shadow: 0 0 10px rgba(0,0,0,.2); box-sizing: border-box;  max-height: 0;  overflow: hidden; transition: 0.3s;}
.xm-navs span a{display: block; width: 100%; font-size: 14px; text-align: center; border-bottom: 1px #eee solid; height: 46px; line-height: 46px; color: #666; transition: 0.3s;}
.xm-navs span a:hover{color: #000;background: #eee; }
.xm-navs span a:last-child{border-bottom: 0;}
.xm-navs:hover span{max-height:1000px;}
.xm-navs:hover p::after{transform: rotate(180deg);}
.xm-navs p.active::after{transform: rotate(180deg);}



.ze{ display: flex; align-items: center;  }
.ze a{font-size: 16px; font-weight: bold; color: #888; transition: 0.3s;}
.ze a:hover{color: #E30001;}
.ze i{display: block; width: 14px; height: 1px; background: #999; margin: 0 6px;}
.ze a.on{color: #E30001;}


.huiyuan_title{}
.huiyuan_title h1{font-size: 28px; font-weight: bold; text-align: center;}
.huiyuan_title h2{width: 70%; margin: 0 auto; text-align: center; color: #999; margin-top: 10px;}



.mb_banner{width: 100%;height: 60vh; position: relative;}
.mb_banner em{display: block; width: 100%;height: 100%; position: absolute; z-index: 1;}
.mb_banner span{display: block; width: 1400px; position: absolute; left: 50%; margin-left: -700px;top:50%; transform: translateY(-50%); z-index: 2; margin-top: 45px; text-align: center;}
.mb_banner span h1{font-size: 52px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,.4);}
.mb_banner span h1::after{content: ""; display: block; margin: 0 auto; width: 30px; height: 3px; background: #fff; margin-top: 10px;}
.mb_banner span h2{font-size: 22px; color: rgba(255,255,255,.8); font-weight: bold; margin-top: 5px; margin-top: 10px;}



.box-huiyuan{margin-top: 60px;}
.jibie{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}

.jibie-list{width: calc(33.3333% - 20px); display: flex; align-content: space-between; flex-wrap: wrap; margin-right: 30px; background: #fff; box-sizing: border-box; padding: 30px; border-radius: 8px; transition: 0.3s;}
.jibie-list:last-child{margin-right: 0;}
.jibie-top{width: 100%;}
.jibie-top h1{font-size: 24px; margin-bottom: 20px;}
.jibie-top p{margin-top: 6px; color: #666;}
.jibie-list a{display: block; width: 120px; height: 50px; line-height: 50px; background: #288DFF; color: #fff;text-align: center; font-size: 16px; margin-top: 30px; transition: 0.3s;}
.jibie-list h2{color: #288DFF; font-size: 16px; margin-top: 15px;}

.jibie-list:hover{box-shadow: 0 0 16px rgba(0,0,0,.2);}
.jibie-list:hover a{background: #E30001;}

.table-box{margin-top: 50px; overflow-x: auto;}

.one-table{  background: #fff; width: 100%; min-width: 800px;}
.one-table th{border: 1px #ddd solid; text-align: center; vertical-align: middle; height: 60px; background: #eee; font-size: 16px;}
.one-table td{border: 1px #ddd solid; vertical-align: middle; height: 60px; box-sizing: border-box; padding: 0 20px;}
.one-table td i{display: block; width: 12px; height: 12px; border-radius: 50%; background: #288DFF; margin: 0 auto;}
.two-table{min-width: auto!important; width: 100%!important; }
.two-table td{border-left: 1px #ddd solid;border-bottom: 1px #ddd solid;border-top: 0px #ddd solid;border-right: 0px #ddd solid;}
.wudixian tr:last-child td{border-bottom: 0!important;}
.no-p{ padding: 0!important; }
.no-pb{ padding: 0!important; border: 0!important; }
.teshu{padding: 0 20px!important; width: 100px;}
.bg2{background: #f5f5f5;}

.three-table{min-width: auto!important; width: 100%!important; }
.three-table td{border-left: 0px #ddd solid;border-bottom: 1px #ddd solid;border-top: 0px #ddd solid;border-right: 0px #ddd solid;}
.three-table tr:last-child td{border-bottom: 0!important;}