/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1300px){
	.wapper{
		width: 1300px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#b81111;
	--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.active{position: fixed;z-index: 99;background-color: #fff;width: 100%;left: 0;top: 0;}
.headerbox.active .logo img{transform: scale(0.6);}
.headerbox .height{height: 30px;width: 100%;background-color: var(--primary-color);}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;height: 130px;}
.headerbox.active .header{height: 65px;}
.h_right{display: flex;align-items: center;height: 100%;}
.menu ul{display: flex;align-items: center;height: 100%;}
.menu ul li{
	position: relative;padding: 35px 0;
}
.headerbox .header .menu ul li a{
	font-size: 13px;
    padding: 0 13px;
	font-weight: bold;
    color: #c9c9c9;
    display: flex;
    position: relative;
    text-decoration: none;
	border-right: 1px solid #e1e1e1;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: #000;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: 0%;
    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{border-left: 1px solid transparent;}
.headerbox .header .menu ul li dl dd a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #c9c9c9;
    text-align: left;
    display: block;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    border-left: 1px solid #000;
	background-color: #e0e0e0;
}
.headerbox .header .menu ul li dl dd:hover>a{color: #000;}


.h_search{position: relative;padding: 0 20px;cursor: pointer;}
.h_search .hs_btn i{color: #c9c9c9;font-size: 13px;display: block;}
.h_search .hs_btn:hover i{color: #000;}
.hSePanel{width: 280px;height: 90px;padding: 25px 20px;box-sizing: border-box;top: 60px;right: 0;background: #fff;position: absolute;display: none;z-index: 8;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);}
.hSePanel.active{display: block;}
.h_search .search{width: 100%;height: 40px;border: 1px solid #e0e0e0;border-radius: 3px;position: relative;overflow: hidden;}
.h_search .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 12px 47px 12px 5px;box-sizing: border-box;outline: none;background-color: #f8f8f8;}
.h_search .search button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: var(--primary-color);color: #fff;font-size: 16px;transition: all 0.3s;}
.h_search .search button:hover{background: red;}
.avia-arrow-wrap {width: 20px;height: 20px;position: absolute;top: -20px;right: 10px;margin-left: -10px;overflow: hidden;}
.avia-arrow {height: 10px;width: 10px;position: absolute;left: 50%;margin-left: -5px;transform: rotate(45deg);border-width: 1px;border-style: solid;border-color: #e1e1e1;background-color: #ffffff;color: #c9c9c9;top: 15px;}




/*mMenu*/
.m_header{width: 100%;}
.m_header .height{height: 30px;width: 100%;background-color: var(--primary-color);display: none;}
.sp_header{height:70px;background:var(--main-white);z-index:999;width:100%;display: none;top: 30;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_search{margin-right: 10px;padding: 0;}
.sp_right .hSePanel {top: 35px;}
.h_search .hs_btn i {font-size: 18px;color: #000;}
.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%;height: 75vh; }
.bannerbox .mySwiper1{width: 100%;height: 100%;}
.bannerbox .swiper-slide{background: transparent;height: 100%;width: 100%;}
.bannerbox .swiper-slide .inner{width: 100%;height: 100%;background-position: 50% 50%;background-attachment: scroll;position: relative;background-size: cover;background-repeat: no-repeat;}
.bannerbox .swiper-slide .inner .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.bannerbox .swiper-slide .inner .text h1{font-size: 44px;font-weight: 600;color: #bf3db8;margin-bottom: 10px;}
.bannerbox .swiper-slide .inner .text h3{font-size: 40px;color: #22ad6c;}


.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;padding: 15px 0;background-color: #f8f8f8;}
.footer{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.footer p{font-size: 11px;color: #b0b0b0;}
.footer .share{}
.footer .share ul{display: flex;align-items: center;}
.footer .share ul li a{color: #b0b0b0;font-size: 11px;}

/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;height: 230px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}
.inbannerbox h1{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);position: relative;z-index: 2;font-size: 61px;color: #fff;text-align: center;}
.inbannerbox:after{position: absolute;content: "";background-color: #084a79;opacity: 0.6;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}

.out_top{position: fixed;right: 50px;bottom: 50px;width: 50px;height: 50px;border-radius: 5px;background-color: #f8f8f8;color: #b0b0b0;font-size: 13px;line-height: 50px;text-align: center;z-index: 999;}


/* ================首页样式========================= */
.index1box{padding: 120px 0;width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.i1_top{width: 100%;margin: 0 auto;}
.i1_top h1{text-align: center;font-size: 50px;color: #222;margin-bottom: 40px;}
.i1_top .desc{width: 100%;}
.i1_top .desc .item{margin-bottom: 30px;width: 100%;}
.i1_top .desc .item h3{text-align: center;font-size: 18px;color: #222;font-weight: bold;margin-bottom: 20px;}
.i1_top .desc .item p{font-size: 18px;color: #383838;text-align: center;}
.i1_top .desc .item2 p{text-align: left;}

.i1t_list{width: 100%;}
.i1t_list ul li{margin: 15px 0;}
.i1t_list ul li span{font-size: 18px;color: #b81111;font-weight: bold;}

.i1_bot{width: 100%;margin: 0 auto;}
.i1_bot .line{display: flex;align-items: center;justify-content: center;font-size: 0;}
.i1_bot .line img{max-width: 100%;width: auto;}
.i1b_list{width: 100%;margin: 50px auto;}
.i1b_list ul{display: flex;flex-wrap: wrap;}
.i1b_list ul li{width: 32%;font-size: 0;margin-right: 2%;}
.i1b_list ul li:nth-child(3n){margin-right: 0;}
.i1b_list ul li img{width: 100%;}


.index2box{width: 100%;margin: 0 auto;background: linear-gradient( 45deg, #094978, #105e96 );}
.index2{width: 100%;margin: 0 auto;}
.index2 ul{display: flex;flex-wrap: wrap;}
.index2 ul li{width: 25%;text-align: center;}
.index2 ul li .p{display: flex;justify-content: center;}
.index2 ul li h1{font-size: 40px;color: #fff;}
.index2 ul li span{font-size: 32px;color: #fff;opacity: 0.5;}
.index2 ul li h3{font-size: 15px;color: #fff;}



.a_title{width: 100%;text-align: center;margin-bottom: 30px;}
.a_title h1{font-size: 34px;color: #222;}
/*  */
.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;}

.about1_list{width: 100%;margin: 0 auto;}
.about1_list ul{display: flex;flex-wrap: wrap;}
.about1_list ul li{width: 21.25%;margin-right: 5%;margin-bottom: 20px;}
.about1_list ul li:nth-child(4n){margin-right: 0;}
.about1_list ul li h3{font-size: 28px;color: #222;margin-bottom: 30px;    text-align: center;}
.about1_list ul li p{font-size: 18px;color: #383838;line-height: 30px;}


.about2box{width: 100%;margin: 0 auto;}
.about2{width: 100%;margin: 0 auto;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.about2_list{width: 100%;margin: 0 auto;}
.about2_list ul{display: flex;flex-wrap: wrap;}
.about2_list ul li{width: 21.25%;margin-right: 5%;margin-bottom: 20px;background: linear-gradient( 45deg, #b81111, #f22241 );padding: 40px;}
.about2_list ul li:nth-child(4n){margin-right: 0;}
.about2_list ul li .icon{display: flex;align-items: center;justify-content: center;font-size: 0;margin-bottom: 30px;}
.about2_list ul li .icon img{max-width: 100%;width: auto;}
.about2_list ul li .textbox{width: 100%;}
.about2_list ul li .textbox h3{margin-bottom: 30px;font-size: 28px;color: #fff;text-align: center;}
.about2_list ul li .textbox p{font-size: 18px;color: #fff;line-height: 30px;}


.about3box{width: 100%;margin: 0 auto;}
.about3{width: 100%;margin: 0 auto;}
.about3 .a_title{width: 100%;text-align: center;margin-bottom: 60px;}
.about3_list{width: 100%;margin: 0 auto;}
.about3_list ul{display: flex;flex-wrap: wrap;}
.about3_list ul li{width: 22.7%;margin-right: 3%;margin-bottom: 20px;}
.about3_list ul li:nth-child(4n){margin-right: 0;}
.about3_list ul li .tit{width: 100%;background-color: #c92222;text-align: center;padding: 9px 12px;font-size: 18px;color: #fff;}
.about3_list ul li .text{padding: 9px 12px;background-color: #fff;border: 1px solid #f8f8f8;text-align: center;font-size: 13px;color: #919191;}



/*  */
.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;}
.news ul{display: flex;flex-wrap: wrap;}
.news ul li{width: 24.25%;margin-right: 1%;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;overflow: hidden;}
.news ul li a .imgbox img{width: 100%;transition: all 0.3s;    height: 335px;object-fit: cover;}
.news ul li:hover a .imgbox img{transform: scale(1.1);}
.news ul li a .textbox{background-color: #f8f8f8;padding: 20px;}
.news ul li a .textbox h3{font-size: 15px;color: #333;font-weight: bold;}
.news ul li a .textbox p{margin-top: 5px;font-size: 13px;color: #383838;line-height: 24px;}
.news ul li a .textbox .date{display: block;margin-top: 5px;font-size: 11px;color: #919191;}



/*  */
.contact1box{width: 100%;margin: 0 auto;}
.contact1{width: 100%;margin: 0 auto;}
.contact1 .map{width: 100%;font-size: 0;}
.contact1 .map img{width: 100%;}


.contact2box{width: 100%;margin: 0 auto;}
.contact2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.c2_left{width: 48%;}
.c2_right{width: 47%;}
.contact2 h1{font-size: 50px;color: #222;margin-bottom: 20px;font-weight: 400;}

.c2_left ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.c2_left ul li{width: 49%;margin-bottom: 10px;}
.c2_left ul li .c_input{padding: 13px;background-color: #f8f8f8;font-size: 16px;color: #666;line-height: 24px;width: 100%;}
.c2_left ul li textarea{padding: 13px;background-color: #f8f8f8;font-size: 16px;color: #666;line-height: 24px;width: 100%;}
.c2_left ul li .c_btn{padding: 16px 20px;display: inline-block;background-color: #960000;font-size: 14px;color: #fff;letter-spacing: 1px;min-width: 142px;text-align: center;}

.c2_right .desc{font-size: 13px;color: #383838;}
.c2_right .desc p{margin: 11px 0;}
.c2_right .desc a{color: #b81111;}


.projectbox{width: 100%;margin: 0 auto;}
.project{width: 100%;margin: 0 auto;}
.project ul li{width: 100%;margin-bottom: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.project ul li .imgbox{width: 30%;padding: 15px;border-radius: 3px;background: linear-gradient( 45deg, #ba0b39, #e2184e );}
.project ul li .textbox{width: 65%;padding: 40px;background-color: #f7f7f7;display: flex;flex-direction: column;justify-content: center;}

.p_swiper{width: 100%;overflow: hidden;}
.p_swiper .swiper-slide{background: transparent;}
.p_swiper .swiper-slide .inner{width: 100%;position: relative;}
.p_swiper .swiper-slide .inner img{width: 100%;}
.p_swiper .swiper-slide .inner .text{position: absolute;padding: 10px 15px;background-color: rgba(0, 0, 0, 0.5);z-index: 10;bottom: 17px;left: 17px;border-radius: 3px;}
.p_swiper .swiper-slide .inner .text h1{font-size: 28px;color: #fff;font-weight: bold;}
.p_next,.p_prev{position: absolute;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 30px;color: #fff;background-color: rgba(0, 0, 0, 0.5);border-radius: 50%;z-index: 2;opacity: 0;visibility: hidden;transition: all 0.3s;}
.p_next{right: 0;}
.p_prev{left: 0;}


.p_pagination{bottom: 5% !important;opacity: 0;visibility: hidden;transition: all 0.3s;}
.p_pagination .swiper-pagination-bullet{width: 15px;height: 15px;background-color: rgba(0, 0, 0, 0.5);opacity: 1;}
.p_pagination .swiper-pagination-bullet-active{background-color: #fff;opacity: 0.8;}


.project ul li .imgbox:hover .p_pagination{opacity: 1;visibility: visible;}
.project ul li .imgbox:hover .p_next{opacity: 1;visibility: visible;}
.project ul li .imgbox:hover .p_prev{opacity: 1;visibility: visible;}

.project ul li:nth-child(2n) .imgbox{order: 1;}
.project ul li:nth-child(2n) .textbox{order: 0;}
.project ul li .textbox h3{font-size: 34px;color: #222;}
.project ul li .textbox p{font-size: 16px;color: #383838;padding: 13px 0;}


/*  */
.add1box{width: 100%;margin: 0 auto;}
.add1{width: 100%;margin: 0 auto;}
.add1 .item{width: 100%;margin-bottom: 50px;}
.add1 .item h1{font-size: 28px;color: #222;text-align: center;margin-bottom: 30px;}
.add1 .item .desc{width: 100%;max-width: 500px;font-size: 15px;color: #383838;line-height: 30px;margin: 0 auto;}


.add2box{width: 100%;margin: 0 auto;}
.add2{width: 100%;margin: 0 auto;}
.add2 h3{text-align: center;font-size: 27px;color: #fff;margin-bottom: 25px;}
.add2 .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.add2 .imgbox img{max-width: 100%;width: auto;}


.add3box{width: 100%;margin: 0 auto;}
.add3{width: 100%;margin: 0 auto;}
.add3 h1{text-align: center;font-size: 27px;color: #333;margin-bottom: 25px;width: 100%;}
.add3_content{width: 100%;margin: 0 auto;}
.add3_content ul{position: relative;}
.add3_content ul:after{width: 1px;height: 100%;background: #e7e7e7;position: absolute;left: 50%;top: 0;transform: translateX(-50%);content: "";}
.add3_content ul li{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 108px;}
.add3_content ul li .li_left{position: relative;width: 50%;padding-right: 90px;text-align: right;}
.add3_content ul li .li_left:after{width: 90px;height: 90px;background-color: #084a79;border-radius: 50%;content: "";position: absolute;right: -45px;top: 0;z-index: 2;}
.add3_content ul li:nth-child(2n) .li_left:after{right: auto;left: -45px;}
.add3_content ul li:nth-child(2n) .li_left{order: 1;padding-inline-start: 0;padding-left: 90px;text-align: left;}
.add3_content ul li .li_left h3{position: relative;font-size: 25px;color: #084a79;line-height: 90px;}
.add3_content ul li .li_left h3 span{background-color: #e7e7e7;display: block;zoom: 1;position: absolute;width: 30px;height: 1px;right: -45px;top: 45px;}
.add3_content ul li:nth-child(2n) .li_left h3 span{left: -45px;right: auto;}
.add3_content ul li .li_left h3 span:before{content: "";display: block;position: absolute;width: 5px;height: 5px;left: 0;right: auto;border-radius: 100%;background-color: #e7e7e7;margin-top: -2px;}
.add3_content ul li:nth-child(2n) .li_left h3 span:before{left: auto;right: 0;}
.add3_content ul li .li_right{width: 50%;padding-left: 90px;}
.add3_content ul li:nth-child(2n) .li_right{order: 0;padding-left: 0;padding-right: 90px;}
.add3_content ul li .li_right .inner{box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);background-color: #fff;padding: 16px;position: relative;}
.add3_content ul li:nth-child(2n) .li_right .inner{text-align: right;}
.add3_content ul li .li_right .inner:before{content: "";position: absolute;width: 18px;height: 18px;left: 0;top: 20px;background-color: inherit;box-sizing: border-box;transform-origin: top left;transform: rotate(45deg) translateY(-50%) translateX(-50%);}
.add3_content ul li:nth-child(2n) .li_right .inner:before{left: auto;right: -16px;}
.add3_content ul li .li_right .inner strong{font-size: 18px;margin-bottom: 5px;color: #222;}
.add3_content ul li .li_right .inner p{font-size: 18px;color: #222;}


@media only screen and (max-width: 980px) {
	.headerbox{display: none;}
	.sp_header{ display:flex;}
	.m_header .height{display: block;}
/* 	.bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;} */
	.pd50{padding: 25px 0;}
	.bannerbox .text h1 {font-size: 30px;}
	.bannerbox .text h3 {font-size: 25px;}
	.i1_top h1 {font-size: 30px;}
	.index2 ul li {width: 50%;margin-bottom: 20px;}
	.inbannerbox h1{font-size: 30px;}
	.about1_list ul li{width: 47.5%;}
	.about1_list ul li:nth-child(2n){margin-right: 0;}
	.about2_list ul li{width: 47.5%;}
	.about2_list ul li:nth-child(2n){margin-right: 0;}
	.about3_list ul li{width: 47.5%;}
	.about3_list ul li:nth-child(2n){margin-right: 0;}
	.about2_list ul li{padding: 20px;}
	.about2_list ul li .textbox h3 {font-size: 24px;margin-bottom: 15px;}
	.about2_list ul li .textbox p {font-size: 16px;}
	.about1_list ul li h3 {font-size: 24px;margin-bottom: 15px;}
	.news ul li{width: 49%;}
	.news ul li:nth-child(2n){margin-right: 0;}
	.c2_left{width: 100%;margin-bottom: 20px;}
	.c2_right{width: 100%;}
	.contact2 h1 {font-size: 30px;}
	.project ul li .imgbox{width: 100%;margin-bottom: 20px;order: 0 !important;}
	.project ul li .textbox{width: 100%;order: 1 !important;padding: 20px;}
	.p_swiper .swiper-slide .inner .text h1{font-size: 24px;}
	.project ul li .textbox h3{font-size: 30px;}
	.project ul li .textbox p{font-size: 16px;}


    .add3_content {padding: 0 50px;}
	.add3_content ul:after{left: 0;transform: translateX(0);}
	.add3_content ul li .li_left{width: 100%;text-align: left !important;order: 0 !important;margin-bottom: 15px;padding-left: 90px !important;padding-right: 0 !important;}
	.add3_content ul li .li_right{width: 100%;text-align: left !important;order: 1 !important;padding-left: 60px !important;padding-right: 0 !important;}
	.add3_content ul li .li_left:after {width: 64px;height: 64px;left: -32px !important;right: auto;}
	.add3_content ul li .li_left h3 span {top: 32px;left: -64px !important;right: auto !important;}
	.add3_content ul li .li_right .inner:before {left: 0 !important;right: auto !important;}
	.add3_content ul li .li_left h3 {line-height: 64px;}
	.add3_content ul li .li_left h3 span:before {right: 0 !important;left: auto !important;}
	.add3_content ul li .li_right .inner{text-align: left !important;}
}


@media only screen and (max-width: 680px) {
	.bannerbox .text h1 {font-size: 25px;}
	.bannerbox .text h3 {font-size: 20px;}
	.i1_top h1 {font-size: 25px;}
	.i1b_list ul li {width: 100%;margin-right: 0 !important;margin-bottom: 20px;}
	.index2 ul li {width: 100%;}
	.inbannerbox h1{font-size: 25px;}
	.about1_list ul li{width: 100%;margin-right: 0 !important;}
	.about2_list ul li{width: 100%;margin-right: 0 !important;}
	.about3_list ul li{width: 100%;margin-right: 0 !important;}
	.news ul li{width: 100%;margin-right: 0 !important;}
	.contact2 h1 {font-size: 25px;}
	.c2_left ul li{width: 100%;}
	.p_next,.p_prev{width: 30px;height: 30px;}
	.p_pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
	.project ul li .textbox h3{font-size: 25px;}
}
