@charset 'utf-8';
/*公共样式 start*/
body,
dl,
dt,
dd,
div,
h1,
h3,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0;
  font-size: 16px;
}
body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
}
.bigimg {
  width: 1000px !important;
}
.jqzoom {
  border: none;
}
img {
  vertical-align: center;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.ar {
  font-family: Arial;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
/*多行溢出隐藏*/
/*单行溢出隐藏*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*固定图标的样式*/
.fixed_icon {
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 9;
  width: 65px;
}
.fixed_icon > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 65px;
  color: #fff;
  background-color: #64a91c;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 1px;
  overflow: hidden;
}
.fixed_icon > a:nth-child(2) {
  margin-bottom: 2px;
}
.fixed_icon > a .iconfont {
  font-size: 36px;
  line-height: 1;
  margin: 0 auto 3px;
}
.fixed_icon > a:hover {
  background-color: #548b1b;
}
/*修改placeholder的样式*/
/* 分页类 */
.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 30px;
}
.paging a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #ddd;
}
.paging a.prev,
.paging a.next {
  width: 130px;
}
.paging a.active {
  border: 1px solid #64a91c;
  background-color: #64a91c;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
/*加过渡*/
.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
/*版心*/
.wrap {
  width: 1400px;
  margin: 0 auto;
}
/*公共样式 end*/
/*header start*/
.header .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 80px;
  position: relative;
}
.header .nav .brand {
  width: 18%;
  min-width: 250px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  direction: rtl;
}
.header .nav .brand .img {
  width: 130px;
}
.header .nav .brand .img img {
    height: 70px;
}
.header .nav .brand .word {
  font-size: 36px;
  color: #1274b5;
}
.header .nav .list {
  font-size: 0;
  height: 100%;
  width: calc(100% - 900px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header .nav .list .nav_item > a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  font-size: 16px;
  height: 100%;
  line-height: 80px;
}
.header .nav .list .nav_item .slide {
  z-index: 2;
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  height: auto;
  padding: 50px 15px 30px;
  background-color: #f0f0f0;
  transform: translateX(-50%);
}
.header .nav .list .nav_item .slide .s_item {
  float: left;
  width:calc(100% / 5);
  height: 100%;
  text-align: center;
}
.header .nav .list .nav_item .slide .s_item:first-child {
  border: none;
}
.header .nav .list .nav_item .slide .s_item img {
  width: 80%;
}
.header .nav .list .nav_item .slide .s_item .meta {
  width: 50%;
  margin: 0 auto;
}
.header .nav .list .nav_item .slide .s_item .meta a {
  color: #333;
}
.header .nav .list .nav_item .slide .s_item .meta dt {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}
.header .nav .list .nav_item .slide .s_item .meta dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 14px;
  padding: 5px 0;
}
.header .nav .list .nav_item .slide .s_item .meta dd:hover span {
  text-decoration-line: underline;
}
.header .nav .list .nav_item.active > a {
  color: #6bb321;
}
.header .nav .operate {
  width: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header .nav .operate form {
  width: 200px;
  position: relative;
}
.header .nav .operate form input {
  width: 100%;
  padding: 5px 10px;
  height: 35px;
  border: 1px solid #ddd;
}
.header .nav .operate form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #ddd;
  padding: 0 5px;
}
.header .nav .operate form button .iconfont {
  font-size: 18px;
  color: #666;
}
.header .nav .operate .lang {
  position: relative;
}
.header .nav .operate .lang .now {
  width: 60px;
  padding: 5px;
  border: 1px solid #ddd;
  height: 35px;
  margin-left: 10px;
  position: relative;
}
.header .nav .operate .lang .now .iconfont {
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0.8);
  right: 5px;
}
.header .nav .operate .lang .la_box {
  display: none;
  z-index: 3;
  position: absolute;
  top: 35px;
  left: 10px;
  background-color: #fff;
  width: 90px;
  border: 1px solid;
  border-color: transparent #ddd #ddd;
}
.header .nav .operate .lang .la_box span {
  display: block;
  color: #333;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #eee;
}
.header .nav .num {
  min-width: 230px;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%;
  background-color: #6bb321;
  color: #fff;
  font-size: 24px;
}
.header .nav .num a {
  color: #fff;
}
.header .nav .num .iconfont {
  font-size: 28px;
  margin-right: 5px;
}
.header .mobile_nav {
  z-index: 9;
  display: none;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header .mobile_nav .left {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%;
}
.header .mobile_nav .left .img {
  width: 100px;
}
.header .mobile_nav .left .img img {
  height:40px;
  margin-left: 15px;
}
.header .mobile_nav .left .word {
  font-size: 24px;
  color: #1274b5;
}
.header .mobile_nav .right {
  float: right;
  padding-right: 20px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header .mobile_nav .right .iconfont {
  font-size: 28px;
}
.header .mobile_nav .right .iconfont:last-child {
  font-size: 32px;
}
.header .mobile_nav .right .lang {
  position: relative;
}
.header .mobile_nav .right .lang .now {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 50px;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  margin: 0 15px;
}
.header .mobile_nav .right .lang .now .iconfont {
  color: #666;
  font-size: 14px;
}
.header .mobile_nav .right .lang .la_box {
  display: none;
  z-index: 3;
  position: absolute;
  top: 35px;
  left: 10px;
  background-color: #fff;
  width: 90px;
  border: 1px solid;
  border-color: transparent #ddd #ddd;
}
.header .mobile_nav .right .lang .la_box span {
  display: block;
  color: #333;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #eee;
}
.header .mobile_nav .search_mask {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.4);
}
.header .mobile_nav .search_mask .search_tip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 30px;
}
.header .mobile_nav .search_mask .search_tip form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header .mobile_nav .search_mask .search_tip input {
  float: left;
  outline: 0;
  width: 70%;
  border-radius: 20px 0 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.header .mobile_nav .search_mask .search_tip button {
  float: left;
  width: 80px;
  border: 1px solid #eee;
  outline: 0;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 40px;
}
.header .nav_mask {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.4);
}
.header .nav_mask .nav_tip {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 16px;
  padding: 10px 0;
  background-color: #f5f5f5;
}
.header .nav_mask .nav_tip .num1 {
  padding: 0 5%;
}
.header .nav_mask .nav_tip .num1 .a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header .nav_mask .nav_tip .num1 .a a {
  padding: 10px 0;
  display: block;
  width: 60%;
}
.header .nav_mask .nav_tip .num1 .a .iconfont {
  font-size: 16px;
  color: #666;
  transform: rotate(-90deg);
}
.header .nav_mask .nav_tip .num1 .a .iconfont.down {
  transform: none;
}
.header .nav_mask .nav_tip .num1 .slide {
  display: none;
  padding: 0 30px;
}
.header .nav_mask .nav_tip .num1 .slide a {
  display: block;
  padding: 8px 0;
}
.banner_box {
  position: relative;
  overflow: hidden;
}
.banner_box .banner {
  position: relative;
}
.banner_box .banner img {
  width: 100%;
}
.banner_box .banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.banner_box .banner .owl-dots button {
  outline: 0;
}
.banner_box .banner .owl-dots .active span {
  background-color: #6bb321;
}
.t_banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 355px;
  position: relative;
  margin-bottom: 60px;
}
.t_banner.pro_del {
  height: 0;
}
.t_banner .crumbs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ededed;
  color: #444;
  font-size: 14px;
  padding: 0 4%;
  max-width: 1400px;
}
.t_banner .crumbs a {
  padding: 0 10px;
}
/*header end*/
/*footer start*/
.footer .f_nav {
  background-color: #0072b7;
}
.footer .f_nav .wrap {
  font-size: 0;
  padding: 0 20px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer .f_nav .wrap > a {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  border-left: 1px solid #eee;
  color: #fff;
}
.footer .f_nav .wrap > a:first-child {
  border: none;
}
.footer .f_nav .wrap > a:hover {
  color: #6bb321;
}
.footer .info {
  background-color: #364042;
}
.footer .info a {
  color: #e8e8e8;
}
.footer .info a:hover {
  text-decoration-line: underline;
}
.footer .info .wrap {
  position: relative;
}
.footer .info .wrap .fimg {
  position: absolute;
  right: -40px;
  top: -61px;
  width: 500px;
}
.footer .info .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #e8e8e8;
}
.footer .info .detail .part {
  width: 33.3%;
  padding: 40px;
}
.footer .info .detail .left .conta {
  font-size: 18px;
  padding: 10px 0;
}
.footer .info .detail .left .area {
  font-size: 14px;
  padding: 10px 0;
  color: #d4d4d4;
}
.footer .info .detail .middle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer .info .detail .middle .dlist dt {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
.footer .info .detail .middle .dlist dd {
  font-size: 14px;
  color: #d4d4d4;
  padding: 5px 0;
}
.footer .info .detail .right .img {
  display: inline-block;
  vertical-align: bottom;
  margin: 30px 10px 0 20px;
}
.footer .info .detail .right .word {
  display: inline-block;
  vertical-align: bottom;
}
.footer .info .bottom {
  color: #e8e8e8;
  font-size: 14px;
  border-top: 1px solid #646464;
  padding: 15px 0 20px;
}
.footer .info .bottom a {
  color: #e8e8e8;
}
.footer .info .bottom .third {
  float: right;
  margin-top: -25px;
}
.footer .info .bottom .third .iconfont {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #a1a1a1;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
}
/*footer end*/
/*首页内容 start*/
.ind_box1 {
  padding-bottom: 60px;
}
.ind_box1 .ind_b1_title {
  padding-top: 80px;
}
.ind_box1 .ind_b1_title .main {
  text-align: center;
}
.ind_box1 .ind_b1_title .main span {
  display: inline-block;
  width: 65px;
  border-bottom: 1px solid #707070;
}
.ind_box1 .ind_b1_title .main h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  padding: 0 40px;
}
.ind_box1 .ind_b1_title .subtt {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
.ind_box1 .ind_b1_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 60px;
}
.ind_box1 .ind_b1_list .ind_b_item {
  width: 25%;
  position: relative;
}
.ind_box1 .ind_b1_list .ind_b_item:nth-child(5) {
	display: none;
}
.ind_box1 .ind_b1_list .ind_b_item img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
}
.ind_box1 .ind_b1_list .ind_b_item .mask {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .iconfont {
  font-size: 56px;
}
.ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .bold {
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
}
.ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_con {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
  line-height: 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  font-size: 14px;
}
.ind_box1 .ind_b1_list .ind_b_item .mask .more {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 14px;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  padding: 10px 0;
  border-radius: 2px;
  color: #666;
  background-color: #fff;
}
.ind_box1 .ind_b1_list .ind_b_item:hover {
  z-index: 3;
}
.ind_box1 .ind_b1_list .ind_b_item:hover img {
  transform: scale(1.1, 1.1);
}
.ind_box1 .ind_b1_list .ind_b_item:hover .mask {
  transform: scale(1.1, 1.1);
  background-color: rgba(107, 179, 33, 0.9);
}
.ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_tt {
  top: 30%;
}
.ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_con {
  top: 50%;
  left: 50%;
}
.ind_box1 .ind_b1_list .ind_b_item:hover .mask .more {
  bottom: 10%;
}
.ind_box2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 90px;
}
.ind_box2 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box2 .wrap .ind_b2_control {
  width: 300px;
  padding: 60px 60px 120px 40px;
  background-color: #fff;
  border: 5px solid #649a7c;
}
.ind_box2 .wrap .ind_b2_control dl dt {
  padding-bottom: 20px;
}
.ind_box2 .wrap .ind_b2_control dl dt .ch {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
}
.ind_box2 .wrap .ind_b2_control dl dt .en {
  font-size: 18px;
  color: #888;
}
.ind_box2 .wrap .ind_b2_control dl dd {
  cursor: pointer;
  border-bottom: 1px solid #649a7c;
  padding: 15px 10px;
  display: block;
}
.ind_box2 .wrap .ind_b2_control dl dd.active {
  border-bottom: 1px solid #64a91c;
  background-color: #64a91c;
  color: #fff;
}
.ind_box2 .wrap .ind_b2_con {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: none;
  position: relative;
  left: -40px;
  width: calc(100% - 300px);
}
.ind_box2 .wrap .ind_b2_con.show {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box2 .wrap .ind_b2_con .img img {
  height: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px 0 #ddd;
}
.ind_box2 .wrap .ind_b2_con .dt {
  padding: 0 60px;
  width: calc(100% - 600px);
}
.ind_box2 .wrap .ind_b2_con .dt .tt {
  font-size: 24px;
  font-weight: bold;
}
.ind_box2 .wrap .ind_b2_con .dt .line {
  display: block;
  width: 75px;
  height: 0;
  border: 1px solid;
  border-color: transparent transparent #000044;
  margin: 20px 0 30px;
}
.ind_box2 .wrap .ind_b2_con .dt .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
}
.ind_box2 .wrap .ind_b2_con .dt .num {
  margin: 30px 5px 50px;
}
.ind_box2 .wrap .ind_b2_con .dt .num .n_item {
  float: left;
  border: 1px solid #86a6c0;
  padding: 15px 20px;
}
.ind_box2 .wrap .ind_b2_con .dt .num .n_item:last-child {
  margin-left: -1px;
}
.ind_box2 .wrap .ind_b2_con .dt .num .n_item span {
  display: inline-block;
  vertical-align: middle;
}
.ind_box2 .wrap .ind_b2_con .dt .num .n_item .iconfont {
  font-size: 48px;
  color: #169e56;
  margin-right: 10px;
}
.ind_box2 .wrap .ind_b2_con .dt .more a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 14px;
  background-color: #64a91c;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  padding: 15px 60px;
  margin-left: 10px;
}
.ind_box2 .wrap .ind_b2_con .dt .more a:hover {
  background-color: #548b1b;
}
.ind_box3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 50px;
}
.ind_box3 .ind_b3_con {
  width: 400px;
  margin: 0 auto;
}
.ind_box3 .ind_b3_con .tt {
  color: #fff;
}
.ind_box3 .ind_b3_con .tt .ch {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}
.ind_box3 .ind_b3_con .tt .en {
  font-size: 18px;
}
.ind_box3 .ind_b3_con .tt .subtt {
  padding: 20px 0;
}
.ind_box3 .ind_b3_con .caculate a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  padding: 10px 40px;
  background-color: #b4dbff;
  border-radius: 3px;
}
.ind_box3 .ind_b3_con .caculate a:hover {
  background-color: #1274b5;
  color: #fff;
}
.ind_box4 {
  padding: 90px 0 60px;
}
.ind_box4 .ind_b4_tt {
  padding-bottom: 20px;
}
.ind_box4 .ind_b4_tt .ch {
  font-size: 30px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.ind_box4 .ind_b4_tt .en {
  font-size: 18px;
  color: #888;
}
.ind_box4 .about {
  float: left;
  width: 50%;
  padding: 0 100px 0 15px;
}
.ind_box4 .about .company {
  font-size: 24px;
}
.ind_box4 .about .com_desp {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 30px;
}
.ind_box4 .about .video_pic {
  border-radius: 0 50px 0 40px;
  overflow: hidden;
  position: relative;
}
.ind_box4 .about .video_pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ind_box4 .about .video_pic img {
  width: 100%;
}
.ind_box4 .about .video_pic .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #fff;
  color: #fff;
  font-size: 60px;
}
.ind_box4 .about .video_mask {
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.ind_box4 .about .video_mask .video_box {
  width: 800px;
  height: 485px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ind_box4 .about .video_mask .video_box .video_close {
  z-index: 6;
  position: absolute;
  top: -25px;
  right: -10px;
  font-size: 24px;
  padding: 5px;
  color: #fff;
}
.ind_box4 .about .video_mask .video_box iframe {
  width: 100%;
  height: 100%;
  background-color: #333;
}
.ind_box4 .news {
  float: right;
  width: 50%;
}
.ind_box4 .news .ind_b4_tt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 40px;
}
.ind_box4 .news .ind_b4_tt .more {
  color: #64a91c;
}
.ind_box4 .news > a:last-child .news_item {
  border-bottom: 1px solid #ddd;
}
.ind_box4 .news > a .news_item {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.ind_box4 .news > a .news_item:hover {
  box-shadow: 0 0 5px 0 #ddd;
}
.ind_box4 .news > a .news_item:hover .tt {
  color: #64a91c;
}
.ind_box4 .news > a .news_item .left {
  width: calc(100% - 110px);
}
.ind_box4 .news > a .news_item .left .tt {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.ind_box4 .news > a .news_item .left .dp {
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.ind_box4 .news > a .news_item .right {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #64a91c;
  position: relative;
}
.ind_box4 .news > a .news_item .right .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ind_box4 .news > a .news_item .right .date span {
  font-size: 14px;
  color: #888;
  display: block;
  width: 70px;
}
.ind_box4 .news > a .news_item .right .date .day {
  font-size: 24px;
  color: #29af68;
}
/*首页内容 end*/
/*关于我们内容 start*/
.about_box1 {
  padding: 60px 0;
}
.about_box1 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.about_box1 .wrap .text {
  width: 50%;
}
.about_box1 .wrap .text .tt .en {
  font-family: 'Times New Roman';
  font-size: 36px;
  color: #1274b5;
  padding-bottom: 15px;
}
.about_box1 .wrap .text .tt .bold {
  font-size: 36px;
}
.about_box1 .wrap .text .tt .line {
  display: block;
  width: 145px;
  border: 1px solid;
  border-color: #959595 transparent transparent;
  margin-top: 40px;
}
.about_box1 .wrap .text .con {
  margin-top: 50px;
  font-size: 14px;
  line-height: 24px;
}
.about_box1 .wrap .img {
  width: 50%;
  padding-left: 80px;
}
.about_box1 .wrap .img img {
  width: 100%;
}
.about_box1.reverse {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_box1.reverse .wrap .text {
  padding-left: 150px;
  order: 3;
}
.about_box1.reverse .wrap .img {
  order: 1;
  padding-left: 0;
}
.about_box2 {
  padding: 90px 0 60px;
}
.about_box2 .about_b2_tt {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
}
.about_box2 .about_b2_tt span {
  font-size: 30px;
  color: #58a409;
}
.about_box2 .about_b2_list {
  margin-top: 50px;
  padding: 0 10px;
}
.about_box2 .about_b2_list .list_item {
  float: left;
  margin-right: 50px;
  width: calc((100% - 100px)/3);
  margin-top: 40px;
  overflow: hidden;
}
.about_box2 .about_b2_list .list_item img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
}
.about_box2 .about_b2_list .list_item:nth-child(3n) {
  margin-right: 0;
}
.about_box2 .about_b2_list .list_item:hover img {
  transform: scale(1.1, 1.1);
}
.about_box3 {
  padding: 40px 0 70px;
  background-color: #f4f4f4;
}
.about_box3 .about_b3_tt {
  text-align: center;
}
.about_box3 .about_b3_tt .en {
  font-size: 36px;
  color: #1274b5;
  font-family: 'Times New Roman';
  padding-bottom: 15px;
}
.about_box3 .about_b3_tt .bold {
  font-size: 36px;
}
.about_box3 .about_b3_tt .line {
  display: block;
  width: 80px;
  border: 1px solid;
  border-color: #717171 transparent transparent;
  margin: 30px auto;
}
.about_box3 .about_b3_con {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.about_box3 .about_b3_con .dp {
  width: 30%;
  padding-left: 60px;
}
.about_box3 .about_b3_con .dp .item {
  margin-bottom: 80px;
}
.about_box3 .about_b3_con .dp .item:last-child {
  margin-bottom: 0;
}
.about_box3 .about_b3_con .dp .item .iconfont {
  font-size: 60px;
  color: #000;
}
.about_box3 .about_b3_con .dp .item .bold {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 40px;
}
.about_box3 .about_b3_con .dp .item .desp {
  line-height: 24px;
}
.about_box3 .about_b3_con .dp.left {
  text-align: right;
  padding-right: 60px;
  padding-left: 0;
}
.about_box3 .about_b3_con .img {
  width: 40%;
}
.about_box3 .about_b3_con .img img {
  width: 100%;
}
/*关于我们内容 end*/
/*案例内容 start*/
.tab_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 70px 0 50px;
}
.tab_box a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: block;
  padding: 0 40px;
  line-height: 36px;
  border: 1px solid #c4c4c4;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tab_box a:last-child {
  margin-right: 0;
}
.tab_box a.active {
  background-color: #6bb321;
  color: #fff;
  border: 1px solid #6bb321;
}
.list_box {
  padding-bottom: 70px;
}
.list_box .li_item {
  float: left;
  width: calc((100% - 50px)/3);
  margin-right: 25px;
  margin-bottom: 25px;
}
.list_box .li_item:nth-child(3n) {
  margin-right: 0;
}
.list_box .li_item .img {
  overflow: hidden;
}
.list_box .li_item .img img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
}
.list_box .li_item .item_con {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #d1d1d1;
}
.list_box .li_item .item_con .bold {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 10px 15px;
  font-size: 18px;
  text-align: center;
}
.list_box .li_item .item_con .line {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: block;
  width: 70px;
  border: 1px solid;
  border-color: #fff transparent transparent;
  margin: 0 auto;
  transform: translateX(-400px);
}
.list_box .li_item .item_con .dp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 84px;
  line-height: 28px;
  width: 70%;
  font-size: 14px;
  margin: 25px auto 20px;
}
.list_box .li_item .item_con .iconfont {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  color: #fff;
  display: block;
  width: 20px;
  margin: 0 auto;
  font-size: 20px;
  transform: scaleX(2) translateX(-400px);
}
.list_box .li_item .tt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}
.list_box .li_item:hover .img img {
  transform: scale(1.1, 1.1);
}
.list_box .li_item:hover .item_con {
  color: #fff;
  border-bottom: 1px solid #6bb321;
  background-color: #6bb321;
}
.list_box .li_item:hover .item_con .line {
  transform: translateX(0);
}
.list_box .li_item:hover .item_con .iconfont {
  transform: scaleX(2) translateX(0);
}
.list_box.color {
  padding: 130px 0 80px;
}
.list_box.color .li_item {
  margin-bottom: 50px;
}
/*案例内容 end*/
/*联系我们内容 start*/
.contact_box1 {
  padding: 80px 0;
}
.contact_box1 .contact_b1_item {
  float: left;
  margin-right: 20px;
  padding: 35px 0 50px;
  width: calc((100% - 40px)/3);
  background-color: #f5f5f5;
}
.contact_box1 .contact_b1_item:last-child {
  margin-right: 0;
}
.contact_box1 .contact_b1_item .iconfont {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: block;
  width: 140px;
  height: 140px;
  font-size: 64px;
  line-height: 140px;
  text-align: center;
  background-color: #fff;
  color: #3c9b34;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 auto;
}
.contact_box1 .contact_b1_item .key {
  text-align: center;
  font-size: 18px;
  padding: 30px 0 5px;
}
.contact_box1 .contact_b1_item .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 36px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.contact_box1 .contact_b1_item:hover .iconfont {
  background-color: #6bb321;
  color: #fff;
  border: 1px solid #6bb321;
}
.contact_box2 .contact_b2_tt {
  text-align: center;
}
.contact_box2 .contact_b2_tt .bold {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
}
.contact_box2 .contact_b2_tt .subtt {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
.contact_box2 .k_form {
  padding: 50px;
}
.contact_box2 .k_form .left {
  float: left;
  margin-right: 40px;
}
.contact_box2 .k_form .right {
  float: right;
}
.contact_box2 .k_form .common {
  width: calc(50% - 20px);
}
.contact_box2 .k_form .common input,
.contact_box2 .k_form .common textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 13px 20px;
  font-family: "Microsoft YaHei";
  margin-bottom: 20px;
}
.contact_box2 .k_form .common input::-webkit-input-placeholder,
.contact_box2 .k_form .common textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.contact_box2 .k_form .common input:-moz-placeholder,
.contact_box2 .k_form .common textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.contact_box2 .k_form .common input::-moz-placeholder,
.contact_box2 .k_form .common textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.contact_box2 .k_form .common input:-ms-input-placeholder,
.contact_box2 .k_form .common textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.contact_box2 .k_form .common textarea {
  height: 111px;
}
.contact_box2 .k_form .f_btn {
  text-align: center;
}
.contact_box2 .k_form .f_btn button {
  color: #fff;
  padding: 15px 70px;
  border-radius: 3px;
  border: none;
  margin: 0 20px;
  background-color: #333;
}
.contact_box2 .k_form .f_btn button:first-child {
  background-color: #0c8202;
}
.contact_box3 {
  padding-bottom: 30px;
}
.contact_box3 img {
  width: 100%;
}
/*联系我们内容 end*/
/*计算页面内容 start*/
.js_box {
  padding: 90px 0;
}
.js_box .clearfix {
  padding: 0 35px;
}
.js_box .clearfix .caculate_box {
  float: left;
  width: calc(50% - 25px);
  margin-right: 50px;
  background-color: #f4f4f4;
}
.js_box .clearfix .caculate_box .obj_name {
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #6bb321;
  color: #fff;
}
.js_box .clearfix .caculate_box .obj_operate {
  padding: 45px 60px;
}
.js_box .clearfix .caculate_box .obj_operate .caculate_num {
  padding-left: 20px;
}
.js_box .clearfix .caculate_box .obj_operate .caculate_num label {
  font-size: 20px;
}
.js_box .clearfix .caculate_box .obj_operate .caculate_num label input {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  width: 220px;
  margin-right: 5px;
  margin-top: 5px;
}
.js_box .clearfix .caculate_box .obj_operate .cal_btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background-color: #6bb321;
  color: #fff;
  border-radius: 22px;
  margin: 30px 0 40px;
}
.js_box .clearfix .caculate_box .obj_operate .com_num {
  font-size: 18px;
  color: #6bb321;
  margin-top: 20px;
}
.js_box .clearfix .caculate_box .obj_operate .com_num .bold {
  font-weight: bold;
}
.js_box .clearfix .caculate_box .obj_operate .com_num .num {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #6bb321;
}
.js_box .clearfix .caculate_box.blue {
  margin-right: 0;
}
.js_box .clearfix .caculate_box.blue .obj_name {
  background-color: #1274b5;
}
.js_box .clearfix .caculate_box.blue .obj_operate .cal_btn {
  background-color: #1274b5;
}
.js_box .clearfix .caculate_box.blue .obj_operate .com_num {
  color: #1274b5;
}
.js_box .clearfix .caculate_box.blue .obj_operate .com_num .num {
  border-bottom: 1px solid #1274b5;
}
.js_box .note_box {
  padding: 60px 45px 0;
}
.js_box .note_box .bold {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.js_box .note_box .detail {
  font-size: 14px;
  line-height: 24px;
}
/*计算页面内容 end*/
/*新闻内容 start*/
.news_box {
  padding: 90px 0 80px;
}
.news_box .news_item {
  border: 1px solid;
  border-color: #bfbfbf #bfbfbf transparent;
}
.news_box .news_item:last-child {
  border-color: #bfbfbf;
}
.news_box .news_item a {
  padding: 15px 0 15px 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_box .news_item .img {
  width: 270px;
}
.news_box .news_item .img img {
  width: 100%;
}
.news_box .news_item .con {
  width: calc(100% - 490px);
  padding: 0 50px;
}
.news_box .news_item .con .tt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.news_box .news_item .con .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
  line-height: 26px;
  font-size: 15px;
}
.news_box .news_item .date_box {
  height: 180px;
  border-left: 1px solid #bfbfbf;
  width: 220px;
  position: relative;
}
.news_box .news_item .date_box .date {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #29af68;
}
.news_box .news_item .date_box .date span {
  color: #888;
  display: block;
  text-align: center;
}
.news_box .news_item .date_box .date .day {
  font-weight: bold;
  font-size: 24px;
  margin-top: 12px;
  color: #29af68;
}
.news_box .news_item:hover {
  background-color: #f6f6f6;
}
.news_box .news_item:hover .con .tt {
  color: #64a91c;
}
/*新闻内容 end*/
/*新闻详情内容 start*/
.news_del_box {
  padding: 70px 0 100px;
}
.news_del_box .del_tt .bold {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news_del_box .del_tt .operate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 30px 0;
}
.news_del_box .del_tt .operate > div {
  margin: 0 10px;
  margin-bottom: 10px;
}
.news_del_box .del_tt .operate > div .iconfont {
  font-size: 20px;
  margin-right: 2px;
}
.news_del_box .del_tt .operate .share {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_del_box .del_con {
  padding: 40px 0 60px;
  border-top: 1px solid #ddd;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.news_del_box .del_con img {
  max-width: 100%;
}
.news_del_box .jump {
  padding: 40px 0 0;
  border-top: 1px solid #ddd;
}
.news_del_box .jump .common a {
  margin-top: 15px;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_del_box .jump .common a .com_tt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 40%;
  margin-right: 10px;
}
/*新闻详情内容 end*/
/*产品内容 start*/
.pro_box1 {
  padding: 60px 0;
}
.pro_box1 .pro_b1_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  float: left;
  width: calc((100% - 36px) / 4);
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
  background-color: #f4f4f4;
}
.pro_box1 .pro_b1_item:nth-child(4n) {
  margin-right: 0;
}
.pro_box1 .pro_b1_item a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.pro_box1 .pro_b1_item .iconfont {
  font-size: 60px;
  color: #6bb321;
}
.pro_box1 .pro_b1_item .tt {
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_box1 .pro_b1_item:last-child {
  margin-right: 0;
}
.pro_box1 .pro_b1_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 12px 16px -4px rgba(0, 0, 0, 0.17);
}
.pro_box2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 40px 100px;
}
.pro_box2 span {
  color: #fff;
}
.pro_box2 a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: block;
  padding: 15px 50px;
  background-color: #b3e1ff;
  border-radius: 3px;
}
.pro_box2 a:hover {
  background-color: #64a91c;
  color: #fff;
}
.pro_box3 {
  padding: 60px 0;
}
.pro_box3 .pro_b3_tt {
  text-align: center;
  padding-bottom: 50px;
}
.pro_box3 .pro_b3_tt span {
  display: inline-block;
  width: 65px;
  border-bottom: 1px solid #707070;
}
.pro_box3 .pro_b3_tt h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  padding: 0 40px;
}
.pro_b3_term{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pro_box3 .pro_b3_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 25px 3%;
  background-color: #fafafa;
  width: calc(50% - 15px);
}
.pro_box3 .pro_b3_item .img{
  width: 42%;
}
.pro_box3 .pro_b3_item .img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.pro_box3 .pro_b3_item .right{
  width: 55%;
}
.pro_box3 .pro_b3_item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 12px 16px -4px rgba(0, 0, 0, 0.17);
}
.pro_box3 .pro_b3_item .right .pro_b3_list .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6bb321;
  border-radius: 50%;
  margin-right: 10px;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dt span {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.pro_box3 .pro_b3_item .right .pro_b3_list dt span:hover {
  color: #64a91c;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd {
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd.op {
  font-size: 0;
  padding-top: 40px;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd.op a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  padding: 5px 20px;
  border-radius: 2px;
  color: #888;
  font-size: 14px;
  border: 1px solid #bababa;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd.op a:last-child {
  color: #fff;
  background-color: #6bb321;
  border: 1px solid #6bb321;
  margin-left: 5px;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd.op a:last-child:hover {
  background-color: #548b1b;
  border: 1px solid #548b1b;
}
.pro_box3 .pro_b3_item .right .pro_b3_list dd.op a:first-child:hover {
  border: 1px solid #6bb321;
  background-color: #6bb321;
  color: #fff;
}
.pro_box3 .pro_b3_item:nth-child(2n) {
  margin-right: 0;
}
/*产品内容 end*/
/*产品详情内容 start*/
.del_box1 {
  padding: 65px 0 45px;
}
.del_box1 .left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  float: left;
  width: 720px;
}
.del_box1 .left .img_list dd {
  width: 105px;
  height: 80px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  margin-bottom: 12px;
}
.del_box1 .left .img_list dd img {
  width: 100%;
}
.del_box1 .left .img_list dd.active {
  border: 1px solid #1274b5;
}
.del_box1 .left .big_img {
  width: calc(100% - 120px);
}
.del_box1 .left .big_img img {
  width: 100%;
}
.del_box1 .mobile_left {
  display: none;
  overflow: hidden;
}
.del_box1 .mobile_left .del_banner {
  position: relative;
}
.del_box1 .mobile_left .del_banner img {
  width: 100%;
}
.del_box1 .mobile_left .del_banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.del_box1 .mobile_left .del_banner .owl-dots button {
  outline: 0;
}
.del_box1 .mobile_left .del_banner .owl-dots .active span {
  background-color: #6bb321;
}
.del_box1 .right {
  float: right;
  width: calc(100% - 720px);
  padding-left: 120px;
  padding-right: 20px;
}
.del_box1 .right .bold {
  font-size: 30px;
}
.del_box1 .right .subtt {
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0;
}
.del_box1 .right .del_list {
  padding: 40px 0 50px;
  border: 1px solid;
  border-color: #ddd transparent;
}
.del_box1 .right .del_list .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6bb321;
  border-radius: 50%;
  margin-right: 10px;
}
.del_box1 .right .del_list dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}
.del_box1 .right .op_btn {
  padding-top: 50px;
  font-size: 0;
}
.del_box1 .right .op_btn a {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 90px;
  color: #fff;
  font-size: 16px;
  background-color: #6bb321;
  border: 1px solid #6bb321;
  border-radius: 3px;
}
.del_box1 .right .op_btn a:last-child {
  padding: 15px 10px;
  background-color: #fff;
  color: #1274b5;
  border: 1px solid #1274b5;
  margin-left: 10px;
}
.del_box1 .right .op_btn a:last-child .bold {
  font-size: 18px;
  font-weight: bold;
}
.del_box2 {
  background-color: #ededed;
  padding-top: 50px;
}
.del_box2 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_box2 .left {
  width: calc(25% - 10px);
}
.del_box2 .left a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.del_box2 .left a:hover {
  color: #1274b5;
  font-weight: bold;
}
.del_box2 .left .del-lt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #1274b5;
  padding: 10px 30px;
}
.del_box2 .left .del_classify {
  background-color: #fff;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
.del_box2 .left .del_classify .cl_item {
  border-bottom: 1px solid #ddd;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.del_box2 .left .del_classify .cl_item .bold {
  font-weight: bold;
  color: #444;
  padding: 15px 0;
}
.del_box2 .left .del_classify .cl_item .bold .iconfont {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  cursor: pointer;
  color: #444;
  margin-right: 15px;
  font-size: 20px;
  display: inline-block;
}
.del_box2 .left .del_classify .cl_item .cl_list {
  padding: 5px 0 20px;
}
.del_box2 .left .del_classify .cl_item .cl_list a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_box2 .left .del_classify .cl_item .cl_list .list_icon {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #444;
  margin-right: 8px;
}
.del_box2 .left .del_classify .cl_item .cl_list dd {
  padding: 5px 0 5px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 14px;
}
.del_box2 .left .del_classify .cl_item .cl_list dd:hover .list_icon {
  margin-right: 15px;
}
.del_box2 .left .del_case {
  background-color: #fff;
  padding-bottom: 40px;
}
.del_box2 .left .del_case .ca_item {
  padding: 20px 20px 0;
}
.del_box2 .left .del_case .ca_item img {
  width: 100%;
}
.del_box2 .left .del_case .ca_item .tt {
  padding-top: 10px;
  text-align: center;
  line-height: 24px;
}
.del_box2 .right {
  width: calc(75% - 30px);
  padding-bottom: 50px;
}
.del_box2 .right .anchor {
  background-color: #1274b5;
  color: #fff;
}
.del_box2 .right .anchor dl dd {
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  float: left;
  padding: 13px 40px;
  font-size: 18px;
}
.del_box2 .right .anchor dl dd.active {
  background-color: #6bb321;
}
.del_box2 .right .del-rt .bold {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1274b5;
}
.del_box2 .right .del-rt .line {
  width: 120px;
  font-size: 0;
  margin: 10px auto 0;
}
.del_box2 .right .del-rt .line .left {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  border: 2px solid #1274b5;
}
.del_box2 .right .del-rt .line .right {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 0;
  border: 2px solid #6bb321;
}
.del_box2 .right .del_lbox1 {
	font-size: 14px;
	line-height: 1.8;
  padding: 45px 2% 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
.del_box2 .right .del_lbox1 .desp {
  font-size: 14px;
  line-height: 28px;
  padding: 30px 0 45px;
}
.del_box2 .right .del_lbox1 .icon_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 50px;
}
.del_box2 .right .del_lbox1 .icon_list .icon_item {
  width: 120px;
  text-align: center;
  margin: 0 25px 10px;
}
.del_box2 .right .del_lbox1 .icon_list .icon_item span {
  line-height: 28px;
}
.del_box2 .right .del_lbox1 .icon_list .icon_item .iconfont {
  display: block;
  font-size: 60px;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #1274b5;
  color: #fff;
  border-radius: 50%;
}
.del_box2 .right .del_lbox1 .del_lb1_img {
  text-align: center;
}
.del_box2 .right .del_lbox1 .del_lb1_img img {
  margin-bottom: 10px;
}
.del_box2 .right .del_lbox2 {
  background-color: #fff;
  padding: 30px 2%;
  line-height: 1.8;
  margin-bottom: 20px;
}
.del_box2 .right .del_lbox2 .desp {
  padding: 40px 0;
  font-size: 14px;
  line-height: 28px;
}
.del_box2 .right .del_lbox3 {
  padding: 30px 15px 60px;
  background-color: #fff;
  margin-bottom: 20px;
}
.del_box2 .right .table_box {
  width: 100%;
  overflow: auto;
  padding-top: 20px;
}
.del_box2 .right table {
  min-width: 100%;
}
.del_box2 .right table thead th {
  background-color: #1274b5;
  color: #fff;
  padding: 15px;
}
.del_box2 .right table tbody tr td {
  padding: 15px;
  font-size: 14px;
}
.del_box2 .right  table tbody tr:nth-child(2n) {
  background-color: #ebebee;
}
.del_box2 .right .del_lbox4 {
  background-color: #fff;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.del_box2 .right .del_lbox4 .img {
  width: 100%;
  padding: 30px 60px 0;
  overflow: hidden;
}
.del_box2 .right .del_lbox4 .img img {
  /*width: 100%;*/
}
.del_box2 .right .del_lbox5 {
  background-color: #fff;
  padding: 30px 45px;
}
.del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt {
  padding: 40px 0 25px;
}
.del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .bold {
  font-weight: bold;
  padding-bottom: 10px;
}
.del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .subtt {
  font-size: 14px;
}
.del_box2 .right .del_lbox5 .del_lb5_con .img img {
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
/*产品详情内容 end*/
/*服务内容 start*/
.service_box1 {
  padding: 80px 0 60px;
}
.service_box1 .service_b1_tt .main {
  text-align: center;
  padding-bottom: 5px;
}
.service_box1 .service_b1_tt .main .bold {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
}
.service_box1 .service_b1_tt .main span {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 0;
  border: 1px solid;
  border-color: #bcbcbc transparent transparent;
}
.service_box1 .service_b1_tt .en {
  font-size: 16px;
  color: #888;
  text-align: center;
}
.service_box1 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 20px;
}
.service_box1 .wrap .desp {
  width: calc(50% - 210px);
  padding: 0 60px;
}
.service_box1 .wrap .desp .item {
  margin-bottom: 60px;
}
.service_box1 .wrap .desp .item:last-child {
  margin-bottom: 0;
}
.service_box1 .wrap .desp .item .bold {
  font-weight: bold;
  line-height: 1;
}
.service_box1 .wrap .desp .item .line {
  display: block;
  width: 50px;
  border: 1px solid;
  border-color: #6bb321 transparent transparent;
  margin: 20px 0;
}
.service_box1 .wrap .desp .item .i_con {
  font-size: 14px;
  line-height: 24px;
}
.service_box1 .wrap .middle {
  width: 420px;
}
.service_box1 .wrap .middle img {
  width: 100%;
}
.service_box2 {
  background-color: #ededed;
  padding: 70px 0;
}
.service_box2 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.service_box2 .wrap .img {
  width: 430px;
}
.service_box2 .wrap .img img {
  width: 100%;
}
.service_box2 .wrap .right {
  width: calc(100% - 430px);
  padding-left: 150px;
}
.service_box2 .wrap .right .bold {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 5px;
}
.service_box2 .wrap .right .en {
  color: #888;
}
.service_box2 .wrap .right .subtt {
  padding: 20px 0 60px;
  line-height: 24px;
}
.service_box2 .wrap .right .terms dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px 0;
}
.service_box2 .wrap .right .terms dd span {
  font-size: 14px;
  display: block;
  width: calc(100% - 45px);
  line-height: 28px;
}
.service_box2 .wrap .right .terms dd .order {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #6bb321;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin-right: 15px;
}
.service_box3 {
  padding: 70px 0;
}
.service_box3 .bold {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.service_box3 .ser_b3_img {
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.service_box3 .ser_b3_img .item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #257fbb;
  overflow: hidden;
  margin: 0 20px;
}
.service_box3 .ser_b3_img .item img {
  width: 100%;
}
/*服务内容 end*/
/*媒体查询*/
@media screen and (max-width: 1400px) {
  .wrap {
    width: 92%;
  }
  .header .nav .brand {
    width: 18%;
    min-width: 230px;
  }
  .header .nav .brand .img {
    width: 120px;
  }
  .header .nav .brand .word {
    font-size: 32px;
  }
  .header .nav .list {
    width: calc(100% - 800px);
  }
  .header .nav .list .nav_item .slide {
    height: auto;
  }
  .header .nav .list .nav_item .slide .s_item .meta {
    width: 80%;
    margin: 0 auto;
  }
  .header .nav .list .nav_item .slide .s_item .meta dt {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
  }
  .header .nav .list .nav_item .slide .s_item .meta dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
  }
  .header .nav .list .nav_item.active a {
    color: #6bb321;
  }
  .header .nav .operate {
    width: 240px;
  }
  .header .nav .operate form {
    width: 180px;
  }
  .header .nav .operate .lang .now {
    width: 50px;
  }
  .header .nav .num {
    min-width: 230px;
    padding-left: 15px;
  }
  .footer .info .wrap .fimg {
    right: -110px;
  }
  .footer .info .detail .part {
    width: 33.3%;
    padding: 40px 30px;
  }
  .ind_box1 {
    padding-bottom: 60px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_con .more {
    margin: 40px auto 0;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover {
    z-index: 3;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_tt {
    position: absolute;
    top: 30%;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_con {
    position: absolute;
    top: 45%;
    left: 50%;
  }
  .ind_box2 .wrap .ind_b2_control {
    padding: 40px 50px 80px 30px;
    background-color: #fff;
    border: 5px solid #649a7c;
  }
  .ind_box2 .wrap .ind_b2_control dl dt {
    padding-bottom: 20px;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .ch {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .en {
    font-size: 18px;
    color: #888;
  }
  .ind_box2 .wrap .ind_b2_control dl dd {
    border-bottom: 1px solid #649a7c;
  }
  .ind_box2 .wrap .ind_b2_control dl dd a {
    padding: 15px 10px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ind_box2 .wrap .ind_b2_control dl dd.active {
    border-bottom: 1px solid #64a91c;
    background-color: #64a91c;
  }
  .ind_box2 .wrap .ind_b2_control dl dd.active a {
    color: #fff;
  }
  .ind_box2 .wrap .ind_b2_con {
    left: -30px;
  }
  .ind_box2 .wrap .ind_b2_con .img {
    width: 50%;
    overflow: hidden;
  }
  .ind_box2 .wrap .ind_b2_con .img img {
    height: 300px;
    box-shadow: 0 0 5px 0 #ddd;
  }
  .ind_box2 .wrap .ind_b2_con .dt {
    padding: 0 0 0 40px;
    width: 50%;
  }
  .ind_box2 .wrap .ind_b2_con .dt .tt {
    font-size: 24px;
    font-weight: bold;
  }
  .ind_box2 .wrap .ind_b2_con .dt .line {
    margin: 15px 0 20px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num {
    margin: 15px 5px 20px;
  }
  .about_box1 .wrap .text .tt .en {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .about_box1 .wrap .text .tt .bold {
    font-size: 32px;
  }
  .about_box1 .wrap .text .tt .line {
    margin-top: 30px;
  }
  .about_box1 .wrap .text .con {
    margin-top: 40px;
  }
  .about_box1 .wrap .img {
    width: 50%;
    padding-left: 60px;
  }
  .about_box1.reverse .wrap .text {
    padding-left: 100px;
    order: 3;
  }
  .about_box1.reverse .wrap .img {
    order: 1;
    padding-left: 0;
  }
  .about_box3 .about_b3_tt .en {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .about_box3 .about_b3_tt .bold {
    font-size: 32px;
  }
  .about_box3 .about_b3_tt .line {
    margin: 20px auto 30px;
  }
  .del_box1 .right {
    padding-left: 2%;
    padding-right: 0px;
  }
  .del_box1 .right .del_list {
    padding: 30px 0 40px;
  }
  .del_box1 .right .op_btn {
    padding-top: 40px;
    font-size: 0;
  }
  .del_box1 .right .op_btn a {
    padding: 16px 10px;
  }
  .service_box1 .wrap .desp {
    width: calc(50% - 200px);
    padding: 0 30px;
  }
  .service_box1 .wrap .middle {
    width: 400px;
  }
  .service_box2 .wrap .img {
    width: 430px;
  }
  .service_box2 .wrap .right {
    width: calc(100% - 430px);
    padding-left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
  .header .nav .brand {
    width: 18%;
    min-width: 210px;
  }
  .header .nav .brand .img {
    width: 120px;
  }
  .header .nav .brand .word {
    font-size: 28px;
  }
  .header .nav .list {
    width: calc(100% - 630px);
  }
  .header .nav .list > a {
    font-size: 14px;
  }
  .header .nav .operate {
    width: 200px;
  }
  .header .nav .operate form {
    width: 155px;
  }
  .header .nav .operate .lang .now {
    width: 40px;
    margin-left: 5px;
  }
  .header .nav .operate .lang .now .iconfont {
    right: 1px;
  }
  .header .nav .num {
    min-width: 190px;
    padding-left: 10px;
    font-size: 20px;
  }
  .header .nav .num .iconfont {
    font-size: 24px;
  }
  .footer .f_nav .wrap {
    height: 70px;
  }
  .footer .info .wrap .fimg {
    right: -45px;
    top: -49px;
    width: 400px;
  }
  .footer .info .detail .part {
    width: 33.3%;
    padding: 30px 10px;
  }
  .ind_box1 {
    padding-bottom: 60px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_con .more {
    margin: 40px auto 0;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover {
    z-index: 3;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_tt {
    position: absolute;
    top: 30%;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_con {
    position: absolute;
    top: 45%;
    left: 50%;
  }
  .list_box .li_item .item_con .dp {
    width: 80%;
  }
  .list_box.color {
    padding: 100px 0 60px;
  }
  .list_box.color .li_item {
    margin-bottom: 50px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list dt {
    padding: 20px 0;
  }
  .del_box1 .left {
    float: none;
    margin: 0 auto 30px;
    width: 710px;
  }
  .del_box1 .right {
    width: 100%;
    padding: 0 30px;
  }
  .del_box2 .left {
    width: calc(25% - 10px);
  }
  .del_box2 .right {
    width: calc(75% - 10px);
  }
  .service_box1 .wrap .desp {
    width: calc(50% - 180px);
    padding: 0 10px;
  }
  .service_box1 .wrap .middle {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .paging > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
  }
  .paging > a.prev,
  .paging > a.next {
    width: 100px;
  }
  input,
  button,
  textarea {
    font-size: 14px;
  }
  .fixed_icon {
    bottom: 0;
    width: 100%;
    height: 50px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .fixed_icon > a {
    width: 25%;
    display: block;
    height: 100%;
    margin-bottom: 0;
    padding-top: 12px;
  }
  .fixed_icon > a:nth-child(2) {
    margin-bottom: 0;
  }
  .fixed_icon > a .iconfont {
    font-size: 28px;
    line-height: 1;
    margin: 0 auto 3px;
  }
  .wrap {
    width: 100%;
    padding: 0 3%;
  }
  .header .nav {
    display: none;
  }
  .header .mobile_nav {
    display: block;
  }
  .t_banner {
    height: 260px;
  }
  .t_banner .crumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 40px;
  }
  .t_banner .crumbs a {
    padding: 0 5px;
  }
  .footer .f_nav .wrap {
    height: 50px;
  }
  .footer .f_nav .wrap > a {
    font-size: 14px;
    padding: 0 10px;
  }
  .footer .info .wrap .fimg {
    display: none;
  }
  .footer .info .detail .part {
    width: 50%;
    padding: 20px 30px;
  }
  .footer .info .detail .middle {
    display: none;
  }
  .footer .info .bottom {
    padding: 15px 0;
  }
  .footer .info .bottom .third .iconfont {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    font-size: 18px;
  }
  .ind_box1 {
    padding-bottom: 40px;
  }
  .ind_box1 .ind_b1_title {
    padding-top: 60px;
  }
  .ind_box1 .ind_b1_title .main h3 {
    font-size: 24px;
  }
  .ind_box1 .ind_b1_title .subtt {
    padding-top: 15px;
  }
  .ind_box1 .ind_b1_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 40px;
  }
  .ind_box1 .ind_b1_list .ind_b_item {
    width: 42%;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt {
    top: 30%;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .iconfont {
    font-size: 56px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .bold {
    font-size: 16px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
    line-height: 24px;
    top: 45%;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .more {
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
    font-size: 14px;
    bottom: 15%;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover {
    z-index: 3;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover img {
    transform: none;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask {
    transform: none;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .more {
    bottom: 15%;
  }
  .ind_box2 {
    padding: 40px 0;
  }
  .ind_box2 .wrap {
    display: block;
  }
  .ind_box2 .wrap .ind_b2_control {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border: 1px solid #64a91c;
  }
  .ind_box2 .wrap .ind_b2_control dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 15px;
  }
  .ind_box2 .wrap .ind_b2_control dl dt {
    width: 100%;
    padding-bottom: 0;
    margin: 5px 0;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .ch {
    font-size: 24px;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .en {
    font-size: 16px;
  }
  .ind_box2 .wrap .ind_b2_control dl dd {
    border-bottom: none;
    margin: 5px 0;
    font-size: 16px;
    padding: 10px 15px;
  }
  .ind_box2 .wrap .ind_b2_control dl dd.active {
    border-radius: 0;
    border-bottom: none;
    background-color: #64a91c;
  }
  .ind_box2 .wrap .ind_b2_con {
    position: static;
    width: 100%;
  }
  .ind_box2 .wrap .ind_b2_con.show {
    display: block;
  }
  .ind_box2 .wrap .ind_b2_con .img {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .ind_box2 .wrap .ind_b2_con .img img {
    width: 80%;
    height: auto;
    position: static;
    transform: none;
    box-shadow: 0 0 5px 0 #ddd;
  }
  .ind_box2 .wrap .ind_b2_con .dt {
    padding: 30px 30px 0;
    width: 100%;
  }
  .ind_box2 .wrap .ind_b2_con .dt .tt {
    font-size: 20px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .line {
    width: 75px;
    margin: 10px 0 20px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num {
    margin: 20px 5px 25px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item {
    float: left;
    border: 1px solid #86a6c0;
    padding: 15px 20px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item:last-child {
    margin-left: -1px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item span {
    display: inline-block;
    vertical-align: middle;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item .iconfont {
    font-size: 48px;
    color: #169e56;
  }
  .ind_box3 {
    padding: 40px 0 30px;
  }
  .ind_box3 .ind_b3_con {
    width: 60%;
  }
  .ind_box3 .ind_b3_con .tt .ch {
    font-size: 24px;
  }
  .ind_box3 .ind_b3_con .tt .en {
    font-size: 16px;
  }
  .ind_box3 .ind_b3_con .tt .subtt {
    padding: 15px 0;
  }
  .ind_box4 {
    padding: 40px 0;
  }
  .ind_box4 .ind_b4_tt {
    padding-bottom: 20px;
  }
  .ind_box4 .ind_b4_tt .ch {
    font-size: 24px;
  }
  .ind_box4 .ind_b4_tt .en {
    font-size: 16px;
  }
  .ind_box4 .about {
    float: left;
    width: 100%;
    padding: 0;
  }
  .ind_box4 .about .video_pic {
    border-radius: 0 85px 0 80px;
  }
  .ind_box4 .about .video_mask .video_box {
    width: 700px;
    height: 385px;
  }
  .ind_box4 .news {
    margin-top: 40px;
    width: 100%;
  }
  .ind_box4 .news .ind_b4_tt {
    padding-bottom: 30px;
  }
  .about_box1 {
    padding: 50px 0;
  }
  .about_box1 .wrap .text {
    width: 100%;
  }
  .about_box1 .wrap .text .tt {
    text-align: center;
  }
  .about_box1 .wrap .text .tt .en {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .about_box1 .wrap .text .tt .bold {
    font-size: 24px;
  }
  .about_box1 .wrap .text .tt .line {
    width: 120px;
    margin: 20px auto 0;
  }
  .about_box1 .wrap .text .con {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .about_box1 .wrap .img {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .about_box1 .wrap .img img {
    width: 100%;
  }
  .about_box1.reverse {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about_box1.reverse .wrap .text {
    padding-left: 0;
    order: 0;
  }
  .about_box1.reverse .wrap .img {
    order: 1;
    padding-left: 0;
  }
  .about_box2 {
    padding: 40px 0;
  }
  .about_box2 .about_b2_tt {
    width: 90%;
    font-size: 20px;
    line-height: 40px;
  }
  .about_box2 .about_b2_tt span {
    font-size: 24px;
  }
  .about_box2 .about_b2_list {
    margin-top: 20px;
    padding: 0 10px;
  }
  .about_box2 .about_b2_list .list_item {
    margin-right: 30px;
    width: calc((100% - 30px)/2);
    margin-top: 30px;
  }
  .about_box2 .about_b2_list .list_item:nth-child(3n) {
    margin-right: 30px;
  }
  .about_box2 .about_b2_list .list_item:nth-child(2n) {
    margin-right: 0;
  }
  .about_box3 {
    padding: 40px 0;
  }
  .about_box3 .about_b3_tt .en {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .about_box3 .about_b3_tt .bold {
    font-size: 24px;
  }
  .about_box3 .about_b3_tt .line {
    margin: 20px auto;
  }
  .about_box3 .about_b3_con {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .about_box3 .about_b3_con .dp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }
  .about_box3 .about_b3_con .dp .item {
    text-align: center;
    width: 50%;
    margin-bottom: 0;
  }
  .about_box3 .about_b3_con .dp .item .iconfont {
    font-size: 60px;
    color: #000;
  }
  .about_box3 .about_b3_con .dp .item .bold {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 40px;
  }
  .about_box3 .about_b3_con .dp .item .desp {
    line-height: 24px;
  }
  .about_box3 .about_b3_con .dp.left {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
  .about_box3 .about_b3_con .img {
    text-align: center;
    width: 100%;
  }
  .about_box3 .about_b3_con .img img {
    width: 60%;
  }
  .tab_box {
    padding: 40px 0 30px;
  }
  .tab_box a {
    padding: 0 30px;
    line-height: 28px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .list_box {
    padding-bottom: 60px;
  }
  .list_box .li_item {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .list_box .li_item .item_con {
    padding: 20px 0;
  }
  .list_box .li_item .item_con .bold {
    font-size: 16px;
  }
  .list_box .li_item .item_con .line {
    border-color: #999 transparent transparent;
    transform: translateX(0);
  }
  .list_box .li_item .item_con .dp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    line-height: 24px;
    width: 90%;
    font-size: 14px;
    margin: 15px auto 20px;
  }
  .list_box .li_item .item_con .iconfont {
    color: #999;
    font-size: 20px;
    transform: scaleX(2) translateX(0);
  }
  .list_box .li_item .tt {
    font-size: 14px;
    line-height: 28px;
  }
  .list_box.color {
    padding: 40px 0 30px;
  }
  .list_box.color .li_item {
    width: calc((100% - 30px)/2);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .contact_box1 {
    padding: 40px 0;
  }
  .contact_box1 .contact_b1_item {
    margin-right: 20px;
    padding: 30px 0 40px;
    width: calc((100% - 40px)/3);
  }
  .contact_box1 .contact_b1_item .iconfont {
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
  }
  .contact_box1 .contact_b1_item .key {
    font-size: 16px;
    padding: 20px 0 5px;
  }
  .contact_box1 .contact_b1_item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
    width: 80%;
  }
  .contact_box2 .contact_b2_tt .bold {
    font-size: 24px;
    padding-bottom: 3px;
  }
  .contact_box2 .contact_b2_tt .subtt {
    width: 80%;
    font-size: 14px;
    line-height: 24px;
  }
  .contact_box2 .k_form {
    padding: 40px 0;
  }
  .contact_box2 .k_form .left {
    margin-right: 20px;
  }
  .contact_box2 .k_form .common {
    width: calc(50% - 10px);
  }
  .contact_box2 .k_form .common input,
  .contact_box2 .k_form .common textarea {
    padding: 10px 15px;
  }
  .contact_box2 .k_form .common input::-webkit-input-placeholder,
  .contact_box2 .k_form .common textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input:-moz-placeholder,
  .contact_box2 .k_form .common textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input::-moz-placeholder,
  .contact_box2 .k_form .common textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input:-ms-input-placeholder,
  .contact_box2 .k_form .common textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common textarea {
    height: 100px;
  }
  .contact_box2 .k_form .f_btn button {
    padding: 10px 50px;
    margin: 0 10px;
    font-size: 14px;
  }
  .js_box {
    padding: 60px 0;
  }
  .js_box .clearfix {
    padding: 0;
  }
  .js_box .clearfix .caculate_box {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .js_box .clearfix .caculate_box:last-child {
    margin-right: 0;
  }
  .js_box .clearfix .caculate_box .obj_name {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .js_box .clearfix .caculate_box .obj_operate {
    padding: 30px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num {
    padding-left: 10px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num label {
    font-size: 18px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num label input {
    font-size: 14px;
    width: 200px;
  }
  .js_box .clearfix .caculate_box .obj_operate .cal_btn {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin: 30px 0;
  }
  .js_box .clearfix .caculate_box .obj_operate .com_num {
    font-size: 16px;
    color: #6bb321;
    margin-top: 20px;
  }
  .js_box .note_box {
    padding: 40px 30px 0;
  }
  .js_box .note_box .bold {
    font-size: 16px;
  }
  .news_box {
    padding: 60px 0 40px;
  }
  .news_box .news_item {
    border: 1px solid;
    border-color: #bfbfbf #bfbfbf transparent;
  }
  .news_box .news_item:last-child {
    border-color: #bfbfbf;
  }
  .news_box .news_item a {
    padding: 10px 0 10px 20px;
  }
  .news_box .news_item .img {
    width: 200px;
  }
  .news_box .news_item .img img {
    width: 100%;
  }
  .news_box .news_item .con {
    width: calc(100% - 340px);
    padding: 0 20px;
  }
  .news_box .news_item .con .tt {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news_box .news_item .con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
  }
  .news_box .news_item .date_box {
    height: 134px;
    width: 140px;
  }
  .news_box .news_item .date_box .date {
    width: 90px;
    height: 90px;
  }
  .news_box .news_item .date_box .date .day {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    color: #29af68;
  }
  .news_del_box {
    padding: 60px 0;
  }
  .news_del_box .del_tt .bold {
    font-size: 20px;
  }
  .news_del_box .del_tt .operate {
    margin: 20px 0;
  }
  .news_del_box .del_con {
    padding: 20px 0 30px;
    width: calc(100% - 80px);
  }
  .news_del_box .jump {
    padding: 20px 0 0;
  }
  .news_del_box .jump .common a .com_tt {
    width: 50%;
  }
  .pro_box1 {
    padding: 40px 0;
  }
  .pro_box1 .pro_b1_item {
    width: 20%;
    margin-right: 0;
    margin-bottom: 0;
    padding:0 0;
  }
  .pro_box1 .pro_b1_item a{
      padding: 18px 0;
  }
  .pro_box1 .pro_b1_item .tt {
    line-height: 18px;
  }
  .pro_box1 .pro_b1_item:nth-child(2n) {
    margin-right: 0;
  }
  .pro_box2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 40px 20px;
  }
  .pro_box2 a {
    display: block;
    padding: 10px 40px;
  }
  .pro_box3 .pro_b3_tt {
    padding-bottom: 40px;
  }
  .pro_box3 .pro_b3_tt h3 {
    font-size: 24px;
    padding: 0 30px;
  }
  .pro_box3 .pro_b3_item {
    width: 100%;
    padding: 20px 0;
  }
  .del_box1 {
    padding: 40px 0 30px;
  }
  .del_box1 .left {
    display: none;
  }
  .del_box1 .mobile_left {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }
  .del_box1 .right .bold {
    font-size: 24px;
  }
  .del_box1 .right .subtt {
    padding: 20px 0;
  }
  .del_box1 .right .del_list {
    padding: 30px 0;
  }
  .del_box1 .right .del_list .dot {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .del_box1 .right .op_btn {
    padding-top: 40px;
  }
  .del_box1 .right .op_btn a {
    padding: 12px 50px;
    font-size: 14px;
  }
  .del_box1 .right .op_btn a:last-child {
    padding: 11px 20px;
    margin-left: 10px;
  }
  .del_box1 .right .op_btn a:last-child .bold {
    font-size: 16px;
  }
  .del_box2 {
    padding-top: 40px;
  }
  .del_box2 .left {
    order: 3;
    width: 100%;
  }
  .del_box2 .left .del-lt {
    font-size: 16px;
    padding: 10px 30px;
  }
  .del_box2 .left .del_classify {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .del_box2 .left .del_classify .cl_item .bold {
    padding: 10px 0;
  }
  .del_box2 .left .del_classify .cl_item .bold .iconfont {
    margin-right: 10px;
    font-size: 16px;
  }
  .del_box2 .left .del_case {
    display: none;
  }
  .del_box2 .right {
    width: 100%;
    padding-bottom: 20px;
  }
  .del_box2 .right .anchor {
    background-color: #1274b5;
    color: #fff;
  }
  .del_box2 .right .anchor dl dd {
    padding: 10px 30px;
    font-size: 16px;
  }
  .del_box2 .right .anchor dl dd.active {
    background-color: #6bb321;
  }
  .del_box2 .right .del-rt .bold {
    font-size: 20px;
  }
  .del_box2 .right .del-rt .line {
    width: 100px;
    margin: 8px auto 0;
  }
  .del_box2 .right .del_lbox1 {
    padding: 40px 20px 30px;
  }
  .del_box2 .right .del_lbox2 {
    padding: 30px 15px;
  }
  .del_box2 .right .del_lbox2 .desp {
    padding: 40px 0 20px;
  }
  .del_box2 .right .del_lbox3 {
    padding: 30px 10px 40px;
  }
  .del_box2 .right .del_lbox4 {
    padding: 30px 0 40px;
  }
  .del_box2 .right .del_lbox4 .img {
    padding: 30px 40px 0;
  }
  .del_box2 .right .del_lbox5 {
    padding: 30px;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt {
    padding: 40px 0 25px;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .bold {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .subtt {
    font-size: 14px;
  }
  .service_box1 {
    padding: 60px 0 40px;
  }
  .service_box1 .service_b1_tt .main {
    padding-bottom: 3px;
  }
  .service_box1 .service_b1_tt .main .bold {
    font-size: 24px;
  }
  .service_box1 .service_b1_tt .main span {
    width: 120px;
  }
  .service_box1 .service_b1_tt .en {
    font-size: 14px;
  }
  .service_box1 .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 30px;
  }
  .service_box1 .wrap .desp {
    width: 50%;
    padding: 0 30px;
  }
  .service_box1 .wrap .desp .item {
    margin-bottom: 30px;
  }
  .service_box1 .wrap .desp .item .line {
    margin: 10px 0;
  }
  .service_box1 .wrap .desp .item .i_con {
    font-size: 14px;
    line-height: 26px;
  }
  .service_box1 .wrap .middle {
    display: none;
  }
  .service_box2 {
    background-color: #ededed;
    padding: 40px 0;
  }
  .service_box2 .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .service_box2 .wrap .img {
    width: 400px;
    margin: 0 auto;
  }
  .service_box2 .wrap .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .service_box2 .wrap .right .bold {
    font-size: 24px;
    padding-bottom: 3px;
    text-align: center;
  }
  .service_box2 .wrap .right .en {
    text-align: center;
    font-size: 14px;
  }
  .service_box2 .wrap .right .subtt {
    padding: 20px 0 30px;
  }
  .service_box2 .wrap .right .terms dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 5px 0;
  }
  .service_box2 .wrap .right .terms dd .order {
    font-size: 16px;
  }
  .service_box3 {
    padding: 50px 0;
  }
  .service_box3 .bold {
    font-size: 24px;
  }
  .service_box3 .ser_b3_img {
    padding: 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .service_box3 .ser_b3_img .item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #257fbb;
    overflow: hidden;
    margin: 0 15px 15px;
  }
  .service_box3 .ser_b3_img .item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
    font-size: 12px;
  }
  .paging > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .paging > a.prev,
  .paging > a.next {
    width: 80px;
  }
  .wrap {
    width: 100%;
  }
  .header .mobile_nav {
    height: 50px;
  }
  .header .mobile_nav .left .img {
    width: 80px;
  }
  .header .mobile_nav .left .word {
    font-size: 18px;
  }
  .header .mobile_nav .right {
    padding-right: 10px;
  }
  .header .mobile_nav .right .iconfont {
    font-size: 20px;
  }
  .header .mobile_nav .right .iconfont:last-child {
    font-size: 24px;
  }
  .header .mobile_nav .right .lang .now {
    width: 40px;
    padding: 3px;
    font-size: 14px;
    margin: 0 10px;
  }
  .header .mobile_nav .right .lang .now .iconfont {
    font-size: 12px;
  }
  .header .mobile_nav .right .lang .la_box {
    top: 26px;
    width: 75px;
  }
  .header .mobile_nav .search_tip {
    display: none;
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 30px;
  }
  .header .mobile_nav .search_tip form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .header .mobile_nav .search_tip input {
    float: left;
    outline: 0;
    width: 70%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .header .mobile_nav .search_tip button {
    float: left;
    width: 80px;
    border: 1px solid #eee;
    outline: 0;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    height: 40px;
    line-height: 40px;
  }
  .header .nav_mask {
    top: 50px;
  }
  .banner_box .banner .item {
    height: 140px;
    overflow: hidden;
    text-align: center;
  }
  .banner_box .banner .item a img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -15%);
    width: 120%;
  }
  .banner_box .banner .owl-dots {
    bottom: 5px;
    z-index: 3;
  }
  .t_banner {
    height: 120px;
    margin-bottom: 30px;
  }
  .t_banner .crumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: -30px;
    height: 30px;
    font-size: 12px;
    padding: 0 20px;
  }
  .t_banner .crumbs a {
    padding: 0 5px;
  }
  .footer .f_nav .wrap {
    padding: 0 5px;
    height: 40px;
  }
  .footer .f_nav .wrap > a {
    font-size: 12px;
    padding: 0 5px;
  }
  .footer .info .detail .part {
    width: 100%;
    padding: 20px;
  }
  .footer .info .detail .left .img {
    text-align: center;
  }
  .footer .info .detail .left .img img {
    width: 200px;
  }
  .footer .info .detail .left .conta {
    font-size: 16px;
    padding: 10px 0;
  }
  .footer .info .detail .left .area {
    font-size: 12px;
    padding: 5px 0;
  }
  .footer .info .detail .right .img {
    margin: 0 10px 0 30px;
  }
  .footer .info .bottom {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
  }
  .footer .info .bottom a {
    color: #e8e8e8;
  }
  .footer .info .bottom .third {
    float: none;
    margin-top: 5px;
  }
  .footer .info .bottom .third .iconfont {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  .ind_box1 .ind_b1_title {
    padding-top: 30px;
  }
  .ind_box1 .ind_b1_title .main span {
    width: 30px;
  }
  .ind_box1 .ind_b1_title .main h3 {
    font-size: 18px;
    padding: 0 15px;
  }
  .ind_box1 .ind_b1_title .subtt {
    font-size: 12px;
    padding-top: 15px;
  }
  .ind_box1 .ind_b1_list {
    margin-top: 20px;
  }
  .ind_box1 .ind_b1_list .ind_b_item {
    width: 50%;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt {
    top: 20%;
    width: 80%;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .iconfont {
    font-size: 36px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_tt .bold {
    font-size: 14px;
    padding-top: 10px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .ind_b1_con {
    top: 40%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    line-height: 20px;
    width: 80%;
    font-size: 12px;
  }
  .ind_box1 .ind_b1_list .ind_b_item .mask .more {
    bottom: 8%;
    font-size: 12px;
    width: 50%;
    padding: 5px 0;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover {
    z-index: 3;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_tt {
    top: 20%;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .ind_b1_con {
    top: 40%;
  }
  .ind_box1 .ind_b1_list .ind_b_item:hover .mask .more {
    bottom: 8%;
  }
  .ind_box2 {
    padding: 40px 0;
  }
  .ind_box2 .wrap .ind_b2_control dl {
    padding: 5px 5px 0;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .ch {
    font-size: 18px;
  }
  .ind_box2 .wrap .ind_b2_control dl dt .en {
    font-size: 14px;
  }
  .ind_box2 .wrap .ind_b2_control dl dd {
    font-size: 14px;
    padding: 5px;
  }
  .ind_box2 .wrap .ind_b2_control dl dd.active {
    border-radius: 0;
    background-color: #64a91c;
  }
  .ind_box2 .wrap .ind_b2_con .img img {
    width: 100%;
  }
  .ind_box2 .wrap .ind_b2_con .dt {
    padding: 15px 0 0;
  }
  .ind_box2 .wrap .ind_b2_con .dt .tt {
    font-size: 16px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .line {
    margin: 10px 0 15px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item {
    padding: 10px 15px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .num .n_item .iconfont {
    font-size: 40px;
    color: #169e56;
    margin-right: 10px;
  }
  .ind_box2 .wrap .ind_b2_con .dt .more a {
    font-size: 12px;
    padding: 10px 30px;
  }
  .ind_box3 {
    padding: 30px 0;
  }
  .ind_box3 .ind_b3_con .tt .ch {
    font-size: 18px;
  }
  .ind_box3 .ind_b3_con .tt .en {
    font-size: 14px;
  }
  .ind_box3 .ind_b3_con .tt .subtt {
    padding: 10px 0;
  }
  .ind_box3 .ind_b3_con .caculate a {
    padding: 5px 20px;
  }
  .ind_box4 {
    padding: 40px 0;
  }
  .ind_box4 .ind_b4_tt {
    padding-bottom: 10px;
  }
  .ind_box4 .ind_b4_tt .ch {
    font-size: 18px;
    padding-bottom: 0;
  }
  .ind_box4 .ind_b4_tt .en {
    font-size: 14px;
  }
  .ind_box4 .about .company {
    font-size: 14px;
  }
  .ind_box4 .about .com_desp {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 15px;
  }
  .ind_box4 .about .video_pic {
    border-radius: 0 30px 0 30px;
  }
  .ind_box4 .about .video_pic .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 3px solid #fff;
    font-size: 40px;
  }
  .ind_box4 .about .video_mask .video_box {
    width: 300px;
    height: 185px;
  }
  .ind_box4 .about .video_mask .video_box .video_close {
    top: -20px;
    font-size: 18px;
  }
  .ind_box4 .news .ind_b4_tt {
    padding-bottom: 20px;
  }
  .ind_box4 .news > a .news_item {
    padding: 10px 5px;
  }
  .ind_box4 .news > a .news_item .left {
    width: calc(100% - 80px);
  }
  .ind_box4 .news > a .news_item .left .tt {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ind_box4 .news > a .news_item .left .dp {
    font-size: 12px;
    line-height: 20px;
  }
  .ind_box4 .news > a .news_item .right {
    width: 70px;
    height: 70px;
  }
  .ind_box4 .news > a .news_item .right .date span {
    font-size: 12px;
    width: 50px;
  }
  .ind_box4 .news > a .news_item .right .date .day {
    font-size: 20px;
  }
  .about_box1 {
    padding: 30px 0;
  }
  .about_box1 .wrap .text .tt .en {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .about_box1 .wrap .text .tt .bold {
    font-size: 18px;
  }
  .about_box1 .wrap .text .tt .line {
    width: 80px;
    margin: 15px auto 0;
  }
  .about_box1 .wrap .text .con {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .about_box1 .wrap .img {
    margin-top: 20px;
  }
  .about_box2 {
    padding: 40px 0;
  }
  .about_box2 .about_b2_tt {
    width: 95%;
    font-size: 16px;
    line-height: 24px;
  }
  .about_box2 .about_b2_tt span {
    font-size: 20px;
  }
  .about_box2 .about_b2_list {
    margin-top: 10px;
    padding: 0;
  }
  .about_box2 .about_b2_list .list_item {
    margin-right: 10px;
    width: calc((100% - 10px)/2);
    margin-top: 10px;
  }
  .about_box2 .about_b2_list .list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .about_box2 .about_b2_list .list_item:nth-child(2n) {
    margin-right: 0;
  }
  .about_box3 {
    padding: 30px 0;
  }
  .about_box3 .about_b3_tt .en {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .about_box3 .about_b3_tt .bold {
    font-size: 18px;
  }
  .about_box3 .about_b3_tt .line {
    margin: 15px auto;
    width: 50px;
  }
  .about_box3 .about_b3_con {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .about_box3 .about_b3_con .dp .item .iconfont {
    font-size: 36px;
    color: #000;
  }
  .about_box3 .about_b3_con .dp .item .bold {
    font-size: 14px;
    padding: 10px 0 15px;
  }
  .about_box3 .about_b3_con .dp .item .desp {
    line-height: 20px;
  }
  .about_box3 .about_b3_con .img img {
    width: 80%;
  }
  .tab_box {
    padding: 30px 0 20px;
  }
  .tab_box a {
    padding: 0 20px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .list_box {
    padding-bottom: 40px;
  }
  .list_box .li_item {
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .list_box .li_item:nth-child(3n) {
    margin-right: 10px;
  }
  .list_box .li_item:nth-child(2n) {
    margin-right: 0;
  }
  .list_box .li_item .item_con {
    padding: 20px 0;
  }
  .list_box .li_item .item_con .bold {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .list_box .li_item .item_con .line {
    width: 50px;
  }
  .list_box .li_item .item_con .dp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
    width: 90%;
    font-size: 12px;
    margin: 10px auto;
  }
  .list_box .li_item .item_con .iconfont {
    color: #999;
    font-size: 18px;
    transform: scaleX(2) translateX(0);
  }
  .list_box .li_item .tt {
    font-size: 14px;
    line-height: 28px;
  }
  .list_box.color {
    padding: 40px 0 30px;
  }
  .list_box.color .li_item {
    width: calc((100% - 20px)/2);
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .contact_box1 {
    padding: 30px 0;
  }
  .contact_box1 .contact_b1_item {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 0 20px;
    width: 100%;
  }
  .contact_box1 .contact_b1_item:last-child {
    margin-right: 0;
  }
  .contact_box1 .contact_b1_item .iconfont {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
  }
  .contact_box1 .contact_b1_item .key {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 5px;
  }
  .contact_box1 .contact_b1_item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    width: 80%;
  }
  .contact_box2 .contact_b2_tt .bold {
    font-size: 18px;
  }
  .contact_box2 .contact_b2_tt .subtt {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .contact_box2 .k_form {
    padding: 30px 0;
  }
  .contact_box2 .k_form .left {
    margin-right: 0;
  }
  .contact_box2 .k_form .common {
    width: 100%;
  }
  .contact_box2 .k_form .common input,
  .contact_box2 .k_form .common textarea {
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .contact_box2 .k_form .common input::-webkit-input-placeholder,
  .contact_box2 .k_form .common textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input:-moz-placeholder,
  .contact_box2 .k_form .common textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input::-moz-placeholder,
  .contact_box2 .k_form .common textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common input:-ms-input-placeholder,
  .contact_box2 .k_form .common textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
    font-weight: normal;
    font-size: 12px;
  }
  .contact_box2 .k_form .common textarea {
    height: 80px;
  }
  .contact_box2 .k_form .f_btn button {
    padding: 8px 30px;
    margin: 0 10px;
    font-size: 12px;
  }
  .js_box {
    padding: 40px 0;
  }
  .js_box .clearfix .caculate_box {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .js_box .clearfix .caculate_box:last-child {
    margin-right: 0;
  }
  .js_box .clearfix .caculate_box .obj_name {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
  .js_box .clearfix .caculate_box .obj_operate {
    padding: 30px 15px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num {
    padding-left: 10px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num label {
    font-size: 16px;
  }
  .js_box .clearfix .caculate_box .obj_operate .caculate_num label input {
    font-size: 12px;
    width: 160px;
    padding: 5px 8px;
  }
  .js_box .clearfix .caculate_box .obj_operate .cal_btn {
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    margin: 20px 0;
  }
  .js_box .clearfix .caculate_box .obj_operate .com_num {
    font-size: 14px;
    margin-top: 15px;
  }
  .js_box .note_box {
    padding: 10px 10px 0;
  }
  .js_box .note_box .bold {
    font-size: 14px;
  }
  .js_box .note_box .detail {
    font-size: 12px;
    line-height: 20px;
  }
  .news_box {
    padding: 40px 0;
  }
  .news_box .news_item a {
    padding: 10px;
  }
  .news_box .news_item .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_box .news_item .img img {
    width: 100%;
  }
  .news_box .news_item .con {
    width: calc(100% - 80px);
    padding: 0 10px 0 0;
  }
  .news_box .news_item .con .tt {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .news_box .news_item .con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
  }
  .news_box .news_item .date_box {
    height: 90px;
    width: 80px;
  }
  .news_box .news_item .date_box .date {
    width: 60px;
    height: 60px;
  }
  .news_box .news_item .date_box .date .day {
    font-weight: bold;
    font-size: 16px;
    margin-top: 6px;
    color: #29af68;
  }
  .news_del_box {
    padding: 40px 0;
  }
  .news_del_box .del_tt .bold {
    font-size: 18px;
  }
  .news_del_box .del_tt .operate {
    margin: 15px 0;
  }
  .news_del_box .del_tt .operate > div {
    margin: 0 8px;
    margin-bottom: 8px;
  }
  .news_del_box .del_tt .operate > div .iconfont {
    font-size: 16px;
    margin-right: 2px;
  }
  .news_del_box .del_con {
    width: 100%;
  }
  .news_del_box .jump .common a {
    margin-top: 10px;
    font-size: 12px;
  }
  .news_del_box .jump .common a .com_tt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    margin-right: 10px;
  }
  .pro_box1 {
    padding: 30px 0;
  }
  .pro_box1 .pro_b1_item {
    width: 20%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .pro_box1 .pro_b1_item a{
      padding: 0 3px;
  }
  .pro_box1 .pro_b1_item .iconfont{
      font-size: 36px;
  }
  .pro_box2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 30px 20px;
  }
  .pro_box2 a {
    margin: 10px auto 0;
    display: block;
    padding: 5px 30px;
  }
  .pro_box3 {
    padding: 40px 0;
  }
  .pro_box3 .pro_b3_tt {
    padding-bottom: 30px;
  }
  .pro_box3 .pro_b3_tt span {
    width: 50px;
  }
  .pro_box3 .pro_b3_tt h3 {
    font-size: 18px;
    padding: 0 20px;
  }
  .pro_box3 .pro_b3_item {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
  }
  .pro_box3 .pro_b3_item .img{
    width: 100%;
  }
  .pro_box3 .pro_b3_item .right {
    width: 100%;
    padding: 0 20px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list .dot {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list dt {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list dd {
    font-size: 12px;
    line-height: 20px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list dd.op {
    font-size: 0;
    padding-top: 20px;
  }
  .pro_box3 .pro_b3_item .right .pro_b3_list dd.op a {
    font-size: 12px;
  }
  .del_box1 {
    padding: 30px 0;
  }
  .del_box1 .left {
    display: none;
  }
  .del_box1 .mobile_left {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .del_box1 .right {
    padding: 0;
  }
  .del_box1 .right .bold {
    font-size: 18px;
  }
  .del_box1 .right .subtt {
    padding: 15px 0;
  }
  .del_box1 .right .del_list {
    padding: 20px 0;
  }
  .del_box1 .right .del_list .dot {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .del_box1 .right .del_list dd {
    font-size: 12px;
  }
  .del_box1 .right .op_btn {
    padding-top: 20px;
  }
  .del_box1 .right .op_btn a {
    padding: 5px 20px;
    font-size: 12px;
  }
  .del_box1 .right .op_btn a:last-child {
    padding: 4px 10px;
    margin-left: 5px;
  }
  .del_box1 .right .op_btn a:last-child .bold {
    font-size: 14px;
  }
  .del_box2 .left .del-lt {
    font-size: 14px;
    padding: 10px 20px;
  }
  .del_box2 .left .del_classify {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .del_box2 .left .del_case {
    display: none;
  }
  .del_box2 .right .anchor dl dd {
    padding: 5px 15px;
    font-size: 14px;
  }
  .del_box2 .right .del-rt .bold {
    font-size: 16px;
  }
  .del_box2 .right .del-rt .line {
    width: 80px;
    margin: 5px auto 0;
  }
  .del_box2 .right .del_lbox1 {
    padding: 20px 15px;
  }
  .del_box2 .right .del_lbox1 .desp {
    font-size: 12px;
    line-height: 24px;
    padding: 15px 0 30px;
  }
  .del_box2 .right .del_lbox1 .icon_list {
    padding-bottom: 20px;
  }
  .del_box2 .right .del_lbox1 .icon_list .icon_item {
    width: 100px;
    margin: 0 10px 10px;
  }
  .del_box2 .right .del_lbox1 .icon_list .icon_item .iconfont {
    height: 100px;
    line-height: 100px;
    font-size: 48px;
  }
  .del_box2 .right .del_lbox1 .del_lb1_img img {
    width: 48%;
  }
  .del_box2 .right .del_lbox2 {
    padding: 30px 15px;
  }
  .del_box2 .right .del_lbox2 .desp {
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .del_box2 .right .del_lbox3 {
    padding: 30px 10px 40px;
  }
  .del_box2 .right .del_lbox4 {
    padding: 30px 0;
  }
  .del_box2 .right .del_lbox4 .img {
    padding: 30px 10px 0;
  }
  .del_box2 .right .del_lbox5 {
    padding: 30px 15px;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt {
    padding: 20px 0;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .bold {
    font-weight: bold;
    padding-bottom: 5px;
  }
  .del_box2 .right .del_lbox5 .del_lb5_con .del_lb5_tt .subtt {
    font-size: 12px;
  }
  .service_box1 {
    padding: 40px 0 20px;
  }
  .service_box1 .service_b1_tt .main {
    padding-bottom: 3px;
  }
  .service_box1 .service_b1_tt .main .bold {
    font-size: 18px;
    padding: 0 15px;
  }
  .service_box1 .service_b1_tt .main span {
    width: 50px;
  }
  .service_box1 .service_b1_tt .en {
    font-size: 12px;
  }
  .service_box1 .wrap {
    padding-top: 20px;
  }
  .service_box1 .wrap .desp {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .service_box1 .wrap .desp .item {
    margin-bottom: 20px;
  }
  .service_box1 .wrap .desp .item .bold {
    font-size: 14px;
  }
  .service_box1 .wrap .desp .item .line {
    margin: 10px 0;
  }
  .service_box1 .wrap .desp .item .i_con {
    font-size: 12px;
    line-height: 20px;
  }
  .service_box2 {
    padding: 30px 0;
  }
  .service_box2 .wrap .img {
    width: 100%;
  }
  .service_box2 .wrap .right .bold {
    font-size: 18px;
  }
  .service_box2 .wrap .right .en {
    font-size: 12px;
  }
  .service_box2 .wrap .right .subtt {
    line-height: 20px;
  }
  .service_box2 .wrap .right .terms dd span {
    font-size: 12px;
    line-height: 20px;
  }
  .service_box2 .wrap .right .terms dd .order {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 10px;
  }
  .service_box3 {
    padding: 40px 0;
  }
  .service_box3 .bold {
    font-size: 18px;
  }
  .service_box3 .ser_b3_img {
    padding: 30px 0;
  }
  .service_box3 .ser_b3_img .item {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px;
  }
}
