/*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;}
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: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#1e4f99;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    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;}


/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: relative;}
.headerbox.active{background-color: #fff;position: fixed;left: 0;top: 0;z-index: 999;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.headerbox .header .menu>ul>li{
	display: inline-block;
}
.headerbox .header .menu>ul>li>a{
	font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding: 35px 18px;
    color: #434343;
    display: flex;
    text-decoration: none;
}
.headerbox .header .menu>ul>li:hover>a,.headerbox .header .menu>ul>li.curr>a{color: var(--primary-color);}
/* .headerbox .header .menu ul li .sub_menu{
	min-width: 120px;
    position: absolute;
    top: 140%;
    left: -5%;
    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;
}
.headerbox .header .menu ul li dl dd:hover>a{color: var(--primary-color);} */
.menu>ul>li:hover>a{color: var(--primary-color);}
.menu>ul>li .pro_se{position: absolute;left: 0;top: 100%;width: 100%;/*padding: 20px;*/background-color: #fff;z-index: 2;opacity: 0;visibility: hidden;box-shadow: 6px 6px 6px rgba(0,0,0,.1);transition: all 0.5s;}
.menu>ul>li:hover>.pro_se{opacity: 1;visibility: visible;}
.menu>ul>li .pro_se ul{display: flex;flex-wrap: wrap;max-width: 1200px;margin: 0 auto;}
.menu>ul>li .pro_se ul li{width: 25%;padding: 20px 10px;}
.menu>ul>li .pro_se ul li dt{border-bottom: 1px solid #6f6c6c;margin-bottom: 8px;line-height: 35px;}
.menu>ul>li .pro_se ul li dt a{font-size: 17px;color: #171717;font-weight: bold;padding: 8px 0;}
.menu>ul>li .pro_se ul li dt:hover a{color: var(--primary-color);}
.menu>ul>li .pro_se ul li dd a{font-size: 15px;color: #171717;line-height: 40px;}
.menu>ul>li .pro_se ul li dd:hover a{color: var(--primary-color);}


.h_lan{position: relative;padding: 20px 0;cursor: pointer;}
.lan{display: flex;align-items: center;font-size: 17px;color: #434343;font-weight: bold;}
.lan img{max-width: 100%;width: 20px;margin-right: 10px;}
.lan i{margin-left: 10px;}
.h_lan:hover .lan_list{display: block;}
.lan_list{display: none;position: absolute;top: 100%;background-color: #fff;z-index: 90;min-width: 120px;}
.lan_list ul li{width: 100%;padding: 10px;text-align: center;}
.lan_list ul li a{font-size: 16px;color: #171717;}
.lan_list ul li:hover{background-color: #1e4696;}
.lan_list ul li:hover a{color: #fff;}












/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;background:var(--main-white);position:fixed;z-index:999;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 img{margin:auto;max-height:50px;}
.sp_right{display: flex;align-items: center;}
.sp_right .h_lan{margin-right: 10px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;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;}








/* bannerbox */
.bannerbox{width: 100%;}
.bannerbox .mySwiper1{width: 100%;}
.bannerbox .swiper-slide{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;}
.bannerbox .swiper-slide img{width: 100%;}
.bannerbox .swiper-slide .inner{text-align: center;}
.bannerbox .swiper-slide .inner h1{font-size: 48px;color: #000;margin-bottom: 30px;font-weight: bolder;}
.bannerbox .swiper-slide .inner p{font-size: 16px;color: #000;max-width: 732px;}
.bannerbox .swiper-slide .inner a{display: inline-block;width: 160px;height: 50px;line-height: 50px;color: #fff;background-color: var(--primary-color);margin-top: 40px;border-radius: 50px;font-size: 14px;transition: all 0.5s;}
.bannerbox .swiper-slide .inner a:hover{background-color: transparent;}



.out_top{position: fixed;z-index: 999;right: 48px;bottom: 44px;font-size: 0;transition: all 0.5s;opacity: 0.9;}
.out_top:hover{opacity: 1;}
.out_top img{width: 44px;}

.pd10{padding: 10px 0;}
 .pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;}
.f_topbox{background-color: rgb(34, 34, 34);width: 100%;padding-top: 50px;padding-bottom: 60px;}
.f_top{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_desc{width: 20%;}
.f_logo{width: 92%;margin-bottom: 50px;}
.f_logo a{width: 100%;display: block;font-size: 0;}
.f_logo a img{max-width: 100%;width: auto;}

.f_phone{width: 100%;margin-bottom: 30px;}
.f_phone p{font-size: 14px;color: #777;margin-bottom: 10px;}
.f_phone h3{font-size: 28px;color: #999;}

.f_time{width: 100%;}
.f_time p{font-size: 14px;color: #777;margin-bottom: 10px;}
.f_time .p{font-size: 14px;color: #777;}

.f_menu{width: 40%;}
.f_menu ul{display: flex;flex-wrap: wrap;}
.f_menu ul li{width: 50%;}
.f_menu ul li dt{font-size: 16px;color: #ccc;margin-bottom: 40px;}
.f_menu ul li dd a{font-size: 14px;color: #999;line-height: 36px;}
.f_menu ul li dd a:hover{color: var(--primary-color);}

.f_contact{width: 30%;}
.f_contact h3{font-size: 16px;color: #ccc;margin-bottom: 40px;}
.f_contact p{font-size: 14px;color: #999;line-height: 36px;}

.f_ewm{width: 10%;}
.f_ewm .ewm{font-size: 0;margin-bottom: 20px;}
.f_ewm .ewm img{max-width: 100%;width: auto;margin-bottom: 10px;}
.f_ewm .ewm p{font-size: 14px;color: #ccc;text-align: center;}


.f_botbox{width: 100%;margin: 0 auto;background-color: rgb(17, 17, 17);}
.f_bot{width: 100%;padding: 35px 0;}
.f_bot p{font-size: 14px;color: #777;}
.f_bot p a{color: #777;margin: 0 10px;}
.f_bot p a:hover{color: var(--primary-color);}


/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;padding: 110px 0;position: relative;}
.s_menu{position: absolute;left: 50%;top: 0;max-width: 1200px;width: 100%;padding: 10px 0;text-align: left;transform: translateX(-50%);}
.s_menu a{font-size: 14px;color: #333;}
.s_menu span{font-size: 14px;color: #1e4696;padding: 0 8px;}
.inbannerbox .text{max-width: 50%;}
.inbannerbox .text h1{font-size: 40px;color: #1e4696;font-weight: bold;padding-bottom: 20px;position: relative;}
.inbannerbox .text h1:after{width: 50px;height: 2px;background-color: #1e4696;content: "";position: absolute;left: 0;bottom: 0;}
.inbannerbox .text p{font-size: 18px;color: #1e4696;margin-top: 20px;}
.inbannerbox .text a{font-size: 16px;color: #1e4696;display: block;margin-top: 20px;display: flex;align-items: center;}
.inbannerbox .text a span{font-size: 30px;margin-right: 10px;}


.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}



/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.index1 .tit{width: 100%;margin-bottom: 20px;}
.index1 .tit h1{font-size: 32px;color: #009ad9;font-weight: bolder;width: 256px;position: relative;padding-bottom: 10px;}
.index1 .tit h1:after{position: absolute;content: "";left: 0;bottom: 0;width: 50px;height: 2px;background-color: #009ad9;}

.index1_topbox{width: 100%;margin: 0 auto;position: relative;}
.index1_topbox:after{position: absolute;content: '';width: 30vh;height: 30vh;border: 35px #ccdcf0 solid;border-radius: 50%;bottom: -15vh;left: -15vh;z-index: -1;}

.i1t_title{width: 100%;position: relative;}
.i1t_title:before{position: absolute;content: '';width: 170px;height: 170px;border: 35px #ccdcf0 solid;border-radius: 50%;top: -10px;left: -80px;}
.i1t_title h3{color: #0677ca;font-size: 26px;position: relative;display: inline-block;}
.i1t_title h3:after{position: absolute;content: '';width: 80px;height: 2px;background: #0677ca;left: 110%;top: 50%;}
.i1t_title h1{margin-top: 14px;color: #000;font-size: 42px;position: relative;}
.index1_top h2{margin-top: 56px;font-size: 40px;color: #303030;position: relative;}
.index1_top p{margin-top: 56px;font-size: 17.5px;color: #000;line-height: 30px;width: 50%;}
.i1_btn{width: 70px;height: 70px;border: 1px #ababab dotted;border-radius: 50%;display: flex;flex-direction: column;justify-content: center;text-align: center;margin-left: 35px;position: relative;transition: all 0.5s;margin-top: 56px;}
.i1_btn svg{width: 14px;height: auto; margin: 0 auto;fill: #ababab;transition: all 0.5s;}
.i1_btn:before{position: absolute;content: '';width: 68px;height: 2px;background: rgba(171, 171, 171, 0.8);border-radius: 10px;left: -35px;top: 33px;transition: all 0.5s;}
.i1_btn:after{position: absolute;content: '';width: 0px;height: 2px;background: #0677ca;border-radius: 10px;left: -35px;top: 33px;transition: all 0.5s;}
.i1_btn:hover svg{fill: rgb(6, 119, 202);}
.i1_btn:hover{border-left-color: rgb(6, 119, 202);border-left-style: dotted;border-left-width: 1px;border-right-color: rgb(6, 119, 202);border-right-style: dotted;border-right-width: 1px;border-top-color: rgb(6, 119, 202);border-top-style: dotted;border-top-width: 1px;box-shadow: rgba(0, 114, 198, 0.2) 0px 4px 35px 0px; border-bottom-color: rgb(6, 119, 202);border-bottom-style: dotted;border-bottom-width: 1px; border-image-outset: 0;border-image-repeat: stretch;border-image-slice: 100%;border-image-source: none;border-image-width: 1;}
.i1_btn:hover:after{width: 68px;}
.index1_top .imgbox{font-size: 0;position: absolute;top: 0;right: 0;height: 100%;max-width: 40%;}
.index1_top .imgbox img{max-width: 100%;width: auto;height: 100%;object-fit: cover;}

.more{display: inline-block;width: 130px;height: 44px;line-height: 44px;text-align: center;background-color: rgba(67,67,67,1);font-size: 14px;color: #fff;transition: all 0.5s;}
.more:hover{background-color: var(--primary-color);}

.index1_bot{width: 100%;margin: 0 auto;border: 5px solid rgb(244, 244, 244);padding-top: 55px;padding-bottom: 70px;}
.index1_bot ul{display: flex;flex-wrap: wrap;}
.index1_bot ul li{width: 25%;text-align: center;cursor: pointer;}
.index1_bot ul li .icon{display: flex;align-items: center;justify-content: center;font-size: 0;margin-bottom: 30px;}
.index1_bot ul li .icon img{max-width: 100%;width: 60px;}
.index1_bot ul li h1{font-size: 60px;color: #1e4f99;font-weight: 800;margin-bottom: 10px;line-height: 1;}
.index1_bot ul li:hover h1{color: #000;}
.index1_bot ul li p{font-size: 18px;color: #666;}




.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.i2_title{width: 100%;text-align: center;margin-bottom: 20px;}
.i2_title h1{font-size: 46px;color: rgba(0, 0, 0, 0.1);line-height: 1;font-weight: bold;}
.i2_title h3{font-size: 42px;color: #333;padding-bottom: 20px;margin-top: -20px;position: relative;font-weight: bold;}
.i2_title h3:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 38px;height: 3px;background-color: var(--primary-color);content: "";}
.i2_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.i2_left{width: 49%;background-color: #eeefef;padding: 10px;padding-bottom: 20px;min-height: 530px;}
.i2_right{width: 100%;}
.i2_swiper{width: 100%;overflow: hidden;position: relative;}
.i2_swiper .swiper-slide{background-color: transparent;}
.i2_swiper .swiper-slide .inner{width: 100%;}
.i2_swiper .swiper-slide .inner .imgbox{width: 100%;font-size: 0;}
.i2_swiper .swiper-slide .inner .imgbox img{width: 100%;height: 535px;object-fit: cover;}
.i2_swiper .swiper-slide .inner h3{text-align: center;font-size: 21px;color: #333;margin-top: 15px;padding-bottom: 20px;}
.i2_swiper .i2_pagination{bottom: 0px !important;}
.i2_pagination .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #d396a3;opacity: 1;}
.i2_pagination .swiper-pagination-bullet-active{background-color: #ab1032;}
.i2_right ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i2_right ul li{width: 24.5%;margin-bottom: 30px;padding: 26px 15px;background-color: #fff;height:312px;overflow: hidden;display: flex
;flex-direction: column;justify-content: space-between;border: 5px solid #eeefef;}
.i2_right ul li a{display: block;width: 100%;}
.i2_right ul li a .icon{font-size: 0;}
.i2_right ul li a .icon img{max-width: 100%;width: 64px;transition: all 0.2s;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.i2_right ul li:hover a .icon img{transform: rotate(360deg);filter: none;}
.i2_right ul li a h3{font-size: 21px;margin: 5px 0 10px 0;color: #ab1032;}
.i2_right ul li a .desc{font-size: 16px;color: #666;}



/* .i2_content .item{width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.i2_content .item .top{width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;padding: 30px;display: flex;align-items: center;justify-content:space-between;height: 300px;box-shadow: 0 0 3px 3px #eee;}
.i2_content .item .top .textbox{max-width: 204px;}
.i2_content .item .top .textbox h1{font-size: 24px;color: #000;font-weight: bold;}
.i2_content .item .top .textbox p{padding: 4px 0;font-size: 14px;color: #999;font-weight: 400;}
.i2_content .item .top .textbox a{margin: 20px 0;display: inline-block;width: 100px;height: 33px;line-height: 33px;border-radius: 50px;background-color: rgb(30, 79, 153);font-size: 14px;color: #fff;text-align: center;}
.i2_content .item .top .imgbox{width: 50%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.i2_content .item .top .imgbox img{max-width: 100%;width: auto;transition: all 0.5s;}
.i2_content .item .top:hover .imgbox img{transform: scale(1.1);}
.i2_content .item .bot{width: 100%;}
.i2_content .item .bot ul{display: flex;flex-wrap: wrap;}
.i2_content .item .bot ul li{width: 50%;background-image: url(../images/pro_bg2.png);background-size: cover;background-position: center;background-repeat: no-repeat;box-shadow: 0 0 3px 3px #eee;padding: 30px;min-height: 300px;display: flex;align-items: center;justify-content: center;}
.i2_content .item .bot ul li a{display: block;width: 100%;}
.i2_content .item .bot ul li a h3{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 20px;}
.i2_content .item .bot ul li a .imgbox{font-size: 0;display: flex;align-items: center;justify-content: center;}
.i2_content .item .bot ul li a .imgbox img{max-width: 100%;width: auto;transition: all 0.5s;}
.i2_content .item .bot ul li:hover a .imgbox img{transform: scale(1.1);}
.i2_content .item:nth-child(2n) .top{order: 1;}
.i2_content .item:nth-child(2n) .bot{order: 0;} */






.index3box{width: 100%;margin: 0 auto;background-position: center;background-size: cover;background-repeat: no-repeat}
.index3{width: 100%;margin: 0 a uto;}
.i3_top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;margin-bottom: 35px;}
.i3_top .left{}
.i3_top .left h1{font-size: 32px;color: #009ad9;font-weight: bold;position: relative;padding-bottom: 10px;}
.i3_top .left h1:after{content: "";position: absolute;left: 0;bottom: 0;width: 50px;height: 2px;background: #009ad9;}
.i3_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i3_left{width: 49%;background-color: #fff;padding: 27px;position: relative;}
.i3_right{width: 49%;background-color: #fff;}
.i3_swiper{width: 100%;position: relative;overflow: hidden;}
.i3_swiper .swiper-slide{width: 100%;}
.i3_left .inner{width: 100%;}
.i3_left .inner .imgbox{width: 100%;font-size: 0;}
.i3_left .inner .imgbox img{width: 100%;transition: all 0.5s;height:320px;object-fit: cover;}
.i3_left .inner .imgbox:hover img{transform: scale(1.1);}
.i3_left .inner .textbox{width: 100%;text-align: left;}
.i3_left .textbox .h3{font-size: 24px;color: #333;margin-top: 10px;font-weight: bold;}
.i3_left .textbox p{font-size: 14px;color: #333;margin-bottom: 24px;margin-top: 24px;}
.i3_left .inner .textbox .date{font-size: 16px;color: #8a8a8a;margin-bottom: 13px;}
.i3_prev,.i3_next{position: absolute;top: 50%;transform: translateY(-50%);width: 36px;height: 36px;border-radius: 50%;font-size: 20px;color: #fff;display: flex;align-items: center;justify-content: center;background-color: rgb(31, 82, 162);opacity: 0;visibility: hidden;z-index: 2;}
.i3_prev{left: 0px;}
.i3_next{right: 0px;}
.i3_swiper:hover .i3_prev,.i3_swiper:hover .i3_next{opacity: 0.6;visibility: visible;}
/* .i3_pagination{bottom: 0 !important;} */
.i3_pagination .swiper-pagination-bullet{width: 32px;height: 2px;background-color: #000;opacity: 2;}
.i3_pagination .swiper-pagination-bullet-active{background-color: #007aff;opacity: 1;}
.i3_right ul li{width: 100%;padding: 30px 20px;border-bottom: 1px solid rgb(230, 230, 230);height:33.33%;}
.i3_right ul li a{display: flex;align-items: center;justify-content: space-between;height:100%;}
.i3_right ul li a .date{width: 38%;text-align: center;}
.i3_right ul li a .date .d{font-size: 70px;color: #333;}
.i3_right ul li a .date .ym{font-size: 16px;color: #333;}
.i3_right ul li a .text{width: 72%;}
.i3_right ul li a .text h3{font-size: 20px;color: #333;}
.i3_right ul li a .text p{font-size: 14px;color: #333;margin-top: 10px;}
.i3_right ul li a .more2{font-size: 0;}
.i3_right ul li a .more2 img{max-width: 100%;width: auto;}
.i3_right ul li:hover{background-color: #1f52a2;}
.i3_right ul li:hover a .text h3{color: #fff;}
.i3_right ul li:hover a .text p{color: #fff;}
.i3_right ul li:hover a .date .ym{color: #fff;}
.i3_right ul li:hover a .date .d{color: #fff;}
.i3_right ul li:hover a .more2 img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

/* .i3_content ul{display: flex;flex-wrap: wrap;}
.i3_content ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.i3_content ul li:nth-child(3n){margin-right: 0;}
.i3_content ul li a{display: block;width: 100%;}
.i3_content ul li a .imgbox{width: 100%;font-size: 0;}
.i3_content ul li a .imgbox img{width: 100%;}
.i3_content ul li a .textbox{width: 100%;}
.i3_content ul li a .textbox h3{font-size: 16px;color: #434343;padding-top: 10px;font-weight: bold;}
.i3_content ul li a .textbox h3:hover{color: var(--primary-color);}
.i3_content ul li a .textbox .date{font-size: 14px;color: #929292;padding-top: 10px;}
.i3_content ul li a .textbox p{font-size: 14px;color: #888888;padding-top: 10px;line-height: 28px;} */


.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;}
.i4_content{width: 100%;margin: 0 auto;}
.i4_content ul{display: flex;flex-wrap: wrap;}
.i4_content ul li{border: 3px solid #dddddd;width: 18.4%;margin-right: 2%;margin-bottom: 20px;position: relative;}
.i4_content ul li:hover{border-color: #7475ff;}
.i4_content ul li:nth-child(5n){margin-right: 0;}
.i4_content ul li .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;min-height: 125px;}
.i4_content ul li .imgbox img{max-width: 100%;width: auto;transition: all 0.5s;}
.i4_content ul li:hover .imgbox img{transform: rotateY(360deg);}
.i4_content ul li h3{text-align: center;background-color: rgb(0, 0, 0,0.3);height: 20px;font-size: 13px;color: #fff;width: 100%;opacity: 0;visibility: hidden;position: absolute;left: 0;bottom: 10px;}
.i4_content ul li:hover h3{opacity: 1;visibility: visible;}


/* 10.10 add */
.index5box{width: 100%;margin: 0 auto;padding-bottom: 0;}
.index5{width: 100%;margin: 0 auto;}
.i5_title{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 80px;}
.i5_title h1{font-size: 38px;margin-bottom: 44px;color: #333;font-weight: bold;}
.i5_title p{width: 100%;margin: 0 auto;text-align: left;font-size: 16px;color: #333;}
.i5_content{width: 100%;margin: 0 auto;margin-top: 100px;}
.i5_content ul{display: flex;flex-wrap: wrap;}
.i5_content ul li{width: 32%;margin-right: 2%;margin-bottom: 80px;}
.i5_content ul li:nth-child(3n){margin-right: 0;}
.i5_content ul li a{display: block;width: 100%;position: relative;}
.i5_content ul li .icon{position: absolute;left: 50%;transform: translateX(-50%);top: -47px;z-index: 2;}
.i5_content ul li .icon .icon_img{width: 94px;height: 94px;background-color: #e1ecf8;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.i5_content ul li .icon .cover{width: 110px;height: 110px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #f6f8fb;border-radius: 50%;content: "";z-index:-1;}
.i5_content ul li .icon img{width: 48px;}
.i5_content ul li .textbox{width: 100%;box-shadow: 0px 1px 4px #d0d0d0;border-radius: 8px;padding-top: 60px;height: 240px;padding-left: 16px;padding-right: 16px;padding-bottom: 16px;position: relative;overflow: hidden;}
.i5_content ul li .textbox h3{text-align: center;font-size: 20px;color: #333;font-weight: bold;margin-bottom: 20px;z-index: 2;position: relative;}
.i5_content ul li .textbox p{font-size: 16px;color: #999;text-align: center;z-index: 2;position: relative;}
.i5_content ul li .textbox .cover2{position: absolute;left: 0;top: 100%;width: 100%;height: 100%;opacity: 1;visibility: hidden;transition: all 0.5s;border-radius: 8px;background-color: #1357a0;}
.i5_content ul li .textbox .cover2 img{position: absolute;left: -25%;top: -25%;width: 250px;height: 250px;}
.i5_content ul li:hover .textbox .cover2{opacity: 1;visibility: visible;top: 0;}
.i5_content ul li:hover .textbox h3{color: #fff;}
.i5_content ul li:hover .textbox p{color: #fff;}









/*  */
.inner_menubox{width: 100%;margin: 0 auto;padding: 20px 0;}
.inner_menu{width: 100%;margin: 0 auto;position: relative;}
.inner_menu>ul{display: flex;flex-wrap: wrap;}
.inner_menu>ul>li{padding: 0 30px;}
.inner_menu>ul>li a{font-size: 16px;color: #171717;line-height: 30px;}
.inner_menu>ul>li:hover>a{color: var(--primary-color);}
.inner_menu>ul>li .pro_se{position: absolute;left: 0;top: 100%;width: 100%;padding: 20px;background-color: #fff;z-index: 2;opacity: 0;visibility: hidden;box-shadow: 6px 6px 6px rgba(0,0,0,.1);transition: all 0.5s;}
.inner_menu>ul>li:hover>.pro_se{opacity: 1;visibility: visible;}
.inner_menu>ul>li .pro_se ul{display: flex;flex-wrap: wrap;}
.inner_menu>ul>li .pro_se ul li{width: 25%;padding: 0 10px;}
.inner_menu>ul>li .pro_se ul li dt{border-bottom: 1px solid #171717;margin-bottom: 8px;}
.inner_menu>ul>li .pro_se ul li dt a{font-size: 16px;color: #171717;font-weight: bold;padding: 8px 0;}
.inner_menu>ul>li .pro_se ul li dt:hover a{color: var(--primary-color);}
.inner_menu>ul>li .pro_se ul li dd a{font-size: 16px;color: #171717;line-height: 30px;}
.inner_menu>ul>li .pro_se ul li dd:hover a{color: var(--primary-color);}

.productbox{width: 100%;margin: 0 auto;}
.product{width: 100%;margin: 0 auto;}
.product ul{display: flex;flex-wrap: wrap;}
.product ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;}
.product ul li a{display: block;width: 100%;box-shadow: 0 2px 5.34px 0.66px #0000001c;background-color: #fff;}
.product ul li a .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.product ul li a .imgbox img{width: 100%;transition: all 0.5s;height: 250px;object-fit: contain;}
.product ul li:hover a .imgbox img{transform: scale(1.1);}
.product ul li a .textbox{width: 100%;text-align: center;transition: all 0.5s;width: 100%;}
.product ul li a .textbox h3{font-size: 17px;padding: 10px 10px 0;color: rgba(0,0,0,0.8);font-weight: bold;transition: all 0.5s;height: 70px;}
.product ul li a .textbox span{font-size: 16px;color: #1f52a2;transition: all 0.5s;display: block;padding: 10px 0;}
.product ul li:hover a .textbox{background-color: var(--primary-color);}
.product ul li:hover a .textbox h3{color: #fff;}
.product ul li:hover a .textbox span{color: #fff;}



/*  */
.news1box{width: 100%;margin: 0 auto;}
.news1{width: 100%;margin: 0 auto;position: relative;}
.n1_swiper{width: 100%;overflow: hidden;margin: 0 auto;}
.n1_swiper .swiper-slide{width: 100%;}
.n1_swiper .swiper-slide .inner{width: 100%;display: flex;flex-wrap: wrap;background-color: #f4f4f4;}
.n1_swiper .swiper-slide .inner .imgbox{width: 50%;height: 100%;font-size: 0;}
.n1_swiper .swiper-slide .inner .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.n1_swiper .swiper-slide .inner .textbox{width: 50%;padding: 3% 5%;text-align: left;}
.n1_swiper .swiper-slide .inner .textbox h3{font-size: 24px;color: #333;font-weight: bold;transition: all 0.3s;}
.n1_swiper .swiper-slide:hover .inner .textbox h3{color: var(--primary-color);}
.n1_swiper .swiper-slide .inner .textbox .date{margin: 15px 0 20px 0;font-size: 16px;color: #4d4d4d;}
.n1_swiper .swiper-slide .inner .textbox .desc{font-size: 16px;color: #666;height: 120px;line-height: 24px;}
.n1_swiper .swiper-slide .inner .textbox .line{width: 100%;height: 1px;border-bottom: 1px dashed #ccc;margin: 35px 0 25px 0;}
.n1_swiper .swiper-slide .inner .textbox span{font-size: 16px;color: #666;padding-right: 30px;background: url(../images/right.png) no-repeat right center;}
.n1_swiper .swiper-slide:hover .inner .textbox span{background: url(../images/right_1.png) no-repeat right center;color: var(--primary-color);}

.n1_pagination{text-align: right !important;width: 100%;padding: 0 5%;}
.n1_pagination .swiper-pagination-bullet{width: 10px;height: 10px;border: 1px solid var(--primary-color);background-color: #f4f4f4;opacity: 1;}
.n1_pagination .swiper-pagination-bullet-active{background-color: var(--primary-color);}


.news2box{width: 100%;margin: 0 auto;}
.news2{width: 100%;margin: 0 auto;}
.news2 ul li{width: 100%;margin: 0 auto;padding: 20px 1.70940171%;background-color: #f3f3f3;margin-bottom: 30px;}
.news2 ul li:hover{background-color: var(--primary-color);}
.news2 ul li a{display: flex;align-items: center;justify-content: space-between;}
.news2 ul li a .imgbox{width: 25.64102564%;overflow: hidden;}
.news2 ul li a .imgbox img{width: 100%;transition: all 1s;}
.news2 ul li:hover a .imgbox img{transform: scale(1.1);}
.news2 ul li a .textbox{width: 58.11965812%;padding: 0 3.41880342% 0 2.39316239%;}
.news2 ul li a .textbox .tit{padding: 0 0 15px 0;font-size: 21px;color: #333;}
.news2 ul li a .textbox .date{padding: 10px 0 20px 0;font-size: 12px;color: #666;}
.news2 ul li a .textbox .info{padding-left: 20px;font-size: 16px;color: #666;border-left: 1px solid #e2e2e2;min-height: 96px;}
.news2 ul li a .more{width: 6.83760684%;height: 193px;background: url(../images/more.png) no-repeat 90% center;border-left: 1px solid #e2e2e2;}

.news2 ul li:hover a .textbox .tit{color: #fff;}
.news2 ul li:hover a .textbox .date{color: #fff;}
.news2 ul li:hover a .textbox .info{color: #fff;}
.news2 ul li:hover a .more{background: url(../images/more_1.png) no-repeat 90% center;}


/*  */
.s_menubox{width: 100%;margin: 0 auto;padding: 20px 0;}
.s_menu{width: 100%;margin: 0 auto;font-size: 14px;color: #989898;padding: 10px 15px;}
.s_menu a{color: #1e4696;}


.pd1box{width: 100%;margin: 0 auto;}
.pd1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;/*align-items: center;*/}
.pd1 .imgbox{width: 40%;font-size: 0;}
.pd1 .imgbox img{width: 100%;}
.pd1 .textbox{width: 55%;}
.pd1 .textbox h3{font-size: 32px;line-height: 1.4;color: #131523;font-weight: 400;}
.pd1 .textbox h1{font-size: 40px;color: #131523;/*margin-top: 20px;*/font-weight: bold;}
.pd1 .textbox  .desc{font-size: 16px;color: #666;margin-top: 15px;line-height: 1.5;}
.pd1 .textbox p{font-size: 18px;color: #666;line-height:1.8;/*font-weight:300;*/}
.pd1_btn{width: 100%;display: flex;align-items: center;margin-top: 40px;}

.pd1_btn .btn1{display: inline-block;margin-right: 16px;padding: 10px 24px;border: 1px solid var(--primary-color);border-radius: 5px;font-size: 16px;color: var(--primary-color);transition: all 0.5s;}
.pd1_btn .btn1:hover{background-color: rgb(116, 117, 255,0.4);}
.pd1_btn .btn2{display: inline-block;background-color: var(--primary-color);font-size: 16px;color: #fff;border-radius: 5px;padding: 10px 24px;transition: all 0.5s;}
.pd1_btn .btn2:hover{background-color: #2a3554;}

.zhao{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 999;opacity: 0;visibility: hidden;}
.zhao.on{opacity: 1;visibility: visible;}
.form_tc{position: fixed;top: 50%;left: 50%;width: 80%;height: 80%;box-sizing: border-box;transform: translate(-50%,-50%);z-index: 1000;display: none;}
.form_tc.on{display: block;}
.f_close{position: absolute;right: 0px;top: -40px;font-size: 30px;color: #fff;cursor: pointer;}
.form_tc form{overflow-y: scroll;width: 100%;height: 100%;box-shadow: 3px 3px 5px #00000024;background-color: #fff;padding: 40px 20px;border-radius: 6px;}
.form_tc form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.form_tc form ul li{width: 100%;margin-bottom: 20px;}
.form_tc form ul li p{font-size: 18px;color: #333;font-weight: bold;margin-bottom: 5px;}
.form_tc form ul li p span{color: red;}
.form_tc form ul li .f_text{width: 100%;border: 1px solid #e5e5e5;padding: 0 12px;font-weight: 400;height: 49px;line-height: 49px;font-size: 16px;color: #666;}
.form_tc form ul li select{width: 100%;border: 1px solid #e5e5e5;padding: 0 12px;font-weight: 400;height: 49px;line-height: 49px;font-size: 16px;color: #666;}
.form_tc form ul li select::placeholder{color: #666;font-weight: 16px;}
.form_tc form ul li label b{font-size: 16px;color: #333;font-weight: normal;}
.form_tc form ul li label p a{text-decoration: underline;}
.form_tc form ul li .f_btn{padding: 17px 28px 16px !important;background-color: var(--primary-color);font-size: 16px;color: #fff;border-radius: 5px;}
.form_tc form ul li .f_btn:hover{background-color: #2a3554;}

.pd2box{width: 100%;margin: 0 auto;}
.pd2{width: 100%;margin: 0 auto;}
.pd2 h3{border-bottom: 1px solid var(--primary-color);font-size: 30px;color: var(--primary-color);padding: 10px 0;}
.pd2_content{width: 100%;margin: 0 auto;/*padding: 20px 0;*/font-size: 18px;color: #333;line-height: 33px;}
.pd2_content table{width: 100%;border-collapse: collapse !important;width:100% !important;}

.pd3_content{width: 100%;margin: 0 auto;padding: 20px 0;}
.pd3_content table{width: 100%;border-collapse: collapse !important;width:100% !important;}
.pd3_content table tr:nth-child(2n){background-color: #f4f4f4;}
.pd3_content table tr td{font-size: 16px;color: #333;line-height: 30px;border: 1px solid #ddd;padding: 0 10px;}



.pd4box{width: 100%;margin: 0 auto;}
.pd4{width: 100%;margin: 0 auto;}
.pd4 h3{font-size: 30px;color: #1e4f99;margin-bottom: 20px;}
.pd4_content{width: 100%;}
.pd4_content ul{display: flex;flex-wrap: wrap;}
.pd4_content ul li{width: 23.5%;margin-bottom: 20px;margin-right: 2%;}
.pd4_content ul li:nth-child(4n){margin-right: 0;}
.pd4_content ul li a{display: block;width: 100%;font-size: 0;background-color: #efefef;}
.pd4_content ul li a img{width: 100%;margin-bottom: 10px;height: 200px;object-fit: cover;}
.pd4_content ul li a p{font-size: 16px;color: #1f52a2;padding: 0 5px;padding-bottom: 10px;text-align: center;}














/*  */
.a1_title{width: 100%;margin-bottom: 30px;}
.a1_title h3{display: flex;align-items: center;}
.a1_title h3 img{margin-right: 20px;font-size: 18px;color: rgba(35,80,152,1);}
.a1_title h1{font-size: 36px;color: #000;margin-top: 10px;font-weight: bold;}

.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about1 .textbox{width: 40%;}
.about1 .textbox .desc{font-size: 16px;color: #010101;}
.about1 .imgbox{width: 50%;font-size: 0;}
.about1 .imgbox img{width: 100%;border-bottom-left-radius: 40px;}


.about2box{width: 100%;margin: 0 auto;}
.about2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.a2_left{width: 50%;}
.a2_left ul{display: flex;flex-wrap: wrap;}
.a2_left ul li{width: 50%;border: 1px solid rgb(255, 255, 255,0.2);height: 250px;padding: 50px 30px 30px 30px;position: relative;}
.a2_left ul li .icon{font-size: 0;margin-bottom: 20px;}
.a2_left ul li .icon img{max-width: 100%;width: auto;}
.a2_left ul li .li_content{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(120deg, rgb(32, 76, 143), rgb(20, 48, 90));padding: 50px 30px 30px 30px;opacity: 0;transition: all 0.5s;}
.a2_left ul li:hover .li_content{opacity: 1;}
.a2_left ul li .li_content h2{font-size: 24px;color: #fff;line-height: 36px;}
.a2_left ul li .li_content p{font-size: 14px;color: #fff;line-height: 24px;}
.a2_left ul li h3{font-size: 24px;color: #fff;font-weight: bold;}
.a2_right{width: 35%;}
.a2_right h1{font-size: 52px;color: #fff;font-weight: bold;padding-top:18%;}
.a2_right .desc{font-size: 16px;color: rgba(255, 255, 255, .9);line-height: 28px;margin-top: 20px;}


.white{color: #fff !important;}
.about3box{width: 100%;margin: 0 auto;}
.about3{width: 100%;margin: 0 auto;}
.about3 .a1_title{margin-bottom: 90px;}
.a3_content{width: 100%;margin: 0 auto;position: relative;}
.a3_swiper{width: 90%;margin: 0 auto;overflow: hidden;}
.a3_prev,.a3_next{position: absolute;top: 50%;transform: translateY(-50%);width: 40px;height: 40px;border: 1px solid #fff;font-size: 25px;color: #fff;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.a3_prev{left: 0;}
.a3_next{right: 0;}
.a3_swiper .swiper-slide{background-color: transparent;}
.a3_swiper .swiper-slide .inner{width: 100%;position: relative;padding: 0 39px 50px;text-align: left;}
.a3_swiper .swiper-slide .inner:before{content: "";display: block;width: 3px;height: 100%;background: linear-gradient(180deg, #8627BF, #304fe3, transparent);position: absolute;left: 0;top: 0;border-radius: 3px;opacity: 0.6;}
.a3_swiper .swiper-slide .inner h1{font-size: 48px;color: #fff;margin-bottom: 8px;font-weight: bold;}
.a3_swiper .swiper-slide .inner .desc{font-size: 16px;color: #fff;line-height: 28px;}





.about4box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;}
.about4{width: 100%;margin: 0 auto;}
.a4_content{width: 100%;margin: 0 auto;}
.a4_content .top{width: 100%;}
.a4_content .top ul{display: flex;flex-wrap: wrap;}
.a4_content .top ul li{width: 23.5%;margin-right: 2%;margin-bottom: 15px;font-size: 0;}
.a4_content .top ul li:nth-child(4n){margin-right: 0;}
.a4_content .top ul li img{width: 100%;}
.a4_content .bot{width: 100%;}
.a4_content .bot ul{display: flex;flex-wrap: wrap;}
.a4_content .bot ul li{width: 13.4%;margin-right: 1%;font-size: 0;}
.a4_content .bot ul li:nth-child(7n){margin-right: 0;}
.a4_content .bot ul li img{width: 100%;}

.about5box{width: 100%;margin: 0 auto;}
.about5{width: 100%;margin: 0 auto;}
.a5_content ul{display: flex;flex-wrap: wrap;}
.a5_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.a5_content ul li:nth-child(4n){margin-right: 0;}
.a5_content ul li a{display: block;width: 100%;}
.a5_content ul li a .imgbox{width: 100%;font-size: 0;}
.a5_content ul li a .imgbox img{width: 100%;}
.a5_content ul li a h3{font-size: 18px;color: #000;padding: 10px 0;transition: all 0.5s;text-align: center;}
.a5_content ul li:hover a h3{color: var(--primary-color);}




.contact1box{width: 100%;margin: 0 auto;}
.contact1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 20px;border: 1px solid #ebebeb;}
.c1_left{width: 49%;}
.c1_right{width: 49%;font-size: 0;}
.c1_right img{width: 100%;}
.c_tit{width: 100%;border-bottom: 1px solid #e8e8e8;}
.c_tit h1{display: inline-block;padding-bottom: 15px;margin-top: 15px;border-bottom: 1px solid #009ad9;font-size: 22px;color: #009ad9;}

.c1_list{width: 100%;}
.c1_list ul li{margin-top: 27px;display: flex;align-items: center;}
.c1_list ul li img{width: 20px;margin-right: 10px;}
.c1_list ul li span{font-size: 16px;color: #666;}
.c1_ewm{margin-top: 27px;display: flex;align-items: center;}
.c1_ewm .ewm{font-size: 0;}
.c1_ewm .ewm img{max-width: 100%;width: auto;}
.c1_ewm h3{font-size: 21px;color: #666;margin-left: 25px;}



.contact2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.contact2 .item{width: 48%;padding: 34px 40px 30px 40px;border: 1px solid #ebebeb;/*background: url(../images/Cont5.jpg) no-repeat bottom right;*/background-size: cover;margin-bottom: 30px;}
.contact2 .item .desc{font-size: 16px;color: #666;line-height: 28px;margin-top: 27px;}


/*  */
.naboutbannerbox{width: 100%;margin: 0 auto;position: relative;}
.naboutbannerbox .imgbox{width: 100%;font-size: 0;}
.naboutbannerbox .imgbox img{width: 100%;}
.naboutbannerbox .textbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: left;width: 100%;max-width: 1200px;}
.naboutbannerbox .textbox h1{font-size: 40px;color: #fff;padding-bottom: 36px;position: relative;margin-bottom: 36px;}
.naboutbannerbox .textbox h1:after{width: 36px;height: 4px;background-color: #fff;position: absolute;left: 0;bottom: 0;content: "";}
.naboutbannerbox .textbox h3{font-size: 19.5px;color: #fff;}

.naboutlistbox{width: 100%;margin: 0 auto;background-color: #f6f6f6;}
.naboutlist{width: 100%;margin: 0 auto;line-height: 60px;}
.naboutlist ul{display: flex;flex-wrap: wrap;}
.naboutlist ul li{padding: 0 36px;position: relative;}
.naboutlist ul li:after{position: absolute;content: '';width: 1px;height: 16px;background: #cccccc;left: 0;top: 50%;transform: translateY(-50%);}
.naboutlist ul li a{font-size: 15px;color: #000;}



.nabout1box{width: 100%;margin: 0 auto;}
.nabout1{width: 100%;margin: 0 auto;}
.n1_title{width: 100%;margin-bottom: 50px;}
.n1_title h1{font-size: 36px;color: #000;}
.na1_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.na1_left{width: 44%;position: relative;padding-left: 28px;}
.na1_left .na1_back{position: absolute;top: 0;left: 0;width: 35%;height: 100%;background: #0677ca;}
.na1_left .imgbox{width: 100%;font-size: 0;height: calc(100% - 82px);position: relative;}
.na1_left .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.na1_left h3{width: 100%;height: 82px;line-height: 82px;color: #FFFFFF;text-transform: uppercase;font-size: 22.5px;position: relative;z-index: 5;}

.na1_right{width: 50%;height: calc(100% - 82px);overflow: auto;position: relative;}
.na1_right .inner{font-size: 16px;color: #000;line-height: 25px;}
.na1_right:after{position: absolute;content: '';width: 60px;height: 4px;background: #0677ca;right: 0;bottom: 0;}



.nabout2box{width: 100%;margin: 0 auto;position: relative;}
.nabout2box:after{position: absolute;width: 100%;height: 50%;background: #0677ca;bottom: 0;left: 0; z-index: 0;content: "";}
.nabout2{width: 100%;margin: 0 auto;}
.na2_swiper{width: 100%;overflow: hidden;}
.na2_swiper .swiper-slide{font-size: 0;}
.na2_swiper .swiper-slide img{width: 100%;}



.nabout3box{width: 100%;margin: 0 auto;overflow: hidden;}
.nabout3{width: 100%;margin: 0 auto;}
.na3_top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.na3_top h1{font-size: 36px;color: #000;}
.na3_tab{}
.na3_tab ul{display: flex;flex-wrap: wrap;align-items: center;}
.na3_tab ul li{margin-right: 36px;}
.na3_tab ul li:last-child{margin-right: 0;}
.na3_tab ul li span{font-size: 19px;color: #000;}
.na3_tab ul li.on span{color: #0677ca;}

.na3_box{width: 100%;margin: 0 auto;padding: 45px 0;margin-top: 70px;position: relative;padding-left: 38px;}
.na3_box .sj_about_hz_back{position: absolute;height: 100%;width: 25%;background: #0677ca;left: 0;top: 0;z-index: 0;}
.na3_box:after{position: absolute;content: '';width: 331px;height: 74px;transform: scale(0.8);background-image: url(../images/about_back.png);background-size: cover;right: -130px;top: 0;z-index: 0;}
.na3_box ul li{width: 100%;}
.na3_box ul li .inner{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);padding: 24px;position: relative;z-index: 2;background-color: #fff;}
.na3_box ul li .inner .imgbox{width: 37.5%;font-size: 0;}
.na3_box ul li .inner .imgbox img{width: 100%;height: 248px;object-fit: cover;}
.na3_box ul li .inner .textbox{width: 59%;}
.na3_box ul li .inner .textbox h3{font-size: 30px;color: #0677ca;margin-bottom: 10px;}
.na3_box ul li .inner .textbox p{width: 100%;height: 200px;overflow: auto;font-size: 16px;line-height: 170%;overflow-y:scroll ;}


@media only screen and (max-width: 980px) {
	.height{height: 70px;}
	.n1_title h1 {font-size: 30px;}
	.index1_top {display: flex;flex-direction: column;}
	.index1_top .texbox{width: 100%;order: 1;}
	.index1_top .imgbox{display: block;order: 0;margin-bottom: 20px;position: unset;}
	.na1_left {width: 100%;}
	.na1_right{width: 100%;margin-top: 20px;}
	.na3_top {flex-wrap: wrap;}
	.na3_tab {width: 100%;margin-top: 10px;}
	.na3_tab ul li {margin-right: 20px;}
	.na3_top h1 {font-size: 30px;}
	.na3_box ul li .inner .imgbox {width: 100%;margin-bottom: 20px;}
	.na3_box ul li .inner .textbox{width: 100%;}
	.na3_box ul li .inner .textbox h3 {font-size: 25px;}
	.naboutbannerbox .textbox{padding: 0 15px;}
	.naboutbannerbox .textbox h1 {font-size: 25px;padding-bottom: 15px;margin-bottom: 15px;}
	.naboutbannerbox .textbox h3 {font-size: 16px;}
	.naboutlist ul li {padding: 0 10px;}
	.naboutbannerbox .imgbox img {min-height: 300px;object-fit: cover;}
}


@media only screen and (max-width: 680px) {
	.n1_title h1 {font-size: 20px;}
	.na3_top h1 {font-size: 20px;}
	.na3_box ul li .inner .textbox h3 {font-size: 18px;}
	.naboutbannerbox .textbox h1 {font-size: 20px;}
	.naboutbannerbox .textbox h3 {font-size: 14px;}
}




/*  */
.nnews1box{width: 100%;margin: 0 auto;}
.nnews1{width: 100%;margin: 0 auto;}
.nn1_swiper{width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.nn1_swiper .swiper-slide .inner{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;background: #f9f9f9;}
.nn1_swiper .swiper-slide .inner .imgbox{display: block;width: 50%;font-size: 0;overflow: hidden;}
.nn1_swiper .swiper-slide .inner .imgbox img{width: 100%;transition: all 0.5s;}
.nn1_swiper .swiper-slide:hover .inner .imgbox img{transform: scale(1.1);}
.nn1_swiper .swiper-slide .inner .textbox{width: 50%;padding: 50px;text-align: left;}
.nn1_swiper .swiper-slide .inner .textbox .date{font-size: 13px;color: #999;padding-left: 25px;background-image: url(../images/date.png);background-repeat: no-repeat;background-position: left;}
.nn1_swiper .swiper-slide .inner .textbox h3{padding-top: 12px;padding-bottom: 15px;}
.nn1_swiper .swiper-slide .inner .textbox h3 a{font-size: 17px;color: #111;transition: all 0.5s;}
.nn1_swiper .swiper-slide:hover .inner .textbox h3 a{color: #1e4f99;}
.nn1_swiper .swiper-slide .inner .textbox p{font-size: 13px;color: #999;line-height: 25px;}
.nn1_swiper .swiper-slide .inner .textbox .nn1_btn{margin-top: 42px;display: inline-block;background-image: url(../images/btn1.png);background-repeat: no-repeat;background-size: 100% 100%;width: 132px;height: 36px;font-size: 16px;color: #fff;line-height: 36px;padding-left: 20px;}
.nn1_swiper .swiper-slide:hover .inner .textbox .nn1_btn{background-image: url(../images/btn1_bg.png);}

.nn1_pagination .swiper-pagination-bullet{width: 32px;height: 4px;background-color: #eeb128;opacity: 0.25;border-radius: 0;}
.nn1_pagination .swiper-pagination-bullet-active{opacity: 1;}



.nnews2box{width: 100%;margin: 0 auto;}
.nnews2{width: 100%;margin: 0 auto;}
.nnews2 ul{display: flex;flex-wrap: wrap;}
.nnews2 ul li{width: 32%;margin-right: 2%;margin-bottom: 50px;}
.nnews2 ul li:nth-child(3n){margin-right: 0;}
.nnews2 ul li a{display: block;width: 100%;}
.nnews2 ul li a .imgbox{width: 100%;overflow: hidden;font-size: 0;}
.nnews2 ul li a .imgbox img{width: 100%;height: 255px;object-fit: cover;}
.nnews2 ul li:hover a .imgbox img{transform: scale(1.1);}
.nnews2 ul li a .textbox{width: 100%;max-width: 80%;border-radius: 8px;box-shadow: rgb(221, 221, 221) 0px 10px 25px;padding: 25px;transition: all 0.5s;position: relative;z-index: 2;margin: 0 auto;margin-top: -80px;background-color: #fff;}
.nnews2 ul li a .textbox .date{font-size: 13px;color: #999;padding-left: 25px;background-image: url(../images/date.png);background-repeat: no-repeat;background-position: left;padding-bottom: 8px;transition: all 0.5s;}
.nnews2 ul li a .textbox h3{border-top: 1px solid #e9e9e9;padding-top: 5px;padding-bottom: 10px;font-size: 17px;color: #111;height: 56px;transition: all 0.5s;}
.nnews2 ul li a .textbox p{font-size: 13px;color: #999;line-height: 25px;transition: all 0.5s;}
.nnews2 ul li a .textbox span{margin-top: 35px;display: inline-block;background-image: url(../images/btn2.png);background-repeat: no-repeat;background-size: 100% 100%;width: 132px;height: 36px;font-size: 16px;color: #999;line-height: 36px;padding-left: 20px;transition: all 0.5s;}
.nnews2 ul li:hover a .textbox{background-color: #1e4f99;}
.nnews2 ul li:hover a .textbox span{background-image: url(../images/btn2_bg.png);}
.nnews2 ul li:hover a .textbox .date{color: #f5d0d5;}
.nnews2 ul li:hover a .textbox h3{color: #fff;}
.nnews2 ul li:hover a .textbox p{color: #f5d0d5;}




@media only screen and (max-width: 980px) {
	.nn1_swiper .swiper-slide .inner .imgbox{width: 100%;}
	.nn1_swiper .swiper-slide .inner .textbox{width: 100%;padding: 20px;}
	.nnews2 ul{justify-content: space-between;}
	.nnews2 ul li{width: 49%;margin-right: 0 !important;}
	.nnews2 ul li a .textbox{max-width: 90%;}
}
@media only screen and (max-width: 680px) {
	.nnews2 ul li{width: 100%;}
}




/*  */
.nndetail1box{width: 100%;margin: 0 auto;}
.nndetail1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.nnd1_left{width: 75%;}
.nnd1_right{width: 23%;background-color: #f9f9f9;padding-bottom: 50px;}
.nnd1_left h1{text-align: center;margin-bottom: 12px;font-size: 24px;color: #333;font-weight: bold;}
.nnd1_left .date{text-align: center;margin-bottom: 38px;width: 100%;}
.nnd1_left .date span{font-size: 13px;color: #999;padding-left: 25px;background-image: url(../images/date.png);background-repeat: no-repeat;background-position: left;}
.nnd1_left .tip{width: 100%;background-image: url(../images/news_bg1.png);background-repeat: repeat-y;background-position: center;padding-left: 37px;padding-right: 37px;padding-top: 35px;padding-bottom: 60px;margin-bottom: 35px;}
.nnd1_left .tip h3{position: relative;width: 100%;padding-left: 20px;font-size: 18px;color: #1e4f99;margin-bottom: 15px;}
.nnd1_left .tip h3:before{width: 2px;height: 100%;background-color: #1e4f99;position: absolute;left: 0;top: 0;content: "";}
.nnd1_left .tip p{font-size: 14px;color: #666;line-height: 30px;}
.nn1_content{width: 100%;}
.nnd1_right .tit{width: 100%;padding-top: 10px;border-bottom: 1px solid #dddddd;}
.nnd1_right .tit h1{padding-left: 60px;font-size: 24px;color: #111;background-image: url(../images/news_icon.png);background-repeat: no-repeat;background-position: left;line-height: 80px;}
.nnd1_right .n_list{width: 100%;}
.nnd1_right .n_list ul li{width: 100%;padding: 13px 10px;border-bottom: 1px solid #e8e8e8;}
.nnd1_right .n_list ul li:hover{background-color: #1e4f99;}
.nnd1_right .n_list ul li .top{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 10px;}
.nnd1_right .n_list ul li .top .date{width: 20%;border-right: 1px solid #e8e8e8;text-align: center;}
.nnd1_right .n_list ul li .top .date .md{font-size: 12px;color: #999;}
.nnd1_right .n_list ul li .top .date .y{font-size: 14px;color: #999;}
.nnd1_right .n_list ul li .top h3{width: 80%;padding-left: 10px;font-size: 14px;color: #111;font-weight: normal;}
.nnd1_right .n_list ul li p{font-size: 14px;color: #999;line-height: 30px;}
.nnd1_right .n_list ul li:hover .top .date .md{color: #f5d0d5;}
.nnd1_right .n_list ul li:hover .top .date .y{color: #f5d0d5;}
.nnd1_right .n_list ul li:hover .top h3{color: #fff;}
.nnd1_right .n_list ul li:hover p{color: #f5d0d5;}

.n_more{text-align: right;margin-top: 35px;}
.n_more a{display: inline-block;width: 108px;height: 36px;background-image: url(../images/more4.png);background-repeat: no-repeat;background-size: 100% 100%;font-size: 14px;color: #fff;text-align: center;line-height: 36px;}
.n_more a:hover{background-image: url(../images/more4_bg.png);}



.nndetail2box{width: 100%;margin: 0 auto;}
.nndetail2{width: 100%;margin: 0 auto;}
.nndetail2 .top{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 15px;align-items: center;}
.nndetail2 .top .tit{}
.nndetail2 .top .tit h1{padding-left: 60px;font-size: 24px;color: #111;background-image: url(../images/0111.png);background-repeat: no-repeat;background-position: left;line-height: 80px;display: inline-block;}
.nndetail2 .top .n_more{margin-top: 0;}
.nnd2_list{width: 100%;margin: 0 auto;}
.nnd2_list ul{display: flex;flex-wrap: wrap;}
.nnd2_list ul li{width: 23.5%;margin-bottom: 20px;margin-right: 2%;border-radius: 8px;box-shadow: rgb(221, 221, 221) 0px 10px 35px;position: relative;border-bottom: 4px solid #ddd;}
.nnd2_list ul li:after{width: 0;height: 4px;background-color: #1e4f99;transition: all 0.5s;position: absolute;left: 0;bottom: 0;content: "";}
.nnd2_list ul li:hover:after{width: 100%;}
.nnd2_list ul li:nth-child(4n){margin-right: 0;}
.nnd2_list ul li a{display: block;width: 100%;}
.nnd2_list ul li a .imgbox{width: 100%;overflow: hidden;font-size: 0;position: relative;}
.nnd2_list ul li a .imgbox span{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 0;opacity: 0;visibility: hidden;transition: all 0.5s;}
.nnd2_list ul li a .imgbox span img{max-width: 100%;width: auto;transition: all 0.5s;}
.nnd2_list ul li:hover a .imgbox span{opacity: 1;visibility: visible;}
.nnd2_list ul li:hover a .imgbox img{opacity: 0.7;transform: scale(1.1);}
.nnd2_list ul li a .imgbox img{width: 100%;transition: all 0.5s;}
.nnd2_list ul li:hover a .imgbox img{transform: scale(1.1);}
.nnd2_list ul li a .textbox {width: 100%;padding: 0 22px;}
.nnd2_list ul li a .textbox h3{padding-top: 12px;padding-bottom: 5px;font-size: 17px;color: #111;height: 50px;transition: all 0.5s;text-align: center;}
.nnd2_list ul li a .textbox p{font-size: 13px;color: #999;height: 58px;}
.nnd2_list ul li:hover a .textbox h3{color: #1e4f99;}



@media only screen and (max-width: 980px) {
	.nnd1_left{width: 100%;margin-bottom: 20px;}
	.nnd1_right{width: 100%;}
	.nnd1_left h1{font-size: 20px;}
	.nnd1_right .tit h1 {font-size: 20px;}
	.nndetail2 .top{flex-wrap: wrap;}
	.nndetail2 .top .tit h1{width: 100%;margin-bottom: 10px;font-size: 20px;}
	.nnd2_list ul li{width: 49%;}
	.nnd2_list ul li:nth-child(2n){margin-right: 0;}
}

@media only screen and (max-width: 680px) {
	.nnd2_list ul li{width: 100%;margin-right: 0 !important;}
}



/*  */
.sdetail1box{width: 100%;margin: 0 auto;}
.sdetail1{width: 100%;margin: 0 auto;}
.sdetail1 .top{display: flex;align-items: flex-start;justify-content: space-between;padding-bottom: 10px;border-bottom: 1px dashed #e5e5e5;}
.sdetail1 .top .left{}
.sdetail1 .top .left h1{font-size: 30px;color: #1e4f99;font-weight: normal;}
.sdetail1 .top .left p{display: flex;align-items: center;line-height: 54px;}
.sdetail1 .top .left p span{display: flex;align-items: center;margin-right: 15px;display: inline-block;font-size: 14px;color: #999;}
.sdetail1 .top .left p span img{margin-right: 5px;}
.sdetail1 .top .left p span.share{margin-right: 30px;}
.sdetail1 .top .right{}
.sdetail1 .top .right a{display: inline-flex;align-items: center;justify-content: center;font-size: 16px;color: #fff;width: 115px;height: 36px;line-height: 36px;background-color: #989898;}
.sdetail1 .top .right a img{max-width: 100%;width: auto;margin-right: 5px;}

.sd1_content{width: 100%;padding: 30px 0;margin: 0 auto;}
.sd1_content h3{position: relative;padding-left: 30px;overflow: hidden;}
.sd1_content h3:before{width: 12px;background-color: rgb(190, 0, 40);height: 100%;position: absolute;left: 0;top: 0;content: "";}
.sd1_content h3 span{display: inline-block;padding: 10px;background-color: rgb(190, 0, 40);font-size: 16px;color: #fff;font-weight: bold;min-width: 635px;max-width: 100%;}
.sd1_content .content{padding: 20px 0;}

.sd1_down{margin-top: 60px;}
.sd1_down a{display: inline-flex;background-color: #1e4f99 ;width: 140px;height: 46px;line-height: 46px;font-size: 16px;color: #fff;justify-content: center;align-items: center;}
.sd1_down a img{max-width: 100%;width: auto;margin-left: 5px;}

.sdetail2box{width: 100%;margin: 0 auto;}
.sdetail2{width: 100%;margin: 0 auto;}
.sdetail2 .title{border-bottom: 1px solid #d1d1d1;width: 100%;margin-bottom: 25px;}
.sdetail2 .title h3{padding: 30px 0 20px 0;display: inline-block;font-size: 21px;color: #1e4f99;border-bottom: 1px solid #1e4f99;}
.sd2_list{width: 100%;}
.sd2_list ul{display: flex;flex-wrap: wrap;}
.sd2_list ul li{width: 18.4%;margin-right: 2%;margin-bottom: 20px;}
.sd2_list ul li:nth-child(5n){margin-right: 0;}
.sd2_list ul li a{display: block;width: 100%;}
.sd2_list ul li a .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.sd2_list ul li a .imgbox img{width: 100%;transition: all 1s;}
.sd2_list ul li:hover a .imgbox img{transform: scale(1.1);}
.sd2_list ul li a .textbox{width: 100%;position: relative;padding: 20px 10px;background-color: #ebebeb;text-align: center;}
.sd2_list ul li a .textbox h3{font-size: 16px;color: #333;margin-bottom: 5px;}
.sd2_list ul li a .textbox p{font-size: 16px;color: #888;line-height: 32px;}



@media only screen and (max-width: 980px) {
	.sdetail1 .top {flex-wrap: wrap;}
	.sdetail1 .top .left h1 {width: 100%;margin-bottom: 10px;font-size: 25px;}
	.sd2_list ul{justify-content: space-between;}
	.sd2_list ul li{width: 49%;margin-right: 0 !important;}
}



/*  */
.solutionbox{width: 100%;margin: 0 auto;}
.solution{width: 100%;margin: 0 auto;}
.solution ul li:first-child{border-top: 1px solid #e9e9e9;}
.solution ul li{width: 100%;background: url(../images/icon9.png) no-repeat 20px center;padding: 20px 0 20px 40px;border-bottom: 1px solid #e9e9e9;}
.solution ul li:hover{background-color: #e8e7e7;}
.solution ul li a{display: flex;align-items: flex-start;justify-content: space-between;}
.solution ul li a .left{width: 81%;}
.solution ul li a .left .tit{width: 100%;}
.solution ul li a .left .tit h3{font-size: 16px;color: #333;margin-bottom: 10px;}
.solution ul li a .left .tit .min-tit1{display: inline-block;padding: 0 10px;margin-right: 10px;line-height: 26px;height: 26px;font-size: 16px;text-align: center;font-weight: normal;background: #1e4696;color: #fff;}
.solution ul li a .left .tit .min-tit2{display: inline-block;margin-right: 10px;line-height: 24px;height: 26px;font-size: 17px;text-align: center;font-weight: normal;color: #1e4696;}
.solution ul li a .left p{font-size: 16px;color: #888;margin-top: 10px;}
.solution ul li a .right{font-size: 0;padding-right: 30px;}
.solution ul li a .right img{max-width: 100%;width: auto;}















@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	/* .bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;} */
	/* .pd50{padding: 25px 0;} */
	.f_desc{width: 100%;margin-bottom: 20px;}
	.f_logo a img{    max-width: 70%;
		width: auto;}
	.f_menu{width: 100%;margin-bottom: 20px;}
	.f_contact{width: 100%;margin-bottom: 20px;}
	.f_ewm{width: 100%;display: flex;flex-wrap: wrap;}
	.f_ewm .ewm{margin-right: 20px;}
	.f_ewm .ewm img{width: 150px;height: 150px;}
	.f_ewm .ewm:last-child{margin-right: 0;margin: 0 auto;}
	.i4_content ul li {width: 49%;}
	.i4_content ul li:nth-child(2n){margin-right: 0 !important;}
	.i4_content ul li:nth-child(5n){margin-right: 2%;}
	/* .i3_top .left h1 {font-size: 25px;}
	.i3_content ul li {width: 100%;margin-right: 0 !important;}
	.i2_content .item {width: 100%;}
	.i2_content .item .bot ul li a h3 {font-size: 18px;}
	.i2_content .item .top .textbox h1 {font-size: 18px;} */

	.i2_left{width: 100%;margin-bottom: 20px;background-color: #fff;height: auto;}
	.i2_right{width: 100%;}
	.i2_swiper .swiper-slide .inner .imgbox img{
		width: 100%;
    height: 300px;
    object-fit: cover;
	}
	.i3_left{width: 100%;margin-bottom: 20px;}
	.i3_left .inner .imgbox img{    width: 100%;
		transition: all 0.5s;
		height: 200px;
		object-fit: cover;}
	.i3_right{width: 100%;}
	.i3_right ul li a .left h3 {font-size: 18px;}
	.i3_swiper .swiper-slide .inner .textbox .h3 {font-size: 20px;margin-top: 20px;}
	.i3_swiper .swiper-slide .inner .textbox p {margin-top: 15px;margin-bottom: 15px;}
	.i4_content ul li .imgbox img{max-width: 100%;
		width: auto;
		height: 100px;
		transition: all 0.5s;}
	.pd4_content ul li{width: 49%;}
	.pd4_content ul li:nth-child(2n){margin-right: 0;}
	.i2_title h1 {font-size: 35px}
	.i2_title h3{font-size: 25px;}
	.index1_bot ul li {width: 50%;margin-bottom: 20px;}
	.index1_bot ul li h1 {font-size: 40px;}
	/* .i1_left{width: 100%;margin-bottom: 20px;}
	.i1_right{width: 100%;}
	.i1_left .content h1 {font-size: 25px;} */
	.bannerbox .swiper-slide .inner{max-width: 90%;}
	.bannerbox .swiper-slide .inner h1 {font-size: 35px;}
	.inbannerbox .text {max-width: 90%;}
	.product ul li {width: 50%;}
	.inner_menu>ul>li .pro_se ul li {width: 50%;}
	.inbannerbox .text h1 {font-size: 30px;}
	.n1_swiper .swiper-slide .inner .imgbox{width: 100%;}
	.n1_swiper .swiper-slide .inner .textbox{width: 100%;}
	.n1_swiper .swiper-slide .inner .textbox h3 {font-size: 20px;}
	.news2 ul li a {flex-wrap: wrap;}
	.news2 ul li a .imgbox {width: 100%;margin-bottom: 20px;}
	.news2 ul li a .imgbox img{max-width: 100%;width: auto;}
	.news2 ul li a .textbox{width: 100%;margin-bottom: 20px;}
	.news2 ul li a .more{height: 50px;border-left: 0;}
	.news2 ul li a .textbox .info {border-left: 0;padding-left: 0;}
	.pd1 .imgbox{width: 100%;margin-bottom: 20px;}
	.pd1 .textbox{width: 100%;}
	.pd1 .textbox h3 {font-size: 25px;}
	.pd1 .textbox h1{font-size: 35px;}
	.form_tc form ul li {width: 100% !important;}
	.a2_left{width: 100%;}
	.a2_right{width: 100%;}
	.a2_right h1 {font-size: 30px;padding-top: 8%;}
	.a1_title h1 {font-size: 30px;}
	.a3_swiper .swiper-slide .inner h1 {font-size: 32px;}
	.a5_content ul li {width: 49%;}
	.a5_content ul li:nth-child(2n){margin-right: 0 !important;}
	.about1 .textbox {width: 100%;margin-bottom: 20px;}
	.about1 .imgbox{width: 100%;}
	.contact2 .item {width: 100%;padding: 20px;}
	.c_tit h1 {font-size: 25px;}
	.c1_left{width: 100%;margin-bottom: 20px;}
	.c1_right{width: 100%;}
	.pd3_content {overflow: scroll;}

	.i5_title h1 {font-size: 30px;margin-bottom: 20px;}
	.i5_title p {width: 100%;}
	.i5_content ul li {width: 49%;}
	.i5_content ul li:nth-child(2n){margin-right: 0 !important;}
	.i5_content ul li:nth-child(3n){margin-right: 2%;}


	.i1t_title h1 {font-size: 30px;}
	.index1_top h2 {font-size: 30px;}
	.index1_top p {width: 100%;}
	
}


@media only screen and (max-width: 680px) {
	.i4_content ul li {width: 100%;margin-right: 0 !important;}
	/* .i2_content .item .top {flex-wrap: wrap;height: auto;}
	.i2_content .item .top .textbox {width: 100%;margin-bottom: 20px;max-width: 100%;}
	.i2_content .item .top .imgbox{width: 100%;} */
	.index1_bot ul li {width: 100%;}
	.product ul li {width: 100%;}
	.pd1 .textbox h3 {font-size: 20px;}
	.pd1 .textbox h1{font-size: 30px;}
	.a2_left ul li{width: 100%;}
	.a5_content ul li {width: 100%;margin-right: 0 !important;}

	.i2_right ul li {width: 100%;}

	.i5_content ul li {width: 100%;margin-right: 0 !important;}
	
}
