@charset "UTF-8";

/*Global style*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

body {overflow-x: hidden;}

ul,
li {list-style-type: none;margin: 0;}

input,
textarea,
select {resize: none;outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;}

a {text-decoration: none;color: #000;cursor: pointer;}
a:hover {text-decoration: none;}
img {max-width: 100%;border-style: none;vertical-align: middle;transition: all .5s;}
.zoom-img {overflow: hidden;}
a {overflow: hidden;}
.zoom-img img {transition: all .5s;}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.clear {zoom: 1}
.nav-page {font-size: 0;text-align: center;}
.flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {outline: none;box-shadow: none;}
.btn-link:focus,
.btn-link:hover {text-decoration: none;}

.h1,.h2,.h3,.h4,.h5 {margin: 0;font-weight: normal;}

/* header */
.header {position: fixed;top: 0;left: 0;width: 100%;height: 100px;border-bottom: 1px solid rgba(255, 255, 255, .1);z-index: 99;transition: all .3s;background-color: rgba(0,0,0,0.3);}
.head-wrap {justify-content: space-between;align-items: center;height: 99px;padding: 0 35px;}

.head-nav .nav {justify-content: center;}
.head-nav .column {position: relative;margin: 0 42px;}
.head-nav .column.on::before {position: absolute;content: "";top: 101px;left: 0;width: 100%;height: 3px;background-color: #ffffff;}
.header.on .head-nav .column.on::before {background-color: #055ce6;}
.head-nav .item {font-size: 16px;color: #ffffff;padding-top: 0;padding-bottom: 0;line-height: 110px;background-color: rgba(0, 0, 0, 0) !important;}
.head-nav .column:hover .item {background-color: rgba(0, 0, 0, 0) !important;}
.head-nav .drop-down {display: none;position: absolute;top: 110px;left: 50%;min-width: 160px;transform: translate(-50%, 0);background-color: #ffffff;border-bottom: 4px solid #055ce6;padding: 20px 0;}
.head-nav .drop-down a {display: block;font-size: 16px;color: #444444;line-height: 50px;text-align: center;padding: 0 5px;transition: all .3s;}
.head-nav .drop-down a:hover {color: #055ce6;}
.head-rbox .column {margin-left: 40px;}
.head-rbox .column:first-child {margin-left: 0;}
.head-rbox .column.search {position: relative;overflow: hidden;}
.head-rbox .search .drop-down {position: absolute;top: -7px;left: 22px;-moz-transition: all .8s ease;-o-transition: all .8s ease;-webkit-transition: all .8s ease;transition: all .8s ease;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;}
.head-rbox .search.on {overflow: initial;}
.head-rbox .search.on .drop-down {left: -190px;opacity: 1;}
.head-rbox .search.on .icon {opacity: 0;}
.head-rbox .search .form {align-items: center;}
.head-rbox .search .form-group {padding: 10px;margin-bottom: 0;border-bottom: 1px solid rgba(255, 255, 255, .6);}

.head-rbox .search .input-search {font-size: 14px;color: #FFFFFF;background: none;}
.head-rbox .search .input-search::-webkit-input-placeholder {color: #FFFFFF;}
.head-rbox .search .btn-submit {width: 20px;height: 22px;font-size: 0;line-height: 1;padding: 0;border: 0;background: none;}
.header.on .search .drop-down {background-color: #ffffff;}
.header.on .search .form-group {border-bottom: 1px solid rgba(0, 0, 0, 0.6);}
.header.on .search .input-search {color: #333333;}
.header.on .search .input-search::-webkit-input-placeholder {color: #333333;}
.head-rbox .item {align-items: center;line-height: 20px;}
.head-rbox .icon {width: 18px;height: 18px;font-size: 0;margin-right: 13px;}
.head-rbox .search .icon {width: 20px;height: auto;margin-right: 0;}
.head-rbox .name {font-size: 14px;color: #ffffff;}
.head-rbox .number {font-size: 20px;color: #ffffff;font-weight: bold;}
.header .img2 {display: none;}
.header.on {background-color: #F1EFEF;border-bottom: 1px solid #3A3939;}
.header.on .img2 {display: block;}
.header.on .img1 {display: none;}
.header.on .head-nav .item {color: #222222;}
.header.on .head-nav .column.on .item {color: #055ce6;}
.header.on .head-rbox .name {color: #055ce6;}
.header.on .head-rbox .number {color: #055ce6;}
.head-back .header {background-color: #ffffff;border-bottom: 1px solid #eeeeee;}
.head-back .header .img2 {display: block;}
.head-back .header .img1 {display: none;}
.head-back .head-nav .item {color: #222222;}
.head-back .head-rbox .name {color: #055ce6;}
.head-back .head-rbox .number {color: #055ce6;}
.search-drop-down {display: none;position: absolute;top: 100%;left: 0;width: 100%;background-color: rgba(0, 0, 0, .5);}
.search-drop-down .form {max-width: 500px;width: 100%;margin: 0 auto;}
.search-drop-down .form {align-items: center;padding: 30px 0;}
.search-drop-down .form-group {width: calc(100% - 20px);padding: 10px;margin: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.7);}
.search-drop-down .input-search {font-size: 14px;color: #ffffff;background: none;}
.search-drop-down .input-search::-webkit-input-placeholder {font-size: 14px;color: #ffffff;}
.search-drop-down .btn-submit {width: 20px;height: 22px;background: none;font-size: 0;padding: 0;border: 0;}
.header.on .search-drop-down {background-color: #ffffff;}
.header.on .search-drop-down .form-group {border-bottom: 1px solid rgba(0, 0, 0, 0.6);}
.header.on .search-drop-down .input-search {color: #333333;}
.header.on .search-drop-down .input-search::-webkit-input-placeholder {color: #333333;}
.head-back .head-rbox .search .input-search{color: #333;}
.head-back .header .search .form-group{border-bottom: 1px solid rgba(0, 0, 0, 0.6);}
.head-back .head-rbox .search .input-search::-webkit-input-placeholder {color: #333333;}
.suspen-cont {position: fixed;bottom: 10%;right: 1%;z-index: 2000; }
.suspen-cont .column {position: relative;}
.suspen-cont .icon {display: inline-block;width: 60px;height: 60px;background-color: #ffffff;box-shadow: 0 3px 7px rgba(0, 0, 0, .1);margin-bottom: 10px;cursor: pointer;}
.suspen-cont .img2 {display: none;}
.suspen-cont .box {display: none;position: absolute;right: 130%;top: 0;min-width: 220px;padding: 15px;background-color: #ffffff;align-items: center;box-shadow: 0 3px 7px rgba(0, 0, 0, .1);}
.suspen-cont .box::after {position: absolute;content: "";right: -8px;top: 50%;width: 8px;height: 16px;background-image: url(../images/icon21.png);background-size: cover;margin-top: -8px;}
.suspen-cont .icon2 {width: 40px;height: 40px;}
.suspen-cont .text {font-size: 20px;color: #222222;line-height: 30px;font-weight: bold;}
.suspen-cont .column:hover .img1 {display: none;}
.suspen-cont .column:hover .img2 {display: inline-block;}
.suspen-cont .column:hover .box {display: block;}
.m-header {display: none;position: fixed;top: 0;left: 0;width: 100%;background-color: #ffffff;z-index: 9;}
.m-head-wrap {height: 60px;justify-content: space-between;align-items: center;}
.m-header .head-logo {height: 50px;}
.m-header .head-logo img {width: auto;max-height: 100%;}
.m-header .menu-box {position: relative;}
.m-header .btn-menu {flex-direction: column;align-items: center;cursor: pointer;}
.m-header .line {width: 40px;height: 2px;margin: 5px 0;background-color: #000000;transition: all .3s;}
.btn-menu.on .line:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.btn-menu.on .line:nth-child(2) {display: none;}
.btn-menu.on .line:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.m-header .drop-down {display: none;position: fixed;top: 60px;left: 0;width: 100%;height: calc(100% - 60px);background-color: #ffffff;padding: 30px 0;border-top: 1px solid #eeeeee;}
.m-header .drop-down .item {font-size: 16px;color: #333333;line-height: 30px;text-align: center;}
.m-header .drop-down2 {display: none;}
.m-header .drop-down2 a {display: block;font-size: 14px;color: #333333;line-height: 30px;text-align: center;}
/* footer */
.footer {background-color: #061f37;}
.foot-wrap {max-width: 1470px;width: 100%;padding: 0 35px;margin: 0 auto;align-items: center;}
.foot-wrap .l-box {max-width: 1150px;width: 100%;border-right: 1px solid rgba(255, 255, 255, .1);}
.foot-logo {padding: 72px 0 38px;border-bottom: 1px solid rgba(255, 255, 255, .1);}
.foot-nav {padding: 32px 0 27px;border-bottom: 1px solid rgba(255, 255, 255, .1);}
.foot-nav .column {margin-right: 120px;}
.foot-nav .column:last-child {margin-right: 0;}
.foot-nav .drop-down {display: none;margin-top: 14px;}
.foot-nav .name {font-size: 14px;color: #ffffff;line-height: 30px;}
.foot-nav .name a {color: #FFFFFF;}
.foot-nav .icon {padding-right: 30px;background-image: url(../images/icon15.png);background-repeat: no-repeat;background-position: right center;cursor: pointer;}
.foot-nav .item {display: block;font-size: 14px;color: #72808d;line-height: 30px;}
.foot-wrap .l-box .text {font-size: 14px;color: #72808d;line-height: 30px;padding: 19px 0 22px;}
.foot-wrap .r-box {width: 250px;text-align: right;padding: 30px 0;}
.foot-wrap .r-box .name {font-size: 14px;color: #ffffff;line-height: 20px;}
.foot-wrap .number {font-size: 26px;color: #ffffff;line-height: 30px;font-weight: bold;margin: 10px 0;}
.foot-wrap .time {font-size: 14px;color: #72808d;line-height: 20px;margin-bottom: 20px;}
.foot-wrap .code {display: inline-block;}
.foot-wrap .code-wrap {text-align: center;}
.foot-wrap .code .name {margin-top: 7px;}
.m-footer {display: none;background-color: #061f37;}
.m-foot-wrap {padding: 30px 0;}
.m-foot-logo {padding-bottom: 30px;border-bottom: 1px solid rgba(255, 255, 255, .1);}
.m-footer .foot-nav {padding: 20px 0;border-bottom: 0;}
.m-footer .foot-nav .column {margin-right: 0;}
.m-footer .foot-nav .name {line-height: 40px;border-bottom: 1px dashed rgba(255, 255, 255, .2);}
.m-footer .foot-nav .drop-down {margin: 0;padding: 5px 0;}
.m-footer .foot-nav .item {display: inline-block;margin-right: 15px;}
.m-footer .bot-box {padding-top: 5px;}
.m-footer .text-box .name {font-size: 14px;color: #ffffff;margin-bottom: 10px;}
.m-footer .number {font-size: 14px;color: #ffffff;margin-bottom: 10px;}
.m-footer .time {font-size: 14px;color: #ffffff;line-height: 24px;font-weight: bold;}
.m-footer .code {display: inline-block;margin: 10px 0;}
.m-footer .code .name {font-size: 14px;color: #ffffff;text-align: center;margin-top: 10px;}
.m-footer .text {font-size: 14px;color: #ffffff;line-height: 24px;}

/* home */
.page-main .container-fluid {max-width: 1430px;width: 100%;margin: 0 auto;}
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {width: 60px;height: 60px;background-size: cover;overflow: hidden;margin-top: -30px;}
.swiper1 .swiper-button-prev {left: 30px;background-image: url(../images/icon4.png);}
.swiper1 .swiper-button-next {right: 30px;background-image: url(../images/icon4-2.png);}
.swiper1 .swiper-button-prev:hover {background-image: url(../images/icon3.png);}
.swiper1 .swiper-button-next:hover {background-image: url(../images/icon3-2.png);}
.swiper1 .swiper-pagination {bottom: 65px;}
.swiper1 .swiper-pagination-bullet {position: relative;width: 10px;height: 10px;margin: 0 10px !important;opacity: .5;background-color: #ffffff;}
.swiper1 .swiper-pagination-bullet-active {opacity: 1;}
.swiper1 .swiper-pagination-bullet-active::after {position: absolute;content: "";width: 20px;height: 20px;top: 50%;left: 50%;margin-top: -10px;margin-left: -10px;background-color: rgba(255, 255, 255, .2);border-radius: 50%;overflow: hidden;}
.swiper1 .suspen {position: absolute;top: 50%;left: 50%;width: 80%;transform: translate(-50%, -50%);}
.swiper1 .suspen .h1 {font-size: 80px;color: #ffffff;}
.intro-box {padding: 175px 0 240px;background-position: center center;background-size: cover;}
.intro-box .bj { background-color: rgba(0,0,0,0.3); width:280px; padding:24px;}
.home-main .title {font-size: 50px;color: #ffffff;text-align: center;font-weight: bold;margin-bottom: 30px;}
.intro-box .box-wrap {max-width: 1400px;width: 100%;margin: 0 auto;}
.intro-box .text {max-width: 670px;width: 100%;font-size: 20px;color: #ffffff;line-height: 36px;text-align: center;margin: 0 auto;}
.intro-box .btn-box {margin-top: 65px;margin-bottom: 97px;text-align: center;}
.intro-box .btn-more {width: 150px;height: 50px;border: 1px solid rgba(255, 255, 255, .2);border-radius: 0;font-size: 14px;color: #ffffff;line-height: 48px;padding: 0;transition: all .3s;}
.intro-box .btn-more:hover {color: #055ce6;	background-color: #ffffff;border: 1px solid #ffffff;}
.intro-box .data-list {justify-content: space-between;align-items: center;flex-wrap: wrap;}
.intro-box .name {font-size: 18px;color: #ffffff;line-height: 30px;margin-bottom: 10px;}
.intro-box .data {align-items: flex-end;}
.intro-box .number {font-size: 60px;color: #ffffff;line-height: 45px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
.intro-box .d-1 {font-size: 16px;color: #ffffff;margin-left: 10px;}
.intro-box .d-2 {font-size: 40px;color: #ffffff;line-height: 45px;font-weight: bold;margin-left: 10px;}
.intro-box .en {font-size: 16px;color: rgba(255, 255, 255, .2);line-height: 30px;margin-top: 10px;font-family: Arial, Helvetica, sans-serif;}
.develop-box {padding: 110px 0 165px;background-position: center center;background-size: cover;}
.develop-box .title {color: #222222;margin-bottom: 120px;}
.develop-box .center-box {padding: 180px 0;}
.develop-box .circle {position: relative;width: 184px;height: 184px;padding: 20px;margin: 0 auto;border-radius: 50%;}
.develop-box .column {position: absolute;z-index: 2;}
.develop-box .column-1 {top: -178px;right: -141px;}
.develop-box .img {position: relative;}
.develop-box .suspen {position: absolute;top: 30%;left: 25%;width: 72px;text-align: center;z-index: 1;}
.develop-box .name {font-size: 18px;color: #ffffff;margin-top: 10px;}
.develop-box .column-2 {top: -43px;right: -178px;}
.develop-box .column-3 {top: 136px;right: -140px;}
.develop-box .column-4 {top: 136px;left: -140px;}
.develop-box .column-4 .suspen {left: 50%;}
.develop-box .column-5 {top: -43px;left: -177px;}
.develop-box .column-5 .suspen {left: 40%;}
.develop-box .column-6 {top: -178px;left: -139px;}
.develop-box .column-6 .suspen {left: 50%;}
.develop-box .suspen-1 {position: absolute;min-width: 455px;z-index: 3;}
.develop-box .name-2 {font-size: 24px;color: #055ce6;margin-bottom: 8px;}
.develop-box .text {font-size: 18px;color: #666666;line-height: 24px;}
.develop-box .suspen-2 {top: -70px;right: -370px;padding-left: 75px;padding-bottom: 65px;background-image: url(../images/img11.png);background-repeat: no-repeat;background-position: left bottom;}
.develop-box .suspen-3 {top: 20px;right: -520px;padding-left: 75px;padding-bottom: 65px;background-image: url(../images/img11.png);background-repeat: no-repeat;background-position: left bottom;}
.develop-box .suspen-4 {bottom: -5px;right: -360px;padding-left: 75px;padding-bottom: 18px;background-image: url(../images/img12.png);background-repeat: no-repeat;background-position: left bottom;}
.develop-box .suspen-5 {bottom: -5px;left: -435px;padding-right: 75px;padding-bottom: 18px;background-image: url(../images/img13.png);background-repeat: no-repeat;background-position: right bottom;text-align: right;}
.develop-box .suspen-6 {top: 20px;left: -450px;padding-right: 75px;padding-bottom: 65px;background-image: url(../images/img14.png);background-repeat: no-repeat;background-position: right bottom;text-align: right;}
.develop-box .suspen-7 {top: -90px;left: -340px;padding-right: 75px;padding-bottom: 65px;background-image: url(../images/img14.png);background-repeat: no-repeat;background-position: right bottom;text-align: right;}
.develop-box .mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;background-size: cover;display: none;}
.develop-box .column-1 .mask {background-image: url(../images/img5-2.png);}
.develop-box .column-2 .mask {background-image: url(../images/img6-2.png);}
.develop-box .column-3 .mask {background-image: url(../images/img7-2.png);}
.develop-box .column-4 .mask {background-image: url(../images/img8-2.png);}
.develop-box .column-5 .mask {background-image: url(../images/img9-2.png);}
.develop-box .column-6 .mask {background-image: url(../images/img10-2.png);}
.indus-box {padding: 85px 0 0;background-color: #f4f7fc;}
.indus-box .container-fluid {max-width: 100%;padding: 0;}
.indus-box .title {color: #222222;}
.indus-box .carousel {padding-top: 40px;}
.swiper2 .swiper-slide {width: 65.1%;padding-top: 10px;padding-bottom: 185px;opacity: .5;}
.swiper2 .swiper-slide-active {opacity: 1;}
.swiper2 .box {justify-content: space-between;flex-wrap: wrap;}
.swiper2 .text-box {width: 40%;padding: 35px 75px 30px 60px;background-color: #ffffff;}
.swiper2 .h1 {font-size: 26px;color: #222222;line-height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.swiper2 .text {font-size: 14px;color: #222222;line-height: 30px;height: 150px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.swiper2 .btn-more {width: 120px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #ffffff;background-color: #055ce6;padding: 0;border-radius: 0;margin-top: 25px;transition: all .3s;}
.swiper2 .btn-more:hover {color: #055ce6;border: 1px solid #055ce6;line-height: 38px;background-color: #ffffff;}
.swiper2 .img {width: 60%;}
.swiper2 .belong {position: absolute;top: 0;left: 3%;font-size: 18px;color: #ffffff; padding:18px 33px 18px 18px;	text-align: center;background-image: url(../images/icon5.png);background-size: 100%;}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {width: 12px;height: 24px;background-size: cover;top: 35%;margin-top: -6px;}
.swiper2 .swiper-button-prev {left: 13%;background-image: url(../images/icon6.png);}
.swiper2 .swiper-button-next {right: 13%;background-image: url(../images/icon6-2.png);}
.swiper2 .swiper-button-prev:hover {background-image: url(../images/icon7.png);}
.swiper2 .swiper-button-next:hover {background-image: url(../images/icon7-2.png);}
.swiper2 .swiper-pagination {width: 73%;height: 2px;top: auto;left: 13.5%;bottom: 85px;background-color: #dce7fa;}
.swiper2 .swiper-pagination-progressbar {background-color: #70a1f0;}
.swiper2 .swiper-pagination-progressbar::after {position: absolute;content: "";top: -7px;right: -8px;width: 8px;height: 16px;background-image: url(../images/icon8.png);background-size: cover;}
.prod-box {padding: 60px 0 50px;}
.prod-box .title {color: #000000;margin-bottom: 50px;}
.prod-box .box-wrap {max-width: 1400px;width: 100%;margin: 0 auto;}
.prod-list {margin: 0 -20px;}
.prod-list .column {padding: 0 20px 38px; }
.prod-list a {position: relative;display: block;}
.prod-list .suspen {position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;padding: 0 15px;padding-top: 61%;transition: all .5s;}
.prod-list .text-box {width: 290px;margin: 0 auto;background-color: rgba(0,0,0,0.3);padding:18px;}
.home-main .prod-list .text-box {width: auto;}
.prod-list .cn {font-size: 26px;color: #ffffff;margin-bottom: 10px;}
.prod-list .en {font-size: 16px;color: rgba(255, 255, 255, .4);margin-bottom: 30px;font-family: Arial, Helvetica, sans-serif;}
.prod-list .text {font-size: 16px;color: #ffffff;line-height: 30px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.prod-list .btn-more {width: 120px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #055ce6;background-color: #ffffff;padding: 0;border-radius: 0;margin-top: 1px;}
.prod-list .column:hover .suspen {padding-top: 25%;}

.news-box {padding: 120px 0 160px;background-image: url(../images/img21.jpg);background-repeat: no-repeat;background-position: bottom center;}
.news-box .title {color: #222222;margin-bottom: 80px;}
.news-box .box {max-width: 1400px;width: 100%;margin: 0 auto;justify-content: space-between;}
.news-box .img-list .column {display: none;}
.news-box .img-list .column.on {display: block;}
.news-box .news-list {max-width: 700px;width: 100%;margin-left: 100px;}
.news-list .column {position: relative;padding: 45px 0;padding-left: 37px;border-bottom: 1px solid #eeeeee;transition: all .3s;}
.news-list .column::after {position: absolute;content: "";top: 50%;left: -140px;width: 100px;height: 4px;background-color: #055ce6;display: none;}
.news-list .time {font-size: 18px;color: #d3d3d3;margin-right: 54px;font-family: arial;transition: all .3s;}
.news-list .big {font-size: 28px;color: #222222;margin-right: 5px;transition: all .3s;}
.news-list .text {font-size: 18px;color: #222222;line-height: 28px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .3s;}
.news-list .column:hover {padding-left: 20px;}
.news-list .column:hover .text {color: #055ce6;}
.news-list .column:hover::after {display: block;}
.news-list .column:hover .time {color: #055ce6;}
.news-list .column:hover .big {color: #055ce6;}
.deve-list3 {display: none;}
.deve-list3 .column2 {justify-content: space-between;align-items: center;margin-bottom: 20px;}
.deve-list3 .column2:last-child {margin-bottom: 0;}
.deve-list3 .icon {width: 60px;padding: 15px;background-color: #055ce6;border-radius: 50%;overflow: hidden;}
.deve-list3 .text-box {width: calc(100% - 52px);padding-left: 20px;}
.deve-list3 .name2 {font-size: 18px;color: #055ce6;margin-bottom: 10px;}
.deve-list3 .text2 {font-size: 14px;color: #666666;line-height: 24px;}

/*联系我们*/
.ctUs-container{padding:11px 0 69px;text-align:center;}
.ctUs-name{line-height:56px;font-size:32px;}
.ctUs-list{padding:0 1.5%}
.ctUs-list li{width:33%;padding:0 1.2%;float:left;margin:61px 0 0;}
.ctUs-list .culist-icon{width:136px;height:136px;line-height:134px;font-size:0px;border-radius:100%;border:1px solid #cfcfcf;margin:0 auto;}
.ctUs-list .culist-type{line-height:23px;font-size:16px;color:#666666;margin:30px 0 0;}
.ctUs-list .culist-con{line-height:24px;font-size:16px;margin:15px 0 0;}
.ctUs-list .culist-icon img{transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;}
.ctUs-list li:hover .culist-icon img{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);}
.ctUs-list li:nth-child:hover .culist-icon img{transform:translateY(-10px) rotateY(0deg);-webkit-transform:translateY(-10px) rotateY(0deg);}

.ctUs-map{position:relative;overflow:hidden;height:500px;}


@media only screen and (max-width: 1199px) {
	.swiper2 .text-box {width: 50%;padding: 40px 20px 20px;}
	.swiper2 .img {width: 50%;}
	.swiper2 .belong {width: 70px;height: 40px;line-height: 40px;font-size: 12px;}
	.swiper2 .h1 {font-size: 16px;line-height: 26px;}
	.swiper2 .text {line-height: 24px;height: 72px;}

	.header {height: 70px;}
	.head-wrap {height: 69px;padding: 0;}
	.head-logo img {width: 180px;}
	.foot-nav .column {margin-right: 70px;}
	.intr-box .icon3 {width: 30px;}

}
/* products */

.banner {position: relative;}
.banner .suspen {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;width: 100%;padding: 0 15px;}
.banner .h1 {font-size: 50px;color: #ffffff;font-weight: bold;line-height: 60px;}
.banner .h2 {font-size: 26px;color: #ffffff;line-height: 60px;}
.nav-location {border-bottom: 1px solid #eeeeee;}
.nav-location .box-wrap {justify-content: space-between;align-items: center;}
.nav-location .l-box {align-items: center;}
.nav-location .title {font-size: 16px;color: #222222;font-weight: bold;height: 20px;line-height: 20px;padding: 0 20px;border-right: 1px solid #eeeeee;white-space: nowrap;}
.nav-location .nav {margin-left: 18px;}
.nav-location.on .nav-box {position: fixed;top: 0;left: 0;width: 100%;background-color: #ffffff;z-index: 9;}
.nav-location.on .nav {max-width: 1400px;width: 100%;margin: 0 auto;}
.nav-location .column {margin-right: 35px;}
.nav-location .nav a {display: block;height: 70px;line-height: 70px;font-size: 16px;color: #222222;padding: 0 15px;}
.nav-location .nav a:hover {background-color: #ffffff;}
.nav-location .column.on {position: relative;}
.nav-location .column.on::before {position: absolute;content: "";left: 0;bottom: 0;width: 100%;height: 2px;background-color: #055ce6;}
.nav-location .column.on a {color: #055ce6;background-image: url(../images/icon22.png);background-repeat: no-repeat;background-position: 13px center;padding: 0 15px 0 35px;}
.nav-location .column:hover::before{position: absolute;content: "";left: 0;bottom: 0;width: 100%;height: 2px;background-color: #055ce6;z-index: 2;}
.location {font-size: 14px;color: #999999;}
.location a {color: #999999;}
.prod-list2 {margin: 20px -20px 0;}
.prod-list2 .column {padding: 0 20px;margin-bottom: 20px;overflow: inherit;}
.prod-list2 .column a {align-items: center;padding: 20px 33px 20px 57px;background-color: #f4f8ff;border-radius: 10px;transition: all .3s;}
.prod-list2 .text-box {width: calc(100% - 280px);padding-right: 44px;vertical-align: top;}
.prod-list2 .img-box {width: 280px; }
.prod-list2 .name {font-size: 30px;color: #055ce6;font-weight: bold;font-family: arial;margin-bottom: 29px;}
.prod-list2 .text {font-size: 16px;color: #999999;line-height: 24px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.prod-list2 .btn-detail {width: 90px;font-size: 14px;color: #ffffff;line-height: 26px;background-color: #055ce6;border-radius: 0;margin-top: 30px;opacity: 0;transition: all .3s;}
.prod-list2 .bot-box {flex-wrap: wrap;margin-top: 30px;}
.prod-list2 .s1 {background-color: #f6f6fe;border: 1px solid #ebedf5;border-radius: 15px;font-size: 20px;color: #000;margin-right: 10px;margin-bottom: 5px;}
.prod-list2 .img {height: 280px;}
.prod-list2 .img img {max-height: 100%;}
.prod-list2 .column:hover a {background-color: #ffffff;box-shadow: 0 2px 15px rgba(0, 0, 0, .2);}
.prod-list2 .column:hover .btn-detail {opacity: 1;}
.nav-page {justify-content: center;align-items: center;margin: 60px 0 100px;}
.nav-page a {width: 45px;height: 45px;font-size: 14px;color: #666666;line-height: 45px;text-align: center;background-color: #c7d8f7;margin: 0 7px;}
.nav-page a.on {color: #ffffff;background-color: #055ce6;}
.nav-page .arrow {font-size: 20px;color: #055ce6;transition: all .3s;}
.nav-page .arrow:hover {color: #ffffff;background-color: #055ce6;}
.nav-page .select{width: 60px;height: 45px;font-size: 16px;color: #666666;text-align: center;background-color: #f4f8ff;}
.prod-detail {padding-top: 160px;}
.prod-detail .location {margin-bottom: 70px;}
.swiper3 {max-width: 600px;width: 100%;margin: 0;margin-bottom: 20px;}
.swiper4 {max-width: 600px;width: 100%;margin: 0;}
.swiper4 .swiper-slide {width: 90px;height: 90px;text-align: center;margin-right: 12px;}
.swiper4 .active-nav {border: 2px solid #055ce6;}
.prod-info {margin-bottom: 80px;}
.prod-info .name {font-size: 40px;color: #055ce6;font-weight: bold;margin-top: 20px;margin-bottom: 24px;font-family: Arial, Helvetica, sans-serif;}
.prod-info .text {font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 23px;text-align:justify;}
.prod-info table {width: 100%;}
.prod-info .table th {font-size: 16px;color: #222222;line-height: 30px;border-bottom: 1px solid #eeeeee;padding-left: 0;padding-right: 0;}
.prod-info .table td {font-size: 14px;color: #222222;line-height: 30px;padding: 14px 8px;border-top: 1px solid #eeeeee;}
.prod-info .table td:first-child{white-space: nowrap;}
.prod-info .table {margin-bottom: 0;}
.prod-info .table-box {overflow-y: hidden;margin-bottom: 33px;line-height: 30px;}
.prod-info .table-box.on {height: auto;}
.prod-info .btn-more {font-size: 14px;color: #999999;margin-bottom: 65px;cursor: pointer;}
.prod-info .btn-box {justify-content: space-between;align-items: center;}
.prod-info .btn-advisory {width: 250px;height: 70px;background-color: #055ce6;border-radius: 0;font-size: 16px;color: #ffffff;font-weight: bold;line-height: 56px;}
.prod-info .btn-share {font-size: 14px;color: #bac3d1;padding-top: 32px;background-image: url(../images/icon23.jpg);background-repeat: no-repeat;background-position: top center;cursor: pointer;}


/* abouts */

.intr-box .box-wrap {justify-content: space-between;align-items: stretch;}
.intr-box .text-box {width: 55.2604%;background-position: center center;background-size: cover;flex-direction: column;justify-content: space-between;}
.intr-box .top-box {padding: 11% 19.1% 0 24.8%;}
.intr-box .title {font-size: 40px;color: #222222;font-weight: bold;margin-bottom: 35px;}
.intr-box .text-box .icon {width: 40px;height: 4px;background-color: #055ce6;margin-bottom: 38px;}
.intr-box .text-box .text {font-size: 14px;color: #666666;line-height: 36px;}
.intr-box .text-box .list-box {padding-right: 19.1%;}
.intr-box .text-box .column {position: relative;font-size: 14px;color: #222222;padding: 38px 0;padding-left: 38.8%;background-color: #eff1f4;align-items: center;}
.intr-box .icon2 {width: 6px;height: 6px;background-color: #256fe8;border-radius: 50%;margin-right: 30px;}
.intr-box .suspen2 {position: absolute;top: 0;left: -100%;width: 100%;bottom: 0;background-color: #055ce6;align-items: center;padding-left: 36%;background-image: url(../images/icon30.png);background-repeat: no-repeat;background-position: 13% center;transition: all .8s;}
.intr-box .text-box .column.on .suspen2 {left: 0;}
.intr-box .icon3 {margin-right: 28px;}
.intr-box .text2 {font-size: 14px;color: #ffffff;line-height: 24px;}
.intr-box .name2 {line-height: 24px;font-weight: bold;}
.intr-box .img-box {position: relative;width: 44.7396%;}
.intr-box .img-box .suspen {position: absolute;left: 0;bottom: 0;width: 100%;padding: 7.7% 10% 8.3%;background-color: #2d3450;}
.intr-box .img-box .column {margin-right: 150px;}
.intr-box .img-box .column:last-child {margin-right: 0;}
.intr-box .img-box .icon {margin-right: 15px;}
.intr-box .img-box .name {font-size: 14px;color: #f6f6f6;margin-bottom: 3px;}
.intr-box .img-box .number {font-size: 14px;color: #ffffff;line-height: 30px;}

.partner {padding: 100px 0 130px;background-color: #f4f8ff;}
.partner .title {font-size: 40px;color: #222222;font-weight: bold;text-align: center;margin-bottom: 45px;}
.partner .box-wrap {padding: 0 43px;}
.part-list2 {border: 1px solid #eeeeee;border-bottom: 0;border-right: 0;}
.part-list2 .column {padding: 0;border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;}
.part-list2 .column img {width: 100%;}
.nav-box {justify-content: center;align-items: center;}
.nav-box .item {width: 136px;height: 50px;font-size: 14px;color: #222222;text-align: center;line-height: 48px;border: 1px solid #e5e5e5;margin: 0 15px;background:#E1E1E1}
.nav-box .item.on {color: #ffffff;background-color: #055ce6;border: 1px solid #055ce6;}
.honor-box  {margin: 10px 0 60px;}
.honor-box .nav-box {margin: 20px 0 30px;}
.honor-list {margin: 0 -5px;}
.honor-list .column {padding: 0 5px;margin-bottom: 7px;cursor: pointer;}
.honor-list .box {padding: 35px 25px;background-color: #f5f7f9;transition: all .3s;}
.honor-list .img {text-align: center;height: 300px;line-height: 300px;}
.honor-list .img img {max-height: 100%;}
.honor-list .bot-box {justify-content: space-between;align-items: center;padding-top: 39px;}
.honor-list .text {font-size: 16px;color: #222222;line-height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: calc(100% - 24px);}
.honor-list .icon {width: 24px;height: 24px;background-image: url(../images/icon48.png);background-size: cover;}
.honor-list .column:hover .box {background-color: #e6e9f0;}
.honor-list .column:hover .img {width: 240px;height: 240px;line-height: 240px;margin: 30px auto;background-color: #ffffff;border-radius: 50%;overflow: hidden;}
.img-popup {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .7);z-index: 99;}
.img-popup .box-wrap {position: absolute;max-width: 80%;width: 100%;max-height: 80%;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.swiper9 {text-align: center;}
.swiper9 .swiper-slide {background: transparent;}
.swiper9 .swiper-slide img {max-width: 100%;max-height: 100%;}
.swiper9 .h1 {font-size: 16px;color: #ffffff;margin-top: 15px;}
.img-popup .btn-close {position: absolute;top: 5%;right: 3%;font-size: 30px;color: #ffffff;cursor: pointer;}
.honor-box .nav-page {margin: 75px 0 65px;}

@media only screen and (max-width: 1680px) {
	.intr-box .top-box {padding: 10% 10% 3% 15%;}
.head-nav .column {margin: 0 20px;}
.head-rbox .column {margin-left: 30px;}

	.swiper2 .text-box {padding: 70px 40px;}
	.swiper2 .text {height: 120px;-webkit-line-clamp: 4;}
}
@media only screen and (max-width: 767px) {

	
	.solu-box {padding: 40px 0;	}
	.solu-list .column {margin-bottom: 20px;}
	.solu-list .belong {margin-bottom: 10px;}
	.solu-list .h1 {line-height: 20px;}
	.scheme-list .h1 {font-size: 16px;}
	.scheme-list .s1 {font-size: 12px;}
	.scheme-list .h2 {margin-bottom: 15px;}
	.scheme-list .img img {width: 100%;}
	.solu-box3 .scheme-list .column {margin-bottom: 20px;}
	.solu-box3 {padding-bottom: 20px;}

	.swiper10 {display: block;}
	.swiper10 .suspen {padding: 15px;}
	.swiper10 .h1 {font-size: 16px;line-height: 20px;margin-bottom: 10px;}

	.news-box2 {padding-top: 40px;}
	.news-list2 a {flex-wrap: wrap;}
	.news-list2 .img {width: 100%;}
	.news-list2 .text-box {width: calc(100% - 100px);}
	.news-list2 .h1 {font-size: 16px;margin-bottom: 0;}
	.news-list2 .sun-moon {font-size: 20px;margin-bottom: 10px;}
	.news-list2 .column {margin-bottom: 20px;}
	.news-box2 .nav-page {margin: 10px 0 40px;}
	.news-detail .location {font-size: 12px;margin: 30px 0;}
	.news-detail .rbox .box {padding: 30px 15px;}
	.news-detail .title {padding-bottom: 10px;}
	.news-detail .title .h1 {font-size: 16px;margin-bottom: 10px;}
	.news-detail .title .info {flex-wrap: wrap;}
	.news-detail .s1 {font-size: 12px;margin-right: 15px;margin-bottom: 5px;}
	.news-detail .bot-box {flex-wrap: wrap;}
	.news-detail .text-box {padding-bottom: 30px;margin-bottom: 20px;}
	.news-detail .btn-list {margin: 0 auto;margin-top: 15px;}
	.news-detail .detail-box {padding-bottom: 40px;}


	.m-head-wrap {height: 50px;}
	.m-header .head-logo {height: 42px;}
	.m-header .line {width: 26px;margin: 3px 0;}
	.btn-menu.on .line:last-child {margin-top: -5px;}
	.m-header .drop-down {top: 50px;height: calc(100% - 50px);}
	.m-foot-logo {padding-bottom: 15px;}
	.m-foot-logo img{height: 40px;}
	.m-footer .foot-nav {padding: 10px 0 15px;}
	.m-footer .foot-nav .name {line-height: 40px;}
	.m-footer .bot-box {padding-top: 0;}
	.m-foot-wrap {padding: 30px 0 20px;}

    .page-main {padding-top: 50px;}
	.swiper1 .suspen .h1 {font-size: 20px;}
	.page-main .container-fluid {max-width: 100%;padding: 0 15px;}
	.swiper1 .swiper-button-next,
	.swiper1 .swiper-button-prev {width: 30px;height: 30px;margin-top: -15px;}
	.swiper1 .swiper-pagination {bottom: 15px;}
	.swiper1 .swiper-pagination-bullet {width: 7px;height: 7px;margin: 0 5px !important;}
	.swiper1 .swiper-pagination-bullet-active::after {width: 14px;height: 14px;margin-top: -7px;margin-left: -7px;}

	.home-main .title {font-size: 20px;margin-bottom: 20px;}
	.intro-box {padding: 60px 0;}
	.intro-box .text {font-size: 14px;}
	.intro-box .btn-box {margin: 25px 0 30px;}
	.intro-box .btn-more {width: 120px;height: 40px;line-height: 38px;}
	.intro-box .number {font-size: 30px;line-height: 20px;}
	.intro-box .d-2 {font-size: 20px;line-height: 20px;}
	.intro-box .data-list {justify-content: space-between;}
	.intro-box .data-list .column {width: 50%;text-align: center;margin-bottom: 30px;}
	.intro-box .data {justify-content: center;}
	.intro-box .name {margin-bottom: 5px;}
	.intro-box .en {margin-top: 5px;}
	.develop-box {padding: 40px 0;}
	.develop-box .title {margin-bottom: 30px;}
    .deve-list3 .name2 {font-size: 16px;}
	.indus-box {padding-top: 40px;}
	.swiper2 .btn-more{display: block;margin: 0 auto;}
	.swiper2 .swiper-slide {width: 100%;padding-bottom: 80px;}
	.swiper2 .swiper-pagination {bottom: 40px;}
    .swiper2 .swiper-button-next {right: 2%;}
	.swiper2 .swiper-button-prev {left: 2%;}

	.prod-box {padding: 40px 0;}
	.prod-box .title {margin-bottom: 30px;}
	.prod-list .suspen {padding-top: 25%;background-color: rgba(0, 0, 0, .2);}
	.prod-list .en {margin-bottom: 30px;}
	.prod-list .btn-more {margin-top: 20px;background-color: rgba(255, 255, 255, .7);}

	.news-box {padding: 40px 0;}
	.news-list .column {padding: 15px 0;}
	.news-list .time {width: 60px;font-size: 14px;line-height: 24px;margin-right: 15px;	}
	.news-list .text {width: calc(100% - 75px);font-size: 14px;line-height: 24px;}
	.news-list .big {font-size: 18px;}


	.prod-list2 {margin-top: 40px;}
	.prod-list2 .column {margin-bottom: 20px;}
	.prod-list2 .column a {padding: 20px 15px;}
	.prod-list2 .name {font-size: 16px;margin-bottom: 20px;}
	.prod-list2 .text-box {padding-right: 15px;}
	.prod-list2 .btn-detail {opacity: 1;}
	.prod-list2 .btn-detail {padding: 4px 12px;margin-top: 20px;}
	.nav-page {margin: 10px 0 40px;}
	.prod-info .carousel {width: 100%;}
    .prod-info .name {font-size: 20px;margin-bottom: 15px;}
	.prod-info .text {margin-bottom: 15px;}
	.prod-info .btn-more {margin-bottom: 30px;}
	.prod-info .btn-advisory {width: 160px;height: 50px;font-size: 14px;line-height: 50px;padding: 0;}
	.prod-info {margin-bottom: 40px;}

	.banner .h1 {font-size: 20px;line-height: 30px;margin-bottom: 10px;}
	.banner .h2 {font-size: 14px;line-height: 24px;}
	.nav-location.on .nav-box {top: 50px;border-top: 1px solid #eeeeee;}
	.nav-location .title {font-size: 14px;}
	.nav-location .nav a {height: 40px;line-height: 40px;}
	.nav-location .location {font-size: 12px;margin: 15px 0;}

	.nav-page a {width: 30px;height: 30px;line-height: 30px;font-size: 12px;margin: 0 5px;}
	.nav-page .select{width: 45px;height: 30px;font-size: 14px;}
	.suspen-cont .icon {width: 40px;height: 40px;margin-bottom: 5px;}
	.suspen-cont .box {min-width: 150px;padding: 10px;font-size: 0;}
	.suspen-cont .icon2 {display: inline-block;vertical-align: top;width: 24px;height: 24px;}
	.suspen-cont .text {display: inline-block;vertical-align: top;font-size: 14px;line-height: 24px;width: calc(100% - 24px);	}
	.intr-box .top-box {padding: 40px 15px 20px;}
	.intr-box .title {font-size: 20px;}
	.intr-box .text-box .icon {height: 2px;}
	.intr-box .text-box .column {padding: 20px 15px;margin-bottom: 1px;}
	.intr-box .name {display: none;width: 110px;}
	.intr-box .icon2 {display: none;margin-right: 5px;}
	.intr-box .suspen2 {width: 100%;position: initial;padding-left: 0;}

	.intr-box .text-box .text {line-height: 30px;}
	.partner {padding: 40px 0;}
	.partner .title {font-size: 20px;margin-bottom: 20px;}

	.honor-list .box {padding: 15px;}
	.honor-box .nav-box {margin: 40px 0 30px;}
   .honor-box .nav-page {margin: 30px 0 40px;}
	.img-popup .box-wrap {max-width: 90%;}
	.swiper-button-next,
	.swiper-button-prev {width: 15px;height: 25px;margin-top: -13px;background-size: cover;}
	.swiper-button-prev {left: 5px;}
	.swiper-button-next {right: 5px;}
}


/* 解决方案 */
.solu-box {padding: 70px 0 75px;background-color: #f4f8ff;}
.solu-list {margin: 0 -20px;}
.solu-list .column {padding: 0 20px;margin-bottom: 40px;}
.solu-list .img {padding: 0;}
.solu-list .text-box {padding: 50px 42px 40px;background-color: #ffffff;}
.solu-list .belong {font-size: 14px;color: #055ce6;margin-bottom: 45px;}
.solu-list .h1 {font-size: 20px;color: #222222;line-height: 30px;font-weight: bold;margin-bottom: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.solu-list .text {font-size: 14px;color: #666666;line-height: 24px;height: 72px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.solu-list .btn-more {display: inline-block;font-size: 14px;color: #666666;padding-right: 14px;background-image: url(../images/icon25.png);background-repeat: no-repeat;background-position: right center;transition: all .3s;margin-top: 110px;}
.solu-list .column:hover .btn-more {padding-right: 18px;}
.swiper10 {display: none;}
.swiper10 a {display: block;position: relative;}
.swiper10 .suspen {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;padding: 30px;flex-direction: column;justify-content: flex-end;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
}

.swiper10 .h1 {font-size: 20px;color: #FFFFFF;line-height: 30px;font-weight: bold;margin-bottom: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.swiper10 .btn-more {display: inline-block;font-size: 14px;color: #FFFFFF;padding-right: 14px;background-image: url(../images/icon25.png);background-repeat: no-repeat;background-position: right center;transition: all .3s;}
.rela-case {padding: 65px 40px 45px;background-color: #ffffff;}
.rela-case .h1 {font-size: 20px;color: #222222;line-height: 30px;font-weight: bold;margin-bottom: 5px;}
.rela-case .column {padding: 25px 0 23px;border-bottom: 1px dashed #eeeeee;}
.rela-case .column:last-child {border-bottom: 0;}
.rela-case .img {padding: 0;}
.rela-case .text-box {padding: 7px 5px 10px 30px;}
.rela-case .h2 {font-size: 18px;color: #222222;line-height: 30px;font-weight: bold;height: 90px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.rela-case .btn-more {display: inline-block;font-size: 14px;color: #666666;padding-right: 14px;background-image: url(../images/icon25.png);background-repeat: no-repeat;background-position: right center;transition: all .3s;margin-top: 10px;}
.rela-case .column:hover .btn-more {padding-right: 18px;}
.scheme-list {margin: 0 -20px;}
.scheme-list .column {padding: 0 20px;}
.scheme-list .text-box {padding: 35px 40px 30px;background-color: #ffffff;}
.scheme-list .h1 {font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 12px;}
.scheme-list .h2 {font-size: 14px;color: #d9dfed;margin-bottom: 22px;font-family: Arial, Helvetica, sans-serif;}
.scheme-list .s1 {padding: 7px 16px;background-color: #f6f6fe;border: 1px solid #ebedf5;border-radius: 15px;font-size: 14px;color: #b6bccc;margin-right: 10px;}
.solu-box3 {padding-bottom: 125px;}
.solu-box3 .location {margin: 40px 0 60px;text-align: right;}
.solu-box3 .scheme-list .text-box {background-color: #f7f8fc;}
.solu-box3 .scheme-list .column {margin-bottom: 40px;}


@media only screen and (max-width: 1024px) {
	.solu-list {margin: 0 -10px;}
	.solu-list .column {padding: 0 10px;}
	.solu-list .text-box {padding: 20px;}
	.solu-list .belong {margin-bottom: 20px;}
	.solu-list .h1 {margin-bottom: 10px;}
	.solu-list .btn-more {margin-top: 15px;}
	.rela-case {display: none;}


	.header {display: none;}
	.m-header {display: block;}
	.footer {display: none;}
	.m-footer {display: block;}
	.m-footer .bot-box {display: -ms-flexbox;display: flex;flex-wrap: wrap;	}
	.m-footer .text-box {width: 50%;}
	.m-footer .code {width: 50%;}
	.m-footer .code-wrap {display: inline-block;}
	.m-footer .text {width: 100%;}

	.news-list2 .img {width: 300px;}
	.news-list2 .date {width: 120px;}
	.news-list2 .box {padding: 20px;}
	.news-list2 .text-box {width: calc(100% - 440px);}
	.news-list2 .btn-more {margin-top: 30px;}
	.news-detail .rbox {width: 100%;}
	.news-detail .rela-case {display: none;}
	
	.nav-location .box-wrap {display: block;}
	.nav-location .l-box {width: 100%;}
	.nav-location .title {padding-left: 0;}
	.nav-location .nav-box {overflow-x: auto;}
	.nav-location .nav-box::-webkit-scrollbar {display: none;}
	.nav-location .nav {width: auto;overflow-x: auto;overflow-y: hidden;white-space: nowrap;}
	.nav-location.on .nav-box {top: 60px;border-top: 1px solid #eeeeee;}
	.nav-location.on .nav {max-width: 90%;}
	.nav-location .nav::-webkit-scrollbar {display: none;	}
	.nav-location .nav a {height: 50px;line-height: 50px;padding-right: 5px;}
	.nav-location .location {width: 100%;margin: 20px 0;}	

	.intr-box .text-box {width: 100%;}
	.intr-box .img-box {display: none;}
	.intr-box .text-box .list-box {padding-right: 0;}
	.intr-box .text-box .column {padding-left: 15%;padding-right: 10%;}
	.intr-box .suspen2 {left: 0;background: none;}
	.intr-box .icon3 {display: none;}
	.intr-box .text2 {color: #666666;}
	.intr-box .name2 {color: #222222;}
	.intr-box .text-box .text {line-height: 30px;}
	.partner .box-wrap {padding: 0;}
	
	.prod-info .carousel {float: none;width: 70%;margin: 0 auto;}
	.prod-info .param {width: 100%;	}
	.prod-detail {padding-top: 30px;}
	.prod-detail .location {margin-bottom: 30px;	}
	.prod-list2 .text-box {width: calc(100% - 150px);padding-right: 15px;}
	.prod-list2 .img-box {width: 150px;}
	.prod-list2 .bot-box {margin-top: 10px;}
	.prod-list2 .name {margin-bottom: 20px;}

	.page-main {padding-top: 60px;}
	.page-main .container-fluid {max-width: 90%;}
	.develop-box .center-box {display: none;}
	.deve-list3 {display: block;}
	.develop-box .title {margin-bottom: 50px;}
	.indus-box .container-fluid {max-width: 100%;}
	.swiper2 .text-box {width: 100%;padding-top: 50px;}
	.swiper2 .img {width: 100%;}
	.prod-list .suspen {padding-top: 65%;	}
	.prod-list .column:hover .suspen {padding-top: 15%;}
	.news-box .img-list {display: none;}
	.news-box .news-list {max-width: 100%;margin-left: 0;}
	.news-list .column:hover::after {display: none;}
}

/* 新闻 */
.news-box2 {padding-top: 120px;background-color: #f4f8ff;}
.news-list2 a {align-items: stretch;}
.news-list2 .column {margin-bottom: 30px;}
.news-list2 .img {width: 350px;background: #fff;display: flex;justify-content: center;align-items: center;}
.news-list2 .text-box {width: calc(100% - 525px);padding: 55px 45px 20px 90px;background-color: #ffffff;}
.news-list2 .h1 {font-size: 22px;color: #222222;line-height: 36px;margin-bottom: 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .3s;}
.news-list2 .column:hover .h1 {color: #055ce6;}
.news-list2 .text {font-size: 14px;color: #666666;line-height: 24px;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-list2 .btn-more {display: inline-block;font-size: 14px;color: #222222;padding-right: 14px;background-image: url(../images/icon25.png);background-repeat: no-repeat;background-position: right center;transition: all .3s;
rgin-top: 40px;}
.news-list2 .date {align-items: center;width: 175px;background-color: #ffffff;}
.news-list2 .box {border-left: 1px solid #eeeeee;padding: 50px 0 50px 50px;}
.news-list2 .sun-moon {font-size: 34px;color: #b5bece;font-weight: bold;margin-bottom: 15px;font-family: Arial, Helvetica, sans-serif;}
.news-list2 .column:hover .sun-moon {color: #055ce6;}
.news-list2 .year {font-size: 16px;color: #b5bece;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
.news-list2 .column:hover .btn-more {padding-right: 18px;}
.news-box2 .nav-page {margin: 75px 0 85px;}
.news-detail {padding-top: 100px;background-color: #f4f8ff;}
.news-detail .detail-box {padding-bottom: 180px;}
.news-detail .location {margin: 60px 0 75px;}
.news-detail .rbox {padding-left: 0;}
.news-detail .rbox .box {max-width: 1000px;width: 100%;padding: 77px 80px 50px;background-color: #ffffff;}
.news-detail .title {padding-bottom: 24px;border-bottom: 1px solid #eeeeee;}
.news-detail .title .h1 {font-size: 30px;color: #222222;line-height: 40px;margin-bottom: 25px;}
.news-detail .s1 {font-size: 14px;color: #999999;margin-right: 70px;}
.news-detail .s1:last-child {margin-right: 0;}
.news-detail .text-box {padding-top: 20px;padding-bottom: 65px;border-bottom: 1px solid #eeeeee;margin-bottom: 35px;}
.news-detail .text {font-size: 16px;color: #222222;line-height: 30px;}
.news-detail .text * {line-height: 30px;}
.news-detail .text img {max-width: 100%;}
.news-detail .bot-box {justify-content: space-between;align-items: center;}
.news-detail .btn-list {width: 130px;height: 50px;font-size: 16px;color: #055ce6;line-height: 50px;text-align: center;background-color: #f4f8ff;}
.news-detail .rela-case {padding-bottom: 20px;}
.news-detail .rela-case .h1 {font-weight: normal;}
.news-list3 .column {padding: 20px 0 25px;border-bottom: 1px dashed #eeeeee;}
.news-list3 .column:last-child {border-bottom: 1px dashed #eeeeee;}
.news-list3 .text2 {font-size: 14px;color: #666666;line-height: 24px;font-weight: normal;margin-bottom: 15px;}
.news-list3 .time {font-size: 14px;color: #b5bece;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}

@media only screen and (max-width: 1280px) {
	.news-detail .text img {max-width: 100%;}
	.news-detail .rbox .box {padding: 50px;}
	.rela-case {padding: 50px 30px;}

	.nav-location .nav {margin-left: 0;}
	.nav-location.on .nav {max-width: 1000px;}
	.nav-location .column {margin-right: 10px;}
	.nav-location .nav a {font-size: 14px;}
	
	.prod-list2 .text-box {width: calc(100% - 180px);padding-right: 20px;}
	.prod-list2 .img-box {width: 180px;}
	.prod-list2 .btn-detail {margin-top: 20px;	}
	.prod-list2 .bot-box {margin-top: 20px;	}
	.prod-list2 .s1 {font-size: 12px;padding: 5px;}
	
	.page-main .container-fluid {max-width: 1000px;}
	.indus-box .container-fluid {max-width: 100%;}
	.develop-box .suspen-1 {min-width: 320px;max-width: 320px;background-size: 100% auto;}
	.develop-box .suspen-2 {top: -80px;right: -260px;}
	.develop-box .suspen-3 {top: 0;right: -315px;	}
	.develop-box .suspen-4 {bottom: 15px;right: -235px;}
	.develop-box .suspen-5 {bottom: 15px;left: -235px;}
	.develop-box .suspen-6 {top: 0;left: -315px;}
	.develop-box .suspen-7 {top: -80px;left: -260px;}
	.swiper2 .belong {width: 90px;height: 48px;font-size: 14px;line-height: 48px;}
	.swiper2 .text {height: 90px;-webkit-line-clamp: 3;}
	.prod-list .en {margin-bottom: 20px;}
	.swiper2 .btn-more {margin-top: 15px;}
	.prod-list {margin: 0 -15px;}
	.prod-list .column {padding: 0 15px;}
	.prod-list .btn-more {margin-top: 15px;}

	.head-nav .column {margin: 0 10px;}
	.head-nav .item {font-size: 14px;padding-left: 7px;padding-right: 7px;}
	.head-rbox .number {font-size: 14px;}
	.head-rbox .column {margin-left: 10px;}
	.head-rbox .icon {margin-right: 8px;	}
	.foot-nav .column {margin-right: 100px;}

	.solu-main .nav-location .title {font-size: 14px;padding: 0;padding-right: 15px;white-space: nowrap;}
	.solu-main .nav-location .column {margin-right: 0;}
	.solu-main .nav-location .column a {font-size: 12px;	}
	.solu-list .btn-more {margin-top: 35px;}
	.solu-main .location {font-size: 12px;}
	.scheme-list .text-box {padding: 20px 15px 15px;}
	.scheme-list .bot-box {flex-wrap: wrap;}
	.scheme-list .s1 {margin-bottom: 5px;}

}

@media only screen and (max-width: 991px) {
	.news-list2 .img {width: 220px;}
	.news-list2 .date {width: 100px;}
	.news-list2 .box {padding: 15px;}
	.news-list2 .text-box {width: calc(100% - 320px);padding: 20px 15px;height: auto;}
	.news-list2 .h1 {margin-bottom: 10px;}
	.news-list2 .text {-webkit-line-clamp: 2;}
.news-list2 .btn-more {margin-top: 15px;}

	.solu-list .column {width: 100%;}
	.solu-list .img img {width: 100%;}
	.scheme-list .column {margin-bottom: 20px;}
	
	.honor-list .img {height: 150px;line-height: 150px;}
	.honor-list .column:hover .img {width: 150px;height: 150px;line-height: 150px;margin: 0 auto;}
	.honor-list .text {font-size: 12px;}
	.honor-list .icon {width: 18px;height: 18px;}
	
	.prod-list2 .column {width: 100%;	}
	.prod-list2 .text-box {width: calc(100% - 120px);padding-right: 15px;}
	.prod-list2 .img-box {width: 120px;}
	.prod-list2 .btn-detail {margin-top: 10px;}

	.prod-list .column {margin-bottom: 15px;}
	.prod-list .column:last-child {margin-bottom: 0;}
	.prod-list .en {margin-bottom: 50px;}
}

@media only screen and (max-width: 1440px) {
	.swiper1 .suspen .h1 {font-size: 40px;}
	.page-main .container-fluid {max-width: 1200px;}
	.home-main .title {font-size: 30px;}
	.intro-box {padding: 120px 0 180px;}
	.indus-box .container-fluid {max-width: 100%;}
	.intro-box .text {font-size: 16px;line-height: 24px;}
	.intro-box .btn-box {margin: 50px 0 80px;}
	.intro-box .name {font-size: 16px;}
	.intro-box .number {font-size: 40px;line-height: 30px;}
	.intro-box .d-1 {font-size: 14px;}
	.intro-box .d-2 {font-size: 30px;line-height: 30px;}
    .intro-box .en {font-size: 14px;line-height: 24px;}
	.develop-box {padding: 80px 0 130px;}
	.develop-box .title {margin-bottom: 90px;}
	.develop-box .center-box {transform: scale(.8);-ms-transform: scale(.8);-webkit-transform: scale(.8);-o-transform: scale(.8);-moz-transform: scale(.8);}
	.indus-box {padding-top: 50px;}
	.indus-box .title {margin-bottom: 10px;	}
    .indus-box .carousel {padding-top: 20px;}
	.swiper2 .swiper-slide {padding-bottom: 150px;}
	.swiper2 .text-box {padding: 50px 30px;}
	.swiper2 .text {height: 120px;-webkit-line-clamp: 4;}
	.swiper2 .belong {width: 100px;height: 54px;font-size: 16px;line-height: 54px;padding-right: 5px;}
	.swiper2 .h1 {font-size: 20px;ine-height: 40px;}
	.prod-box {padding: 70px 0 80px;}
	.prod-list .cn {font-size: 22px;}
	.prod-list .en {font-size: 14px;}
	.prod-list .text {font-size: 14px;line-height: 24px;}

	.news-box {padding: 80px 0 120px;}
	.news-box .title {margin-bottom: 50px;}
	.news-list .column {padding: 22px 0;}
	.news-list .time {font-size: 16px;}
	.news-list .big {font-size: 22px;}
	.news-list .text {font-size: 16px;line-height: 26px;}

	.banner .h1 {font-size: 36px;line-height: 50px;}
	.banner .h2 {font-size: 20px;line-height: 30px;	}
	.nav-location .column {margin-right: 20px;}
	.nav-location.on .nav {max-width: 1200px;}
	.nav-location .nav a {padding-left: 20px;}
	.nav-location .column.on a {background-position: 5px center;}

	.intr-box .text-box .text {line-height: 24px;}
	.intr-box .text-box .column {padding-left: 30px;padding-right: 30px;}
	.intr-box .icon3 {width: 40px;}
	.intr-box .title {font-size: 30px;margin-bottom: 20px;}
	.intr-box .text-box .icon {width: 30px;margin-bottom: 20px;}

	.partner {padding: 60px 0;}
	.partner .title {font-size: 30px;margin-bottom: 30px;}

	.honor-list .img {height: 240px;line-height: 240px;}
	.honor-list .column:hover .img {width: 180px;height: 180px;line-height: 180px;}
	.honor-list .text {font-size: 14px;}
	.honor-box .nav-box {margin: 60px 0 40px;}
	.nav-box .item {width: 120px;height: 40px;line-height: 38px;}
	.honor-box .nav-page {margin: 50px 0;}

	.head-nav .column {margin: 0 15px;}
	.head-nav .item {padding-left: 10px;padding-right: 10px;}
	.head-rbox .number {font-size: 16px;}
	.head-rbox .column {margin-left: 20px;}
	.head-rbox .icon {margin-right: 8px;}

	.solu-main .nav-location .column {margin-right: 5px;}
	.solu-list .text-box {padding: 30px;}
	.solu-list .belong {margin-bottom: 30px;}
	.solu-list .h1 {font-size: 16px;margin-bottom: 15px;}
	.solu-list .btn-more {margin-top: 90px;}
	.rela-case {padding: 40px 30px;	}
	.rela-case .column {padding: 15px 0;}
	.rela-case .text-box {padding: 5px 5px 5px 10px;}
	.rela-case .h2 {font-size: 16px;line-height: 26px;height: 52px;-webkit-line-clamp: 2;}
	.scheme-list {margin: 0 -10px;}
	.scheme-list .column {padding: 0 10px;}
	.solu-box3 .location {font-size: 14px;margin: 30px 0 40px;}
	.solu-box3 {padding-bottom: 70px;}

	.news-list2 .text-box {padding: 30px 30px 0;}
	.news-box2 {padding-top: 80px;}
	.news-list2 .h1 {font-size: 18px;line-height: 30px;}
	.news-list2 .sun-moon {font-size: 26px;}
	.news-list2 .year {font-size: 14px;}
	.news-detail .title .h1 {font-size: 20px;line-height: 30px;margin-bottom: 15px;}
	.rela-case .h1 {font-size: 16px;}
	.news-list3 .column {padding: 10px 0;}
	.news-list3 .text2 {margin-bottom: 5px;}
	.news-detail .text {font-size: 14px !important;}
	.news-detail .btn-list {width: 120px;height: 40px;line-height: 40px;font-size: 14px;}
	.news-detail {padding-top: 10px;}
	.news-detail .location {margin: 60px 0 40px;}
	.news-detail .detail-box {padding-bottom: 100px;}
	
	.prod-list2 {margin-top: 60px;}
	.prod-list2 .name {font-size: 20px;}
	.prod-list2 .column a {padding: 25px;}
	.swiper4 .swiper-slide {width: 80px;height: 80px;margin-right: 15px;}
	.prod-detail {padding-top: 100px;}
	.prod-info .name {font-size: 30px;}
	.prod-info .text {font-size: 14px;}
	.prod-info .table th {font-size: 14px;}
	.prod-info {margin-bottom: 60px;}
	.prod-list2 .text-box {width: calc(100% - 220px);padding-right: 30px;}
	.prod-list2 .img-box {width: 220px;}
}