/*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-weight: normal;*/}
body{ font-size:14px;color:#111;overflow-x: hidden;font-family: "SourceHanSansCN-Regular-Alphabetic"!important;}
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;
	}
	.wapper1{
		width: 1400px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2922B2;
	--font-color:#666;
	--main-white:#fff;
}


@font-face {
	font-family: "SourceHanSansCN-Regular-Alphabetic";
	src: url("../fonts/SourceHanSansCN-Regular-Alphabetic.ttf") format("woff2"), url("../fonts/SourceHanSansCN-Regular-Alphabetic.ttf") format("woff"), url("../fonts/SourceHanSansCN-Regular-Alphabetic.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular-Alphabetic.ttf") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular-Alphabetic.ttf") format("svg");
}


/* 轮播图通用 */
.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;}

.desc{font-size: 21px !important;line-height: 36px !important;}



/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: fixed;left: 0;width: 100%;background: rgb(43 91 242 / 50%);z-index: 99;}
.headerbox.active{background: rgb(43 91 242 / 50%);}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.logo{font-size: 0;display: flex;align-items: center;}
.logo img{height: 40px;margin-right: 20px;}
.logo img:last-child{margin-right: 0;}
.h_right{display: flex;align-items: center;}
.headerbox .header .menu ul{display: flex;align-items: center;}
.headerbox .header .menu ul li{
	position: relative;
	padding: 20px 20px;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    font-weight: 600;
    /*line-height: 1;*/
    padding: 5px 5px;
    color: #FFFFFF;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li:hover>a{background-color: #2922B2;color: #fff;}
.headerbox .header .menu>ul>li.curr>a{/*background-color: #2922B2;*/color: #fff;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 120%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgb(43 91 242 / 50%);
    transition: all 400ms ease;
	padding: 8px;
	border-top: 2px solid #fff;
}
.headerbox.active .header .menu ul li .sub_menu {background: rgb(43 91 242 / 50%);}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li>dl>dd {
    position: relative;
    display: block;
	 text-align: center;
	 transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dd:last-child{border-bottom: 0;}
.headerbox .header .menu dl dd>.three_menu dl dd a{display: flex;align-items: center;justify-content: space-between;font-size: 14px;color: #fff;padding: 5px 10px;line-height: 24px;}
.headerbox .header .menu ul li>dl>dd>a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
		font-weight: normal !important;
    text-align: left;
    display: block;
    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: #2922B2;}
.headerbox .header .menu dl dd>.three_menu dl dd:hover>a{color: #2922B2;}
.lan{margin-left: 50px;background-color: #2922B2;position: relative;overflow: hidden;}
.lan a{font-size: 16px;color: #fff;display: inline-block;width: 30px;text-align: center;position: relative;z-index: 2;}
.lan a:first-child{color: #2922B2;}
.lan:after{background-color: #fff;color: #2922B2;content: "";position: absolute;left: -14px;top: -10px;transform: rotate(17deg);width: 45px;height: 40px;z-index: 1;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;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_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav span{display:block;background:#FFFFFF;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%;position: relative;
}
.banner{width: 100%;margin: 0 auto;}
.banner .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;position: relative;
}
.bannerbox .mySwiper1 .swiper-slide img{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide .textbox{width: 100%;text-align: left;position: absolute;left: 50%;top: 15%;max-width: 1200px;transform: translateX(-50%);}
.bannerbox .mySwiper1 .swiper-slide .textbox .b_top{width: 100%;display: flex;align-items: center;}
.bannerbox .mySwiper1 .swiper-slide .textbox .b_top .year{font-size: 50px;color: #fff;margin-right: 10px;}
.bannerbox .mySwiper1 .swiper-slide .textbox h3{font-size: 17px;color: #e6c64a;}
.line{background: linear-gradient(to right, #fff,transparent);height: 2px;max-width: 100px;margin: 10px 0;}
.bannerbox .mySwiper1 .swiper-slide .textbox h1{font-size: 30px;color: #fff;font-weight: bold;}
.bannerbox .mySwiper1 .swiper-pagination1{bottom: 10% !important;}
.bannerbox .mySwiper1 .swiper-pagination-bullet {
	width: 8px;
    height: 8px;
    opacity: 0.6;
    background-color: #fff;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: #fff;opacity: 1;
}

.banner_m{width: 100%;margin: 0 auto;display: none;}
.banner_m .mySwiper1_m{
	width: 100%;
}
.banner_m .mySwiper1_m .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;position: relative;
}
.banner_m .mySwiper1_m .swiper-slide img{
	width: 100%;
}







.banner_bot{max-width: 1200px;width: 100%;border-radius: 5px;background-color: rgb(255, 255, 255,0.7);padding: 20px 10%;display: flex;align-items: center;justify-content: space-between;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;z-index: 8;display:none;}
.banner_bot h3{color: #2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/font-weight: bold;display: inline-block;font-size: 20px;letter-spacing: 1.5px;}
.banner_bot h3 span{color: #2922B2;/*-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/font-weight: bold;display: inline-block;font-size: 20px;letter-spacing: 1.5px;}
.banner_bot .bb_left h3:first-child{margin-right: 20px;}
.banner_bot .bb_right h3:first-child{margin-right: 20px;}

.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: #000000;}
.footer{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;padding-left: 20px;padding-right: 30px;}
.f_menu{width: 25%;display: flex;justify-content: space-between;flex-direction: column;}
.f_contact{width: 50%;display: flex;justify-content: space-between;flex-direction: column;}
.f_right{width: 25%;display: flex;align-items: flex-end;}

.footer h3{font-size: 24px;color: #fff;margin-bottom: 30px;font-weight: bold;}
.f_menu ul li{width: 100%;margin-bottom: 10px;}
.f_menu ul li a{font-size: 16px;color: #fff;opacity: 0.8;}

.f_contact .desc{width: 100%;}
.f_contact .desc ul li{width: 100%;display: flex;align-items: flex-start;margin-bottom: 10px;}
.f_contact .desc ul li img{max-width: 100%;width: 20px;margin-right: 20px;margin-top: 5px;}
.f_contact .desc ul li span{font-size: 16px;color: #fff;opacity: 0.8;}

.f_share{width: 100%;margin-bottom: 60px;}
.f_share ul{display: flex;flex-wrap: wrap;}
.f_share ul li{margin-right: 15px;}
.f_share ul li a{font-size: 0;}
.f_share ul li a img{max-width: 100%;width: auto;}

.ewmbox{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.ewmbox .ewm{margin-right: 20px;}
.ewmbox .ewm:last-child{margin-right: 0;}
.ewmbox .ewm img{max-width: 100%;width: auto;margin-bottom: 10px;}
.ewmbox .ewm p{font-size: 16px;color: #fff;opacity: 0.8;text-align: center;}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;font-size: 0;}
.inbannerbox img{width: 100%;}


.s_menubox{width: 100%;margin: 0 auto;margin-top: -56px;z-index: 9;position: relative;}
.s_menu{width: 100%;background-color: rgb(255, 255, 255,0.7);border-top-left-radius: 20px;border-top-right-radius: 20px;padding: 15px;}
.s_menu a{color: #2922B2;font-size: 20px;}
.s_menu span{padding: 0 10px;font-size: 20px;color: #2922B2;}

.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}
.i_title{width: 100%;text-align: center;}
.i_title h1{font-size: 30px;color: #2922B2;text-align: center;padding-bottom: 10px;margin-bottom: 30px;position: relative;display: inline-block;}
.i_title h1:after{height: 1px;width: 60%;background-color: #2922B2;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.insidebox .inside .desc{font-size: 16px;color: #666;line-height: 30px;}



.main_title{width: 100%;text-align: center;margin-bottom: 50px;}
.main_title h1{font-size: 48px;padding-bottom: 20px;margin-bottom: 20px;position: relative;background: #2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);*/-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;display: inline-block;}
.main_title h1:after{width: 30px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background: #2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);*/height: 2px;content: "";}
.main_title h3{font-size: 15px;color: #666;font-weight: 400;}




/* ================首页样式====================== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.i1_content{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.i1_content .item{width: 49%;background-color: #ececec;padding: 50px;border-radius: 5px;}
.i1_content .item h3{padding-bottom: 10px;margin-bottom: 20px;font-size: 20px;color: #2922B2;font-weight: bold;position: relative;}
.i1_content .item h3:after{width: 60%;height: 1px;background-color: #2922B2;position: absolute;left: 0;bottom: 0;content: "";}
.i1_content .item .desc{font-size: 16px;color: #666;line-height: 28px;letter-spacing: 1.5px;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.i2_content{width: 100%;margin: 0 auto;}
.i2_content ul{display: flex;flex-wrap: wrap;}
.i2_content ul li{width: 23.5%;margin-right: 2%;background-repeat: no-repeat;background-size: cover;padding: 35px;border-radius: 5px;display: flex;flex-direction: column;justify-content: space-between;min-height: 300px;}
.i2_content ul li:nth-child(4n){margin-right: 0;}
.i2_content ul li .i2_tit{}
.i2_content ul li .i2_tit h3{font-size: 20px;color: #fff;font-weight: bold;padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #fff;}
.i2_content ul li .i2_tit h4{font-size: 14px;color: #fff;}
.i2_content ul li p{font-size: 16px;color: #fff;}


.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;}
.i3_content{width: 100%;}
.i3_content .imgbox{width: 100%;font-size: 0;}
.i3_content .imgbox img{width: 100%;}
.i3_content .imgbox_m{width: 100%;font-weight: 0;display: none;}
.i3_content .imgbox_m img{width: 100%;}

@media only screen and (max-width: 980px) {
	.i3_content .imgbox{display: none;}
	.i3_content .imgbox_m{display: block;}
}



.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{width: 32%;border-radius: 5px;margin-right: 2%;background-repeat: no-repeat;background-size: cover;min-height: 300px;    padding: 35px 35px 0px 35px;}
.i4_content ul li:nth-child(3n){margin-right: 0;}
.i4_content ul li h3{font-size: 20px;color: #fff;font-weight: bold;padding-bottom: 10px;position: relative;margin-bottom: 10px;}
.i4_content ul li p{font-size: 15px;color: #fff;margin-bottom: 5px;    line-height: normal;}
.i4_content ul li h3:after{position: absolute;left: 0;bottom: 0;width: 60px;height: 3px;background-color: #fff;content: "";}
.i4_content ul li .desc{font-size: 14px;color: #fff;line-height: 28px;}
.i4_content ul li span{font-weight: bold;}

.i4_content ul li .i4_btnbox{width: 100%;}
.i4_content ul li .i4_btnbox .i5_btn{margin-bottom: 5px;}
.i4_content ul li .i4_btnbox a{display: inline-block;background-color: #fff;font-size: 14px;color: #000;border-radius: 5px;padding: 3px 10px;margin-bottom: 10px;}

.i4_more{text-align: right;margin-top: 20px;}
.i4_more a{display: inline-block;padding: 5px;position: relative;background: #fff;color: #000;font-size: 16px;}
.i4_more a:after{width: 105%;height: 110%;background: #2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);*/content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1;}



.index5box{width: 100%;margin: 0 auto;    background: #f4f4f4;}
.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: 32%;border-radius: 5px;margin-right: 2%;background-repeat: no-repeat;background-size: cover;padding: 35px;min-height: 300px;display: flex;flex-direction: column;justify-content: space-between;}
.i5_content ul li:nth-child(3n){margin-right: 0;}
.i5_content ul li h3{font-size: 30px;color: #2922B2;font-weight: bold;}
.i5_content ul li .desc{padding: 0 10px;}
.i5_content ul li .desc .i5_btn{margin-bottom: 5px;}
.i5_content ul li .desc a{display: inline-block;background-color: #fff;font-size: 14px;color: #000;border-radius: 5px;padding: 3px 10px;margin-bottom: 10px;}


/* .index7box{width: 100%;margin: 0 auto;}
.index7{width: 100%;margin: 0 auto;}
.i7_content{width: 100%;margin: 0 auto;}
.i7_content .imgbox{width: 100%;font-size: 0;}
.i7_content .imgbox img{width: 100%;}


.index8box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;}
.index8{width: 100%;}
.i8_content{width: 100%;margin: 0 auto;padding: 35px;background-color: #fff;}
.i8_content ul li{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px dotted #2922B2;}
.i8_content ul li .tit{width: 100%;cursor: pointer;}
.i8_content ul li .tit h3{font-size: 24px;color: #000;}
.i8_content ul li .tit img{display: block;max-width: 100%;width: 15px;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.i8_content ul li.on .tit img{filter: none;}
.i8_content ul li .desc{font-size: 24px;color: #666;line-height: 40px;display: none;margin-top: 30px;} */




/*  */
.news1box{width: 100%;margin: 0 auto;}
.news1{width: 100%;margin: 0 auto;background-color: #f4f8ff;}
.news1 ul li{margin-bottom: 20px;background-color: #fff;padding: 20px 0;}
.news1 ul li a{display: flex;flex-wrap: wrap;justify-content: space-between;}
.news1 ul li a .date{position: relative;color: #fff;width: 7%;    padding: 30px 10px;text-align: center;transition: all 0.5s;}
.news1 ul li:hover a .date{background-color: #2922B2;}
.news1 ul li a .date .year{font-size: 20px;color: #2922B2;position: relative;padding-bottom: 5px;margin-bottom: 5px;line-height: 2;}
.news1 ul li:hover a .date .year{color: #fff;}
.news1 ul li a .date .year:after{bottom: 0;position: absolute;left: 50%;transform: translateX(-50%);width: 70%;height: 1px;background-color: #2922B2;content: "";}
.news1 ul li:hover a .date .year:after{background-color: #fff;}
.news1 ul li a .date .md{font-size: 20px;color: #2922B2;line-height: 2;}
.news1 ul li:hover a .date .md{color: #fff;}
.news1 ul li a .date:after{width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 15px solid #2922B2;position: absolute;right: -15px;top: 40px;content: "";transform: rotate(90deg);opacity: 0;visibility: hidden;}
.news1 ul li:hover a .date:after{opacity: 1;visibility: visible;    margin-top: 37%;}
.news1 ul li a .textbox{width: 60%;    margin: auto;}
.news1 ul li a .imgbox{width: 25%;font-size: 0;}
.news1 ul li a .imgbox img{width: 100%;object-fit: cover;height: 155px;}
.news1 ul li a .textbox h3{font-size: 24px;color: #2922B2;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #2922B2;font-weight: bold;}
.news1 ul li a .textbox p{font-size: 16px;color: #666;line-height: 30px;}



/*  */
.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;}
.c_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

.c_logo{width: 45%;font-size: 0;display: flex;align-items: center;justify-content: center;/*background: linear-gradient(90deg, #0383ef, #e660da);*/flex-wrap: wrap;}
.c_logo img{max-width: 100%;width: auto;margin-right: 10px;}
.c_right{width: 45%;}
.c_right h3{font-size: 30px;color: #000;margin-bottom: 60px;font-weight: 600;}
.c_right ul li{width: 100%;display: flex;align-items: center;margin-bottom: 10px;}
.c_right ul li img{max-width: 100%;width: 35px;margin-right: 20px;}
.c_right ul li span{font-size: 25px;color: #666;}



/*  */
/* .form2box{width: 100%;margin: 0 auto;}
.form2{width: 100%;margin: 0 auto;}
.form2 .tit{width: 100%;text-align: center;}
.form2 .tit h1{font-size: 30px;color: #2922B2;margin-bottom: 10px;background: linear-gradient(90deg, #0383ef, #e660da);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;display: inline-block;margin-bottom: 40px;}
.form2 .tit h4{font-size: 16px;color: #999;margin-bottom: 30px;}
.form1 .title{padding-bottom: 8px;border-bottom: 1px solid #2922B2;width: 100%;margin-bottom: 15px;}
.form1 h3{font-size: 24px;background: linear-gradient(90deg, #0383ef, #e660da);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;display: inline-block;}
.form1 ul li{width: 100%;margin-bottom: 10px;}
.form1 ul li p{font-size: 20px;color: #333;margin-bottom: 5px;font-weight: bold;}
.form1 ul li p span{color: red;}
.form1 ul li .f_text{width: 100%;border: 1px solid #ececec;height: 35px;line-height: 35px;padding: 5px;font-size: 16px;color: #666;}
.form1 ul li table{border: 1px solid #ececec;border-collapse: collapse;margin-bottom: 20px;width: 70%;}
.form1 ul li table .f_text{border: none;}
.form1 ul li table td{border: 1px solid #ececec;width: 50%;padding: 5px;}
.xinxi{height: 240px;overflow: hidden;}
.xinxi.on{height: auto;}
.xx_btn{width: 100%;display: flex;align-items: center;justify-content: center;max-width: 70%;}
.xx_btn a{display: inline-block;border: 1px solid #ececec;font-size: 16px;color: #999;padding: 5px;}

.wd label{border: 1px solid #ececec;height: 35px;line-height: 35px;padding: 5px;display: block;width: 100%;margin-bottom: 10px;font-size: 16px;color: #666;}

.wd label.else{display: flex;align-items: center;}
.else span{width: 50px;display: block;}
.else .e_check{width: auto;margin-right: 5px;}
.e_text{border-bottom: 1px solid #ececec;}

.r_else{display: flex;align-items: center;font-size: 16px;color: #666;}
.e_radio{margin-right: 5px;}
.r_else span{display: inline-block;margin-right: 5px;}
.form1 ul li textarea{width: 100%;border: 1px solid #ececec;padding: 5px;font-size: 16px;color: #666;line-height: 30px;}
.form1 ul li em{font-size: 16px;color: #666;margin-bottom: 10px;display: block;}


.co{display: flex;flex-wrap: wrap;justify-content: space-between;}
.co dd{width: 48%;margin-bottom: 10px;}

.gm label{width: 100%;margin-bottom: 10px;font-size: 16px;color: #666;display: block;}

.cl{display: flex;justify-content: space-between;max-width: 60%;}
.cl dd{position: relative;width: 48%;}
.cl dd p{position: absolute;left: 0;top: 50%;transform: translateY(-50%);text-align: center;font-size: 14px !important;color: #666 !important;width: 100%;display: flex;align-items: center;justify-content: center;}
.f_input{border: 1px solid #ececec;text-indent: 999px;width: 100%;height: 30px;line-height: 30px;    position: relative;z-index: 8;}

.f_btnbox{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 50px;}
.f_btnbox .f_btn{display: inline-block;padding: 10px 20px;background-color: #2922B2;font-size: 16px;color: #fff;min-width: 200px;border-radius: 20px;}
.form1 .tit{text-align: center;}
.form1 h1{text-align: center;font-size: 30px;margin-bottom: 10px;background: linear-gradient(90deg, #0383ef, #e660da);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;font-weight: bold;display: inline-block;} */

.formbox{width: 100%;margin: 0 auto;}
.form{width: 100%;margin: 0 auto;}
.form .f_tit{width: 100%;text-align: center;}
.form .f_tit h1{font-size: 30px;color: #2922B2;margin-bottom: 10px;background: #2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);*/-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;display: inline-block;margin-bottom: 50px;}

.f_item{width: 100%;margin:  0 auto;margin-bottom: 40px;}
.f_item h3{font-size: 24px;background:#2922B2;/*background: linear-gradient(90deg, #0383ef, #e660da);*/-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;display: inline-block;margin-bottom: 15px;}

.f_item ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_item ul li{width: 49%;margin-bottom: 20px;}
.f_item2 ul li{width: 100%;}

.f_item ul li p{font-size: 16px;color: #333;margin-bottom: 8px;}
.f_item ul li .f_text{width: 100%;border: 1px solid #333;height: 30px;padding: 0 8px;line-height: 30px;font-size: 16px;color: #333;}
.f_item ul li textarea{width: 100%;border: 1px solid #333;padding: 8px;line-height: 24px;font-size: 16px;color: #333;}
.f_item ul li dl{display: flex;flex-wrap: wrap;}
.f_item ul li dl dd{width: 25%;margin-bottom: 20px;}
.f_item ul li dl dd label{font-size: 16px;color: #333;}
.f_item ul li dl dd input[type=radio]{border: 1px solid #333;margin-right: 10px;}
.f_item ul li dl dd input[type=checkbox]{border: 1px solid #333;margin-right: 10px;}
.f_item ul li p span{color: red;}

.f_item ul li label{font-size: 16px;color: #333;}
.f_item ul li .custom-btn {display: inline-block;background: transparent;color: #333;cursor: pointer;border: 1px solid #333;padding: 0px 13px;}
.f_item ul li .desc{margin-top: 20px;width: 100%;}
.f_item ul li .desc label{display: block;margin-bottom: 10px;}
.f_item ul li .desc label .custom-btn {display: inline-block;background: transparent;color: #333;cursor: pointer;padding: 0px;border: none;}
.f_item ul li .desc label a{font-size: 14px;color: #0383ef;}


.f_btnbox{width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 50px;}
.f_btnbox .f_btn{display: inline-block;padding: 10px 20px;background-color: #2922B2;font-size: 18px;color: #fff;min-width: 200px;letter-spacing: 2px;}






/* new-style */
.main_title1{width: 100%;text-align: center;margin-bottom: 50px;}
.main_title1 h1{font-size: 48px;padding-bottom: 20px;margin-bottom: 20px;position: relative;display: inline-block;color: #fff;}
.main_title1 h1:after{width: 30px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background: #fff;height: 2px;content: "";}
.main_title1 h3{font-size: 14px;color: #666;}


.index7box{width: 100%;margin: 0 auto;background-repeat: no-repeat;/*background-size: cover;*/background-size: 100% 100%;
    padding: 50px 0 80px 0;}
.index7{width: 100%;margin: 0 auto;}
.i7_content{width: 100%;margin: 0 auto;}
.i7_content .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.i7_content .imgbox img{max-width: 100%;width: auto;}


.index8box{width: 100%;margin: 0 auto;}
.index8{width: 100%;margin: 0 auto;}
.i8_content{background-color: #F4F4F4;max-width: 980px;width: 100%;margin: 0 auto;border-radius: 10px;padding: 7px 18px;}
.i8_content ul li{width: 100%;padding: 14px 0;border-bottom: 1px solid rgb(231, 234, 239);}
.i8_content ul li:last-child{border-bottom: 0;}
.i8_content ul li .tit{display: flex;align-items: center;}
.i8_content ul li .tit img{margin-right: 10px;}
.i8_content ul li .tit h3{font-size: 16px;color: #000;}
.i8_content ul li .desc{width: 100%;padding-top: 14px;padding-left: 21px;display: none;}
.i8_content ul li .desc{font-size: 14px;color: rgb(156, 159, 163);}



/*  */
.newbox{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;}
.new{width: 100%;margin: 0 auto;position: relative;height: 100vh;}

.new_list{width: 100%;margin: 0 auto;max-width: 50%;position: absolute;left: 0;top: 45%;}
.new_list ul{display: flex;flex-wrap: wrap;}
.new_list ul li{width: 33.33%;padding: 0 30px;}
.new_list ul li .icon{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.new_list ul li .icon img{max-width: 100%;width: auto;height: 100px;object-fit: contain;    margin-bottom: 10px;}
.new_list ul li h3{text-align: center;font-size: 25px;color: #fff;font-weight: bold;margin-bottom: 50px;}

.new_list ul li .desc{text-align: center;}
.new_list ul li .desc .i5_btn{margin-bottom: 10px;}
.new_list ul li .desc a{display: inline-block;background-color: rgb(255, 255, 255,0.5);font-size: 16px;color: #fff;border-radius: 5px;padding: 5px 20px 0px 20px;border: 2px solid #fff;border-radius: 5px;min-width: 150px;}














@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;background: #0c0a39;}
	.banner_m{display: block;margin-top: 70px;}
	.banner{display: none;}
	.inbannerbox{margin-top: 70px;}
	.banner_bot {position: unset;background: #bab9d9;width: 100%;border-radius: 0;transform: translateX(0);padding: 20px 5%;}
	.banner_bot h3 { color: #000;}
	.banner_bot h3 span {color: #000;}
	.pd50{padding: 25px 0;}
	.footer{padding: 0 15px;}
	.f_menu{width: 100%;margin-bottom: 20px;}
	.f_contact{width: 100%;margin-bottom: 20px;}
	.f_right{width: 100%;position: relative;}
	.footer h3 {font-size: 30px;margin-bottom: 20px;}
	.f_menu ul li a {font-size: 20px;}
	.f_contact .desc ul li span {font-size: 20px;}
	.f_share{margin-bottom: 20px;}
	.ewmbox .ewm p {display: none;}
	.ewmbox{position: absolute;right: 10px;bottom: 150px;width: auto;}
	.ewmbox .ewm {margin-right: 0;}
	.ewmbox .ewm img {width: 70px;}
	.banner_bot{flex-wrap: wrap;}
	.bb_left{width: 100%;margin-bottom: 10px;}
	.bb_right{width: 100%;}
	.i1_content .item {width: 100%;margin-bottom: 20px;}
	.i2_content ul li {width: 49%;margin-bottom: 20px;}
	.i2_content ul li:nth-child(2n){margin-right: 0;}
	.i4_content ul li {width: 100%;margin-bottom: 20px;}
	.i5_content ul li {width: 100%;margin-bottom: 20px;}
	.i5_content ul li h3 {font-size: 25px;}
	.i8_content ul li .tit h3{font-size: 20px;}
	.i8_content ul li .desc {font-size: 20px;}
	.news1 ul li a .imgbox{width: 100%;margin-top: 10px;}
	.news1 ul li a .textbox {width: 85%;}
	.i_title h1 {font-size: 25px;}
	.c_logo{width: 100%;margin-bottom: 20px;}
	.c_right{width: 100%;}
	.cl {max-width: 100%;}
	.form1 ul li table {width: 100%;}
}


@media only screen and (max-width: 680px) {
	.footer h3 {font-size: 25px;margin-bottom: 20px;}
	.f_menu ul li a {font-size: 18px;}
	.f_contact .desc ul li span {font-size: 18px;}
	.ewmbox .ewm p {font-size: 18px;}
	.i2_content ul li {width: 100%;margin-right: 0 !important;}
	.news1 ul li a .date {width: 20%;}
	.news1 ul li a .textbox {width: 75%;}
	.news1 ul li a .textbox h3 {font-size: 20px;}
}
