.banner img:last-child {
  display: none;
}

/* news */

.news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.news_header h2 {
  font-size: 30px;
  color: #1d2088;
}
.news_header h2 span {
  font-size: 16px;
  margin-left: 20px;
  vertical-align: bottom;
  color: #333333;
}
.news_header ul li {
  display: inline-block;
  margin-left: 5px;
}
.news_header ul li a {
  font-size: 14px;
  line-height: 28px;
  padding: 0 25px;
  color: #666666;
}
.news_header ul li a.active,
.news_header ul li a:hover {
  color: #fff;
  background-color: #1d2088;
}

.news_sec1 .cont .list {
  float: left;
  width: 30%;
  margin-right: 5%;
  -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.news_sec1 .cont .list:nth-last-of-type(n + 4) {
  margin-bottom: 40px;
}
.news_sec1 .cont .list:nth-of-type(3n) {
  margin-right: 0;
}
.news_sec1 .cont .list .txt {
  padding: 8% 5%;
}
.news_sec1 .cont .list .txt h4 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  color: #333333;
}
.news_sec1 .cont .list .txt p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  color: #919191;
}
.news_sec1 .cont .list .txt .time {
  margin-top: 15px;
  padding-left: 25px;
  font-size: 12px;
  color: #333333;
  background: url(../images/time.png) no-repeat left center/contain;
}
.news_sec1 .more {
  display: block;
  font-size: 16px;
  width: 300px;
  line-height: 50px;
  margin: 80px auto 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #333333;
}

/* news */


/* newsDetails */

.newsDetails_sec1 .headerText {
  margin-bottom: 60px;
  text-align: center;
}
.newsDetails_sec1 .headerText h2 {
  font-size: 30px;
  margin-bottom: 35px;
  color: #3e3a39;
}
.newsDetails_sec1 .headerText h5 {
  font-size: 14px;
  color: #3e3a39;
}
.newsDetails_sec1 .cont {
  font-size: 14px;
  line-height: 28px;
	color: #3e3a39;
  padding-bottom: 80px;
  border-bottom: 1px solid #eeeeee;
  text-align: justify;
}
.newsDetails_sec1 .cont p {
  text-indent: 2em;
}
.newsDetails_sec1 .cont img {
  margin: 20px auto;
  max-width: 100%;
  display: block;
}
.newsDetails_sec1 .bot {
  font-size: 14px;
  color: #979797;
  margin-top: 25px;
}
.newsDetails_sec1 .bot > div {
  margin-top: 15px;
}
.newsDetails_sec1 .bot a.no {
  color: #000000;
  cursor: default;
}
.newsDetails_sec1 .bot a.yes {
  color: #1d2088;
  text-decoration: underline;
}

/* newsDetails */


/* product */

.product_sec1 .itemBox {
  background-color: #f1f1f1;
  padding: 2% 5%;
  margin-bottom: 50px;
}
.product_sec1 .itemBox ul {
  font-size: 0;
  letter-spacing: 0;
  margin: 15px 0;
}
.product_sec1 .itemBox ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin: 5px 17px;
  cursor: pointer;
  border: 1px solid transparent;
}
.product_sec1 .itemBox ul li:hover,.product_sec1 .itemBox ul li.active {
  color: #1116c1;
}
.product_sec1 .itemBox ul li:first-child {
  color: #333333;
  margin-left: 0;
  cursor: default;
}
.product_sec1 .width .ulBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: 2px solid #f8f8f8;
}
.product_sec1 .width .ulBox ul {
  text-align: center;
  min-width: 100%;
}
.product_sec1 .width .ulBox ul li {
  display: inline-block;
  margin: 0 5px;
}
.product_sec1 .width .ulBox ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px 7px;
  color: #666666;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_sec1 .width .ulBox ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d2088;
  -webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product_sec1 .width .ulBox ul li.active a,
.product_sec1 .width .ulBox ul li:hover a {
  color: #1d2088;
}
.product_sec1 .width .ulBox ul li.active a::after,
.product_sec1 .width .ulBox ul li:hover a::after {
  -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.product_sec1 .cont .list {
  float: left;
  width: calc(100% / 4 - 6px);
  margin-right: 8px;
  margin-bottom: 25px;
  background-color: #f4f4f4;
  padding: 20px;
  position: relative;
}
.product_sec1 .cont .list:nth-of-type(4n) {
  margin-right: 0;
}
.product_sec1 .cont .list .img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_sec1 .cont .list .img img {
  max-width: 100%;
  max-width: 100%;
}
.product_sec1 .cont .list .txt {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.product_sec1 .cont .list .txt h4 {
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e3a39;
}
.product_sec1 .cont .list .txt p {
  font-size: 13px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  height: 36px;
  color: #888888;
}
.product_sec1 .cont .list .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_sec1 .cont .list .box span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -85px;
  display: inline-block;
  width: 170px;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #fff;
  text-align: center;
  color: #ffffff;
}
.product_sec1 .cont .list:hover .box {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.product_sec1 .more {
  display: block;
  font-size: 16px;
  width: 300px;
  line-height: 50px;
  margin: 50px auto 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #333333;
}

/* product */


/* productDetails */

.productDetails_sec1 {
  margin-top: 120px;
}
.productDetails_sec1Top_l ,
.productDetails_sec1Top_r {
  width: 50%;
  float: left;
  height: 450px;
}
.productDetails_sec1Top_l {
  position: relative;
}
.productDetails_sec1Top_l > .bigImg {
  position: absolute;
  top: 0;
  border: 1px solid #e0e0e0;
  display: none;
}
.productDetails_sec1Top_l > .TopBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.productDetails_sec1Top_l ul {
  width: 60px;
  margin-right: 10px;
  position: relative;
  float: left;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.productDetails_sec1Top_l ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  filter: alpha(opacity=40);
}
.productDetails_sec1Top_l ul li img {
  max-width: 100%;
  max-height: 100%;
}
.productDetails_sec1Top_l ul li.active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.productDetails_sec1Top_l .img {
  width: calc(100% - 70px);
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productDetails_sec1Top_l .img .imgBox {
  position: relative;
}
.productDetails_sec1Top_l .img img {
  max-width: 100%;
  max-height: 100%;
}
.productDetails_sec1Top_l .img span {
  position: absolute;
  width: 160px;
  height: 160px;
  display: none;
  border: 1px solid #000;
  background-color: rgba(255,255,255,0.3);
}
.productDetails_sec1Top_r {
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productDetails_sec1Top_r h2 {
  font-size: 30px;
  color: #333333;
}
.productDetails_sec1Top_r p {
  margin-top: 20px;
  font-size: 18px;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
}
.productDetails_sec1Top_r h4 {
  margin-top: 35px;
  font-size: 20px;
  color: #333333;
}
.productDetails_sec1Top_r ul {
  margin-top: 10px;
}
.productDetails_sec1Top_r ul li {
  display: inline-block;
  color: #4d4d4d;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
  padding: 7px 20px;
  margin-right: 20px;
  border: 1px solid #cecece;
  border-radius: 4px;
}
.productDetails_sec1Top_r > a {
  font-size: 16px;
  color: #ffffff;
  width: 180px;
  line-height: 42px;
  background-color: #1d2088;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.productDetails_sec1Top_r > a img {
  margin-right: 8px;
}

.productDetails_sec1 .cont {
  margin-top: 60px;
  background-color: #f7f7f7;
  padding: 10px 35px;
}
.productDetails_sec1 .cont h3 {
  position: relative;
  padding: 20px 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #4d4d4d;
}
.productDetails_sec1 .cont h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/line.png) repeat;
}
.productDetails_sec1 .cont ul li {
  width: 33%;
  float: left;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.productDetails_sec1 .cont ul li span {
  margin-left: 50px;
}

.productDetails_sec1 .bot {
  margin-top: 80px;
}
.productDetails_sec1 .bot > ul {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 30px;
}
.productDetails_sec1 .bot > ul li {
  display: inline-block;
  margin: 0 8px;
}
.productDetails_sec1 .bot > ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 8px 7px;
  font-size: 20px;
  color: #1a1a1a;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.productDetails_sec1 .bot > ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d2088;
  transform-origin: left;
  -webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.productDetails_sec1 .bot > ul li.active a,
.productDetails_sec1 .bot > ul li:hover a {
  color: #1d2088;
}
.productDetails_sec1 .bot > ul li.active a::after,
.productDetails_sec1 .bot > ul li:hover a::after {
  -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.productDetails_sec1 .bot .content {
  display: none;
}
.productDetails_sec1 .bot .content1 {
  text-indent: 2em;
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}
.productDetails_sec1 .bot .content1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.productDetails_sec1 .bot .content2 h4 {
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
}
.productDetails_sec1 .bot .content2 > h4 {
  margin-bottom: 25px;
}
.productDetails_sec1 .bot .content2 .box1 {
  margin-bottom: 35px;
  border-bottom: 1px solid #f2f2f2;
}
.productDetails_sec1 .bot .content2 .box > div {
  float: left;
}
.productDetails_sec1 .bot .content2 .box_l {
  text-align: right;
  width: 160px;
  font-size: 20px;
  white-space: nowrap;
  color: #000000;
}
.productDetails_sec1 .bot .content2 .box_r {
  width: calc(100% - 260px);
  margin-left: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 25px;
}
.productDetails_sec1 .bot .content2 .box_r p {
  margin-bottom: 10px;
}

.productDetails_sec1 .bot .content3 ul {
  padding: 0 1%;
}
.productDetails_sec1 .bot .content3 ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.productDetails_sec1 .bot .content3 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.productDetails_sec1 .bot .content3 ul li img {
  width: 100%;
  margin-bottom: 20px;
}

.productDetails_sec1 .bot .content4 a {
  float: left;
  position: relative;
  width: 46%;
  margin-right: 8%;
  padding: 20px 35px 20px 15px;
}
.productDetails_sec1 .bot .content4 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../images/line.png) repeat;
}
.productDetails_sec1 .bot .content4 a:nth-of-type(2n) {
  margin-right: 0;
}
.productDetails_sec1 .bot .content4 a p {
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  float: left;
  width: calc(100% - 90px);
  margin-right: 50px;
}
.productDetails_sec1 .bot .content4 a span {
  float: left;
  width: 40px;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  color: #1d2088;
}

/* productDetails */



/* solutionDetails */

.solutionDetails .hrederTop {
  font-size: 26px;
  color: #231815;
  margin-bottom: 30px;
}
.solutionDetails .hrederTop ul {
  float: right
}
.solutionDetails .hrederTop ul li {
  font-size: 12px;
  line-height: 28px;
  padding: 0 20px;
  color: #333333;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
}
.solutionDetails .hrederTop ul li.active,
.solutionDetails .hrederTop ul li:hover {
  color: #fff;
  background-color: #1d2088;
}
.solutionDetails_sec1 .cont .list {
  margin-bottom: 0;
}

.solutionDetails_sec2 {
  overflow: hidden;
}
.solutionDetails_sec2Swiper .box {
  overflow: hidden;
  position: relative;
  display: block;
  height: 600px;
}
.solutionDetails_sec2Swiper .box .cont {
  position: absolute;
  left: 20px;
  bottom: 20px;
  /* bottom: -150px; */
  padding: 35px 0;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  /* opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; */
}
.solutionDetails_sec2Swiper .box .cont h4 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #ffffff;
}
.solutionDetails_sec2Swiper .box .cont h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -22px;
  width: 44px;
  height: 1px;
  background-color: #fff;
}
.solutionDetails_sec2Swiper .box .cont p {
  font-size: 14px;
  line-height: 20px;
	color: #ffffff;
  display: block;
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
.solutionDetails_sec2Swiper .box .cont span {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 0;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #1d2088;
  background-color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.solutionDetails_sec2Swiper .box:hover .cont span {
  height: 32px;
}
/* .solutionDetails_sec2Swiper .box:hover .cont {
  bottom: 20px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
} */

.solutionDetails_sec3 .cont .top .left {
  position: relative;
}
.solutionDetails_sec3 .cont .top .left .warp {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 190px;
  height: 140px;
  padding: 15px 0;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.solutionDetails_sec3 .cont .top .left .warp span {
  font-size: 26px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 35%;
}
.solutionDetails_sec3 .cont .top .right {
  padding-right: 50px;
}

.solutionDetails_sec5 {
  padding: 90px 0 60px;
  margin-bottom: 0;
  background: url(../images/solutionDetails_sec5bg.jpg) no-repeat center center/cover;
}
.solutionDetails_sec5_l {
  float: left;
  width: calc(21% - 40px);
  margin-right: 80px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutionDetails_sec5_l h3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 26px;
  color: #ffffff;
}
.solutionDetails_sec5_l h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.solutionDetails_sec5_l p {
  font-size: 17px;
  line-height: 28px;
	color: #ffffff;
}
.solutionDetails_sec5_r {
  float: left;
  width: calc(79% - 40px);
  overflow: hidden;
  position: relative;
}
.solutionDetails_sec5_r .box {
  height: 300px;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutionDetails_sec5_r .box .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 40px;
}
.solutionDetails_sec5_r .box p {
  font-size: 14px;
  line-height: 28px;
	color: #ffffff;
  text-align: center;
  width: 75%;
  height: 84px;
  -webkit-line-clamp: 3;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solutionDetails_sec5Pagination {
  text-align: center;
  margin-top: 30px;
}
.solutionDetails_sec5Pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  background-color: #cdcdcd;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.solutionDetails_sec5Pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px;
  background-color: #cdcdcd;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.solutionDetails_sec5Pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: transparent;
}
.solutionDetails_sec5Pagination .swiper-pagination-bullet-active::after {
  background-color: #fff;
}

.solutionDetails_sec6 {
  margin: 0;
  padding: 70px 0;
  background-color: #f8f8fb;
}
.solutionDetails_sec6_l,
.solutionDetails_sec6_r {
  float: left;
  width: calc(50% - 40px);
}
.solutionDetails_sec6_l {
  margin-right: 80px;
}
.solutionDetails_sec6 h2 {
  font-size: 26px;
  color: #333333;
}
.solutionDetails_sec6_l .top h3 {
  font-size: 18px;
  margin-top: 10px;
  color: #333333;
}
.solutionDetails_sec6_l .top p {
  font-size: 14px;
  margin-top: 15px;
  color: #808080;
  text-align: justify;
}
.solutionDetails_sec6_l .bot {
  margin-top: 60px;
}
.solutionDetails_sec6_l .bot h5 {
  font-size: 14px;
  margin-top: 10px;
  color: #4d4d4d;
}
.solutionDetails_sec6_l .bot h4 {
  font-size: 28px;
  color: #1d2088;
  margin-top: 15px;
  /* font-weight: bold; */
  font-family: 'bebas';
}
.solutionDetails_sec6_l .bot .box {
  margin-top: 20px;
}
.solutionDetails_sec6_l .bot p {
  font-size: 12px;
  line-height: 18px;
  padding-left: 30px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.solutionDetails_sec6_l .bot .box p:nth-of-type(1) {
  background: url(../images/solutionDetails_sec6_l1.png) no-repeat left center/contain;
}
.solutionDetails_sec6_l .bot .box p:nth-of-type(2) {
  background: url(../images/solutionDetails_sec6_l2.png) no-repeat left center/contain;
}
.solutionDetails_sec6_l .bot .box p:nth-of-type(3) {
  background: url(../images/solutionDetails_sec6_l3.png) no-repeat left center/contain;
}
.solutionDetails_sec6_l .bot .box p:nth-of-type(4) {
  margin-bottom: 0;
  background: url(../images/solutionDetails_sec6_l4.png) no-repeat left center/contain;
}

.solutionDetails_sec6_r .box {
  margin-top: 25px;
}
.solutionDetails_sec6_r .box input {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin-bottom: 20px;
}
.solutionDetails_sec6_r .box textarea {
  resize: none;
  font-size: 14px;
  padding: 10px 18px;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
}
.solutionDetails_sec6_r .box .submit {
  margin-top: 25px;
  display: block;
  width: 100%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  background-color: #1d2088;
  color: #ffffff;
  border-radius: 6px;
}

/* solutionDetails */



/* serve */

.serve_sec1 .headerTxt {
  margin-bottom: 80px;
}
.serve_sec1 .list {
  float: left;
  width: calc(100% / 4 - 12px);
  margin-right: 16px;
  height: 370px;
  background-color: #efefef;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.serve_sec1 .list:last-child {
  margin-right: 0;
}
.serve_sec1 .list .content {
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.serve_sec1 .list .content .img {
  width: 60px;
  display: inline-block;
  position: relative;
}
.serve_sec1 .list .content .img img {
  width: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.serve_sec1 .list .content .img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.serve_sec1 .list .content .txt {
  margin-top: 70px;
  text-align: center;
}
.serve_sec1 .list .content .txt h4 {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.serve_sec1 .list .content .txt p {
  position: relative;
  margin-top: 20px;
  padding-top: 17px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.serve_sec1 .list .content .txt p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 1px;
  background-color: #333;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.serve_sec1 .list .bot {
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.serve_sec1 .list .bot span {
  display: inline-block;
  position: relative;
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
}
.serve_sec1 .list .bot span::after,
.serve_sec1 .list .bot span::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background-color: #808080;
}
.serve_sec1 .list .bot span::before {
  left: -35px;
}
.serve_sec1 .list .bot span::after {
  right: -35px;
}


.serve_sec1 .list:hover {
  top: -10px;
  background-color: #1d2088;
}
.serve_sec1 .list:hover .content .img img {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.serve_sec1 .list:hover .content .img img:last-child {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.serve_sec1 .list:hover .content .txt h4,
.serve_sec1 .list:hover .content .txt p,
.serve_sec1 .list:hover .bot span {
  color: #fff;
}
.serve_sec1 .list:hover .bot span::after,
.serve_sec1 .list:hover .bot span::before,
.serve_sec1 .list:hover .content .txt p::after {
  background-color: #fff;
}

/* serve */


/* issue */

.issue_sec1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.issue_sec1 .ulBox {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.issue_sec1 .ulBox ul {
  position: relative;
  left: 0;
  border-bottom: 2px solid #f8f8f8;
  min-width: 100%;
}
.issue_sec1 .ulBox ul li {
  display: inline-block;
  margin: 0 5px;
}
.issue_sec1 .ulBox ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 5px 25px 7px;
  color: #666666;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.issue_sec1 .ulBox ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d2088;
  -webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.issue_sec1 .ulBox ul li.active a,
.issue_sec1 .ulBox ul li:hover a {
  color: #1d2088;
}
.issue_sec1 .ulBox ul li.active a::after,
.issue_sec1 .ulBox ul li:hover a::after {
  -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.issue_sec1 .cont {
  padding: 0 15px;
}
.issue_sec1 .cont .list {
  float: left;
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.issue_sec1 .cont .list:nth-of-type(2n) {
  margin-right: 0;
}
.issue_sec1 .cont .list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333333;
}

/* issue */


/* download */

.index_sec .inputBox {
  position: relative;
  width: 600px;
  height: 45px;
  margin: 0 auto 70px;
}
.index_sec .inputBox input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  padding: 0 15px 0 55px;
}
.index_sec .inputBox span {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(../images/seek.png) no-repeat center center/cover;
}
.download_sec1 .cont .list {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  padding: 20px 0px 20px 15px;
  height: 120px;
  border: 1px solid #eaeaea;
}
.download_sec1 .cont .list:nth-of-type(2n) {
  margin-right: 0;
}
.download_sec1 .cont .list .img {
  width: 130px;
  height: 100%;
  margin-right: 18px;
  float: left;
}
.download_sec1 .cont .list .txt {
  height: 100%;
  width: calc(100% - 290px);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
}
.download_sec1 .cont .list .down {
  float: left;
  width: 120px;
  height: 100%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d2088;
  border-left: 1px solid #eaeaea;
}
.download_sec1 .cont .list .down img {
  margin-right: 10px;
}
.download_sec1 .cont .list .txt h4 {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.download_sec1 .cont .list .txt .time {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 12px;
  color: #989898;
  background: url(../images/time.png) no-repeat left center/contain;
}

/* download */


/* technique */

.technique_sec1 .headerTxt p {
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 20px;
}
.technique_sec1 .cont {
  width: 500px;
  margin: 0 auto;
}
.technique_sec1 .cont input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.technique_sec1 .cont textarea {
  width: 100%;
  height: 160px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  resize: none;
}
.technique_sec1 .cont .box {
  overflow: hidden;
}
.technique_sec1 .cont .box input {
  float: left;
  width: calc(50% - 7px);
  margin-right: 14px;
}
.technique_sec1 .cont .box input:last-child {
  margin-right: 0;
}
.technique_sec1 .cont .submit {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  margin-top: 25px;
  text-align: center;
  background-color: #1d2088;
  color: #ffffff;
}

/* technique */


/* video */

.videoBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 999999999;
  display: none;
}
.videoBox .centerBox {
  width: 100%;
  height: 100%;
  display: table;
}
.videoBox .center {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.videoBox .video {
  width: 1000px;
  margin: 0 auto;
}
.videoBox .video .txt {
  padding: 0 40px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 24px;
  color: #000000;
}
.videoBox .video .txt img {
  cursor: pointer;
}
.videoBox .video video {
  width: 100%;
}

.video_sec1 .c-pagination.center {
  margin-top: 20px;
}
.video_sec1 .cont .list {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  float: left;
}
.video_sec1 .cont .list:nth-of-type(3n) {
  margin-right: 0;
}
.video_sec1 .cont .list .img {
  position: relative;
}
.video_sec1 .cont .list .img span img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
}
.video_sec1 .cont .list .img span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.video_sec1 .cont .list .txt {
  padding: 20px;
  font-size: 18px;
  color: #000000;
}
.video_sec1 .cont .list:hover .img span {
  background-color: rgba(0,0,0,0.45);
}
.video_sec1 .cont .list:hover .img span img {
  left: 50%;
  bottom: 50%;
  margin: -29px;
  width: 57px;
}

/* video */


.c-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 48px;
    justify-content: flex-start;
}

.c-pagination.center {
    justify-content: center;
    text-align: center;
    margin-top: 60px;
}

.c-pagination-item {
    /*display: block;*/
    font-size: 14px;
    width: 38px;
    text-align: center;
    /*border-radius: 20px;*/
    line-height: 38px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

.c-pagination-item:first-of-type {
    width: 84px;
}

.c-pagination-item:last-of-type {
    width: 84px;
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover,
.c-pagination-item.active {
    color: #fff;
    background-color: #1d2088;
    border-color: #1d2088;
}

@media only screen and (max-width:960px) {
    .c-pagination {
        margin-top: 32px;
    }
}

@media only screen and (max-width:480px) {
    .c-pagination {
        margin-top: 24px;
    }
}


/* contact */

.contact_sec1 .width2 {
  width: 1000px;
}
.contact_sec1 .headerTxt {
  margin-bottom: 80px;
}
.contact_sec1 .cont .list {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.contact_sec1 .cont .list:nth-of-type(3n) {
  margin-right: 0;
}
.contact_sec1 .cont .list h4 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #000000;
}
.contact_sec1 .cont .list .p > div {
  font-size: 14px;
  margin-top: 15px;
  color: #666666;
  overflow: hidden;
}
.contact_sec1 .cont .list .p > div i {
  padding-left: 30px;
  width: 100px;
  font-style: normal;
  float: left;
}
.contact_sec1 .cont .list .p > div:nth-of-type(1) i {
  background: url(../images/contact1.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div:nth-of-type(2) i {
  background: url(../images/contact2.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div:nth-of-type(3) i {
  background: url(../images/contact3.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div:nth-of-type(4) i {
  background: url(../images/contact4.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div:nth-of-type(5) i {
  background: url(../images/contact5.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div:nth-of-type(6) i {
  background: url(../images/contact6.png) no-repeat left center/20px;
}
.contact_sec1 .cont .list .p > div p {
  width: calc(100% - 100px);
  float: left;
}

.contact_sec1 > a {
  margin-top: 100px;
  display: block;
  height: 550px;
}

/* contact */


/* enroll */

.enroll_sec1,
.technique_sec1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.enroll_sec1 .cont {
  width: 500px;
  margin: 0 auto;
}
.enroll_sec1 .cont input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 14px;
  border: 1px solid #d5d5d5;
}
.enroll_sec1 .cont .box {
  margin-bottom: 25px;
}
.enroll_sec1 .cont input.yzm {
  width: calc(100% - 144px);
  margin-right: 14px;
  margin-bottom: 0;
  float: left;
}
.enroll_sec1 .cont .box .img {
  width: 130px;
  float: left;
  height: 46px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.enroll_sec1 .cont > a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background-color: #1d2088;
  color: #ffffff;
}
.enroll_sec1 .cont >.txt {
  margin-top: 25px;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #444444;
}

/* enroll */



/* about */

.about_sec1 .cont .top {
  margin-bottom: 50px;
}
.about_sec1 .cont .top .left,
.about_sec1 .cont .top .right {
  width: calc(50% - 30px);
  height: 410px;
  float: left;
}
.about_sec1 .cont .top .left {
  margin-right: 60px;
}
.about_sec1 .cont .top .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_sec1 .cont .top .right h3,
.about_sec1 .cont .bot .txt h3 {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #000000;
}
.about_sec1 .cont .top .right h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background-color: #333;
}
.about_sec1 .cont .top .right .p,
.about_sec1 .cont .bot .txt .p {
  font-size: 14px;
  line-height: 28px;
  color: #4d4d4d;
  text-align: justify;
  text-indent: 2em;
}

.about_sec1 .cont .bot img {
  margin-bottom: 65px;
}
.about_sec1 .cont .bot .txt h3 {
  text-align: center;
}
.about_sec1 .cont .bot .txt h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 1px;
  background-color: #333;
}

.about_sec2 .aboutSwiper {
  overflow: hidden;
  position: relative;
}
.about_sec2 .aboutSwiper .img {
  /* height: 430px; */
}
.about_sec2 .aboutSwiper .img img {
  max-width: 100%;
  max-height: 100%;
}
.aboutPagination {
  text-align: center;
  margin-top: 50px;
}
.aboutSwiper .aboutPagination .swiper-pagination-bullet {
  margin: 0 7px;
}
.aboutPagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #cbcbcb;
  background-color: #cbcbcb;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}
.aboutPagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  background-color: #cbcbcb;
  border-radius: 50%;
}
.aboutPagination .swiper-pagination-bullet-active {
  border: 1px solid #1d2088;
  background-color: #fff;
}
.aboutPagination .swiper-pagination-bullet-active::after {
  background-color: #1d2088;
}

/* about */

@media (max-width:1620px) {
  .solutionDetails_sec2Swiper .box {
    height: 530px;
  }
}

@media (max-width:1400px) {
  .contact_sec1 .width2 {
    width: 900px;
  }
  .product_sec1 .cont .list {
    width: calc(100% / 3 - 6px);
    margin-right: 9px;
  }
  .product_sec1 .cont .list:nth-of-type(4n) {
    margin-right: 9px;
  }
  .product_sec1 .cont .list:nth-of-type(3n) {
    margin-right: 0;
  }

  .solutionDetails_sec1 .cont .list:last-child {
    display: none;
  }
  .solutionDetails_sec2Swiper .box {
    height: 470px;
  }
  .solutionDetails_sec5_l {
    margin-right: 20px;
    width: calc(21% - 10px);
  }
  .solutionDetails_sec5_l p {
    font-size: 16px;
    line-height: 26px;
  }
  .solutionDetails_sec5_r {
    width: calc(79% - 10px);
  }
  .productDetails_sec1 .bot .content3 ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .productDetails_sec1 .bot .content3 ul li:nth-of-type(4n) {
    margin-right: 3.5%;
  }
  .productDetails_sec1 .bot .content3 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .contact_sec1 .headerTxt {
  	margin-bottom: 40px;
  }
  .contact_sec1 .cont .list {
  	width: 100%;
  }
  .nobanner {
    margin-top: 52px;
  }
  .banner {
    margin-top: 52px;
  }
  .banner img {
    display: none;
  }
  .banner img:last-child {
    display: block;
  }

  .about_sec1 .cont .top {
    margin-bottom: 30px;
  }
  .about_sec1 .cont .top .left, .about_sec1 .cont .top .right {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .about_sec1 .cont .top .left {
    height: 250px;
  }
  .about_sec1 .cont .top .right {
    padding-top: 20px;
  }
  .about_sec1 .cont .top .right h3, .about_sec1 .cont .bot .txt h3 {
    font-size: 16px;
    padding-bottom: 11px;
    margin-bottom: 15px;
  }
  .about_sec1 .cont .top .right h3 {
    text-align: center;
  }
  .about_sec1 .cont .top .right h3::after {
    left: 50%;
    margin-left: -18px;
  }
  .about_sec1 .cont .top .right .p, .about_sec1 .cont .bot .txt .p {
    font-size: 13px;
    line-height: 24px;
  }
  .about_sec1 .cont .bot img {
    margin-bottom: 20px;
  }
  .aboutPagination {
    margin-top: 15px;
  }
  .aboutPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .aboutPagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin: -2px;
  }
  .aboutSwiper .aboutPagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .enroll_sec1 .cont {
    width: 100%;
  }
  .enroll_sec1 .cont input {
    height: 35px;
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .enroll_sec1 .cont input.yzm {
    width: calc(100% - 118px);
    margin-right: 8px;
  }
  .enroll_sec1 .cont .box {
    margin-bottom: 15px;
  }
  .enroll_sec1 .cont .box .img {
    width: 110px;
    height: 35px;
  }
  .enroll_sec1 .cont > a {
    line-height: 40px;
    font-size: 15px;
  }
  .enroll_sec1 .cont >.txt {
    font-weight: 400px;
  }

  .serve_sec1 .headerTxt {
    margin-bottom: 30px;
  }
  .serve_sec1 .list {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
    height: 220px;
  }
  .serve_sec1 .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .serve_sec1 .list .content {
    height: calc(100% - 20px);
  }
  .serve_sec1 .list .content .img {
    width: 45px;
  }
  .serve_sec1 .list .content .txt {
    margin-top: 30px;
  }
  .serve_sec1 .list .content .txt h4 {
    font-size: 16px;
  }
  .serve_sec1 .list .content .txt p {
    margin-top: 9px;
    padding-top: 12px;
    font-size: 13px;
  }
  .serve_sec1 .list .bot {
    padding: 10px 0;
  }

  .technique_sec1 .cont {
    width: 100%;
  }
  .technique_sec1 .cont .box input,
  .technique_sec1 .cont input {
    height: 35px;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .technique_sec1 .cont .box input {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .technique_sec1 .cont textarea {
    padding: 5px 10px;
    height: 120px;
  }
  .technique_sec1 .cont .submit {
    margin-top: 15px;
    line-height: 40px;
    font-size: 16px;
  }

  .issue_sec1 .cont .list {
    width: 100%;
    padding: 10px 5px 8px;
    margin-bottom: 7px;
    margin-right: 0;
  }
  .issue_sec1 .cont .list p {
    font-size: 15px;
    line-height: 18px;
    height: 18px;
  }
  .issue_sec1 .ulBox {
    margin-bottom: 30px;
  }
  .issue_sec1 .ulBox ul {
    /* border-bottom: none; */
  }
  .issue_sec1 .ulBox ul li {
    float: left;
  }
  .issue_sec1 .ulBox ul li a {
    padding: 3px 10px 5px;
    font-size: 13px;
  }

  .video_sec1 .cont .list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .video_sec1 .cont .list:nth-of-type(3n) {
    margin-right: 4%;
  }
  .video_sec1 .cont .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .video_sec1 .cont .list .txt {
    padding: 10px 5px;
    font-size: 14px;
  }
  .video_sec1 .cont .list .img span {
    background-color: rgba(0,0,0,0.45);
  }
  .video_sec1 .cont .list .img span img {
    left: 50%;
    bottom: 50%;
    margin: -29px;
    width: 50px;
  }

  .download_sec1 .cont .list {
    width: 100%;
    margin-right: 0;
    padding: 10px 0 10px 5px;
    height: 90px;
  }
  .download_sec1 .cont .list .img {
    width: 100px;
    margin-right: 10px;
  }
  .download_sec1 .cont .list .down {
    width: 100px;
    font-size: 13px;
  }
  .download_sec1 .cont .list .txt {
    margin-right: 10px;
    width: calc(100% - 220px);
  }
  .download_sec1 .cont .list .txt h4 {
    font-size: 14px;
  }
  .download_sec1 .cont .list .txt .time {
    height: 14px;
    line-height: 14px;
  }

  .news_header {
    margin-bottom: 15px;
    display: block;
  }
  .news_header > ul {
    width: 100%;
    float: none;
    margin-top: 25px;
    text-align: center;
  }
  .news_header ul li {
    margin-right: 5px;
    margin-left: 0;
  }
  .news_header .headerTxt {
    margin-bottom: 0;
  }
  .news_header .headerTxt h2 {
    font-size: 20px;
  }
  .news_sec1 .cont .list {
    width: 48%;
    margin-right: 4%;
  }
  .news_sec1 .cont .list:nth-of-type(3n) {
    margin-right: 4%;
  }
  .news_sec1 .cont .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .news_sec1 .cont .list:nth-last-of-type(n + 2) {
    margin-bottom: 20px;
  }
  .news_sec1 .cont .list .txt h4 {
    font-size: 15px;
  }
  .news_sec1 .cont .list .txt p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
  }
  .news_sec1 .cont .list .txt .time {
    padding-left: 22px;
    margin-top: 10px;
  }
  .news_sec1 .more {
    width: 150px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 40px;
  }

  .newsDetails_sec1 .headerText h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .newsDetails_sec1 .headerText h5 {
    font-size: 12px;
  }
  .newsDetails_sec1 .headerText {
    margin-bottom: 30px;
  }
  .newsDetails_sec1 .cont {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 50px;
  }
  .newsDetails_sec1 .cont img {
    margin: 10px auto;
  }
  .newsDetails_sec1 .bot {
    font-size: 13px;
  }

  .contact_sec1 .width2 {
    width: 95%;
  }
  .contact_sec1 > a {
    margin-top: 40px;
    height: auto;
  }
  .contact_sec1 > a img {
    width: 100%;
  }


  .product_sec1 .width .ulBox {
    margin-bottom: 30px
  }
  .product_sec1 .width .ulBox ul {
    position: relative;
    left: 0;
  }
  .product_sec1 .width .ulBox ul li {
    float: left;
  }
  .product_sec1 .width .ulBox ul li a {
    padding: 3px 10px 5px;
    font-size: 13px;
  }
  .product_sec1 .cont .list {
    width: 48%;
    margin-right: 4%;
    padding: 10px;
  }
  .product_sec1 .cont .list:nth-of-type(3n) {
    margin-right: 4%;
  }
  .product_sec1 .cont .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .product_sec1 .cont .list .img {
    height: 160px;
  }
  .product_sec1 .cont .list .txt {
    height: 80px;
  }
  .product_sec1 .cont .list .txt h4 {
    font-size: 14px;
  }
  .product_sec1 .cont .list .txt p {
    font-size: 12px;
    margin-top: 8px;
  }
  .product_sec1 .more {
    width: 150px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 40px;
  }

  .productDetails_sec1 {
    margin-top: 50px;
  }
  .productDetails_sec1Top_l, .productDetails_sec1Top_r {
    width: 100%;
  }
  .productDetails_sec1Top_l {
    height: 280px;
    margin-bottom: 25px;
    position: relative;
  }
  .productDetails_sec1Top_l > ul {
    position: absolute;
    width: auto;
    height: 60px;
    left: 0;
    bottom: 0;
    top: auto;
    overflow: hidden;
    margin-right: 0;
  }
  .productDetails_sec1Top_l > ul li {
    width: 60px;
    height: 100%;
    float: left;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .productDetails_sec1Top_l > .img {
    width: 100%;
    height: calc(100% - 80px);
  }
  .productDetails_sec1Top_r {
    height: auto;
  }
  .productDetails_sec1Top_r h2 {
    font-size: 24px;
  }
  .productDetails_sec1Top_r p {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    height: 44px;
  }
  .productDetails_sec1Top_r h4 {
    margin-top: 25px;
    font-size: 17px;
  }
  .productDetails_sec1 .bot {
    margin-top: 50px;
  }
  .productDetails_sec1Top_r ul {
    margin-top: 5px;
  }
  .productDetails_sec1Top_r ul li {
    margin-top: 5px;
    margin-right: 10px;
    padding: 3px 13px;
    font-size: 13px;
  }
  .productDetails_sec1Top_r > a {
    font-size: 13px;
    line-height: 35px;
    margin-top: 30px;
    width: 150px;
  }
  .productDetails_sec1 .cont {
    margin-top: 35px;
    padding: 5px 15px;
  }
  .productDetails_sec1 .cont h3 {
    padding: 12px 0;
    font-size: 18px;
    margin-bottom: 13px;
  }
  .productDetails_sec1 .cont ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .productDetails_sec1 .bot > ul {
    margin-bottom: 25px;
  }
  .productDetails_sec1 .bot > ul li {
    margin: 0 5px;
  }
  .productDetails_sec1 .bot > ul li a {
    font-size: 15px;
    padding: 3px 5px 5px;
  }
  .productDetails_sec1 .bot .content1 {
    font-size: 13px;
    line-height: 20px;
  }
  .productDetails_sec1 .bot .content2 h4 {
    font-size: 17px;
  }
  .productDetails_sec1 .bot .content2 > h4 {
    margin-bottom: 15px;
  }
  .productDetails_sec1 .bot .content2 .box1 {
    margin-bottom: 20px;
  }
  .productDetails_sec1 .bot .content2 .box .box_l {
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
  .productDetails_sec1 .bot .content2 .box1 .box_l {
    font-size: 15px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  .productDetails_sec1 .bot .content2 .box .box_r {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .productDetails_sec1 .bot .content2 .box_r p {
    margin-bottom: 5px;
  }
  .productDetails_sec1 .bot .content3 ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .productDetails_sec1 .bot .content3 ul li:nth-of-type(4n) {
    margin-right: 4%;
  }
  .productDetails_sec1 .bot .content3 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .productDetails_sec1 .bot .content3 ul li img {
    margin-bottom: 7px;
  }
  .productDetails_sec1 .bot .content4 a {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px 15px 10px 10px;
  }
  .productDetails_sec1 .bot .content4 a p,
  .productDetails_sec1 .bot .content4 a span {
    font-size: 14px;
  }

  .solutionDetails .hrederTop {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .solutionDetails .hrederTop ul {
    float: none;
    overflow: hidden;
    margin-top: 25px;
  }
  .solutionDetails .hrederTop ul li {
    float: left;
    margin-right: 5px;
    padding: 0 13px;
    line-height: 24px;
  }
  .solutionDetails_sec1 .cont .list:nth-last-of-type(2) {
    display: none;
  }
  .solutionDetails_sec2Swiper .box {
    height: 300px;
  }
  .solutionDetails_sec2Swiper .box .cont {
    left: 10px;
    bottom: 10px;
    padding: 15px 0;
    width: calc(100% - 20px);
  }
  .solutionDetails_sec2Swiper .box .cont h4 {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .solutionDetails_sec2Swiper .box .cont p {
    font-size: 13px;
    line-height: 20px;
    height: 80px;
    margin-bottom: 20px;
  }
  .solutionDetails_sec2Swiper .box .cont span {
    height: 30px;
    line-height: 30px;
  }
  .solutionDetails_sec3 .cont .top .left .warp {
    top: 20px;
    left: 20px;
    width: 110px;
    height: 90px;
    padding: 10px 0;
    border: 4px solid #fff;
  }
  .solutionDetails_sec3 .cont .top .left .warp span {
    font-size: 18px;
  }
  .solutionDetails_sec3 .cont .top .right {
    padding-right: 0;
  }
  .solutionDetails_sec5 {
    padding: 40px 0 50px;
  }
  .solutionDetails_sec5_l,
  .solutionDetails_sec5_r {
    width: 100%;
    margin: 0;
  }
  .solutionDetails_sec5_l {
    height: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .solutionDetails_sec5_l h3 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .solutionDetails_sec5_l h3::after {
    left: 50%;
    margin-left: -20px;
  }
  .solutionDetails_sec5_l p {
    font-size: 14px;
    line-height: 24px;
  }
  .solutionDetails_sec5_r .box {
    height: 220px;
  }
  .solutionDetails_sec5_r .box .img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .solutionDetails_sec5_r .box p {
    line-height: 24px;
    height: 72px;
  }
  .solutionDetails_sec5Pagination {
    margin-top: 20px;
  }
  .solutionDetails_sec5Pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .solutionDetails_sec6 {
    padding: 40px 0 50px;
  }
  .solutionDetails_sec6_l, .solutionDetails_sec6_r {
    width: 100%;
    margin: 0;
  }
  .solutionDetails_sec6_l {
    margin-bottom: 25px;
  }
  .solutionDetails_sec6 h2 {
    font-size: 18px;
  }
  .solutionDetails_sec6_l .top h3 {
    font-size: 15px;
    margin-top: 7px;
  }
  .solutionDetails_sec6_l .top p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }
  .solutionDetails_sec6_l .bot {
    margin-top: 25px;
  }
  .solutionDetails_sec6_l .bot h5 {
    font-size: 13px;
    margin-top: 7px;
  }
  .solutionDetails_sec6_l .bot h4,
  .solutionDetails_sec6_l .bot .box {
    margin-top: 15px;
  }
  .solutionDetails_sec6_r .box {
    margin-top: 15px;
  }
  .solutionDetails_sec6_r .box input {
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .solutionDetails_sec6_r .box textarea {
    font-size: 13px;
    padding: 5px 10px;
    height: 120px;
  }
  .solutionDetails_sec6_r .box .submit {
    line-height: 45px;
    margin-top: 20px;
    font-size: 16px;
  }


  .c-pagination.center {
    margin-top: 40px;
  }
  .c-pagination-item {
    width: 32px;
    line-height: 32px;
  }
  .c-pagination-item:last-of-type,
  .c-pagination-item:first-of-type {
    width: 70px;
  }
  .product_sec1 .itemBox ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 10px;
  }
}
