﻿body{--f42: 0.42rem;}
*{margin: 0;padding: 0;outline: none;box-sizing: border-box;}
/* animation: headanim 0.5s ease 0s infinite;*/
/* 手机icon动画*/
/* animation: moveNext 1s linear infinite;*/
/* banner上下动画*/
@font-face{font-family: 'gilroy_bold';src: url('../fonts/gilroy-bold-4.bin') format('truetype');}
@font-face{font-family: 'gilroy_light';src: url('../fonts/Gilroy-Light-11.bin') format('truetype');}
@font-face{font-family: 'gilroy_Medium';src: url('../fonts/Gilroy-Medium-2.bin') format('truetype');}
@font-face{font-family: 'gilroy_regular';src: url('../fonts/gilroy-regular-3.bin') format('truetype');}
html{font-size: calc(100vw/19.2);-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
@media (min-width: 1901px){html{/* font-size: calc(100vw/19.2);*/font-size: 100px;}}
@media (max-width: 1600px){html{font-size: 76px;}}
@media (max-width: 1520px){html{font-size: 72px;}}
@media (max-width: 767px){html{font-size: calc(100vw / 7.7);}}
/* 中文默认字体 Arial*//* 英文默认字体 gilroy_regular*/
body{min-height: 100%;font-size: 16px;line-height: 1.5;color: #000000;}
body.act{overflow: hidden;}
.lang_zh{font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI' !important;/* text-align: justify;*/}
.lang_en{font-family: 'gilroy_regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI' !important;}
a{display: inline;}
@media (max-width: 1580px){body{font-size: 14px;}}
@media (max-width: 767px){body{font-size: 0.28rem;}}
.VisualEditing{font-size: 14px;cursor: pointer;}
.h1{z-index: -999;pointer-events: none;user-select: none;position: fixed;bottom: 0;right: 0;height: 0;opacity: 0;}
.wow{visibility: hidden;}
table{border-collapse: collapse;border-spacing: 0;}
fieldset,img,video{border: 0;vertical-align: middle;max-width: 100%;object-fit: cover;}
svg{vertical-align: middle;/* transform: translateY(-2px);*/}
address,caption,cite,code,dfn,em,th,var{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;padding: 0;margin: 0;}
h1,h2,h3,h4,h5,h6{font-family: inherit;font-style: inherit;font-size: inherit;font-weight: normal;}
a,input,button,select,textarea{outline: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;border-radius: 0;line-height: normal;text-decoration: none;color: #333;}
abbr,acronym{border: 0;}
.flexBetween{display: -webkit-flex;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flexStart{display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flexCenter{display: -webkit-flex;/* Safari*/display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flexEnd{display: -webkit-flex;/* Safari*/display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.ellipsis{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-justify: distribute-all-lines;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-justify: distribute-all-lines;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-justify: distribute-all-lines;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-justify: distribute-all-lines;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-justify: distribute-all-lines;}
/* 视频弹窗*/
.layerVideo{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99;background: rgba(0, 0, 0, 0.5);display: none;}
.layerVideo .box{width: min(12rem, 80vw);position: absolute;top: 50%;left: 50%;max-height: 80vh;-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);}
.layerVideo .box video{width: 100%;}
.layerVideo .box iframe{width: 90%;min-height: 70vh;margin: auto;display: block;}
.layerVideo .box span{position: absolute;right: -32px;top: -32px;color: #fff;font-size: 32px;font-weight: bold;display: block;cursor: pointer;transition: .4s;}
.layerVideo .box span:hover{transform: rotate(180deg);}
/* 视频弹窗 End*//* 图片弹框*/
.layerImg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 10;display: none;}
.layerImg .close{position: absolute;right: 5vw;top: 0.5rem;}
.layerImg .close i{color: #fff;cursor: pointer;font-size: 0.24rem;transition: 0.4s;display: inline-block;}
.layerImg .close i:hover{transform: rotate(180deg);}
.layerImg .box{position: absolute;top: 50%;left: 50%;width: min(12rem, 80vw);transform: translate(-50%, -50%);display: flex;height: 80vh;}
.layerImg .box img{max-width: 100%;max-height: 100%;margin: auto;}
/* 图片弹框 End*//* 头部手机图标动画*/
@keyframes headanim{0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);}
25%{transform: rotate(10deg);-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-o-transform: rotate(10deg);}
100%{transform: rotate(-10deg);-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-o-transform: rotate(-10deg);}}
@-webkit-keyframes headanim{0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);}
25%{transform: rotate(10deg);-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-o-transform: rotate(10deg);}
100%{transform: rotate(-10deg);-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-o-transform: rotate(-10deg);}}
@-moz-keyframes headanim{0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);}
25%{transform: rotate(10deg);-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-o-transform: rotate(10deg);}
100%{transform: rotate(-10deg);-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-o-transform: rotate(-10deg);}}
@-o-keyframes headanim{0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);}
25%{transform: rotate(10deg);-webkit-transform: rotate(10deg);-moz-transform: rotate(10deg);-o-transform: rotate(10deg);}
100%{transform: rotate(-10deg);-webkit-transform: rotate(-10deg);-moz-transform: rotate(-10deg);-o-transform: rotate(-10deg);}}
/* 头部手机图标动画END*//* 手机导航*/
.MobileMain{position: sticky;top: 0;left: 0;z-index:10;width: 100%;background: #fff;display: none;}
.MobileMain .HeaderMobile{height: var(--nav_height);box-shadow: 0px 0px 0px 1px #eee;}
.MobileMain .HeaderMobile .box{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;padding: 10px 5vw;}
.MobileMain .HeaderMobile .box .logo{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.MobileMain .HeaderMobile .box .logo a{display: block;}
.MobileMain .HeaderMobile .box .logo a img{height: 32px;}
.MobileMain .HeaderMobile .box .button{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.MobileMain .HeaderMobile .box .button .search div{width: 30px;text-align: center;}
.f_tc{text-align:center;}
.MobileMain .HeaderMobile .box .button .search p svg{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.MobileMain .HeaderMobile .box .button .search .Close{display: none;}
.MobileMain .HeaderMobile .box .button .search .active .Show{display: none;}
.MobileMain .HeaderMobile .box .button .search .active .Close{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;color: var(--color);}
.MobileMain .HeaderMobile .box .button .search .active .Close i{font-size: 0.4rem;font-weight: bold;}
.MobileMain .HeaderMobile .box .button .search .active .btn{display: none;}
.MobileMain .HeaderMobile .box .button .word{font-size: 14px;font-weight: bold;}
.MobileMain .HeaderMobile .box .button .word a{color: var(--color);text-decoration: none;}
.MobileMain .HeaderMobile .box .button .word a svg{display: inline-block;vertical-align: sub;animation: CallUp 0.5s ease 0s infinite;-webkit-animation: CallUp 0.5s ease 0s infinite;-moz-animation: CallUp 0.5s ease 0s infinite;-o-animation: CallUp 0.5s ease 0s infinite;}
.MobileMain .HeaderMobile .box .button .word a img{position: relative;}
.MobileMain .HeaderMobile .box .button .call a{color: #000;font-size: 16px;}
.MobileMain .HeaderMobile .box .button .search{margin-left: 0.5rem;}
.MobileMain .HeaderMobile .box .button .search .icon2{display: none;}
.MobileMain .HeaderMobile .box .button .search.active .icon1{display: none;}
.MobileMain .HeaderMobile .box .button .search.active .icon2{display: block;}
.MobileMain .HeaderMobile .box .button .menu{margin-left: 0.5rem;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p{position: relative;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span{display: block;width: 30px;height: 2px;background: var(--color);margin: 8px 0;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1){-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2){opacity: 0;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3){-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before{content: '';position: absolute;top: 0;width: 100%;height: 2px;background: var(--color);top: 50%;margin-top: -1px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after{content: '';position: absolute;top: 0;width: 100%;height: 2px;background: var(--color);top: 50%;margin-top: -1px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span{opacity: 0;}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.MobileNavigation{position: absolute;z-index: 3;top: var(--nav_height);background: #fff;left: 0;width: 100%;z-index: 7;height: calc(100vh - var(--nav_height));display: none;}
.MobileNavigation .box_scroll{max-height: 90%;padding: 0.5rem 5vw;box-sizing: border-box;overflow: scroll;-ms-scroll-chaining: none;overscroll-behavior: contain;}
.MobileNavigation .box_scroll .box .item{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.MobileNavigation .box_scroll .box .item a{line-height: 50px;display: flex;font-size: 16px;color: #333;justify-content: space-between;}
.MobileNavigation .box_scroll .box .item a i{color: #666;font-size: 16px;}
.MobileNavigation .box_scroll .box .item a p{display: flex;align-items: center;}
.MobileNavigation .box_scroll .box .item a p span{display: block;width: 15px;height: 1px;background: #666;position: relative;}
.MobileNavigation .box_scroll .box .item a p span::after{position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;background: #666;transform: rotate(90deg);transition: 0.4s;}
.MobileNavigation .box_scroll .box .item .active p span::after{transform: rotate(180deg);}
.MobileNavigation .box_scroll .box .item .twoSelect{padding-left: 16px;display: none;}
.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a{font-size: 15px;}
.MobileNavigation .box_scroll .box .item .threeSelect{padding-left: 16px;display: none;}
.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a{font-size: 15px;}
.MobileNavigation .box_scroll .box .item .fourSelect{padding-left: 16px;display: none;}
.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a{font-size: 15px;}
.MobileNavigation .box_scroll .box .item .fiveSelect{padding-left: 16px;display: none;}
.MobileNavigation .box_scroll .box .item .sixSelect{padding-left: 16px;display: none;}
.Nav_height{height: var(--nav_height);}
/* 手机导航 End*//* banner 下一屏动画*/
@-webkit-keyframes moveNext{0%{-webkit-transform: translateY(.1rem);transform: translateY(.1rem);}
50%{-webkit-transform: translateY(0);transform: translateY(0);}
100%{-webkit-transform: translateY(.1rem);transform: translateY(.1rem);}}
@keyframes moveNext{0%{-webkit-transform: translateY(.1rem);transform: translateY(.1rem);}
50%{-webkit-transform: translateY(0);transform: translateY(0);}
100%{-webkit-transform: translateY(.1rem);transform: translateY(.1rem);}}
/* banner 下一屏动画END*//* cookie*/
.Cookie_Container{position: fixed;bottom: 0;left: 0;width: 100%;background: #fff;z-index: 10;padding: 0.34rem 0;border-top: 1px solid #eee;}
.Cookie_Container .box .boxLeft{max-width: 60%;}
.Cookie_Container .box .boxLeft .top{font-family: 'gilroy_bold';font-size: var(--f22);}
.Cookie_Container .box .boxLeft .bot{font-size: var(--f16);font-family: 'gilroy_regular';color: #666;line-height: 1.7;margin-top: 0.1rem;}
.Cookie_Container .box .boxLeft .bot a{color: var(--color);}
.Cookie_Container .box .boxRight{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.Cookie_Container .box .boxRight .btn1{width: 1.68rem;height: 0.5rem;background: var(--color);border-radius: 0.4rem;border: 0;color: #fff;font-family: 'gilroy_bold';font-size: var(--f18);cursor: pointer;}
.Cookie_Container .box .boxRight .btn2{margin-left: 0.3rem;width: 1.68rem;height: 0.5rem;border-radius: 0.4rem;border: 1px solid #ccc;color: #000;font-family: 'gilroy_bold';background: none;font-size: var(--f18);cursor: pointer;transition: .4s;}
.Cookie_Container .box .boxRight .btn2:hover{color: var(--color);border-color: var(--color);}
/* cookie End*//* 搜索框*/
.mobile_search{display: none;z-index: 8;width: 100%;position: fixed;top: 0;left: 0;padding: 0.7rem 0;background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(10px);border-bottom: 1px solid #eee;height: 100%;}
.mobile_search .close{position: absolute;right: var(--interval);top: 0.5rem;font-weight: bold;cursor: pointer;}
.mobile_search .close i{font-size: 0.24rem;display: inline-block;transition: 0.4s;color: #999;}
.mobile_search .close:hover i{transform: rotate(180deg);color: var(--color);}
.mobile_search form{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: min(7rem, 90%);margin: 0 auto;/* background: #f5f5f5;*/border-radius: 12px;}
.mobile_search .input{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.mobile_search .input input{width: 100%;border: none;min-height: 60px;padding-left: 20px;background: none;color: #333;}
.mobile_search .label .btn{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 60px;height: 100%;border-radius: 12px;/* background: var(--color);*/cursor: pointer;}
.honor_list{display:flex;flex-wrap: wrap;margin-right:-30px;}
.honor_list .item{width:calc(20% - 32px);border:1px solid #e1e2e1;margin-right:30px;margin-bottom:30px;}
.honor_list .item a{padding:35px;display:block;}
.honor_list .item .imgbox{height:10vw;display:flex;justify-content: center;align-items: center;position: relative;overflow: hidden;}
.honor_list .item .imgbox img{max-width:100%;max-height:100%;width:auto;}
.honor_list .item .txt1{text-align: center;margin-top:20px;font-size:var(--f22);font-weight:200;}
/*招商加盟*/
.zsjmn_container{}
.ny_tit{font-size:var(--f42);text-align: center;}
.zsjmnbox_01{padding:100px 0 90px;}
.zsjmnbox_01 .item_li{margin-top:60px;}
.zsjmnbox_01 .item{display:flex;margin-bottom:52px;justify-content: space-between;}
.zsjmnbox_01 .item .imgbox{position: relative;padding-bottom: 25%;overflow: hidden;width:47%;}
.zsjmnbox_01 .item .imgbox img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.zsjmnbox_01 .item .textbg{width:calc(53% - 1px);background:#eff3f4;display:flex;align-items: center;justify-content: center;}
.zsjmnbox_01 .item .textbg .textbox{margin:0 10%;width:80%;}
.zsjmnbox_01 .item .textbg .txt1{font-size:var(--f32);margin-bottom:25px;}
.zsjmnbox_01 .item .textbg .txt2{font-size:var(--f20);line-height:1.8;font-weight:300;}
.zsjmnbox_01 .item:nth-child(2n){flex-direction: row-reverse;}
.zsjmnbox_02{background-color:#eff3f4;padding:110px 0 80px;}
.zsjmnbox_02 .item_li{margin-top:60px;}
.zsjmnbox_02 .item{display:flex;}
.zsjmnbox_02 .item .imgbox{position: relative;padding-bottom: 25%;overflow: hidden;width:50%;}
.zsjmnbox_02 .item .imgbox img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.zsjmnbox_02 .item .textbg{width:50%;background:#ffffff;display:flex;align-items: center;justify-content: center;}
.zsjmnbox_02 .item .textbg .textbox{margin:0 6%;width:88%;}
.zsjmnbox_02 .item .textbg .txt1{font-size:var(--f32);margin-bottom:25px;}
.zsjmnbox_02 .item .textbg .txt2{font-size:var(--f20);line-height:1.8;font-weight:300;}
.zsjmnbox_02 .item .textbg .txt2box{margin-bottom:40px;margin-top:30px;}
.zsjmnbox_02 .item .textbg .txt01{color:#285f3f;font-size:var(--f24);margin-bottom:10px;}
.zsjmnbox_02 .item .textbg .txt02{font-size:var(--f20);}
.zsjmnbox_02 .item .textbg .txt3li{position: relative;}
.zsjmnbox_02 .item .textbg .txt3li:before{content:'';display:block;position: absolute;width:1px;height:100%;background:#e5e5e5;left:14px;}
.zsjmnbox_02 .item .textbg .txt3li dd{display:flex;margin-bottom:15px;position: relative;z-index:1;}
.zsjmnbox_02 .item .textbg .txt3li span{display:flex;align-items: center;justify-content: center;width:28px;height:28px;background:#285f3f;border-radius:50%;color:#ffffff;}
.zsjmnbox_02 .item .textbg .txt3li p{font-size:var(--f22);margin-left:18px;}
.zsjmnbox_02 .item:nth-child(2n){flex-direction: row-reverse;}
.zsjmnbox_02 .item:nth-child(3) .imgbox{padding-bottom:60%;}
.zsjmnbox_02 .item:nth-child(3) .textbg{align-items: flex-start;position: relative;}
.zsjmnbox_02 .item:nth-child(3) .textbg .textbox{margin:10% 10% 0;width:80%;}
.zsjmnbox_02 .item:nth-child(3) .textbg .img{position: absolute;width:90%;right:0;bottom:0;}
.zsjmnbox_03{background-color:#eff3f4;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;background-image:url(../images/zsjmbg.jpg);padding:60px 0 10vw;position: relative;}
.zsjmnbox_03:before{content:'';display:block;height:12vw;background-color:#eff3f4;position: absolute;width:100%;top:0;left:0;}
.zsjm_mes{background-color:#fffefe;background-repeat:no-repeat;background-position:center top;background-size:100% auto;background-image:url(../images/zsjm_mesbg.jpg);box-shadow:0 0 10px 4px rgb(0 0 0 / 6%);border-radius:10px 10px 0 0;padding:60px 75px 80px 110px;display:flex;justify-content: space-between;}
.zsjm_mes .mes_l{width:35%;}
.zsjm_mes .mes_l .mes_txt1{font-size:var(--f42);padding-bottom:20px;position: relative;margin-bottom:60px;}
.zsjm_mes .mes_l .mes_txt1:after{content:'';display: block;width:55px;height:5px;background:#285f3f;bottom:0;left:0;position: absolute;}
.zsjm_mes .mes_l .mes_txt2{display:flex;align-items: center;}
.zsjm_mes .mes_l .mes_txt2 .mes_txt2_left{display:flex;align-items: center;}
.zsjm_mes .mes_l .mes_txt2 .mes_txt2_right{margin-left:10%;text-align:center;color:#285f3f;}
.zsjm_mes .mes_l .mes_txt2 .mes_txt2_right img{width: 120px;margin-bottom:10px;}
.zsjm_mes .mes_l .mes_txt2 i{display:flex;width:60px;height:60px;border-radius:50%;background:#285f3f;align-items: center;justify-content: center;}
.zsjm_mes .mes_l .mes_txt2 i svg{width:50%;}
.zsjm_mes .mes_l .mes_txt2 .txt{margin-left:15px;}
.zsjm_mes .mes_l .mes_txt2 span{font-size:var(--f20);}
.zsjm_mes .mes_l .mes_txt2 h3{font-size:var(--f42);color:#285f3f;margin-top:5px;line-height:1;font-weight:600;}
.zsjm_mes .mes_r{width:60%;}
.zsjm_mes .mes_r .mes_act{margin-top:90px;}
.zsjm_mes .mes_r .mes_act form{display:flex;flex-wrap: wrap;justify-content: space-between;}
.zsjm_mes .mes_r .mes_act .divs{overflow: hidden;border: 1px solid #dededf;margin-bottom: 20px;width:48%;position: relative;}
.zsjm_mes .mes_r .mes_act .divs i{position: absolute;color:#ff0000;top:10px;left:10px;}
.zsjm_mes .mes_r .mes_act .divs.addbox{width:100%;}
.zsjm_mes .mes_r .mes_act .inputs{width: 100%;height: 46px;line-height:46px;padding: 0 18px;font-size:var(--f18);background: none;color: #333;border: none;}
.zsjm_mes .mes_r .mes_act .inputs::-webkit-input-placeholder,.zsjm_mes .mes_r .mes_act .group .yzmbox .input::-webkit-input-placeholder{color: #808080;}
.zsjm_mes .mes_r .mes_act .inputs:-moz-placeholder,.zsjm_mes .mes_r .mes_act .group .yzmbox .input:-moz-placeholder{color: #808080;}
.zsjm_mes .mes_r .mes_act .inputs::-moz-placeholder{color: #808080;}
.zsjm_mes .mes_r .mes_act .inputs:-ms-input-placeholder,.zsjm_mes .mes_r .mes_act .group .yzmbox .input:-ms-input-placeholder{color: #808080;}
.zsjm_mes .mes_r .mes_act .bnts{width: 170px;margin: 0 ;display: block;overflow: hidden;line-height: 42px;height: 42px;border-radius:21px;background: #285f3f;outline: none;-webkit-tap-highlight-color: transparent;transition: all 0.3s;cursor: pointer;color: #fff;font-size: 16px;border: none;letter-spacing: 2px;font-family: "微软雅黑";}
.zsjm_mes .mes_r .mes_act .bnts:hover{background: #42ab6d;}
.zsjm_mes .mes_r .mes_act .group{display: flex;width:100%;align-items: center;justify-content: flex-start;}
.zsjm_mes .mes_r .mes_act .group .yzmbox{width: 48%;position: relative;height: 46px;}
.zsjm_mes .mes_r .mes_act .group .yzmbox .yzm{position: absolute;right:28px;top: 2px;height: 100%;display: flex;align-items: center;justify-content: center;height:46px;}
.zsjm_mes .mes_r .mes_act .group .yzmbox .yzm img{height:100%;}
.zsjm_mes .mes_r .mes_act .group .yzmbox .input{overflow: hidden;border: 1px solid #dededf;width: calc(100% - 36px);height: 46px;line-height: 46px;padding: 0 18px;font-size:var(--f18);background: none;color: #333;}
.zsjmnbox_03 .linkbox{display:flex;}
.zsjmnbox_03 .linkbox a{display:block;width:50%;padding:30px 0;font-size:var(--f24);color:#ffffff;text-align: center;}
.zsjmnbox_03 .linkbox a.link_l{background:#285f3f;}
.zsjmnbox_03 .linkbox a.link_r{background:#42ab6d;}
/*服务中心*/
.fwzxbox_01{padding:110px 0;}
.fwzxbox_01 .wMain{display:flex;align-items: center;justify-content: space-between;}
.fwzxbox_01 .imgbox{width:48%;text-align: center;}
.fwzxbox_01 .imgbox img{width:auto;}
.fwzxbox_01 .textbox{width:48%;}
.fwzxbox_01 .textbox .txt1{font-size:var(--f42);margin-bottom:35px;line-height:1;}
.fwzxbox_01 .textbox .txt2{font-size:var(--f18);line-height:1.8;}
/**/
.fwzxbox_02{background-color:#f7f7f9;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;background-image:url(../images/fw_bg2.jpg);padding:90px 0 110px;}
.fwzxbox_02 .fwzx_01{display:flex;border-radius:10px;padding:80px 40px;background:#ffffff;margin-top:60px;align-items: center;justify-content: space-between;}
.fwzxbox_02 .fwzx_01 .imgbox{width:49%;text-align: center;}
.fwzxbox_02 .fwzx_01 .imgbox img{width:auto;}
.fwzxbox_02 .fwzx_01 .text{width:42%;font-size:var(--f20);line-height:1.8;text-align: justify;margin-right:2%;}
.fwzxbox_02 .fwzx_02{margin-top:80px;}
.fwzxbox_02 .fwzx_02 .txt1{display:flex;justify-content: center;align-items: center;}
.fwzxbox_02 .fwzx_02 .txt1 h3{padding:10px 50px;background:#285f3f;font-size:var(--f32);color:#ffffff;border-radius: 60px;}
.fwzxbox_02 .fwzx_02 .imgbox{text-align: center;margin-top:50px;}
.fwzxbox_02 .fwzx_02 .imgbox img{width:auto;}
.fwzxbox_03{padding:90px 0;}
.fwzxbox_03 .item_li{margin-top:60px;position: relative;overflow: hidden;}
.fwzxbox_03 .item_li .swiper-container{padding-bottom:30px;}
.fwzxbox_03 .item_li .swiper-container .swiper-pagination{bottom:0;}
.fwzxbox_03 .item_li .swiper-container .swiper-pagination span{width:30px;height:3px;margin:0 5px;border-radius:0;background:;}
.fwzxbox_03 .item_li .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{background:#285f3f;}
.fwzxbox_03 .item_li .txtbox{padding:30px 50px 50px;display:flex;background-color:#f4f7f5;flex-direction: column;align-items: center;text-align: center;}
.fwzxbox_03 .item_li .txtbox .txt1{font-size:var(--f32);margin-bottom:10px;}
.fwzxbox_03 .item_li .txtbox .txt2{font-size:var(--f18);}
.fwzxbox_03 .item_li .item img{width:100%;}
.fwzxbox_04{padding:100px 0;background-color:#eff3f4;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;background-image:url(../images/fw_bg.jpg);}
.fwzxbox_04 .fwzx_main{margin-top:90px;position: relative;}
.fwzxbox_04 .fwzx_main .imgbox{position: relative;width:40vw;height:40vw;margin:auto;}
.fwzxbox_04 .fwzx_main .imgbox .img{position: absolute;width:78%;height:78%;overflow: hidden;border-radius:50%;top:11%;left:11%;z-index:3;}
.fwzxbox_04 .fwzx_main .imgbox .img img{width:100%;}
.fwzxbox_04 .fwzx_main .imgbox .quan{position: absolute;width:100%;height:100%;border:1px solid #4aa37b;top:0;left:0;border-radius: 50%;}
.fwzxbox_04 .fwzx_main .imgbox .quan:before{content:'';position: absolute;width:92%;height:92%;background:#285f3f;opacity:20%;top:4%;left:4%;border-radius: 50%;}
.fwzxbox_04 .fwzx_main .imgbox .quan:after{content:'';position: absolute;width:84%;height:84%;background:#285f3f;opacity:40%;top:8%;left:8%;border-radius: 50%;}
.fwzxbox_04 .fwzx_main .txt_li{width:35%;background:#ffffff;min-height:250px;position: absolute;top:15%;left:0;z-index:3;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(2){top:60%;left:0;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(3){right:0;left:auto;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(4){top:60%;right:0;left:auto;}
.fwzxbox_04 .fwzx_main .txt_li i{position: absolute;border:2px solid rgba(40 95 63 /0.3);}
.fwzxbox_04 .fwzx_main .txt_li .txtbox{padding:40px 35px 40px;}
.fwzxbox_04 .fwzx_main .txt_li .txt1{font-size:var(--f32);margin-bottom:15px;}
.fwzxbox_04 .fwzx_main .txt_li .txt2{font-size:var(--f18);line-height:2;}
.fwzxbox_04 .fwzx_main .txt_li i:after{content:'';width:8px;height:8px;background:rgba(40 95 63 /0.3);border-radius:4px;position: absolute;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(1) i{bottom:15%;width:160px;height:100px;border-width:2px 2px 0 0;right:-140px;bottom:-60px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(1) i:after{right:-4px;bottom:-4px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(2) i{top:30%;width:240px;height:2px;border-width:2px 0 0 0;right:-210px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(2) i:after{right:-4px;bottom:-3px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(3) i{top:36%;width:200px;height:2px;border-width:2px 0 0 0;left:-180px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(3) i:after{left:-4px;bottom:-3px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(4) i{top:50%;width:200px;height:2px;border-width:2px 0 0 0;left:-180px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(4) i:after{left:-4px;bottom:-3px;}
/**/
.fwzxbox_05{padding:110px 0 90px;}
.fwzxbox_05 .fwzx_con{margin-top:60px;padding:0 100px;}
.fwzxbox_05 .fwzx_con .imgbox img{width:100%;}
.fwzxbox_05 .txt1{padding:20px 30px;background:#285f3f;font-size:var(--f20);line-height:1.8;color:#ffffff;margin-top:1px;}
.fwzxbox_05 .txt2{margin-top:60px;display:flex;color:#333333;font-size:var(--f18);line-height:1.6;}
/**/
.fwzxbox_06{padding:90px 0 90px;background-color:#eff3f4;}
.fwzxbox_06 .item_li{margin-top:60px;}
.fwzxbox_06 .item{display:flex;}
.fwzxbox_06 .item:nth-child(2){flex-direction: row-reverse;}
.fwzxbox_06 .item .imgbox{position: relative;padding-bottom: 30%;overflow: hidden;width:50%;}
.fwzxbox_06 .item .imgbox img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.fwzxbox_06 .item .textbg{width:50%;background:#ffffff;display:flex;justify-content: center;}
.fwzxbox_06 .item .textbg .textbox{margin:10% 6% 0;width:88%;}
.fwzxbox_06 .item .textbg .txt1{font-size:var(--f32);margin-bottom:25px;}
.fwzxbox_06 .item .textbg .txt2{font-size:var(--f20);line-height:1.8;font-weight:400;}
.fwzxbox_06 .item .textbg .txt01{color:#285f3f;font-size:var(--f24);margin-bottom:10px;}
.fwzxbox_06 .item .textbg .txt02{font-size:var(--f20);}
/**/
.fwzxbox_07{padding:100px 0 90px;background-repeat:no-repeat;background-position:center top;background-size:100% auto;background-image:url(../images/fw_bg3.jpg);}
.fwzxbox_07 .fw_01{margin-top:60px;padding-bottom:40px;background-repeat:no-repeat;background-position:right bottom 50px;background-size:98% auto;background-image:url(../images/fw_jiantou.png);min-height:9.5vw;}
.fwzxbox_07 .fw_01 i{font-style:normal}
.fwzxbox_07 .fw_01 .item_li{margin-top:60px;padding:0 40px 0 80px;display:flex;}
.fwzxbox_07 .fw_01 .item_li .item{width:calc(100% / 7);margin-right:3%;display: flex;flex-direction: column;align-items: center;}
.fwzxbox_07 .fw_01 .item_li .item i{display:flex;width:46px;height:46px;background:#285f3f;border-radius:50%;color:#ffffff;align-items: center;justify-content: center;font-size:var(--f24);margin-top:20px;}
.fwzxbox_07 .fw_01 .item_li .item .txt{background:#285f3f;display:flex;width:100%;align-items: center;justify-content: center;text-align:center;border-radius: 5px;padding:5px 20px;height:80px;line-height:1.2;color:#ffffff;font-size:var(--f24);}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(2n) i,.fwzxbox_07 .fw_01 .item_li .item:nth-child(2n) .txt{background:#42ab6d;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(1){margin-top:-0.7%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(2){margin-top:2.9%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(3){margin-top:4.56%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(4){margin-top:4.8%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(5){margin-top:3.9%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(6){margin-top:1.9%;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(7){margin-top:-1.5%;margin-right:0%;}
.fwzxbox_07 .fw_01{}
.fwzxbox_07 .fw_02{margin:80px 80px 0;background:#ffffff;padding:60px 40px;border-radius:10px;}
.fwzxbox_07 .fw_02 .txt1{display:flex;justify-content: center;}
.fwzxbox_07 .fw_02 .txt1 .h3{padding: 10px 50px;background: #285f3f;font-size: var(--f32);color: #ffffff;border-radius: 60px;}
.fwzxbox_07 .fw_02 .imgbox{margin-top:60px;display:flex;justify-content: center;}
.fwzxbox_07 .fw_02 .imgbox img{width:auto;}
body{--f72:3.51vw;--f62:3.03vw;}
.nabout{padding:0;}

.about3_1 .title_01 .title{margin-bottom:60px;}


/**/
@media(max-width: 2000px){
 
.honor_list .item{width:calc(25% - 32px);}
.honor_list .item a{padding:30px;}

.fwzxbox_01 { padding: 90px 0;}
.fwzxbox_01 .textbox .txt1{margin-bottom: 30px;}
.fwzxbox_02{padding:70px 0 90px;}
.fwzxbox_03,.fwzxbox_06{  padding:70px 0;}
.fwzxbox_04{ padding: 80px 0;}
.fwzxbox_05{padding:90px 0 70px;}
.fwzxbox_07{padding:80px 0 70px;}
.fwzxbox_02 .fwzx_01{padding: 60px 30px; margin-top: 40px;}
.fwzxbox_02 .fwzx_02 { margin-top: 60px;}
.fwzxbox_03 .item_li {margin-top:50px;}
.fwzxbox_03 .item_li .txtbox .txt2{height:60px}
.fwzxbox_03 .item_li .txtbox {padding: 25px 40px 40px;}
.fwzxbox_04 .fwzx_main { margin-top: 70px;}
.fwzxbox_04 .fwzx_main .txt_li .txtbox { padding: 35px 30px 35px;}
.fwzxbox_04 .fwzx_main .txt_li {min-height: 230px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(1) i {width: 160px; height: 70px; right: -120px;  bottom: 0px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(2) i {top: 26%;width: 160px; right: -130px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(3) i { top: 36%; width: 170px; left: -150px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(4) i {top: 40%; width: 170px; left: -150px;}
.fwzxbox_05 .fwzx_con{margin-top: 50px; padding: 0 80px;}
.fwzxbox_05 .txt2 {margin-top: 50px;}
.fwzxbox_06 .item_li {margin-top: 50px;}
.fwzxbox_07 .fw_01 .item_li .item .txt{height:65px;}
.fwzxbox_07 .fw_02 {margin: 70px 70px 0; padding: 50px 30px;}

.zsjmnbox_01{padding: 10px 0 70px;}
.zsjmnbox_02{padding:90px 0 70px;}
.zsjmnbox_01 .item { margin-bottom: 46px;}
.zsjmnbox_01 .item:last-child{margin-bottom:0;}
.zsjmnbox_01 .item_li,.zsjmnbox_02 .item_li{margin-top: 50px;}
.zsjmnbox_03{padding-top:50px;}

.zsjm_mes{padding:50px 60px 70px 90px;}
.zsjm_mes .mes_r .mes_act { margin-top: 70px;}

}

/**/
@media(max-width: 1600px){
.fwzxbox_01 { padding: 70px 0;}
.fwzxbox_01 .textbox .txt1{margin-bottom:25px;}
.fwzxbox_02{padding:50px 0 70px;}
.fwzxbox_03,.fwzxbox_06{  padding:50px 0;}
.fwzxbox_04{ padding: 60px 0;}
.fwzxbox_05{padding:70px 0 50px;}
.fwzxbox_07{padding:60px 0 50px;}
.fwzxbox_02 .fwzx_01{padding: 40px 30px; margin-top: 30px;}
.fwzxbox_02 .fwzx_02 { margin-top: 40px;}
.fwzxbox_03 .item_li {margin-top:40px;}
.fwzxbox_03 .item_li .txtbox {padding: 20px 30px 30px;}
.fwzxbox_04 .fwzx_main { margin-top: 50px;}
.fwzxbox_04 .fwzx_main .txt_li {min-height: 200px;}
.fwzxbox_04 .fwzx_main .txt_li .txtbox { padding: 30px 25px 30px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(1) i {width: 150px; height: 70px; right: -120px; bottom: -20px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(2) i { top: 20%;  width: 30%; right: -25%;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(3) i {width: 180px;left: -160px;}
.fwzxbox_04 .fwzx_main .txt_li:nth-child(4) i {top: 48%;width: 160px;left: -140px;}
.fwzxbox_05 .fwzx_con{margin-top: 40px; padding: 0 60px;}
.fwzxbox_05 .txt2 {margin-top: 40px;}
.fwzxbox_06 .item_li {margin-top: 40px;}
.fwzxbox_07 .fw_01 .item_li .item .txt{height:50px;}
.fwzxbox_07 .fw_02 {margin: 55px 55px 0; padding: 35px 20px;}

.zsjm_mes .mes_r .mes_act .inputs { height: 40px; line-height: 40px;}
.zsjm_mes .mes_r .mes_act .group .yzmbox .yzm{ height: 40px; }
.zsjm_mes{padding:40px 50px 60px 80px;}
.zsjm_mes .mes_r .mes_act { margin-top: 50px;}


}
/**/
@media(max-width: 1400px){
.fwzxbox_01 { padding: 50px 0;}
.fwzxbox_01 .textbox .txt1{margin-bottom:20px;}
.fwzxbox_02{padding:40px 0 50px;}
.fwzxbox_03,.fwzxbox_06{  padding:40px 0;}
.fwzxbox_04{ padding: 40px 0;}
.fwzxbox_05{padding:50px 0 40px;}
.fwzxbox_07{padding:40px 0 30px;}
.fwzxbox_02 .fwzx_01{padding: 30px 20px; margin-top: 20px;}
.fwzxbox_02 .fwzx_02 { margin-top:30px;}
.fwzxbox_03 .item_li {margin-top:30px;}
.fwzxbox_03 .item_li .txtbox {padding: 20px 30px 30px;}
.fwzxbox_04 .fwzx_main { margin-top: 30px;}
.fwzxbox_04 .fwzx_main .txt_li .txtbox { padding: 25px 20px 25px;}
.fwzxbox_05 .fwzx_con{margin-top: 30px; padding: 0 40px;}
.fwzxbox_05 .txt2 {margin-top: 30px;}
.fwzxbox_06 .item_li {margin-top: 30px;}
.fwzxbox_07 .fw_01 .item_li .item .txt{height:40px;}
.fwzxbox_07 .fw_02 {margin: 30px 30px 0; padding: 25px 10px;}

.zsjmnbox_03 .linkbox a { padding: 20px 0;}
.zsjm_mes{padding:30px 40px 50px 60px;}
.zsjm_mes .mes_r .mes_act { margin-top: 30px;}

}

/* 搜索框End*/
@media(max-width:1200px){

	body{--f62:0.62rem;--f72: 0.72rem; --f78: 0.78rem; --f82:0.82rem; --f120:1.2rem;}   
	.MobileMain{display: block;}
	.fwzxbox_04 .fwzx_main .imgbox {width:80vw; height: 80vw;}
	.fwzxbox_04 .fwzx_main .txt_li{position: initial;width:100%;margin-bottom:15px;}
	.zsjmnbox_03 .linkbox a{padding: 15px 0;}


	.Nav_height{height: var(--nav_height);}
	.Cookie_Container .box .boxLeft{max-width: 100%;width: 100%;margin-bottom: 0.3rem;}
	.Cookie_Container .box .boxLeft .top{font-size: var(--f24);}
	.Cookie_Container .box .boxLeft .bot{font-size: var(--f20);margin-top: .2rem;}
	.Cookie_Container .box .boxRight .btn1,.Cookie_Container .box .boxRight .btn2{width: 1.8rem;height: .6rem;}
	.honor_list .item {width: calc(33.333% - 22px);}
	.honor_list .item {margin-right: 20px;margin-bottom: 20px;}
}
@media screen and (min-width: 669px){
	.MobileNavigation .box_scroll .box .item a{line-height: 70px;font-size: 20px;}
	.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a{font-size: 18px;}
}
@media(max-width: 800px){

body{--f72:0.6rem;--f62:0.5rem;}
.fwzxbox_01 .wMain {flex-direction: column;	}
.fwzxbox_01 .imgbox { width: 100%; text-align: center;}
.fwzxbox_01 .textbox { width: 100%;margin-top:30px;}
.fwzxbox_02 .fwzx_01{flex-direction: column;}
.fwzxbox_02 .fwzx_01 .imgbox {width:100%;}
.fwzxbox_02 .fwzx_02 .txt1 h3 { padding: 10px 12px;font-size: 18px;}
.fwzxbox_02 .fwzx_01 .text { width:100%;margin-right:0;margin-top:20px;}
.fwzxbox_03 .item_li .txtbox .txt2 {height: 40px;}
.fwzxbox_03 .item_li .txtbox { padding: 20px 20px 20px;}
.fwzxbox_04 .fwzx_main .txt_li i{display:none}
.fwzxbox_04 .fwzx_main .txt_li {min-height: 100px;}
.fwzxbox_04 .fwzx_main .txtbox{margin-top:20px;}
.fwzxbox_05 .fwzx_con {padding: 0 0;}
.fwzxbox_05 .txt2 { margin-top: 20px;}
.fwzxbox_05 .txt1 { padding: 10px 20px;}
.fwzxbox_06 .item,.fwzxbox_06 .item:nth-child(2){flex-direction: column;}
.fwzxbox_06 .item:nth-child(2){margin-top:20px}
.fwzxbox_06 .item .imgbox{width:100%;padding-bottom: 60%;}
.fwzxbox_06 .item .textbg{width:100%;padding:0 0 30px;}
.fwzxbox_06 .item .textbg .textbox {margin: 6% 4% 0;width: 92%;}
.fwzxbox_06 .item .textbg .txt1 {margin-bottom:15px;}
.fwzxbox_07 .fw_01{background-image:none;}
.fwzxbox_07 .fw_01 {margin-top:20px;padding-bottom: 0px;}
.fwzxbox_07 .fw_01 .item_li .item i {width: 36px;height: 36px;margin-top:0;border:1px solid rgba(255 255 255 /0.2)}
.fwzxbox_07 .fw_01 .item_li .item .txt{padding:0 10px;height:90px; margin-top: -15px;}
.fwzxbox_07 .fw_01 .item_li { padding: 0 0px 0 0;flex-wrap: wrap;margin-right:-10px;}
.fwzxbox_07 .fw_01 .item_li .item {width: calc((100% / 3) - 10px);margin-right:10px; flex-direction:column-reverse;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(1){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(2){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(3){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(4){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(5){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(6){margin-top:10px;}
.fwzxbox_07 .fw_01 .item_li .item:nth-child(7){margin-top:10px;margin-right:0%;}
.fwzxbox_07 .fw_02 {margin: 30px 0px 0; padding: 25px 0px;}
.fwzxbox_07 .fw_02 .imgbox {margin-top: 30px;}

.zsjmnbox_01 .item ,.zsjmnbox_01 .item:nth-child(2n){ flex-direction:row-reverse;}
.zsjmnbox_02 .item,.zsjmnbox_02 .item:nth-child(2n){flex-direction:row-reverse;}
.zsjmnbox_02 .item .imgbox { padding-bottom: 50%; width: 100%;}
.zsjmnbox_02 .item .textbg { width:100%;}

.zsjmnbox_01 .item .imgbox{ padding-bottom:50%;}
.zsjmnbox_01 .item .textbg { width: 100%;padding:25px 0;}
.zsjm_mes{padding:20px 20px 20px 20px;}

.zsjm_mes .mes_r .mes_act .inputs { height: 36x; line-height: 36px;}
.zsjm_mes .mes_r .mes_act .group .yzmbox .yzm{right: 0px; }
.zsjm_mes .mes_l .mes_txt2 .mes_txt2_right{margin-left:15px;}
.zsjm_mes .mes_l .mes_txt2 .mes_txt2_right img{width:96px;}
.zsjmnbox_02 {padding: 50px 0 20px;}
.zsjmnbox_03 {padding-top: 20px;}


}


@media screen and (max-width: 669px){.Cookie_Container .box .boxRight .btn1,.Cookie_Container .box .boxRight .btn2{width: 2rem;height: 0.7rem;}}

.pro_banner .Home_Banner .banner .swiper .swiper-slide .orientation .content1:after{content:none;}