.textover {
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.textcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -moz-display: flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}
.elcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.block {
  display: block;
}
.none {
  display: none;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dpflex {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.list {
  *zoom: 1;
}
.list:before,
.list:after {
  display: table;
  line-height: 0;
  content: "";
}
.list:after {
  clear: both;
}
.img_hover .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.img_hover:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.marginRight:nth-last-child(1) {
  margin-right: 0;
}
.side_callem {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}
.side_callem img {
  width: 105px;
}
.side_callem ul li {
  text-align: center;
  position: relative;
}
.side_callem ul li .show_con {
  background: #fff;
  border: solid 1px #ddd;
  padding: 26px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  white-space: nowrap;
}
.side_callem ul li .show_con img {
  max-width: none;
}
.side_callem ul li .show_con strong {
  color: #37a6ed;
  font-size: 20px;
}
.side_callem ul li:hover a {
  background: #37a6ed;
}
.side_callem ul li:hover a i {
  color: #fff;
}
.side_callem ul li:hover a span {
  color: #fff;
}
.side_callem ul li:hover .show_con {
  transform: translateX(-100%);
  opacity: 1;
}
.side_callem ul li a {
  display: block;
  width: 78px;
  height: 78px;
  background: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  z-index: 99;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side_callem ul li i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0 5px;
  color: #333;
}
.side_callem ul li span {
  color: #666;
}
#app {
  overflow: hidden;
}
.img {
  overflow: hidden;
}
.img img {
  width: 100%;
}
.line {
  display: block;
  width: 32px;
  height: 4px;
  background: #37a6ed;
}
.hover_boom {
  position: relative;
}
.hover_boom::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #37a6ed;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transit-webkit-transition: all 0.8s;
  -ms-transit-webkit-transition: all 0.8s;
  -o-transit-webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hover_boom:hover::before {
  width: 180%;
  height: 180%;
  opacity: 0;
}
/*font*/
.BMap_cpyCtrl,
.anchorBL {
  display: none !important;
}
.banner_det {
  height: 380px;
  background-position: center;
  background-size: cover;
  background: #695050;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.w1200:before,
.w1200:after {
  display: table;
  line-height: 0;
  content: "";
}
.w1200:after {
  clear: both;
}
.tit {
  text-align: center;
  padding: 0px 0 70px 0;
}
.tit h2 {
  font-size: 36px;
  line-height: 36px;
}
.but {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 140px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #37a6ed;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.but:hover {
  background: #37a6ed;
  color: #fff !important;
}
.but:hover i {
  color: #fff !important;
}
.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.template .main_nav {
  border-bottom: #ddd solid 1px;
  padding: 20px 0;
}
.template .main_nav .list {
  text-align: center;
}
.template .main_nav .list .active a {
  background: #37a6ed;
  color: #fff;
}
.template .main_nav .list li {
  display: inline-block;
  float: none;
}
.template .main_nav .list li a {
  display: inline-block;
  padding: 8px 30px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transit-webkit-transition: all 0.3s;
  -ms-transit-webkit-transition: all 0.3s;
  -o-transit-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template .main_nav .list li:hover a {
  background: #37a6ed;
  color: #fff;
}
.template .nav_list {
  padding: 20px 0;
}
.template .nav_list .list {
  display: inline-block;
}
.template .nav_list .list li {
  display: inline-block;
}
.template .article {
  padding: 60px 0;
}
.template .template_box .list {
  padding: 60px 0 40px;
}
.template .template_box .list li {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.219) 0 2px 5px;
  width: 380px;
  border-radius: 2px;
  background: #37a6ed;
  margin-right: 30px;
  margin-bottom: 30px;
}
.template .template_box .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .template_box .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .template_box .list li .img {
  height: 230px;
}
.template .template_box .list li .text {
  background: #f5f5f5;
  padding: 20px;
}
.template .template_box .list li .text h3 {
  font-size: 18px;
  padding-bottom: 10px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template .template_box .list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.template .template_box .list li:nth-child(3n) {
  margin-right: 0;
}
.template .template_img_box .list {
  padding: 60px 0 40px;
}
.template .template_img_box .list li {
  float: left;
  width: 380px;
  border-radius: 2px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.template .template_img_box .list li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .template_img_box .list li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .template_img_box .list li .img {
  box-shadow: rgba(0, 0, 0, 0.11) 0 0px 1px;
  height: 230px;
}
.template .template_img_box .list li .text {
  text-align: center;
}
.template .template_img_box .list li .text p {
  font-size: 16px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
}
.template .template_img_box .list li:nth-child(3n) {
  margin-right: 0;
}
.template .pop_img_show {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.473);
}
.template .pop_img_show .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  position: relative;
  overflow: visible;
}
.template .pop_img_show .img .iconfont {
  position: absolute;
  right: -30px;
  top: -26px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.template .team_add {
  padding: 60px 0;
}
.template .team_add .team_head {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  justify-content: space-around;
  height: 60px;
  background: #37a6ed;
  margin-bottom: 20px;
}
.template .team_add .team_head li {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}
.template .team_add .team_body .box {
  margin-bottom: 15px;
}
.template .team_add .team_body .box ul {
  height: 60px;
  background: #f5f5f5;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.template .team_add .team_body .box ul li {
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.template .team_add .team_body .box .team_det {
  display: none;
  padding: 20px;
  background: #f5f5f5;
  border-top: solid 1px #ddd;
}
.template .temp_news {
  padding: 60px 0;
}
.template .temp_news li {
  *zoom: 1;
}
.template .temp_news li:before,
.template .temp_news li:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .temp_news li:after {
  clear: both;
}
.template .temp_news li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .temp_news li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .temp_news li:hover .text h4 {
  color: #37a6ed;
}
.template .temp_news li:hover .but {
  background-color: #37a6ed;
  border: solid 2px #37a6ed;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .temp_news li .cont {
  border-bottom: 1px #ddd solid;
  padding: 30px 0;
  width: 960px;
  float: left;
}
.template .temp_news li .img {
  float: left;
  width: 308px;
  height: 170px;
  border: solid 1px #cfcfcf;
}
.template .temp_news li .text {
  float: left;
  width: 578px;
  margin-left: 40px;
}
.template .temp_news li .text time {
  display: block;
  color: #999999;
  padding: 20px 0 10px;
}
.template .temp_news li .text h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template .temp_news li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.template .temp_news li .but {
  float: right;
  margin-top: 90px;
  background-color: #fff;
  border: solid 2px #333333;
  color: #333;
}
.template .news_det {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .news_det .news_box {
  background: #fff;
  padding: 40px 40px;
}
.template .news_det .news_box .nwes_tit {
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
}
.template .news_det .news_box .nwes_tit h2 {
  font-size: 30px;
  line-height: 36px;
}
.template .news_det .news_box .nwes_tit p {
  word-spacing: 15px;
  padding-top: 10px;
}
.template .news_det .news_box .atc {
  padding: 40px 0;
}
.template .prod_show {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .prod_show .prod_one {
  *zoom: 1;
  background: #fff;
  padding: 35px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.template .prod_show .prod_one:before,
.template .prod_show .prod_one:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .prod_show .prod_one:after {
  clear: both;
}
.template .prod_show .prod_one .img {
  width: 450px;
  float: left;
}
.template .prod_show .prod_one .text {
  width: 630px;
  height: 272px;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  align-items: center;
  float: right;
}
.template .prod_show .prod_one .text h2 {
  font-size: 24px;
}
.template .prod_show .prod_one .text .atc {
  padding: 20px 0;
}
.template .prod_show .prod_one .text .but_wrap .but {
  margin-right: 15px;
}
.template .prod_show .prod_cont {
  *zoom: 1;
}
.template .prod_show .prod_cont:before,
.template .prod_show .prod_cont:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .prod_show .prod_cont:after {
  clear: both;
}
.template .prod_show .prod_cont .tit_det {
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #37a6ed;
  font-size: 18px;
  color: #fff;
}
.wotit{
	height: 69px!important;
	position: relative;
	font-size: 20px!important;
	font-weight: bold;
}
.wotit:after{
	content: "";
	display: block;
	bottom: -5px;
	position: absolute;
	width: 860px;
	height: 1px;
	background: #ddd;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.template .prod_show .prod_cont .left {
  width: 940px;
  float: left;
}
.template .prod_show .prod_cont .left .content {
  padding: 20px 0;
  background: #fff;
}
.template .prod_show .prod_cont .left .content p{
	width: 860px;
	margin: 0 auto;
}
.template .prod_show .prod_cont .right {
  width: 240px;
  float: right;
}
.template .prod_show .prod_cont .right li {
  margin-top: 20px;
}
.template .prod_show .prod_cont .right li .img img {
  -webkit-transition: all 1s;
  -moz-transit-webkit-transition: all 1s;
  -ms-transit-webkit-transition: all 1s;
  -o-transit-webkit-transition: all 1s;
  transition: all 1s;
}
.template .prod_show .prod_cont .right li:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template .prod_show .prod_cont .right li .img {
  background: #fff;
  height: 180px;
}
.template .prod_show .prod_cont .right li .text {
  background: #fff;
  border-top: 1px #ddd solid;
  padding: 15px;
}
.template .prod_show .prod_cont .right li .text p {
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.template .contact #allmap,.template .contact .text {
  width: 50%;
  height: 400px;
  float: left;
  background: #fff;
}
.template .contact {
  padding: 60px 0;
  background: #f5f5f5;
}
.template .contact .text {
  padding: 40px;
  box-sizing: border-box;
}
.template .contact .text h2{
  font-size: 26px;
  padding-bottom: 30px;
}
.template .contact .text p{
  font-size: 16px;
  padding-bottom: 10px;
}
.template .contact .wx {
  padding-top: 20px;
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.template .contact .wx .img {
  width: 100px;
  height: 100px;
}
.template .contact .wx p {
  padding-top: 10px;
}
.zixian {
  background: #f5f5f5;
  padding: 60px 0;
}
.template .contact_us {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.template .contact_us:before,
.template .contact_us:after {
  display: table;
  line-height: 0;
  content: "";
}
.template .contact_us:after {
  clear: both;
}
/* .template .contact_us span {
  float: left;
  font-size: 16px;
  line-height: 60px;
  padding-right: 10px;
} */
.template .contact_us .contact_input{
  width: 100%;
  clear: both;
  overflow: hidden;
}
.template .contact_us .input {
  float: left;    
  width: 50%;
  height: 36px;
  margin-bottom: 30px;
}
.template .contact_us .input span{
  width: 10%;
  font-size: 16px;
}
.template .contact_us .input input{
  width: 80%;
  height: 36px;
  line-height: 36px;
  text-indent: 20px;
  background-color: #ffffff;
  font-size: 16px;
}
.template .contact_us .input:nth-child(1) input{
  margin-right: 15px;
}
.template .contact_us .input:nth-child(2) span{
  padding-left: 15px;
}
.template .contact_us .address{
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-bottom: 30px;
}
.template .contact_us .address span{
  font-size: 16px;
}
 .template .contact_us .address input{
  width: 27.2%;
  margin-right: 30px;
  font-size: 16px;
  height: 36px;
  background: #fff;
  padding-left: 10px;
}  
/* .template .contact_us .address select{
  width: 28%;
  margin-right: 30px;
  font-size: 16px;
  height: 36px;
  background: #fff;
  padding-left: 10px;
}
.template .contact_us .address select option{
  text-align: center;
} */
.template .contact_us .business{
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-bottom: 30px;
}
.template .contact_us .business select{
  width: 28%;
  margin-right: 30px;
  font-size: 16px;
  height: 36px;
  background: #fff;
	background: url(../images/san.png) no-repeat 94% center / 14px;
  padding-left: 10px;
}
.template .contact_us .business select option{
  text-align: center;
}
.template .contact_us .business span{
  font-size: 16px;
}

.template .contact_us .textarea span{
  font-size: 16px;
  vertical-align: top;
}

/* .template .contact_us .input input {
  width: 90%;
  height: 100%;
  font-size: 14px;
} */
.template .contact_us .input em {
  position: relative;
  left: -115px;
  top: -2px;
  font-size: 16px;
  color: #ff0000;
}

.template .contact_us .input_sel {
  cursor: pointer;
  position: relative;
}
.template .contact_us .input_sel .sel_list {
  padding-left: 15px;
  color: #666;
}
.template .contact_us .input_sel .input_sel_list {
  display: none;
  padding: 0 15px;
  padding-bottom: 20px;
  width: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.template .contact_us .input_sel .input_sel_list li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dadada;
}
.template .contact_us .input_sel span {
  color: #1e6fd7;
  font-size: 16px;
}
.template .contact_us .input_sel em {
  position: relative;
  left: 0 !important;
  top: -2px;
}
.template .contact_us .input_sel .iconfont {
  font-size: 24px;
  padding-right: 20px;
}
.template .contact_us textarea {
  width: 90%;
  height: 200px;
  background-color: #ffffff;
  resize: none;
  text-indent: 0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.template .contact_us .bbut input {
  display: block;
  width: 220px;
  height: 58px;
  background-color: #1e6fd7;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.template .contact_us .bbut input:hover {
  background-color: #1b64c4;
}

.about_info figure {
  width: 50%
}

.about_info figure img {
  width: 100%
}

.about_info .box {
  width: 550px;
  float: right;
}
.about_h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
}
.pub_pd {
  padding: 80px 0;
}

.about_info .box h2 {
  margin-bottom: 36px;
  font-size: 36px;
  color: #f44336
}

.about_info .box .link {
  margin: 20px 0 35px;
  width: 30px;
  height: 2px;
  background-color: #ddd
}

.about_info .box p {
  margin-bottom: 25px
}

.about_info .box .lab_span {
  overflow: hidden
}

.about_info .box .lab_span span {
  margin-right: 20px;
  font-size: 24px;
  color: #333;
  float: left
}
.ab_deve_main .about_h2 {
  margin-bottom: 80px
}

.ab_deve_main .ab_deve-container .swiper-slide {
  text-align: center
}

.ab_deve_main .ab_deve-container .swiper-slide h2 {
  font-size: 72px;
  font-family: arial;
  line-height: 55px;
  opacity: .1;
  margin-bottom: 90px
}

.ab_deve_main .ab_deve-container .swiper-slide .box {
  opacity: 0
}

.ab_deve_main .ab_deve-container .swiper-slide-active h2 {
  color: #f44336;
  opacity: 1
}

.ab_deve_main .ab_deve-container .swiper-slide-active .link {
  position: absolute;
  top: 91px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 18px;
  background-color: #f44336
}

.ab_deve_main .ab_deve-container .swiper-slide-active .box {
  opacity: 1;
  width: 749px;
  margin-left: -180px
}

.ab_deve_main .ab_deve-container:after {
  content: '';
  border-top: 1px solid #ddd;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%
}

.ab_deve_main .ab_deve-container .swiper-button-next,
.ab_deve_main .ab_deve-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 76px;
  background: #fff;
  margin: 0;
  opacity: 1
}

.ab_deve_main .ab_deve-container .swiper-button-prev {
  left: 0
}

.ab_deve_main .ab_deve-container .swiper-button-next {
  right: 0
}

.Shop_style .bd {
  width: 1200px;
  overflow: hidden
}

.Shop_style .bd ul li {
  text-align: center;
  margin-right: 30px;
  width: 380px
}

.Shop_style .bd ul li figure {
  width: 380px;
  height: 250px;
  overflow: hidden
}

.Shop_style .bd ul li img {
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s
}

.Shop_style .bd ul li p {
  margin-top: 18px;
  font-size: 16px
}

.Shop_style .bd ul li:hover figure img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.Shop_style .prev,
.Shop_style .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -42px
}

.Shop_style .prev i,
.Shop_style .next i {
  color: #999;
  font-size: 26px
}

.Shop_style .prev:hover i,
.Shop_style .next:hover i {
  color: #f44336;
  -webkit-transition: all .3s;
  transition: all .3s
}

.Shop_style .next {
  left: auto;
  right: -42px
}

.map_main {
  position: relative
}

.map_main .map_cont {
  background: rgba(0, 0, 0, 0.6);
  width: 500px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px
}

.map_main .map_cont h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 30px
}

.map_main .map_cont p {
  color: #fff;
  line-height: 32px;
  font-size: 16px
}
.template .contact_us .input input{
	height: 54px;
	border: 1px solid #ddd;
}
.template .contact_us .input{
	height: 54px;
}
.template .contact_us .business select{
	height: 54px;
	border: 1px solid #ddd;
}
.template .contact_us .business{
	height: 54px;
}
.template .contact_us .address input{
	height: 54px;
	border: 1px solid #ddd;
}
.template .contact_us textarea{
	border: 1px solid #ddd;
}

/* 关于我们 */
.about-box{
  height: auto;
  padding-bottom: 60px;
}
.about-tit{
  text-align: center;
  padding-bottom: 40px;
}
.about-tit h1{
  font-weight: bold;
  color: #333;
  font-size: 40px;
  margin-bottom: 15px;
  margin: 0 0 15px;
  line-height: 1.1;
}
.about-tit p{
  font-size: 18px;
  color: #999;
  margin: 0;
}
/* 1 */
.about-section1{
  border-bottom: 2px solid #dddddd;
  margin-bottom: 60px;
}
.about-section1 .cont{
  width: 100%;
  height: 434px;
  display: flex;
  justify-content: space-between;
}
.about-section1 .cont .lt{
  width: 1010px;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
}
.about-section1 .cont .lt .img{
  width: 342px;
  height: 100%;
}
.about-section1 .cont .lt .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section1 .cont .lt .font{
  width: 670px;
  height: 100%;
  overflow: hidden;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-section1 .cont .lt .font p{
  line-height: 26px;
}
.about-section1 .cont .gt{
  width: 170px;
  background-color: #f5f5f5;
  padding-top: 10px;
}
.about-section1 .cont .gt .item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.about-section1 .cont .gt .item .font{
  color: #999;
  font-size: 18px;
}
.about-section1 .cont .gt .item .font span{
  color: #3399ff;
  font-size: 48px;
}
.about-section1 .cont .gt .item .tit{
  padding: 0;
  margin-top: 25px;
  font-size: 18px;
  color: #333;
}
/* 2 */
.about-section2{
  padding-bottom: 40px;
}
.about-section2 .cont{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.about-section2 .cont .item{
  margin-bottom: 20px;
  padding: 0 10px;
  flex: 1;
}
.about-section2 .cont .item .jut{
  background-color: #f5f5f5;
  padding: 45px 60px;
}
.about-section2 .cont .item .jut .img{
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.about-section2 .cont .item .jut .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  float: left;
}
.about-section2 .cont .item .jut .tit{
  padding: 0;
  color: #333;
  font-size: 36px;
  height: 40px;
  overflow: hidden;
  margin: 25px 0;
  line-height: 1.1;
}
.about-section2 .cont .item .jut .font{
  text-align: center;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3 */
.about-section3{
  border-bottom: 2px solid #ddd;
  margin-bottom: 60px;
  padding-bottom: 0;
}
.about-section3 .about-tit{
  padding-bottom: 96px;
}
.about-section3 .cont{
  width: 100%;
  border: 1px dotted #ddd;
  padding-bottom: 68px;
  border-left: none;
  border-radius: 0 200px 200px 0;
}
.about-section3 .cont:nth-child(3n){
  border: none;
}
.about-section3 .cont:after{
  content: '';
  display: block;
  clear: both;
}
.about-section3 .cont .item{
  width: 240px;
  margin-top: -40px;
  float: left;
  margin-right: 55px;
}
.about-section3 .cont .wei{
  width: 125px;
  float: left;
}
.about-section3 .cont .wei:after{
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #3399ff;
  border-radius: 50%;
  margin-top: -8px;
}
.about-section3 .cont .item:nth-child(4n){
  margin-right: 0;
}
.about-section3 .cont .item i{
  width: 30px;
  height: 40px;
  display: block;
  margin-bottom: 30px;
}
.about-section3 .cont .item i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section3 .cont .item .tit{
  width: 100%;
  padding: 0;
  font-size: 24px;
  color: #333333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-section3 .cont .item .font{
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
/* 4 */
.about-section4 .cont{
  position: relative;
}
.about-section4-swiper{
  height: 193px;
}
.about-section4-swiper .item{
  background-color: #f5f5f5;
  height: 100%;
  text-align: center;
}
.about-section4-swiper .item img{
  width: 195px;
  float: left;
  margin: 22px auto 0;
  position: relative;
  left: 50%;
  margin-left: -97.5px;
}
.about-section4 .cont .about-section4-next,.about-section4 .cont .about-section4-prev{
  width: 10px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: 54%;
}
.about-section4 .cont .about-section4-next{
  right: -37px!important;
  background-image: url(../images/gt1.png);
}
.about-section4 .cont .about-section4-next:hover{
  background-image: url(../images/gt1-1.png);
}
.about-section4 .cont .about-section4-prev{
  left: -37px!important;
  background-image: url(../images/lt1.png);
}
.about-section4 .cont .about-section4-prev:hover{
  background-image: url(../images/lt1-1.png);
}
.about-section4 .cont .swiper-button-next.swiper-button-disabled, .about-section4 .cont .swiper-button-prev.swiper-button-disabled{
  pointer-events: auto;
  opacity: 1;
}
/* 5 */
.about-section5{
  width: 100%;
}
.about-section5 .cont{
  overflow: hidden;
}
.about-section5 .cont .lt{
  width: 390px;
  float: left;
  margin-top: 105px;
}
.about-section5 .cont .lt .tit{
  width: 100%;
  font-size: 40px;
  color: #333;
  margin-bottom: 35px;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
.about-section5 .cont .lt .font{
  font-size: 18px;
  color: #666;
  line-height: 38px;
  margin-bottom: 80px;
}
.about-section5 .cont .lt span{
  padding-bottom: 16px;
  color: #3399ff;
  border-bottom: 2px solid #3399ff;
  width: 240px;
}
.about-section5 .cont .gt{
  float: right;
}
/* 详情页 */
.template .prod_show .showcasebox-tit{
  margin-bottom: 0;
}
.showcasebox{
  /* margin-top: 30px; */
}
.template .prod_show .showcasebox .left{
  width: 100%;
}
.template .prod_show .showcasebox .left .content{
  padding: 35px;
  margin: 0;
}
.template .prod_show .showcasebox .left .content p{
  width: auto;
}
.showcasebox-sich{
  width: 100%;
  margin-top: 30px;
}
.showcasebox-sich .showcasebox-prve,
.showcasebox-sich .showcasebox-next{
  display: block;
  width: 49%;
  height: 70px;
  background-color: #fff;
  text-indent: 2em;
  line-height: 70px;
}
.showcasebox-sich .showcasebox-prve{
  float: left;
}
.showcasebox-sich .showcasebox-next{
  float: right;
}
.showcasebox-sich .showcasebox-prve:hover,.showcasebox-sich .showcasebox-next:hover{
  background-color: #37a6ed;
  color: #fff;
}
.showcasebox-sich .showcasebox-prve:hover span,.showcasebox-sich .showcasebox-next:hover span{
  color: #fff;
}
.template .prod_show .prod_one .text .but_wrap p{
  margin-top: 15px;
  color: #666;
  font-size: 16px;
}
.template .prod_show .prod_one .text{
  width: 580px;
  margin-top: 3%;
}
.template .prod_show .prod_one .img{
  width: 500px;
}