.padding{ padding-top:120px; padding-bottom:120px; }
.padding-bottom-120{ padding-bottom:120px;}
.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:80px; }
.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: var(--width); left: 50%; top:50%; 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; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:var(--font); }
.index_banner .swiper-slide .info h2{ font-size:56px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:var(--main); }
.index_banner .swiper-slide .info p{color: #44526c; font-size:16px; line-height:1.6em; margin-bottom:50px; text-align: center;}
.index_banner .swiper-slide .info .button{ display:flex; justify-content:left; grid-gap:30px; }
.index_banner .swiper-slide .info .button a.consult{ color: #111;cursor:pointer; padding:12px 30px;display: flex; justify-content: center; grid-gap: 5px; align-items: center; text-align: center;border-radius: 3px;background:#fff;transition-duration: 0.3s;}
.index_banner .swiper-slide .info .button a.consult i{ font-size:18px; }
.index_banner .swiper-slide .info .button a.consult:hover{ opacity:0.9 }
.index_banner .swiper-slide .info .button a.more{ color: #fff;cursor:pointer; padding:8px 30px;display: flex; justify-content: center; grid-gap: 5px; align-items: center; text-align: center;border-radius: 3px;background:var(--main);transition-duration: 0.3s;}
.index_banner .swiper-slide .info .button a.more i{ font-size:18px; }
.index_banner .swiper-slide .info .button a.more: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 { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_1 .title h2{ font-size:36px; color:var(--font); font-weight:normal; }
.index_box_1 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_1 .content{ display: grid;grid-template-columns: repeat(4, 1fr); grid-gap: 20px; position: relative}
.index_box_1 .item{ position: relative;background: linear-gradient(0deg, #ffffff, #ffffff 10%, #a3b6f7); border-radius:3px; border:#6ab7ff solid 1px; padding:40px 30px; }
.index_box_1 .item h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--font); }
.index_box_1 .item p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--font);}
.index_box_1 .item .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--main); }
.index_box_1 .item:hover{ position: relative;background: linear-gradient(0deg, #ffffff, #ffa695); border-radius:3px; border:var(--orange) solid 1px; padding:40px 30px; }
.index_box_1 .item:hover h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--orange); }
.index_box_1 .item:hover p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--orange);}
.index_box_1 .item:hover .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--orange); }


.index_box_2{ padding-bottom:80px; }
.index_box_2 .title { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_2 .title h2{ font-size:36px; color:var(--font); font-weight:normal; }
.index_box_2 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_2 .title { margin-bottom:60px; }
.index_box_2 .content{ height: 320px; position: relative; background:url(../images/index1.jpg) no-repeat bottom; padding-top: 90px; padding-bottom: 90px;}
.index_box_2 .content .item{ position: relative; padding:24px; width: 400px; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.index_box_2 .content .item:nth-child(1){ position:absolute; left:0px; top:0px; background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff);}
.index_box_2 .content .item:nth-child(2){ position:absolute; left:0px; bottom:0px;background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff); }
.index_box_2 .content .item:nth-child(3){ position:absolute; right:0px; top:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.index_box_2 .content .item:nth-child(4){ position:absolute; right:0px; bottom:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.index_box_2 .content .item .number{ position:relative; z-index:3; font-size:56px; color:#eef7ff; position:absolute; right:30px; top:50%;transform:translateY(-50%); }
.index_box_2 .content .item h3{font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.index_box_2 .content .item p{  font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.index_box_2 .content .item:nth-child(1)::after { content: "";position: absolute;right:40px;bottom: -50px;transform: rotate(65deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.index_box_2 .content .item:nth-child(2)::after { content: "";position: absolute;right:40px;top: -50px;transform: rotate(115deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.index_box_2 .content .item:nth-child(3)::after { content: "";position: absolute;left:40px;bottom: -50px;transform: rotate(295deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.index_box_2 .content .item:nth-child(4)::after { content: "";position: absolute;left:10px;top: -10px;transform: rotate(15deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }


.index_box_3{background: var(--bg);}
.index_box_3 .title { display:flex; justify-content:center; align-items:center; grid-gap:20px; display:none }
.index_box_3 .title h2{ font-size:36px; color:var(--font); font-weight:normal; }
.index_box_3 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_3 .title { margin-bottom:60px; }
.index_box_3 .content{ height:560px;position:relative; }
.index_box_3 .content .radius{ width: 240px; height: 240px; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); }
.index_box_3 .content .radius img{ width:240px; height:240px; }
.index_box_3 .content:after{content:""; position:absolute; width:360px; height:360px; border-radius: 360px; border:#278aff solid 2px;left:50%; top:50%; transform: translate(-50%,-50%);}
.index_box_3 .content:before{content:""; position:absolute; width:480px; height:480px; border-radius: 360px; border:#278aff dashed 2px;left:50%; top:50%; transform: translate(-50%,-50%);}

.index_box_3 .content .item{ position: relative; padding:24px; height: 100px; width: 400px; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.index_box_3 .content .item:nth-child(1){ position:absolute; left:0px; top:50px; background:#fff}
.index_box_3 .content .item:nth-child(2){ position:absolute; left:0px; bottom:0px; background:#fff}
.index_box_3 .content .item:nth-child(3){ position:absolute; right:0px; top:0px;background:#fff}
.index_box_3 .content .item:nth-child(4){ position:absolute; right:0px; bottom:50px; background:#fff}
.index_box_3 .content .item .icon{ position:absolute; top: 50%; transform: translateY(-50%); background: #ecf6fb; width: 86px; height: 86px; border-radius: 90px; display: flex; justify-content: center; align-items: center;}
.index_box_3 .content .item .icon img{ height:56px; width:56px; }
.index_box_3 .content .item h3{padding-left: 110px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:#0d56fb; position:relative; z-index:3 }
.index_box_3 .content .item p{ padding-left: 110px; font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.index_box_3 .content .item:nth-child(1)::after{content: ""; position: absolute; right: -8px; bottom: -8px; background: #ff4722; width: 16px; height: 16px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(2)::after{content: ""; position: absolute; right: -8px; top: -8px; background: #ff4722; width: 16px; height: 16px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(3)::after{content: ""; position: absolute; bottom: -8px; left: -8px; background: #ff4722; width: 16px; height: 16px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(4)::after{content: ""; position: absolute; top: -8px; left: -8px; background: #ff4722; width: 16px; height: 16px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(1)::before{content: ""; position: absolute; right: -15px; bottom: -15px;border: #ff4722 solid 3px; width: 24px; height: 24px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(2)::before{content: ""; position: absolute; right: -15px; top: -15px;border: #ff4722 solid 3px; width: 24px; height: 24px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(3)::before{content: ""; position: absolute; bottom: -15px; left: -15px;border: #ff4722 solid 3px; width: 24px; height: 24px; border-radius: 16px;}
.index_box_3 .content .item:nth-child(4)::before{content: ""; position: absolute; top: -15px; left: -15px; border: #ff4722 solid 3px; width: 24px; height: 24px; border-radius: 16px;}



.index_box_4{ }
.index_box_4 .title { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_4 .title h2{ font-size:36px; color:var(--font); font-weight:normal; }
.index_box_4 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_4 .title { margin-bottom:60px; }
.index_box_4 .content{ display: grid; grid-gap:30px; grid-template-columns: repeat(2, 1fr); }
.index_box_4 .content .img{ border-radius:12px; overflow:hidden; }
.index_box_4 .content .img img{ width:100%; height:100%;object-fit:center }
.index_box_4 .content .list ul{ display:grid;grid-template-columns:repeat(2, 1fr); grid-gap:10px; }
.index_box_4 .content .list ul li{background: #f0f0f0; font-size: 16px; color: var(--font); border-radius: 6px; height: 44px; line-height: 44px; text-align: center;}

.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;left: 50%; top: 50%;  transform: translate(-50%,-50%); z-index:3; }
.detail_banner .pagewidth .text h1{ font-size:28px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:#fff; }
.detail_banner .pagewidth .text h2{ font-size:56px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:#fff; }
.detail_banner .pagewidth .text p{color: #fff; font-size:16px; line-height:1.6em; text-align: center;}


.news_list .item{ margin-bottom: 30px; display: grid; grid-gap:50px; grid-template-columns:320px auto; align-items: center; }
.news_list .item .img{ width:100%;  height:240px; overflow:hidden; border-radius:12px; }
.news_list .item .img img{ width:100%; height: 100%;transition-duration: 0.3s;}
.news_list .item:hover .img img{ transform:scale(1.1); }
.news_list .item .info{}
.news_list .item .info h2 { margin-bottom:20px; }
.news_list .item .info h2 a{ font-size:24px; color:#111; font-weight:500; }
.news_list .item:hover .info h2 a{color:var(--main);}
.news_list .item .info .date{ color:#999;margin-bottom:20px; }
.news_list .item .info .description{ color:#666;margin-bottom:20px; }

.news_list .item .info .more a{ display:flex; justify-content:left; align-items:center; grid-gap:5px; }
.news_list .item .info .more a span{ color:var(--main); }
.news_list .item .info .more a i{background: var(--main); color: #fff; height: 18px; width: 18px;border-radius: 18px; line-height: 1em; text-align: center;}




.news_detail .pagewidth .box{}
.news_detail .pagewidth .box .title h1{ font-size:36px; text-align:left; margin-bottom:10px; }
.news_detail .pagewidth .box .title p{  text-align:left; color:#999; }
.news_detail .pagewidth .box .title { border-bottom:#ececec solid 1px; 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{ overflow: hidden; height: 800px; background: url(../images/about1.jpg) no-repeat center;}
.about_content .pagewidth{}
.about_content .pagewidth .info{ padding-left:50%;padding-top: 100px; padding-right:20% }
.about_content .pagewidth .info h1{ font-size:48px; font-weight: normal; color:#111; padding-bottom:40px; position:relative; }
.about_content .pagewidth .info h1::after{content: ""; position: absolute; left: 0px; bottom: 20px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.about_content .pagewidth .info p{ font-size:16px; color:#666; line-height:2 }

.about_contact .pagewidth .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:40px; position:relative; margin-bottom:10px; }
.about_contact .pagewidth .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.about_contact .pagewidth .content{background: #f5f5f5; display:grid;grid-template-columns: repeat(2, 1fr);}
.about_contact .pagewidth .content .info{ padding:50px; }
.about_contact .pagewidth .content .info h3{ font-size: 24px; font-weight: normal; padding-bottom: 20px; margin-bottom: 20px; border-bottom: #ddd solid 1px;}
.about_contact .pagewidth .content .info ul{ padding-top:40px; padding-bottom:40px; }
.about_contact .pagewidth .content .info ul li{display: grid; grid-template-columns:24px 50px 310px; grid-gap: 10px; color: #333333; margin-bottom: 25px;}
.about_contact .pagewidth .content .info ul li i{ color:var(--orange); font-size:18px; }


.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{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.policy_box_1 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.policy_box_1 .description p{ text-align:center; color:#666; }
.policy_box_1 .content{ text-align:center; padding-top:60px; }
.policy_box_1 .content img{ width:1120px; display:inline-block;  }

.policy_box_2{background: #f5f5f5;}
.policy_box_2 .title{ margin-bottom:50px; }
.policy_box_2 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.policy_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);}
.policy_box_2 .content{ display:grid; grid-template-columns:repeat(2, 1fr); grid-gap: 40px;}
.policy_box_2 .content .item{ background:#fff; padding:60px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.policy_box_2 .content .item .number{ font-size:48px; color:var(--orange); }
.policy_box_2 .content .item h3{ font-size:24px; font-weight:normal; margin-bottom:10px; }
.policy_box_2 .content .item p{font-size:16px; color:#666;  }


.policy_box_3{background: url(../images/policy2.jpg) no-repeat; background-size: cover;}
.policy_box_3 h2{ padding-top: 100px; padding-bottom: 100px; font-size:30px; font-weight:normal; color:#fff; line-height:1.2; }







.solution_box_1 .title{ margin-bottom:50px; }
.solution_box_1 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.solution_box_1 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.solution_box_1 .content{ display: grid;grid-template-columns: repeat(4, 1fr); grid-gap: 20px; position: relative}
.solution_box_1 .item{ position: relative;background: linear-gradient(0deg, #ffffff, #ffffff 10%, #a3b6f7); border-radius:3px; border:#6ab7ff solid 1px; padding:40px 30px; }
.solution_box_1 .item h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--font); }
.solution_box_1 .item p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--font);}
.solution_box_1 .item .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--main); }
.solution_box_1 .item:hover{ position: relative;background: linear-gradient(0deg, #ffffff, #ffa695); border-radius:3px; border:var(--orange) solid 1px; padding:40px 30px; }
.solution_box_1 .item:hover h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--orange); }
.solution_box_1 .item:hover p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--orange);}
.solution_box_1 .item:hover .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--orange); }


.solution_box_2{ padding-bottom:80px; }
.solution_box_2 .title{ margin-bottom:50px; }
.solution_box_2 .title h2{ text-align: center; font-size:48px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.solution_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);}

.solution_box_2 .content{ height: 320px; position: relative; background:url(../images/index1.jpg) no-repeat bottom; padding-top: 90px; padding-bottom: 90px;}
.solution_box_2 .content .item{ position: relative; padding:24px; width: 400px; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.solution_box_2 .content .item:nth-child(1){ position:absolute; left:0px; top:0px; background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff);}
.solution_box_2 .content .item:nth-child(2){ position:absolute; left:0px; bottom:0px;background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff); }
.solution_box_2 .content .item:nth-child(3){ position:absolute; right:0px; top:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.solution_box_2 .content .item:nth-child(4){ position:absolute; right:0px; bottom:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.solution_box_2 .content .item .number{ position:relative; z-index:3; font-size:56px; color:#eef7ff; position:absolute; right:30px; top:50%;transform:translateY(-50%); }
.solution_box_2 .content .item h3{font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.solution_box_2 .content .item p{  font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.solution_box_2 .content .item:nth-child(1)::after { content: "";position: absolute;right:40px;bottom: -50px;transform: rotate(65deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.solution_box_2 .content .item:nth-child(2)::after { content: "";position: absolute;right:40px;top: -50px;transform: rotate(115deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.solution_box_2 .content .item:nth-child(3)::after { content: "";position: absolute;left:40px;bottom: -50px;transform: rotate(295deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }
.solution_box_2 .content .item:nth-child(4)::after { content: "";position: absolute;left:10px;top: -10px;transform: rotate(15deg);   border-width:50px;border-style: solid;border-color: #fff transparent transparent; }








.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 ;}



.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:60px; padding-bottom:60px; }
.padding-bottom-120{ padding-bottom:60px;}
 .detail_banner{ position:relative; margin-top:60px; }
 .index_banner{margin-top:60px;}
.index_banner {position: relative;width: 100%; margin-top:80px; }
.index_banner .swiper{ height:500px; }
.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%; 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:24px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:var(--font); }
.index_banner .swiper-slide .info h2{ font-size:36px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:30px; color:var(--main); }
.index_banner .swiper-slide .info p{color: #44526c; font-size:16px; line-height:1.6em; margin-bottom:50px; text-align: center;}
.index_banner .swiper-slide .info .button{ display:flex; justify-content:left; grid-gap:30px; }
.index_banner .swiper-slide .info .button a.consult{ color: #111;cursor:pointer; padding:12px 30px;display: flex; justify-content: center; grid-gap: 5px; align-items: center; text-align: center;border-radius: 3px;background:#fff;transition-duration: 0.3s;}
.index_banner .swiper-slide .info .button a.consult i{ font-size:18px; }
.index_banner .swiper-slide .info .button a.consult:hover{ opacity:0.9 }
.index_banner .swiper-slide .info .button a.more{ color: #fff;cursor:pointer; padding:8px 30px;display: flex; justify-content: center; grid-gap: 5px; align-items: center; text-align: center;border-radius: 3px;background:var(--main);transition-duration: 0.3s;}
.index_banner .swiper-slide .info .button a.more i{ font-size:18px; }
.index_banner .swiper-slide .info .button a.more: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 { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_1 .title h2{ text-align: center; font-size:32px; color:var(--font); font-weight:normal; }
.index_box_1 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_1 .content{ display: grid;grid-template-columns: repeat(1, 1fr); grid-gap: 20px; position: relative}
.index_box_1 .item{ position: relative;background: linear-gradient(0deg, #ffffff, #ffffff 10%, #a3b6f7); border-radius:3px; border:#6ab7ff solid 1px; padding:40px 30px; }
.index_box_1 .item h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--font); }
.index_box_1 .item p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--font);}
.index_box_1 .item .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--main); }
.index_box_1 .item:hover{ position: relative;background: linear-gradient(0deg, #ffffff, #ffa695); border-radius:3px; border:var(--orange) solid 1px; padding:40px 30px; }
.index_box_1 .item:hover h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--orange); }
.index_box_1 .item:hover p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--orange);}
.index_box_1 .item:hover .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--orange); }


.index_box_2{ padding-bottom:80px; }
.index_box_2 .title { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_2 .title h2{ font-size:32px; color:var(--font); font-weight:normal; }
.index_box_2 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_2 .title { margin-bottom:50px; }
.index_box_2 .content{ height: auto; position: relative; background:none; padding-top: 0px; padding-bottom: 0px;}
.index_box_2 .content .item{ position:initial; padding:24px; margin-bottom: 24px; width: auto; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.index_box_2 .content .item:nth-child(1){ position:relative; left:0px; top:0px; background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff);}
.index_box_2 .content .item:nth-child(2){ position:relative; left:0px; bottom:0px;background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff); }
.index_box_2 .content .item:nth-child(3){ position:relative; right:0px; top:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.index_box_2 .content .item:nth-child(4){ position:relative; right:0px; bottom:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.index_box_2 .content .item .number{ position:relative; z-index:3; font-size:56px; color:#eef7ff; position:absolute; right:30px; top:50%;transform:translateY(-50%); }
.index_box_2 .content .item h3{font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.index_box_2 .content .item p{  font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.index_box_2 .content .item:nth-child(1)::after { display: none}
.index_box_2 .content .item:nth-child(2)::after {  display: none}
.index_box_2 .content .item:nth-child(3)::after {  display: none}
.index_box_2 .content .item:nth-child(4)::after {  display: none}


.index_box_3{background: var(--bg);}
.index_box_3 .title{display: flex;}
.index_box_3 .title { margin-bottom:50px; }
.index_box_3 .content{ height:auto;position:relative; }
.index_box_3 .content .radius{ display:none }
.index_box_3 .content:after{display:none}
.index_box_3 .content:before{display:none }

.index_box_3 .content .item{ position: relative; padding:24px; margin-bottom: 24px; height: auto; width: auto; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.index_box_3 .content .item:nth-child(1){ position:relative; left:0px; top:0px; background:#fff}
.index_box_3 .content .item:nth-child(2){ position:relative; left:0px; bottom:0px; background:#fff}
.index_box_3 .content .item:nth-child(3){ position:relative; right:0px; top:0px;background:#fff}
.index_box_3 .content .item:nth-child(4){ position:relative; right:0px; bottom:0px; background:#fff}
.index_box_3 .content .item .icon{ position:absolute; top: 50%; transform: translateY(-50%); background: #ecf6fb; width: 86px; height: 86px; border-radius: 90px; display: flex; justify-content: center; align-items: center;}
.index_box_3 .content .item .icon img{ height:56px; width:56px; }
.index_box_3 .content .item h3{padding-left: 110px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:#0d56fb; position:relative; z-index:3 }
.index_box_3 .content .item p{ padding-left: 110px; font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.index_box_3 .content .item:nth-child(1)::after{ display:none; }
.index_box_3 .content .item:nth-child(2)::after{ display:none;}
.index_box_3 .content .item:nth-child(3)::after{ display:none;}
.index_box_3 .content .item:nth-child(4)::after{ display:none;}
.index_box_3 .content .item:nth-child(1)::before{ display:none;}
.index_box_3 .content .item:nth-child(2)::before{ display:none;}
.index_box_3 .content .item:nth-child(3)::before{ display:none;}
.index_box_3 .content .item:nth-child(4)::before{ display:none;}



.index_box_4{ }
.index_box_4 .title { display:flex; justify-content:center; align-items:center; grid-gap:20px; }
.index_box_4 .title h2{ font-size:32px; text-align: center; color:var(--font); font-weight:normal; }
.index_box_4 .title h2 strong{color:var(--orange); font-weight:normal; }
.index_box_4 .title { margin-bottom:60px; }
.index_box_4 .content{ display: block; grid-gap:30px; grid-template-columns: repeat(2, 1fr); }
.index_box_4 .content .img{ border-radius:12px; overflow:hidden; margin-bottom:24px; }
.index_box_4 .content .img img{ width:100%; height:100%;object-fit:center }
.index_box_4 .content .list ul{ display:grid;grid-template-columns:repeat(2, 1fr); grid-gap:10px; }
.index_box_4 .content .list ul li{background: #f0f0f0; font-size: 16px; color: var(--font); border-radius: 6px; height: 44px; line-height: 44px; text-align: center;}

.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;left: 20px; right: 20px; top: 50%;  transform: translateY(-50%); z-index:3; }
.detail_banner .pagewidth .text h1{ font-size:18px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:20px; color:#fff; }
.detail_banner .pagewidth .text h2{ font-size:32px; font-weight: normal; text-align: center; line-height:1.2em; margin-bottom:20px; color:#fff; }
.detail_banner .pagewidth .text p{color: #fff; font-size:16px; line-height:1.6em; text-align: center;}


.news_list .item{ margin-bottom: 30px; display: grid; grid-gap:50px; grid-template-columns:320px auto; align-items: center; }
.news_list .item .img{ width:100%;  height:240px; overflow:hidden; border-radius:12px; }
.news_list .item .img img{ width:100%; height: 100%;transition-duration: 0.3s;}
.news_list .item:hover .img img{ transform:scale(1.1); }
.news_list .item .info{}
.news_list .item .info h2 { margin-bottom:20px; }
.news_list .item .info h2 a{ font-size:24px; color:#111; font-weight:500; }
.news_list .item:hover .info h2 a{color:var(--main);}
.news_list .item .info .date{ color:#999;margin-bottom:20px; }
.news_list .item .info .description{ color:#666;margin-bottom:20px; }

.news_list .item .info .more a{ display:flex; justify-content:left; align-items:center; grid-gap:5px; }
.news_list .item .info .more a span{ color:var(--main); }
.news_list .item .info .more a i{background: var(--main); color: #fff; height: 18px; width: 18px;border-radius: 18px; line-height: 1em; text-align: center;}




.news_detail .pagewidth .box{}
.news_detail .pagewidth .box .title h1{ font-size:36px; text-align:left; margin-bottom:10px; }
.news_detail .pagewidth .box .title p{  text-align:left; color:#999; }
.news_detail .pagewidth .box .title { border-bottom:#ececec solid 1px; 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{ overflow: hidden; height: 580px; background: url(../images/about1.jpg) no-repeat center; background-size:cover;}
.about_content .pagewidth{}
.about_content .pagewidth .info{ padding-left:0%;padding-top: 0px; padding-right:0% }
.about_content .pagewidth .info h1{ font-size:32px; font-weight: normal; color:#111; padding-bottom:40px; position:relative; }
.about_content .pagewidth .info h1::after{content: ""; position: absolute; left: 0px; bottom: 20px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.about_content .pagewidth .info p{ font-size:16px; color:#666; line-height:2 }

.about_contact .pagewidth .title h2{ text-align: center; font-size:36px; font-weight: normal; color:#111; padding-bottom:40px; position:relative; margin-bottom:10px; }
.about_contact .pagewidth .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.about_contact .pagewidth .content{background: #f5f5f5; display:block;grid-template-columns: repeat(1, 1fr);}
.about_contact .pagewidth .content .info{ padding:20px; }
.about_contact .pagewidth .content .info h3{ font-size: 24px; font-weight: normal; padding-bottom: 20px; margin-bottom: 20px; border-bottom: #ddd solid 1px;}
.about_contact .pagewidth .content .info ul{ padding-top:40px; padding-bottom:40px; padding-right: 0px;}
.about_contact .pagewidth .content .info ul li{display: block; grid-template-columns:24px 50px auto; grid-gap: 10px; color: #333333; margin-bottom: 25px;}
.about_contact .pagewidth .content .info ul li i{ color:var(--orange); font-size:18px; margin-right:5px; }
.about_contact .pagewidth .content #container{ height:500px; }

.product_box_1{ position:relative; margin-top:-30px; }
.product_box_1 .content{ display:grid; grid-template-columns:repeat(1, 1fr); grid-gap: 20px;}
.product_box_1 .content .item{ background:#fff; padding:40px; 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:32px; 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:32px; 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(1, 1fr); grid-gap: 20px;}
.product_box_3 .content .item{ background:#fff; padding:40px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.product_box_3 .content .item .icon{ position:absolute; width:40px; }
.product_box_3 .content .item h2{ padding-left:60px; font-size:24px; font-weight:normal; margin-bottom:10px; }
.product_box_3 .content .item p{ padding-left:60px;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{ text-align: center; font-size:36px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.policy_box_1 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.policy_box_1 .description p{ text-align:center; color:#666; }
.policy_box_1 .content{ text-align:center; padding-top:30px; }
.policy_box_1 .content img{ width:100%; display:block;  }

.policy_box_2{background: #f5f5f5;}
.policy_box_2 .title{ margin-bottom:50px; }
.policy_box_2 .title h2{ text-align: center; font-size:36px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.policy_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);}
.policy_box_2 .content{ display:grid; grid-template-columns:repeat(1, 1fr); grid-gap: 20px;}
.policy_box_2 .content .item{ background:#fff; padding:40px; box-shadow: 0px 0px 30px rgba(255, 71, 34, 0.1);  }
.policy_box_2 .content .item .number{ font-size:48px; color:var(--orange); }
.policy_box_2 .content .item h3{ font-size:24px; font-weight:normal; margin-bottom:10px; }
.policy_box_2 .content .item p{font-size:16px; color:#666;  }


.policy_box_3{background: url(../images/policy2.jpg) no-repeat right; background-size: cover;}
.policy_box_3 h2{ padding-top: 100px; padding-bottom: 100px; font-size:30px; font-weight:normal; color:#fff; line-height:1.2; }







.solution_box_1 .title{ margin-bottom:50px; }
.solution_box_1 .title h2{ text-align: center; font-size:36px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.solution_box_1 .title h2::after{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; height: 4px; width: 50px;border-radius: 2px; background: var(--orange);}
.solution_box_1 .content{ display: grid;grid-template-columns: repeat(1, 1fr); grid-gap: 20px; position: relative}
.solution_box_1 .item{ position: relative;background: linear-gradient(0deg, #ffffff, #ffffff 10%, #a3b6f7); border-radius:3px; border:#6ab7ff solid 1px; padding:40px 30px; }
.solution_box_1 .item h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--font); }
.solution_box_1 .item p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--font);}
.solution_box_1 .item .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--main); }
.solution_box_1 .item:hover{ position: relative;background: linear-gradient(0deg, #ffffff, #ffa695); border-radius:3px; border:var(--orange) solid 1px; padding:40px 30px; }
.solution_box_1 .item:hover h2{ padding-left:60px; font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--orange); }
.solution_box_1 .item:hover p{ padding-left:60px; font-size: 16px;font-weight:normal; color:var(--orange);}
.solution_box_1 .item:hover .number{ position:absolute; top: 30px; font-size:36px; color:#fff; text-shadow:0px 10px 20px var(--orange); }


.solution_box_2{ padding-bottom:80px; }
.solution_box_2 .title{ margin-bottom:50px; }
.solution_box_2 .title h2{ text-align: center; font-size:36px; font-weight: normal; color:#111; padding-bottom:20px; position:relative; margin-bottom:10px; }
.solution_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);}
.solution_box_2 .content{ height: auto; position: relative; background:none; padding-top: 0px; padding-bottom: 0px;}
.solution_box_2 .content .item{ position:initial; padding:24px; margin-bottom: 24px; width: auto; border-radius: 16px; border:#fff solid 1px; box-shadow: 0px 0px 30px rgba(53, 117, 255, 0.2); }
.solution_box_2 .content .item:nth-child(1){ position:relative; left:0px; top:0px; background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff);}
.solution_box_2 .content .item:nth-child(2){ position:relative; left:0px; bottom:0px;background: linear-gradient(90deg, #e7f3ff, #fff 10%, #fff); }
.solution_box_2 .content .item:nth-child(3){ position:relative; right:0px; top:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.solution_box_2 .content .item:nth-child(4){ position:relative; right:0px; bottom:0px; background: linear-gradient(90deg, #fff, #fff 90%, #e7f3ff);}
.solution_box_2 .content .item .number{ position:relative; z-index:3; font-size:56px; color:#eef7ff; position:absolute; right:30px; top:50%;transform:translateY(-50%); }
.solution_box_2 .content .item h3{font-size:24px; margin-bottom: 5px; font-weight:normal; color:var(--main); position:relative; z-index:3 }
.solution_box_2 .content .item p{  font-size: 16px;font-weight:normal; color:var(--font); position:relative; z-index:3}
.solution_box_2 .content .item:nth-child(1)::after { display: none}
.solution_box_2 .content .item:nth-child(2)::after {  display: none}
.solution_box_2 .content .item:nth-child(3)::after {  display: none}
.solution_box_2 .content .item:nth-child(4)::after {  display: none}






.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 ;}



.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){}









