/*common start*/
html,body{width: 100%;height: 100%;}
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;}
strong {
    font-weight: bold !important;
}
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: 1200px){
    .wapper{
        width: 1200px;
        margin: 0 auto;
    }
}

:root{
    --primary-color:#081538;
    --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;}


.mainFull{width: 100%;height: 100%;overflow: hidden;}
.mainFull .fullSwiper .swiper-wrapper .swiper-slide img{
    display: block;
}
.fullSwiper{width: 100%;height: 100%;}

.mullPage{right: 2% !important;width: 12px;display: flex;flex-direction: column;}
.mainFull.on .mullPage{display: block;}
.mainFull .mullPage{text-align: center;display: none;}
.mainFull .swiper-pagination-bullet{background: #fff;opacity:1;width: 4px;height: 4px;margin-top: 6px !important;margin-left:3px !important;}
.mainFull .swiper-pagination-bullet-active{width: 12px;height: 12px;margin-left: 0 !important;}


.footerbox{background-color: #1c1d22;}
.footerbox .footer{position: unset;left: auto;bottom: auto;padding: 30px 0;}

.footerbox .footer a{margin-left: 10px;font-size: 14px;}

/* 导航 */
.headerbox{
    width: 100%;
    margin:  0 auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /*	background: rgba(08,15,38, 0.35);*/
    background: rgba(08,15,38,1);
}
.headerbox .header{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: space-around;
    height: 80px;
    max-width: 95%;margin: 0 auto;
}
.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: 15px 25px;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li>a>i{margin-left: 10px;}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: #ffdfb4;}
/* .headerbox .header .menu>ul>li.curr>a:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #ffdfb4;
} */
.headerbox .header .menu ul li .sub_menu{
    min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #000;
    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: #000;
    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: #fff;
    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;
}
.headerbox .header .menu ul li dl dd:hover{

}
.headerbox .header .menu ul li dl dd:hover>a{color: #ffdfb4;}



.index1box{width: 100%;}



/* bannerbox */
.bannerbox{
    width: 100%;
    height: 100%;background-repeat: no-repeat;background-size: cover;
    /*padding-top: 80px;*/

}
.bannerbox .mySwiper1{
    width: 100%;
    position: relative;
}
.bannerbox .mySwiper1 .swiper-slide{
    display: block;
    font-size: 0;
    width: 100%;
    position: relative;
}
.bannerbox .mySwiper1 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.bannerbox .mySwiper1 .swiper-slide .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.bannerbox .mySwiper1 .swiper-slide .text h1{font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.bannerbox .mySwiper1 .swiper-slide .text p{font-size: 30px;color: #fff;margin-bottom: 30px;}
.banner_btn{display: inline-block;border-radius: 50px;border: 1px solid rgba(255, 220, 172, 1);color: rgba(255, 220, 172, 1);font-size: 20px;padding: 10px 25px;}
.banner_btn i{margin-left: 20px;}

.bannerbox .mySwiper1 .swiper-pagination{}
.bannerbox .mySwiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
    overflow: hidden;
    transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    background-color: transparent;
    background-color: #fff;opacity: 1;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
    background: #fff;
    width: 30px;
    border-radius: 20px;
}

.pd50{padding: 50px 0;}
/* footer */



/* 通用内页 */
.inbannerbox{
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 80px;
}
.inbannerbox img{width: 100%;}


.insidebox{
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
}
.insidebox .inside{
    width: 100%;
    box-sizing: border-box;
}

.m_title{width: 100%;text-align: center;padding-bottom: 20px;position: relative;}
.m_title:after{left: 50%;bottom: 0;transform: translateX(-50%);position: absolute;content: "";width: 60px;height: 3px;background-color: rgba(255, 220, 172, 1);}
.m_title h1{font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.m_title p{font-size: 20px;color: #fff;}
/* ================首页样式============= */
.index2box{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}
.index2{width: 100%;margin: 0 auto;}
.index2_content{width: 100%;margin: 0 auto;margin-top: 50px;}
.index2_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index2_content ul li{width: 30%;}

.index2_content ul li .icon{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.index2_content ul li .icon img{max-width: 100%;width: 100px !important;height: 100px !important;}
.index2_content ul li .textbox{width: 100%;text-align: center;}
.index2_content ul li .textbox h3{margin-top: 24px;margin-bottom: 10px;font-size: 18px;color: #c3c3c3;}
.index2_content ul li .textbox p{font-size: 16px;color: #c3c3c3;opacity: 0.8;}



.index3box{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}
.index3{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.index3_left{width: 40%;}
.index3_right{width: 50%;}

.index3_left .title{width: 100%;font-size: 0;}
.index3_left .title img{max-width: 100%;width: auto;}

.btnbox{margin-top: 77px;}
.btnbox .btn{display: inline-block;width: 140px;height: 40px;background-color: rgba(0,0,0,0);border-radius: 30px;line-height: 40px;text-align: center;border: 1px solid #ffdfb4;color: #ffdfb4;font-size: 14px;cursor: pointer;}
.btnbox .btn:hover{background-color: #d6ab6c;color: #fff;}
.index3_left .btnbox{text-align: left;}
.index3_left .m_title{text-align: left;}
.index3_left .m_title:after{left: 0;transform: translateX(0);}
.index3_left .desc{font-size: 16px;color: #929496;line-height: 25px;text-align: left;margin-top: 40px;margin-bottom: 60px;}

.index3_right ul{display: flex;flex-wrap: wrap;}
.index3_right ul li{width: 50%;margin-bottom: 80px;}
.index3_right ul li .icon{width: 100%;font-size: 0;}
.index3_right ul li .icon img{max-width: 100%;width: auto;height: 60px;}
.index3_right ul li .textbox{width: 100%;text-align: left;}
.index3_right ul li .textbox h3{margin-top: 24px;margin-bottom: 10px;font-size: 18px;color: #c3c3c3;}
.index3_right ul li .textbox p{font-size: 16px;color: #c3c3c3;opacity: 0.8;}


.index4box{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}
.index4{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.index4 img{max-width: 100%;width: auto;}


.index5box{width: 100%;margin: 0 auto;}
.index5{width: 100%;margin: 0 auto;}
.index5 .m_title:after{width: 100%;}
.index5 .m_title{display: flex;align-items: flex-end;justify-content: space-between;}
.index5 .m_title p{text-align: left;}
.index5 .m_title a{font-size: 14px;color: #d6ab6c;}
.index5 .m_title a i{margin-left: 20px;font-size: 25px;}
.index5_content{width: 100%;margin: 0 auto;position: relative;margin-top: 76px;}
.index5_content .a{
    position: absolute;
    right: 0;
    top: -55px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    color: #ffdfb4;
    cursor: pointer;
}
.index5_swiper{width: 85%;margin: 0 auto;}
.index5_content .index5_prev{
    cursor: pointer;
    width: 40px;height: 40px;border-radius: 50%;left: 0;top: 50%;transform: translateY(-50%);overflow: hidden;position: absolute;
}
.index5_content .index5_next{
    cursor: pointer;
    width: 40px;height: 40px;border-radius: 50%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);overflow: hidden;
}
.index5_content .index5_prev img,.index5_content .index5_next img{width: 100%;height: 100%;}

.index5_swiper .swiper-slide{background-color: transparent;}
.index5_swiper .swiper-slide .slide_inner{width: 100%;}
.index5_swiper .swiper-slide .slide_inner .imgbox{width: 100%;font-size: 0;}
.index5_swiper .swiper-slide .slide_inner .imgbox img{width: 100%;}
.index5_swiper .swiper-slide .slide_inner .textbox{width: 100%;padding: 24px 26px;background-color: rgba(76,83,105,.4);color: #fff;height: 200px;text-align: left;position: relative;}
.index5_swiper .swiper-slide .slide_inner .textbox h3{margin-bottom: 8px;}
.index5_swiper .swiper-slide .slide_inner .textbox h3 a{color: #fff;font-size: 16px;}
.index5_swiper .swiper-slide .slide_inner .textbox p{font-size: 14px;color: #999;}

.index5_swiper .swiper-slide .slide_inner .textbox .btnbox{margin: 0;position: absolute;left: 100px;bottom: 20px;}
.index5_swiper .swiper-slide .slide_inner .textbox .btnbox .btn{width: 106px;height: 32px;line-height: 32px;}




.index6box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;position: relative;}
.index6{width: 100%;margin: 0 auto;}

.index6 .title{width: 100%;font-size: 0;max-width: 820px;margin: 0 auto;}
.index6 .title img{max-width: 100%;width: auto;}

.index6_content{width: 100%;margin: 0 auto;max-width: 820px;margin-top: 60px;}
.index6_content .img2{width: 100%;display: flex;justify-content: space-between;margin-bottom: 20px;}
/*.index6_content .img2{width: 100%;display: flex;justify-content: center;margin-bottom: 20px;}*/
.index6_content .img2 .imgbox{width: 48%;font-size: 0;}
.index6_content .img2 .imgbox img{width: 100%;}
.index6_content .desc{font-size: 18px;color: #929292;margin-bottom: 40px;}


.index7box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;position: relative;}
.index7{width: 100%;margin: 0 auto;}
.index7_content{width: 100%;margin: 0 auto;max-width: 820px;margin-top: 60px;}
.index7_content ul li{width: 100%;margin-bottom: 20px;display: flex;justify-content: space-between;}
.index7_content ul li .imgbox{width: 30%;font-size: 0;}
.index7_content ul li .textbox{width: 66%;text-align: left;}
.index7_content ul li .imgbox img{width: 100%;}

.index7_content ul li .textbox h3{font-size: 20px;color: #fff;margin-bottom: 10px;}
.index7_content ul li .textbox p{font-size: 16px;color: #929496;margin-bottom: 20px;}
.index7_content ul li .textbox .banner_btn{padding: 8px 20px;font-size: 16px;}


.index8box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;position: relative;}
.index8{width: 100%;margin: 0 auto;}
.index8_content{width: 100%;margin: 0 auto;max-width: 820px;margin-top: 60px;}
.index8_content .desc{font-size: 18px;color: #929292;margin-top: 50px;margin-bottom: 40px;}
.index8_content .index8_btn{font-size: 14px;color: #d6ab6c;text-align: center;}
.index8_content .index8_btn i{margin-left: 20px;}

.index8_content .index8_input{position: relative;width: 100%;margin-top: 40px;}
.index8_content .index8_input .text{width: 100%;background-color: #fff;border-radius: 40px;height: 80px;line-height: 80px;padding-left: 60px;}
.index8_content .index8_input i{position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.index8_content .index8_input i img{max-width: 100%;width: auto;height: 30px;}
.index8_content .index8_input .input_btn{position: absolute;width: 120px;height: 60px;right: 10px;top: 50%;transform: translateY(-50%);background-color: #e0b070;color: #fff;font-size: 18px;line-height: 60px;border-radius: 50px;}


.footer{line-height: 20px;color: #858487;font-size: 12px;text-align: center;position: absolute;bottom: 0;left: 0;width: 100%;}
.footer .wapper{display: flex;align-items: center;height: 100px;}
.footer p{margin-right: 40px;}
.footer .ewmbox{position: absolute;right: 30px;bottom: 60px;}
.footer .ewmbox img{max-width: 100%;width: auto;height: 120px;}


/* 平台类产品 */
.platformbox{width: 100%;margin: 0 auto;}
.platform{width: 100%;margin: 0 auto;}
.platform_tab{width: 100%;margin: 0 auto;}
.platform_tab ul{display: flex;align-items: center;justify-content: center;}
.platform_tab ul li{width: 400px;line-height: 50px;color: #8493ad;font-size: 16px;border-bottom: 2px solid #fff;cursor: pointer;transition: all .2s linear;text-align: center;background-color: #F8FAFF;}
.platform_tab ul li:hover{color: #172e5f;}
.platform_tab ul li.on{color: #fff;border-bottom: 2px solid #3f58fd;background-color: #3f58fd;}

.platform_box ul li{width: 100%;margin: 0 auto;}
.platform_box ul li .imgbox{width: 100%;font-size: 0;}
.platform_box ul li .imgbox img{width: 100%;}


.consultingbox{width: 100%;margin: 0 auto;}
.consulting{width: 100%;margin: 0 auto;}
.consulting .imgbox{width: 100%;font-size: 0;}
.consulting .imgbox img{width: 100%;}


.tech1box{width: 100%;margin: 0 auto;padding-top: 80px;padding-bottom:80px;background-size: 100% 100%;min-height: 100vh;background-repeat: no-repeat;}
.tech1box .wapper{padding: 100px 50px;background-color: #fff;}
.tech1{width: 100%;margin: 0 auto;}

.tech1_title{text-align: center;width: 100%;}
.tech1_title h1{font-size: 28px;color: #333;line-height: 40px;font-weight: bold;}
.tech1_title h3{
    font-size: 14px;
    line-height: 20px;
    color: #b2b2b2;
    margin-bottom: 50px;
    margin-top: 10px;
}
.tech1_content{width: 100%;margin: 0 auto;}
.tech1_content ul li{width: 100%;margin-bottom: 32px;}
.tech1_content ul li .li_inner{width: 100%;padding: 32px;box-shadow: 0 6px 14px 0 rgb(72 115 200 / 10%);border-radius: 6px;background: hsla(0,0%,99.2%,.34);border: 1px solid #f6f7f9;display: flex;justify-content: space-between;}

.tech1_content ul li .li_inner .li_left{width: 470px;height: 230px;order: 0;font-size: 0;}
.tech1_content ul li .li_inner .li_right{order: 1;sposition: relative;flex: 1;padding: 22px 44px;}
.tech1_content ul li .li_inner .li_left img{width: 100%;height: 100%;object-fit: cover;}

.tech1_content ul li .li_inner .li_right img{position: absolute;z-index: 1;max-width: 100%;width: auto;left: 0;top: 0;width: 64px;}
.tech1_content ul li .li_inner .li_right .desc{position: relative;z-index: 2;}
.tech1_content ul li .li_inner .li_right .desc h3{font-size: 20px;color: #333;margin-bottom: 16px;font-weight: bold;}
.tech1_content ul li .li_inner .li_right .desc p{color: #676767;line-height: 24px;font-size: 16px;}


.tech1_content ul li:nth-child(2n) .li_inner .li_left{order: 1;}
.tech1_content ul li:nth-child(2n) .li_inner .li_right{order: 0;}

.tech2{width: 100%;margin: 0 auto;}
.tech2_content{width: 100%;font-size: 0;}
.tech2_content img{width: 100%;}

.tech3{width: 100%;margin: 0 auto;margin-top: 30px;}
.tech3_content{width: 100%;display: flex;justify-content: space-between;}
.tech3_content img{width: 141px;height: 200px;}
.tech3 p{font-size: 16px;color: #000;text-align: center;margin-top: 15px;}


.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;background-color: #fff;padding: 50px 95px;}

.news ul li{width: 100%;margin-bottom: 30px;display: flex;}

.news ul li .date{display: inline-block;width: 50px;padding-top: 20px;font-size: 22px;font-weight: 500;color: #9f6920;}
.news ul li .li_inner{flex: 1;padding-left: 24px;}
.news ul li .li_inner .title{width: 100%;font-size: 14px;font-weight: 400;color: #999;padding: 8px 0;border-bottom: 1px solid #f6f6f6;}
.news ul li .li_inner .li_content{width: 100%;display: flex;}
.news ul li .li_inner .li_content .text{flex: 1;}

.news ul li .li_inner .li_content .img{margin-top: 25px;margin-left: 20px;width: 168px;height: 108px;background: #fbf9f5;border-radius: 2px;text-align: center;overflow: hidden;}
.news ul li .li_inner .li_content .img img{width: 100%;cursor: pointer;}
.news ul li .li_inner .li_content .img img:hover{transform: scale(1.1); /* 鼠标悬停时放大图片 */; opacity:0.8;}

.news ul li .li_inner .li_content .text h3{margin-top: 16px;}
.news ul li .li_inner .li_content .text h3 a{font-size: 18px;color: #333; font-weight: bold}
.news ul li .li_inner .li_content .text p{padding: 10px 0;font-size: 16px;color: #2c3e50;max-height: 60px;}
.news ul li .li_inner .li_content .text h3:hover{transform: scale(1.1); /* 鼠标悬停时放大图片 */; opacity:0.8;cursor: pointer;}
.news ul li .li_inner a{font-size: 14px;color: #9f6920;}



.main{position: relative;min-height: 100vh;min-width: 1280px;background-repeat: no-repeat;background-size: 100% 100%;padding-top: 120px;padding-bottom: 100px;}


.ecosystem1box{width: 100%;margin: 0 auto;background-color: #f6f6f6;padding: 48px 30px;}
.ecosystem1{width: 100%;margin: 0 auto;}
.ecosystem1_content{width: 100%;margin: 0 auto;font-size: 0;}
.ecosystem1_content img{width: 100%;}


.ecosystem2box{width: 100%;margin: 0 auto;background-color: #fff;padding: 48px 30px;}
.ecosystem2{width: 100%;margin: 0 auto;}

.ecosystem2 .item{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;margin-bottom: 30px;}

.ecosystem2 .item .imgbox{width: 192px;font-size: 0;}
.ecosystem2 .item .imgbox img{width: 100%;}
.item_content{flex: 1;margin-left: 20px;}
.item_content ul li{margin: 0 !important;display: flex;}
.item_content ul li img{width: 160px;height: 70px;margin: 0;display: inline-block;}

.item_content3 ul{display: flex;flex-wrap: wrap;}
.item_content3 ul li{width: 20%;font-size: 0;}
.item_content3 ul li img{width: 100%;}



.aboutbox{width: 100%;margin: 0 auto;background-color: #f7f8fd;padding-bottom: 80px; }
.about{width: 100%;margin: 0 auto;box-shadow: 0 3px 24px 0 rgb(0 0 0 / 5%);background-color: #fff;margin-top: -140px;position: relative;z-index: 2;}

.about_tab{width: 100%;height: 140px;}
.about_tab ul{display: flex;height: 100%;}
.about_tab ul li{width: 20%;position: relative;height: 100%;cursor: pointer;}
.about_tab ul li.on:after{content: "";position: absolute;bottom: -10px;left: 50%;margin-left: -8px;border-left: 8px solid rgba(0,0,0,0);border-right: 8px solid rgba(0,0,0,0);border-top: 10px solid #deb78c;}
.about_tab ul li.on{background-color: #deb78c;}
.about_tab ul li .li_inner{height: 100%;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.about_tab ul li .li_inner .icon{width: 60px;height: 42px;display: inline-block;background-size: contain;background-repeat: no-repeat;background-position: 50%;}
.about_tab ul li .li_inner p{margin-top: 6px;margin-bottom: 10px;font-size: 16px;color: #deb78c;}
.about_tab ul li.on .li_inner p{color: #fff;}

.about_box{width: 100%;margin: 0 auto;}
.about_box ul li{background-color: #fff;padding: 45px 78px;}
.about_box ul li .li_inner{width: 100%;}
.about_title{width: 100%;text-align: center;margin-bottom: 50px;position: relative;}
.about_title h3{font-size: 26px;color: #333;line-height: 34px;}
.about_title p{margin-top: 4px;}
.about_title p span{padding: 0 4px;background-color: #fff;font-size: 14px;color: #929292;position: relative;z-index: 2;}
.about_title:after{position: absolute;bottom: 16%;left: 2%;width: 96%;content: "";border-bottom: 1px solid #f0f1f4;z-index: 1;}

.about_content{width: 100%;}
.about_content p{font-size: 15px;color: #333;line-height: 24px;padding: 10px 0;}








.team_content{width: 100%;margin: 0 auto;}
.team_content dl dd{width: 100%;margin-bottom: 100px;display: flex;justify-content: space-between;}
.team_content dl dd .imgbox{width: 306px;margin-right: 56px;order: 0;font-size: 0;}
.team_content dl dd .textbox{flex: 1;order: 1;}
.team_content dl dd:nth-child(2n) .imgbox{order: 1;}
.team_content dl dd:nth-child(2n) .textbox{order: 0;}

.team_content dl dd .imgbox img{width: 100%;}

.team_content dl dd .textbox h3{position: relative;font-size: 32px;font-weight: 700;margin-top: 38px;margin-bottom: 26px;padding-left: 16px;padding-right: 16px;display: inline-block;color: #333;}
.team_content dl dd .textbox h3:after{content: "";position: absolute;right: 0;bottom: -6px;width: 22px;height: 22px;background-image: url(/template/1/htkg/images/icon6.png);background-repeat: no-repeat;background-size: 100%;}
.team_content dl dd .textbox h3::before{content: "";position: absolute;left: 0;top: -6px;width: 22px;height: 22px;background-image: url(/template/1/htkg/images/icon5.png);background-repeat: no-repeat;background-size: 100%;}

.team_content dl dd .textbox h3 span{margin-left: 20px;font-size: 16px;color: #666;font-weight: 400;}

.team_content dl dd .textbox .desc{font-size: 16px;color: #666;}
.team_content dl dd .textbox .desc p{margin-bottom: 30px;}

.c_item{margin-bottom: 50px;}
.c_item1_content{width: 100%;}
.c_item1_content dl{display: flex;flex-wrap: wrap;justify-content: center;}
.c_item1_content dl dd{position: relative;width: 260px;height: 300px;margin: 0 20px;background: #fff;-webkit-box-shadow: 0 4px 20px 0 hsl(0deg 0% 77% / 25%);box-shadow: 0 4px 20px 0 hsl(0deg 0% 77% / 25%);border-radius: 8px;overflow: hidden;}
.c_item1_content dl dd .imgbox{width: 100%;font-size: 0;}
.c_item1_content dl dd .imgbox img{width: 100%;}
.c_item1_content dl dd .textbox{width: 100%;padding: 30px 20px;}
.c_item1_content dl dd .textbox h3{font-size: 26px;font-weight: 600;color: #dfbc8a;line-height: 30px;margin-bottom: 18px;}
.c_item1_content dl dd .textbox p{color: #666;font-size: 15px;padding: 10px 0;}


.c_item2_content{width: 100%;}
.c_item2_content dl{display: flex;flex-wrap: wrap;}
.c_item2_content dl dd{width: 23.5%;margin-right: 2%;margin-bottom:20px;position: relative;}
.c_item2_content dl dd:nth-child(4n){margin-right: 0;}
.c_item2_content dl dd .imgbox{width: 100%;margin: 0 auto;}
.c_item2_content dl dd .imgbox img{width: 100%;}
.c_item2_content dl dd .textbox{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);text-align: center;}
.c_item2_content dl dd .textbox p{font-size: 16px;letter-spacing: 8px;color: #fff;margin-bottom: 8px;}
.c_item2_content dl dd .textbox p:nth-child(2){letter-spacing: 0;}

.c_item3{width: 100%;}
.c_item3 .imgbox{width: 100%;font-size: 0;}
.c_item3 .imgbox img{width: 100%;}



.develop{width: 100%;margin: 0 auto;}
.d_item1{width: 100%;}
.d_item1 .title{
    width: 128px;
    height: 51px;
    line-height: 40px;
    text-align: center;
    background-image: url(/template/1/htkg/images/d_bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}

.d_item1 .d_item1_list{width: 100%;max-width: 100%;margin: 0 auto;}
.d_item1 .d_item1_list dl{width: 100%;position: relative;padding-bottom: 40px;}
.d_item1 .d_item1_list dl:after{position: absolute;left: 50%;top: 0;width: 1px;background-color: #ffdfb4;height: 100%;content: "";}
.d_item1 .d_item1_list dl dd{display: flex;justify-content: space-between;width: 100%;position: relative;padding-top: 20px;align-items: center;font-size: 16px;color: #666;}
.d_item1 .d_item1_list dl dd .left{width: 45%;padding: 14px 20px;border: 1px solid #d9b58a;position: relative;display: inline-block;order: 0;}
.d_item1 .d_item1_list dl dd .left:after{
    left: auto;
    right: -1px;
    -webkit-transform: translate(50%,-50%) rotate(45deg);
    -ms-transform: translate(50%,-50%) rotate(45deg);
    transform: translate(50%,-50%) rotate(45deg);
    border: 1px solid #d9b58a;
    border-bottom: none;
    border-left: none;
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    z-index: 4;
    top: 50%;
}
.d_item1 .d_item1_list dl dd .right{width: 45%;order: 1;}
.d_item1 .d_item1_list dl dd:after{position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-radius: 50px;background-color: #d9b58a;border: 6px solid #f7f0e8;transform: translateX(-49%);z-index: 9;content: "";}
.clearfix:hover {transform: scale(1.1); /* 鼠标悬停时放大图片 */cursor: pointer;}



.d_item1:nth-child(2n) .d_item1_list dl dd .left{order: 1;}
.d_item1:nth-child(2n) .d_item1_list dl dd .right{order: 0;text-align: right;}
.d_item1:nth-child(2n) .d_item1_list dl dd .left:after{left: -10px;right: auto;border-top: none;border-right: none;border-bottom: 1px solid #d9b58a;border-left: 1px solid #d9b58a;}




.contact1{width: 100%;position: relative;margin-bottom: 60px;}
.contact1 .a{position: absolute;right: 15px;top: 22px;font-size: 13px;color: #c99959;cursor: pointer;}

.contact1_content{width: 100%;margin: 0 auto;}
.contact1_content dl{display: flex;flex-wrap: wrap;}
.contact1_content dl dd{width: 23.5%;margin-bottom: 20px;margin-right: 2%;}
.contact1_content dl dd .imgbox{width: 100%;font-size: 0;position: relative;}
.contact1_content dl dd .imgbox img{width: 100%;}
.contact1_content dl dd .imgbox span{left: 50%;top: 50%;position: absolute;transform: translate(-50%,-50%);font-size: 16px;color: #fff;}

.contact1_content dl dd .textbox{width: 100%;text-align: center;}
.contact1_content dl dd .textbox p{margin: 16px 0 6px 0;color: #707070;font-size: 13px;line-height: 18px;}
.contact1_content dl dd .textbox a{font-size: 13px;color: #c99959;line-height: 18px;}

.contact2{width: 100%;margin: 0 auto;}
.contact2_content{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1037px;
    height: 200px;
    background-color: #031022;
    border-radius: 2px;
    background-size: cover;
    padding: 55px 52px;
}
.contact2_content dl{display: flex;width: 100%;}
.contact2_content dl dd{width: 33.33%;}
.contact2_content dl dd h3{font-size: 18px;margin-bottom: 12px;padding-left: 15px;position: relative;color: #fff;}
.contact2_content dl dd h3::before{width: 3px;height: 100%;background-color: #fff;content: "";position: absolute;left: 0;top: 0;}
.contact2_content dl dd .desc{color: #fff;font-size: 14px;line-height: 24px;}
.contact2_content dl dd .desc i{margin-right: 5px;}





<!--耗时1753952801.7174秒-->