/*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;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }


.wapper{
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
}

:root{
	--primary-color:#3266c7;
	--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;}

.height{height: 144px;}
/* 导航 */
.headerbox{width: 100%;margin:  0 auto;padding-top: 30px;padding-bottom: 50px;position: fixed;left: 0;top: 0;z-index: 999;background-color: #fff;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;max-width: 85%;margin: 0 auto;}
.headerbox .header .menu ul{display: flex;align-items: center;}
.headerbox .header .menu ul li{
	position: relative;padding: 0 5px;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    line-height: 1;
	min-width: 100px;
    padding: 5px 8px 8px;
    color: #605e60;
    text-align: center;
    position: relative;
	display: inline-block;
    border-top: 1px solid #a0a09f;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{border-top: 4px solid #3266c7;}

.headerbox .header .menu ul li .sub_menu{
	min-width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
	padding: 10px;
    visibility: hidden;
    opacity: 0;
    background: white;
}
.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;
	padding: 10px;
    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;
    text-align: left;
    display: block;
    padding: 10px;
    color: #605e60;
    border-top: 1px solid #a0a09f;
    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{border-top: 4px solid #3266c7;}





/*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;}


.indexvideo{width: 100%;margin: 0 auto;font-size: 0;position: relative;}
.indexvideo video{width: 100%;}
.indexvideo .text{position: absolute;width: 80%;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;z-index: 2;}
.indexvideo .text h1{font-size: 65px;color: #fff;margin-bottom: 80px;text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;}
.indexvideo .text h3{font-size: 40px;color: #fff;text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;}


.pd50{padding: 50px 0;}
.pd90{padding: 90px 0;}

/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: #2f2e2e;}
.footer{width: 100%;margin: 0 auto;}
.f_menu{width: 100%;margin: 0 auto;max-width: 880px;margin-bottom: 100px;}
.f_menu ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_menu ul li{width: 35%;}
.f_menu ul li dt{font-size: 17px;color: #b1d4ec;margin-bottom: 10px;}
.f_menu ul li dd a{font-size: 14px;color: #fff;text-decoration: underline;}

.footer_bot{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1000px;}
.footer_bot p{width: 40%;font-size: 14px;color: #fff;}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;position: relative;}
.insidebox .inside .inner{max-width: 800px;margin: 0 auto;width: 100%;}
.return{position: absolute;left: 5%;top: 0;max-width: 100%;width: auto;}
.insidebox .inside h3{font-size: 30px;color: #2f2e2e;margin-bottom: 70px;text-align: center;}
.insidebox .inside .desc{font-size: 20px;color: #2f2e2e;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;}
.index1 .textbox{width: 50%;display: flex;align-items: center;justify-content: center;padding: 0 10%;}
.index1 .imgbox{width: 50%;font-size: 0;}
.index1 .imgbox img{width: 100%;}
.index1 .textbox h3{font-size: 40px;color: #2f2e2e;margin-bottom: 50px;}
.index1 .textbox .desc{font-size: 16px;color: #2f2e2e;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;height: 470px;overflow: hidden;}
.index2 ul{display: flex;flex-wrap: wrap;}
.index2 ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;overflow: hidden;transition: all 0.5s;}
.index2 ul li:nth-child(4n){margin-right: 0;}
.index2 ul li .imgbox{width: 100%;font-size: 0;margin-bottom: 20px;}
.index2 ul li .imgbox img{width: 100%;}
.index2 ul li .textbox{width: 100%;}
.index2 ul li .textbox h3{font-size: 22px;color: #000;text-align: center;margin-bottom: 20px;}
.index2 ul li .textbox .desc{font-size: 17px;color: #2f2e2e;}
.index2 ul li:hover{transform: translateY(-300px);}


.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;}
.index3 ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 250px;align-items: center;}
.index3 ul li .textbox{width: 45%;}
.index3 ul li .imgbox{width: 50%;font-size: 0;position: relative;}
.index3 ul li .imgbox:before,.index3 ul li .imgbox:after{background-image: url(../images/yy.png);background-repeat: no-repeat;bottom: -26px;content: "";height: 26px;position: absolute;width: 165px;}
.index3 ul li .imgbox:before{left: 0;background-position: 0 0;}
.index3 ul li .imgbox:after{right: 0;background-position: 100% 0;}
.index3 ul li .imgbox img{width: 100%;}
.index3 ul li .textbox h3{font-size: 40px;margin-bottom: 40px;color: #000;}
.index3 ul li .textbox .desc{font-size: 16px;color: #605e5e;}
.index3 ul li:nth-child(2n) .textbox{order: 1;}
.index3 ul li:nth-child(2n) .imgbox{order: 0;}
.index3 ul li:last-child{margin-bottom: 0;}


.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index4 .imgbox{font-size: 0;position: relative;width: 50%;display: flex;align-items: center;justify-content: center;}
.index4 .imgbox img{max-width: 100%;width: auto;}
.index4 .imgbox img.yuan1{position: absolute;top: -30%;right: 16%;border-radius: 50%;}
.index4 .imgbox img.yuan2{position: absolute;left: 24%;bottom: -24%;border-radius: 50%;}
.index4 .textbox{width: 40%;}
.index4 .textbox h3{font-size: 40px;color: #2f2e2e;margin-bottom: 25px;}
.index4 .textbox .desc{font-size: 16px;color: #2f2e2e;margin-bottom: 50px;}
.index4 .textbox a{font-size: 16px;color: #2f2e2e;text-decoration: underline;}






.index5box{width: 100%;margin: 0 auto;}
.index5{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index5 .imgbox{font-size: 0;position: relative;width: 50%;display: flex;align-items: center;justify-content: center;}
.index5 .imgbox img{max-width: 100%;width: auto;}
.index5 .imgbox img.yuan1{position: absolute;top: -10%;right: 17%;border-radius: 50%;}
.index5 .imgbox img.yuan2{position: absolute;left: 24%;bottom: -24%;border-radius: 50%;}
.index5 .textbox{width: 40%;}
.index5 .textbox h3{font-size: 40px;color: #2f2e2e;margin-bottom: 25px;}
.index5 .textbox .desc{font-size: 16px;color: #2f2e2e;margin-bottom: 50px;}
.index5 .textbox a{font-size: 16px;color: #2f2e2e;text-decoration: underline;}



/*  */
.about_banner{width: 100%;margin: 0 auto;background-position: center;background-repeat: no-repeat;background-size: cover;height: 490px;position: relative;}
.text_swiper{overflow: hidden;margin: 0 auto;}
.text_swiper .swiper-slide{background-color: transparent;padding: 80px 0;}
.text_swiper .swiper-slide h1{font-size: 65px;color: #fff;font-weight: bold;}
.text_pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;opacity: 1 !important;}
.text_pagination .swiper-pagination-bullet-active{border: 2px solid #fff;background-color: transparent;}



.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;/*align-items: center;*/}
.about1 .video{width: 45%;position: relative;font-size: 0;}
.about1 .video .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;z-index: 2;max-width: 100%;width: auto;}
.about1 .video video{width: 100%;}
.about1 .textbox{width: 45%;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.about1 .textbox .a2_swiper{width: 100%;overflow: hidden;}
.a2_swiper .swiper-slide{background-color: #fff;}
.about1 .textbox h1{font-size:35px;color:#f1e28d;}



.about2box{width: 100%;margin: 0 auto;}
.about2{width: 100%;margin: 0 auto;}
.about2 ul li{width: 100%;margin-bottom: 60px;}
.about2 ul li .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;margin-bottom: 30px;}
.about2 ul li .imgbox img{max-width: 100%;width: auto;}
.about2 ul li .textbox{width: 100%;text-align: center;}
.about2 ul li .textbox h3{width: 100%;margin-bottom: 25px;font-size: 16px;color: #2f2e2e;}
.about2 ul li .textbox a{font-size: 16px;color: #3289c7;text-decoration: underline;}


.teambox{width: 100%;margin: 0 auto;}
.team{width: 100%;margin: 0 auto;max-width: 970px;}
.team_top{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 100px;align-items: center;}
.team_top .imgbox{width: 45%;font-size: 0;}
.team_top .imgbox img{width: 100%;}
.team_top .textbox{width: 45%;}
.team_top .textbox .tit{margin-bottom: 40px;}
.team_top .textbox .tit h1{font-size: 45px;color: #2f2e2e;font-weight: bold;}
.team_top .textbox .tit h3{font-size: 23px;color: #2f2e2e;font-weight: bold;}
.team_top .textbox .desc{margin-bottom: 50px;}
.team_top .textbox .desc h3{font-size: 23px;color: #141d3d;}
.team_top .more{width: 142px;height: 40px;display: inline-block;font-size: 14px;color: #fff;background-color: #3289c7;text-align: center;line-height: 40px;transition: all 0.5s;}
.team_top .more:hover{background-color: #3b58b8;}
.team_bot{width: 100%;margin: 0 auto;}
.team_bot ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.team_bot ul li{width: 48%;margin-bottom: 120px;display: flex;justify-content: space-between;align-items: flex-end;}
.team_bot ul li .imgbox{width: 287px;font-size: 0;border-radius: 50%;overflow: hidden;height: 287px;}
.team_bot ul li .imgbox img{width: 100%;height: 100%;}
.team_bot ul li .textbox{width: calc(100% - 317px);}
.team_bot ul li .textbox .tit{margin-bottom: 20px;}
.team_bot ul li .textbox .tit h1{font-size: 30px;color: #2f2e2e;font-weight: bold;}
.team_bot ul li .textbox .tit h3{font-weight: bold;font-size: 16px;color: #2f2e2e;}
.team_bot ul li .textbox .desc{margin-bottom: 25px;}
.team_bot ul li .textbox .desc h3{margin-bottom: 20px;font-size: 16px;color: #141d3d;}

.team_bot ul li .more{width: 106px;height: 34px;background-color: #3289c7;font-size: 14px;color: #fff;display: inline-block;text-align: center;line-height: 34px;transition: all 0.5s;}
.team_bot ul li .more:hover{background-color: #3b58b8;}



.td{width: 100%;display: flex;justify-content: space-between;max-width: 90% !important;align-items: center;}
.td .imgbox{width: 35%;font-size: 0;position: relative;}
.td .imgbox img{width: 100%;}
.td .tit{position: absolute;right: 0%;top: 0;}
.td .textbox{width: 60%;}
.td .tit h1{font-size: 30px;color: #2f2e2e;font-weight: bold;margin-bottom: 20px;}
.td .tit h3{font-size: 17px;color: #3266c7;margin-bottom: 0;}
.td .textbox .desc{font-size: 17px;color: #2f2e2e;}


.white{color: #fff !important;}
.pd150{padding: 150px 0;}
.index4box{background-repeat: no-repeat;background-size: cover;background-position: center;}
.index5box{background-repeat: no-repeat;background-size: cover;background-position: center;}
.index5 .p1{font-size: 16px;color: #fff;}


/*  */
.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.contact_left{width: 45%;}
.contact_right{width: 50%;}
.contact_right h3{font-size: 20px;color: #2f2e2e;margin-bottom: 20px;}
.contact_right .desc{width: 100%;}
.contact_right .desc p{font-size: 17px;color: #2f2e2e;margin-bottom: 20px;}
.contact_left h3{font-size: 24px;color: #2f2e2e;margin-bottom: 20px;}
.contact_left .form{width: 100%;border: 1px solid #3289c7;font-size: 0;}
.contact_left .form ul{display: flex;flex-wrap: wrap;}
.contact_left .form ul li{width: 100%;}
.contact_left .form ul li .c_text{border: 1px solid #3289c7;padding: 3px 3px 3px 24px;width: 100%;height: 66px;line-height: 66px;font-style: italic;}
.contact_left .form ul li .c_text:focus{background-color: #ffa9a9;border-color: #ff4040;}
.contact_left .form ul li .c_text::placeholder{font-size: 14px;color: #2f2e2e;}
.contact_left .form ul li:first-child .c_text::placeholder{font-style: normal;}
.contact_left .form ul li textarea{border: 1px solid #3289c7;padding: 3px 3px 3px 24px;width: 100%;font-style: italic;font-size: 14px;}
.contact_left .form ul li textarea:focus{background-color: #ffa9a9;border-color: #ff4040;}
.contact_left .form ul li textarea::placeholder{font-size: 14px;color: #2f2e2e;}
.c_btn{display: flex;align-items: center;justify-content: flex-end;}
.c_btn input{background-color: #3289c7;font-size: 16px;color: #fff;width: 186px;height: 52px;text-align: center;line-height: 52px;}


/*  */
.app1box{width: 100%;margin: 0 auto;margin-top: 20px;padding-bottom: 100px;}
.app1{width: 100%;margin: 0 auto;}
.app1 h1{text-align: center;max-width: 760px;margin: 0 auto;width: 100%;font-size: 30px;color: #2f2e2e;margin-bottom: 80px;}
.app1_content{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;margin-bottom: 70px;}
.app1_content img{max-width: 100%;width: auto;}
.app1_list1{width: 100%;margin: 0 auto;max-width: 1000px;}
.app1_list1 ul{display: flex;flex-wrap: wrap;}
.app1_list1 ul li{width: 33.33%;padding: 0 10px;margin-bottom: 20px;}
.app1_list1 ul li .inner{width: 100%;background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;padding-top: 65px;padding-bottom: 25px;}
.app1_list1 ul li .inner .text{max-width: 70%;}
.app1_list1 ul li .inner h3{font-size: 20px;color: #fff;margin-bottom: 10px;}
.app1_list1 ul li .inner p{font-size: 14px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.app1_list1 ul li .inner .more{display: inline-block;width: 103px;height: 29px;text-align: center;line-height: 29px;background-color: #3289c7;font-size: 14px;color: #fff;transition: all 0.3s;}
.app1_list1 ul li .inner .more:hover{background-color: #3b58b8;}


.app1_list2{width: 100%;margin: 0 auto;max-width: 1000px;margin-top: 110px;}
.app1_list2 ul{display: flex;flex-wrap: wrap;}
.app1_list2 ul li{width: 50%;margin-bottom: 20px;padding: 0 10px;}
.app1_list2 ul li .inner{width: 100%;height: 400px;background-repeat: no-repeat;background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;}
.app1_list2 ul li .text{max-width: 50%;}
.app1_list2 ul li .text h1{text-align: center;font-size: 20px;color: #fff;margin-bottom: 20px;font-weight: bold;}
.app1_list2 ul li .text  .desc{}
.app1_list2 ul li .text  .desc ul li{list-style-type: disc;margin-left: 20px;font-size: 14px;color: #fff;width: 100%;margin-bottom: 0;padding: 0;}



/*  */
.ad{position: relative;}
.ad_tit{width: 100%;text-align: center;}
.ad_tit h3{font-size: 20px;color: #3289c7;margin-bottom: 20px;}
.ad_tit h1{font-size: 56px;color: #2f2e2e;margin-bottom: 15px;}
.ad_tit p{font-size: 18px;color: #2f2e2e;line-height: 30px;max-width: 760px;margin: 0 auto;}
.ad_content{margin-top: 70px;}
.ad_content table{width: 98%;border-collapse: collapse;margin: 0 auto;}
.ad_content table tr{width: 100%;display: flex;}
.ad_content table td{width: 50%;border: 1px solid #000;min-height: 670px;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.ad_content table td .inner{max-width: 60%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ad_content table td h1{text-align: center;font-size: 38px;color: #2f2e2e;font-weight: bold;margin-bottom: 80px;}
.ad_content table td .desc{font-size: 16px;color: #2f2e2e;line-height: 30px;}









