/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1400px){
	.wapper{
		width: 1400px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;z-index: auto;}
.swiper-wrapper{z-index: auto;}
.swiper-slide
{
	z-index: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow7{display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}



.mainFull{width: 100%;height: 100%;overflow: hidden;}
.fullSwiper{width: 100%;height: 100%;}
.fullSwiper .swiper-pagination{z-index: 9;right: 25px !important;}
.fullSwiper .swiper-pagination-bullet{width: 13px;height: 13px;margin: 20px auto !important;transition: 0.3s;background-color: #fff;opacity: 1;position: relative;box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);}
.fullSwiper .swiper-pagination-bullet:last-child{display: none;}
.fullSwiper .swiper-pagination-bullet-active:after{width: 23px;height: 23px;border: 1px solid #fff;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;}
.mPart{width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;padding-top: 0;box-sizing: border-box;}
.iInfo{font-size: 16px;color: #81888b;}

#footerbox{height: auto !important;width: 100%;}

#index1box,#index2box,#index3box,#index4box,#index5box,#index6box,#index7box{width: 100%;height: 100%;}





/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: fixed;left: 0;top: 0;z-index: 99;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.headerbox .header .menu ul{display: flex;}
.headerbox .header .menu ul li{
	position: relative;
}
.main_header .header .menu ul li a{color: #fff;}
.headerbox .header .menu ul li a{
	font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.inner_height{height: 109px;}
.main_header .header .menu>ul>li:hover>a{color: orangered;}
.main_header .header .menu>ul>li:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background-color: orangered;transition: all 0.4s;width: 0;content: "";}
.main_header .header .menu>ul>li:hover:after{width: 100%;}
.inner_header{box-shadow: 0px 0px 15px rgba(0,0,0,0.2);border-bottom: solid 3px #0544a1;background-color: #fff;}
.inner_header .header{height: 109px;}
.inner_header .header .menu>ul>li{line-height: 109px;position: relative;}
.inner_header .header .menu>ul>li>a{color: #222;position: relative;z-index: 2;}
.inner_header .header .menu>ul>li:after{position: absolute;left: 0;width: 0;height: 100%;background:#0544a1;transition: all 0.5s;top: 0;content: "";}
.inner_header .header .menu>ul>li.hover:after,.inner_header .header .menu>ul>li:hover:after{width: 100%;}
.inner_header .header .menu>ul>li.hover>a,.inner_header .header .menu>ul>li:hover>a{color: #fff;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}

.h_right{display: flex;align-items: center;padding-left: 20px;}
.h_right img{max-width: 100%;width: auto;margin-right: 10px;}
.h_right span{font-size: 18px;color: #e6524d;}


.inner_h_right{display: flex;align-items: center;}
.inner_h_right .menu{margin-right: 20px;}
.inner_ewm{display: flex;align-items: center;}
.inner_ewm h3{font-size: 16px;color: #bd9b9a;margin-right: 10px;font-weight: bold;}
.inner_ewm img{max-width: 100%;width: 60px;}

/*mMenu*/
.m_header{width: 100%;}
.main_sp_header{transform: translate();}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:99;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo a{display: block;width: auto;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.main_sp_header .sp_nav span{background-color: #e6524d;}
.sp_nav span{display:block;background:#000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}


.section{width: 100%;height: 100%;}

.ewm{position: fixed;top: 70px;right: 50px;font-size: 0;padding: 10px;z-index: 99;}
.ewm img{max-width: 100%;width: auto;}



/* bannerbox */
.bannerbox{
	width: 100%;height: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;overflow: hidden;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerbox .mySwiper1 .swiper-slide .b_p{display: block;}
.bannerbox .mySwiper1 .swiper-slide .b_m{display: none;}
.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    overflow: hidden;
    background-color: #fff;opacity: 0.6;
	margin: 0 5px !important;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	opacity: 1;
}

.pd50{padding: 50px 0;}
#index7box{width: 100%;height: 100%;position: relative;}

/* footer */
.footer{width: 100%;margin: 0 auto;text-align: center;padding: 20px 0;border-top: 1px solid #fff;position: absolute;bottom: 0;left: 50%;max-width: 1400px;transform: translateX(-50%);}
.footer p{font-size: 14px;color: #fff;}
.footer p a{color: #fff;padding: 0 5px;}




/* 通用内页 */
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}

.inbannerbox{position: relative;width: 100%;margin: 0 auto;font-size: 0;}
.inbannerbox img{width: 100%;}
.banner_title{position: absolute;bottom: 20%;max-width: 1440px;display: block;left: 50%;width: 100%;margin: 0 auto;color: #fff;z-index: 5;padding-left: 20px;transform: translateX(-50%);}
.banner_title:before {content: '';position: absolute;top: 0;left: 5px;bottom: 0;height: 65px;width: 3px;background: rgba(255, 255, 255, 1);}
.banner_title .ch {margin-bottom: 18px;font-weight: bold;font-size: 24px;line-height: 1;}
.banner_title .en {font-size: 16px;line-height: 15px;text-transform: uppercase;}
.banner_title .cy-small {display: block;margin-top: 10px;font-size: 12px;line-height: 1;opacity: .4;}

.inner_footerbox{width: 100%;margin: 0 auto;padding: 90px 0 30px;background-color: #033276;position: relative;}
.inner_footer{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

.if_left{display: flex;flex-wrap: wrap;}
.if_left .item{margin-right: 60px;}
.if_left .item:last-child{margin-right: 0;}
.if_left .item h3{font-size: 17px;color: #fff;margin-bottom: 25px;}
.if_left .item ul li{width: 100%;font-size: 16px;color: #fff;}
.if_left .item ul li a{font-size: 16px;color: #fff;}

.if_right{display: flex;align-items: center;}
.if_right .fewm{margin: 0 10px;text-align: center;font-size: 0;}
.if_right .fewm img{max-width: 100%;width: auto;}
.if_right .fewm p{font-size: 16px;color: #fff;}

.inner_footer_bot{font-size: 16px;color: #fff;}
.inner_footer_bot a{color: #fff;margin-left: 60px;}

@keyframes mouse-top {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}
.out_top{position: absolute;top: 0;right: 2.5%;z-index: 3;padding: 0;width: 50px;height: 50px;font-size: 12px;line-height: 15px;background: #1987ca;color: #fff;-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;z-index: 99;}
.out_top h1 span{display: block;text-align: center;margin-top: 10px;font-size: 16px;position: relative;}
.out_top h1 span:after{display: block;margin: 7px auto 0;border-right: 6px solid transparent;border-bottom: 6px solid #fff;border-left: 6px solid transparent;width: 2px;content: '';-webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}

.main_title{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 30px;}
.main_title h1{font-size: 36px;color: #fff;padding-bottom: 10px;position: relative;}
.main_title h1:after{width: 56px;height: 1px;background: #fff;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}

.index3 img,.index4 img,.index5 img{max-width: 100%;width: auto;}
/* ================首页样式========================= */
#index2box{position: relative;}
.index2{width: 100%;margin: 0 auto;position: relative;display: flex;align-items: center;}
.i2_left{width: 45%;font-size: 0;position: absolute;left: 0;top: 0%;z-index: 2;}
.i2_left img{width: 100%;}
.i2_right{width: 100%;display: flex;justify-content: flex-end;text-align: left;}
.i2_right .inner{width: 49%;}
.bg{position: absolute;left: 0;top: 25%;background-color: rgba(2, 101, 193, 0.41);width: 100%;height: 400px;}
.i2_right .inner h1{font-size: 36px;color: #fff;margin-bottom: 60px;}
.i2_right .inner .desc{font-size: 16px;color: #fff;position: relative;z-index: 2;line-height: 2.2;letter-spacing: 1px;}
.i2_right .inner .desc p{margin-bottom: 50px;}

.i2_right .inner .more{font-size: 0;}
.i2_right .inner .more img{max-width: 100%;width: auto;}

.i2_num{width: 100%;}
.i2_num ul{display: flex;flex-wrap: wrap;}
.i2_num ul li{width: 22%;margin-right: 2%;margin-bottom: 20px;}
.i2_num ul li:nth-child(3n){margin-right: 0;}
.i2_num ul li h1{font-size: 46px;color: #fff;font-weight: bold;margin-bottom: 5px !important;}
.i2_num ul li p{font-size: 14px;color: #a2a5ae;}



.index3{width: 100%;margin: 0 auto;}
.i3_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;}
.i3_list{width: 90%;}
.i3_right{display: block;width: 10%;background-repeat: no-repeat;background-size: cover;background-position: center;min-height:600px;padding: 80px 0;display: flex;justify-content: space-between;flex-direction: column;align-items: center;}
.i3_list ul{display: flex;flex-wrap: wrap;}
.i3_list ul li{width: 16.66%;padding: 50px 15px 90px 24px;background: rgba(6, 12, 20, 0.32);min-height: 600px;transition: all 0.4s;}
.i3_list ul li:nth-child(2n){background: rgba(8, 33, 56, 0.63);}
.i3_list ul li:hover{background-color: #43aedc;}
.i3_list ul li .inner{width: 100%;text-align: left;}
.i3_list ul li .inner .tit{width: 100%;margin-bottom: 20px;}
.i3_list ul li .inner .tit h3{font-size: 20px;color: #fff;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.i3_list ul li .inner .tit h3:after{position: absolute;left: 0;bottom: 0;width: 24px;background-color: rgba(40, 76, 255, 1);height: 1px;content: "";}
.i3_list ul li .inner .tit p{font-size: 12px;color: #fff;}
.i3_list ul li .inner .desc{font-size: 14px;color: #fff;margin-bottom: 20px;}
.i3_list ul li .inner .imgbox{width: 100%;font-size: 0;margin-bottom: 20px;}
.i3_list ul li .inner .imgbox img{width: 100%;}

.i3_right .font{vertical-align: top;letter-spacing: 20px;font-size: 24px;color: #fff;text-align: center;writing-mode: vertical-rl;font-weight: 300;}
.i3_right span{width: 40px;height: 40px;border: 1px solid #fff;border-radius: 50%;font-size: 20px;color: #fff;text-align: center;line-height: 40px;}


.index4{width: 100%;margin: 0 auto;}
.i4_content{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i4_left{width: 50%;}
.i4_right{width: 50%;position: relative;}
.i4_left .video{height: 50%;position: relative;}
.video .tit{position: absolute;top: 7%;left: 5%;}
.video .tit h3{padding-bottom: 15px;position: relative;font-size: 32px;color: #fff;}
.video .tit h3:after{position: absolute;left: 0;bottom: 0;width: 36px;height: 2px;background-color: #284cff;content: "";}
.video{width: 100%;font-size: 0;height: 100%;}
.video img{width: 100%;height: 100%;object-fit: cover;}
.v_tc{position: fixed;left: 0;top: 0;width: 100%;background-color: rgba(0,0,0,.5);opacity: 0;visibility: hidden;transition: all 0.5s;transform: scale(0);height: 100%;z-index: 1000;}
.v_tc.on{transform: scale(1);opacity: 1;visibility: visible;}
.v_tc .v_close{position: absolute;top: 10%;right: 10%;font-size: 32px;color: #fff;text-shadow: 0 1px 0 #fff;font-style: normal;cursor: pointer;}
.v_tc video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 60%;}

.i4r_bot{position: absolute;left: 0;bottom: 0%;width: 100%;height: 124px;padding: 0 70px;display: flex;align-items: center;justify-content: space-between;background: rgba(3, 64, 125, 0.84);}
.i4r_bot .text{width: 60%;text-align: left;}
.i4r_bot .text h3{font-size: 24px;color: #fff;margin-bottom: 8px;}
.i4r_bot .text p{font-size: 16px;color: #fff;letter-spacing: 5px;}
.i4r_bot a{display: inline-block;font-size: 0;}
.i4r_bot a img{max-width: 100%;width: auto;}

#index5box{position: relative;}
.index5{width: 100%;margin: 0 auto;}
.i5_content{width: 100%;margin: 0 auto;}
.i5_content ul{display: flex;flex-wrap: wrap;}
.i5_content ul li{width: 33.33%;min-height: 260px;padding: 40px;}
.i5_content ul li .inner{width: 100%;}
.i5_content ul li .inner .icon{font-size: 0;display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}
.i5_content ul li .inner .icon img{max-width: 100%;width: 135px;height: 135px;object-fit: cover;}
.i5_content ul li .inner h3{font-size: 20px;color: #fff;margin-bottom: 30px;}
.i5_content ul li .inner p{font-size: 14px;color: #fff;}
.i5_bot{display: block;position: absolute;left: 0;bottom: 0;background: url(../images/h6.png) no-repeat rgba(3, 64, 125, 0.64);width: 100%;max-width: 940px;background-position-y: center;background-position-x: right;height: 120px;}
.i5_bot .text{width: 100%;padding-top: 20px;text-align: center;}
.i5_bot .text h3{font-size: 24px;color: #fff;margin-bottom: 8px;font-weight: 300;}
.i5_bot .text p{font-size: 16px;color: #fff;letter-spacing: 5px;}

.index6{width: 100%;margin: 0 auto;}
.i6_content{width: 100%;margin: 0 auto;}
.i6_content ul{display: flex;flex-wrap: wrap;}
.i6_content ul li{width: 16.66%;padding: 18px;margin-bottom: 20px;}
.i6_content ul li .imgbox{width: 100%;font-size: 0;border: 4px solid #43aedc;background-color: #fbfbf2;border-radius: 5px;display: flex;align-items: center;justify-content: center;height: 108px;overflow: hidden;}
.i6_content ul li .imgbox img{width: 56%;transition: all 0.5s;}
.i6_content ul li:hover .imgbox img{transform: scale(1.1);}



.index7{width: 100%;margin: 0 auto;}
.i7_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i7_left{width: 49%;font-size: 0;}
.i7_left img{width: 100%;}
.i7_right{width: 49%;text-align: left;}
.i7_right h3{font-size: 24px;color: #fff;}
.i7_right .i7_list{width: 100%;}
.i7_right .i7_list ul li{width: 100%;margin-top: 20px;display: flex;align-items: center;}
.i7_list ul li img{max-width: 100%;width: auto;margin-right: 10px;}
.i7_list ul li span{font-size: 18px;color: #fff;}
.i7_form{width: 100%;margin-top: 20px;}
.i7_form ul li{width: 100%;margin-bottom: 10px;}
.i7_form ul li .i7_text{width: 100%;padding: 10px;background-color: #e8eaec;height: 44px;line-height: 24px;font-size: 14px;color: #7b7b7b;}
.yzm{display: flex;align-items: flex-end;}
.i7_form ul li.yzm .i7_text{width: 50%;margin-right: 20px;}
.yzm_img{width: 30%;}
.yzm img{max-width: 100%;width: auto;}
.i7_btn{width: 100%;padding: 10px;text-align: center;background-color: #0781b8;font-size: 16px;color: #fff;letter-spacing: 4px;}



/*  */
.itembox{width: 100%;margin: 0 auto;background-color: #f2f2f2;}
.itembox .item{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.item_list{width: 20%;background-color: #fff;overflow: hidden;}
.item_content{width: 76%;}
.item_list .tit{background-color: #0172b7;border-top-left-radius: 10px;border-top-right-radius: 10px;height: 122px;text-align: center;}
.item_list .tit h3{padding-top: 20px;font-size: 21px;color: #fff;line-height: 40px;}
.item_list .tit h2{font-size: 22px;color: #fff;line-height: 40px;}
.item_list .tit h4{display: none;text-align: center;font-size: 14px;color: #fff;}
.item_list .tit h4 i{margin-left: 5px;}
.il_close{display: none;}
.item_list ul{border-bottom: solid 6px #292b2b;min-height: 632px;}
.item_list ul li{border-bottom: solid 1px #ddd;width: 82%;margin: 0 auto;line-height: 66px;}
.item_list ul li a{display: flex;align-items: center;justify-content: space-between;font-size: 16px;color: #333;}
.item_list ul li:hover a span{color: #0172b7;}

.item_content .tit{padding-top: 30px;border-bottom: 1px solid #ccc;}
.item_content .tit span{font-size: 22px;color: #333;font-weight: bold;padding: 0 22px;display: inline-block;height: 50px;}
.item_content_list{width: 100%;background-color: #fff;padding: 20px 15px;}
.item_content_list ul{display: flex;flex-wrap: wrap;}
.item_content_list ul li{width: 25%;padding: 10px;transition: all 0.3s;}
.item_content_list ul li a{display: block;width: 100%;}
.item_content_list ul li a .imgbox{width: 100%;font-size: 0;}
.item_content_list ul li a .imgbox img{width: 100%;height: 200px;object-fit: cover;}
.item_content_list ul li a p{font-size: 16px;color: #262626;margin-top: 12px;text-align: center;font-weight: bold;}
.item_content_list ul li a p:hover{color: #60a9d7;}
.item_content_list ul li:hover{transform: translateY(-5px);}

.relate_list{width: 100%;margin-top: 46px;background-color: #fff;}
.relate_list ul{display: flex;flex-wrap: wrap;padding: 20px 15px;}
.relate_list ul li{width: 25%;padding: 10px;transition: all 0.3s;}
.relate_list ul li a{display: block;width: 100%;}
.relate_list ul li a .imgbox{width: 100%;font-size: 0;}
.relate_list ul li a .imgbox img{width: 100%;}
.relate_list ul li a .textbox{margin-top: 12px;text-align: center;}
.relate_list ul li a .textbox h3{font-size: 16px;color: #262626;font-weight: bold;margin-bottom: 6px;}
.relate_list ul li a .textbox p{font-size: 16px;color: #8c8c8c;}
.relate_list ul li:hover a .textbox h3{color: #60a9d7;}
.relate_list ul li:hover{transform: translateY(-5px);}


/*  */
.pro_video{width: 100%;margin: 0 auto;background-color: #fff;padding: 10px;}
.pro_video ul{display: flex;flex-wrap: wrap;}
.pro_video ul li{width: 33.33%;padding: 10px;}
.pro_video ul li .li_video{width: 100%;font-size: 0;}
.pro_video ul li .li_video .imgbox{width: 100%;font-size: 0;position: relative;}
.pro_video ul li .li_video .imgbox:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0, 0, 0,0.6);opacity: 0;visibility: hidden;transition: all 0.5s;}
.pro_video ul li .li_video .imgbox .play{max-width: 100%;width: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;opacity: 0;visibility: hidden;z-index: 2;transition: all 0.5s;}
.pro_video ul li:hover .li_video .imgbox:after{opacity: 1;visibility: visible;}
.pro_video ul li .li_video img{width: 100%;}
.pro_video ul li:hover .li_video .play{opacity: 1;visibility: visible;}
.pro_video ul li .li_video .textbox{text-align: center;}
.pro_video ul li .li_video .textbox h3{font-size: 16px;color: #262626;font-weight: bold;}

.li_v_tc{position: fixed;left: 0;top: 0;width: 100%;background-color: rgba(0,0,0,.3);opacity: 0;visibility: hidden;transition: all 0.5s;transform: scale(0);height: 100%;z-index: 100;display: flex;align-items: center;justify-content: center;}
.li_v_tc.on{transform: scale(1);opacity: 1;visibility: visible;}
.li_v_tc .inner{position: relative;width: 60%;}
.li_v_tc .li_v_close{position: absolute;top: -2%;right: -2%;font-size: 16px;color: #333;font-style: normal;cursor: pointer;width: 30px;height: 30px;border-radius: 50%;background-color: #fff;text-align: center;line-height: 30px;}
.li_v_tc video{width: 100%;}



/*  */
.nmlist{display: none;}
.n_menubox{width: 100%;margin: 0 auto;background-color: #0172b7;}
.n_menu{width: 100%;margin: 0 auto;}
.n_menu ul{display: flex;align-items: center;flex-wrap: wrap;}
.n_menu ul li{padding: 0 40px;height: 50px;line-height: 50px;border-right: 1px solid rgba(255,255,255,.2);}
.n_menu ul li.curr{background-color: #004f7f;}
.n_menu ul li a{font-size: 16px;color: #fff;font-weight: bold;}


.newsbox{width: 100%;margin: 0 auto;padding: 30px 0;}
.news{width: 100%;margin: 0 auto;}
.news ul li{width: 100%;margin-bottom: 23px;background-color: #f8f8f8;padding: 20px;display: flex;align-items: center;}
.news ul li .day{border: 2px #0172b7 solid;border-radius: 10px;overflow: hidden;min-width: 104px;margin-right: 20px;}
.news ul li .day .date{font-size: 28px;color: #0172b7;text-align: center;}
.news ul li .day .ym{font-size: 18px;color: #ffffff;text-align: center;background: #0172b7;padding-bottom: 10px;padding-top: 10px;transition: all 0.6s;}
.news ul li .text{flex: 1;}
.news ul li .text h3{font-size: 18px;color: #000;margin-top: 10px;}
.news ul li .text p{margin-top: 16px;font-size: 14px;line-height: 26px;color: #999;}
.news ul li:hover .text h3{color: #033276;}


/*  */
.contactbox{width: 100%;margin: 0 auto;padding: 30px 0;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.c_left{width: 53%;}
.c_right{width: 44%;border: 1px solid #ddd;padding: 50px 60px;}

.c_left .map{width: 100%;font-size: 0;margin-bottom: 30px;}
.c_left .map img{width: 100%;}

.c_right .c_item{margin-bottom: 40px;}
.c_right .c_item h3{font-size: 22px;color: #0544a1;line-height: 1.2;margin-bottom: 30px;font-weight: bold;}
.c_right .c_item .desc{font-size: 16px;color: #333;}
.c_right .c_item .desc a{color: #333;}
.c_right .c_item .desc p{margin-bottom: 16px;}

.c_item2{width: 100%;}
.c_item2 h3{font-size: 16px;color: #0544a1;margin-bottom: 30px;}
.c_item2 .desc{font-size: 16px;color: #0781b8;margin-bottom: 30px;}
.c_item2 .desc p{margin-bottom: 16px;}
.c_item2  .c_ewmbox{display: flex;align-items: center;}
.c_item2  .c_ewmbox .c_ewm{margin: 0 10px;}
.c_item2  .c_ewmbox .c_ewm img{max-width: 100%;width: auto;margin-bottom: 10px;}
.c_item2  .c_ewmbox .c_ewm p{font-size: 20px;color: #333;}



/*  */
.detail{background-color: #fff;padding: 20px;}
.dl_top{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.dlt_left{width: 49%;}
.dlt_right{width: 49%;}
.swiper_box{width: 100%;overflow: hidden;}
.swiper_box .swiper-slide{background: transparent;font-size: 0;}
.swiper_box .swiper-slide span{font-size: 0;width: 100%;display: block;height: 100%;border: 1px solid #ccc;}
.swiper_box .swiper-slide span img{width: 100%;height: 100%;object-fit: contain;}
.tab{width: 100%;position: relative;}
.tab_left,.tab_right{position: absolute;top: 50%;transform: translateY(-50%);cursor: pointer;z-index: 2;font-size: 30px;color: #666;}
.tab_left{left: 0;}
.tab_right{right: 0;}
.swiper_tab{width: 90%;overflow: hidden;padding: 10px 0;margin: 0 auto;}
.swiper_tab .swiper-slide{font-size: 0;position: relative;cursor: pointer;}
.swiper_tab .swiper-slide img{width: 100%;}
.swiper_tab .swiper-slide-thumb-active{border:solid 2px #0172b7;}


.dlt_right h1{font-size: 26px;color: #222;padding-bottom: 27px;border-bottom: 1px solid #e8e8e8;margin-bottom: 30px;}
.dlt_right .desc{font-size: 14px;color: #595959;}
.dlt_right .desc p{margin-bottom: 10px;}
.dlt_right .zixun{display: inline-block;margin-top: 36px;background-color: #0172b7;width: 170px;height: 48px;line-height: 48px;text-align: center;font-size: 16px;color: #fff;border-radius: 30px;}
.dlt_right .dlt_phone{display: flex;align-items: center;margin-top: 35px;}
.dlt_right .dlt_phone img{max-width: 100%;width: auto;margin-right: 10px;}
.dlt_right .dlt_phone .text{}
.dlt_right .dlt_phone .text h3{font-size: 16px;color: #0172b7;font-weight: bold;}
.dlt_right .dlt_phone .text p{font-size: 20px;color: #0172b7;font-weight: bold;}



.dlt_bot{width: 100%;}
.dlt_bot .tit{width: 100%;}
.dlt_bot .tit span{padding: 0 22px;display: inline-block;background-color: #0172b7;line-height: 44px;height: 44px;font-size: 15px;color: #fff;cursor: pointer;}
.dlt_bot .content{width: 100%;border-top: 1px solid #d9d9d9;padding: 20px;}







@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.inner_height{height: 70px;}
	.sp_header{ display:flex;}
	.bannerbox .mySwiper1 .swiper-slide .b_p{display: none;}
	.bannerbox .mySwiper1 .swiper-slide .b_m{display: block;}
	.bg {height: 680px;}
	.i2_left {position: unset;margin-bottom: 30px;}
	.i2_right .inner {width: 100%;}
	.i2_right .inner .desc .p{display: none;}
	.i2_num {display: none;}
	.i2_right .inner h1 {font-size: 24px;}
	.main_title h1 {font-size: 24px;}
	.i3_list {width: 100%;}
	.i3_list ul li {width: 33.33%;padding: 20px 10px 20px 10px;min-height: auto;}
	.i3_list ul li .inner .tit h3 {font-size: 14px;text-align: left;}
	.i3_list ul li .inner .tit h3:after {display: none;}
	.i3_list ul li .inner .desc {display: none;}
	.i3_right {display: none;}
	.i4_left {width: 100%;}
	.i4_right{width: 100%;}
	.video{margin-bottom: 20px;height: auto !important;}
	.video .tit h3 {font-size: 18px;}
	.video img{max-height: 250px;}
	.video .tit h3:after{display: none;}
	.i4r_bot .text h3 {font-size: 16px;}
	.i5_content ul li {min-height: 150px;}
	.i5_content ul li .inner p {display: none;}
	.i5_content ul li .inner .icon{margin-bottom: 10px;}
	.i5_content ul li .inner h3{font-size: 13px;margin-bottom: 0;}
	.i5_bot .text h3 {font-size: 16px;}
	.i6_content ul li {width: 20%;padding: 5px;}
	.i7_left {display: none;}
	.i7_right{width: 100%;}
	.i7_form {display: none;}
	.out_top{width: 100%;right: 0;}
	.item_list{width: 100%;}
	.item_list .m_btn{cursor: pointer;height: auto;padding: 6px 10px;}
	.item_list .tit h3 {display: none;}
	.item_list .tit h2 {display: none;}
	.item_list .tit h4 {display: block;width: 100%;}
	.item_list .m{position: fixed;right: -100%;display: flex;align-items: center;justify-content: space-between;height: 100%;width: 100%;top: 0;background-color: #fff;z-index: 100;transition: all 0.5s;}
	.item_list .m.on{right: 0;}
	.il_close{display: block;width: 10%;height: 100%;background-color: #bfbfbf;cursor: pointer;}
	.il_close i{display: inline-block;width: 100%;height: 40px;background-color: #686868;margin-top: 120px;font-size: 16px;color: #fff;text-align: center;line-height: 40px;}
	.item_list ul {width: 100%;border-bottom: 0;height: 100%;}
	.item_list ul li {width: 100%;border-bottom: 0;line-height: 24px;padding: 10px;}
	.item_list ul li a i{display: none;}
	.item_content{width: 100%;}
	.item_content_list .tit {display: none;}
	.item_content_list ul li {width: 100%;}
	.relate_list ul li {width: 100%;}
	.if_left .item {width: 100%;margin-bottom: 20px;}
	.inner_footer_bot{margin-top: 20px;font-size: 14px;}
	.pro_video ul li {width: 100%;}
	.news ul li .day {display: none;}
	.c_left{width: 100%;margin-bottom: 20px;}
	.c_right{width: 100%;padding: 20px;}
	.c_left .i7_form {display: block;}
	.n_menubox{display: none;}
	.nmlist{display: block;margin-top: 30px;}
	.dlt_left {width: 100%;margin-bottom: 20px;}
	.dlt_right{width: 100%;}
	.dlt_right h1 {font-size: 20px;padding-bottom: 10px;}
}


@media only screen and (max-width: 680px) {
	
}
