/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
p{ line-height:26px}
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:#2a62ac;
	--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;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 35px 25px;
    color: #333;
    display: flex;
    position: relative;
    text-decoration: none;
}

.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}





/*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:#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 .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}

.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	transform: translateY(-50%)
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.2);
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: var(--primary-color);
}

.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: var(--primary-color);}
.footer{width: 100%;margin: 0 auto;}

.footer_menu{width: 100%;}
.footer_menu ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_menu ul li{margin-bottom: 20px;}
.footer_menu ul li:last-child{margin-right: 0;}
.footer_menu ul li h3{font-size: 16px;color: var(--main-white);}
.footer_menu ul li a{font-size: 14px;color: var(--main-white);}
.footer_menu ul li dl{margin-top: 15px;}
.footer_menu ul li dl dd{line-height: 24px;}
.footer_bot{width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 18px 0px;border-top: 1px solid #ebebeb;flex-wrap: wrap;}
.bot_left{}
.footer_bot span{color: var(--main-white);font-size: 15px;display: block;}
.footer_bot a{color:var(--main-white);padding: 0px 15px;}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.b_list{width: 100%;margin: 0 auto;padding: 50px 0;}
.b_list ul{display: flex;flex-wrap: wrap;}
.b_list ul li{width: 30%;margin-right: 2%;margin-bottom: 20px;}
.b_list ul li a{display: flex;border-radius: 10px;background: linear-gradient(to right,#fff5f4,#f8f7f5);padding: 20px;align-items: center;justify-content: space-between;}
.b_list ul li a .icon{margin-right: 20px;font-size: 0;width: 20%;}
.b_list ul li a .icon img{max-width: 100%;width: auto;}
.b_list ul li a .textbox{width: 75%;}
.b_list ul li a .textbox h3{font-size: 20px;color: #333;}
.b_list ul li a .textbox p{font-size: 16px;color: #666;}



@media only screen and (max-width: 1024px) {
	.b_list ul{justify-content: space-between;}
	.b_list ul li{width: 49%;margin-right: 0 !important;}
}


.storebox{width: 100%;margin: 0 auto;}
.store{width: 100%;margin: 0 auto;}
.store ul{display: flex;flex-wrap: wrap;}
.store ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.store ul li:nth-child(4n){margin-right: 0;}
.store ul li a{display: block;width: 100%;}
.store ul li a .imgbox{width: 100%;font-size: 0;}
.store ul li a .imgbox img{width: 100%;}
.store ul li a .textbox{width: 100%;padding: 10px 0;}
.store ul li a .textbox h3{font-size: 20px;color: #333;}
.store ul li a .textbox p{font-size: 16px;color: #666;}


@media only screen and (max-width: 1024px) {
	.store ul{justify-content: space-between;}
	.store ul li{width: 49%;margin-right: 0 !important;}
}



.professlistbox{width: 100%;margin: 0 auto;}
.professlist{width: 100%;margin: 0 auto;}
.professlist ul{display: flex;flex-wrap: wrap;}
.professlist ul li{width: 18.4%;margin-right: 2%;margin-bottom: 20px;}
.professlist ul li:nth-child(5n){margin-right: 0;}
.professlist ul li h3{text-align: center;font-size: 20px;margin-bottom: 8px;color: #c13734;font-weight: bold;}
.professlist ul li .icon{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;}
.professlist ul li .icon img{max-width: 100%;width: auto;}

@media only screen and (max-width: 1024px) {
	.professlist ul{justify-content: space-between;}
	.professlist ul li{width: 49%;margin-right: 0 !important;}
}



.news_list{width: 100%;margin: 0 auto;}
.news_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.news_list ul li{margin-bottom: 10px;}
.news_list ul li a{display: inline-block;border: 1px solid #333;font-size: 16px;color: #333;border-radius: 5px;padding: 5px;}
.news_list ul li.curr a{color: #fff;background: #c13734;border-color: #c13734}


.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;}
.news ul{display: flex;flex-wrap: wrap;}
.news ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.news ul li:nth-child(4n){margin-right: 0;}
.news ul li a{display: block;width: 100%;}
.news ul li a .imgbox{width: 100%;font-size: 0;}
.news ul li a .imgbox img{width: 100%;}
.news ul li a .textbox{margin-top: 8px;text-align: center;}
.news ul li a .textbox p{font-size: 16px;color: #333;}


@media only screen and (max-width: 1024px) {
	.news ul{justify-content: space-between;}
	.news ul li{width: 49%;margin-right: 0 !important;}
}



.bdd1box{width: 100%;margin: 0 auto;}
.bdd1{width: 100%;margin: 0 auto;max-width: 700px;margin: 0 auto;background-size: cover;background-position: center;background-repeat: no-repeat;padding: 0 15px;padding-top: 10%;padding-bottom: 5%;}
.bdd1 .tip{font-size: 14px;color: #999;}
.bdd1_title{width: 100%;text-align: center;margin-bottom: 50px;}
.bdd1_title h1{font-size: 40px;color: #000;font-weight: bold;margin-bottom: 8px;}
.bdd1_list{width: 100%;margin: 0 auto;}
.bdd1_list ul li{width: 100%;margin-bottom: 40px;}
.bdd1_list ul li .tit{width: 100%;text-align: center;margin-bottom: 20px;}
.bdd1_list ul li .tit h3{display: inline-block;background-color: #fae7d8;padding: 5px 10px;border-radius: 50px;}
.bdd1 .desc{font-size: 16px;color: #591513;width: 100%;}

.bdd2_list ul li .tit{font-size: 20px;}
.bdd2_list ul li .tit h3{background-color: #efaf94 !important;}
.bdd2_title h3{font-size: 25px;color: #000;}
.bdd2_list .desc span{color: #000 !important;}

.zncc_bot{width: 100%;text-align: center;margin-top: 50px;margin-bottom: 100px;}
.zncc_bot h3{font-size: 30px;color: #000;}
.zncc_bot p{font-size: 18px;color: #333;}



@media only screen and (max-width: 1024px) {
	.bdd1_title h1{font-size: 30px;}
	.bdd2_list ul li .tit{font-size: 18px;}
	.bdd2_title h3{font-size: 20px;}
	.zncc_bot h3{font-size: 20px;}
}




.joinbox{width: 100%;margin: 0 auto;}
.join{width: 100%;margin: 0 auto;max-width: 700px;margin: 0 auto;}
.top_img{width: 100%;font-size: 0;}
.top_img img{width: 100%;}
.join_content{width: 100%;margin: 0 auto;background-size: cover;background-position: center;background-repeat: no-repeat;padding: 5% 15px;}
.join_content ul li{width: 100%;margin-bottom: 50px;}
.join_content ul li ul li{width: 100%;margin-bottom: 50px;}
.join_content ul li .bt1{text-align: center;margin-bottom: 20px;}
.join_content ul li .bt1 h3{background: #fae7d8;font-size: 24px;color: #000;border-radius: 10px;padding: 5px 10px;}
.join_content ul li ul li .bt2{text-align: center;font-size: 18px;color: #000;margin-bottom: 20px;}
.join_content ul li ul li .bt2 span{background-color: #efaf94;padding: 5px 10px;border-radius: 50px;display: inline-block;margin-right: 10px;}
.join_content ul li ul li .desc{font-size: 16px;color: #000;}

@media only screen and (max-width: 1024px) {
	.join_content ul li .bt1 h3{font-size: 20px;}
	.join_content ul li ul li .bt2{font-size: 18px;}
}

@media only screen and (max-width: 1600px) {
	.header-menu{padding: 0 !important;margin-left: 10px !important;}
	    .hm-item {margin-right: 10px !important;}
			.hm-link span {padding: 0 10px;}
}

@media only screen and (max-width: 1024px) {
	.bdd1_title h1{font-size: 30px;}
	.bdd2_list ul li .tit{font-size: 18px;}
	.bdd2_title h3{font-size: 20px;}
	.zncc_bot h3{font-size: 20px;}
	
}




.questionbox{width: 100%;margin: 0 auto;background-position: center;background-repeat: no-repeat;background-size: cover;}
.question{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 35px 60px 118px;background: #fff;}
.q_left{width: 200px;}
.q_right{width: calc(100% - 240px);}
.q_left ul li{width: 100%;border: 1px solid;border-image: linear-gradient(270deg, rgba(153, 153, 153, 0), rgba(153, 153, 153, 1), rgba(153, 153, 153, 0)) 1;line-height: 44px;padding: 0 20px;}
.q_left ul li a{font-size: 16px;color: #333;}
.q_left ul li.curr{background: #d20a10;}
.q_left ul li.curr a{color: #fff;}
.q_left ul li:hover a{color: #d20a10;}
.q_right ul li{margin-bottom: 32px;width: 100%;}
.q_right ul li .q{display: flex;align-items: center;position: relative;font-size: 20px;color: #333;border-bottom: 1px solid rgb(190,190,190);padding-left: 60px;padding-bottom: 12px;line-height: 30px;}
.q_right ul li .q_num{display: inline-block;width: 35px;height: 35px;color: #fff;background: #d20a10;position: absolute;left: 0;top: 0px;text-align: center;line-height: 35px;border-radius: 4px;}
.q_right ul li .q_btn{background: #d20a10 url(../images/down.svg) no-repeat center center;background-size: 20px 20px;width: 45px;height: 45px;display: inline-block;position: absolute;right: 0;bottom: 0;}
.q_right ul li.on .q_btn{transform: rotate(180deg);background-color: #eee;}
.q_right ul li .a{display: none;font-size: 14px;line-height: 22px;color: #666;margin-top: 20px;}

.q_right ul li .a ul li .inner_q{display: flex;align-items: center;position: relative;font-size: 18px;color: #333;border-bottom: 1px solid rgb(190,190,190);padding-left: 60px;padding-bottom: 12px;line-height: 30px;}
.q_right ul li .a ul li .inner_q .q_num{display: inline-block;width: 35px;height: 35px;color: #fff;background: #d20a10;position: absolute;left: 0;bottom: 8px;text-align: center;line-height: 35px;border-radius: 4px;}
.q_right ul li .a ul li .inner_q .q_btn2{background: #d20a10 url(../images/down.svg) no-repeat center center;background-size: 20px 20px;width: 45px;height: 45px;display: inline-block;position: absolute;right: 0;bottom: 0;}
.q_right ul li .a ul li.on .inner_q .q_btn2{transform: rotate(180deg);background-color: #eee;}
.q_right ul li .a ul li .inner_a{display: none;font-size: 18px;line-height: 22px;color: #666;margin-top: 20px;padding-left: 20px;padding-right: 20px;}





@media only screen and (max-width: 1024px) {
.question {padding: 20px;}
.q_left{width: 100%;margin-bottom: 20px;}
.q_right{width:100%;}
}






.naboutbox{width: 100%;margin: 0 auto;overflow: hidden;}
.nabout{width: 100%;margin: 0 auto;}
.nabout ul li{width: 100%;margin-bottom: 65px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;position: relative;}
.nabout ul li:before{position: absolute;width: 100%;height: 65%;left: -50%;bottom: -20%;z-index: 0;content: "";}
.nabout ul li:nth-child(2n):before{right: -50%;left: auto;}
.nabout ul li:last-child{margin-bottom: 0;}
.nabout ul li .imgbox{width: 45%;font-size: 0;position: relative;z-index: 2;}
.nabout ul li .textbox{width: 47%;position: relative;z-index: 2;}
.nabout ul li .imgbox img{width: 100%;}

.nabout ul li:nth-child(2n) .imgbox{order: 1;}
.nabout ul li:nth-child(2n) .textbox{order: 0;}
.nabout ul li .textbox h3{font-size: 30px;color: #000;position: relative;margin-bottom: 40px;display: inline-block;}
.nabout ul li .textbox h3:after{position: absolute;content: '';width: 28px;height: 28px;background-image: url(../images/ntitle.svg);background-size: cover;background-position: center;right: -16.8px;top: -14px;}
.nabout ul li .textbox .desc{font-size: 16px;color: rgba(0,0,0,0.7);line-height: 2;}




@media only screen and (max-width: 1024px) {
.nabout ul li .imgbox{width: 100%;margin-bottom: 30px;order: 0 !important;}
.nabout ul li .textbox{width: 100%;order: 1 !important;}
.nabout ul li:before {display: none;}
.nabout ul li .textbox h3 {font-size: 20px;margin-bottom: 20px;}
.nabout ul li .textbox .desc {font-size: 14px;}
}






/*  */
.ncontacttbox{width: 100%;margin: 0 auto;margin-bottom: 50px;}
.ncontact{width: 100%;display: flex;justify-content: space-between;max-width: 100%;margin: 0 auto;}
.nc_left{width: 70%;}
.nc_right{width: 25%;}
.nc_tit{width: 100%;margin-bottom: 20px;}
.nc_tit h1{font-size: 2vw;color: #000;font-weight: bold;}
.nc_tit h3{color: #c13734;font-size: 1.2vw;font-weight: bold;}

.nc_left ul li{width: 100%;margin-bottom: 1.5vw;display: flex;align-items: center;}
.nc_left ul li .num{display: inline-block;width: 1.5vw;height: 1.5vw;background: #c13734;font-size: 0.8vw;color: #fff;text-align: center;line-height: 1.5vw;border-radius: 50%;margin-right: 1.3vw;}
.nc_left ul li p{font-size: 1vw;color: #999; flex:1}
.nc_left ul li p span{font-size: 1vw;}

.nc_right ul li{width: 100%;margin-bottom: 1.2vw;}
.nc_right ul li .ewm{font-size: 0; text-align:center}
.nc_right ul li .ewm img{max-width: 100%;width: auto;}
.nc_right ul li p{font-size: 1vw;color: #999;margin-top: 0.3vw; text-align:center}







@media only screen and (max-width: 1024px) {
	.nc_left{width: 100%;margin-bottom: 20px;}
.nc_right{width: 100%;}
}



/*  */
.right_icon{width: 80px;height: 80px;background: #d20a10;color: #fff;border-bottom: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: relative;}
.right_icon .item-inner{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;padding: 0;}
.right_icon .item-inner .icon{font-size: 0;}
.right_icon .item-inner .icon img{max-width: 100%;width: 30px;}
.right_icon .item-inner p{font-size: 16px;color: #fff;margin-top: 5px;}
.right_icon .ewm{position: absolute;right: 100%;top: 0;width: 150px;height: 150px;font-size: 0;display: none;}
.right_icon .ewm img{width: 100%;height: 100%;object-fit: cover;}
.wxzx:hover .ewm,.gzwm:hover .ewm{display: block;}








@media only screen and (max-width: 980px) {
	.modal-sidebar{display: none !important;}
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;}
	.pd50{padding: 25px 0;}
	.foot_addre {width: 100%;margin-bottom: 20px;}
	.foot_company {width: 100%;}
	.foot_company p {width: 100%;}
}


@media only screen and (max-width: 680px) {
	.f_b_left {width: 100%;margin-bottom: 10px;}
	.f_b_right {width: 100%;}
	.f_logo{width: 100%;margin-bottom: 10px;}
	.f_phone{width: 100%;}
	.f_phone p {font-size: 23px;}
	.foot_company h3 {font-size: 17px;}
	.footer_link h3 {font-size: 17px;}
}
