/* 前端江文哲 */
@charset "UTF-8";
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;}
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden; 
min-width: 1180px;position: relative;padding: 0 ; width: 100%;color: #222222;font-family: Arial, sans-serif, Microsoft Yahei; font-size:14px;  line-height:1;background: #fff;}
html.act{overflow: hidden;width: 100%;height: 100vh;}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: #1f1f1f;}
textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}
img{border:none;display: block;max-width: 100%;}
img[src=""]{opacity: 0;}
body::-webkit-scrollbar{ width:4px;height: 1px;}
body::-webkit-scrollbar-thumb{ background:#0069d1;}
body::-webkit-scrollbar-track{ background:#fff;} 
.f_12{ font-size:12px;}
.f_14{font-size: 14px;}
.f_16{ font-size:16px;}
.f_18{ font-size:18px;}
.f_20{ font-size:20px;}
.f_22{font-size: 22px;}
.f_24{ font-size:24px;}
.f_26{ font-size:26px;}
.f_28{ font-size:28px;}
.f_30{ font-size:30px;}
.f_32{ font-size:32px;}
.f_34{ font-size:34px;}
.f_36{ font-size:36px;}
.f_38{ font-size:38px;}
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_46{font-size: 46px;}
.f_48{font-size: 48px;}
.f_56{font-size: 56px;}
.f_60{font-size: 60px;}
.f_64{font-size: 64px;}
.f_72{font-size: 72px;}
.f_120{font-size: 120px;}
.p_60{padding: 60px 0;}
.p_80{padding:80px 0}
.p_90{padding: 90px 0;}
.p_100_45{padding: 100px 0 45px ; }
.p_80_100{padding: 80px 0 100px;}
.p_70_100{padding: 70px 0 100px;}
.p_100_80{padding: 100px 0 80px;}
.p_160_80{padding: 160px 0 80px;}
.p_70_120{padding: 70px 0 120px;}
.p_120{padding: 120px 0;}
.p_100{padding: 100px 0;}
.box {max-width:1400px;min-width: 1180px;width:75%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}
.ibox {max-width:1600px;min-width: 1200px;width:83%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}
.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}
/* .wow{opacity: 0;} */
.wow1{opacity: 1;}
.fbd{font-weight: bold;}
.fy{font-weight: 100;}
.yd{display: none;}
/* 移动端头部 */
.nav_y{width: 100%;height: 50px;position: fixed;top: 0;left: 0;background: #1d3666;display: none; z-index: 100;border-bottom: 1px solid rgba(0, 0, 0, .05);}
.nav_y .con_y{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.nav_y .con_y .logo_y{width: 100px;}
.nav_y .con_y .san{width: 25px;height: 25px;cursor: pointer;}
.nav_y_con{width: 100%;height: 100vh;background: #fff;position: absolute;left: 0;top: 0;transform: translateX(110%);transition: all 0.6s;z-index: 101;}
.nav_y_con.act{transform: translateX(0);transition: all 0.6s;}
.nav_y_con .cuo{position: absolute;right: 5%;top: 30px;width: 30px;height: 30px;cursor: pointer;z-index: 102;}
.nav_y_con .navy_top{display: flex;justify-content: space-between;padding: 100px 5% 20px;}
.nav_y_con .navy_top .top_le,.nav_y_con .navy_top .top_re{width: 40px;height: 40px;border:1px solid #b5b5b5;border-radius: 50px;line-height: 38px;text-align: center;display: block;color: #999999;}
.nav_y_con .navy_top .top_re{background: url(../images/sousuo.png) no-repeat center;background-size: 30px;}
/* .nav_y_con .ul{padding-top: 100px;} */
.nav_y_con .ul{overflow-y:auto;height: 70%;}
.nav_y_con .ul::-webkit-scrollbar{ width:0px;height: 0;}
.nav_y_con .ul::-webkit-scrollbar-thumb{ background:#0069d1;}
.nav_y_con .ul::-webkit-scrollbar-track{ background:#fff;} 
.nav_y_con .li{padding-left: 15px;margin-bottom: 10px;}
.nav_y_con .li .ptop{display: block;line-height: 40px;position: relative;cursor: pointer;}
.nav_y_con .li .ptop::after{content: "";position: absolute;left: -15px;width: 5px;height: 20px;background: #0069d1;top: 50%;transform: translateY(-50%);}
.nav_y_con .li .ptop::before{content: "";position: absolute;right: 0;width: 40px;height: 40px;top: 0;background: url(../images/touj.png) center no-repeat;background-size: 15px;}
.nav_y_con .li .ptop.act::before{transform: rotate(90deg);}
.nav_y_con .li .txt{padding-left: 5px;display: none;}
.nav_y_con .li .txt .atxt{padding-left: 15px;}
.nav_y_con .li .txt a{display: block;line-height: 35px;}
.nav_y_con .li.lis .txt .at{font-weight: bold;}
.nav{width: 100%;height: 100px;position: fixed;left: 0;top: 0;z-index: 100;border-bottom: 1px solid rgba(255, 255, 255, .2);transition: all 0.6s;}

.nav .nav_con{width: 86.45%;margin: 0 auto;max-width: 1660px;min-width: 1180px;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav .nav_con .logo{display: flex;align-items: center;}
/* .nav .nav_con .logo a{width: 250px;} */
.nav .nav_con .con_re{display: flex;align-items: center;height: 100%;}
.nav .nav_con .con_re .ul{display: flex;align-items: center;height: 100%;margin-right: 110px;}
.nav .nav_con .con_re .ul .li{height: 100%;position: relative;}
.nav .nav_con .con_re .ul a{display: block;color: #fff;padding: 0 10px;margin: 0 20px;position: relative;height: 100%;display: flex;align-items: center;white-space: nowrap;}
.nav .nav_con .con_re .ul a::after{content: "";width: 0%;left: auto;right: 0;height: 3px;position: absolute;bottom: 0;background: #fff;transition: all 0.6s;}
.nav .nav_con .con_re .ul .li.act a::after{width: 100%;}
.nav .nav_con .con_re .ss{height: 100%;display: flex;align-items: center;padding:  0 15px;cursor: pointer;}
.nav .nav_con .con_re .ss a{display: block;height: 100%;display: flex;align-items: center;position: relative;}
.nav .nav_con .con_re .ss a::before{content: "";width: 0;height: 3px;position: absolute;left: auto;right: 0;background-color: #fff;bottom: 0;transition: all 0.6s;}
.nav .nav_con .con_re .ss a:hover::before{width: 100%;left: 0;right: auto;transition: all 0.6s;}
.nav .nav_con .con_re .en{height: 100%;}
.nav .nav_con .con_re .en a{color: #fff;height: 100%; padding:0 15px;display: flex;align-items: center;position: relative;}
.nav .nav_con .con_re .en a::after{content: "";width: 0;height: 3px;position: absolute;left:auto;right: 0;background: #fff;transition: all 0.6s;bottom: 0;}
.nav .nav_con .con_re .ul a:hover::after{width: 100%;left: 0;right: auto;transition: all 0.6s;}
.nav .nav_con .con_re .en a:hover::after{width: 100%;left: 0;right: auto;transition: all 0.6s;}
.nav .nav_con .con_re .ul .li_txt{position: absolute;left: -25%;background: #02326c;padding: 20px 0;margin-top: 20px;opacity: 0;z-index: -2;pointer-events: none;visibility: hidden;transition: all 0.6s;border-radius: 14px;width: 150%;}
.nav .nav_con .con_re .ul .li_txt a::after{width: 0 !important;}
.nav .nav_con .con_re .ul .li_txt a{position: static;}
.nav .nav_con .con_re .ul .li_txts{position: absolute;left:50%;width:700px ;transform: translateX(-50%);height: auto;margin-top: 20px;background:#02326c;color: #ffffff;padding: 20px 0;
display: flex;justify-content: center;opacity: 0;visibility: hidden;pointer-events: none;z-index: -2;transition: all 0.6s;border-radius: 14px;}
.nav .nav_con .con_re .ul .li_txts a::after{width: 0 !important;}
.nav .nav_con .con_re .ul .li_txts a{display: block;line-height: 30px;color: #fff;position:static;height: auto;}
.nav .nav_con .con_re .ul .li_txt a{display: block;position: static;line-height: 40px;color: #fff;height: auto;height: 40px;text-align: center;white-space: nowrap;}
.nav .nav_con .con_re .ul .li_txts .txt1{height: auto;}
.nav .nav_con .con_re .ul .li_txts .txt1 a{display: block;font-size: 14px;}
.nav .nav_con .con_re .ul .li_txts .txt1 a:first-child{font-size: 20px;font-weight: bold;margin-bottom: 10px;}
.nav .nav_con .con_re .ul .li_txt a:hover{transform: translateX(5px);}
.nav .nav_con .con_re .ul .li:hover .li_txt{opacity: 1;z-index: 100;pointer-events: visible;visibility: visible;margin-top: 1px;transition: all 0.6s;}
.nav .nav_con .con_re .ul .li:hover .li_txts{opacity: 1;z-index: 100;pointer-events: visible;visibility: visible;transition: all 0.6s;margin-top: 1px;}
.nav .nav_con .con_re .ul .li .li_txts a:hover{transform: translateX(5px);} 
.nav.act,.nav.acts,.nav.act2,.nav.act1{background: #02326c;transition: all 0.6s;}
/* .nav.act a{color: #333;} */
.nav .nav_con .con_re .ul .li.act1 a::after{width: 100%;}
/* 地球放大缩小效果 */
@keyframes fdsx {
	0%{transform: scale(1.05);}
	
	100%{transform: scale(1);}
}
/* 搜索弹窗 */
.seatanchuang{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 200;background: rgba(0, 0, 0, 0.45);visibility: hidden;opacity: 0;}
.seatanchuang s{position: absolute;width: 100%;height: 100%;z-index: 1;}
.seatanchuang .stop{width: 100%;height: 50vh;position: absolute;top: -50vh;left: 0;z-index: 2;background: rgba(25, 39, 65,0.7);}
.seatanchuang .stop .sbox{width: 1000px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);padding: 10px 0;border-bottom: 1px solid #fff;z-index: 3;}
.seatanchuang .stop .sbox input{display: block;width: calc(100% - 40px);float: left;height: 40px;border: 0;outline: none;background: rgba(25, 39, 65,0.3);font-size: 16px;color: white;}
.seatanchuang .stop .sbox a{display: block;width: 40px;height: 40px;background: url(../images/ss.png) center no-repeat;float: right;background-size: 30px;}
.seatanchuang.act{visibility: visible;opacity: 1;}
.seatanchuang.act .stop{top: 0;}

.in1{width: 100%;background: #1d3767;position: relative;overflow: hidden;}
/* .in1 img.diqiu.act{} */
.in1 img.diqiu{width:100% ; animation: fdsx 4s  linear alternate;}
.in1 .in1_ban{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.in1 .in1_ban .ban_con{height: 100%;}
.in1 .in1_ban .ban_txt{display: flex;color: #fff;top: 41%;position: absolute;right: 0;font-weight: bold;}
.in1 .in1_ban .ban_txt .txt_le{margin-right: 30px;}
.in1 .in1_ban .ban_bot{position: absolute;bottom: 9.4%;width: 100%;color: #fff;height: 100px;display: flex;justify-content: space-between;}
.in1 .in1_ban .ban_bot .bot1 {background: #00306b;width: 200px;height: 100%;display: flex;align-items: center;justify-content: center;}
.in1 .in1_ban .ban_bot .bot1 span{display: block;line-height: 20px;text-align: center;}
.in1 .in1_ban .ban_bot .bot2{width:calc(100% - 200px);height: 100%;display: flex;background: #fff;}
.in1 .in1_ban .ban_bot .bot2 .t{width: 33.333%;position: relative;}
.in1 .in1_ban .ban_bot .bot2 .t::after{content: "";width: 0;height: 5px;left: auto;bottom: 0;right: 0;background: #00306b;position: absolute;transition: all 0.6s;}
.in1 .in1_ban .ban_bot .bot2 .t a{display: block;height: 100%;}
.in1 .in1_ban .ban_bot .bot2 .t .con{display: flex;align-items: center;height: 100%;padding-left: 40px;}
.in1 .in1_ban .ban_bot .bot2 .t .con span{display: block;line-height: 25px;}
.in1 .in1_ban .ban_bot .bot2 .t .con span:first-child{color: #222222;}
.in1 .in1_ban .ban_bot .bot2 .t .con span:last-child{color: rgba(34, 34, 34, .4);}
.in1 .in1_ban .ban_bot .bot2 .t .con .co_txt{transform: translateY(5px);padding-left: 5px;}

.in1 .in1_ban .ban_bot .bot2 .t:hover::after{left: 0;right:auto;width: 100%;transition: all 0.6s;}
.in23{width: 100%;background: url(../images/in23_b.jpg) center no-repeat;background-size: cover;position: relative;}
.in23 .con_top{text-align: center;color: #fff;}
.in23 .in2_con {padding: 70px 0 210px;}
.in23 .in2_con .con{display: flex;justify-content:space-between;}
.in23 .in2_con .con .con_le{width: 38.57%;margin-top: 45px;}
.in23 .in2_con .con .con_re{width: 50.71%;margin-top: 120px;border-radius: 8px;overflow: hidden;}
.in23 .in2_con .con .con_re.act{margin-top: 140px;}
.in23 .in2_con .con .con_le .le_top{display: flex;border-bottom:2px solid #294c8e;padding: 25px 0;}
.in23 .in2_con .con .con_le .le_top .tops img{margin: 0 auto 5px;}

.in23 .in2_con .con .con_le .le_top .tops{margin-right: 85px;color: #fff;opacity: .4;padding:0 10px;text-align: center;cursor: pointer;}
.in23 .in2_con .con .con_le .le_top .tops.act{opacity: 1;}
.in23 .in2_con .con .con_le .le_txt{color: #fff;margin-top: 40px;padding-right: 70px;height: 310px;overflow-y: auto;position: relative;overflow-x: hidden;}
.in23 .in2_con .con .con_le .le_txt .li{border-bottom: 1px solid #294c8e;padding-bottom: 20px;margin-bottom: 25px;position: relative;line-height: 18px;}
.in23 .in2_con .con .con_le .le_txt .li a{display: block;color: #fff;}

.in23 .in2_con .con .con_le .le_txt .li::after{content: "";width: 20px;height: 20px;position: absolute;right: 0;top:0px;background: url(../images/jiant.png) no-repeat center;background-size: cover;opacity: 0.1;transition: all 0.6s;}
.in23 .in2_con .con .con_le .le_txt::-webkit-scrollbar{ width:2px;height: 1px;}
.in23 .in2_con .con .con_le .le_txt::-webkit-scrollbar-thumb{ background:#fff;}
.in23 .in2_con .con .con_le .le_txt::-webkit-scrollbar-track{ background:rgba(255, 255, 255, .1);} 
.in23 .in2_con .con .con_le .le_txt .ul{position: absolute;left: -100%;top: 0;width: calc(100% - 70px);}
.in23 .in2_con .con .con_le .le_txt .ul.act{left: 0;}
.in23 .in2_con .con .con_le .le_top .tops:hover{opacity:1;}
.in23 .in2_con .con .con_le .le_txt .li:hover:after{opacity: 1;transition: all 0.6s;}
.in23 .in2_con .con .con_re:hover img{transform: scale(1.05);}

.in3_con{position: static;display: flex;justify-content: space-between;height: 970px;}
/* .in3_con .con2_le{width: 62.85%;} */
.in3_con .con2_re{width: 46.7%;color: #fff;}
.in3_con .con2_le img{position: absolute;left: 0;}
.in3_con .con2_le img.act{ animation: fdsx 1s  linear alternate;}
.in3_con .con_top{position: absolute;left: 50%;transform: translate(-50%,30px);}
.in3_con .con2_re .re1{margin-top: 120px;line-height: 45px;}
.in3_con .con2_re .re2{line-height: 30px;padding: 25px 0 60px;border-bottom: 1px solid rgba(255, 255, 255, .3);}
.in3_con .con2_re .re3_con{position: relative;padding-right: 135px;}
.in3_con .con2_re .re3_top{margin: 60px 0 50px;}
.in3_con .con2_re .re3 .re3_sp{right: 0;top: 0;left: auto;width: auto;font-size: 20px;}
.in3_con .con2_re .re3 .re3_sp .swiper-pagination-current{font-size: 24px;}
.in3_con .con2_re .re3 .re3_sp .swiper-pagination-total{font-size: 18px;color: rgba(255, 255, 255, .4);}
.re3_prev,.re3_next{width: 47px;height: 47px;border:2px solid rgba(255, 255, 255, .1);border-radius: 50px;background: url(../images/in3j.png) center no-repeat;transition: all 0.6s;}
.re3_prev{transform: rotate(180deg);}
.re3_prev:hover,.re3_next:hover{background: #fff url(../images/re3_jy.png) center no-repeat;transition: all 0.6s;}
.re3_prev{left: auto;right: 0;transform:translatey(60px) rotate(180deg);}
.re3_next{right:0;}
.in3_con .con2_re .re3_con .img{cursor: pointer;width:100%;
							   height:auto;
							   overflow:hidden;}
.in3_con .con2_re .re3_con .img i{
	display:block;
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
}
.in3_con .con2_re .re3_con .img img{
								   width: 100%;
								   height:auto;
								   position:relative;
								   left:0;
								   top:50%;
								   /* transform:translateY(-50%); */
								   }
.in3_con .con2_re .re3_con .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: rgba(41, 72, 135, .9);border:5px solid #d0d0d1;opacity: 0;z-index: -2;pointer-events: none;visibility: hidden;padding-top: 60px;text-align: center;line-height: 25px;cursor: pointer;}
.in3_con .con2_re .re3_con .swiper-slide:hover .txt{opacity: 1;pointer-events: visible;visibility: visible;z-index: 2;}
.in3_con .con2_re .re3_con .txt s{display: block;width: 55px;height: 2px;margin: 10px auto 0;background: rgba(255, 255, 255, .3);}
.in4{width: 100%;position: relative;background: #1d3666;padding-bottom: 100px;}
/* .in4::after{content: "";width: 100%;height: 100px;position: absolute;left: 0;bottom: 0;background: url(../images/jianb.jpg) center ;} */
.in4 .beij{position:absolute;left: 0;top: -260px;width: 100%;z-index: 0;}
.in4 .con_top{color: #fff;text-align: center;margin-bottom: 75px;}

.in4 .con{padding: 0 100px 30px 150px; position: relative;margin-bottom: 70px;}
.in4 .con .s_txt{display: flex;justify-content: space-between;}
.in4 .con .s_txt a{display: block;color: #fff;}
.in4 .con .s_txt a i{display:block;width:100%;height:0;padding-bottom:60%;position:relative;overflow:hidden;}
.in4 .con .s_txt a i img{width:100%;height:auto;position:absolute;top:50%;transform:translateY(-50%);}
.in4 .con .s_le .l1{letter-spacing:3px;}
.in4 .con2 .swiper-slide{width: 20%;}
.in4 .con2 .swiper-slide img{width: 100%;}
.in4 .con .s_le{width: 45.3%;color: #fff;}
.in4 .con .s_re{width: 46.95%;}
.in4 .con .s_re img{width: 100%;background: #1a2c4c;}
.in4 .con .s_le .txt{line-height: 25px;color: #a7bbe3;text-align: justify;max-height: 130px;overflow-y: auto;padding-right: 15px;}
.in4 .con .s_le .txt::-webkit-scrollbar{ width:2px;height: 1px;}
.in4 .con .s_le .txt::-webkit-scrollbar-thumb{ background:#4d75c6;}
.in4 .con .s_le .txt::-webkit-scrollbar-track{ background:#fff;} 
.in4 .con .s_le  .l2{color: #71a2fc;margin: 20px 0 35px;}
.in4 .con .s_le img{margin-bottom: 5px;}
.in4con_sp, .in4con_sn{background: url(../images/in3j.png);width: 47px;height: 47px;border: 2px solid rgba(255, 255, 255, .1);border-radius: 50px;transition: all 0.6s;}
 .in4con_sp {left: 0;top: 50%;transform: rotate(180deg) ;}
.in4con_sn{right: 0;top: 50%;}
 .in4con_sp:hover , .in4con_sn:hover{background: #fff url(../images/re3_jy.png) center no-repeat;transition: all 0.6s;}
.in4 .con2{padding-top: 45px;border-top: 2px solid #294c8e;}
.in4 .con2 .swiper-slide img{border: 4px solid rgba(0, 0, 0, 0);background: #1a2c4c;}
.in4 .con2 .swiper-slide-active img{border:4px solid #4d75c6;}
.in5{width: 100%;background:#1d3767;background-size: cover;padding: 0px 0 30px;position: relative;}
.in5::after{content: "";width: 100%;height: ;}
.liaojg{width: 160px;height: 65px;display: flex;align-items: center;justify-content: center;color: #a7b1c3;border-radius: 33px;}
.liaojg.liaojg2{height: 50px;}
.liaojg .img{position: relative;width: 20px;height: 20px;margin-left: 20px;}
.liaojg .img img:last-child{position: absolute;left: 0;top: 0;opacity: 0;}
.liaojg:hover{color: #1e3769;}
.liaojg:hover .img img:last-child{opacity: 1;}
.liaojg:hover .img img:first-child{opacity: 0;}
.liaojg:hover{background: #fff;}
.in5{position: relative;}

.in5::after{width: 100%;height: 640px;position: absolute;left: 0;top: -160px;background: url(../images/in5_b.png) center no-repeat;background-size: cover; z-index: 0;}
.in5 .con_top{display: flex;justify-content: space-between;margin-bottom: 50px;color: #fff;}
.in5 .ul{display: flex;flex-wrap: wrap;}
.in5  .in5_con{z-index: 1;}
.in5 .ul .li{width: 30.7%;margin-right: 3.95%;position: relative;}
.in5 .ul .li:nth-child(3n){margin-right: 0;}
.in5 .ul .li a{display: block;}
.in5 .ul .li .img{overflow: hidden;position:relative;}
.in5 .ul .li .img i{display:block;width:100%;
				   height:0;padding-bottom:75%;position:relative;
					overflow:hidden;
				   }
.in5 .ul .li .img i img{width: 100%;background: #fff;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.in5 .ul .li .txt{padding: 20px;}
.in5 .ul .li .txt .t1{height: 60px;color: #fff;line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.in5 .ul .li .txt .t2{display: flex;color:rgba(255, 255, 255, .5);align-items: center;}
.in5 .ul .li .txt .t2 .timg{margin-right: 10px;}
.in5 .ul .li::after{content: "";width: 0;height: 5px;background: #fff;left: auto;right: 0;position: absolute;transition: all 0.6s;}
.in5 .ul .li:hover .img img{transform:translateY(-50%) scale(1.05);}
.in5 .ul .li:hover::after{width: 100%;left: 0;right: auto;transition: all 0.6s;  }
.in6{width: 100%;background: url(../images/xingkbei.jpg) center no-repeat ;background-size: cover;position: relative;}
.in6 .in6img img{width: 100%;}

.in6 .in6d{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);color: #fff;}
.in6 .in6d .liaojg.act{margin: 40px auto 0;}
.liaojg.act{background: #fff;color: #1e3769;font-weight: bold;}
.liaojg .img{transition: all 0.6s;}
.ljgds:hover .img{transform: translateX(5px);transition: all 0.6s;}
.liaojg.act .img img:last-child{opacity: 1;}
.liaojg.act .img img:first-child{opacity: 0;}
.floot{width: 100%;background: #02326c;position: relative;}
.floot .bol{position: absolute;top: -115px;left: 0;width: 100%;height: 115px;}

.floot .fl_con{width: 80.2%;margin: 0 auto;max-width: 1540px;min-width: 1200px;display: flex;justify-content: space-between;padding: 70px 0 130px;}
.floot .fl_con .con_le .ewm img{color: #c6daff;width: 125px;height: 125px;margin: 0 auto;text-align: center;}
.floot .fl_con .con_le .ewm {text-align: center;color: #c6daff;line-height: 25px;}
.floot .fl_con .con_le .logo2{margin-bottom: 25px;}
.floot .fl_con .con_le{display: flex;justify-content: space-between;width: 40.9%;}
.floot .fl_con .con_le .l2{color: #fff;}
.floot .fl_con .con_le .lt2{display: flex;align-items: center;color: #c6daff;margin-bottom: 10px;}
.floot .fl_con .con_le .lt2 a{display: block;color: #c6daff;}
.floot .fl_con .con_le .lt{margin-bottom: 45px;}
.floot .fl_con .con_le .lt2 img{margin-right: 5px;}
.floot .fl_con .con_re{width: 46.1%;}
.floot .fl_con .con_re .ul{display: flex;justify-content: space-between;}
.floot .fl_con .con_re .ul .li a{display: block;}
.floot .fl_con .con_re .ul .li .li_top{margin-bottom: 40px;}
.floot .fl_con .con_re .ul .li .li_top a{color: #fff;line-height: 25px;}
.floot .fl_con .con_re .ul .li a{color: #c6daff;line-height: 35px;}
.floot .con2{display: flex;justify-content: space-between;height: 70px;line-height: 68px;border-top: 2px solid rgba(255, 255, 255, .23);color: #c6daff;width: 80.2%;margin: 0 auto;max-width: 1540px;min-width: 1200px;}
.floot .con2 a{color: #c6daff;}

.floot .con2 .con2_le a{margin-left: 20px;}
.floot .fl_con .con_re .ul .li a:hover{color: #fff;}


/* 侧边栏 */
.fanhiu{position: fixed;right: -100px;top: 50%;transform: translateY(-50%);width: 75px;border-radius: 4px 0 0 4px;color: #333333;transition: all 0.6s;z-index: 10001;}
.fanhiu .txt1{width: 100%;height: 100px;display: flex;flex-wrap:wrap;justify-content: center;padding: 10px 0 20px;text-align: center;background: #fff;position: relative;cursor: pointer;}
.fanhiu .txt1::after{content: "";position: absolute;left: 5px;bottom: 0;height: 2px;background: #f1f2f4;width: 65px;}
.fanhiu .txt1 .timg{position: relative;}
.fanhiu .txt1 .timg img:last-child{position: absolute;left: 0;top: 0;opacity: 0;transition: all 0.6s;}
.fanhiu .txt1:first-child{border-radius: 4px 0 0 0;}
.fanhiu .txt2{border-radius: 0 0 0 4px;border-bottom: 2px solid #fff;}
.fanhiu .txt2::after{width: 0;}
.fanhiu .top{height: 75px;display: flex;justify-content: center;align-items: center;margin-top:10px ;background: #fff;border-radius: 4px 0 0 4px;cursor: pointer;}
.dianh{position: absolute;width: 200px;top: 50%;transform: translateY(-50%);left: -250px;height: 50px;background: #fff;line-height: 50px;text-align: center;opacity: 0;z-index: -2;pointer-events: none;visibility:hidden;transition: all 0.6s;border-radius: 14px;}
.fanhiu .txt1:hover .dianh{z-index: 10;left: -220px;pointer-events: visible;visibility: visible;opacity: 1;transition: all 0.6s;}
.fanhiu .ewm{position: absolute;left: -150px;width: 120px;height: 120px;top: 50%;transform: translateY(-50%);opacity: 0;z-index: -2;pointer-events: none;visibility:hidden;transition: all 0.6s;}
.fanhiu .txt1:hover .ewm{z-index: 10;left: -140px;pointer-events: visible;visibility: visible;opacity: 1;transition: all 0.6s;}
.fanhiu .top img{transition: all 0.6s;}
.fanhiu .txt2 a{position: absolute;display: block;width: 100%;height: 100%;top: 0;z-index: 100;}
.fanhiu.act{right: 0;transition: all 0.6s;}
/* .fanhiu .txt1:hover {background: #;} */
.fanhiu .txt1:hover .timg img:last-child{opacity: 1;transition: all 0.6s;}
.fanhiu .txt1:hover .timg img:first-child{opacity: 0; transition: all 0.6s;}
.fanhiu .txt1:hover {color: #02326c;}
.fanhiu .top:hover img{transform: translatey(-5px);transition: all 0.6s;}


@media screen and (max-width:1850px) {
	.in23 .in2_con .con .con_le .le_top .tops{margin-right: 50px;}
}
@media screen and (max-width:1680px) {
	
.f_14{font-size: 12px;}
.f_16{ font-size:14px;}
.f_18{ font-size:16px;}
.f_20{ font-size:18px;}
.f_22{font-size: 20px;}
.f_24{ font-size:22px;}
.f_26{ font-size:24px;}
.f_28{ font-size:24px;}
.f_30{font-size: 24px;}
.f_32{ font-size:26px;}
.f_34{ font-size:28px;}
.f_36{ font-size:30px;}
.f_38{ font-size:32px;}
.f_40{font-size: 32px;}
.f_42{font-size: 32px;}
.f_46{font-size: 34px;}
.f_48{font-size: 36px;}
.f_56{font-size: 40px;}
.f_60{font-size: 42px;}
.f_64{font-size: 48px;}
.f_72{font-size: 60px;}


}
	
@media screen and (max-width:1600px) {
	.in4 .con .s_le{width: 50%;}
	.in4 .con .s_le .l2{margin: 15px 0 10px;}
	.in4 .con .s_le img{width: 25px;height: 25px;}
	.in23 .in2_con{padding: 70px 0 130px;}
	.in3_con {height: 840px;}
	.in3_con .con2_le img{width: 700px;}
	.in3_con .con2_re .re2{padding: 20px 0 30px;}
	.in5{padding: 0px 0 30px;}
	.floot .fl_con .con_re{padding-right: 80px;}

	.floot .fl_con .con_le{width: 44%;}
	.floot .bol{height: 80px;top: -79px;}

	.nav{height: 100px;}

	
}
@media screen and (max-width:1500px) {

	.nav .nav_con .con_re .ul{margin-right: 0;}
	.in3_con .con2_le img{width: 700px;}
}
@media screen and (max-width:1400px) {
	.in23 .in2_con .con .con_le .le_top .tops{margin-right: 50px;}
	.nav .nav_con .con_re .ul a{margin: 0 10px;}
	.in4 .con{margin-bottom: 28px;}
	.in4 .con_top{margin-bottom: 40px;}
	.in4 .con2{padding-top: 30px;}
	.fanhiu{width: 60px;font-size: 12px;}
	.fanhiu .timg{width: 40px;}

	.fanhiu .txt1{height: 85px;}

	.fanhiu .top{height: 65px;}
	.fanhiu .top img{width: 40px;}
	.floot .bol{height: 60px;top: -59px;}

	/* .floot .con2{height: 80px; line-height: 78px;} */
	
}
@media screen and (max-width:1050px) {
	.nav_y{display: block;}
	.fanhiu{display: none;}
	body{min-width: 200px;}
	.box{min-width: 200px;width: 90%;}
	.nav{display: none;}
	.f_14{font-size: 12px;}
	.f_16{font-size: 14px;}
	.f_18{font-size: 16px;}
	.f_24{font-size: 18px;}
	.f_26{font-size: 20px;}
	.f_28{font-size: 20px;}
	.f_30{font-size: 20px;}
    .f_34{font-size: 20px;}
	.f_36{font-size: 20px;}
	.f_48{font-size: 24px;}
	.f_60{font-size: 24px;}
	.in23 .in2_con{padding: 30px 0 50px;}
	.pc{display: none;}
	.yd{display: block;}
	.in1 .in1_ban .ban_bot{height: 70px;flex-wrap: wrap;width: 750px;}
	/* .in1 .in1_ban .ban_con{overflow-x:auto;position: static;} */
	.in1 .in1_ban .bots{position: absolute;bottom: 10px;overflow-x: auto;height: 80px;width: 100%;}
	.in1 .in1_ban .ban_bot .bot1{width: 150px;}
	.in1 .in1_ban .ban_bot .bot2{width: calc( 100% - 150px);}
	.in1 .in1_ban .ban_bot .bot2 .t .con{padding-left: 20px;}
	.in1 .in1_ban .ban_bot .bot2 .t .con img{width: 40px;height: 40px;}
	.in1 .in1_ban .ban_bot .bot2 .t .con span{line-height: 18px;font-size: 14px;}
	.in1 .in1_ban .ban_txt{right: 5%}
	.in1 .in1_ban .bots::-webkit-scrollbar{ width:4px;height: 1px;}
	.in1 .in1_ban .bots::-webkit-scrollbar-thumb{ background:#0069d1;}
	.in1 .in1_ban .bots::-webkit-scrollbar-track{ background:#fff;} 
	.in23 .in2_con .con .con_le{width: 100%;margin-top: 0px;}
	.in23 .in2_con .con{flex-wrap: wrap;}
	.in23 .in2_con .con .con_re{width: 100%;margin-top: 30px;}
	.in23 .in2_con .con .con_le .le_txt .li{padding-bottom: 10px;margin-bottom: 10px;}
	.in23 .in2_con .con .con_le .le_txt{padding-right: 20px;height: 155px;}
	.in23 .in2_con .con .con_le .le_txt .ul{width: calc( 100% - 20px);}
	.in23 .in2_con .con .con_le .le_top .tops{margin-right: 15px;}
	.in3_con{flex-wrap: wrap;}

	.in3_con .con2_le img{position: static;}
	.in3_con .con2_le img{width: 100%;}
	.in3_con{height: auto;position: relative;}
	.in3_con .con2_re{width: 100%;margin-bottom: 30px;}
	.swiper-button-next, .swiper-button-prev{display: none;}
	.in3_con .con2_re .re3_con{padding-right: 70px;}
	.in4 .beij{top: -20px;}
	.in3_con .con2_re .re3_top {margin: 30px 0 20px;}
	.in3_con .con2_re .re2{padding: 10px 0 20px;}
	.in3_con .con2_re .re2{line-height: 28px;}
	.in3_con .con2_re .re1{margin-top: 30px;}
	.in4 .con{padding: 0;margin-bottom: 30px;}
	.in4 .con .s_txt{flex-wrap: wrap;}
	.in4 .con .s_le{width: 100%;margin-bottom: 20px;}
	.in4 .con .s_re{width: 100%;}
	.in4 .con2{padding-top: 20px;z-index: 5;position: relative;border-top: 0;}
	.in4 .con2 .swiper-slide{width: 25%;}
	.in4 .con .s_le .txt{height: 170px;overflow-y: auto;padding-right: 15px;}
	.in4 .con .s_le .txt::-webkit-scrollbar{ width:4px;height: 1px;}
	.in4 .con .s_le .txt::-webkit-scrollbar-thumb{ background:#0069d1;}
	.in4 .con .s_le .txt::-webkit-scrollbar-track{ background:#fff;} 
	.in4{padding-bottom: 0px;}
	.in5{padding: 50px 0 0;}
	
	.liaojg{width: 130px;height: 44px;}
	.in5 .con_top{margin-bottom: 25px;}
	.in5 .ul{flex-wrap: wrap;}
	.in5 .ul .li{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.floot .bol{height: 35px;top: -34px;}
	.in6 .in6img {height: 220px;}
	.in6 .in6img img{transform: translateY(-5px);}
	.in6 .in6d .liaojg.act{margin: 20px auto 0;}
	.floot .fl_con .con_re{display: none;}
	.floot .fl_con .con_le{width: 100%;}
	.floot .fl_con{min-width: 200px;width: 90%;}
	.floot .fl_con{padding: 20px 0;}
	.floot .fl_con .con_le .ewm img{margin: 0;}
	.floot .fl_con .con_le .ewm{text-align: left;}
	.floot .fl_con .con_le .lt{margin-bottom: 20px;}
	/* .floot .fl_con .con_le .ewm img{width: 80px;height: 80px;} */

	.floot .fl_con .con_le .logo2{margin-bottom: 20px;}
	.floot .fl_con .con_le .l2{margin-top:0px;margin-left: 20px;}
	.floot .fl_con .con_le .ewm{width: 100px;text-align: center;}
	.floot .fl_con .con_le .ewm img{width: 100px;height: 100px;}
	.floot .fl_con .con_le .lt2{margin-bottom: 5px;line-height: 20px;}
	.floot .con2{flex-wrap: wrap;height: auto;line-height: 25px;text-align: center;padding: 15px 0;width: 90%;min-width: 200px;margin: 0 auto;}
	.floot .con2 .con2_re{margin: 0 auto;}

	.floot .fl_con .con_le .logo2{width: 100px;}

	/* .in6{background: url(../images/xingkong2.jpg) fixed;} */
	.in3_con .con_top{transform: translate(-50%,0px);}
	.in3_con .con2_re .re3_con .txt{padding-top:25px;}
}
@media screen and (max-width:960px) {
	.in4 .con2 .swiper-slide{width: 36%;}

	.fy{font-weight: 400;}
}