z@charset "UTF-8";

@font-face {
    font-family: 'montserrat_thin';
    src: url("../font/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: 'montserrat_thin';
    src: url("../font/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: 'montserrat_thin';
    src: url("../font/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf") format("truetype");
    /*font-weight: 700; 默认字体  */
}
@font-face {
    font-family: 'montserrat_thin';
    src: url("../font/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf") format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: 'montserrat_thin';
    src: url("../font/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf") format("truetype");
    font-weight: 900;
}

html{margin: 0;padding: 0;}
body{margin: 0;padding: 0;font-family:'montserrat_thin', sans-serif;font-size: 16px;overflow-x:hidden;}
table,td,tr,ul,ol,li,dl,dd,dt,p,input,form,em,p,img,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li {margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color: #333333}
img{display: block}
input,textarea{outline: none;}
button{padding: 0;background-color: unset}
.img{position: relative;display: block;}
.img img{position: absolute;width: 100%;height: 100%;object-fit: cover;}
.nowrap{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.line_num{display: -webkit-box;-webkit-box-orient:vertical;overflow: hidden;text-overflow:ellipsis;}
:root{
    --fz12:12px;
    --fz13:13px;
    --fz14:14px;
    --fz15:15px;
    --fz16:16px;
    --fz17:17px;
    --fz18:18px;
    --fz19:19px;
    --fz20:20px;
    --fz22:22px;
    --fz23:23px;
    --fz24:24px;
    --fz25:25px;
    --fz26:26px;
    --fz28:28px;
    --fz29:29px;
    --fz30:30px;
    --fz31:31px;
    --fz32:32px;
    --fz33:33px;
    --fz34:34px;
    --fz35:35px;
    --fz36:36px;
    --fz38:38px;
    --fz39:39px;
    --fz40:40px;
    --fz44:44px;
    --fz45:45px;
    --fz50:50px;
    --fz69:69px;
    --fz78:78px;
}

.main_width{width: 62.5%;margin: 0 auto;min-width: 1200px;transition: all .5s;}
.index_top{background-color: rgb(226, 226, 226);border-bottom: 1px solid #cccccc;width: 100%}
.index_top .inner{display: flex;justify-content: space-between;padding: 6px 0 8px;}
.index_top .inner .left{width: 6.25%;display: flex;justify-content: space-between;}
.index_top .inner .left .icon{color: #000000;height: 18px;}
/*.index_top .inner .left i{color: #000000;}*/
.index_top .inner .left .icon:nth-of-type(1){width: 18px;font-size: var(--fz18);}
.index_top .inner .left .icon:nth-of-type(2){font-size: var(--fz22);}
.index_top .inner .left .icon:nth-of-type(3){font-size: var(--fz22);}
.index_top .inner .right{width: 59.333%;min-width: 715px;}
.index_top .inner .right>ul{display: flex;justify-content: space-between;align-items: center;}
.index_top .inner .right>ul>li{padding: 0 2px;}
.index_top .inner .right>ul>li>a{font-size: var(--fz12);white-space: normal;color: #0a0a0a;letter-spacing: 1px;}
.head{display: flex;justify-content: space-between;position: relative;align-items: center;height: 75px;}
.head_father.active{position: fixed;top: 0;left: 0;z-index: 4;width: 100%;background-color: #ffffff;}
.head_father{border-bottom: 1px solid #999999;}
/*手机端菜单*/
.head .menu{display: none;}
.head .close_menu{display: none;}
.head .logo{width: 15.75%;min-width: 189px;}
.head .logo img{max-width: 100%;height: 45px;}
.head .inner{display: flex;justify-content: flex-start;margin-left: auto;}
.head .inner .list>ul{display: flex;justify-content: space-between;}
.head .inner .list>ul>li{margin: 0 9px;height: 75px;}
.head .inner .list>ul>li>a{font-size: var(--fz14);color: #555555;letter-spacing: 1px;line-height: 75px;margin-right: 6px;font-weight: 900}
.head .inner .list .icon{font-size: 12px;font-weight: bolder;}
.head .inner .list .exist{position: relative;}
/*鼠标触发hover，第二级.dropdown元素出现*/
.head .inner .list .exist .drop{display: none;position: absolute;top: 75px;left: 0;background-color: #ffffff;z-index: 2;border-top: 3px solid #13aff0;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);}
.head .inner .list .exist a:hover{color: #001689;}
/*.head .inner .list .exist .icon:hover{color: #001689}*/
.head .inner .list .exist:hover .drop{display: block}
.head .inner .list .exist .drop>ul>li a{font-size: var(--fz13);color: #555555;border-top: 1px solid #7A7A7A;margin: 0 auto;height: 44px;width: auto;white-space: nowrap}
.head .inner .list .exist .drop>ul>li{position: relative;}
.head .inner .list .exist .drop>ul>li a {display: flex;justify-content: space-between;align-items: center;padding: 0 15px;}
.head .inner .list .exist .drop>ul>li .down{position: absolute;top: 2px;left: 195px;background-color: #ffffff;z-index: 4}
/*鼠标触发第二级hover,第三级 .down元素出现*/
.head .inner .list .exist .down{display: none;border-top: 3px solid #13aff0}
/*.head .inner .list .exist:hover .drop:hover .down{display: block;}*/
.head .inner .list .drop:hover>ul>li:hover .down{display: block;}
.head .inner .list .drop:hover>ul>li a:hover{color: #001689;background-color: rgb(248, 248, 248);transition: all 0.5s;}
.head .right .icon{font-size: 20px;}
.head .inner .right{width: 38px;display: flex;align-items: center;cursor: pointer;justify-content: center;}
.top_search{display: none;position: relative;}
.top_search.active{display: block;}
.top_search .search_input{position:absolute;top: 37px;right: 0;z-index: 5;}
.top_search .search_input .inner_search{padding: 15px;background-color: #ffffff;border-top: 2px solid #13aff0;box-shadow: 0 2px 7px rgb(0 0 0 / 10%);}
.top_search .search_input .inner_search input{width: 206px;height: 28px;padding: 6px 12px;}
header .frame{width: 100%;height: 20px;}
.top_search .search_input .inner_search form{display: flex;justify-content: space-between}
.top_search .search_input .inner_search button{background-color: #ffffff;border: 1px solid rgb(118, 118, 118);white-space: nowrap;width: 50px;margin-left: 2px;cursor: pointer;}
.top_search .search_input .inner_search button:hover{color: #001689}


.designer_bg{width: 100%;position: relative;}
/*手机端图片*/
.designer_bg .phone_img{display: none;}

.designer_bg .img{padding-bottom: 39.5%;}
.designer_bg img{width: 100%;object-fit: cover;}
.designer_bg .designer{display: flex;position: absolute;top: 38%;left: 50%;transform: translate(-50%,-50%);z-index: 1;justify-content: center;}
.designer_bg .designer a{width: 180px;height: 39px;font-size: var(--fz15);color: #ffffff;background-color: #00923f;border-radius: 50px;text-align: center;line-height: 39px;}

.solutions{padding: 10px;}
.solutions .our{padding: 20px 0;}
.solutions .our{display: flex;flex-direction: column;align-items: center;}
.solutions .our h1{font-size: var(--fz36);text-align: center;letter-spacing: 1px;font-weight: 900;}
.solutions .our .line_num{-webkit-line-clamp: 2;}
.solutions .our p{font-size: var(--fz16);color: #00923f;line-height: 28px;}
.solutions .our .frame{width: 141px;margin: 20px 0;border-bottom: 3px solid #00923f}
.solutions .featured{padding: 30px 0}
.solutions .featured h1{font-size: var(--fz39);text-align: center;padding: 10px 0;letter-spacing: 1px;font-weight: 900;}
.solutions .featured .fea_pro{width: 75.833%;margin: 0 auto;}
.solutions .featured .products{display: grid;grid-template-columns: repeat(4,23.297%);grid-gap: 20px;justify-content: space-between;}
.solutions .featured .products .img{padding-bottom: 100%;cursor: pointer;}

.custom_bg{position: relative;background-image: url("../img/ele.png");}
.custom_bg p{font-size: var(--fz16);color: #FDFDFD;letter-spacing: 1px;}
.custom_bg span{font-size: var(--fz15);color: #ffffff;font-weight: bolder;}
.custom_bg .custom .inner{display: flex;justify-content: space-between;padding: 18px 0;align-items: center;}
/*.custom_bg .custom .img{padding-bottom: 5%;width: 4.25%;}*/
.custom_bg .custom .p_img img{width: 51px;height: 55px;}
.custom_bg .custom .middle{width: 69.833%;display: flex;flex-direction: column;justify-content: center;}
.custom_bg .custom .a_img{width: 247px;height: 39px;display: flex;align-items: center;}
.custom_bg .custom a{width: 247px;height: 39px;background-color: #00923f;border-radius: 3px;line-height: 39px;text-align: center;display: block;}
.serve h1{font-size: var(--fz39);text-align: center;padding: 50px 0;font-weight: 900}
.serve .serve_img{width: 69.983%;margin: 0 auto;}
.serve .serve_img .inner{padding-bottom: 50px;display: grid;grid-template-columns: repeat(4,25%);grid-row-gap: 10px;;justify-items: center;}
.serve .serve_img .inner p{font-size: var(--fz14);color: #7A7A7A;text-align: center;font-weight: 500;}
.serve .serve_img .inner img{max-width: 100%;}
.serve .serve_img .inner .p_img{width: 61.46%;display: flex;flex-direction: column;align-items: center;}
.our_bg{margin: 10px 0;} 
.our_bg .our_service{background-image: url("../img/our_service.png")}
.our_bg h1{font-size: var(--fz39);text-align: center;margin-bottom: 40px;font-weight: 900}
.our_bg .line_num{-webkit-line-clamp: 7;}
.our_bg p{font-size: var(--fz16);padding-top: 20px;line-height: 28px;margin-bottom: 20px;color:#ffffff}
/*.our_bg .img{padding-bottom: 25%;}*/
.our_bg .list{width: 100%;}
.our_bg .list .inner{width: 83.333%;margin: 0 auto;display: flex;justify-content: space-between;padding: 45px 0;}
.our_bg .list .inner .list_inner{width: 25%;padding: 10px;}
.our_bg .list .inner .list_inner:hover{background-color:#00923f6b;transition: all 0.5s;}
.our_bg .list .inner .list_inner a{font-size: 15px;color: #6b9b1e;display: block;width: 100%;border: 1px solid #6b9b1e;padding: 12px 0;border-radius: 10px;text-align: center;background-color: #edf1f4;margin-top: 20px;}
.our_bg .list .inner .list_inner .p_img{display: flex;justify-content: center;height: 83px;width: 100%;}

.story h1{text-align: center;font-size: var(--fz39);padding-bottom: 20px;font-weight: 900}
.story span{font-size: var(--fz15);color: #2e2e2e;font-weight: 700}
.story a{color: #00923f;font-weight: 800;}
.story .story_img{display: flex;justify-content: space-around;background-color:#e9e9e975;padding: 20px 10px;margin: 20px 0;}
.story .story_img .img{padding-bottom: 21%;width: 30.66%}

footer{background-color: #1b5c90;width: 100%;color: #ffffff;padding: 24px 0;}
.sate_foot{display: flex;justify-content: space-between;}
.sate_foot .list{width: 30.833%}
.sate_foot .list h4{font-size: var(--fz14);border-left: 2px solid #00923f;margin-bottom: 20px;padding-left: 15px;line-height: 15px;}
.sate_foot .list a p{color: #ffffff;}
.sate_foot .list p{font-size: var(--fz13);padding: 8px 0}

.sate_foot .list .p_img{padding-top: 20px;max-width: 100%}
.sate_foot .list:nth-of-type(1) p{border-bottom: 1px solid #e9e9e9}
.sate_foot .list:nth-of-type(2) p{border-bottom: 1px solid #e9e9e9}
.sate_foot .list:nth-of-type(3) a p:hover{color: #13AFF0;transition: all 0.5s;}

footer .sate_foot .p_img img{max-width: 100%}


/*service页面*/
.technical_bg{background-image: url("../img/service_banner.png");background-size: cover;background-repeat: no-repeat;background-position: center center;}
.technical_bg .technical{width: 46.875%;margin: 0 auto;padding: 138px 0;}
.technical_bg .technical .technical_inner{width: 50%;}
.technical_bg .technical h1{font-size: var(--fz44);line-height: 50px;font-weight: 900;}
.technical_bg .technical .text{padding: 26px 0;}
.technical_bg .technical p{font-size: var(--fz20);color: #333333;padding: 8px 0}
.technical_bg .technical a{font-size: var(--fz20);color: #ffffff;background-color: #003b4b;display: block;width: 197px;padding: 10px 0;text-align: center;border-radius: 20px;margin-top: 20px;}

.index_introduce{width: 48.438%;margin: 0 auto;}
.index_introduce .introduce{padding: 50px 0;}
.index_introduce .title{display: flex;position: relative;z-index:2;margin-bottom: -1px;}
.index_introduce .title .top{font-size: var(--fz16);padding: 20px 25px;cursor: pointer;color: #001679;font-weight: 800;margin-right: -1px;}
.index_introduce .title .top.active{border-top: 1px solid #9e9e9e;border-left: 1px solid #9e9e9e;border-right: 1px solid #9e9e9e;border-bottom: 1px solid #ffffff;}
.index_introduce .list{padding: 0 20px;border: 1px solid #9e9e9e;position: relative;z-index: 1;}
.index_introduce .list .list_inner{display: none;}
.index_introduce .list .list_inner img{max-width: 100%;height: auto;}
.index_introduce .list .list_inner.active{display: block;}
.index_introduce .list .list_inner h2{font-size: var(--fz18);padding: 20px 0;font-weight: 900;}
.index_introduce .list .list_inner p{font-size: var(--fz16);line-height: 27px;color: #7A7A7A;}
.index_introduce .little_nav{display: none;}

/*blog页面*/
.blog_categories{display: flex;justify-content: space-between;padding: 30px 0;}
.blog_categories .left{width: 28%;}
.blog_categories .left h4{font-size: var(--fz24);color: #333333;letter-spacing: 1px;font-weight: 800;padding: 0 0 32px 15px;}
.blog_categories .left ul li a{font-size: var(--fz14);color: #333333;display: block;position: relative;margin-left: 24px;height: 29px;line-height: 28px;}
.blog_categories .left ul li:hover{margin-left: -8px;color: #13aff0;transition: all 0.5s;}
.blog_categories .left ul li a::before{content:'';border: 1px solid #929292;width: 10px;height: 10px;border-radius: 50%;position: absolute;top: 8px;left: -24px;margin-right: 20px;}

.blog_categories .right>p{font-size: var(--fz16);color: #333333;}
.blog_categories .right{width: 69.5%;padding-left: 30px;border-left: 1px solid #f1f1f1}
.blog_categories .right .list{display: flex;justify-content: space-between;border-bottom: 1px solid #f1f1f1;padding: 30px 0;}
/*.blog_categories .right .list .line-num{-webkit-line-clamp: 5}*/


.blog_categories .right .img{padding-bottom: 45%;width: 0;flex: 1;position: relative;cursor: pointer;}
.blog_categories .right .img::before:hover{content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);position: absolute;top: 0;left: 0;z-index: 3;}

.blog_categories .right .blog_introduce{width: 49.22%;padding: 6px 0 6px 48px;display: flex;flex-direction: column;justify-content: center;}
.blog_categories .right .blog_introduce .first{padding-bottom: 10px;}
.blog_categories .right .blog_introduce .first span{font-size: var(--fz12)}
.blog_categories .right .blog_introduce .first a{font-size: var(--fz12);color: #13aff0;letter-spacing: 1px;padding: 0 5px;font-weight: 900}
.blog_categories .right .blog_introduce .first a:hover{color: #333333;transition: all 0.5s;}
.blog_categories .right .blog_introduce .second{padding-bottom: 20px;}
.blog_categories .right .blog_introduce .second a{font-size: var(--fz24);color: #333333;font-weight: 900;letter-spacing: 1px;line-height: 34px;}
.blog_categories .right .blog_introduce .second a:hover{color: #0066CC;transition: all 0.5s;}
.blog_categories .right .blog_introduce p{font-size: var(--fz16);color: #333333;margin-bottom: 15px;line-height: 28px;-webkit-line-clamp: 5;}
.blog_categories .right .blog_introduce .third{display: flex;justify-content: space-between;padding-top: 20px;border-top: 1px solid #f1f1f1;}
.blog_categories .right .blog_introduce .third span{font-size: var(--fz12);color: #ABABAB;font-weight: 900;letter-spacing: 1px;text-transform: uppercase;}
.blog_categories .right .blog_introduce .icon{font-size: var(--fz12);}
.blog_categories .right .blog_introduce .icon span{margin-left: 6px;}


.blog_categories .right .blog_introduce.not_img{width: 100%;padding: 30px 0;}


/*.blog_categories .right>.blog_introduce .first{padding-top: 30px;}*/
.blog_categories .right .pages{display: flex;justify-content: flex-end;padding-top: 30px;border-top: 1px solid #f1f1f1}
.blog_categories .right .pages>*{width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: var(--fz18);margin-right: 8px;border: 1px solid #e9e9e9;color: #555555;cursor: pointer;}
.blog_categories .right .pages>*:hover{background-color: #f8f8f8;transition: all 0.5s;}


/*details 页面*/
.details_text{width: 36.98%;margin: 0 auto;}
.details_text .inner_text p{font-size: var(--fz16);line-height: 28px;padding: 12px 0;color: #333333;}
.details_text .inner_text p a{text-decoration: underline;}
.details_text .inner_text .img{width: 100%;padding-bottom: 100%;}
.share{display: flex;justify-content: space-between;border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;width: 57.292%;margin: 24px auto 0;padding: 30px 20px;align-items: center;}
.share p{font-size: var(--fz14);line-height: 40px;color: #333333;font-weight: 900;letter-spacing: 1px;}
.share .icon{font-size: var(--fz16);border: 1px solid #e9e9e9;width: 40px;height: 40px;text-align: center;padding: 12px;border-radius: 50%;margin-right: 5px;cursor: pointer;color: #bbbbbb}
.share .icon:hover{color: #00aced;border-color: #00aced;transition: all 0.5s ease;}
.might_like{width: 57.292%;margin: 0 auto;padding: 30px 20px 80px;}
.might_like h3{font-size: var(--fz14);letter-spacing: 2px;}

.might_like .top{display: grid;justify-content: space-between;padding-top: 30px;grid-template-columns: repeat(4,24.5%)}
/*.might_like .bottom{display: flex;justify-content: space-between;padding-top: 30px;}*/

.might_like .list{display: flex;flex-direction: column;}
.might_like .list a{font-size: var(--fz16);font-weight: 900;text-align: center;padding: 10px 10px;line-height: 26px;}
.might_like .list .icon{font-size: var(--fz12);text-align: center;color: #333333;}
.might_like .list .icon span{padding-left: 5px;}
.might_like .top .list .img{padding-bottom: 75%;}
/*.might_like .top .list:nth-of-type(4) .img{padding-bottom: 75%;}*/
/*.might_like .bottom .list:nth-of-type(1) .img{padding-bottom: 75%;}*/
/*.might_like .bottom .list:nth-of-type(3) .img{padding-bottom: 66%;}*/
.might_like .list .img{position: relative;cursor: pointer;}
.might_like .list .img:hover::before{content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);z-index: 3;top: 0;left: 0;position: absolute;}
/*download页面*/
.free_down{display: flex;flex-direction: column;align-items: center;padding: 50px 0;}
.free_down .img{padding-bottom: 22.5%;width: 22.75%;}
.free_down h1{font-size: var(--fz36);padding: 36px 0;font-weight: 900;color: #333333;}
.free_down p{font-size: var(--fz16);color: #333333;padding: 20px 0;text-align: center;}

/*casestudy页面*/
.case_study{padding: 50px 0;display: flex;justify-content: space-between;}
.case_study .left{width: 20.583%;}
.case_study .left .left_inner{position: fixed;}
.case_study .left h4{font-size: var(--fz24);padding: 0 0 32px;color: #333333;}
.case_study .left p{font-size: var(--fz16);padding: 0 0 22px 10px;color: #333333;}
.case_study .right{width: 67.75%;padding: 10px 10px 10px 40px;border-left: 1px solid #f1f1f1;}
.case_study .right h1{font-size: var(--fz50);color: #333333;text-align: center;padding-bottom: 80px;font-weight: 900}
.case_study .right .list{padding: 50px 0;display: flex;justify-content: space-between;}
/*.case_study .right .list:nth-child(n+2){padding-top: 100px;}*/
.case_study .right .list_inner{padding: 10px;width: 42.911%;}
.case_study .right .list_inner a{font-size: var(--fz29);color: #0066CC;font-weight: 800;letter-spacing: 2px;}
.case_study .right .list_inner ul{padding-top: 40px;}
.case_study .right .list_inner ul li{font-size: var(--fz17);color: #333333;padding: 5px 0 5px 20px;position: relative;line-height: 22px;font-weight: 600}
.case_study .right .list_inner ul li::before{content: '';width: 2px;height: 2px;border: 2px solid #000000;border-radius: 50%;position: absolute;background-color: #000000;top: 10px;left: 0;}
.case_study .right .list .img{width: 0;flex: 1;padding-bottom: 53%;margin: 10px;}
.case_study .right .list .mySwiper{width: 0;flex: 1;padding-bottom: 20px;cursor: pointer;}
.case_study .right .list .mySwiper .img{padding-bottom: 95%;width: 95%;}
.case_study .right .list .mySwiper .swiper-pagination{bottom: 10px;}
.case_study .right .list .mySwiper .icon{font-size: var(--fz25);color: #e6e6e4;font-weight: bolder;}
.case_study .right .list .mySwiper .banner_next{position: absolute;top: 200px;right: 20px;z-index: 3;}
.case_study .right .list .mySwiper .banner_prev{position: absolute;top: 200px;left: 20px;z-index: 3;}


/*about页面*/
/*about页面主体宽度为1100*/
.about_main_width{width: 57.292%;margin: 0 auto;min-width: 1100px;}
.more_life_bg{background-image: url("../img/about01.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 146px 0;}
.more_life_bg .more_inner .text{width: 50%;}
.more_life_bg .more_inner .text h1{font-size: var(--fz36);color: #00923f;font-weight: bolder;padding-bottom: 30px;font-weight: 900}
.more_life_bg .more_inner .text p{font-size: var(--fz16);color: #7A7A7A;line-height: 30px;padding-bottom: 40px;}
.more_life_bg .more_inner .text a{font-size: var(--fz15);color: #ffffff;display: block;background-color: #003b4b;padding: 10px 24px;width: 106px;border-radius: 20px;text-align: center;}
.explain{width: 48.438%;margin: 0 auto;min-width: 930px;padding: 50px 0;}
.explain h2{font-size: var(--fz20);color: #000000;text-align: center;padding-bottom: 20px;font-weight: 900}
.explain p{font-size: var(--fz16);color: #7A7A7A;line-height: 30px;}
.explain .img{padding-bottom: 26%;width: 44.396%;float: right;margin-left: 24px;border-radius: 5px;}
.explain_inner img{max-width:100%;height:autoj;display:unset}

/*contact 页面*/
.contact_us{padding-bottom: 50px;}
.contact_us .inner{display: flex;justify-content: space-between;padding: 10px;}
.contact_us h1{font-size: var(--fz39);color: #000000;text-align: center;padding-bottom: 30px;font-weight: 900;}
.contact_us .map,
.form{width: 48.276%;}
.contact_us .map .img{padding-bottom: 50px;}
.contact_us p{font-size: var(--fz16);color: #333333;padding-bottom: 20px;font-weight: 800;}
.contact_us .inner .map_icon{display: flex;}
.contact_us .inner .map_icon .inner_icon{padding: 11px;border-radius: 50%;margin-right: 5px;}
.contact_us .inner .map_icon .icon{font-size: var(--fz28);}

.contact_us .form span{display: block;width: 100%;}
.form input{width: 95.714%;height: 28px;padding: 3px 7px;border: 1px solid #666;margin-bottom: 20px;border-radius: 3px;}
.form input:placeholder-shown{font-size: 12px;font-family: 'montserrat', sans-serif}
.form textarea:placeholder-shown{font-size: 12px;font-family: 'montserrat', sans-serif}
.form input:hover{border: 1px solid #66666687;transition: all 0.3s;}
.form textarea{width: 95.714%;padding: 3px 7px;border: 1px solid #666666;height: 182px;margin-bottom: 20px;border-radius: 3px;}
.form .form_inner{width: 75.357%;border: 1px solid #666666;padding: 10px 0;margin-bottom: 20px;}
.form .form_inner p{font-size: var(--fz16);color: #333333;text-align: center;padding-bottom: 0;}
.form .form_inner span{font-size: var(--fz16);color: #FF0000;font-weight: 900;}
.form .form_icon{display: flex;justify-content: center;}
.form .form_icon .icon{font-size: var(--fz35);color: #333333;margin: 15px;cursor: pointer;}
.form .form_input button{background-color: #003b4b;color: #ffffff;font-size: var(--fz16);width: 133px;text-align: center;height: 36px;line-height: 36px;border: none;border-radius: 6px;letter-spacing: 1px;}
.form .form_input button:hover{box-shadow: 0 0 20px #06C;transition: all 0.5s;}


/*solutions页面*/
.lifting_bg{background-image: url("../img/banner02.png");background-size: cover;background-repeat: no-repeat;background-position: center center;color: #ffffff}
.lifting_bg .lifting_right{width: 43.281%;margin-left: auto;padding: 167px 0;}
.lifting_bg .lifting_right h2{padding-bottom: 30px;font-size: var(--fz39);font-weight: 900;}
.lifting_bg .lifting_right ul li{padding: 5px 15px;font-size: var(--fz16);font-weight: 900;position: relative;}
.lifting_bg .lifting_right ul li::before{content: '';width: 5px;height: 5px;background-color: #ffffff;border-radius: 50%;position: absolute;top: 13px;left: 0;}
.lifting_bg .lifting_right a{font-size: var(--fz15);color: #ffffff;display: block;background-color: #F5910B;width: 180px;height: 39px;border-radius: 3px;text-align: center;line-height: 39px;margin-top: 30px;font-weight: 900;}

.text_introduction .top{width: 75.833%;margin: 0 auto;padding: 50px 0 20px 0;}
.text_introduction .top h2{font-size: var(--fz30);text-align: center;padding-bottom: 20px;font-weight: 900}
.text_introduction .top p{font-size: var(--fz16);color: #7A7A7A;line-height: 28px;}
.text_introduction .bottom{width: 94.833%;margin: 0 auto;display: flex;justify-content: space-between;padding-bottom: 40px;}
.text_introduction .bottom .list{width: 29.789%;}
.text_introduction .bottom .list .img{padding-bottom: 100%}
.text_introduction .bottom .list .more{padding: 6px 0;width: 100%;font-size: var(--fz16);background-color: #005BD1;text-align: center;border-radius: 4px;font-weight: 900;margin: 20px 0}
.text_introduction .bottom .list .more a{font-size: var(--fz16);color: #ffffff;}
.text_introduction .bottom .list p{font-size: var(--fz14);color: #7A7A7A;line-height: 26px;}
.text_introduction .final{display: flex;justify-content: space-between;padding-bottom: 40px;}
.text_introduction .final .list{width: 47.452%;display: flex;flex-direction: column;align-items: center;}
.text_introduction .final .list .img{padding-bottom: 66%;width: 66.667%;}
.text_introduction .final .list .more{padding: 6px 0;width: 100%;font-size: var(--fz16);background-color: #005BD1;text-align: center;border-radius: 4px;font-weight: 900;margin: 20px 0}
.text_introduction .final .list .more a{font-size: var(--fz16);color: #ffffff;}
.text_introduction .final .list p{font-size: var(--fz16);color: #7A7A7A;line-height: 26px;}

.application_bg{background-image: url("../img/solutions18.png");background-size: cover;background-repeat: no-repeat;background-position: center center;}
.application_bg .application{width: 75.833%;margin: 0 auto;padding: 10px;}
.application_bg .application h2{font-size: var(--fz20);text-align: center;padding-bottom: 20px;font-weight: 900}
.application_bg .application p{font-size: var(--fz16);color: #050404;line-height: 28px;text-align: center;padding-bottom: 40px;}
.application_bg .application .img_inner{margin-bottom: 20px;}
.application_bg .application .img{padding-bottom: 64%;width: 66.079%;margin: 0 auto;}
.application_bg .application .applicationSwiper{width: 100%;}
.application_bg .application .applicationSwiper .swiper-pagination{bottom: 0}
.feedback{display: flex;flex-direction: column;align-items: center;padding-top: 50px;}
.feedback h2{font-size: var(--fz20);text-align: center;padding-bottom: 20px;font-weight: 900}
.feedback>a{font-size: var(--fz16);text-decoration: underline;text-align: center;font-weight: 900;}
.feedback>a:hover{color: #0066CC;transition: all 0.5s;}
.feedback .feed_bg{background-image: url("../img/solutions40.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 10px 0;width: 100%;margin-top: 30px;}
.feedback .feed_bg .feed{width: 35.938%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.feedback .feed_bg .feed i{font-size: var(--fz50);color: #6ec1e4;padding-left: 56px;}
.feedback .feed_bg .feed a{color: #FCFCFC;font-size: var(--fz20);font-weight: 900;}


.index_cargo{width: 47.396%;margin: 0 auto;display: flex;justify-content: space-between;padding: 50px 0;}
.index_cargo .left{width: 46.923%;}
.index_cargo .right{width: 50.769%;}
.index_cargo .right .inner_form{width: 100%;background-color: #EFEFEF;}
.index_cargo .left h1,
.index_cargo .right h1{font-size: var(--fz20);color: #001689;text-align: center;padding-bottom: 20px;font-weight: 900;}
.index_cargo .left .question li{padding: 15px 0;border-bottom: 1px solid #d4d4d4;cursor: pointer;}
.index_cargo .left .question li h2{font-size: var(--fz16);font-weight: 900;color: #030303;}
.index_cargo .left .question .drop .dropdown{display: none;padding: 15px;}
.index_cargo .left .question .drop.active .dropdown{display: block;}
.index_cargo .left .question .arrow{display: flex;justify-content: flex-start;align-items: center;}
.index_cargo .left .question .arrow .icon{font-size: var(--fz12);color: #000000;padding: 0 12px;}
.index_cargo .left .question .dropdown p{font-size: var(--fz16);line-height: 28px;color: #7A7A7A;padding-bottom: 20px;}

.index_cargo .left .question .drop.active .icon:nth-of-type(1) {display: none;}
.index_cargo .left .question .drop .icon:nth-of-type(2){display: none;}
.index_cargo .left .question .drop.active .icon:nth-of-type(2){display: inline;}
.index_cargo .right .form{width: 89.177%;margin: 0 auto;padding: 25px 0;}
.index_cargo .right .form input,
.index_cargo .right .form textarea{width: 93.177%;background-color: #EFEFEF;}
.index_cargo .right .form .form_input input{width: 133px;height: 36px;background-color: #0066CC;cursor: pointer;}

/*aerial页面*/
.various_bg{background-image: url("../img/aerial01.png");background-size: cover;background-repeat: no-repeat;background-position: center center;width: 100%;}
.various_bg .various{width: 86.458%;margin: 0 auto;display: flex;justify-content: space-between;padding: 90px 0;}
.various_bg .various .img:nth-of-type(1){padding-bottom: 24%;width: 24.639%;}
.various_bg .various .img:nth-of-type(2){padding-bottom: 24%;width: 24.398%;}
.various_bg .various .img:nth-of-type(3){padding-bottom: 24%;width: 23.916%;}
.various_bg .various .various_text{width: 23.687%;}
.various_bg .various .various_text p{font-size: var(--fz19);padding: 10px 0;font-weight: 900;line-height: 36px;}
.various_bg .various .various_text a{display: block;width: 180px;height: 39px;text-align: center;background-color: #FC7102;line-height: 39px;color: #ffffff;font-weight: 900;border-radius: 10px;margin-top: 90px;}
/*.for_sale{width: 48.438%;margin: 0 auto;}*/
.for_sale>h1{font-size: var(--fz23);color: #333333;text-align: center;padding: 10px 0;}
.for_sale .text_p{border-top: 1px solid #A1A1A1;border-bottom: 1px solid #A1A1A1;width: 48.438%;margin: 0 auto;}
.for_sale .text_p p{font-size: var(--fz16);color: #7A7A7A;line-height: 28px;padding: 20px 0 50px;}
.for_sale .list .inner_list{display: flex;justify-content: space-between;}
/*内容的宽度 830px*/
.little_width{width: 89.247%;margin: 0 auto;}
.for_sale .list{padding: 25px 0;width: 100%;position: relative;}
.for_sale .list .list_back{width: 100%;padding: 10px 0;}
.for_sale .list:nth-of-type(odd) .list_back{background-color: #f1f1f1;}
.for_sale .list:nth-of-type(even)::before{border-top: 1px solid #000000;content: '';width: 48.438%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.for_sale .list:nth-of-type(even)::after{border-top: 1px solid #000000;content: '';width: 48.438%;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.for_sale .list .inner_list{width: 48.438%;margin: 0 auto;display: flex;justify-content: space-between;}
.for_sale .list .inner_list .left,
.for_sale .list .inner_list .right{width: 50%}
.for_sale .list .inner_list .left .img{width: 79.101%;margin: 0 auto;padding-bottom: 53%;}
.for_sale .list .inner_list .right h2{font-size: var(--fz20);color: #1C1C1D;padding-bottom: 20px;}
.for_sale .list .inner_list .right ul li{padding: 5px 0 5px 20px;font-size: var(--fz16);color: #7A7A7A;position: relative;}
.for_sale .list .inner_list .right ul li::before{content: '';width: 3px;height: 3px;border: 1px solid #7A7A7A;background-color: #7A7A7A;border-radius: 50%;position: absolute;top: 12px;left: 0;}
.for_sale .list .inner_list .right a{font-size: var(--fz15);color: #f24e03;display: block;padding:12px 24px;margin-top: 25px;}
.for_sale .line{width: 48.438%;border-top: 1px solid #000000;margin: 0 auto;}

.play_video{width: 47.396%;margin: 0 auto;}
.play_video h1{font-size: var(--fz20);color: #151515;text-align: center;padding: 20px 0;font-weight: 900}
.video_img{width: 100%;position: relative;}
.video_img video{width: 100%;object-fit:cover;}
.video_img .index_play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.video_img .index_play img{width: 100%;object-fit: cover;}

.index_app{width: 48.438%;margin: 0 auto;padding-top: 50px;}
.index_app h2{font-size: var(--fz20);color: #0C0C0C;text-align: center;padding: 10px;border-bottom: 2px solid #a1a1a1;font-weight: 900;}
.index_app p{font-size: var(--fz16);color: #7A7A7A;padding: 10px 10px 20px 10px;line-height: 28px;}
.index_app .img{width: 100%;padding-bottom: 150%;margin-bottom: 20px;}
.index_app .app_swiper{padding: 10px;}
.index_brochure_bg{background-image: url("../img/aerial11.png");background-size: cover;background-repeat: no-repeat;background-position: center center;}
.index_brochure_bg .brochure{width: 48.438%;margin: 0 auto;display: flex;justify-content: flex-start;padding: 10px 0;align-items: flex-end;}
.index_brochure_bg .brochure .icon{font-size: var(--fz69);padding-right: 10px;}
.index_brochure_bg .brochure i{color: #00178a;}
.index_brochure_bg .brochure a{font-size: var(--fz29);color: #ffffff;font-weight: 900;}
.final_form{width: 33.854%;margin: 20px auto 0;padding: 10px;background-color: #eef2f4;}
.final_form h2{font-size: var(--fz29);color: #001689;text-align: center;padding-bottom: 20px;font-weight: 900;}
.final_form .form{width: 100%;}
.final_form .form input,
.final_form .form textarea{background-color: #eef2f4;}
.final_form .form .form_input input{width: 133px;height: 36px;background-color: #0066CC;cursor: pointer;margin-bottom: 20px;}

/*product页面*/
.product_first_bg{background-image: url("../img/product_img_bg_01.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 100px 0;}
.product_first .inner{width: 60.833%;margin: 0 auto;}
.product_first .inner h1{font-size: var(--fz39);text-align: center;padding-bottom: 20px;font-weight: 900}
.product_first .inner p{font-size: var(--fz16);color: #7A7A7A;line-height: 28px;padding-bottom: 40px;}
.product_first .inner a{display: block;width: 182px;height: 41px;text-align: center;font-size: var(--fz15);line-height: 41px;margin: 0 auto;border: 1px solid #000000;border-radius: 15px;font-weight: 800;}
.product_first .inner .bottom{width: 97.333%;margin: 0 auto;display: flex;justify-content: space-between;padding-top: 40px;}
.product_first .inner .bottom .img{padding-bottom: 22%;width: 22.192%;}
.product_first_phone{display: none;}
.product_second{padding: 50px 0 20px;}
.product_second h1{font-size: var(--fz30);text-align: center;color: #333333;padding-bottom: 10px;font-weight: 900;}
.product_second p{font-size: var(--fz16);line-height: 28px;padding: 10px 0;color: #7A7A7A;}

.product_fourth{padding: 50px 10px;}
.product_fourth .inner{display: flex;justify-content: space-between;border-bottom: 1px solid #000000;padding: 30px 0;}
.product_fourth .left{width: 38.417%;}
.product_fourth .right{width: 58.167%;}
.product_fourth .left .img{width: 78.091%;margin: 0 auto;padding-bottom: 78%;}
.product_fourth .right h3{font-size:var(--fz18);color: #333333;padding-bottom: 20px;font-weight: 900;}
.product_fourth .right p{font-size: var(--fz14);color: #7A7A7A;line-height: 23px;padding-bottom: 20px;}
.product_fourth .right .index_1{font-size: var(--fz16);color: #FF6526;font-weight: 900;}
.product_fourth .right .line_num{-webkit-line-clamp: 7}
.product_fourth .right .index_2{display: block;width: 141px;height: 41px;border: 1px solid #FF6526;border-radius: 30px;text-align: center;line-height: 41px;color: #FF6526;margin-top: 20px;}
.product_fourth .right .index_2:hover{background-color: #001689;color: #ffffff;transition: all 0.5s;}
.product_fifth_bg{background-image: url("../img/product_img_bg10.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 20px;}
.product_fifth_bg .outside{display: flex;justify-content: center;align-items: center;}
.product_fifth_bg .outside .icon{font-size: var(--fz78)}
.product_fifth_bg .outside i{color: #00923f;}
.product_fifth_bg .outside a{font-size: var(--fz31);color: #ffffff;font-weight: 800;}
.product_sixth{border-bottom: 1px solid #000000;}
.product_sixth>h2{font-size: var(--fz30);color: #00923f;text-align: center;padding: 20px;font-weight: 900;}
.product_sixth .list h3{font-size: var(--fz20);color: #333333;padding: 20px 0;font-weight: 900}
.product_sixth .list{width: 75.833%;margin: 0 auto;}
.product_sixth .list .inner_list{padding:20px 10px 10px;display: flex;justify-content: space-between;}
.product_sixth .list .inner_list .img{width: 31.099%;padding-bottom: 31%;}
.product_sixth .product_blogs{width: 79.167%;margin: 0 auto;padding-top: 20px;}
.product_sixth .product_blogs h2{font-size: var(--fz24);color: #333333;padding-left: 20px;padding-bottom: 20px;}
.product_sixth .product_blogs .text{margin-left: 20px;}
.product_sixth .product_blogs .blogs_inner{display: flex;justify-content: space-between;}
.product_sixth .product_blogs .text{width: 42.737%;padding: 10px;}
.product_sixth .product_blogs .text:hover{background-color: #eeeeee;transition: all 0.5s;}
.product_sixth .product_blogs a{font-size: var(--fz18);line-height: 25px;font-weight: 900;color: #333333;}
.product_sixth .product_blogs a:hover{color: #0066CC;transition: all 0.5s;}
.product_sixth .product_blogs p{font-size: var(--fz16);color: #333333;line-height: 26px;padding: 20px 0;}

.product_seventh{padding: 20px 0 90px;}
.product_seventh .form{width: 59.167%;margin: 0 auto;padding: 10px;background-color: #EEF2F4;}
.product_seventh .form>h2{font-size: var(--fz29);color: #001689;text-align: center;padding-bottom: 20px;font-weight: 900;}
.product_seventh .form>input,
.product_seventh .form textarea{background-color: #EEF2F4;}

/*post页面  产品详情页1*/
.post_first_bg{background-image: url("../img/post_img_bg_01.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 104px 0;}
。post_first_phone{display: none;}
.post_first .post_inner{width: 83.333%;margin: 0 auto;display: flex;justify-content: space-between;}
.post_first .post_inner .img{width: 50%;padding-bottom: 35%;}

.post_first .post_inner .right{width: 0;flex: 1;display: flex;flex-direction: column;justify-content: center;}
.post_first .post_inner .right .inner{width: 92%;margin: 0 auto;}
.post_first .post_inner .right .inner h1{font-size: var(--fz36);color: #0066CC;padding-bottom: 20px;font-weight: 900;}
.post_first .post_inner .right .inner strong,
.post_first .post_inner .right .inner span{font-size: var(--fz16);color: #333333;}
.post_first .post_inner .right .inner .text{padding: 5px 0;}

.post_second{padding: 50px;}
.post_second h2{font-size: var(--fz38);color: #333333;text-align: center;padding-bottom: 30px;}
.post_second .module1{width: 65.833%;margin: 0 auto;display: flex;justify-content: center;padding-bottom: 20px;}
.post_second .module1 p{font-size: var(--fz16);color: #333333;width: 88.608%;padding-bottom: 20px;}
.post_second .icon{font-size: var(--fz45);display: inline;}
.post_second i{color: #0066cc;}
.post_second .module2{width: 98.333%;margin: 0 auto;display: flex;justify-content: space-between;border-bottom: 2px solid #0066cc;padding-bottom: 50px;}
.post_second .module2 .img{width: 23.729%;padding-bottom: 23%;}
.post_second .module3{display: flex;justify-content: space-between;padding: 50px 0;}
.post_second .module3 p{font-size: var(--fz16);color: #333333;}

.post_third_bc{background-color: #ebf5f7;width: 100%;padding: 50px 0;}
.post_third_bc .module{display: flex;justify-content: space-between;padding: 10px 0;align-items: center;}
.post_third_bc .module .left{width: 43.333%;}
.post_third_bc .module .left .inner{width: 84.615%;display: flex;flex-direction: column;justify-content: flex-start;}
.post_third_bc .module .left .inner h2{font-size: var(--fz32);color: #333333;}
.post_third_bc .module .left .inner .frame{width: 47%;border: 2px solid #0066cc;margin: 30px 0;}
.post_third_bc .module .left .inner p{font-size: var(--fz16);color: #333333;line-height: 28px;}
.post_third_bc .module .right{width: 56.583%;}
.post_third_bc .module .right .list{width: 97.054%;margin: 0 auto;display: grid;grid-template-columns: repeat(3,31.259%);grid-gap: 20px}
/*.post_third_bc .module .right .list .list_inner{width: 100%;}*/
.post_third_bc .module .right .list .list_inner .img{padding-bottom: 86%;}
.post_third_bc .module .right .list .list_inner p{font-size: var(--fz12);color: #ffffff;text-align: center;background-color: #0066cc;padding: 8px 0;}

.post_fourth{padding: 60px 0;}
.post_fourth .post_fourth_phone{display: none;}
.post_fourth>h2{font-size: var(--fz39);color: #070707;text-align: center;padding-bottom: 20px;font-weight: 900;}
.post_fourth .post_table{width: 75.833%;margin: 0 auto;}
.post_fourth .post_table .list_head{font-weight: 900;background-color: #e5e5e5;}
.post_fourth .post_table .list_head,
.post_fourth .post_table .list_body{width: 94.505%;margin: 0 auto;padding: 15px 0 15px 15px;display: flex;justify-content: space-between;}
.post_fourth .post_table p:nth-of-type(1){width: 12.479%}
.post_fourth .post_table p:nth-of-type(2){width: 18.257%}
.post_fourth .post_table p:nth-of-type(3){width: 20.349%}
.post_fourth .post_table p:nth-of-type(4){width: 20.116%}
.post_fourth .post_table p:nth-of-type(5){width: 14.07%}
.post_fourth .post_table p:nth-of-type(6){width: 18.023%}
.post_fourth .post_table .list_body:nth-of-type(odd){background-color: #e5e5e5;}
.post_fourth .post_table p,
.post_fourth .post_table span{font-size: var(--fz16);color: #333333;}

.post_fifth_bg{background-image: url("../img/post_img_fifth_bg.png");background-size: cover;background-repeat: no-repeat;background-position: center center;width: 100%;padding: 75px 0;}
.post_fifth_bg>h2{font-size: var(--fz36);color: #333333;text-align: center;padding-bottom: 30px;}
/*.post_fifth_bg .list{width: 74.167%;margin: 0 auto;display: grid;grid-template-columns: repeat(3,31.573%);grid-gap: 22px;}*/
/*.post_fifth_bg .list .list_inner{width: 31.573%;}*/
.post_fifth_bg .list .img{padding-bottom: 86%;}
.post_fifth_bg .list p{font-size: var(--fz14);background-color: #0066CC;color: #ffffff;text-align: center;padding: 8px 0;}
.post_fifth_bg .final{width: 74.167%;margin: 0 auto;display: flex;justify-content: center;padding: 40px 0;}
.post_fifth_bg .final p{font-size: var(--fz16);color: #333333;width: 65.843%;}
.post_fifth_bg .final .icon{font-size: var(--fz38);color: #0066cc;}
.post_fifth_phone{display: none;}
.post_sixth_bg{background-image: url("../img/post_img_sixth_bg.png");background-repeat: no-repeat;background-size: cover;background-position: center center;padding: 40px 0;}
.post_sixth_bg>h2{font-size: var(--fz36);color: #333333;text-align: center;padding-bottom: 40px;font-weight: 900;}
.post_sixth .form{width: 56.667%;margin: 0 auto;}
.post_sixth .form input,
.post_sixth .form textarea{background-color: unset;}

/*scissor页面  产品详情页2*/
.scissor_first_bg{background-image: url("../img/scissor_img_first_bg.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 45px 0;}
.scissor_first_phone{display: none;}
.scissor_first .inner{width: 77.5%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.scissor_first .inner .left{width: 50%}
.scissor_first .inner .left p{font-size: var(--fz34);color: #ffffff;text-align: center;font-weight: 900;}
.scissor_first .inner .img{width: 50%;padding-bottom: 45%;}

.scissor_second h1{font-size: var(--fz28);color: #333333;text-align: center;padding: 5px 0;font-weight: 900;}
.scissor_second .inner{width: 75.833%;margin: 0 auto;padding: 10px;border-top: 2px solid #a0a0a0}
.scissor_second .inner p{font-size: var(--fz16);color: #7A7A7A;line-height: 28px;}
.scissor_second .bottom{display: flex;justify-content: space-between;align-items: center;padding: 20px 0;}
.scissor_second .bottom .left,
.scissor_second .bottom .right{width: 35.083%;}
.scissor_second .bottom .middle{width: 21.667%;}
.scissor_second .bottom .list{display: flex;justify-content: space-between;align-items: center;}
.scissor_second .bottom .list .img{width: 48.219%;padding-bottom: 27%;}
.scissor_second .bottom .list h2{font-size: var(--fz15);color: #333333;font-weight: 900}
.scissor_second .bottom .list p{font-size: var(--fz12);color: #7A7A7A;}
.scissor_second .bottom .list .text{width: 48.694%;}
.scissor_second .bottom .list:nth-of-type(even){padding: 20px 0;}
.scissor_second .bottom .middle{width: 21.667%;}
.scissor_second .bottom .middle .img{width: 100%;padding-bottom: 196%;}
.scissor_second .bottom .right .list .img{order: 2}
.scissor_second .bottom .right .list .text{order: 1}
.scissor_second_phone{display: none;}

.scissor_third .outside{width: 75.833%;margin: 0 auto;padding: 50px 10px;display: flex;justify-content: space-between;align-items: flex-start;}
.scissor_third .outside .left{width: 51.1%;margin-right: 20px}
/*.scissor_third .outside .right{width: 48.901%;}*/
.scissor_third .outside .right{width: 0;flex: 1;}
.scissor_third .outside .right p{font-size: var(--fz16);color: #7A7A7A;padding-left: 30px;line-height: 20px;position: relative;}
.scissor_third .outside .right p::before{content: '';width:3px;height: 3px;border: 1px solid #7A7A7A;border-radius: 50%;background-color: #7A7A7A;position: absolute;top: 10px;left: 15px;}
.scissor_fourth{padding: 20px 0 50px;}
.scissor_fourth>h2{font-size: var(--fz26);color: #333333;text-align: center;padding-bottom: 5px;font-weight: 900}
.scissor_fourth .outside{width: 75.833%;margin: 0 auto;padding: 10px;border-top: 2px solid #a0a0a0}
.scissor_fourth .outside .table_head,
.scissor_fourth .outside .table_body{display: flex;justify-content: space-between;}
.scissor_fourth .outside .table_body{border-top: 1px solid #7A7A7A;border-bottom: 1px solid #7A7A7A;margin-top: -1px;padding: 15px 0;}
.scissor_fourth .outside p{font-size: var(--fz16);color:#7A7A7A;}
.scissor_fourth .outside .table_head p{font-weight: 900;line-height: 28px;}
.scissor_fourth .outside p:nth-of-type(1){width: 6.04%}
.scissor_fourth .outside p:nth-of-type(2){width: 12.308%}
.scissor_fourth .outside p:nth-of-type(3){width: 13.407%}
.scissor_fourth .outside p:nth-of-type(4){width: 10.659%}
.scissor_fourth .outside p:nth-of-type(5){width: 16.593%}
.scissor_fourth .outside p:nth-of-type(6){width: 16.703%}
.scissor_fourth .outside p:nth-of-type(7){width: 7.912%;}

.scissor_seventh{padding-top: 30px;}
.scissor_seventh>h2{font-size: var(--fz26);color: #333333;text-align: center;padding-bottom: 10px;font-weight: 900;}
.scissor_seventh .inner_img{width: 98.333%;padding: 10px;display: flex;justify-content: space-between;border-top: 2px solid #7A7A7A;}
.scissor_seventh .inner_img .list{width: 18.644%;}
.scissor_seventh .inner_img .list .img{padding-bottom: 72%;width: 100%;}
.scissor_seventh .inner_img .list a{display: block;width: 100%;height: 39px;margin: 20px auto 0;font-size: var(--fz15);color: #ffffff;line-height: 39px;background-color: #d04f17;text-align: center;border-radius: 3px;}

/*loading页面  产品详情页3*/
.loading_first_bg{background-image: url("../img/loading_img_bg_01.png");background-size: cover;background-repeat: no-repeat;background-position: center center;display: flex;justify-content: space-between;align-items: center;}
.loading_first_phone{display: none;}
.loading_first_bg .loading_first{width: 50%;}
.loading_first_bg .loading_first h2{font-size: var(--fz40);color: #333333;padding-bottom: 40px;text-align: center;font-weight: 900}
.loading_first_bg .loading_first h3{font-size: var(--fz18);color: #333333;padding-bottom: 30px;text-align: center;font-weight: 900;}
.loading_first_bg .loading_first a{display: block;width: 225px;height: 34px;background-color: #001689;color: #ffffff;margin: 0 auto;text-align: center;border-radius: 10px;line-height: 34px;font-weight: 900}
.loading_first_bg .right{width: 50%;}
.loading_first_bg .right .img{width: 62.5%;margin: 0 auto;padding-bottom: 64%;}
.scissor_third h2{font-size: var(--fz20);color: #333333;padding-bottom: 20px;font-weight: 900;}

.loading_third>h2{font-size: var(--fz28);color: #333333;text-align: center;padding-top: 50px;font-weight: 900;position: relative;}
.loading_third>h2::after{content: '';width: 80%;color: #7A7A7A;bottom: 0;left: 50%;border-bottom: 2px solid #7A7A7A;position: absolute;transform: translateX(-50%)}
.loading_third .table_new{padding-top: 10px;width: 77.5%;margin: 0 auto;}
.loading_third table tr{border-bottom: 1px solid #7A7A7A}

.loading_fourth_bg{background-image: url("../img/scissor_img_bg_40.png");background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 50px 0;}
.loading_fourth .inner{width: 71.833%;margin: 0 auto;display: flex;justify-content: space-between;}
.loading_fourth .inner .list{width: 17.633%;}
.loading_fourth .inner .list .img{padding-bottom: 71%;}
.loading_fourth .inner .list h2{font-size: var(--fz16);padding: 20px 0 10px;}
.loading_fourth .inner .list p{font-size: var(--fz12);line-height: 20px;}
.loading_fourth_bg_outside h1{font-size: var(--fz20);text-align: center;padding: 50px 0 20px;font-weight: 900;}

.loading_fifth{padding-bottom: 20px;}
.loading_fifth h2{font-size: var(--fz20);color: #090909;text-align: center;padding: 50px 0;font-weight: 900;}
.loading_fifth .customer{width: 75.833%;margin: 0 auto;display: flex;justify-content: space-between;}
.loading_fifth .customer .img{padding-bottom: 20%;width: 31.758%;}

.loading_eighth{padding: 50px 0;}
.loading_eighth>h2{font-size: var(--fz26);color: #333333;text-align: center;padding-bottom: 10px;font-weight: 900;}
.loading_eighth .relevant{width: 75.833%;margin: 0 auto;padding: 10px;display: flex;justify-content: center;border-top: 2px solid #7A7A7A;}
.loading_eighth .relevant .list{margin-right: 40px;width: 39.56%;}
.loading_eighth .relevant .list .img{padding-bottom: 72%;margin-bottom: 10px;}
.loading_eighth .relevant .list a{font-size: var(--fz20);color: #001689;font-weight: 900;}
.loading_eighth .relevant .list p{font-size: var(--fz14);color: #7A7A7A;}
.loading_eighth .relevant .list p:nth-of-type(1){margin-top: 10px;}

.myanmar_first{padding: 50px 0;}
/*myanmar页面*/
.myanmar_first>h1{font-size: var(--fz34);color: #333333;font-weight: 900;text-align: center;padding-bottom: 50px;}
.myanmar_first .module{width: 77.5%;margin: 0 auto;display: flex;justify-content: flex-end;}
.myanmar_first .module .inner_module{width: calc(77.849% - 20px)}
.myanmar_first .module .right{display: flex;justify-content: space-between;align-items: center; }
.myanmar_first .module .right .text,
.myanmar_first .module .right .banner_swiper{width: calc(50% - 20px);margin: 0 auto;}
.myanmar_first .module a{font-size: var(--fz20);color: #333333;font-weight: 900;display: block;padding-bottom: 40px;}
.myanmar_first .module .text p{font-size: var(--fz16);color: #7A7A7A;padding: 5px 0 5px 20px;position: relative}
.myanmar_first .module .text p::before{content: '';width: 3px;height: 3px;border: 1px solid #7A7A7A;background-color: #7A7A7A;border-radius: 50%;position: absolute;top: 10px;left: 0;}
.myanmar_first .module .right .img{padding-bottom: 100%;width:100%;margin-bottom: 20px;}
.myanmar_first .module .right .myanmar_Swiper{position: relative;}
.myanmar_first .module .right .banner_next{position: absolute;top: 150px;right: 0;z-index: 4}
.myanmar_first .module .right .banner_prev{position: absolute;top: 150px;left: 0;z-index: 4;}
.myanmar_first .module .right .icon{font-size: var(--fz25);color: hsla(0,0%,93.3%,.9);font-weight: 900}
.myanmar_first .module .right .swiper-pagination{bottom: 0;}
.myanmar_first .module .reviews{padding: 40px 0;}
.myanmar_first .module .reviews h2{font-size: var(--fz20);color: #333333;font-weight: 900;padding-bottom: 20px;}
.myanmar_first .module .reviews .icon{font-size: var(--fz78);color: #6ec1e4}
.myanmar_first .module .reviews .review_inner{display: flex;justify-content: space-between;align-items: center;}
.myanmar_first .module .reviews p{font-size: var(--fz16);color: #333333;}
.myanmar_first .module1{position: fixed;top: 240px;left: 92px;}
.myanmar_first .module1 h2{font-size: var(--fz20);color: #333333;padding-bottom: 20px;font-weight: 900;}
.myanmar_first .module1 .inner_module1{display: flex;flex-direction: column;}
.myanmar_first .module1 a{font-size: var(--fz16);color: #333333;padding-left: 20px;position: relative;margin-bottom: 10px;}
.myanmar_first .module1 a::before{content: '';width: 3px;height: 3px;border: 1px solid #7A7A7A;background-color: #7A7A7A;border-radius: 50%;position: absolute;top: 8px;left: 0;}









