.padding{ padding-top:80px; padding-bottom:80px; }
.padding-bottom-120{ padding-bottom:80px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

html{height: 100%;}
.index_banner {position: relative;width: 100%; margin-top:110px; }
.index_banner .swiper{ height:600px; }
.index_banner .swiper-slide{ position: relative;width: 100%;overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width: calc(var(--width) / 2); left: 50%; top:50%; padding-right: calc(var(--width) / 2); transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_banner .swiper-slide .info h1{ font-size:28px; color:#ff9c00; font-weight: 300; text-align: left; line-height:1.2em; margin-bottom:10px;  }
.index_banner .swiper-slide .info h2{ font-size:56px; font-weight: 500; text-align: left; line-height:1.2em; margin-bottom:30px; color:#ff9c00; }
.index_banner .swiper-slide .info p{color: #111; font-size:18px; line-height:1.6em; margin-bottom:50px; text-align: left;}
.index_banner .swiper-slide .info .more a{ display: inline-block; transition-duration: 0.3s; height: 32px; width: 32px; border-radius: 32px; border:#ff9c00 solid 2px; display: flex; justify-content: center; align-items: center;}
.index_banner .swiper-slide .info .more a i{ font-size:24px; color:#ff9c00 }
.index_banner .swiper-slide .info .more a:hover{ opacity:0.9 }



.index_banner .swiper-pagination{ bottom:20px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:10px; width:10px; border-radius:5px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--main); width: 30px;}


.index_box_1 .title { margin-bottom:60px; }
.index_box_1 .title h2{ text-align: center; font-size:36px;  font-weight:normal; }
.index_box_1 .content{ display: grid;grid-template-columns: repeat(4, 1fr); grid-gap: 24px; position: relative}
.index_box_1 .content .item h2{ position: relative; z-index: 2; text-align:center; font-weight:normal; margin-bottom: 20px; font-size:28px; }
.index_box_1 .content .item p{position: relative; z-index: 2;  text-align:center; font-weight:normal; font-size:18px; }
.index_box_1 .content .item { position: relative; background: #fffdf5;border: #fec905 solid 1px; padding: 50px 20px; padding-bottom: 180px; overflow: hidden;}
.index_box_1 .content .item img{ position:absolute; right:-30px; bottom:-30px; }


.index_box_2{ background:#fff9ea; }
.index_box_2 .title h2{ text-align: center; font-size:36px;  font-weight:normal; }
.index_box_2 .title { margin-bottom:60px; }
.index_box_2 .content{position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 400px 360px; }
.index_box_2 .content .item{ z-index: 2; position: relative; overflow: hidden;border-radius: 16px; border:#fff solid 1px;background: #fff; box-shadow: 0px 0px 30px rgba(255, 200, 49, 0.2); }
.index_box_2 .content .item .number{ position:relative; z-index:3; font-size:18px; color:#fff; position:absolute; right:10px; top:10px; }
.index_box_2 .content .item h3{padding:18px 24px;background: #ffdc39; display: flex; justify-content: left; align-items: center; grid-gap: 10px;  font-size:24px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.index_box_2 .content .item h3 i{ color:#fff; font-size:32px; }
.index_box_2 .content .item h3 span{ color:#111; font-weight:500; line-height:1; font-size:28px; }
.index_box_2 .content .item p{ padding:25px 32px;  font-size: 16px;font-weight:normal;  position:relative; z-index:3}
.index_box_2 .content .bg{ position:absolute; left:50%; top:50%;transform:translate(-50%,-50%); }

.index_box_3{}
.index_box_3 .title { margin-bottom:60px; }
.index_box_3 .title h2{ text-align: center; font-size:36px;  font-weight:normal; }
.index_box_3 .content{position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.index_box_3 .content .item{padding: 60px; border: #ffdb3a solid 1px;}
.index_box_3 .content .item:nth-child(1){background: url(../images/index1.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(2){background: url(../images/index2.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(3){background: url(../images/index3.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(4){background: url(../images/index4.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item h3{  font-size:28px; }
.index_box_3 .content .item p{font-weight:normal; font-size:18px; margin-bottom:50px; }
.index_box_3 .content .item i{font-weight:normal; font-size:32px; }


.index_box_4{ background:url(../images/bg1.jpg) no-repeat; background-size:cover; }
.index_box_4 .pagewidth{ }
.index_box_4 .title { margin-bottom:60px; }
.index_box_4 .title h2{ text-align: center; font-size:36px;  font-weight:normal; }
.index_box_4 .title { margin-bottom:60px; }
.index_box_4 .content{ display: grid; grid-template-columns: repeat(5, 1fr); grid-gap:30px; margin-bottom: 70px;}
.index_box_4 .content .item{ border:#111 solid 1px; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); display:flex; justify-content:center; align-items:center; border-radius: 40px; background:rgba(0, 0, 0, 0); }
.index_box_4 .content .item span{ font-size:20px; }
.index_box_4 .more{ text-align:center; }
.index_box_4 .more a{ display: inline-block; border:#111 solid 1px; padding:10px 30px; font-size:20px; background: var(--main); color: #111;}







.detail_banner{ position:relative; margin-top:100px; }
.detail_banner .bg{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; width:100%; height:100%; object-fit:cover; }
.detail_banner .pagewidth{ position:relative; height:480px; }
.detail_banner .pagewidth .text{ position:absolute;top: 50%; width: 45%;  transform: translateY(-50%); z-index:3; }
.detail_banner .pagewidth .text h2{ font-size:40px; font-weight:700; text-align: left; line-height:1.2em; margin-bottom:20px; color:#fec905; }
.detail_banner .pagewidth .text h4{ font-size:18px; font-weight: normal; text-align: left; line-height:1.2em; margin-bottom:30px; color:#111; }
.detail_banner .pagewidth .text p{color: #111; font-size:16px; line-height:1.6em; text-align: left;}
.detail_banner .pagewidth .text .button{ padding-top:50px; }
.detail_banner .pagewidth .text .button a{ display: inline-block; border:#111 solid 1px; padding:5px 20px; font-size:20px; background: var(--main); color: #111;}

.crumbs{background: #f6f6f6;}
.crumbs .pagewidth{ color:#111; line-height: 50px; height: 50px; font-size: 16px;}
.crumbs .pagewidth a{ color:#111; }
.crumbs .pagewidth span{ color:var(--main); }

.product_brokerage_1 .title{ margin-bottom:50px; }
.product_brokerage_1 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.product_brokerage_1 .content{background: #fffdf6; padding: 50px;}
.product_brokerage_1 .content img{ width:100%; }


.product_brokerage_2{background: #fff9ea;}
.product_brokerage_2 .title{ margin-bottom:50px; }
.product_brokerage_2 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.product_brokerage_2 .content {display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px}
.product_brokerage_2 .content .item{background:url(../images/product2.png) no-repeat right bottom #fff; padding: 30px; position: relative; border: #fff solid 1px; padding-bottom: 60px;}
.product_brokerage_2 .content .item h3{ font-size:24px; font-weight:500; position:relative;display:inline-block; margin-bottom: 20px; padding-bottom: 5px;}
.product_brokerage_2 .content .item h3::after{content: ""; position: absolute; left: 0px; bottom: 0px; height: 3px; background: #ffae00; right: 0px;}
.product_brokerage_2 .content .item ul li{ padding-left: 10px; position: relative; font-size:16px; color:#333; position:relative; }
.product_brokerage_2 .content .item ul li::after{ content:""; position:absolute; width:4px; height:4px; border-radius:2px; background:#ffae00; left:0px; top:10px; }
.product_brokerage_2 .content .item .number{ font-size:32px;color:#ffae00; position:absolute; right:10px; top:10px; }

.product_brokerage_3{background: #fff;}
.product_brokerage_3 .title{ margin-bottom:100px; }
.product_brokerage_3 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.product_brokerage_3 .content{display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.product_brokerage_3 .item{ padding: 50px; padding-bottom: 80px; background: linear-gradient(0deg, #ffeec0, #ffffff); border:var(--main) solid 1px;}
.product_brokerage_3 .item h3{ text-align:center; font-size:24px; padding-top: 30px; font-weight:normal; }
.product_brokerage_3 .item .icon{ position:relative; margin-top:-120px; }

.product_marketing_1 .title{ margin-bottom:50px; }
.product_marketing_1 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:36px; }
.product_marketing_1 .content{background: #fffdf6; padding: 50px;display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px;}
.product_marketing_1 .content .item{ position:relative; }
.product_marketing_1 .content .item .icon{ position:absolute; left:-20px; top:-20px; }
.product_marketing_1 .content .item .subtitle{ text-align:center; }
.product_marketing_1 .content .item .subtitle p{  text-transform: uppercase;}
.product_marketing_1 .content .item .subtitle h4{ font-size: 26px;}
.product_marketing_1 .content .item .box{background: #fff; padding: 30px;}
.product_marketing_1 .content .item .box .description{ color:#666; margin-bottom: 30px;}
.product_marketing_1 .content .item .box ul li {  padding:2px 10px; margin-bottom: 38px; font-size:16px; line-height:40px; height:40px;background: linear-gradient(90deg, #fec43a, #fff); }
.product_marketing_1 .content .item .box ul li:last-child{ margin-bottom:0; }
.product_marketing_1 .content .item:last-child .box ul li { margin-bottom:10px; }
.product_marketing_1 .content .item:last-child .icon{ position:absolute; left: auto; right:-20px; top:-20px; }



.product_marketing_2 .pagewidth{ padding-top:0; }
.product_marketing_2 .title{ margin-bottom:70px; }
.product_marketing_2 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:36px; }
.product_marketing_2 .content{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px;}
.product_marketing_2 .content .item{border: #ffae00 dashed 2px;background: #fffbee; padding:40px; position: relative;}
.product_marketing_2 .content .item .subtitle{ left: 50%; transform: translateX(-50%); font-size: 24px; color: #fff; display: inline-block; padding: 6px 30px; position: absolute;margin-top: -70px; text-shadow: 0px 5px 10px #ffae00; border: #ffae00 solid 1px; border-radius: 40px;background: linear-gradient(0deg, #fec43a, #fff);}
.product_marketing_2 .content .item ul li{margin-bottom: 20px; padding-left: 30px; background: url(../images/product3.png) no-repeat left 5px;}
.product_marketing_2 .content .item ul li:last-child{ margin-bottom:0; }



.product_marketing_3{ background: linear-gradient(90deg, #fcf9e9, #f9fafd); }
.product_marketing_3 .title{ margin-bottom:70px; }
.product_marketing_3 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:36px; }
.product_marketing_3 .content{display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px;}
.product_marketing_3 .content .item{background: linear-gradient(225deg, #fbd752, #fff 24%, #fff); text-align: center; padding: 50px 50px;}
.product_marketing_3 .content .item .icon{ margin:0 auto }
.product_marketing_3 .content .item .icon img{display: inline-block;}
.product_marketing_3 .content .item h3{ font-size:24px; font-weight:500; margin-bottom:10px; padding-top: 20px;}
.product_marketing_3 .content .item p{ font-size:16px; color: #333;}



.news_list .item{margin-bottom: 30px; display:grid;align-items: center; grid-template-columns: 140px auto 280px;grid-gap: 30px; padding: 2px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.news_list .item .img{ padding:15px; }
.news_list .item .img img{ width:100%; }
.news_list .item .date { text-align:center; height:164px; padding-top:30px; }
.news_list .item .date strong{ font-size:62px; display:block; font-weight:bold; line-height:1; margin-bottom:10px; }
.news_list .item .date span{ font-size:22px; display:block; font-weight:normal; line-height:1; margin-bottom:10px;}
.news_list .item .date .more a{ display: block; margin: 0 auto; transition-duration: 0.3s; height: 18px; width: 18px; border-radius: 32px; border:#111 solid 2px; display: flex; justify-content: center; align-items: center;}
.news_list .item .date .more a i{ font-size:16px; color:#111 }
.news_list .item .date .more a:hover{ opacity:0.9 }
.news_list .item .info h2 a{color:#111; font-size:24px; font-weight:500;  }
.news_list .item .info h2{ margin-bottom:10px; }
.news_list .item:hover .date {background: var(--main);}
.news_list .item:hover .date{ color:#fff; position:relative; }
.news_list .item:hover .date:after{content: ""; position: absolute;border: 9px solid transparent; border-right-width: 0; top:60px;  border-left-color:var(--main); right: -8px;}
.news_list .item:hover  .date .more a{ display: block; margin: 0 auto; transition-duration: 0.3s; height: 18px; width: 18px; border-radius: 32px; border:#fff solid 2px; display: flex; justify-content: center; align-items: center;}
.news_list .item:hover  .date .more a i{ font-size:16px; color:#fff }
.news_list .item:hover  .date .more a:hover{ opacity:0.9 }

.news_detail .pagewidth{}
.news_detail .pagewidth .title{; }
.news_detail .pagewidth .title h1{ font-size:36px; text-align:center; margin-bottom:10px; }
.news_detail .pagewidth .title p{  text-align:center; color:#999; }
.news_detail .pagewidth .title { border-bottom:#ececec solid 2px; padding-bottom:30px; margin-bottom:30px; }






.html{ color:#333; margin-bottom:30px;}
.html p{ margin-bottom:16px;}
.html img{max-width:100%}
.html h3{ margin-bottom:16px;}



.about_content{}
.about_content .pagewidth{  display:grid; grid-template-columns:repeat(2, 1fr); grid-gap:40px; }
.about_content .pagewidth .info h2{ margin-bottom: 10px; text-align:right; font-size:28px; font-weight: normal; color: var(--main);}
.about_content .pagewidth .info .html{ font-size: 18px; width: calc(100% + 40px); line-height: 2; background:#f5f5f5; padding: 30px; position: relative;left:-100px; z-index: 2;}
.about_content .pagewidth .ad ul{ display:grid;grid-template-columns:repeat(3, 1fr); grid-gap:20px; }
.about_content .pagewidth .ad ul li{ display:flex; justify-content: center; align-items: center; height:150px; width:150px; border: #fff8e6 solid 15px; border-radius:200px;background:var(--main); }
.about_content .pagewidth .ad ul li h4{ text-align:center; font-size:26px; }
.about_content .pagewidth .ad ul li p{ font-weight: 300; text-align:center;}

.about_contact .content{background: #f5f5f5; padding: 50px; padding-bottom: 200px; position: relative;}
.about_contact .content h3{display: flex; justify-content: left; margin-bottom: 60px; align-items: center; grid-gap: 10px;}
.about_contact .content h3 span{ font-size:48px; font-weight:bold;font-style:italic; }
.about_contact .content ul{display: grid; grid-template-columns: repeat(2, 1fr); width: 60%;}
.about_contact .content li{ font-size:18px; margin-bottom:10px; }
.about_contact .content .lou{ position:absolute; right:0px;bottom:0px; }
.about_contact .content .en{  color:#ececec; text-transform: uppercase; line-height: 1; font-size:98px; font-weight:700; position:absolute; left:5px;bottom:0; }


.product_box_1{ position:relative; margin-top:-100px; }
.product_box_1 .content{ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap: 40px;}
.product_box_1 .content .item{ background:#fff; padding:50px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.product_box_1 .content .item .icon{ width:50px;}
.product_box_1 .content .item h2{ padding-top:10px; font-size:24px; font-weight:normal; margin-bottom:10px; }
.product_box_1 .content .item p{ font-size:16px; color:#666; }

.product_box_2 .pagewidth{ padding-bottom: 50px;}
.product_box_2 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.product_box_2 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.product_box_2 .content img{ width:100%; }

.product_box_3 .pagewidth{ }
.product_box_3 .title{ margin-bottom:60px; }
.product_box_3 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.product_box_3 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.product_box_3 .content{ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap: 40px;}
.product_box_3 .content .item{ background:#fff; padding:60px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.product_box_3 .content .item .icon{ position:absolute; }
.product_box_3 .content .item h2{ padding-left:100px; font-size:24px; font-weight:normal; margin-bottom:10px; }
.product_box_3 .content .item p{ padding-left:100px;font-size:16px; color:#666;  }
.product_box_3 .content .item p{ display:flex; justify-content:left; align-content:flex-start; }


.policy_box_1 .title{ margin-bottom:50px; }
.policy_box_1 .title h2{ font-size:36px; text-align:center; margin-bottom:10px; }
.policy_box_1 .title p{ font-size:18px; text-align:center; }
.policy_box_1 .content img{ width:100%; }


.policy_box_2 .title{ margin-bottom:50px; }
.policy_box_2 .title h2{ font-size:36px; text-align:center; margin-bottom:10px; }
.policy_box_2 .content{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px; margin-bottom: 30px;}
.policy_box_2 .content .item{background:#fff5da; border-radius: 12px; padding: 30px;}
.policy_box_2 .content .item h3{ font-size:26px; position:relative; padding-bottom:20px; margin-bottom:20px; }
.policy_box_2 .content .item h3:after{content: ""; position: absolute; left: 0px; bottom: 0px; border-radius: 2px; height: 3px; width: 40px; background: #111;}
.policy_box_2 .content .item ul li{ padding: 30px; background: linear-gradient(180deg, #fee5a1, #fff); border-radius: 8px; margin-bottom: 20px;}
.policy_box_2 .content .item h4{display: flex; justify-content: left; align-items: center; font-size: 20px; margin-bottom: 10px;}
.policy_box_2 .content .item ul li:last-child{ margin-bottom:0; }

.policy_box_2 .content1{}
.policy_box_2 .content1 .item{background: linear-gradient(180deg, #fff3e2, #fff);border-radius: 12px; padding: 30px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);}
.policy_box_2 .content1 .item h3{ font-size:26px; position:relative; padding-bottom:20px; margin-bottom:20px; }
.policy_box_2 .content1 .item h3 span{ font-size:18px; padding-left:20px; font-weight:normal; }
.policy_box_2 .content1 .item h3:after{content: ""; position: absolute; left: 0px; bottom: 0px; border-radius: 2px; height: 3px; width: 40px; background: #111;}
.policy_box_2 .content1 .item ul { display: grid; grid-template-columns: repeat(9, 1fr); grid-gap: 20px;}
.policy_box_2 .content1 .item ul li{background: #f3b231; font-size: 16px; color:#fff; text-align: center; line-height: 36px; height: 36px; border-radius: 30px;}


.block110{ height:110px; }

.solution_box_1 .title{ margin-bottom:50px; }
.solution_box_1 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.solution_box_1 .content {text-align:center; position:relative; }
.solution_box_1 .content img{display: inline-block; }
.solution_box_1 .content .item1{ position:absolute; left:0px; top:40px; z-index:4; }
.solution_box_1 .content .item1 .text{ position:absolute; padding: 20px; padding-right: 50px; z-index: 3; text-align: left;}
.solution_box_1 .content .item1 .text h3{ color:#ffa900; font-size:22px; margin-bottom:5px; }
.solution_box_1 .content .item2{ position:absolute; right:0px; top:0px; z-index:4; }
.solution_box_1 .content .item2 .text{ position:absolute; padding: 20px; padding-left: 50px; z-index: 3; text-align: left;}
.solution_box_1 .content .item2 .text h3{ color:#ffa900; font-size:22px; margin-bottom:5px; }


.solution_box_2{background:url(../images/solution2.jpg) no-repeat center; }
.solution_box_2 .title{ margin-bottom:50px; }
.solution_box_2 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.solution_box_2 .content{}

.solution_box_3 .title{ margin-bottom:50px; }
.solution_box_3 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.solution_box_3 .content {position: relative;}
.solution_box_3 .content .bg{position:absolute; top: 0; z-index:-1}
.solution_box_3 .content .box{padding: 28px; display: grid; grid-template-columns: auto 190px 440px; align-items:center; }
.solution_box_3 .content .box .left ul{ padding-right:70px;padding-left:20px; }
.solution_box_3 .content .box .left ul li{ color:#b15300; line-height: 48px;  font-size:20px; border-bottom:#ffc853 solid 2px; }
.solution_box_3 .content .box .left ul li:last-child{ margin-bottom:none; }
.solution_box_3 .content .box .center ul li{font-size: 18px; margin-bottom: 20px;width: 130px; color: #ffa900; text-align: center; display: inline-block; padding: 6px 0px; text-shadow: 0px 5px 10px #ffd14a; border: #ffd14a solid 1px; border-radius: 40px;background: linear-gradient(0deg, #fee6a8, #fff);}
.solution_box_3 .content .box .center ul li:last-child{ margin-bottom:0px; }


.solution_box_4{background:#fffbeb; }
.solution_box_4 .title{ margin-bottom:50px; }
.solution_box_4 .title h2{ text-align:center; font-weight:500; font-size:36px; }
.solution_box_4 .content{ display: grid; grid-template-columns:repeat(2, 1fr); grid-gap:30px; }

.solution_box_4 .content .item{ position:relative; }
.solution_box_4 .content .item .text{ position:absolute; z-index:3; padding:50px; padding-right:240px; }
.solution_box_4 .content .item .text h3{ font-size:24px; margin-bottom:10px; }

.contact_content{background:var(--bg);}
.contact_content .pagewidth{ display:grid; grid-template-columns:repeat(2, 1fr); }
.contact_content .box{ padding:120px 80px;background:#fff; background: #fff; border-radius:12px 0px 0px 12px;} 
.contact_content .box h1{ font-size:44px; color:#111;padding-top: 40px; margin-bottom:20px; }
.contact_content .box ul { margin-bottom:40px; }
.contact_content .box ul li{ font-size:20px; color:#44526c; line-height:2 }
.contact_content .box .wechat{ text-align:left; width: 140px;}
.contact_content .box .wechat img{ width: 140px; border-radius:8px; display:inline-block;box-shadow:0px 0px 20px rgba(1, 105, 220, 0.15); }
.contact_content .box .wechat p{ padding-top:0px;text-align:center; }
.contact_content #container{background:#fff;overflow: hidden;border-radius:0px 12px 12px 0px ;}


.contact_box_1 .pagewidth{ position:relative; }
.contact_box_1 .pagewidth .box{ position:absolute; }
.contact_box_1 .pagewidth .box .title{ position:absolute; display: block; width: 200px; left:40px; top:40px; }
.contact_box_1 .pagewidth .box .title h2{ font-size:36px; margin-bottom:10px; line-height: 1; color:var(--main); }
.contact_box_1 .pagewidth .box .info{ position:absolute; left:400px; top:40px; }
.contact_box_1 .pagewidth .box .info .item{display: flex; margin-bottom: 10px; justify-content:left; grid-gap: 10px; align-items: center;}
.contact_box_1 .pagewidth .ren{ position:absolute; left:800px; top:70px; }
.contact_box_1 .pagewidth .wechat{ background: #fff; border: #111 solid 1px; padding: 5px; position:absolute; right:50px; top:200px; }

.contact_box_2 img{ width:100%; }

.contact_box_3{ background:url(../images/contact2.png) no-repeat center;background-size:cover; }
.contact_box_3 .pagewidth{display: flex; justify-content: space-between; align-items: center; padding-top: 70px; padding-bottom: 70px;}
.contact_box_3 h2{ padding-left: 10px; font-size:30px; background:url(../images/about2.png) no-repeat center left; background-size: contain;}
.contact_box_3 .more a{ display: inline-block; border:#111 solid 1px; padding:3px 20px; font-size:20px; background: var(--main); color: #111;}



.index_footerimg .swiper-slide{ height: 400px;}
.index_footerimg .swiper-slide img{ width: 100%; height: 100%; object-fit: cover}
.index_footerimg .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}
.list_news .content .item{ display: grid; grid-template-columns: 322px auto; grid-gap: 30px; margin-bottom:20px; border-bottom:dashed #ececec 1px; padding-bottom:30px; }
.list_news .content .item .img{width:320px; height: 220px; border-radius:4px;border: #ececec solid 1px; overflow: hidden; transform: rotate(0deg);}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}

.list_news .content .item .info{width: 77%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item h2 a:hover{color:var(--main);}
.list_news .content .item .time{font-size: 16px; color:#999;  margin-bottom: 5px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}


.show_news{ padding-bottom: 80px;}
.show_news .pagewidth{display: grid; grid-template-columns: auto 360px; }
.show_news .content { padding-right:80px; }
.show_news .content .title{font-size: 32px; line-height: 1.4em; color: #111; text-align: center; margin-bottom: 10px;}
.show_news .content .info{display: flex; justify-content: left;border-bottom: #ececec solid 1px; padding-top: 10px; margin-bottom: 30px; padding-bottom: 30px;}
.show_news .content .info span{ color: #999; }
.show_news .content .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;}
.show_news .content .html p{ margin-bottom:17px; }
.show_news .content .html img{height:auto; }
.show_news .content .other{ border-top:#ececec solid 1px; padding-top:30px;}
.show_news .content .other p{ margin-bottom:10px;font-size:16px; color:#333; width: 48%;}
.show_news .content .other p a{ color:#333; }
.show_news .content .other p a:hover{color:var(--main);}
.show_news .content .other p.left{text-align: left; float: left;}
.show_news .content .other p.right{text-align: right; float: right;}

.show_news .side{ padding-top: 60px;}
.show_news .side h2{ font-size:24px; color:#111; margin-bottom:20px; }
.show_news .side .item{display: grid;grid-template-columns: 100px auto;grid-gap: 20px;  border-bottom: #ececec solid 1px; padding-bottom: 15px; margin-bottom: 15px;}
.show_news .side .item h3{ font-size:16px; line-height: 1.4em; font-weight:normal; text-align:justify; margin-bottom:5px;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.show_news .side .item p{ font-size:14px; font-weight:normal; color:#666; }
.show_news .side .item h3 a{ color:#333;  line-height: 1.4em;}
.show_news .side .item h3 a:hover{ color:var(--main); }
.show_news .side .item .img {width: 100%; height: 72px; border-radius: 4px; overflow: hidden;}
.show_news .side .item .img img{ width:100%; height:100%; object-fit:cover; }
.show_news .side .item:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}




@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 480px) {
.padding{ padding-top:50px; padding-bottom:50px; }
.padding-bottom-120{ padding-bottom:50px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

html{height: 100%;}
.index_banner {position: relative;width: 100%; margin-top:60px; }
.index_banner .swiper{ height:400px; }
.index_banner .swiper-slide{ position: relative;width: 100%;overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width: auto; left: 20px; right: 20px; top:50%; padding-right:0; transition-duration: 0.3s; z-index: 33; transform: translateY(-50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_banner .swiper-slide .info h1{ font-size:20px; color:#ff9c00; font-weight: 300; text-align: left; line-height:1.2em; margin-bottom:10px;  }
.index_banner .swiper-slide .info h2{ font-size:36px; font-weight: 500; text-align: left; line-height:1.2em; margin-bottom:30px; color:#ff9c00; }
.index_banner .swiper-slide .info p{color: #111; font-size:16px; line-height:1.6em; margin-bottom:30px; text-align: left;}
.index_banner .swiper-slide .info .more a{ display: inline-block; transition-duration: 0.3s; height: 32px; width: 32px; border-radius: 32px; border:#ff9c00 solid 2px; display: flex; justify-content: center; align-items: center;}
.index_banner .swiper-slide .info .more a i{ font-size:24px; color:#ff9c00 }
.index_banner .swiper-slide .info .more a:hover{ opacity:0.9 }



.index_banner .swiper-pagination{ bottom:20px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:10px; width:10px; border-radius:5px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--main); width: 30px;}


.index_box_1 .title { margin-bottom:60px; }
.index_box_1 .title h2{ text-align: center; font-size:24px;  font-weight:normal; }
.index_box_1 .content{ display: grid;grid-template-columns: repeat(1, 1fr); grid-gap: 24px; position: relative}
.index_box_1 .content .item h2{ text-align:center; font-weight:normal; margin-bottom: 20px; font-size:20px; }
.index_box_1 .content .item p{ text-align:center; font-weight:normal; font-size:16px; }
.index_box_1 .content .item { position: relative; background: #fffdf5;border: #fec905 solid 1px; padding: 50px 20px; padding-bottom: 80px; overflow: hidden;}
.index_box_1 .content .item img{ position:absolute; right:-30px; bottom:-30px; }


.index_box_2{ background:#fff9ea; }
.index_box_2 .title h2{ text-align: center; font-size:24px;  font-weight:normal; }
.index_box_2 .title { margin-bottom:30px; }
.index_box_2 .content{position: relative; display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 30px; }
.index_box_2 .content .item{ z-index: 2; position: relative; overflow: hidden;border-radius: 16px; border:#fff solid 1px;background: #fff; box-shadow: 0px 0px 30px rgba(255, 200, 49, 0.2); }
.index_box_2 .content .item .number{ position:relative; z-index:3; font-size:18px; color:#fff; position:absolute; right:10px; top:10px; }
.index_box_2 .content .item h3{padding:18px 24px;background: #ffdc39; display: flex; justify-content: left; align-items: center; grid-gap: 10px;  font-size:20px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.index_box_2 .content .item h3 i{ color:#fff; font-size:24px; }
.index_box_2 .content .item h3 span{ color:#111; font-weight:500; line-height:1; font-size:20px; }
.index_box_2 .content .item p{ padding:20px 24px;  font-size: 16px;font-weight:normal;  position:relative; z-index:3}
.index_box_2 .content .bg{ position:initial; left:50%; top:50%;transform:translate(-50%,-50%); display: none; }

.index_box_3{}
.index_box_3 .title { margin-bottom:30px; }
.index_box_3 .title h2{ text-align: center; font-size:24px;  font-weight:normal; }
.index_box_3 .content{position: relative; display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 32px; }
.index_box_3 .content .item{padding: 30px; border: #ffdb3a solid 1px;}
.index_box_3 .content .item:nth-child(1){background: url(../images/index1.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(2){background: url(../images/index2.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(3){background: url(../images/index3.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item:nth-child(4){background: url(../images/index4.jpg) no-repeat center; background-size: cover;}
.index_box_3 .content .item h3{  font-size:28px; }
.index_box_3 .content .item p{font-weight:normal; font-size:18px; margin-bottom:30px; }
.index_box_3 .content .item i{font-weight:normal; font-size:32px; }


.index_box_4{ background:url(../images/bg1.jpg) no-repeat; background-size:cover; }
.index_box_4 .pagewidth{ }
.index_box_4 .title { margin-bottom:30px; }
.index_box_4 .title h2{ text-align: center; font-size:24px;  font-weight:normal; }
.index_box_4 .content{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap:20px; margin-bottom: 20px;}
.index_box_4 .content .item{ border:#111 solid 1px; padding-top: 5px; padding-bottom: 5px; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); display:flex; justify-content:center; align-items:center; border-radius: 40px; background:rgba(0, 0, 0, 0); }
.index_box_4 .content .item img{ width:32px; height: 32px;}
.index_box_4 .content .item span{ font-size:16px; }
.index_box_4 .more{ text-align:center; }
.index_box_4 .more a{ display: inline-block; border:#111 solid 1px; padding:10px 24px; font-size:16px; background: var(--main); color: #111;}







.detail_banner{ position:relative; margin-top:60px; }
.detail_banner .bg{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; width:100%; height:100%; object-fit:cover; }
.detail_banner .pagewidth{ position:relative; height:280px; }
.detail_banner .pagewidth .text{ position:absolute;top: 50%; left: 20px; right: 20px; width: auto;  transform: translateY(-50%); z-index:3; }
.detail_banner .pagewidth .text h2{ font-size:24px; font-weight:700; text-align: left; line-height:1.2em; margin-bottom:20px; color:#fec905; }
.detail_banner .pagewidth .text h4{ font-size:16px; font-weight: normal; text-align: left; line-height:1.2em; margin-bottom:30px; color:#111; }
.detail_banner .pagewidth .text p{color: #111; font-size:16px; line-height:1.6em; text-align: left;}
.detail_banner .pagewidth .text .button{ padding-top:20px; }
.detail_banner .pagewidth .text .button a{ display: inline-block; border:#111 solid 1px; padding:5px 20px; font-size:16px; background: var(--main); color: #111;}

.crumbs{background: #f6f6f6;}
.crumbs .pagewidth{ color:#111; line-height: 40px; height: 40px; font-size: 14px;}
.crumbs .pagewidth a{ color:#111; }
.crumbs .pagewidth span{ color:var(--main); }

.product_brokerage_1 .title{ margin-bottom:30px; }
.product_brokerage_1 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.product_brokerage_1 .content{background: #fffdf6; padding: 0px;}
.product_brokerage_1 .content img{ width:100%; }


.product_brokerage_2{background: #fff9ea;}
.product_brokerage_2 .title{ margin-bottom:30px; }
.product_brokerage_2 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.product_brokerage_2 .content {display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px}
.product_brokerage_2 .content .item{background:url(../images/product2.png) no-repeat right bottom #fff; padding: 30px; position: relative; border: #fff solid 1px; padding-bottom: 60px;}
.product_brokerage_2 .content .item h3{ font-size:24px; font-weight:500; position:relative;display:inline-block; margin-bottom: 20px; padding-bottom: 5px;}
.product_brokerage_2 .content .item h3::after{content: ""; position: absolute; left: 0px; bottom: 0px; height: 3px; background: #ffae00; right: 0px;}
.product_brokerage_2 .content .item ul li{ padding-left: 10px; position: relative; font-size:16px; color:#333; position:relative; }
.product_brokerage_2 .content .item ul li::after{ content:""; position:absolute; width:4px; height:4px; border-radius:2px; background:#ffae00; left:0px; top:50%; transform:translateY(-50%); }
.product_brokerage_2 .content .item .number{ font-size:32px;color:#ffae00; position:absolute; right:10px; top:10px; }

.product_brokerage_3{background: #fff;}
.product_brokerage_3 .title{ margin-bottom:50px; }
.product_brokerage_3 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.product_brokerage_3 .content{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px;}
.product_brokerage_3 .item{ padding:30px 50px; padding-bottom: 40px; background: linear-gradient(0deg, #ffeec0, #ffffff); border:var(--main) solid 1px;}
.product_brokerage_3 .item h3{ text-align:center; font-size:24px; padding-top: 0px; font-weight:normal; }
.product_brokerage_3 .item .icon{ position:relative; margin-top:-60px; }
.product_brokerage_3 .item .icon img{ width:100% }
.product_marketing_1 .title{ margin-bottom:50px; }
.product_marketing_1 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:24px; }
.product_marketing_1 .content{background: #fffdf6; padding: 0px;display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 40px;}
.product_marketing_1 .content .item{ position:relative; }
.product_marketing_1 .content .item .icon{ width: 60px; position:absolute; left:-20px; top:-20px; }
.product_marketing_1 .content .item .icon {}
.product_marketing_1 .content .item .subtitle{ text-align:center; }
.product_marketing_1 .content .item .subtitle p{  text-transform: uppercase;}
.product_marketing_1 .content .item .subtitle h4{ font-size: 26px;}
.product_marketing_1 .content .item .box{background: #fff; padding: 20px;}
.product_marketing_1 .content .item .box .description{ color:#666; margin-bottom: 30px;}
.product_marketing_1 .content .item .box ul li {  padding:2px 10px; margin-bottom: 10px; font-size:16px; line-height:1.6; height:auto;background: linear-gradient(90deg, #fec43a, #fff); }
.product_marketing_1 .content .item .box ul li:last-child{ margin-bottom:0; }
.product_marketing_1 .content .item:last-child .box ul li { margin-bottom:10px; }
.product_marketing_1 .content .item:last-child .icon{ position:absolute; left: auto; right:-20px; top:-20px; }



.product_marketing_2 .pagewidth{ padding-top:0; }
.product_marketing_2 .title{ margin-bottom:50px; }
.product_marketing_2 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:24px; }
.product_marketing_2 .content{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 40px;}
.product_marketing_2 .content .item{border: #ffae00 dashed 2px;background: #fffbee; padding:30px; position: relative;}
.product_marketing_2 .content .item .subtitle{ left: 50%; width: 200px; text-align: center; transform: translateX(-50%); font-size: 18px; color: #fff; display: block; padding: 6px 20px; position: absolute;margin-top: -50px; text-shadow: 0px 5px 10px #ffae00; border: #ffae00 solid 1px; border-radius: 40px;background: linear-gradient(0deg, #fec43a, #fff);}
.product_marketing_2 .content .item ul li{margin-bottom: 20px; padding-left: 30px; background: url(../images/product3.png) no-repeat left 5px;}
.product_marketing_2 .content .item ul li:last-child{ margin-bottom:0; }



.product_marketing_3{ background: linear-gradient(90deg, #fcf9e9, #f9fafd); }
.product_marketing_3 .title{ margin-bottom:50px; }
.product_marketing_3 .title h2{ text-align:center; font-weight:500; line-height: 1.2; font-size:24px; }
.product_marketing_3 .content{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px;}
.product_marketing_3 .content .item{background: linear-gradient(225deg, #fbd752, #fff 24%, #fff); text-align: center; padding: 30px;}
.product_marketing_3 .content .item .icon{ margin:0 auto }
.product_marketing_3 .content .item .icon img{display: inline-block; width: 70px;}
.product_marketing_3 .content .item h3{ font-size:24px; font-weight:500; margin-bottom:10px; padding-top: 20px;}
.product_marketing_3 .content .item p{ font-size:16px; color: #333;}



.news_list .item{margin-bottom: 30px; display:block;align-items: center; grid-template-columns: 140px auto 280px;grid-gap: 30px; padding: 2px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.news_list .item .img{ padding:15px; }
.news_list .item .img img{ width:100%; }
.news_list .item .date { text-align:center; background:var(--main); height:auto; padding-top:0px; padding: 5px; align-items: center;flex-direction: row-reverse; display:inline-flex; justify-content:center; }
.news_list .item .date strong{ font-size:16px; display:block; font-weight:bold; line-height:1; margin-bottom:0px; }
.news_list .item .date span{ font-size:16px; display:block; font-weight:bold; line-height:1; margin-bottom:0px;}
.news_list .item .date span:after{content: "-"}
.news_list .item .date .more{ display:none;}
.news_list .item .info{ padding:20px; }
.news_list .item .info h2 a{color:#111; line-height: 1.2; font-size:20px; font-weight:500;  }
.news_list .item .info h2{ margin-bottom:10px; line-height: 1.2; }
.news_list .item:hover .date {background: var(--main);}
.news_list .item:hover .date{ color:#fff; position:relative; }
.news_list .item:hover .date:after{ display: none;}

.news_detail .pagewidth{}
.news_detail .pagewidth .title{; }
.news_detail .pagewidth .title h1{ font-size:24px; text-align:center; margin-bottom:10px; }
.news_detail .pagewidth .title p{  text-align:center; color:#999; }
.news_detail .pagewidth .title { border-bottom:#ececec solid 2px; padding-bottom:30px; margin-bottom:30px; }






.html{ color:#333; margin-bottom:30px;}
.html p{ margin-bottom:16px;}
.html img{max-width:100%}
.html h3{ margin-bottom:16px;}



.about_content{}
.about_content .pagewidth{  display:block; grid-template-columns:repeat(1, 1fr); grid-gap:20px; }
.about_content .pagewidth .info h2{ margin-bottom: 10px; text-align:left; padding-top: 30px; font-size:28px; font-weight: normal; color: var(--main);}
.about_content .pagewidth .info .html{ font-size: 16px; width: auto; line-height: 2; background:#f5f5f5; padding: 30px; position: relative;left:0px; z-index: 2;}
.about_content .pagewidth .ad ul{ display:grid;grid-template-columns:repeat(3, 1fr); grid-gap:10px; }
.about_content .pagewidth .ad ul li{ display:flex; justify-content: center; align-items: center; height:100px; width:auto; border: #fff8e6 solid 5px; border-radius:200px;background:var(--main); }
.about_content .pagewidth .ad ul li h4{ text-align:center; font-size:20px; }
.about_content .pagewidth .ad ul li p{ font-weight: 300; font-size: 12px; text-align:center;}
.about_content .pagewidth .img{ width:100% }
.about_content .pagewidth .img img{ width:100%; }


.about_contact .content{background: #f5f5f5; padding: 30px; padding-bottom: 300px; position: relative;}
.about_contact .content h3{display: flex; justify-content: left; margin-bottom: 30px; align-items: center; grid-gap: 10px;}
.about_contact .content h3 span{ font-size:32px; font-weight:bold;font-style:italic; }
.about_contact .content ul{display: grid; grid-template-columns: repeat(1, 1fr); width: 100%;}
.about_contact .content li{ font-size:16px; margin-bottom:10px; }
.about_contact .content .lou{ position:absolute; right:0px;bottom:0px; width:100%; }
.about_contact .content .en{  color:#ececec; text-transform: uppercase; line-height: 1; font-size:98px; font-weight:700; position:absolute; left:5px;bottom:0; }
.about_contact .content .lou img{ width:100%; }

.product_box_1{ position:relative; margin-top:-100px; }
.product_box_1 .content{ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap: 40px;}
.product_box_1 .content .item{ background:#fff; padding:50px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.product_box_1 .content .item .icon{ width:50px;}
.product_box_1 .content .item h2{ padding-top:10px; font-size:24px; font-weight:normal; margin-bottom:10px; }
.product_box_1 .content .item p{ font-size:16px; color:#666; }

.product_box_2 .pagewidth{ padding-bottom: 50px;}
.product_box_2 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.product_box_2 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.product_box_2 .content img{ width:100%; }

.product_box_3 .pagewidth{ }
.product_box_3 .title{ margin-bottom:60px; }
.product_box_3 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.product_box_3 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.product_box_3 .content{ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap: 40px;}
.product_box_3 .content .item{ background:#fff; padding:60px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.product_box_3 .content .item .icon{ position:absolute; }
.product_box_3 .content .item h2{ padding-left:100px; font-size:24px; font-weight:normal; margin-bottom:10px; }
.product_box_3 .content .item p{ padding-left:100px;font-size:16px; color:#666;  }
.product_box_3 .content .item p{ display:flex; justify-content:left; align-content:flex-start; }


.policy_box_1 .title{ margin-bottom:30px; }
.policy_box_1 .title h2{ font-size:24px; text-align:center; margin-bottom:10px; }
.policy_box_1 .title p{ font-size:16px; text-align:center; }
.policy_box_1 .content img{ width:100%; }


.policy_box_2 .title{ margin-bottom:30px; }
.policy_box_2 .title h2{ font-size:24px; text-align:center; margin-bottom:10px; }
.policy_box_2 .content{display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 20px; margin-bottom: 30px;}
.policy_box_2 .content .item{background:#fff5da; border-radius: 12px; padding: 20px;}
.policy_box_2 .content .item h3{ font-size:24px; position:relative; padding-bottom:20px; margin-bottom:20px; }
.policy_box_2 .content .item h3:after{content: ""; position: absolute; left: 0px; bottom: 0px; border-radius: 2px; height: 3px; width: 40px; background: #111;}
.policy_box_2 .content .item ul li{ padding: 30px; background: linear-gradient(180deg, #fee5a1, #fff); border-radius: 8px; margin-bottom: 20px;}
.policy_box_2 .content .item h4{display: flex; justify-content: left; align-items: center; font-size: 20px; margin-bottom: 10px;}
.policy_box_2 .content .item ul li:last-child{ margin-bottom:0; }

.policy_box_2 .content1{}
.policy_box_2 .content1 .item{background: linear-gradient(180deg, #fff3e2, #fff);border-radius: 12px; padding: 30px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);}
.policy_box_2 .content1 .item h3{ font-size:24px; position:relative; padding-bottom:20px; margin-bottom:20px; }
.policy_box_2 .content1 .item h3 span{ font-size:18px; padding-left:20px; font-weight:normal; }
.policy_box_2 .content1 .item h3:after{content: ""; position: absolute; left: 0px; bottom: 0px; border-radius: 2px; height: 3px; width: 40px; background: #111;}
.policy_box_2 .content1 .item ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px;}
.policy_box_2 .content1 .item ul li{background: #f3b231; font-size: 16px; color:#fff; text-align: center; line-height: 36px; height: 36px; border-radius: 30px;}


.block110{ height:60px; }

.solution_box_1 .title{ margin-bottom:30px; }
.solution_box_1 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.solution_box_1 .content {text-align:center; position:relative; }
.solution_box_1 .content img{display: inline-block; display:none }
.solution_box_1 .content .item1{ position: initial; left:0px; top:40px; z-index:4; margin-bottom:20px; }
.solution_box_1 .content .item1 .text{ position:initial; border-radius: 12px;border: var(--main) solid 1px; padding: 20px; padding-right: 20px; z-index: 3; text-align: left;background: linear-gradient(0deg, #fff, #fee6a8);}
.solution_box_1 .content .item1 .text h3{ color:#ffa900; font-size:22px; margin-bottom:5px; }
.solution_box_1 .content .item2{ position:initial; right:0px; top:0px; z-index:4; }
.solution_box_1 .content .item2 .text{ position:initial; border-radius: 12px;border: var(--main) solid 1px; padding: 20px; padding-left: 20px; z-index: 3; text-align: left;background: linear-gradient(0deg, #fff, #fee6a8);}
.solution_box_1 .content .item2 .text h3{ color:#ffa900; font-size:22px; margin-bottom:5px; }


.solution_box_2{background:url(../images/solution2.jpg) no-repeat center; }
.solution_box_2 .title{ margin-bottom:30px; }
.solution_box_2 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.solution_box_2 .content{}
.solution_box_2 .content img{ width:100%; }
.solution_box_3 .title{ margin-bottom:30px; }
.solution_box_3 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.solution_box_3 .content {position: relative;}
.solution_box_3 .content .bg{position:absolute; top: 0; z-index:-1; display: none;}
.solution_box_3 .content .box{padding: 0px; display: block; grid-template-columns: auto 190px 440px; align-items:center; }
.solution_box_3 .content .box .left{background: #ffedb3; border-radius: 12px;padding: 28px; margin-bottom: 20px;}
.solution_box_3 .content .box .left ul{ padding-right:0px;padding-left:0px; }
.solution_box_3 .content .box .left ul li{ color:#b15300; line-height: 48px;  font-size:16px; border-bottom:#ffc853 solid 2px; }
.solution_box_3 .content .box .left ul li:last-child{ margin-bottom:none; }
.solution_box_3 .content .box .center{ background:#fff;border-radius:12px; border:#ececec solid 1px; padding:28px; margin-bottom: 20px; }
.solution_box_3 .content .box .center ul{display: grid;grid-template-columns: repeat(2, 1fr); grid-gap: 20px;}
.solution_box_3 .content .box .center ul li{font-size: 16px; margin-bottom: 0px;width: auto; color: #ffa900; text-align: center; display: inline-block; padding: 6px 0px; text-shadow: 0px 5px 10px #ffd14a; border: #ffd14a solid 1px; border-radius: 40px;background: linear-gradient(0deg, #fee6a8, #fff);}
.solution_box_3 .content .box .center ul li:last-child{ margin-bottom:0px; }
.solution_box_3 .content .box .right img{ width:100% }
.solution_box_3 .content .box .right{ background:#fff;border-radius:12px; border:#ececec solid 1px; padding:18px; }

.solution_box_4{background:#fffbeb; }
.solution_box_4 .title{ margin-bottom:30px; }
.solution_box_4 .title h2{ text-align:center; font-weight:500; font-size:24px; }
.solution_box_4 .content{ display: grid; grid-template-columns:repeat(1, 1fr); grid-gap:20px; }
.solution_box_4 .content .item img{ width:100%; display:none }
.solution_box_4 .content .item{ position:relative; border: var(--main)  solid 1px; border-radius:12px;background: linear-gradient(0deg, #fee6a8, #fff); }
.solution_box_4 .content .item .text{ position:initial; z-index:3; padding:20px; padding-right:20px; }
.solution_box_4 .content .item .text h3{ font-size:20px; margin-bottom:10px; }

.contact_content{background:var(--bg);}
.contact_content .pagewidth{ display:grid; grid-template-columns:repeat(2, 1fr); }
.contact_content .box{ padding:120px 80px;background:#fff; background: #fff; border-radius:12px 0px 0px 12px;} 
.contact_content .box h1{ font-size:44px; color:#111;padding-top: 40px; margin-bottom:20px; }
.contact_content .box ul { margin-bottom:40px; }
.contact_content .box ul li{ font-size:20px; color:#44526c; line-height:2 }
.contact_content .box .wechat{ text-align:left; width: 140px;}
.contact_content .box .wechat img{ width: 140px; border-radius:8px; display:inline-block;box-shadow:0px 0px 20px rgba(1, 105, 220, 0.15); }
.contact_content .box .wechat p{ padding-top:0px;text-align:center; }
.contact_content #container{background:#fff;overflow: hidden;border-radius:0px 12px 12px 0px ;}


.contact_box_1 .pagewidth{ position: initial; }
.contact_box_1 .pagewidth img{display: none;}
.contact_box_1 .pagewidth .box{ position:initial; }
.contact_box_1 .pagewidth .box .title{ position:initial; display: block; width: auto; margin-bottom: 30px; left:40px; top:40px; }
.contact_box_1 .pagewidth .box .title h2{ font-size:36px; margin-bottom:10px; line-height: 1; color:var(--main); }
.contact_box_1 .pagewidth .box .info{ position:initial; left:400px; top:40px; margin-bottom:30px; }
.contact_box_1 .pagewidth .box .info .item{display: flex; margin-bottom: 10px; justify-content:left; grid-gap: 10px; align-items: center;}
.contact_box_1 .pagewidth .ren{ position:initial; left:300px; top:70px; }
.contact_box_1 .pagewidth .wechat{ background: #fff; border: #111 solid 1px; display: inline-block; padding: 5px; position:initial; right:50px; top:200px; }
.contact_box_1 .pagewidth .wechat img{ display: block; width:120px; }
.contact_box_2 { height:250px; }
.contact_box_2 img{ width:100%; height: 100%; object-fit: cover;}

.contact_box_3{ background:url(../images/contact2.png) no-repeat center;background-size:cover; }
.contact_box_3 .pagewidth{display:block; justify-content: space-between; align-items: center; padding-top: 70px; padding-bottom: 70px;}
.contact_box_3 h2{ padding-left: 10px; font-size:20px; text-align: center; background:url(../images/about2.png) no-repeat center left; background-size: contain;}
.contact_box_3 .more{ text-align:center; }
.contact_box_3 .more a{ display: inline-block; border:#111 solid 1px; padding:3px 20px; font-size:20px; background: var(--main); color: #111;}



.index_footerimg .swiper-slide{ height: 400px;}
.index_footerimg .swiper-slide img{ width: 100%; height: 100%; object-fit: cover}
.index_footerimg .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}
.list_news .content .item{ display: grid; grid-template-columns: 322px auto; grid-gap: 30px; margin-bottom:20px; border-bottom:dashed #ececec 1px; padding-bottom:30px; }
.list_news .content .item .img{width:320px; height: 220px; border-radius:4px;border: #ececec solid 1px; overflow: hidden; transform: rotate(0deg);}
.list_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}

.list_news .content .item .info{width: 77%}
.list_news .content .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_news .content .item h2 a{color:#111;}
.list_news .content .item h2 a:hover{color:var(--main);}
.list_news .content .item .time{font-size: 16px; color:#999;  margin-bottom: 5px;}
.list_news .content .item p{font-size: 16px;line-height: 1.8em; color: #666;}
.list_news .content .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}


.show_news{ padding-bottom: 80px;}
.show_news .pagewidth{display: grid; grid-template-columns: auto 360px; }
.show_news .content { padding-right:80px; }
.show_news .content .title{font-size: 32px; line-height: 1.4em; color: #111; text-align: center; margin-bottom: 10px;}
.show_news .content .info{display: flex; justify-content: left;border-bottom: #ececec solid 1px; padding-top: 10px; margin-bottom: 30px; padding-bottom: 30px;}
.show_news .content .info span{ color: #999; }
.show_news .content .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;}
.show_news .content .html p{ margin-bottom:17px; }
.show_news .content .html img{height:auto; }
.show_news .content .other{ border-top:#ececec solid 1px; padding-top:30px;}
.show_news .content .other p{ margin-bottom:10px;font-size:16px; color:#333; width: 48%;}
.show_news .content .other p a{ color:#333; }
.show_news .content .other p a:hover{color:var(--main);}
.show_news .content .other p.left{text-align: left; float: left;}
.show_news .content .other p.right{text-align: right; float: right;}

.show_news .side{ padding-top: 60px;}
.show_news .side h2{ font-size:24px; color:#111; margin-bottom:20px; }
.show_news .side .item{display: grid;grid-template-columns: 100px auto;grid-gap: 20px;  border-bottom: #ececec solid 1px; padding-bottom: 15px; margin-bottom: 15px;}
.show_news .side .item h3{ font-size:16px; line-height: 1.4em; font-weight:normal; text-align:justify; margin-bottom:5px;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.show_news .side .item p{ font-size:14px; font-weight:normal; color:#666; }
.show_news .side .item h3 a{ color:#333;  line-height: 1.4em;}
.show_news .side .item h3 a:hover{ color:var(--main); }
.show_news .side .item .img {width: 100%; height: 72px; border-radius: 4px; overflow: hidden;}
.show_news .side .item .img img{ width:100%; height:100%; object-fit:cover; }
.show_news .side .item:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}


}

/*小尺寸手机*/
@media screen and (max-width: 320px) {

}
/*横屏*/
@media all and (orientation : landscape) {}
/*竖屏*/
@media all and (orientation : portrait){}









