body{
	 overflow-x:hidden !important;  background:#fff;  line-height: 1.05;
	 font-family:'Microsoft YaHei','PingFang SC',1'Helvetica Neue','Helvetica','Arial',sans-serif;
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none; box-sizing:border-box;
}

.clear{
	clear:both;
}
a:hover{
	color:#004998;
}


.w1500{
	width:1600px; margin:0 auto;
}
.w1200{
	width:1600px; margin:0 auto;
}
.mt120{
	margin-top:120px;
}
.mb120{
	margin-bottom:120px;
}
.fwb{
	font-weight:bold;
}


.transition04{
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.transition0401{
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.clearboth{
	clear:both;
}

#main{
	position:relative; z-index:22;
}
.menu_body{
	display:none;
}

.header{
	width:100%; height:100px; position:fixed;
	top:0px; left:0px; z-index:111111111;
	box-shadow: 0px 8px 46px 0px rgba(52, 52, 52, 0.07);
}

.header .inheader{
	width:1600px; margin:0 auto; height:100px; position:relative;
	
}
.header .inheader .logo{
	position:absolute; left:0px; top:0px; height:100%;
	display: flex;  flex-direction: column; justify-content: center;
}
.header .inheader .logo img{
	height:46px;
}
.header .inheader .logo img:first-child{
	display:block;
}
.header .inheader .logo img:last-child{
	display:none;
}

.header .inheader .langul{
	float:right; display: flex; flex-direction: column; justify-content: center; height: 100px; display: none;
}
.header .inheader .langul a{
	font-size:16px; color:#fff; display: flex; 
}
.header .inheader .langul a .img img:first-child,
.header.yanse .inheader .langul a .img img:last-child{
    display: block;
}
.header .inheader .langul a .img img:last-child,
.header.yanse .inheader .langul a .img img:first-child{
    display: none;
}
.header .inheader .langul a span{
    display: flex; flex-direction: column; justify-content: center; margin-left: 8px;
}

.header .inheader a.coo {
	float: right;
	display: block;
	font-size: 16px;
	color: #fff;
	width: auto;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
	background: #004998;
	margin-top: 0;
	text-align: center;
	margin-left: 30px;
}
.header .inheader .searchdiv {
    cursor: pointer; float:right; margin:calc((100px - 22px) / 2) 30px 0 40px; position:relative; height: 22px; position: relative; z-index: 1111111111;
}
.header .inheader .searchdiv span{
    width: 40px; height: 22px; border-radius: 100px; background: #fff; border:1px solid  #fff; display: flex; text-align: center; justify-content: center; flex-direction: column;
}
.header .inheader .searchdiv span img{
    height: 13px; margin: 0 auto; transform: translateX(-1px);
}
.header .inheader .searchdiv  .searchshow {
    position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: none;
}
.header .inheader .searchdiv  .searchshow form{
    display: flex; border: 1px solid #262626; background: #fff; border-radius: 1000px; overflow: hidden;
}
.header .inheader .searchdiv  .searchshow form .form-control{
    width: 140px; height: 22px; line-height: 22px; padding: 0 15px; border: 0;
}
.header .inheader .searchdiv  .searchshow form .btn{
    width: 40px; height: 22px; border-radius: 100px; background:url(../images/search.png) no-repeat #fff; background-position: center center; background-size: auto 13px; border: 1px solid #fff; cursor: pointer;
}
.header .inheader .searchdiv:hover .searchshow{
    display: block;
}
.header.yanse .inheader .searchdiv span{
    border:1px solid  #262626;
}

.header .inheader .menu{
	position:relative; margin:0 auto; float:right;
}
.header .inheader .menu > li{
	float:left;   width:auto; text-align:center; box-sizing:border-box; height:100%; margin-left:55px;
	height:100px; line-height:94px; border-top:2px solid transparent;  position:relative;
}
.header .inheader .menu > li:first-child{
	margin-left:0px;
}
.header .inheader .menu > li:nth-last-child(2){
	margin-right:0px;
}
.header .inheader .menu li > a{
	color:#fff; font-size:16px; 
}

.header .inheader .menu > li.active:after,
.header .inheader .menu > li:hover:after{
	position:absolute; width:12px; height:2px; background:#004998; bottom:22px; left:50%; margin-left:-6px; content:" ";
	display:none;
}
.header .inheader .menu li.active > a,
.header .inheader .menu li:hover > a{
	color:#fff;
}
.header .inheader .menu li:marker{
	display:none;
}




@media all and (min-width:769px){
	.header .menu > li:hover .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
	.header .searchdiv:hover .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.menu li .icon_nav_item{
	display:none;
}
.header .menu > li .subnav{
	background: rgba(255,255,255,0.8);
	width: 200px;
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 10px 0;
	line-height: 38px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .3s;
	transform: translateX(-50%) !important;
}
.header .menu > li .subnav li{
	line-height:28px; text-align:left; padding: 0 15px; width:100%; position:relative; display:block; margin:0;
}
.header .menu > li .subnav li a{
	font-size:14px; color:#666;
}
.header .menu > li .subnav li:hover a,
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#004998;
}

.menubg {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    display: none !important;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    top: 100%;
    left: 0px;
    z-index: -2;
}

.header .headertel{
	float:right; font-size:18px; color:#004998; margin-left:60px;
}
.header .headertel img{
	float:left; margin-top:26px;
}
.header .headertel span{
	float:left; margin-left:12px;
}

.header.yanse{
	background:#fff;
	box-shadow: 0px 8px 46px 0px rgba(52, 52, 52, 0.07);
}
.header.yanse .inheader .logo img:first-child{
	display:none;
}
.header.yanse .inheader .logo img:last-child{
	display:block;
}
.header.yanse .inheader .menu li > a{
	color:#262626;
}
.header.yanse .inheader .menu li > a:hover{
	color:#004998;
}
.header.yanse .inheader .langul a {
    color: #262626;
}
.header.yanse .inheader .menu li li > a{
	color:#666;
}
.header.yanse .inheader .searchdiv img {
    filter: brightness(0);
}
.header .weblangul{
	display:none;
}


#main .flexslider{
	position:relative;
}
#main .flexslider .flex-control-nav{
	display:block; bottom: 60px; right:0%; width:100%;
}
#main .flex-control-paging li a{
	width:12px; height:12px; background:#fff; box-shadow: none;
}
#main .flex-control-paging li a.flex-active{
	background:#004998; width:12px; height:12px;
}
.flexslider .flex-control-nav-01{
	position:absolute;left:50%; width:1200px; margin-left:-600px; bottom:48px; z-index:111;
}
.flexslider .flex-control-nav-01 li a{
	display:block; color:#fff; font-size:16px; margin-top:18px; cursor:pointer;
}
.flexslider .flex-control-nav-01 li.flex-active a{
	font-size:20px; font-weight:bold;
}
.pro_banner_end{
	position:absolute; bottom:0px; left:0px; width:100%; z-index: 2;
}

#index01{
	margin:90px auto; width: 1700px; display: none;
}
#index01 .index01 {
    display: flex; justify-content: center;
}
.index01_list{
	width:calc(20% - 28px); margin-left:35px; border:2px solid #7b8aa6; background:#fff; text-align:center; float:left; padding:60px 0;
	display: block;
}
.index01_list:first-child{
	margin-left:0px;
}
.index01_list> img{
	display:inline-block; margin-bottom:38px;
}
.index01_list .t{
	font-size:20px; color:#052256;
}
.index01_list .line{
	width:75px; height:0px; background:#000; margin:5px auto;
}
.index01_list .b{
	font-size:14px; color:#666; line-height:18px;
}
.index01_list a{

}
.index01_list.on{
	transform:translateY(-25px); box-shadow: 0px 10px 20px 0px rgba(60, 94, 155, 0.4);
}
.index01_list.on .line{
	margin:25px auto; height:1px;
}
.index01_list.on a{

}



#index02 {
	margin-bottom:90px;
}
#index02 .swiper-container{
	width:100%;
}
#index02 .swiper-slide.dbv{
	width:62.5%;  height:660px; transform: scale(0.94); overflow:hidden;
}
#index02 .swiper-slide.dbv a{
	display:block; height:100%;
}
#index02 .swiper-slide.dbv video {
    display: block;
    width: 100%;
    background: #000;
    height: 100%;
    transform: scale(1.1);
    transition: transform .6s cubic-bezier(.25,.39,.25,1),opacity .6s ease-in-out;
}
#index02 .swiper-slide.dbv.swiper-slide-active{
	transform: scale(1);
}

#index02 .swiper-slide.dbv .text{
	position:absolute; width:100%; height:100%; top:0px; left:0px; z-index:110; text-align:center; color:#fff;
}
#index02 .swiper-slide.dbv .text .t{
	font-size:50px; font-weight:bold; margin-bottom:12px; margin-top:90px;
}
#index02 .swiper-slide.dbv .text .b{
	font-size:30px; 
}
#index02 .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 42px;
    transition: all .3s ease;
    z-index: 111;
    cursor: pointer;
}
#index02 .swiper-btn img{
	display:block; width:100%;
}
#index02 .swiper-btn.swiper-btn-prev{
	left:calc((100% - 1172px)/2); 
}
#index02 .swiper-btn.swiper-btn-next{
	right:calc((100% - 1172px)/2); 
}
#index02 .swiper-pagination-box{
	position:absolute; bottom:40px; text-align:center; width:100%; z-index:112;
}
#index02 .swiper-pagination-box .swiper-pagination-bullet{
	width:20px; height:2px; background:#938f90; border-radius:2px; margin:0 5px;
}
#index02 .swiper-pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:30px; height:4px; background:#fff;
}

.indext{
	font-size:50px; color:#222222; font-weight:bold; text-align:center;
}

#index03{
	margin-top:100px;
}
.index03{
	margin-top:50px; padding:0 100px;
}
.index03_in .swiper-slide{
    width: 25%; padding:30px 20px;
}
.index03_list{
	width:100%; margin-left:0px !important; float:none; position:relative; display: block; line-height: 1.3;
}
.index03_list .img{
	padding:50% 0; position:relative; overflow:hidden;
}
.index03_list .img img{
	position:absolute; left:50%; transform:translateX(-50%); top:0px; height:100%; display: block; min-width: 100.5%;
}
.index03_list .text{
	position:absolute; width:100%; padding:0 24px; bottom:30px; left:0px;
}
.index03_list .text .t{
	text-align:center; font-weight:bold; font-size:20px; color:#fff; margin-bottom:16px;
}
.index03_list .text .b{
	font-size:14px; overflow:hidden; opacity:0; color:#fff; 
}
.index03_list .text .b span{
	float:left;
}
.index03_list .text .b a{
	float:right; color:#fff; 
}

.index03_list:hover{
	transform:translateY(-10px); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.index03_list:hover .text .t{
	text-align:left;
}
.index03_list:hover .text .b{
	opacity:1;
}

#footer{
	background:#111724;
}

.footer_top{
	padding-top:60px; padding-bottom:30px; border-bottom:1px solid #eff0f0;
}
.footer_bottom{
	padding-top:15px; padding-bottom:15px; font-size:12px; color:rgba(255,255,255,0.5); line-height:1.2; text-align:center;
}
.footer_bottom a{
	color:rgba(255,255,255,0.5);
}
.footer_t_01{
	float:left;
}
.footer_top .t{
	font-size:16px; color:#fff; font-weight:bold; margin-bottom:10px;
}
.footer_top .b{
	font-size:12px; color:rgba(255,255,255,0.5);
}
.footer_top .c{
	overflow:hidden; border:2px solid #898c92; border-radius:4px; margin-top:18px;
}
.footer_top .c input:first-child{
	width:260px; text-align:left; padding:0 10px; font-size:14px; color:rgba(255,255,255,0.5); line-height:37px; border:0px; background:none; float:left;
}
.footer_top .c input:last-child{
	width:37px; line-height:37px; background:url(../images/footer_icon01.png) #898c92 no-repeat center center; border:0px; font-size:0px;float:left;
}

.footer_t_01:nth-child(2){
	margin-left:150px;
}
.footer_top .footer_t_01:nth-child(2) .c input:last-child{
	background:url(../images/footer_icon02.png) #898c92 no-repeat center center;
}
.footer_t_02{
	float:right;
}
.footer_top .footer_t_02 .b{
	line-height:24px;
}
.footer_menu{
	margin-top:75px;
}
.footer_menu > img{
	float:left; height:35px;
}
.footer_menu .footer_menu_list{
	float:right; margin-top:10px;
}
.footer_menu .footer_menu_list a{
	display:inline-block; font-size:14px; color:#fff; margin-left:60px;
}
.footer_menu .footer_menu_list a:first-child{
	margin-left:0px;
}

#proshow{
	margin:120px 0;
}

.top_top .t{
	text-align:center; font-weight:bold; color:#262626; font-size:40px; margin-bottom:32px;
}
.ls_img{
    display: block; width:100%;
}
.top_top .b{
	text-align:center; line-height:32px; color:#666666; font-size:18px;
}
#proshow .proshow_top{
	margin:40px auto;
}
#proshow .proshow_top .swiper-slide{
	width:100%; height:620px; overflow:hidden;
}
#proshow .proshow_top .swiper-slide a{
	display:block; width:100%; height: 100%;
}
#proshow .proshow_top .swiper-slide video{
	position:absolute;  width:100%; height:100%; top:50%; left:50%; transform:translateX(-50%) translateY(-50%) scale(1.1); background:#000;
}
#proshow .proshow_top .swiper-slide.dbv .text{
	position:absolute; width:100%; height:100%; top:0px; left:0px; z-index:110; text-align:center; color:#fff;
}
#proshow .proshow_top .swiper-slide.dbv .text .t{
	font-size:50px; font-weight:bold; margin-bottom:12px; margin-top:50px;
}
#proshow .proshow_top .swiper-slide.dbv .text .b{
	font-size:30px; 
}
.proshow_btm {
	position:relative;
}
.proshow_btm .swiper-btn-next,
.proshow_btm .swiper-btn-prev{
	position:absolute; height:42px; right:35%; top:12px;
}
.proshow_btm .swiper-btn-prev{
	left:35%; right:unset;
}
.proshow_btm .swiper-btn-next img,
.proshow_btm .swiper-btn-prev img{
	display:block; height:100%; cursor:pointer;
}
.proshow_btm .gallery-thumbs{
	width:20.8%; margin:0 auto;
}
.proshow_btm .gallery-thumbs .swiper-slide{
	height:60px; position:relative; overflow:hidden;
}
.proshow_btm .gallery-thumbs .swiper-slide:after{
	position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(255,255,255,0.56); z-index:1; content:" ";
}
.proshow_btm .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{
	display:none;
}
.proshow_btm .gallery-thumbs .swiper-slide > img{
	position:absolute; height:100%; top:0%; left:50%; transform:translateX(-50%);
}
.proshow_end{
	overflow:hidden; margin-top:80px;
}
.proshow_end .proshow_end_list{
	width:47.5%; float:left;
}
.proshow_end .proshow_end_list:nth-child(2){
	float:right;
}
.proshow_end .proshow_end_list img{
	display:block; width:100%;
}
.proshow_end .proshow_end_list .t{
	font-size:16px; color:#1a1a1a; margin:20px 0 15px; font-weight:bold; 
}
.proshow_end .proshow_end_list .b{
	font-size:15px; color:#666; line-height:28px;
}



.page_div{
	margin:80px 0 100px;
}
.page_div_in{
	background:#fff; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1); padding:60px !important;
}
.page_title{
	margin-bottom:40px; position: relative;
}
.page_title span{
	display:inline-block; font-size:36px; color:#353535; font-weight:bold; position:relative;
	padding:0 20px;
}
.page_title span::before{
	content:" "; left:0px; top:0px; width:3px; height:100%; position:absolute; background:#004998;
}
.page_title sub{
	display:inline-block; font-size:16px; color:#999;
}
.page_title sub.prosub{
    display:block; font-size:18px; margin-top: 15px; margin-left: 22px;
}

.page_content{
	padding:0 80px; margin-bottom:40px;
}
.page_content .t{
	font-size:24px; color:#4c4c4c; font-weight:bold; text-align:center; margin-bottom:15px;
}
.page_content .b{
	font-size:16px; color:#4c4c4c; text-align:center; line-height:24px;
}
.page_content .gys_con{
	overflow:hidden; margin-top:50px;
}
.page_content .gys_con .gys_list{
	float:left; width:17%; margin-left:6.4%; text-align:center;
}
.page_content .gys_con .gys_list img{
	display:inline-block; height:78px;
}
.page_content .gys_con .gys_list div{
	font-size:18px; color:#353535; font-weight:bold;  line-height:24px; margin-top:10px;
}



.page_div_in.none_site{
	box-shadow:none; padding:0px !important;
}
.page_title .page_title_b{
	font-size:15px; color:#808080; line-height:32px; margin-top:25px; padding:0 22px;
}
.page_content_02{
	 position:relative;
}
.page_content_02 .zxns_img{
	width:100%; display:block;
}
.page_content_02 .zxns_text{
	position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:2; text-align:center;
	display:flex;  flex-direction: column; justify-content: center;
}
.page_content_02 .zxns_text span{
	display:inline-block; font-size:20px; border-radius:200px; color:#fff; background:#004998;
	padding:12px 48px;
}
.page_content_02 .zxns_text .tbg{
	display:inline-block;
	  border-radius: 10px;
	  background-color: rgb(255, 255, 255,0.6);
	  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
	  padding:50px 70px;
}



.yyly_div{
	margin-bottom:100px;
}
.yyly_list{
	padding-top:80px;
}
.yyly_list .img{
	position:relative; float:right; padding:24.2% 0; overflow:hidden; width:73.33%;
}
.yyly_list .img img{
	position:absolute; left:50%; top:0px; height:100%; transform:translateX(-50%);
}
.yyly_list_in{
	position:relative;
}
.yyly_list .text{
	width:36.66%; position:absolute;height:76%; top:12%; background:#fff; box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
	display:flex;  flex-direction: column; justify-content: center; padding:0 40px; z-index:2;
}
.yyly_list .text .t{
	font-size:24px; color:#262626; margin-bottom:20px;
}
.yyly_list .text .b{
	font-size:16px; color:#666; line-height:30px;
}

.yyly_list:nth-child(2n) .img{
	float:left;
}
.yyly_list:nth-child(2n) .text{
	right:0px;
}


.down_list{
	overflow:hidden; width:100%; margin-top:30px; line-height:24px;
}
.down_list:first-child{
	margin-top:0px;
}
.down_list span{
	float:left; font-size:16px; color:#333333; margin:0 40px 0 20px;
}
.down_list a.downt{
	float:left; font-size:16px; color:#3c5e9b; width:calc(100% - 300px);
}
.down_list a.downa{
	float:right; font-size:16px; color:#3c5e9b;
}


.page_content_03{
	padding:0 20px;
}
.page_content_03 .input01{
	line-height:56px; width:48%; font-size:	16px; color:#b2b2b2; border:0px; border-bottom:1px solid #e6e6e6; float:left;
	margin-top:10px;
}
.page_content_03 .input01:nth-child(2n){
	float:right;
}
.page_content_03 .input01:nth-child(2n+1){
    clear: both;
}
.page_content_03 .input01:nth-child(-n+2){
	margin-top:0px;
}
.page_content_03 .input01.input02{
	height:57px;
}
.page_content_03 .input01.input03{
	width:100%; resize: none; height:120px; clear:both; margin-bottom:100px;
}
.submit{
	text-align:center; clear:both;
}
.submit input{
	font-style:15px; color:#fff; width:200px; line-height:36px;  border-radius:300px; margin:0 auto; background:#262626;
	display:block; border:0px;
}


.contact_top{
	margin-bottom:50px;
}
.contact_l{
	float:left; width:45%; padding-left:20px;
}
.contact_l .t{
	font-weight:bold; font-size:20px; color:#262626; margin-top:36px;
}
.contact_l .t:first-child{
	margin-top:0px;
}
.contact_l .b{
	font-size:16px; color:#999999; line-height:36px; margin-top:12px;
}
.contact_r{
	float:right; width:50%;
}
.contact_r .input01{
	line-height:56px; width:100%; font-size:	16px; color:#b2b2b2; border:0px; border-bottom:1px solid #e6e6e6;
	margin-top:10px;
}
.contact_r .input01.input03 {
    width: 100%;
    resize: none;
    height: 56px;
    overflow: auto;
    line-height: 24px;
    padding: 16px 0;
}
.contact_r .submit{
	text-align:center; margin-top:50px;
}
.contact_r .submit input{
	font-style:15px; color:#fff; width:200px; line-height:36px;  border-radius:300px; margin:0 auto; background:#262626;
	display:block; border:0px;
}
#dituContent{
	width:100%; height:450px;
}
#dituContent *{
	box-sizing:content-box;
}
#dituContent .iw_poi_title{
	color:#004998;
}
#dituContent .iw_poi_content{
	margin-top:15px;
}


.page_content.page_content05{
	padding:0px !important;
}
.dls_con{
	overflow:hidden; position:relative; margin-top:40px;
}
.dls_con:after{
	position:absolute; width:80%; left:10%; background:#e1e3e6; height:1px; z-index:1; content:" "; top:30%;
}
.dls_con .dls_list{
	width:20%; text-align:center; padding:0 20px; float:left; position:relative; z-index:2;
}
.dls_con .dls_list img{
	display:inline-block; width:130px;
}
.dls_con .dls_list .t{
	font-size:18px; color:#353535; margin:20px 0 10px;
}
.dls_con .dls_list .b{
	font-size:14px; color:#808080; line-height:18px;
}



.page_content_06 .fwzc_list{
	width:25%; text-align:center;  padding:50px 0; float:left; background:#fff; position:relative; z-index:1;
}
.page_content_06 .fwzc_list:nth-child(2){
	margin:0 12.5%;
}
.page_content_06 .fwzc_list:hover{
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1); z-index:2;
}
.page_content_06 .fwzc_list img{
	display:inline-block; height:100px;
}
.page_content_06 .fwzc_list .t{
	font-size:24px; color:#4c4c4c; padding:25px 0 50px;
}
.page_content_06 .fwzc_list .b{
	font-size:16px; color:#666666; padding-bottom:10px; border-bottom:1px solid #666666;
}


.fwzc_l{
	width:24%; float:left; border:1px solid #e1e3e6; background:#f5f7f9; padding-bottom:200px;
}
.fwzc_r{
	width:71%; float:right;
}
.big_list .big_list_top{
	overflow:hidden; line-height:40px; padding:0 20px; border-bottom:1px solid #f5f7f9; border-top:1px solid #f5f7f9; display:block;
}
.big_list:first-child .big_list_top{
	border-top:0px;
}
.big_list .big_list_top .big_list_l{
	float:left; font-size:16px; color:#333333; display:block;
}
.big_list.on .big_list_top{
	border-color:#e1e3e6; background:#fff;
}
.big_list.on .big_list_top .big_list_l{
	color:#3884ff;
}
.big_list .big_list_top span{
	display:block; float:right; cursor:pointer;
}
.big_list .big_list_top span img{
	margin-top:16px; 
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg); 
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.big_list.on.show .big_list_top span img{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg); 
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg); 
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.big_list.on .big_list_top,.big_list:hover .big_list_top{
	border-color:#e1e3e6; background:#fff;
}
.big_list.on .big_list_top .big_list_l,.big_list:hover .big_list_top .big_list_l{
	color:#3884ff;
}
.big_list  ul{
	width:calc(100% - 20px); margin-left:20px; border-left:1px solid #e1e3e6; display:none;
}
.big_list  ul li{
	display:block; line-height:38px; border-bottom:1px solid #f5f7f9; border-top:1px solid #f5f7f9; padding-left:20px;
}
.big_list  ul li a{
	display:block; font-size:14px; color:#808080;
}
.big_list  ul li.on,.big_list  ul li:hover{
	border-color:#e1e3e6; background:#f5f5f5;
}


.fwzc_r .big_t{
	font-size:36px; color:#353535; font-weight:bold; padding:40px 0; border-bottom:2px solid #e1e3e6;
}
.fwzc_r .fwzc_r_list{
	padding:45px 0; border-bottom:1px solid #e1e3e6;
}
.fwzc_r .small_t{
	font-size:24px; color:#353535; font-weight:bold; margin-bottom:15px;
}
.fwzc_r .b{
	font-size:16px; color:#666666; line-height:28px;
}





.us_div_01{
	margin:120px 0 80px;
}
.us_01_top{

}
.us_01_bottom{

}
.us_01_top .page_title{
	margin-bottom:24px;
}
.us_01_top .us_01_top_l{
	width:51.67%; float:left;
}
.us_01_top .us_01_top_l .b{
	font-size:15px; color:#808080; line-height:32px; padding:0 20px 30px;
}
.us_01_top .us_01_top_r{
	width:41.67%; right:0; top:0px; height:100%; position:absolute; background:#e6f0fa;
}
.us_01_top .us_01_top_r .img{
	position:absolute; width:100%; height:100%; right:40px; bottom:40px; overflow:hidden;
}
.us_01_top .us_01_top_r .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}



.us_01_bottom .us_01_bottom_r{
	width:50%; float:left;
}
.us_01_bottom .us_01_bottom_r img{
	width:100%; display:block;
}
.us_mid{
	width:100%; display:block;
}

.us_div_02_btm{
	margin-top:-60px; position:relative; z-index:22;
}
.us_div_02_list{
	width:calc(25% - 15px); margin-left:20px; text-align:center; padding:30px 0;  float:left;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.us_div_02_list:first-child{
	margin-left:0px;
}
.us_div_02_list img{
	display:inline-block; width:110px;
}
.us_div_02_list .t{
	font-size:18px; color:#4c4c4c; margin-top:22px;
}
.us_div_03{
	margin:80px 0;
}
.us_div_03_in > img{
	width:43%; float:left; margin:0 6% 0 16%;
}
.us_div_03 .us_div_03_r{
	float:left; width:35%;
}
.us_div_03 .us_div_03_r .us_div_03_list{
	overflow:hidden; margin-top:78px;
}
.us_div_03 .us_div_03_r .us_div_03_list:first-child{
	margin-top:0px;
}
.us_div_03 .us_div_03_r .us_div_03_list:nth-child(2),
.us_div_03 .us_div_03_r .us_div_03_list:nth-child(3){
	margin-left:80px;
}
.us_div_03 .us_div_03_r .us_div_03_list .l{
	float:left; font-size:48px; color:#262626; font-weight:bold;
}
.us_div_03 .us_div_03_r .us_div_03_list .r{
	float:left; margin-left:60px;
}
.us_div_03 .us_div_03_r .us_div_03_list .r .t{
	font-size:18px; color:#333; margin-bottom:20px;
}
.us_div_03 .us_div_03_r .us_div_03_list .r .b{
	font-size:16px; color:#666;
}


#pages{
	text-align:center; margin-top:80px; font-size:16px;
}
#pages li{
	display:inline-block; margin:0 5px;
}
#pages li a{
	color:#333;
}
#pages li.active a{
	color:#004998;
}


.bannertext{
	position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:22; text-align:center;
}
.bannertext .t{
	transition: All 1s ease 0s;
	-webkit-transition: All 1s ease 0s;
	-moz-transition: All 1s ease 0s;
	-o-transition: All 1s ease 0s;
}
.bannertext .b{
	transition: All 1s ease 1.2s;
	-webkit-transition: All 1s ease 1.2s;
	-moz-transition: All 1s ease 1.2s;
	-o-transition: All 1s ease 1.2s;
}
.bannertext a{
	transition: All 1s ease 2s;
	-webkit-transition: All 1s ease 2s;
	-moz-transition: All 1s ease 2s;
	-o-transition: All 1s ease 2s;
}
.bannertext .t{
	font-size:80px; color:#fff; font-weight:bold; margin: 9% 0 30px; transform:translateY(90px); opacity:0;
}
.bannertext .b{
	font-size:30px; color:#fff; font-weight:bold; margin-bottom:18%; transform:translateY(180px); opacity:0;
}
.bannertext a{
	display:inline-block; font-size:16px; color:#fff; border:2px solid #fff; transform:translateY(180px); opacity:0;
	border-radius:200px; padding:12px 28px;
}
.flex-active-slide .bannertext .t{
	transition: All 1s ease 0s;
	-webkit-transition: All 1s ease 0s;
	-moz-transition: All 1s ease 0s;
	-o-transition: All 1s ease 0s;
}
.flex-active-slide .bannertext .b{
	transition: All 1s ease 0.7s;
	-webkit-transition: All 1s ease 0.7s;
	-moz-transition: All 1s ease 0.7s;
	-o-transition: All 1s ease 0.7s;
}
.flex-active-slide  .bannertext a{
	transition: All 1s ease 1.4s;
	-webkit-transition: All 1s ease 1.4s;
	-moz-transition: All 1s ease 1.4s;
	-o-transition: All 1s ease 1.4s;
}
.flex-active-slide .bannertext .t{
	transform:translateY(0); opacity:1;
}
.flex-active-slide .bannertext .b{
	transform:translateY(0); opacity:1;
}
.flex-active-slide .bannertext a{
	transform:translateY(0); opacity:1;
}


.page_news_tab{
	font-size:0px; text-align:center; margin:40px 0;
}
.page_news_tab a{
	display:inline-block;  font-size:18px; color:#004998; border:2px solid #004998; border-radius:200px;
	margin:0 10px; padding:14px 44px;
}
.page_news_tab a.active{
	background:#004998; color:#fff;
}

.page_news_con a{
	display:block; padding:40px 0; border-bottom:1px solid #f2f2f2; overflow:hidden;
}
.page_news_con a:first-child{
	padding-top:0px;
}
.page_news_con a .img{
	width:30%; float:left; padding:10% 0; position:relative; overflow:hidden;
}
.page_news_con a .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}
.page_news_con .text{
	width:66.66%; float:right; margin-top:30px;
}
.page_news_con .text .t{
	font-size:20px; color:#1a1a1a;
}
.page_news_con .text .b{
	font-size:16px; color:#666; line-height:24px; margin:24px 0 30px;
}
.page_news_con .text .c{
	overflow:hidden; font-size:16px; color:#999;
}
.page_news_con .text .c span:first-child{
	float:left; 
}
.page_news_con .text .c span:last-child{
	float:right;
}
.page_news_con .text:hover .t,.page_news_con .text:hover .b,
.page_news_con .text:hover .c span:first-child,.page_news_con .text:hover .c span:last-child{
	color:#3d5f9b;
}

.local{
	 border-bottom:1px solid #f0efef; padding-bottom:15px; font-size:14px; color:#666;
	 margin-bottom:40px;
}
.local a{
	color:#666;
}
.news_show_left .t{
	font-size:24px; color:#333;
}
.news_show_left .b{
	font-size:16px; color:#666; border-bottom:1px solid #f0efef; padding:20px 0; margin-bottom:20px;
}
.news_show_left .c{
	font-size:16px; color:#999; line-height:30px; border-bottom:1px solid #f0efef; padding-bottom:30px; margin-bottom:30px;
}
.news_show_left .c img{
	max-width:100%; display: inline-block !important;
}
.pager{
	overflow:hidden;font-size:14px; color:#999; 
}
.pager p{
	display:block; margin-bottom:15px;
}
.pager p:last-child{
	margin-bottom:0px;
}
.pager p a{
	color:#999; 
}



.us_01_third  .us_01_top_l{
	width:100%; margin:30px 0; float:none;
}
.us_01_end{
	width:100%;
}
.us_01_end img{
	display:block; width:100%;
}
.us_01_end  .b {
    font-size: 15px;
    color: #808080;
	margin-top:30px;
    line-height: 32px;
	text-align:center;
}


.us_div_01_new{
	background:#f7f7f7; padding:60px 0;
}
.us_div_01_new  img{
	width:13.16%; float:left;
}
.us_div_01_new  .us_01_top_l{
	width:84.16%; float:right;
}
.us_div_01_new  .us_01_top_l .page_title{
	margin:0px;
}
.us_div_01_new  .us_01_top_l .new_b{
	margin:12px 0; font-size:20px; color:#353535; font-weight:bold;
}
.us_div_01_new  .us_01_top_l .text{
	font-size:16px; color:#808080; line-height:32px;
}
.us_div_02_new_top{
	width:100%; padding:70px 0 100px; background:url(../images/us_div_02_new_top.jpg) center center no-repeat;
	background-size:cover;
}
.us_div_02_new_top .ttt{
	font-size:48px; color:#18d6ff; text-align:center;
}
.us_div_02_new_top .ttb{
	font-size:40px; color:#18d6ff; margin:30px 0 35px; text-align:center;
}
.us_div_02_new_top .ttc{
	font-size:16px; color:#e5e5e5; line-height:32px; padding:0 90px;
}


.page_news_con_index{
    display: none;
}
.page_news_con_index.active{
    display: flex;
}
a.page_news_con_index_more{
    font-size: 24px; color: #222; display: block; width: 212px; line-height: 66px; border: 1px solid  #d2d2d2; border-radius: 200px; margin: 60px auto 0; padding: 0 !important; text-align: center;
}


.new_zp_01{
    display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}
.new_zp_01_list{
    width: 48.5%; background: #f9f9f9; padding: 35px 10px;
    display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}
.new_zp_01_list .img{
    width:28.5%;
}
.new_zp_01_list .img img{
    width:100%; display:block;
}
.new_zp_01_list .text{
    width:71.5%; display: flex; flex-direction: column; justify-content: center; padding-left: 20px;
}
.new_zp_01_list .text .t{
    font-size: 22px; color: #525252; 
}
.new_zp_01_list .text .line{
    width:32px; height: 4px; margin: 12px 0; background: #004998;
}
.new_zp_01_list .text .b{
    font-size: 16px; color: #525252;  line-height: 1.875;
}
.new_zp_01_list .text .b a,.new_zp_01_list .text .b span{
    color: #004998;
}
.new_zp_02_list{
    margin-top: 30px; border-bottom: 1px solid #f2f2f2;
}
.new_zp_02_list_top{
    padding: 30px 25px;
    display: flex; flex-direction: row; justify-content: space-between;
}
.new_zp_02_list_top_left{
    display: flex; flex-direction: column; justify-content: center;
}
.new_zp_02_list_top_left .t{
    font-size: 22px; color: #525252; margin-bottom: 20px;
}
.new_zp_02_list_top_left .b{
    font-size: 14px; color: #525252;
}
.new_zp_02_list_top_right{
    display: flex; flex-direction: row; justify-content: space-between;
}
.new_zp_02_list_top_right_left{
    display: flex; flex-direction: column; justify-content: center;
}
.new_zp_02_list_top_right_left .t{
    font-size: 18px; color: #525252; margin-bottom: 12px;
}
.new_zp_02_list_top_right_left .b{
    font-size: 14px; color: #525252;
}
.new_zp_02_list_top_righta{
    display: flex; flex-direction: column; justify-content: center; margin-left: 90px;
}
.new_zp_02_list_top_righta img{
    display: inline-block; width:34px;
}
.new_zp_02_list_top_righta img:first-child{
    display:none;
}
.new_zp_02_list_top_righta img:last-child{
    display: inline-block;
}
.new_zp_02_list_bottom{
    font-size: 14px; color: #666; line-height: 1.75; padding: 25px 0; display: none;
}

.new_zp_02_list.active .new_zp_02_list_top{
    background-image: -moz-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(239,239,239) 55%, rgb(248,248,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(239,239,239) 55%, rgb(248,248,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(239,239,239) 55%, rgb(248,248,248) 100%);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.28);   
}
.new_zp_02_list.active .new_zp_02_list_bottom{
    display: block;
}
.new_zp_02_list.active .new_zp_02_list_top_righta img:first-child{
    display: inline-block;
}
.new_zp_02_list.active .new_zp_02_list_top_righta img:last-child{
    display:none;
}

.new_hz_01{
    display: flex; flex-direction: row; justify-content: left; flex-wrap: wrap;
}
.new_hz_list{
    width: 31.5%; margin-top: 40px; margin-left: 2.75%; border: 1px solid #efefef; padding: 40px 25px; padding-right: 0;
}
.new_hz_list:nth-child(3n+1){
    margin-left: 0px;
}
.new_hz_list:nth-child(-n+3){
    margin-top: 0px;
}
.new_hz_list .t{
    font-size: 18px; color: #333; font-weight: bold; margin-bottom: 35px;
}
.new_hz_list .b{
    font-size: 14px; color: #9a9a9a; line-height: 2.15;
}
.new_hz_list .b img{
    display:inline-block; height: 15px; margin-right: 10px; transform: translateY(4px);
}

.yyly_list0_top{
    width:100%; height: 70px;
}
.yyly_list{
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 50px !important;  
    overflow: hidden;
}
.yyly_list .new_text{
    float: left; width: 39%;
}
.yyly_list .new_img{
    float: right; width: 43.5%; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}
.yyly_list:nth-child(2) .new_img{
    width:58%;
}
.yyly_list:nth-child(6) .new_img,
.yyly_list:nth-child(8) .new_img,
.yyly_list:nth-child(10) .new_img,
.yyly_list:nth-child(12) .new_img{
    width: 50%;
}
.yyly_list:nth-child(4n) .new_text{
    float: right;
}
.yyly_list:nth-child(4n) .new_img{
    float: left;
}

.yyly_list .new_text .new_t{
    margin-bottom: 15px; font-size: 24px; color: #333;
}
.yyly_list .new_text .new_t span{
    display: inline-block; transform: translateY(-70%);
}
.yyly_list .new_text .new_t img{
    display: inline-block; width: 48px; margin-right: 10px;
}
.yyly_list .new_text .new_b{
    font-size: 16px; color: #333; line-height:1.875;
}
.yyly_list .new_img a{
    width: 40%; text-align: center; margin-bottom: 10px;
}
.yyly_list .new_img a img{
    display: block; width: 100%; margin-bottom: 10px;
}
.yyly_list .new_img a .imgbtm{
    font-size: 16px; color: #333; line-height: 1.875;
}
.yyly_list .new_img a .imgbtmb{
    font-size: 14px; color: #333; line-height: 1.875;
}
.yyly_list:nth-child(6) .new_img a{
    width: 40%; margin: 0 5%;
}
.yyly_list:nth-child(6) .new_img a:nth-child(-n+2){
    /*margin-left: 9.5%;
    margin-right: 9.5%;*/
}

.yyly_list:nth-child(8) .new_img a{
    width: 100%;
}

.yyly_list:nth-child(2) .new_img a,.yyly_list:nth-child(4) .new_img a,.yyly_list:nth-child(8) .new_img a{
    margin:0 auto !important; width: 40%;
}

.page_pdf{
    position: absolute; right: 0px; top:50%; transform: translateY(-50%); display: block;
}
.page_pdf img{
    display: inline-block; width: 38px;
}
.page_pdf i{
    display: inline-block; font-size: 16px; color: #666; margin-left: 15px; font-style: normal; transform: translateY(-15px);
}

.new_pro_show{
   display: flex; flex-direction: row; justify-content: space-between;   
}
.new_pro_show .new_img{
    width: 35%;
}
.new_pro_show .new_img img{
    display: block; width: 100%;
}
.new_pro_show .new_text{
    width: 55%;
}
.new_text_list{
    margin-top: 50px;
}
.new_text_list:first-child{
    margin-top: 0;
}
.new_text_list .new_text_list_t{
    font-size: 24px; color: #004998; margin-bottom: 12px;
}
.new_text_list .new_text_list_b{
    font-size: 16px; color: #333; line-height: 1.75;
}

.pro_table{
    margin-top: 30px;
}
.pro_table table{
    width: 100% !important;
}
.pro_table td{
    height: 50px; line-height: 1.5;  padding: 15px 0;
}
.pro_table tr td{
    font-size: 12px; color: #333; padding-left: 5px; border: 1px solid #ddd; width: 11.11%; text-align: center;   vertical-align: middle;
}
/*
.pro_table .table0011 tr td{
    width: 11.11%;
}
.pro_table .table0021 tr td{
    width: 9.09%;
}
.pro_table .table0022 tr td{
    width: 9.09%;
}
.pro_table .table0023 tr td{
    width: 10%;
}
.pro_table .table0024 tr td{
    width: 7.692%;
}
.pro_table .table0031 tr td{
    width: 9.09%;
}
*/
.pro_table tr td a{
    color: #004998;
}
.pro_table tr td a:hover{
    color: #004998; text-decoration: underline;
}
.pro_table tr:first-child td{
    font-size: 16px; color: #fff; background: #a9a9a9 !important;
}
.pro_table tr:nth-child(2n+1) td{
    background: #f2f2f2;
}


.pro_all_list{
    position: relative; margin: 60px auto; display: none;
}
.pro_all_list .swiper-container{
    width: calc(100% - 60px); margin: 0 auto;
}
.pro_all_list .swiper-container .swiper-btn{
    position: absolute;
}
.pro_all_list .swiper-container .swiper-slide{
    display: block; width: 20%; padding: 0 20px;
}
.pro_all_list .swiper-container .swiper-slide .pro_all_list_li_in{
    width:100%; padding:30px 0 50px; text-align: center;
}
.pro_all_list .swiper-container .swiper-slide .pro_all_list_li_in .proimg img{
    display: inline-block; max-width: 80%; max-height: 80%;
}
.pro_all_list .swiper-container .swiper-slide .pro_all_list_li_in .text{
    font-size: 16px; color: #000; margin-top: 30px;
}
.pro_all_list .swiper-container .swiper-slide:hover .pro_all_list_li_in{
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.11); background: #f7f7f7;
}
.pro_all_list .swiper-container .swiper-slide:hover .pro_all_list_li_in .text{
    font-size: 18px; color: #004998; font-weight: bold;
}
.pro_all_list .swiper-button-next,.pro_all_list .swiper-button-prev {
  color: #222;
}


.index03_in{
    position: relative;
}
.index03_in .swiper-button-next,.index03_in .swiper-button-prev {
  color: #222;
}
.index03_in .swiper-button-next,.index03_in  .swiper-container-rtl .swiper-button-prev {
  right: -30px;
  left: auto;
}
.index03_in  .swiper-button-prev,.index03_in  .swiper-container-rtl .swiper-button-next {
  left: -30px;
  right: auto;
}
.new_hz_desc{
    font-size: 18px; color: #333; text-align: center; margin-top: 60px;
}
.zpimglist{
    margin: 30px auto;
}
.zpimglist img{
    display: block; width: 100%;
}

.new_zp_02{
    margin-bottom: 30px;
}
.zpimglist .swiper-container .t{
    font-size: 18px; color: #333; margin: 20px 0; text-align:center;
}
.zpimglist .swiper-pagination{
    width:100%; text-align: center;
}
.zpimglist .swiper-pagination .swiper-pagination-bullet{
    margin: 0 5px;
}
.new_0422_us{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new_0422_us_left{
     width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;   
}
.new_0422_us_right{
    width: 63.5%;
}
.new_0422_us_left .t{
    margin-top: 15px; text-align: center; font-size: 18px; color: #333;
}
.new_0422_us_left_swiper .swiper-slide img{
    display: block; width: 100%;
}
.new_0422_us_left_swiper{
    width: 100%;
}

.new_0422_us_right{
    overflow: hidden;
}
.new_0422_us_right .bigt{
    font-size: 140px; color: #333; opacity: 0.04; font-weight: bold;
}
.new_0422_us_right .comb{
    transform: translateY(-40px);
}
.new_0422_us_right .bigb{
    font-size: 36px; color: #333; margin-bottom: 25px;
}
.new_0422_us_right .bigc{
    font-size: 16px; color: #5e5e5e; line-height: 30px;
}

.new_0422_us_right_swiper{
    overflow: hidden; transform: translateX(-20px); width: calc(100% + 20px); margin-top: 55px;
}
.new_0422_us_right_swiper .swiper-slide{
    width: calc(33.33% - 20px); margin-left: 20px;
}
.new_0422_us_right_swiper .swiper-slide img{
    display: block; width: 100%;
}
.new_0422_us_right_swiper .swiper-slide .t{
    margin-top: 10px; text-align: center; font-size: 18px; color: #333;
}



.index_banner_swiper .swiper-slide{
    position: relative; overflow: hidden;
}
.index_banner_swiper .swiper-slide .bannerimg{
    display: block; width: 100%;
}
.index_banner_swiper .swiper-slide .textimg{
    width: 1600px; position: absolute; left: 50%; top: 50%; transform:translateX(-50%) translateY(-50%); display: flex; color: #fff; font-weight: bold; line-height: 1.37; font-size: 54px;
}
.index_banner_swiper .swiper-slide .textimg .txtinb{
    font-size: 0.55em; font-weight: normal; margin-top: 15px;
}
.index_banner_swiper .swiper-slide .textimg .textimg_left{
    width: 50%;
}
.index_banner_swiper .swiper-slide .textimg .textimg_right{
    width: 50%;
}
.index_banner_swiper .swiper-slide .textimg img{
    display: block; width: 87.75%;
}
.index_banner_swiper .swiper-slide .textimg .txt{
    display: flex; flex-direction: column; justify-content: center; height: 100%;
}
.index_banner_swiper .swiper-slide .textimg .textimg_left .txt{
    text-align: left; padding-left:100px;
}
.index_banner_swiper .swiper-slide .textimg .textimg_right .txt{
    text-align: right; padding-right:100px;
}
.index_banner_swiper .swiper-slide .textimg .textimg_left{
    transform: translateX(-1000px); opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.index_banner_swiper .swiper-slide.swiper-slide-active .textimg .textimg_left{
    transform: translateX(0px); opacity: 1;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    -ms-transition: all 1s ease 0.1s;
}
.index_banner_swiper .swiper-slide .textimg .textimg_right{
    transform: translateX(1000px); opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.index_banner_swiper .swiper-slide.swiper-slide-active .textimg .textimg_right{
    transform: translateX(0px); opacity: 1;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}
.swiper_pagination_index{
    position: absolute; width: 100%; bottom: 50px; left: 0; z-index: 2222;
}
.swiper_pagination_index .swiper-pagination-bullet{
    width: 12px; height: 12px; border-radius: 100px; background: #fff; margin: 0 6px; opacity: 1;
}
.swiper_pagination_index .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 32px;background: #004998; opacity: 1;
}


.index_newpading{
    padding: 100px 0;
}
.index02_new_in{
    display: flex; flex-wrap: wrap; justify-content: space-between;
}
.index02_new_left{
    width: 52.75%;
}
.index02_new_left_in{
    display: flex; justify-content: center; flex-direction: column; height: 100%;
}
.index02_new_t{
    font-size: 48px; color: #000; font-weight: bold;
}
.index02_new_b{
    font-size: 24px; color: #000; margin: 20px 0 35px;
}
.index02_new_c{
    font-size: 16px; color: #4c4c4c; line-height: 1.875;
}
.index02_new_c,.index02_new_c *{
    text-wrap-mode: unset !important;
}
.index02_new_list{
    display: flex; margin-top: 30px;
}
.index02_new_li{
    margin-right: 120px;
}
.index02_new_li:last-child{
    margin-right: 0;
}
.index02_new_li_t{
    color: #333;
}
.index02_new_li_t span{
    display: inline-block; font-size: 72px; font-family: Impact;
}
.index02_new_li_t sub{
    display: inline-block; font-size: 24px;
}
.index02_new_li_b{
    color: #666; font-size: 18px; margin-top: 12px;
}
.index02_new_li:hover .index02_new_li_t span{
    color:#004998;
}
.index02_new_right{
    width: 43.75%;
}
.index02_new_right img{
    display: block; width: 100%;
}

.index03_new{
    padding-top: 0 !important;
}
.index03_new .index02_new_t{
    text-align: center;
}
.index03_new_swiper{
    width: calc(100% - (100% - 1600px) / 2); margin-left: calc((100% - 1600px) / 2); margin-top: 40px;
}
.index03_new_swiper .swiper-slide{
    display: flex; justify-content: space-between; position: relative;
}
.index03_new_swiper .swiper-slide::before{
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; content: ""; background: rgba(154,171,189,0.5); z-index: 2; border-radius: 10px;
}
.index03_new_swiper .swiper-slide.swiper-slide-active::before{
    display: none;
}
.index03_new_swiper .swiper-slide.swiper-slide-prev::before{
    background: rgba(255,255,255,1);
}
.index03_new_swiper .swiper-slide .s_video{
    width: 56.32%; border-radius: 10px; overflow: hidden;
}
.index03_new_swiper .swiper-slide .s_video video{
    display: block; width: 100%; background: #000;
}
.index03_new_swiper .swiper-slide .s_txt{
    width: 40.6%; display: flex; justify-content: center; flex-direction: column;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_t{
    font-size: 36px; color: #004998; font-weight: bold;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_b{
    font-size: 16px; color: #666; line-height: 1.5; margin: 15px 0 30px;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_a{
    text-align: right;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_a a{
    font-size: 16px; color: #333; font-weight: bold;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_lit{
    font-size: 18px; margin-top: 65px; color: #004998; font-weight: bold; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon{
    display: flex;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon .s_txt_li{
    width: calc(33.33% - (15px * 2) / 3); margin-left: 15px;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon .s_txt_li:first-child{
    margin-left: 0;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon .s_txt_li .s_txt_liimg{
    border-radius: 10px; overflow: hidden;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon .s_txt_li .s_txt_liimg img{
    display: block; width: 100%;
}
.index03_new_swiper .swiper-slide .s_txt .s_txt_licon .s_txt_li .s_txt_litxt{
    font-size: 15px; color: #666; text-align: center; margin-top: 10px; line-height: 1.2;
}
.index03_new .swiper_tool{
    display: flex; justify-content: center; margin-top: 40px;
}
.index03_new .swiper_tool .swiper_pagination_index03{
    position: static; display: flex; width: 900px; margin-top: calc((18px - 2px) / 2); margin-right: 80px;
}
.index03_new .swiper_tool .swiper-pagination-bullet{
    width: 100%; height: 2px; background: #dedede; opacity: 1; border-radius: 0; margin: 0;
}
.index03_new .swiper_tool .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #004998;
}
.index03_new .swiperbuttonprev,
.index03_new .swiperbuttonnext{
    height: 18px; cursor: pointer; margin-left: 20px;
}
.index03_new .swiperbuttonprev img,
.index03_new .swiperbuttonnext img{
    height: 100%; display: block;
}

.index04_new{
    background: #f7f7f7; margin: 0 !important;
}
.index04_new .index02_new_t{
    text-align: center;
}
.index04_new_con{
    flex-wrap: wrap; justify-content: space-between;
}
.index04_new_left{
    width: 31.25%;
}
.index04_new_left a{
    display: block; border-radius: 8px; overflow: hidden;
}
.index04_new_left a .img img{
    display: block; width: 100%;
}
.index04_new_left a .text{
    background: #fff; padding: 15px 30px; padding-bottom: 30px;
}
.index04_new_left a .text .t{
    font-size: 18px; color: #333; font-weight: bold; line-height: 1.33;
}
.index04_new_left a .text .date{
    font-size: 14px; color: #bfbfbf; text-align: right; margin-top: 30px;
}
.index04_new_left:hover a{
    box-shadow: 0px 1px 12px 0px rgba(34, 34, 34, 0.2);
}
.index04_new_left:hover a .text .t{
    color: #004998;
}
.index04_new_right{
    width: 66.4%;
}
.index04_new_right a{
    display: flex; padding: 22px 0; border-bottom: 1px solid #e6e6e6; justify-content: space-between; line-height: 16px;
}
.index04_new_right a .t{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  width: calc(100% - 180px); font-size: 16px; color: #333;
}
.index04_new_right a .date{
    font-size: 14px; color: #bfbfbf;
}
.index04_new_right a:hover .t,.index04_new_right a:hover .date{
    color: #004998;
}
.index04_new_a{
    text-align: center; margin-top: 50px; width: 100%;
}
.index04_new_a a{
    font-size: 18px; color: #004998; font-weight: bold; border:2px solid #004998; border-radius: 400px; padding: 13px 40px; display: inline-block;
}
.index04_new_a a:hover{
    color: #fff; background: #004998;
}

.footer_top{
    background: #004998; padding: 80px 0; border: 0;
}
.footer_top_in{
    display: flex; justify-content: space-between;
}
.footer_top_left{
    width: calc(100% - 150px); display: flex;
}
.footer_top_list{
    margin-left: 135px;
}
.footer_top_list:first-child{
    margin-left: 0;
}
.footer_top_list a.at{
    display: block; font-size: 18px; color: #fff;
}
.footer_top_list a.ab{
    display: block; font-size: 16px; color: #bacee5; margin-top: 30px;
}
.footer_top_right{
    width: 135px;
}
.footer_top_right img{
    display: block; width: 100%;
}
.footer_bottom{
    background: #00346b; padding: 15px 0; font-size: 14px; color: #ccc; line-height:1.71; text-align: left;
}
.footer_bottom a{
    color: #ccc;
}
.footer_bottom span{
    display: inline-block; margin: 0 25px;
}
.newpro_banner{
    position: relative;
}
.newpro_banner img{
    display: block; width: 100%;
}
.newpro_banner .newpro_banner_t{
    width: 100%; text-align: center; top: 50%; transform: translateY(-50%); font-size: 48px; color: #fff; font-weight: bold; position: absolute;
}


.new_pro_div{
    overflow: hidden; background: #fafafa; position: relative;
}
.new_pro_div::after{
    position: absolute; height: 100%; background: #fff; z-index: 1; top: 0; right: 0; content: ""; width: calc((1600px * 0.8) + 40px + (100% - 1600px) / 2);
}
.new_pro_con{
    display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; z-index: 2; padding: 60px 0 100px;
}
.new_pro_left{
    width: 15%;
}
.new_pro_left .nplt{
    font-size: 24px; color: #333; font-weight: bold; border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; margin-bottom: 30px; display: block;
}
.new_pro_right{
    width: 80%;
}
.new_pro_leftlist a{
    display: block; font-size: 16px; color: #666; padding: 13px 0; padding-left: 20px;
}
.new_pro_leftlist a.active{
    font-weight: bold; font-size: 1.125em; color: #004998; background: #fff;
}
.new_pro_leftlist a:hover{
    color: #004998; background: #fff;
}
.nprt{
    display: flex; border-bottom:1px solid #e5e5e5 ;
}
.nprt a{
    display: block; padding-bottom: 15px; margin-left: 60px; font-size: 20px; color: #666; position: relative;
}
.nprt a:first-child{
    margin-left: 0;
}
.nprt a.active{
    color: #333; font-weight: bold;
}
.nprt a.active::after{
    background: #004998; height: 2px; width: 100%; bottom: -1px; left: 0; position: absolute; content: ""; 
}
.nprbli{
    padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #e6e6e6;
}
.nprbli:last-child{
    padding-bottom: 0; margin-bottom: 0; border: 0;
}
.nprbli .nprblit{
    font-size: 30px; color: #333; font-weight: bold; margin: 45px 0 15px;
}
.nprblib_01{
    font-size: 16px; color: #666; line-height: 1.625; margin-top: 0 !important;
}
.nprblib_02{
    display: flex; margin-top: 20px;
}
.nprblib_02 .nprblib_02_li{
    width: calc(33.33% - (20px * 2) / 3); margin-left: 20px; text-align: center;
}
.nprblib_02 .nprblib_02_li:first-child{
    margin-left: 0;
}
.nprblib_02 .nprblib_02_li .img{
    border-radius: 10px; overflow: hidden;
}
.nprblib_02 .nprblib_02_li .img img{
    width: 100%;
}
.nprblib_02 .nprblib_02_li .t{
    font-size: 22px; color: #333; margin: 25px 0 10px;
}
.nprblib_02 .nprblib_02_li .b{
    font-size: 16px; color: #666; line-height: 1.25; padding: 0 30px; 
}
.nprblib_03 a{
    display: flex; border: 1px solid  #e6e6e6; margin-top: 20px; padding: 20px; justify-content: space-between; font-size: 16px; color: #666; line-height: 24px;
}
.nprblib_03 a .img img{
    display: block; height: 24px;
}



.us_new01_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.us_new01_bigt{
    font-size: 36px; color: #000; font-weight: bold;
}
.us_new01_bigb{
    font-size: 18px; color: #999; margin-top: 12px; text-transform: uppercase;
}
.us_new01_left{
    width: 49.375%;
}
.us_new01_con_txt{
    font-size: 16px; color: #666; line-height: 1.875; margin-top: 22px;
}
.us_new01_right{
    width: 47.81%; text-align: center; position: relative; display: flex;  justify-content: center; flex-direction: column;
}
.us_new01_right img{
    width: 83.66%; display: inline-block; position: relative; z-index: 2; margin: 0 auto;
}
.us_new01_right::before{
    width: 25.23%; padding: 8.43% 0; content: ""; position: absolute; right: 0; top: -9%; background: #393939; z-index: 1;
}
.us_new01_right::after{
    width: 25.23%; padding: 8.43% 0; content: ""; position: absolute; left: 0; bottom: -9%; background: #004998; z-index: 1;
}
.us_new01_con_txt *{
    text-wrap: unset !important;
}

.us_new02{
    background-size: cover !important; overflow: hidden;
}
.us_title_center{
    text-align: center;
}
.us_new02_title .us_new01_bigt,
.us_new02_title .us_new01_bigb{
    color: #fff;
}
.us_new02_con{
    display: flex; flex-wrap: wrap;
}
.us_new02_list{
    width: 25%; text-align: center; color: #fff; margin-top: 60px; padding: 0 55px;
}

.us_new02_list img{
    height: 52px; display: inline-block;
}
.us_new02_list .us_new02_list_t{
    font-size: 24px; margin: 18px 0 15px;
}
.us_new02_list .us_new02_list_b{
    font-size: 15px; line-height:1.33;
}
.us_new02_endlist{
    width: 46.56%; margin: 90px  auto 0; background: #fff; border-radius: 20px; padding: 50px 90px; display: flex; justify-content: space-between;
}
.us_new02_endlist .img{
    width: 12.7%;
}
.us_new02_endlist .img img{
    display: block; width: 100%;
}
.us_new02_endlist .textin{

}
.us_new02_endlist .textin .textin_t{
    font-size: 36px; color: #1a1a1a; font-weight: bold;
}
.us_new02_endlist .textin .textin_b{
    font-size: 24px; color: #4c4c4c; margin-top: 15px;
}



.us_new03{
    position: relative;
}
.us_new03::before,.us_new03::after{
    width: calc((100% - 1600px) / 2 - 40px); display: block;
}
.us_new03::before{
    left: 0;  position: absolute; top: 0; height: 100%; content:""; background: #fff; z-index: 222; 
}
.us_new03::after{
    right: 0;  position: absolute; top: 0; height: 100%; content:""; background: #fff; z-index: 222; 
}
.us_new03_con_swiper{
    margin-top: 30px; position: relative;
}
.us_new03_con_swiper::after{
    height: 1px; width: 100%; background: #e6e6e6; content: ""; bottom: 10px; left: 0; z-index: 1; position: absolute;
}
.us_new03_con_swiper .swiper-wrapper{
    z-index: 2;
}
.us_new03_con_swiper .swiper-slide{
    display: flex; flex-direction: column; justify-content: end;  height: auto; z-index: 2;
}
.us_new03_con_swiper .swiper-slide .us_new03_txt{
    border-radius: 10px;  box-shadow: 0px 2px 30px 0px rgba(6, 37, 87, 0.4); text-align: center; padding: 30px 20px;
    display: flex; justify-content: center; flex-direction: column;
}
.us_new03_con_swiper .swiper-slide .us_new03_txt .us_new03_t{
    font-size: 30px; color: #004998; font-weight: bold;
}
.us_new03_con_swiper .swiper-slide .us_new03_txt .us_new03_b{
    font-size: 15px; color: #666; line-height:1.33; margin-top: 12px;
}
.us_new03_con_swiper .swiper-slide > img{
    width: 20px; height: 20px; margin: 30px auto 0;
}


.us_new04,.us_new05{
    padding-top: 0 !important;
}
.us_new04_con,.us_new05_con{
    margin-top: 40px;
}
.us_new04_con{
    display: flex; flex-wrap: wrap; 
}
.us_new04_list{
    width: calc(50% - (40px * 1) / 2); margin-left: 40px; position: relative;
}
.us_new04_list:nth-child(2n+1){
    margin-left: 0;
}
.us_new04_list .img{
    width: 100%; padding: 26.31% 0; position: relative; overflow: hidden;
}
.us_new04_list .img img{
    display: block; position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.us_new04_list:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.us_new04_list .us_new04_text{
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center;
}
.us_new04_list .us_new04_text .us_new04_list_t{
    font-size: 30px;
}
.us_new04_list .us_new04_text .us_new04_list_b{
    font-size: 18px; line-height:1.77; margin-top: 24px;
}

.us_new05_list{
    width: 100%; display: flex;  box-shadow: 0px 2px 30px 0px rgba(6, 37, 87, 0.4); margin-top: 30px;
}
.us_new05_list:first-child{
    margin-top: 0;
}
.us_new05_list:nth-child(2n+2){
    flex-direction: row-reverse;
}
.us_new05_list .img{
    position: relative; width: 43.75%; overflow: hidden;
}
.us_new05_list .img img{
    position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.us_new05_list:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.us_new05_list .text{
    width: 56.25%; padding: 40px 50px;
}
.us_new05_list .text .us_new04_list_t{
    color: #1a1a1a; font-size: 24px;
}
.us_new05_list .text .us_new04_list_b{
    color: #666; font-size: 16px; line-height: 1.875; margin-top: 15px;
}


.jszx_new01_con{
    margin-top: 30px; display: flex; flex-wrap: wrap;
}
.jszx_new01_list{
    width: 33.33%; position: relative;
}
.jszx_new01_list .img{
    width: 100%; padding: 32.83% 0; position: relative; overflow: hidden;
}
.jszx_new01_list .img img{
    display: block; position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new01_list:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new01_list .jszx_new01_text{
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center;
}
.jszx_new01_list .jszx_new01_text .jszx_new01_list_t{
    font-size: 30px; font-weight: bold;
}
.jszx_new01_list .jszx_new01_text .jszx_new01_list_b{
    font-size: 16px; line-height:1.5; margin-top: 25px; display: none; padding: 0 50px;
}
.jszx_new01_list:hover .jszx_new01_text .jszx_new01_list_b{
    display: block;
}

.jszx_new02,.jszx_new03,.jszx_new04{
    padding-top: 0px !important;
}
.jszx_new02_con{
    margin-top: 30px;
}
.jszx_new02_con_swiper{
    overflow: hidden;
}
.jszx_new02_con .swiper-slide{
    position: relative;
}
.jszx_new02_con .swiper-slide .jszx_new02_txt{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;
}
.jszx_new02_con .swiper-slide .jszx_new02_txt .jszx_new02_t{
    width: 100%; text-align: center; bottom: 30px; left: 0; position: absolute; font-size: 24px; color: #fff; font-weight: bold;
}
.jszx_new02_con .swiper-slide .img{
    width: 100%; padding: 50.92% 0; position: relative; overflow: hidden;
}
.jszx_new02_con .swiper-slide .img img{
    display: block; position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new02_con .swiper-slide:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.swiper_pagination_jszx_new02{
    position: static !important; width: 100%; margin-top: 30px;
}
.swiper_pagination_jszx_new02 .swiper-pagination-bullet{
    width: 12px; height: 12px; border-radius: 100px; background: #b2c8e0; margin: 0 6px; opacity: 1;
}
.swiper_pagination_jszx_new02 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #004998; opacity: 1;
}

.jszx_new03_con{
    display: flex; flex-wrap: wrap; justify-content: space-between;
}
.jszx_new03_left{
    width: 52.5%; position: relative;
}
.jszx_new03_con_swiper{
    width: 100%; overflow: hidden;
}
.jszx_new03_left .swiper-slide .img{
    width: 100%; padding: 26.78% 0; position: relative; overflow: hidden;
}
.jszx_new03_left .swiper-slide .img img{
    display: block; position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new03_left .swiper-slide:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new03_left .swiperbuttonprev02, .jszx_new03_left .swiperbuttonnext02{
    position: absolute; width: 24px; top: 50%; transform: translateY(-50%); z-index: 222; cursor: pointer;
}
.jszx_new03_left .swiperbuttonprev02{
    left: 20px;
}
.jszx_new03_left .swiperbuttonnext02{
    right: 20px;
}
.jszx_new03_left .swiperbuttonprev02 img, .jszx_new03_left .swiperbuttonnext02 img {
    width: 100%;
    display: block;
}
.jszx_new03_right{
    display: flex; flex-direction: column; justify-content: center; width: 44.375%;
}
.jszx_new03_right .jszx_new03_right_b{
    font-size: 16px; color: #666;  line-height: 1.875; margin-top: 25px;
}

.jszx_new04_con{
    margin-top: 30px; position: relative;
}
.jszx_new04_con .jszx_new04_con_img{
    display: block; width: 100%;
}
.jszx_new04_con_swiper{
    width: 100%; overflow: hidden;
}
.jszx_new04_con .swiper-slide .img{
    width: 100%; padding: 65.79% 0; position: relative; overflow: hidden;
}
.jszx_new04_con .swiper-slide .img img{
    display: block; position: absolute; height: 100%; min-width: 100%; top: 0; left: 50%; transform: translateX(-50%);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new04_con .swiper-slide:hover .img img{
    transform: translateX(-50%) scale(1.05);
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.jszx_new04_con .swiperbuttonprev03, .jszx_new04_con .swiperbuttonnext03{
    position: absolute; width: 60px; top: 50%; transform: translateY(-50%); z-index: 222; cursor: pointer;
}
.jszx_new04_con .swiperbuttonprev03{
    left: 0px;
}
.jszx_new04_con .swiperbuttonnext03{
    right: 0px;
}
.jszx_new04_con .swiperbuttonprev03 img, .jszx_new04_con .swiperbuttonnext03 img {
    width: 100%;
    display: block;
}

.us_new06_con_swiper{
    overflow: hidden;
}
.us_new06_con_swiper .img img{
    display: block; width: 100%;
}
.us_new06_con .swiper_pagination_us_new06{
    margin: 60px auto 0; text-align: center; position: static;
}
.us_new06_con .swiper-pagination-bullet{
    width: 12px; height: 12px; border-radius: 100px; background: #fff; margin: 0 4px; opacity: 1; border: 1px solid  #004998;
}
.us_new06_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 32px;background: #004998; opacity: 1;
}

.us_new07_con_swiper{
    overflow: hidden;
}
.us_new07_con_swiper .img img{
    display: block; width: 100%;
}
.us_new07_con .swiper_pagination_us_new07{
    margin: 60px auto 0; text-align: center; position: static;
}
.us_new07_con .swiper-pagination-bullet{
    width: 12px; height: 12px; border-radius: 100px; background: #fff; margin: 0 4px; opacity: 1; border: 1px solid  #004998;
}
.us_new07_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 32px;background: #004998; opacity: 1;
}

.index01us_swiper{
    width: 100%; overflow: hidden; position: relative;
}
.index01us_swiper .swiper-slide img{
    display: block; width: 100%;
}
.swiper_pagination_index01us{
    bottom: 15px !important;
}
.swiper_pagination_index.swiper_pagination_index01us .swiper-pagination-bullet{
    background: #004998; opacity: 0.5;
}
.swiper_pagination_index.swiper_pagination_index01us .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}