/*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: 1140px;
	margin: 0 auto;
}
@media only screen and (max-width: 980px){
	.wapper{width: 100%;margin: 0 auto;padding: 0 15px;}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
	--main-color:#2a62ac;
	--main-color-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;}


.zhao{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999;opacity: 0;visibility: hidden;background: rgb(0, 0, 0,0.6);transition: all 0.5s;}
.zhao.on{opacity: 1;visibility: visible;}



/* 导航 */
.headerbox{width: 100%;margin:  0 auto;position: fixed;z-index: 1000;left: 0;top: 0;}
.headerbox.active{position: relative;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #fff;}
.logo{font-size: 0;}
.logo img{max-width: 100%;width: auto;height:55px;}
.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 10px;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu.on>ul>li>a{opacity: 0.6;}
.headerbox .header .menu>ul>li:hover>a{opacity: 1;}
.headerbox .header .menu ul li .sub_menu{
	width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
	display: flex;align-items: center;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	transition: all 400ms ease;
	border-right: 1px solid #fff;
}
/* .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 .sub_menu dd .three_menu dl dd .four_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu .sub_menu dd .three_menu dl dd:hover>.four_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
} */
.headerbox .header .menu ul li dl dd a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
	white-space: nowrap;
	opacity: 0.8;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li>dl>dd>a:hover{opacity: 1;}


.h_right{display: flex;align-items: center;}
.h_right .h_search{display: flex;align-items: center;margin-right: 20px;}
.h_right .h_search .h_text{line-height: 30px;background: transparent;}
.h_right .h_search button{background: transparent;font-size: 16px;color: #fff;}
.h_lan{}
.h_lan a{font-size: 18px;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;}


.plr15{padding-left: 15px;padding-right: 15px;}
.ptm50{padding-top: 50px;padding-bottom: 50px;}
.bg{background-repeat: no-repeat;background-size: cover;background-position: center;}
.img_list2{width: 100%;margin: 0 auto;}
.img_list2 ul{display: flex;flex-wrap: wrap;}
.img_list2 ul li{width: 50%;font-size: 0;padding: 0 15px;}
.img_list2 ul li img{width: 100%;}

.img_list3{width: 100%;margin: 0 auto;}
.img_list3 ul{display: flex;flex-wrap: wrap;}
.img_list3 ul li{width: 33.33%;font-size: 0;padding: 0 15px;}
.img_list3 ul li img{width: 100%;}

.img_list4{width: 100%;margin: 0 auto;}
.img_list4 ul{display: flex;flex-wrap: wrap;}
.img_list4 ul li{width: 25%;font-size: 0;padding: 0 15px;}
.img_list4 ul li img{width: 100%;}




@keyframes zoom-in {
    0% {
        transform: scale(1);
        backface-visibility: hidden
    }

    100% {
        transform: scale(1.2);
        backface-visibility: hidden
    }
}
/* bannerbox */
.bannerbox{width: 100%;overflow: hidden;}
.banner{width: 100%;margin: 0 auto;position: relative;height: 100vh;overflow: hidden;animation: zoom-in 10s forwards;background-size: cover;background-position: center center;background-repeat: no-repeat;transform-origin: top left;}
.bannerbox .text{position: absolute;color: #fff;text-align: center;top: 65%;left: 50%;transform: translate(-50%, -60%);-webkit-transform: translate(-50%, -60%);-ms-transform: translate(-50%,-60%);-moz-transform: translate(-50%,-60%);-o-transform: translate(-50%,-60%);width: 100%;padding: 0 30px;}
.bannerbox .text h1{font-size: 45px;color: #fff;margin-bottom: 8px;padding-bottom: 15px;font-weight: bold;}
.bannerbox .text h3{font-size: 35px;color: #fff;max-width: 720px;margin: 0 auto;margin-bottom: 35px;}
.bannerbox .text .b_btn{font-size: 14px;color: #fff;}
.bannerbox .text .b_down{font-size: 0;display: flex;align-items: center;justify-content: center;}
.bannerbox .text .b_down img{max-width: 100%;width: auto;margin-top: 60px;}






/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: var(--primary-color);}
.footer{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;padding: 75px 0 100px;border-bottom: 1px solid silver;}
.f_left{width: 25%;font-size: 0;margin-right:50px;}
.f_left img{max-width: 100%;width: auto;height:55px;}
.f_right{display: flex;flex-wrap: wrap;}
.f_right .item{padding-right: 37px;}
.f_right .item:last-child{padding-right: 0;}
.f_right .item h3{margin-bottom: 10px;}
.f_right .item h3 a{font-size: 15px;color: #474D4F;}
.f_right .item h3 a:hover{opacity: 0.8;}
.f_right .item ul li{}
.f_right .item ul li a{font-size: 13px;color: #474D4F;line-height: 26px;}
.f_right .item ul li a:hover{opacity: 0.8;}
.f_bot{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;padding: 10px 0 40px;}
.f_bot p{font-size: 12px;color: #474D4F;}
.f_share{display: flex;align-items: center;}
.f_share a{display: inline-block;margin-left: 10px;}
.f_share a img{width: 22px;}
.f_share a:hover img{opacity: 0.6;}









/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;padding: 132px 0;background: #ECE6E1;}
.index1{width: 100%;max-width: 768px;}
.index1 h3{color: #474D4F;font-size: 40px;margin-bottom: 20px;}
.index1 p{font-size: 20px;color: #474D4F;margin-bottom: 45px;}
.index1 .more{font-size: 14px;color: #474D4F;line-height: 26px;position: relative;display: inline-block;}
.index1 .more:after{width: 0;position: absolute;left: 0;bottom: 0;transition: all 0.5s;background: #474D4F;height: 1px;content: "";}
.index1 .more:hover:after{width: 100%;}
 

.index2box{width: 100%;margin: 0 auto;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;background-position: center;padding: 170px 0;}
.index2{width: 100%;max-width: 768px;}
.index2 h3{color: #fff;font-size: 40px;margin-bottom: 20px;}
.index2 p{font-size: 20px;color: #fff;margin-bottom: 45px;}
.index2 .more{font-size: 14px;color: #fff;line-height: 26px;position: relative;display: inline-block;}
.index2 .more:after{width: 0;position: absolute;left: 0;bottom: 0;transition: all 0.5s;background: #fff;height: 1px;content: "";}
.index2 .more:hover:after{width: 100%;}
 



.index3box{width: 100%;margin: 0 auto;padding-top: 100px;background: #EFEAE6;}
.index3{width: 100%;margin: 0 auto;}
.i3_tit{width: 100%;max-width: 800px;}
.i3_tit h3{font-size: 14px;margin-bottom: 15px;color: #474D4F;}
.i3_tit h1{font-size: 40px;margin-bottom: 100px;color: #474D4F;}
.i3_content{width: 100%;}
.i3_content ul{display: flex;flex-wrap: wrap;}
.i3_content ul li{width: 16.6666%;transition: all 0.8s;}

.i3_content ul li .inner{width: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;height: 555px;padding: 0 40px;display: flex;flex-direction: column;justify-content: space-between;position: relative;}
.i3_content ul li .inner:after{content: "";position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .29);z-index: 11;}
.i3_content ul li.hover .inner:after{display: none;}
.i3_content ul li .inner .text{width: 100%;position: relative;z-index: 12;}
.i3_content ul li .inner .text h3{font-size: 30px;margin-top: 40px;margin-bottom: 5px;color: #fff;text-align: center;transition: all 0.5s;text-shadow: 2px 2px 4px #404040;font-weight: bold;}
.i3_content ul li .inner .text .desc{font-size: 20px;color: #fff;display: none;text-shadow: 2px 2px 4px #404040;}
.i3_content ul li.hover .inner .text .desc{display: block;}
.i3_content ul li .inner .bot{width: 100%;position: relative;z-index: 12;}
.i3_content ul li .inner .bot h3{font-size: 23px;color: #fff;margin-bottom: 25px;transition: all 0.5s;text-align: center;}
.i3_content ul li.hover .inner .bot h3{text-align: right;}
.i3_content ul li.hover .inner .text h3{text-align: left;}
.i3_content ul li.hover{width: 40%;}
.i3_content ul li.on{width: 12%;}



/*  */
@keyframes grow {
  from { width: 0%; }
  to { width: 100%; }
}
.inves1box{width: 100%;margin: 0 auto;padding-top: 70px;}
.inves1{width: 100%;margin: 0 auto;max-width: 1140px;}
.inves1 ul li{width: 100%;position: relative;}
.inves1 ul li:before{width: 100%;border-top: .75px solid #000;content: "";position: absolute;top: 0;left: 0; animation: grow 4s forwards;}
.inves1 ul li .inner{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.inves1 ul li .inner h3{font-size: 44px;color: #fff;line-height: 1.2;width: 45%;font-weight: bold;padding-top: 120px;padding-bottom: 120px;text-shadow: 2px 2px 4px #404040;text-align: center;}
.inves1 ul li .inner .text{font-size: 20px;color: #474d4f;width: 50%;background-position: center;background-repeat: no-repeat;background-size: cover;padding-left: 20px;padding-right: 20px;}



/*  */
.contactbox{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;padding-bottom: 100px;padding-top: 200px;}
.contactbox:after{width: 100%;height: 100%;background: rgb(0, 0, 0,0.6);content: "";position: absolute;left: 0;top: 0;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 2;}
.c_left{width: 54%;}
.c_right{width: 44%;padding-left: 5%;padding-top: 137px;}
.c_left h3{margin-bottom: 50px;font-size: 33px;color: #fff;font-weight: bold;}
.c_left .form{width: 100%;}
.c_left .form ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.c_left .form ul li{width: 49%;margin-bottom: 20px;}
.c_left .form ul li p{font-size: 18px;color: #fff;margin-bottom: 15px;}
.c_left .form ul li .c_text{width: 100%;height: 50px;background-color: transparent;padding-left: 15px;color: #fff;border: 1px solid #fff;}
.c_left .form ul li textarea{width: 100%;height: 172px;background-color: transparent;padding-left: 15px;color: #fff;border: 1px solid #fff;}
.c_left .form ul li .c_btn{padding-left: 0;background-color: #fff;color: #545353;text-transform: uppercase;font-size: 13px;margin-top: 30px;border: none;height: 45px !important;margin-bottom: 10px;width: 120px;}
.c_right ul li{width: 100%;margin-bottom: 80px;}
.c_right ul li a{display: block;}
.c_right ul li a h3{background-repeat: no-repeat;background-size: auto;background-size: 19px 16px;background-position: 11px 10px;padding-left: 43px;font-size: 21px;padding-bottom: 15px;font-weight: 700;color: #fff;}
.c_right ul li a p{font-size: 18px;color: #fff;margin-bottom: 16px;padding-left: 52px;}
.cr_ewm{width: 100%;margin-bottom: 20px;display: flex;flex-wrap: wrap;    padding-left: 20px;}
.cr_ewm .ewm{margin-right: 20px;width: 150px;}
.cr_ewm .ewm img{max-width: 100%;width: auto;margin-bottom: 10px;}
.cr_ewm .ewm p{font-size: 16px;color: #fff;text-align: center;}



/*  */
@keyframes grow {
  from { height: 0%; }
  to { height: 100%; }
}
@keyframes groww {
  from { width: 0%; }
  to { width: 100%; }
}
.line{height: 250px;position: relative;margin-top: 50px;}
.line:after{width: 1px;content: "";position: absolute;top: 0;left: 50%;animation: grow 4s forwards;height: 100%;transform: translateX(-50%);background: #fff;}
.mission1box{width: 100%;margin: 0 auto;padding-top: 98px;}
.mission1{width: 100%;margin: 0 auto;}
.mission1 .item{width: 100%;padding: 55px 0;text-align: center;margin: 0 auto;max-width: 834px;}
.mission1 .item h4{font-size: 16px;color: #474D4F;padding-bottom: 10px;margin-bottom: 8px;font-weight: 300;letter-spacing: 2.4px;}
.mission1 .item h3{font-size: 36px;padding-bottom: 21px;color: #474D4F;font-weight: 300;}
.mission1 .item .desc{font-size: 20px;color: #474D4F;font-weight: 300;}
.mission1 .item .down{margin-top: 79px !important;display: block;margin: 0 auto;position: relative;width: 49px;height: 49px;background-image: url(../images/arrow.svg);display: inline-block;}
.mission1 .item .down:hover{background-image: url(../images/arrow-Hover.svg);}


.mission2box{width: 100%;margin: 0 auto;padding-top: 60px;}
.mission2{width: 100%;margin: 0 auto;position: relative;}
.mission2:before{width: 100%;border-top: .75px solid #fff;content: "";position: absolute;top: 0;left: 0; animation: groww 4s forwards;}
.mission2 ul{display: flex;flex-wrap: wrap;}
.mission2 ul li{width: 25%;padding: 65px 15px 0 15px;}

.mission2 ul li .icon{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;font-size: 0;}
.mission2 ul li .icon img{max-width: 100%;width: auto;}
.mission2 ul li .textbox{width: 100%;text-align: center;}
.mission2 ul li .textbox h3{font-size: 18px;color: #474D4F;margin-top: 45px;margin-bottom: 20px;font-weight: 600;}
.mission2 ul li .textbox .desc{height: 190px;font-size: 18px;color: #474D4F;position: relative;}
.mission2 ul li .textbox .desc:before{width: 0%;border-top: .75px solid #fff;content: "";position: absolute;bottom: 0;left: 0; animation: groww 4s forwards;}



.mission3box{width: 100%;margin: 0 auto;}
.mission3{width: 100%;margin: 0 auto;}
.mission3_top{width: 100%;padding: 55px 0;text-align: center;margin: 0 auto;max-width: 834px;}
.mission3_top h4{font-size: 16px;color: #474D4F;padding-bottom: 10px;margin-bottom: 8px;font-weight: 300;letter-spacing: 2.4px;}
.mission3_top h3{font-size: 36px;padding-bottom: 21px;color: #474D4F;font-weight: 300;}
.mission3_top .desc{font-size: 20px;color: #474D4F;font-weight: 300;}
.mission3_list{width: 100%;margin-top: 122px;}
.mission3_list ul{display: flex;flex-wrap: wrap;height: 300px;position: relative;}
.mission3_list ul li{width: 279px;height: 279px;background-color: rgba(255, 255, 255, .75);border-radius: 50%;position: absolute;display: flex;align-items: center;justify-content: center;}
.mission3_list ul li:first-child{left: 0;}
.mission3_list ul li:nth-child(2){left: 250px;}
.mission3_list ul li:nth-child(3){left: 500px;}
.mission3_list ul li:nth-child(4){left: 750px;}
.mission3_list ul li:nth-child(5){left: 1000px;}
.mission3_list ul li .inner{padding: 30px;text-align: center;}
.mission3_list ul li .inner h3{font-size: 21px;color: #474D4F;margin-bottom: 10px;}
.mission3_list ul li .inner p{font-size: 15px;color: #474d4f;}
.mission3_list ul li .inner h4{font-size: 11px;color: #474D4F;margin-top: 20px;}

.mission3_list_m{display: none;width: 100%;margin: 0 auto;position: relative;}
.m3_prev,.m3_next{position: absolute;top: 85%;transform: translateY(-50%);font-size: 60px;color: #fff;}
.m3_prev{left: 5%;}
.m3_next{right: 5%;}

.m3_swiper{width: 100%;overflow: hidden;}
.m3_swiper .swiper-slide{background: transparent;}
.m3_swiper .swiper-slide .inner{overflow: visible;border-radius: 50%;background: #fff;margin: 0 0 50px !important;display: flex;justify-content: center;height: 1000px;position: relative;width: 100%;}
.m3_swiper .swiper-slide .inner .yuan2{position: absolute;bottom: -50px;width: 150px;height: 150px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;font-size: 19px;color: #474D4F;border: 1px solid #D9D9D9;}
.m3_swiper .swiper-slide .inner .yuan1{display: flex;align-items: center;justify-content: center;width: 100%;}
.m3_swiper .swiper-slide .inner .yuan1 .in{display: flex;align-items: center;justify-content: center;width: 87%;padding: 0 60px;}
.m3_swiper .swiper-slide .inner .yuan1 .in .num{font-size: 150px;color: #474D4F;margin-right: 20px;font-weight: 300;}
.m3_swiper .swiper-slide .inner .yuan1 .in .text{text-align: left;flex: 1;}
.m3_swiper .swiper-slide .inner .yuan1 .in .text h3{font-size: 24px;color: #474D4F;margin-bottom: 8px;font-weight: 300;}
.m3_swiper .swiper-slide .inner .yuan1 .in .text p{font-size: 14px;color: #474D4F;font-weight: 300;}
.m3_swiper .swiper-slide .inner .yuan1 .in .text h4{font-size: 11px;color: #474D4F;font-weight: 300;}








@media only screen and (max-width: 1190px) {
    .mission3_list ul li .inner {width: 215px;height: 215px;}
    .mission3_list ul li:first-child{left: 0}
    .mission3_list ul li:nth-child(2) {left: 190px}
    .mission3_list ul li:nth-child(3) {left: 380px}
    .mission3_list ul li:nth-child(4) {left: 570px}
    .mission3_list ul li:nth-child(5) {left: 760px}
}




@media only screen and (max-width: 980px) {
	.headerbox{display: none;}
	.sp_header{ display:flex;}
	.height{height: 70px;}
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 50%;margin-bottom: 15px;}
	.i3_content ul li{width: 50% !important;} 
	.i3_tit h1 {font-size: 30px;}
	.index2 h3 {font-size: 30px;}
	.index1 h3 {font-size: 30px;}
	.bannerbox .text h1 {font-size: 30px;}
	.bannerbox .text h3 {font-size: 24px;}
	.banner {height: 80vh;}
	.i3_content ul li .inner {height: 190px;}
	.i3_content ul li .inner .text .desc{display: block;font-size: 16px;}
	.i3_content ul li .inner .bot h3{text-align: right;}
	.i3_content ul li .inner .text h3{text-align: left;}
	.inves1 ul li:before{width: 100%;border-top: .75px solid #000;content: "";position: absolute;bottom: 0;left: 0; animation: grow 4s forwards;top: auto;}
	.inves1 ul li .inner h3{width: 100%;padding-top: 90px;padding-bottom: 20px;}
    .inves1 ul li .inner .text{width: 100%;padding-top: 0;padding-bottom: 90px;}
	.c_left{width: 100%;margin-bottom: 30px;}
	.c_right{width: 100%;padding-top: 0;padding-left: 0;}
	.c_left .form ul li{width: 100%;}
	.mission3_list{display: none;}
	.mission3_list_m{display: block;}
	.m3_swiper .swiper-slide .inner {height: 600px;}
	.m3_swiper .swiper-slide .inner .yuan1 .in .num {font-size: 75px;}
	.mission3_top h3 {font-size: 24px;}
	.mission3_top .desc {font-size: 16px;}
	.mission2 ul li {width: 50%;}
	.mission1 .item h3 {font-size: 24px;}
	.mission1 .item .desc {font-size: 16px;}
	
}


@media only screen and (max-width: 680px) {
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 100%;}
	.i3_content ul li{width: 100% !important;} 
	.i3_tit h1 {font-size: 24px;}
	.index2 h3 {font-size: 24px;}
	.index1 h3 {font-size: 24px;}
	.m3_swiper .swiper-slide .inner {height: 400px;}
	.m3_swiper .swiper-slide .inner .yuan1 .in .num {font-size: 40px;}
	.mission2 ul li {width: 100%;}
}
