@charset "utf-8";
*{padding:0px;margin:0px;}
html {overflow-x:hidden;overflow-y:scroll;}
body, html {height:100%;}

/*标题*/
.tit{margin-bottom: 20px;text-align: center;font-size: 30px;color: #323232;}

.tit2 {display: block; width: 100%; text-align: center; position: relative; padding-top: 10px;margin-bottom: 20px;}
.tit2 .title {color: #333; font-size: 26px; font-weight: 600; line-height: 1.5; padding-bottom: 10px; position: relative; z-index: 2; }
.tit2 .title:after { content: ''; position: absolute; bottom: 0; width: 40px; height: 2px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background-color: #00A7E1; }
.tit2 .ensub {position: absolute; z-index: 1; width: 100%; top: 0; left: 0; color: #f7f7f6; font-size: 36px;font-weight: 600; letter-spacing: -2px; line-height: 1; }
.tit2 .con {color: #5a5a5a; font-size: 14px; padding-top: 15px;line-height: 25px;}
/* 
.imgBox{ position:relative; }
.imgBox img{ position:absolute; left:0; top:0; height:100%; width:100%; } */

/*内页banner*/
#AutoBan{margin:0px auto;width:100%; height:auto; margin-top:154px;text-align: center; overflow:hidden;}
#AutoBan img{width: 100%;height: 100%;animation: scaleAnim 5s ease forwards;}
#AutoBan .pc{ display:block;max-width:100%;height:auto;}
#AutoBan .phone{ display:none;max-width:100%;height:auto;}
@keyframes scaleAnim{
  0%{
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100%{
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
}

/*back-top*/
.toTop {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 999999999;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    filter: alpha(opacity: 100);
    opacity: 1; 
    overflow: hidden;
    text-align: center;
    height: auto;
    width: 50px;
    height: 50px;
    -moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;
    -webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
    -moz-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
    -o-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
    box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
    background: rgba(0,0,0,.2);
}
.toTop *{transition:all 0.3s ease 0s;}
.toTop span{line-height: 52px;font-size: 12px;color:#fff;text-transform: uppercase;padding: 0px 0 0; font-family: Arial;}
.toTop p{width: 26px;display: none;}
.toTop:hover{background: #00a7e1;margin:0 0 10px 0;}
.toTop:hover span{color:#fff;}
/*back-top end*/


/*动画*/
@-webkit-keyframes fadeInUps {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 100%, 0);
		transform: translate3d(-50%, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}
@keyframes fadeInUps {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 100%, 0);
		transform: translate3d(-50%, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}
.fadeInUps {
	-webkit-animation-name: fadeInUps;
	animation-name: fadeInUps;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.wow{
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}

/*顶部*/
.mainFilter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    background:url(../images/mainFilter.png);
  }
  .wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .header {
    width: 100%;
    height: 119px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #fff;
    border-bottom: solid 0px #ebebeb;
  }
  .header .headerWelcome{
    display: flex;
    line-height: 38px;
    border-bottom: solid 1px #e6e6e6;
  }
  .header .headerWelcome .welcome,
  .header .headerWelcome .email{
    font-size: 13px;
    color: #333;
  }
  .header .headerWelcome .welcome a,
  .header .headerWelcome .email a{
    font-size: 13px;
    color: #333;
  }
  .header .headerWelcome .welcome a:hover,
  .header .headerWelcome .email a:hover{
    font-size: 13px;
    color: #333;
    text-decoration: underline;
  }
  .header .headerWelcome .email i{
    font-size: 13px;
    color: #333;
    padding-right: 5px;
  }

  .header.static {
    position: relative;
  }
  .header .logo {
    width: 120px;
    height: 35px;
    float: left;
    overflow: hidden;
    margin: 24px 0 0 0;
  }
  .header .logo img {
    width: 100%;
    display: block;
  }
  .header .search,
  .header .user,
  .header .language {
    float: right;
    position: relative;
  }
  .header .search .tit,
  .header .user .tit,
  .header .language .tit {
    background: url(../images/diqiu.png) no-repeat 22px center;
    background-size: 20px auto;
    padding-left: 50px;
    font-size: 15px;
    color: #333333;
    height: 34px;
    line-height: 34px;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
  }
  .header .search .tit::after,
  .header .user .tit::after,
  .header .language .tit::after {
    content: " ";
    width: 1px;
    height: 10px;
    background: #e5e0e0;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 2;
  }
  .header .user .down,
  .header .language .down {
    position: absolute;
    left: 50%;
    top: 52px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 5;
    padding: 0 20px 20px 20px;
    display: none;
  }
  .header .user .down .box,
  .header .language .down .box {
    width: 164px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    margin-top: 28px;
    padding: 8px 12px 12px 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px #dddddd;
    position: relative;
  }
  .header .user .down .box:after,
  .header .language .down .box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
  }
  .header .language .down .box a {
    height: 52px;
    line-height: 52px;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #f2f2f2;
    font-size: 14px;
    color: #222222;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .header .language .down .box a:last-child {
    border: none;
  }
  .header .language .down .box a:hover {
    color: #00a7e1;
  }
  .header .user .tit {
    padding: 0;
    width: 63px;
    background: url(../images/user.png) no-repeat center;
    background-size: 20px auto;
  }
  .header .user .down .box .portrait {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 19px auto 0 auto;
  }
  .header .user .down .box .portrait img {
    width: 100%;
    display: block;
  }
  .header .user .down .box .name {
    line-height: 20px;
    font-size: 14px;
    font-family: "Arial";
    color: #333333;
    text-align: center;
    margin-top: 20px;
  }
  .header .user .down .box .name a {
    font-size: 14px;
    font-family: "Arial";
    color: #333333;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .header .user .down .box a:hover {
    color: #00A7E1;
  }
  .header .user .down .box ul {
    margin-top: 22px;
  }
  .header .user .down .box ul li {
    border-top: solid 1px #f2f2f2;
  }
  .header .user .down .box ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #222222;
    text-align: left;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .header .user .down .box ul li .icon {
    float: left;
    width: 18px;
    margin-left: 13px;
  }
  .header .user .down .box ul li .icon img {
    vertical-align: middle;
    max-width: 100%;
    margin-top: -2px;
  }
  .header .user .down .box ul li .txt {
    float: left;
    margin-left: 17px;
    width: 92px;
    overflow: hidden;
  }
  .header .search .tit {
    width: 60px;
    background: url(../images/search.png) no-repeat center;
    background-size: 20px auto;
    padding: 0;
  }
  .header .search .tit::after {
    display: none;
  }
  .header .search .searchBar {
    width: 1132px;
    position: absolute;
    right: -5px;
    top: 9px;
    z-index: 95;
    background: #fff;
    box-sizing: border-box;
    padding: 0 18px 15px 18px;
    display: none;
  }
  .header .search .searchBar .inpubox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .header .search .searchBar .inpubox .closeBtn,
  .header .search .searchBar .inpubox .searchBtn {
    width: 34px;
    height: 55px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
    background-size: 20px auto;
    float: left;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .header .search .searchBar .inpubox .closeBtn {
    float: right;   
    width: 36px;
    background-image: url(../images/closeBtn.png);
  }
  .header .search .searchBar .inpubox .closeBtn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .header .search .searchBar .inpubox .inpu {
    padding: 0 36px 0 68px;
    box-sizing: border-box;
  }
  .header .search .searchBar .inpubox .inpu input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #666;
  }
  .header .search .searchBar .inpubox .inpu input::-webkit-input-placeholder {
    color: #999999;
  }
  .header .search .searchBar .inpubox .inpu input:-moz-placeholder {
    color: #999999;
  }
  .header .search .searchBar .inpubox .inpu input::-moz-placeholder {
    color: #999999;
  }
  .header .search .searchBar .inpubox .inpu input:-ms-input-placeholder {
    color: #999999;
  }
  .header .search .searchBar ul {
    margin-top: 28px;
  }
  .header .search .searchBar ul li {
    margin-bottom: 6px;
  }
  .header .search .searchBar ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-indent: 0px;
    font-size: 14px;
    color: #595959;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .header .search .searchBar ul li a:hover {
    background: #f3f3f3;
  }
  .header .shopping,
  .header .nav .tit,
  .header .menuBtn {
    display: none;
  }
  .header .shopping {
    background-size: 20px auto;
  }
  .header .nav {
    float: left;
    margin-left: 300px;
  }
  .header .nav .logo,
  .header .nav .bottom {
    display: none;
  }
  .header .nav > ul {
    margin-top: 5px;
  }
  .header .nav > ul > li {
    float: left;
    position: relative;
    margin-right: 40px;
  }
  .header .nav > ul > li:last-child {
    margin-right: 0;
  }
  .header .nav > ul > li.down > a {
    background: url(../images/nav_list1.png) no-repeat right 0 center;
    padding-right: 17px;
  }
  .header .nav > ul > li > a {
    display: block; 
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .header .nav > ul > li.on > a {
    color: #00A7E1;
  }
  .header .nav .sub1 {
    min-width: 160px;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-80%, 0);
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    z-index: 90;
    display: none;
  }
  .header .nav .sub1 li {
    background: url(../images/sub2.png);
    border-bottom: solid 1px #ddd;
  }
  .header .nav .sub1 li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    padding: 0 12px;
  }
  .header .nav .sub1 li a:hover {
    color: #00A7E1;
  }
  .header .nav .sub2 {
    width: 100%;
    padding-bottom: 40px;
    position: fixed;
    top: 119px;
    left: 0;
    z-index: 90;
    background: url(../images/sub2.png);
    display: none;
  }
  .header .nav .sub2 li {
    width: 20%;
    float: left;
  }
  .header .nav .sub2 li:first-child a::after {
    display: none;
  }
  .header .nav .sub2 li a {
    display: block;
    padding: 20px 0;
    height: 86px;
    position: relative;
  }
  .header .nav .sub2 li a::after {
    content: " ";
    width: 1px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
    background: #dfdfdf;
  }
  .header .nav .sub2 li a:hover .p1 {
    color: #262729;
  }
  .header .nav .sub2 li .txt {
    width: 58%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: right;
  }
  .header .nav .sub2 li .txt .p1 {
    font-size: 25px;
    font-weight: bold;
    color: #c2c2c2;
    font-family: "Arial";
    margin: 12px 0 8px 0;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
  }
  .header .nav .sub2 li .txt .p2 {
    font-size: 15px;
    color: #222222;
  }
  .header .nav .sub2 li .pic {
    width: 42%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
    height: 65px;
    line-height: 65px;
    margin-top: 10px;
  }
  .header .nav .sub2 li .pic img {
    max-height: 100%;
    vertical-align: middle;
  }

/*顶部优势 开始*/
.topyoushi{
  margin: 0;
  padding: 0;
}
#shopify-section-header__icon-bar {
  margin-top: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: sticky;
  top: 76px;
  z-index: 1;
  transition: top .2s linear;
  border-top: 1px solid #00a7e1;
  border-bottom: 1px solid #00a7e1;
  background: #00a7e1;
}
#shopify-section-header__icon-bar i {
  font-size: 16px;
  margin-right: 5px;
  line-height: 1;
}
#shopify-section-header__icon-bar .icon {
  width: 24px;
  height: 24px;
}
#shopify-section-header__icon-bar #pc_header__icon-bar { display: flex; justify-content: space-between; }
#shopify-section-header__icon-bar #mob_header__icon-bar { display: none; }
#shopify-section-header__icon-bar #mob_header__icon-bar button { display: none !important; }
#shopify-section-header__icon-bar #B_mob_header__icon-bar { display: none; }
@media screen and (max-width: 767px) {
  #shopify-section-header__icon-bar {top: 56.89px; }
  #shopify-section-header__icon-bar #pc_header__icon-bar { display: none; }
  #shopify-section-header__icon-bar #mob_header__icon-bar { display: block; }
}

#shopify-section-header__icon-bar .icon-bar__block {
  display: flex;
  justify-content: center;
  padding: 5px 0.75rem;
}
#shopify-section-header__icon-bar a.icon-bar__block {
  color:#ffffff;
  font-size: 14px;
}
#shopify-section-header__icon-bar a.icon-bar__block:hover {
  color:#000000;
  font-size: 14px;
}
#shopify-section-header__icon-bar .icon-bar__block {
  color: #ffffff;
  font-size: 14px;
}
#shopify-section-header__icon-bar .icon-bar__block[data-key] {
  cursor: pointer;
}
#shopify-section-header__icon-bar .icon-bar__block[data-key]:hover {
  color: #ffffff;
  font-size: 14px;
}

.shopify-section{display: inline-block;width:100%;margin:0 auto;clear:both;overflow:hidden;}
@media only screen and (max-width:480px){
  .shopify-section{width:100%!important;padding-left:0!important;padding-right:0!important;}
}
.section{max-width:1400px;width:95%;margin:0 auto;clear:both;overflow:hidden;}

.is-justify-center{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}
.is-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.is-inline-flex{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex}

.is-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.is-inline-flex{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex}
.is-align-left,.is-align-start{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}
.is-align-end,.is-align-right{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}
.is-align-self-end,.is-align-self-right{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end}
.is-align-baseline{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}
.is-align-center{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}
.is-align-stretch{-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}
.is-justify-left,.is-justify-start{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}
.is-justify-end,.is-justify-right{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}
.is-justify-center{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}
.is-justify-space-around{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}
.is-justify-space-between{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:space-between}
.is-flex-nowrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.is-flex-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.is-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse;-moz-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}
.is-flex-row{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.is-flex-row-reverse{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.is-flex-column{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.is-flex-column-reverse{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
@media only screen and (max-width:480px){
  .is-flex-column--mobile{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
  .is-flex-column-reverse-mobile{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
}

/*顶部优势弹窗*/
#txtModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  overflow-y: auto;
  z-index: 10000002;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
#txtModal .txtModalCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#txtModal .dialogTxtModal {
  width: 90%;
  margin: 4em auto 5%;
  max-width: 60em;
  transition: 400ms;
  display: block;
}
#txtModal .txtModalContent {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  text-align: left;
}
#txtModal .txtModalClose {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #323232;
  transition: 400ms;
  background: transparent;
  border: none;
  padding: 3px;
  z-index: 1;
  cursor: pointer;
}
#txtModal .txtModalClose i {
  font-size: 20px;
}
#txtModal #txtModal_con {
  font-size: 14px;
  color: #6b6b6b;
}
#txtModal #txtModal_con .title {
  color: #333;
  padding: 21px 50px 21px 35px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
}
#txtModal #txtModal_con .txtCon {
  width: 100%;
  padding: 2.5em;
  box-sizing: border-box;
}
#txtModal #txtModal_con .item {
  display: inline-block;
  width: 300px;
  margin: 10px;
}
#txtModal #txtModal_con a {
  display: block;
  font-size: 16px;
  border: 1px solid #21CCBF;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
#txtModal #txtModal_con p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px){
  #txtModal .dialogTxtModal {
    transform: translate(0);
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  #txtModal #txtModal_con .txtCon {
    padding: 1.5rem;
  }
  #txtModal .txtModalContent {
    border-radius: 0;
  }
  #txtModal #txtModal_con .title {
    color: #333;
    font-size: 20px;
    padding: 21px 50px 21px 21px;
  }
}
/*顶部优势 end*/
/*顶部 end*/


/*底部*/
.footer {
    display: -webkit-inline-box;
    width: 100%;
    padding: 50px  0px 30px 0px;
    margin-top: 0px;
    border-top: solid 2px #fff;
    background: #F3F4F7;
  }
  .footer .linkList {
    width: 40%;
    padding-left: 5%;
  }
  .footer .linkList:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .footer .linkList .list {
    min-width: 200px;
    float: left;
  }
  .footer .linkList .list a {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .footer .linkList .list a:hover {
    color: #333;
    text-decoration: none;
  }
  .footer .linkList .list .tit {
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .footer .linkList .list ul {
    margin-top: 30px;
  }
  .footer .linkList .list ul li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer .linkList .list ul li a {
    font-size: 14px;
    color: #7a7a7d;
  }

  .footer .logo {
    width: 25%;
  }
  .footer .logo .footerlogo {
    display: block;
    text-align: left;
  }
  .footer .logo dl {
    display: block;
    padding-top: 10px;
    line-height: 160%;
    text-align: left;
    color: #7d7a7a;
  }
  .footer .friendship {
    position: relative;
    margin-top: 20px;
  }
  .footer .friendship:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .footer .friendship .tit {
    width: 186px;
    height: 40px;
    line-height: 38px;
    border: solid 1px #ddd;
    text-indent: 12px;
    overflow: hidden;
    background: url(../images/arrow1.png) no-repeat right 12px center;
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    box-sizing: border-box;
  }
  .footer .friendship ul {
    position: absolute;
    bottom: 58px;
    right: 0;
    z-index: 5;
    width: 186px;
    background: #333;
    border: solid 1px #7d7a7a;
    box-sizing: border-box;
    display: none;
  }
  .footer .friendship ul li {
    border-bottom: solid 1px #7d7a7a;
  }
  .footer .friendship ul li:last-child {
    border-bottom: none;
  }
  .footer .friendship ul li a {
    display: block;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    color: #84868a;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }
  .footer .friendship ul li a:hover {
    color: #fff;
  }

.footer .footerContact{
  width: 30%;
}
.footer .footerContact a {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  color: #777777;
}
.footer .footerContact a:hover {
  color: #00A7E1;
}
.footer .footerContact .tit {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.footer .footerContact ul{
  margin-top: 30px;
}
.footer .footerContact ul li{
  height: auto;
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777777;
}
.footer .footerContact ul li i{
  padding-right: 10px;
  font-size: 14px;
  color: #777777;
}
  
.copyright {
    display: flex;
    width: 100%;
    line-height: 45px;
    border-top: solid 0px #eddada;
    background-color: #00a7e1;
    font-size: 12px;
    color: #fff;
}
.copyright a {
    font-size: 13px;
    color: #fff;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
.copyright .Payment{
  float: right;
  width: 30%;
  line-height: 25px;
  padding-top: 10px;
  text-align: right;
}
.copyright .Payment li{
  display: inline-block;
  padding-left: 5px;
  text-align: right;
}
.copyright .Payment li img{
  max-width: 100%;
  height: auto;
}
/*底部 end*/

/*首页产品分类*/
.indexProType {
  padding: 12px 0 0px 0;
}
.indexProType .pic2 {
  display: none;
}
.indexProType .item {
  width: 50%;
}
.indexProType .item_list{
  float:left;
  width: 50%;
}
.indexProType img {
  width: 100%;
  display: block;
  transition: 4s;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
}
.indexProType .box{
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
}
.indexProType .box.left{
  display: block;
  margin-left: 10px;
}
.indexProType .box a:hover img{
  background-color: #000;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  overflow: hidden;
}
.indexProType .box a::after{
	content:"";
	display:block;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	position:absolute;
	top:10px;
	left:10px;
	background-color:rgba(0,0,0,0.05);
	transform:scale(0);
	cursor:pointer;
	z-index:5;
	transition:all 0.3s;
}
.indexProType .box:hover a:after{
	transform:scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.indexProType .box a img{width:100%;}

.indexProType .box .text {
  position: absolute;
  width: 98%;
  top: 30px;
  bottom: 0;
  padding:1%;
  box-sizing: border-box;
  z-index: 9;
  color: #171717;
  text-align: center;
}
.indexProType .box .text .title{
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
}
.indexProType .box .text .txt{
  line-height: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #2e373d;
}

.indexProType .item_list:nth-child(2) .box:nth-child(2) .text .title{
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.indexProType .item_list:nth-child(2) .box:nth-child(2) .text .txt{
  line-height: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

/* .indexProType .box .text .title1{
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.indexProType .box .text .txt1{
  line-height: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
} */


.indexProType .box .text .more{
  margin-top: 10px;
  font-size: 16px;
  color: #00a7e1;
}
.indexProType .box {
  max-width: 100%;
  overflow: hidden;
}
/*首页产品分类 end*/

/*首页畅销产品*/
.bestSellerPro{
  width: 100%;
  padding: 35px 0px 25px 0px;
  background: #fff;
  overflow:hidden;
/*   border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
  -moz-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
  -o-box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
  box-shadow:0px 2px 10px rgba(0,0,0,0.0  );
  background: rgba(0,0,0,.2); */
}
.bestSellerPro .swiperBox{ position:relative; }
.bestSellerPro .swiperBox .swiper-container{padding:20px 15px; margin:0 -15px; }
.bestSellerPro .swiperBox .swiper-container .swiper-slide{
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.bestSellerPro .swiperBox .Box{ display:block; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0); transition:all .5s; transform:translate(0,0);   border: solid 1px #e4e4e4;border-radius: 5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.bestSellerPro .swiperBox .Box:hover{ box-shadow:0 0 10px rgba(0,0,0,.2); transform:translate(-2px,-2px);border-radius: 5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.bestSellerPro .swiperBox .Box .line{border-bottom:1px solid #e4e4e4;}

.bestSellerPro .swiperBox .cont{display: grid; padding:20px 14px 10px; }
.bestSellerPro .swiperBox .imgBox{padding-top:0%;border-radius: 5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;}

/*.bestSellerPro .swiperBox .time{ float:left; padding-right:15px; margin-right:15px; border-right:1px solid #e7e7e7; text-align:center; }
.bestSellerPro .swiperBox .time .date{ font-size:36px; line-height:36px; color:#333333; display:block; padding:0 5px; }
.bestSellerPro .swiperBox .time .year{ display:block; font-size:12px; line-height:16px; color:#d9d9d9; }*/

.bestSellerPro .swiperBox .time{ float:left;margin-right:15px;margin-bottom:15px;text-align:center; }
.bestSellerPro .swiperBox .time img{width: 50px;border:1px solid #e4e4e4;border-radius: 50%;-moz-border-radius:50%;-webkit-border-radius:50%;}

.bestSellerPro .swiperBox .model{ font-size:13px; color:#8392a6; line-height: 24px; }
.bestSellerPro .swiperBox .title{position:relative;border-top:1px solid #e7e7e7;line-height:160%;padding-top:15px;text-align:left;font-size:16px;color:#333333;}
.bestSellerPro .swiperBox .title::after{content:""; position:absolute; right:0; top:0;/*  width:14px;height:100%; */}
.bestSellerPro .swiperBox a .title{font-size:16px;color:#333333;}
.bestSellerPro .swiperBox a:hover .title{font-size:16px;color:#00a7e1;}

.bestSellerPro .Btns{}
.bestSellerPro .Btns a{display:block; position:absolute; top:0; width:26px; height:100%;background:no-repeat center; }
.bestSellerPro .Btns .prev{left:-15px;z-index: 10;background-image:url(../images/jt2_1_h.png); }
.bestSellerPro .Btns .next{ right:-15px; z-index: 10;background-image:url(../images/jt2_2_h.png); }
.bestSellerPro .Btns .prev:hover{ background-image:url(../images/jt2_1.png); }
.bestSellerPro .Btns .next:hover{ background-image:url(../images/jt2_2.png); }
/*首页畅销产品 end*/


/*首页公司简介*/
.company .content {
  display: flex;
  justify-content: space-between;
  padding: 1.20835vw 0;
}

.company .content>.left {
  max-width: 630px;
  width: 100%;
  margin-right: 50px;
}

.company .content .left h3 {
  font-size: 24px;
  color: #202020;
  font-weight: normal;
}

.company .content .left h2 {
  font-size: 30px;
  color: #00a7e1;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}

.company .content .left>p {
  font-size: 16px;
  color: #404040;
  line-height: 1.6;
  margin-bottom: 20px;
}

.company .content .left ul {
  display: flex;
  flex-wrap: wrap;
}
.company .content .left ul li {
  display: flex;
  margin-bottom: 15px;
  min-width: 50%;
}
.company .content .left ul li .left{
  flex-shrink: 0;
}
.company .content .left ul li .left i{
  color: #00A7E1;
  font-size: 24px;
}
.company .content .left ul li .right {
  margin-left: 20px;
}

.company .content .left ul li .right h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-family: 'PINGFANG';
  margin-bottom: 10px;
}
.company .content .left ul li .right p {
  font-size: 16px;
  color: #888;
}

.company .content .left .btn {
  display: flex;
}
.company .content .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-right: 20px;
  margin-top: 15px;
  border-radius: 4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  color: #fff;
  font-size: 16px;
  background: #00a7e1;
}
.company .content .left .btn a:nth-child(2) {
  background: #444;
  font-size: 16px;
}
.company .content .left .btn a i {
  font-size: 20px;
  margin-right: 10px;
}

.company .content .right ul {
  display: flex; 
  flex-wrap: wrap;
  max-width: 691px;
  width: 100%;
  background-color: #fff;
}
.company .content .right ul li {
  width: 230px;
  height: 230px;
  border: 1px solid #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.company .content .right ul li span {
  font-size:46px;
  font-family: 'PINGFANG';
  color: #00a7e1;
  font-weight: 600;
}
.company .content .right ul li h4 {
  padding-top: 20px;
  font-size: 18px;
  font-family: 'PINGFANG';
  color: #202020;
  font-weight: 600;
  text-align: center;
}
.company .content .right ul li p {
  font-size: 14px;
  color: #777;
  max-width: 200px;
  text-align: center;
}
.company .content .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*首页公司简介 end*/

/*首页合作平台*/
.cooperate{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{position: relative;width: 100%; padding-top: 10px;padding-bottom: 10px; -ms-touch-action: pan-y;  background-color: #f5f5f5;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}


#owl-demo3{text-align:center;}
#owl-demo3.owl-theme .owl-pagination{ display:none;}
#owl-demo3.owl-theme .owl-controls{ padding-top:0%;}
#owl-demo3.owl-theme .owl-controls .owl-buttons{ position:absolute; top:40%; width:100%; left:0; height:0;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:19px; height:33px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; margin-top:0;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/jt2_1_h.png) center center no-repeat; float:left; margin-left:-30px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition:all 0.3s;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/jt2_2_h.png) center center no-repeat; float:right; margin-right:-30px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition:all 0.3s;}

#owl-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo3 .item{margin: 0px 3%;text-align:center; }
#owl-demo3 .item img{display: block;width: 100%; height:100%;-webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; -ms-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out; transition:all 1s ease-in-out;}
#owl-demo3 .item dd{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
#owl-demo3 .item dd .imgs{width:100%; overflow:hidden;}
#owl-demo3 .item dd .imgs img{ display:block; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}

#owl-demo3 .item dd .txts{ overflow:hidden; background-color:#fff; transition: all 0.3s; padding-bottom:25px; padding-top:25px; padding-left:26px; padding-right:2%; text-align:left;}
#owl-demo3 .item dd .txts h2{height:36px;line-height:36px;overflow:hidden;font-weight:normal;color:#333;}
#owl-demo3 .item dd .txts .p{ font-size:14px;color:#aaaaaa; line-height:20px; height:20px; overflow:hidden;}
#owl-demo3 .item dd:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
#owl-demo3 .item dd:hover .txts h2{ color:#014ee7;}
#owl-demo3 .item dd .desc{ display:none;}

/*合作平台弹窗*/
.case_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.case_tc{z-index: 19891025; width: 90%; /* top: 157.5px; */  left: 50%; margin-left:-46%; /* margin-left: -300px; */  position:absolute; overflow: hidden; top:270px; height:0; display: none;}
.case_tc .case_box{ width:94%; margin:0 auto; max-width:740px;background: #00a1e9;border: 6px solid #b3b3b3; border-radius: 6px; overflow: hidden;}
.case_tc .case_box2{ width:94%; margin:0 auto; max-width:1028px;background: #fff; overflow: hidden;}
.case_tc .case_divs{ position:relative;width:100%;}
.case_tc .case_divs .closed{ right:0%; position:absolute; top:0%; cursor:pointer;}
.case_tc .case_divs .closed:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
.case_tc .case_divs .closed2{ right:15px; position:absolute; top:15px; cursor:pointer;}
.case_tc .case_divs .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
.case_tc #tc_big{ width:100%; display:block;}
.case_tc .case_divs .case_txt{ padding:12px; color:#fff; font-size:14px; line-height:22px; padding-top:6px; padding-bottom:6px;}
.case_tc .case_divs .case_txt h2{ font-size:14px; line-height:40px; font-weight:normal;}
.case_tc .case_divs .case_txt2{ max-width:890px; width:94%; margin:0 auto;color:#333; font-size:14px; line-height:22px; padding-top:50px; padding-bottom:50px;}
.case_tc .case_divs .case_txt2 h2{font-size:18px; line-height:40px; margin-bottom:1%;}
.case_tc .case_divs .case_txt3{ max-width:890px; width:94%; margin:0 auto;color:#333; font-size:14px; line-height:22px; padding-top:50px; padding-bottom:30px;}
.case_tc .case_divs .case_txt3 dl dt{ font-weight:bold; font-size:18px; height:36px; line-height:36px; color:#333333;}
.case_tc .case_divs .case_txt3 dl dd:first-child{ font-size:14px;}
.case_tc .case_divs .case_txt3 dl dd{ color:#555555; font-size:13px; line-height:28px; border-bottom:1px dashed #cccccc; padding-bottom:2%; margin-bottom:2%;}
.case_tc .case_divs .case_txt3 dl dd h3{  font-size:16px; height:30px; line-height:30px;}
.case_tc .case_divs .case_txt3 dl dd:last-child{ border-bottom:0;}
.case_tc .case_divs .case_txt3 dl dd .job_a{ display:block; width:150px; height:44px; overflow:hidden; background-color:#0245de; color:#fff; font-size:14px; line-height:44px; border-radius:6px; margin-top:50px; text-align:center;transition:all 0.3s;}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover{ color:#fff;filter: Alpha(Opacity=80);opacity: 0.8;}
/*首页合作平台 end*/

/*内页*/
/*当前位置*/
.Location{height:60px;line-height:60px;background:#f5f5f5; overflow:hidden; color:#777777; text-align:left; font-size:16px;}
.Location.bgs2{background:#fff;border-bottom:1px solid #efefed;}
.Location a{ color:#777777;  text-decoration:none;}
.Location a:hover{color:#00A7E1;}
/*.position label{}*/
.Location .Location_r i{ vertical-align:baseline; margin-right:4px; height:14px;color: #777;  font-size: 16px; font-family: Arial;}
.Location .Location_r em{padding-top: 0px;padding-left: 10px;}
.Location .rclass{display:none;float:right;padding-left:25px;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto; -webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent;}

.Location2{height:50px; line-height:50px; background:#f5f5f5; overflow:hidden; color:#777777; text-align:left; font-size:16px;}
.Location2.bgs3{background:#00A7E1;border-bottom:4px solid #00A7E1;}
.Location2 a{color:#fff; text-decoration:none;}
.Location2 a:hover{color:#fff;text-decoration:underline;}
.Location2 .Location_r {color: #fff;  font-size: 16px; font-family: Arial;}
.Location2 .Location_r i{ vertical-align:baseline; margin-right:8px; height:14px;color: #fff;  font-size: 16px; font-family: Arial;}
.Location2 .Location_r em{padding-top: 0px;padding-left: 10px;}

.Location .Location_b{ float:right;}
.Location .Location_b a{ float:left; margin-left:10px; padding-left:10px; padding-right:10px;text-align:center;overflow:hidden; font-size:16px; color:#333; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:0;}
.Location .Location_b a:hover{color:#00A7E1;font-size:16px;}
.Location .Location_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:100%;opacity: 0;border-bottom:5px solid #00A7E1;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.Location .Location_b a.isel:after{left: 0%;right: 0%;opacity: 1;}
.position .Location_b a:hover:after{left: 0%;right: 0%;opacity: 1;}
.Location .Location_b a.isel{color:#00A7E1;}

/*分类弹窗*/
.about_bgs{z-index:19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{display:none;}
/*当前位置 end*/

/*产品分类当前位置*/
.position{height:50px; line-height:50px;background:#fff; text-align:left; color:#777777;font-size:16px;overflow:hidden;}
.position.bgs2{ background:#fff;}
.position a{ color:#777777;text-decoration:none;}
.position a:hover{color:#00a7e1;}
/*.position label{}*/
.position .postions_r{padding-left:10px;}
.position .postions_r i{padding-right:8px;}
.position .rclass{ float:right;display:none;padding-left:25px;padding-right:0px;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent;}
.position2{margin-top: 155px;background:#f8f8f8;}


/*产品分类*/
.about_l{ float: left;width:282px; overflow:hidden; margin-right:2.2%; margin-top:-60px; margin-bottom:0%; position:relative;}
.about_l .about_l_titile{height:60px;color:#fff; background:url(../images/about_bg2.png) no-repeat; background-size:100% 100%;overflow: hidden;/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05); box-shadow: 0 5px 15px rgba(0,0,0,0.05);*/}
.about_l .about_l_titile .h1{ font-weight:normal; font-size:22px; line-height:60px; height:60px;padding-left:23px; margin-top:0px;overflow:hidden; }
.about_l .about_l_titile span{ color:#9cceec;font-size:14px;display:block;line-height:20px; height:20px;padding-left:23px;text-transform:uppercase;}

.about_l .i_left_ul2{ overflow:hidden; margin-bottom:9px;background-color:#f4f8f9; /*background-color:#f4f8f9; border:1px solid #dadada; border-top:0;*/}
/* .about_l .i_left_ul2 li h2{height:58px;line-height:58px;margin-left:36px;margin-right:36px;padding-right:20px;font-size:16px; color:#333333;font-weight:normal; overflow:hidden;cursor:pointer; position:relative;background:url(../images/about_bg3.png) 194px center no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li h2 a{color:#666666; text-decoration:none; display:block;transition:all 0.3s; }
.about_l .i_left_ul2 li h2 a:hover{ color:#00a7e1;margin-left:3px; } */
/*.about_l .i_left_ul2 li h2:hover{background-image:url(../images/about_bg3_on.png);}*/
/* .about_l .i_left_ul2 li:after{content:""; position:absolute; left:0; top:21px; width:4px; height:30px; background:#00a7e1;} */
/*.about_l .i_left_ul2 li.left_sel{ background:#ffffff;}*/
/* .about_l .i_left_ul2 li.left_sel h2{ color:#00a7e1; background-image:url(../images/about_bg3_on.png);}
.about_l .i_left_ul2 li.left_sel h2 a{ color:#00a7e1;}
 */
.about_l .i_left_ul2 li{display:block; width:100%; background:#fff; position:relative; margin-bottom:2px; padding-top:7px; padding-bottom:7px;}
/*.about_l .i_left_ul2 li:before{ content:""; position:absolute; right:0; top:0; width:1px; height:100%; background:#efefef; }
.about_l .i_left_ul2 li:after{ content:""; position:absolute; left:0; top:0; width:1px; height:100%; background:#efefef; }
.about_l .i_left_ul2 li.left_sel:after{ width:2px;background:#118aa7;}*/
.about_l .i_left_ul2 li:after{content:""; position:absolute; left:0; top:15px; width:4px; height:28px; background:#00a7e1;}
.about_l .i_left_ul2 li:last-child h2 a{border-bottom:none; }
.about_l .i_left_ul2 li:last-child h1 a{ border-bottom:none; margin-bottom:0;}
.about_l .i_left_ul2 li h1{font-weight:normal; overflow:hidden;margin-left:20px; margin-right:10px; padding-right:0px; height:auto;line-height:40px;font-size:16px; color:#333333; cursor:pointer; position:relative;background:url(../images/about_bg3.png) right no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li h1 a{ color:#333333; text-decoration:none;display:block; transition:all 0.3s;}
.about_l .i_left_ul2 li h1:hover a:hover{color:#00a7e1;}
.about_l .i_left_ul2 li h1:hover a{color:#00a7e1;margin-left:3px;}
.about_l .i_left_ul2 li.left_sel h1{ color:#00a7e1;background:url(../images/about_bg3.png) right no-repeat;border-bottom:0px dashed #e4e4e4;} /* background:url(../images/product_bg2.png) right no-repeat; 如有二级选用这个图片*/
.about_l .i_left_ul2 li.left_sel h1 a{ color:#00a7e1;}

/*二级分类*/
.about_l .i_left_ul2 li div{ margin-top:10px; font-size:15px;display:none; margin-left:44px; margin-right:36px; padding-bottom:10px;}
.about_l .i_left_ul2 li div a{ height:48px; line-height:48px; overflow:hidden; display:block; padding-left:23px; padding-right:8px; color:#666666;background:url(../images/product_bg4.png) left center no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li div a:hover{color:#00a7e1;background-image:url(../images/product_bg4_on.png); margin-left:4px;}
.about_l .i_left_ul2 li div a.left_sel{color:#00a7e1;background-image:url(../images/product_bg4_on.png);}

.about_l .i_left_ul2 li div dl{overflow:hidden; margin-top:10px;}
.about_l .i_left_ul2 li div dl dd{overflow:hidden; display:none; padding-bottom:1px;}
.about_l .i_left_ul2 li div dl dd p{ height:30px; line-height:30px; overflow:hidden; padding-left:37px; padding-right:10px; }
.about_l .i_left_ul2 li div dl dd p a{ height:30px; line-height:30px; overflow:hidden; display:block; padding-left:9px; padding-right:8px; color:#666666;background:url(../images/product_bg4.png) left center no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li div dl dd p a:hover{color:#00a7e1;background-image:url(../images/product_bg4_on.png); margin-left:4px;}
.about_l .i_left_ul2 li div dl dd p.on a{ color:#00a7e1;background-image:url(../images/product_bg4_on.png);}
.about_l .i_left_ul2 li div dl span{ padding-left:23px; padding-right:8px; overflow:hidden; display:block; line-height:34px;  height:34px;font-size:14px; color:#333;cursor:pointer;background:url(../images/product_bg3.png) 16px center no-repeat; transition:all 0.3s;}
.about_l .i_left_ul2 li div dl span:hover{margin-left:4px;}
.about_l .i_left_ul2 li div dl span a{ color:#666666; text-decoration:none; display:inline;}
.about_l .i_left_ul2 li div dl span a:hover{color:#00a7e1; }
.about_l .i_left_ul2 li div dl span.left_sel{color:#00a7e1; background-image:url(../images/product_bg3_on.png);}
.about_l .i_left_ul2 li div dl span.left_sel a{color:#00a7e1;}
.about_l .i_left_ul2 li div dl span i{ float:right; margin-right:4px; width:8px; height:4px; background:url(../images/product_bg5.png) no-repeat; margin-top:15px; display:none;}
.about_l .i_left_ul2 li div dl span.left_sel i{ display:block;}
/*产品分类 end*/

/*产品中心列表 begin*/
.about_r{overflow:hidden;padding-top:4px;}
.product_ul{padding-top:0px;}
.product_ul ul{ }
.product_ul ul li{ 
  float: left;
  width: 48.8%;
  margin-right: 2%;
  margin-top:3%;
  background-color: #fff;
  border:1px solid #ededed;
}
.product_ul ul li:nth-child(2n){ 
  margin-right: 0%;
}
.product_ul ul li .imgBox{
  width: 44%;
  padding: 0%;
  background-color: #f9f9f9;
}
.product_ul ul li .cont{
  float: left;
  width: 53%;
  padding: 2% 0% 2% 2%;
  background-color: #fff;
}
.product_ul ul li .cont .title{
  line-height: 24px;
  color:#333;
  font-size:18px;
}
.product_ul ul li a .cont .title{
  color:#333;
  font-size:18px;
}
.product_ul ul li a:hover .cont .title{
  color:#00a7e1;
  font-size:18px;
}
.product_ul ul li .cont .dest{
  margin-top: 10px;
  line-height: 24px;
  color:#999;
  font-size:14px;
}
.product_ul ul li .cont .more{
  float: left;
  margin-top: 10px;
}
.product_ul ul li .cont .more i{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
  color:#999;
  font-size:22px;
  border:1px solid #999;
  border-radius: 50%;
  -moz-border-radius:50%;-webkit-border-radius:50%;
}
.product_ul ul li a .cont .more i{
  color:#999;
  font-size:22px;
}
.product_ul ul li a:hover .cont .more i{
  color:#00a7e1;
  font-size:22px;
  border:1px solid #00a7e1;
}
/*产品中心列表 end*/

/*产品详细*/
.pro_bg1{ background:#fff; overflow:hidden;}
.pro_one{ overflow:hidden; padding-top:1%; background:#f3f5f6;margin-bottom:0%;}
.pro_one .pro_box{margin:0 auto; width:100%; max-width:1400px; overflow:hidden; padding-top:30px; padding-bottom:50px; position:relative;}
.pro_one .pro_box .com_pro_one_limg{ float:left; overflow:hidden; width:51%; min-width:767px;  position:relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt{ width:calc(100% - 62px);width:-webkit-calc(100% - 112px);width:-moz-calc(100% - 112px); overflow:hidden; text-align:center; position: relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt img{ width:100%;overflow: hidden; margin:0 auto;}
.pro_one .pro_box .com_pro_one_limg .content_timglt .content_timglt{ width:calc(100% - 0x);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); }
.pro_one .pro_box .com_pro_one_limg #drag_img{width: 160px; height: 120px; background: url(../images/zoom_bg.gif) repeat; float: left; display: none;}
.pro_one .pro_one_r .content_timgr{ width: 500px;  height: 400px; float: left; overflow: hidden;border: 1px solid #eee; display: none; position: absolute; left: 0; top:0; background-color: #FFF; z-index:9999;}
.pro_one .pro_one_r .content_timgr img{max-width: 100%; height:auto; }

.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ position:absolute; right:15px; top:0px; width:82px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{position:relative; overflow:hidden; height:auto; width:82px;  margin:0 auto;margin-top:25px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul{position:absolute;left:0px;top:0px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{float:left;width:82px; height:82px;margin-bottom:3px; border-radius:6px; overflow:hidden; position:relative;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li:after{ content:""; position:absolute; top:0; left:0px; width:0; height:0; background:url(../images/product_bg3.png) no-repeat; background-size:100% 100%;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel img{ border:none;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel:after{width:100%; height:100%;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{width:80px; height:80px;border:1px solid #ececec;  display:block; }
.pro_one .pro_box .com_pro_one_limg .productT{ height:100%; width:0%; position:absolute; top:0;}
.pro_one .pro_box .com_pro_one_limg .productT a{ width:24px; left:30px; height:24px; overflow:hidden; position:absolute; display:block; top:0; cursor:pointer;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar{ background:url(../images/product_left.png) center center no-repeat; top:0;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar:hover{background:url(../images/product_left_on.png) center center no-repeat;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ background:url(../images/product_right.png) center top no-repeat; bottom:-36px; top:auto;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al:hover{background:url(../images/product_right_on.png) center top no-repeat;}
.pro_one .pro_one_r{ overflow:hidden;color:#333; font-size:14px;}
.pro_one .pro_one_r .boxs{float:right; width:94%; max-width:690px; overflow:hidden; position:relative;}

.pro_one .pro_one_r .h2{ font-weight:lighter;font-size: 22px;color:#000;padding-bottom:2%; line-height:1.5;}
.pro_one .pro_one_r .p{ margin-top:10px;line-height:22px;font-weight:lighter;color:#888;}
.pro_one .pro_one_r .p.ss{text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden;}
.pro_one .pro_one_r .p_more{ font-size:12px;color:#454545;text-align:right; margin-top:15px; cursor:pointer;}
.pro_one .pro_one_r .p_more i{ font-size:12px;color:#454545;}
.pro_one .pro_one_r .divs{line-height:22px;padding-top:1%; padding-bottom:1%; margin-top:3%;border-bottom:1px solid #d7d7d7;  border-top:1px solid #d7d7d7;overflow:hidden;}
.pro_one .pro_one_r .divs ul li{ display:block;color:#333;padding-top:0.8%; padding-bottom:0.8%; overflow:hidden;}
.pro_one .pro_one_r .divs ul li label{color:#00A7E1;}

/*按钮*/
.pro_one .pro_one_r .proMore{
  width: 100%;
  margin-top: 25px;
  background-color: #000;
}
.pro_one .pro_one_r .proMore li{
  float: left;
  width: 30%;
  line-height: 38px;
  margin-right: 2%;
  text-align: center;
  background-color: #fff;
}
.pro_one .pro_one_r .proMore li i{
  padding-right: 10px;
}
.pro_one .pro_one_r .proMore li.amazon{
  border:1px solid #ededed;
}
.pro_one .pro_one_r .proMore li.amazon a{
  color:#00A7E1;
  font-size:14px;
}
.pro_one .pro_one_r .proMore li.amazon a:hover{
  color:#fff;
  font-size:14px;
}
.pro_one .pro_one_r .proMore li.amazon a:hover i{
  color:#fff;
  font-size:14px;
}
.pro_one .pro_one_r .proMore li.amazon:hover {
  background:#00A7E1;
  border:1px solid #00A7E1;
}
.pro_one .pro_one_r .proMore li.amazon:hover a{
  color:#fff;
  font-size:14px;
}
.pro_one .pro_one_r .proMore li.amazon:hover a:hover i{
  color:#fff;
  font-size:14px;
}

.pro_one .pro_one_r .proMore li.feeback{
  background-color: #00A7E1;
  border:1px solid #00A7E1;
}
.pro_one .pro_one_r .proMore li.feeback a{
  color:#fff;
  font-size:14px;
}
.pro_one .pro_one_r .proMore li.feeback:hover {
  background:#e1af00;
  border:1px solid #e1af00;
}

/*相关产品*/
.pro-des {
  margin-top: 2%;
  margin-bottom: 2%;
}
.pro-des .left{
  float: left;
  width: 22%;
  margin-bottom: 40px;
}
.pro-des .left .RelatedPro{
  margin-top: 0px;
}
.pro-des .left .RelatedPro ul{
  display: inline-block;
  padding: 15px;
  border: 1px solid #f0f0f0;
}
.pro-des .left .RelatedPro .title{
  line-height: 40px;
  text-align: left;
  color: #333;
  font-size: 20px; 
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}
.pro-des .left .RelatedPro .title span{
  display: inline-block;
  line-height: 40px;
  border-bottom: 2px solid #00a7e1;
}
.pro-des .left .RelatedPro ul li{
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
}
.pro-des .left .RelatedPro ul li .img{
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.pro-des .left .RelatedPro ul li .tit {
  line-height: 25px;
  text-align: left;
}
.pro-des .left .RelatedPro ul li a .tit {
  color:#333;
  font-size:16px;
}
.pro-des .left .RelatedPro ul li a:hover .tit {
  color:#00a7e1;
  font-size:16px;
}

.pro-des .right {
  float: left;
  width: 76%;
  margin-left: 2%;
  margin-bottom: 3%;
  background: #fff;
}
.pro-des .right ul{
  display: flow-root;
  padding: 15px;
  background:#fff;
  box-shadow:0 0 5px rgba(0,0,0,.1);  transition:all .5s; transform:translate(-2px,-2px);
  border-radius: 5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.pro-des .right .protype-tit{
  line-height: 60px;
  color:#00A7E1;
  font-size:22px;
  border-bottom:1px solid #F0F0F0;
}
.pro-des .right .protype-tit i{
 padding-right: 8px;
 color:#00A7E1;
 font-size:22px;
}
.pro-des .right .pro-destcon{
  display: flow-root;
  padding-bottom: 30px;
  border-bottom:1px dashed #eeeeee;
}
.pro-des .right .pro-destcon .title{
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  color:#333;
  font-size:22px;
  text-align: center;
}
.pro-des .right .pro-destcon div,.pro-des .right .pro-destcon span,.pro-des .right .pro-destcon p,.pro-des .right .pro-destcon a{
  display: inherit!important;
  line-height: 180%;
  color: #454545;
  font-size: 16px; 
  text-align: left!important;
}
.pro-des .right .pro-destcon > img{
  display: block;
  margin:0 auto!important;
  float: left;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: left!important;
  vertical-align:middle;
}
.pro-des .right .pro-destcon img{
  display:block;
  max-width: 100%;
  height: auto;
  margin-top:10px;
  margin-bottom:10px;
  text-align: left!important;
}
/*产品详细 end*/

/*关于我们*/
.qualification{background:url(../images/cert.jpg) center center no-repeat;background-size:cover;}
.qualification.nitro-lazy{/* background-image:none !important; */}
.qualification .content{display:flex;justify-content:space-between;align-items:center;padding:5vw 20px;}
.qualification .content .right{max-width:660px;width:100%;color:#fff;margin-left:30px;}
.qualification .content .right h2{font-size:40px;margin-bottom:30px;font-weight: 600;}
.qualification .content .right p{font-size:16px;color:rgba(255,255,255,.7);  line-height: 22px; margin-bottom:20px;margin-top:10px;}
.qualification .content .right .num{display:flex;}.qualification .content .right .num>div{margin-right:90px;}
.qualification .content .right .num>div span{font-size:52px;color:#00a7e1;line-height:.9;}
/* .qualification .content .right a{display:flex;width:240px;height:48px;border:2px solid #fff;justify-content:center;align-items:center;margin-top:20px;transition:all .5s;color:#fff;}
.qualification .content .right a:hover{background:#fff;color:#fff;} */

/*公司图片*/
.product-scenario { width: 100%;background-repeat: no-repeat; background-size: cover; background-position: 0 0; padding-top: 0px; padding-bottom: 0px; }
.product-scenario .inside-title .ensub { color: #f4f4f4; }
.scenario-swcont { width: 100%; position: relative; padding-left: 0px; padding-right: 0px;}
.scenario-mainswiper { width: 100%; padding-bottom: 30px; position: relative; overflow:hidden; }
.scenario-mainswiper ul li { width: 100%; height: auto; position: relative; }
.scenario-mainswiper ul li.swiper-slide-active a { -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
.scenario-mainswiper ul li.swiper-slide-active .word { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); opacity: 1; }
.scenario-mainswiper ul li a { display: block; width: 100%; position: relative; overflow: hidden; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; background-color: #fff; }
.scenario-mainswiper ul li .image { width: 100%; overflow: hidden; position: relative; }
.scenario-mainswiper ul li .image:before { content: ''; display: block; width: 100%; padding-bottom: 61.77885%; }
.scenario-mainswiper ul li .image img { position: absolute; top: 0; left: 0; display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s; }
.scenario-mainswiper ul li .word { width: 100%; position: absolute; z-index: 22; left: 0; bottom: 0; padding: 15px 15px; background-color: rgba(255, 255, 255, 0.9); -webkit-transition: all ease 0.6s; -o-transition: all ease 0.6s; transition: all ease 0.6s; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.scenario-mainswiper ul li .word .title { width: 100%; line-height: 1.5; color: #000000; font-size: 16px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.swiper-wrapper { width: 100%; height: 100%;z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.small-pic-prev, .small-pic-next { display: none;cursor: pointer; width: 27px; height: 27px; background-repeat: no-repeat; background-size: contain; background-position: center center; -webkit-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; position: absolute; z-index: 33; top: 40%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.small-pic-prev { background-image: url(../images/small-pic-prev.png); }
.small-pic-next { background-image: url(../images/small-pic-next.png); }

@media (min-width: 1024px) { 
  .small-pic-prev:hover { background-image: url(../images/small-pic-prevs.png); }
  .small-pic-next:hover { background-image: url(../images/small-pic-nexts.png); } 

  .product-scenario { padding-top: 0px; padding-bottom: 0px; }
  .scenario-swcont { padding-left: 0px; padding-right: 0px; }
  .scenario-mainswiper ul li { width: 720px; }
  .scenario-mainswiper ul li.swiper-slide-active a { -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2); }
  /*.scenario-mainswiper ul li .word { padding: 25px 20px; }*/
  .scenario-mainswiper ul li .word .title { font-size: 18px; }
  .scenario-swiper-prev, .scenario-swiper-next { display: block; }
  /*.scenario-swiper-prev { left: 50%; margin-left: -340px; }
  .scenario-swiper-next { right: 50%; margin-right: -340px; }*/
  .scenario-swiper-prev { left: 50%; margin-left: -145px; }
  .scenario-swiper-next { right: 50%; margin-right: -145px; }
}
@media (min-width:1260px){
  .product-scenario { padding-top: 20px; padding-bottom: 30px; }
  .scenario-mainswiper ul li { width: 800px; }
/*   .scenario-swiper-prev { margin-left: -380px; }
  .scenario-swiper-next { margin-right: -380px; } */
  .scenario-swiper-prev { margin-left: -185px; }
  .scenario-swiper-next { margin-right: -185px; }
}
/*公司图片*/
.competence{background:url(../images/competence.jpg) center top no-repeat;background-size:cover;}
.competence.nitro-lazy{}
.competence .content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5vw 0px;}
.competence .content .txt{display:flex;margin-top:100px;width:100%;}
.competence .content .txt .box{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;border-right:1px solid #e6e6e6;height:200px;padding:30px;}
.competence .content .txt .box:last-child{border-right:none;}
.competence .content .txt .box img{width:48px;height:48px;}
.competence .content .txt .box i{color: #00A7E1; color:#00A7E1;font-size:44px;}
.competence .content .txt .box h4{margin:30px 0;font-size:20px;font-weight: 600;color: #454545;}
.competence .content .txt .box p{max-width:360px;line-height: 25px; color: #666;}

@media (max-width:1600px){
  .content{padding:0 30px;width:100%;} 
}
@media (max-width:1279px){
  .about .content .left{max-width:45%;margin-right:30px;}
}
@media (max-width:1024px){
  .about .Intro .content{flex-direction:column;}
  .about .content .left{max-width:100%;margin-bottom:30px;margin-right:0;}
  .about .content .right{max-width:50%;}
  .qualification .content{flex-direction:column;}
  .qualification .content .left img{margin:0 auto;}
  .qualification .content .right{max-width:100%;}
  .competence .content .txt .box{height:auto;padding:15px;}
}
@media (max-width:1260px){

}

@media (max-width:767px){
  .qualification .content .right .num{flex-wrap:wrap;}
  .content{padding:0 15px;}
  .about .content .left h1{font-size:24px;}
  .about .content .left .btn{flex-direction:column;align-items:flex-start;}
  .qualification .content{padding:30px 15px;}
  .qualification .content .right{margin-left:0;}
  .qualification .content .right h2{font-size:24px;}
  .qualification .content .right .num>div{margin-right:30px;}
  .competence .content{padding:30px 15px;}
  .competence .content .txt{margin-top:30px;}
  .competence .content .txt{flex-direction:column;}
  .competence .content .txt .box{border-right:none;}
  .competence .content .txt .box h4{margin:20px 0;}
}
.about.nitro-lazy{background-image:none !important;}

@media (max-width:767px){
  .common-fixed-contact{width:100%;}
  .common-fixed-contact h3{margin:20px 15px;}
  .common-fixed-contact p{margin:0 15px;}
  .common-fixed-contact-form{padding:20px 15px;}}.about{background:url(../images/img_about_1_bg.jpg) no-repeat right top;background-position:90% -30px;}
  
  .about .Intro .content{display:flex;justify-content:space-between;align-items:center;padding-bottom:3vw;}
  .about .content .left{max-width:660px;width:100%;}
  .about .content .left img{}
  .about .content .left h1{font-size:30px; font-weight: 600;color:#333;margin-bottom:30px;}
  .about .content .left p{line-height: 30px; font-size:16px;color:#666;margin-bottom:30px;}
  .about .content .left p span{color:#00a7e1;}
  .about .content .left .btn{display:flex;}
  .about .content .left .btn>div{width:240px;height:42px;display:flex;justify-content:center;align-items:center; text-align:center;background:#00a7e1;color:#fff;cursor:pointer;}
  .about .content .left .btn>div a{color:#fff;cursor:pointer;}
  .about .content .left .btn>div i{margin-right:0px; padding-right: 10px;}
  .about .content .left .btn>div:nth-child(1){background:#00a7e1;color:#fff;}
  .about .content .left .btn>div:nth-child(1) i{animation:shake 8s linear infinite;}
  @keyframes shake{
    0%{margin-left:-2px;}
    1%{margin-left:2px;}
    2%{margin-left:-2px;}
    3%{margin-left:2px;}
    4%{margin-left:-2px;}
    5%{margin-left:2px;}
    6%{margin-left:-2px;}
    7%{margin-left:2px;}
    8%{margin-left:-2px;}
    9%{margin-left:2px;}
    10%{margin-left:-2px;}
    11%{margin-left:2px;}
    12%{margin-left:-2px;}
    13%{margin-left:2px;}
    14%{margin-left:-2px;}
    15%{margin-left:2px;}
    16%{margin-left:-2px;}
    17%{margin-left:2px;}
    18%{margin-left:-2px;}
    19%{margin-left:2px;}
    20%{margin-left:0;}
    100%{margin-left:0;}
  }  
  .about .content .right img{ padding-top: 40px;}
/*关于我们 end*/


/*分页*/
.yema{width:100%;padding-top:3%; padding-bottom:3%;text-align:center;clear:both;overflow:hidden;}
.yema ul{text-align:center;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px; margin-right:3px;  text-align:center; color:#a8a8a8; font-size:14px; border:1px solid #ececec; background:#ffffff;}
.yema a:hover{ text-decoration:none; color:#fff; background:#00a7e1;border:1px solid #00a0e9;}
.yema a.on{color:#fff;  background:#00a0e9;border:1px solid #00a7e1;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#00a7e1;}
.yema a span{ font-family:"宋体"; font-size:16px;}
/*分页 end*/

/*新闻中心列表*/
.news_con {padding-top: 40px; }
.news_con ul{ }
.news_con .list{width:calc(24% - 2px);margin:0 1.5% 20px 0;border:1px solid #eee;background: #fff;}
.news_con .list:nth-child(4n){margin-right:0%;}
.news_con .list .text{padding:15px 15px 15px 15px;}
.news_con .list .text .p1{font-size:13px;color:#999;}
.news_con .list .text .p2{font-size:18px;color:#333;font-weight: 600;margin:10px 0px;line-height:21.5px;}
.news_con .list .text .p3{font-size:14px;color:#999;height:auto;line-height:21.5px;margin-bottom:20px;overflow: hidden;}
.news_con .list .text .t1{padding-top:20px;border-top:1px solid #eee;}
.news_con .list .text .p4{font-size:14px;color:#999999;}
.news_con .list .text .p5{color:#999999;font-size:16px;}
.news_con .list:hover{box-shadow: 0px 0px 30px #ddd;}
.news_con .list:hover .text .p1,
.news_con .list:hover .text .p2,
.news_con .list:hover .text .p4,
.news_con .list:hover .text .p5{
  color:#00A7E1;
}
/*新闻中心列表*/

/*新闻中心详情*/
.news_detail{
  display: block;
  background-color: #f8f8f8;
}
.news_detail .left {
  float: left;
  width: 69%;
  padding-bottom: 0%;
  padding-right: 3%;
  overflow: hidden;
  padding-top: 4%;
  border-right: 1px solid #f0f0f0;
  background: #fff;
}
.news_detail .left .show_t{ line-height:32px;margin-bottom:1%; margin-top:5px;text-align:left;font-size:24px; color:#333333; font-weight:600;}
.news_detail .left .con_line{height:40px; line-height:40px;padding-bottom:1%;font-size:15px; color:#888888; border-bottom:1px solid #f0f0f0; text-align:left;}
.news_detail .left .con_line #hits{font-size:15px; color:#ff0000;}
.news_detail .left .con_line i{padding-right: 5px;color:#00a7e1;}
.news_detail .left .con_line span i{padding-right: 5px;color:#00a7e1;}
.news_detail .left .con_id{line-height:160%;padding-top:4%;padding-bottom:4%;font-size:16px; color:#333;text-align:left;border-bottom:1px dashed #eeeeee;}/* white-space:normal;word-break:break-all; */ 
.news_detail .left .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.news_detail .left .con_id div,.news_detail .left .con_id span,.news_detail .left .con_id p,.news_detail .left .con_id a{
  display: inherit!important;
  line-height: 180%;
  color: #333;
  font-size: 16px; 
  text-align: left!important;
}
.news_detail .left .con_id > img{
  display: block;
  margin:0 auto!important;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center!important;
  vertical-align:middle;
}
.news_detail .left .con_id img{
  margin:0 auto;
  display:block;
  max-width: 100%;
  margin-top:10px;margin-bottom:10px;
  text-align: center!important;
}

/*新闻详情页公用部分*/
.news_detail .right {

}
.news_detail .right .right-hot{
  float: right;
  width: 25%;
  max-width: 390px;
  margin-top: 3%;
  margin-bottom: 2%;
  background: #fff;
}
.news_detail .right .right-hot ul{
  padding: 15px;
  border: 1px solid #f0f0f0;
}
.news_detail .right .right-hot .title{
  line-height: 40px;
  text-align: left;
  color: #333;
  font-size: 20px; 
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}
.news_detail .right .right-hot li{
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.news_detail .right .right-hot li .tit2{
  display: -webkit-box;
  height: auto;
  line-height: 160%;

  text-align: left;
  color: #333;
  font-size: 16px; 
}
.news_detail .right .right-hot li .tit2 a{
  color: #333;
  font-size: 16px; 
}
.news_detail .right .right-hot li .tit2 a:hover{
  color: #00a7e1;
  font-size: 16px; 
}
.news_detail .right .right-hot li .time{
  color: #999;
  font-size: 14px; 
}

.news_detail .right .right-contact{
  float: right;
  width: 25%;
  max-width: 390px;
  margin-top: 1%;
  background: #fff;
}
.news_detail .right .right-contact .text{
  float: left;
}
.news_detail .right .right-contact .text .tit{
  font-size: 20px; 
  font-weight: 600;
  text-align: left;
}
.news_detail .right .right-contact .text .con{
  font-size: 14px; 
  color: #666;
  text-align: left;
}
.news_detail .right .right-contact .text img{
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.news_detail .right .right-contact .email-time{
  float: left;
}
.news_detail .right .right-contact .email-time li{
  line-height: 30px;
  font-size: 16px; 
  color: #454545;
}
.news_detail .right .right-contact .email-time li a{
  font-size: 16px; 
  color: #454545;
}
.news_detail .right .right-contact .email-time li a:hover{
  font-size: 16px; 
  color: #00a7e1;
}
.news_detail .right .right-contact .email-time li i{
  padding-right: 10px;
  font-size: 16px; 
  color: #00a7e1;
}
/*新闻详情页公用部分 end*/
/*新闻中心详情 end*/

/*上一条下一条返回列表*/
.nd-np{
  padding-top: 25px;
  margin-bottom: 70px;
  border-top: 0px dashed #E0E0E0;
}
.nd-np-a{
  float: left;
}
.nd-np-a a{
  font-size: 14px;
  color: #383838;
  padding: 10px 16px;
  border: 1px solid #E0E0E0;
  margin-right: 10px;
}
.nd-np-a a:hover{
  font-size: 14px;
  color: #fff;
  padding: 10px 16px;
  border: 1px solid #00a7e1;
  background: #00A0E9;
  margin-right: 10px;
}
.nd-np-a i{
  padding-top: 10px;
  font-size: 20px;
  color: #383838;
}
.nd-np-a a i{
  font-size: 20px;
  color: #383838;
}
.nd-np-a a:hover i{
  font-size: 20px;
  color: #fff;
}
.nd-np-div{
  float: right;
  margin-top: 5px;
}
.nd-np-div .nd-np-back{
  padding: 10px 16px 10px 50px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #E0E0E0;
  background: url('../images/back.png') no-repeat 18px center;
}
.nd-np-div a:hover.nd-np-back{
  font-size: 14px;
  color: #fff;
  padding: 10px 16px 10px 50px;
  border: 1px solid #00a7e1;
  background-color: #00a7e1;
  background:#00a7e1 url('../images/back-on.png') no-repeat 10px center;
}
/*上一条下一条返回列表*/

/*联系我们*/
.contact_Information{
  padding-top: 40px;
}
.contact_Information ul{
  padding-top: 40px;
}
.contact_Information ul li{
  float: left;
  width: 23.5%;
  height: 217px;
  padding: 1%;
  margin-right: 2%;
  text-align: center;
  color:#999;
  font-size: 16px;
  border: 1px solid #efefed;
  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.contact_Information ul li:nth-child(4){
  margin-right: 0%;
}
.contact_Information ul li i{
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color:#00a7e1;
  font-family: Arial;
  font-size: 50px;
}
.contact_Information ul li dl{
  display: block;
  line-height: 23px;
  margin-top: 20px;
  text-align: center;
  color:#666;
  font-size: 15px;
}
.contact_Information ul li dl a{
  color:#666;
  font-size: 15px;
}
.contact_Information ul li dl a:hover{
  color:#00a7e1;
  font-size: 15px;
}

.method-map {display: inline-block; width: 100%;margin-top: 50px;position: relative; z-index: 10;}
.baiduMap { height: 500px; }
.map-address { position: absolute; z-index: 22; bottom: 0; left: 0; width: 100%; text-align: center; padding: 10px 15px; background-color: #f8f8f8; font-size: 0; }
.map-address .address { display: inline-block; vertical-align: top; color: #00A7E1; font-size: 14px; line-height: 24px; position: relative; width: auto; padding-left: 12px; }
.map-address .address:after { content: ''; display: block; position: absolute; width: 14px; height: 14px; background: url(../images/addricon.png) no-repeat scroll center; background-size: contain; top: 5px; left: -5px; }

.anchor {
    display: block;
    position: relative;
    top: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact_Feeback{padding-top: 40px;padding-bottom: 40px;}
.contact_Feeback .ContactForm{}
.contact_Feeback .ContactForm .Box{ padding:0 1%; display: block; font-size:0; }
.contact_Feeback .ContactForm .form{ padding:30px 0 50px; }
.contact_Feeback .ContactForm .form>*{ display:inline-block; }
.contact_Feeback .ContactForm .lw-w-6{ width:48%; }
.contact_Feeback .ContactForm .lw-w-6:nth-child(2n+2){ margin-left:4%; }
.contact_Feeback .ContactForm .tip{ font-size: 18px; line-height: 22px; color:#333; }
.contact_Feeback .ContactForm .tip .i{ color:#ff0000; display:none; }
.contact_Feeback .ContactForm .error .tip .i{ display:inline-block; }
.contact_Feeback .ContactForm .input{ display: block; width: 100%;line-height: 30px;padding:10px 2.2%;margin:10px 0 20px;background-color:#F3F4F7; font-size: 14px;color:#333; }
.contact_Feeback .ContactForm .submit{display:block;margin:0 auto;width:196px;height: 44px;line-height: 44px;border-radius:25px;text-align:center; background-color: #454545; font-size: 16px; color:#fff; cursor:pointer;}
.contact_Feeback .ContactForm .submit:hover{ background-color: #00A7E1; }
.lw-w-6{ width:50%; }
.lw-sw-12{ width:100%; }
.lw-w-12{ width:100%; }



.feedback-module { width: 100%; position: relative; }
.feedback-module .online-wover { padding-top: 20px; }
.feedback-form { width: 100%; }

.feedback-list { margin-left: -5px; margin-right: -5px; }
.feedback-list li {float: left; margin-bottom: 10px; padding-left: 5px; padding-right: 5px; }

.feedback-control {position: relative; width: 100%; }
.feedback-control .control { display: block; width: 100%; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; height: 46px; font-size: 14px; color: #666666; padding-left: 15px; padding-right: 50px; border: 1px solid #e8e8e8; }
.feedback-control .control::-webkit-input-placeholder { /* WebKit browsers */ color: #808080; }
.feedback-control .control::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #808080; }
.feedback-control .control:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #808080; }

.feedback-control .control:focus { border-color: #00a7e1; }
.feedback-control .control:focus + .icon::before { opacity: 1; }
.feedback-control .control:focus + .icon::after { opacity: 0; }
.feedback-control .icon { position: absolute; top: 8px; right: 14px; width: 24px; height: 30px; }
.feedback-control .icon::after, .feedback-control .icon::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.feedback-control .icon::before { z-index: 2; opacity: 0; }
.feedback-control .icon::after { z-index: 1; opacity: 1; }
.feedback-control .icon01::before { background-image: url(../images/icon01s.png); }
.feedback-control .icon01::after { background-image: url(../images/icon01.png); }
.feedback-control .icon02::before { background-image: url(../images/icon02s.png); }
.feedback-control .icon02::after { background-image: url(../images/icon02.png); }
.feedback-control .icon03::before { background-image: url(../images/icon03s.png); }
.feedback-control .icon03::after { background-image: url(../images/icon03.png); }
.feedback-control .icon04::before { background-image: url(../images/icon04s.png); }
.feedback-control .icon04::after { background-image: url(../images/icon04.png); }
.feedback-control .icon05::before { background-image: url(../images/icon05s.png); }
.feedback-control .icon05::after { background-image: url(../images/icon05.png); }
.feedback-control .icon06::before { background-image: url(../images/icon06s.png); }
.feedback-control .icon06::after { background-image: url(../images/icon06.png); }

.feedback-control .comarea { display: block; width: 100%; height: 180px; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; border: 1px solid #edeae8; padding: 8px 15px; line-height: 26px; color: #808080; font-size: 14px; }
.feedback-control .comarea::-webkit-input-placeholder { /* WebKit browsers */ color: #808080; }
.feedback-control .comarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #808080; }
.feedback-control .comarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #808080; }
.feedback-control .comarea:focus { border-color: #00a7e1; }
.feedback-control .comarea:focus + .icon::before { opacity: 1; }
.feedback-control .comarea:focus + .icon::after { opacity: 0; }
.feedback-control .offset { color: #d7d7d7; font-size: 14px; position: absolute; right: 15px; bottom: 15px; }

.feedback-codeImage { padding-right: 100px; position: relative; }
.feedback-codeImage .codeImage { display: block; position: absolute; overflow: hidden; top: 0; right: 0; width: 100px; height: 46px; border: 1px solid #e8e8e8; border-left: none; }
.feedback-codeImage .codeImage img { display: block; width: 100%; height: 100%; }
.feedback-codeImage .feedback-control .control { padding-right: 20px; }

.require-btnblock { text-align: center; font-size: 0; padding-top: 20px; }
.require-btnblock .inblock { display: inline-block; vertical-align: top; width: auto; padding: 0 3px; }
.feedback-submit { width: 100%; overflow: hidden; position: relative; }
.feedback-submit .control { display: block; width: 135px; height: 46px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer; background-color: #00a7e1; color: #ffffff; font-size: 14px; border: none; }
.feedback-reset { width: 100%; overflow: hidden; position: relative; }
.feedback-reset .control { display: block; width: 135px; height: 46px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background-color: #e8e8e8; color: #666666; font-size: 14px; border: none; cursor: pointer; }
/*联系我们 end*/

/*隐私政策*/
.privacyPolicy{
  padding-top: 40px;
  padding-bottom: 30px;
}
.privacyPolicy div,.privacyPolicy span,.privacyPolicy p{
  line-height: 180%;
  color: #333;
  font-size: 14px; 
  text-align: left!important;
}
.privacyPolicy a{
  color: #00A7E1;
  font-size: 14px; 
}
.privacyPolicy a:hover{
  color: #00A7E1;
  font-size: 14px; 
}
.privacyPolicy strong{
  line-height: 140%;
  color: #333;
  font-size: 20px; 
}
.privacyPolicy > img{
  display: block;
  margin:0 auto!important;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center!important;
  vertical-align:middle;
}
.privacyPolicy img{
  margin:0 auto;
  display:block;
  max-width: 100%;
  margin-top:10px;margin-bottom:10px;
  text-align: center!important;
}

/*响式应布局*/
@media screen and (max-width:1760px) {

}

@media screen and (max-width:1680px){
  .channel-title { font-size: 30px; }
  .second-level ul li { margin-left: 40px; }
}

@media screen and (max-width:1600px){
  /*首页公司简介*/
  .company .content {
    padding: 10px 0px;
  }
}

@media screen and (max-width:1560px) {
 
}

@media screen and (max-width:1450px) {
    /*当前位置*/
    .position{height:auto;}
}

@media screen and (max-width:1440px) {
  /*首页公司简介*/
  .company .content>.left {
    max-width: 650px;
    width: 100%;
    margin-right: 40px;
  }
  .company .content .right ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    width: 100%;
    background-color: #fff;
  }

  /*首页合作平台*/
  #owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-15px;}
  #owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-15px;}

  /*当前位置*/
  .position{height:auto;}

  /*产品详细*/
  .pro_one .pro_box .com_pro_one_limg{ min-width:652px;}
  .pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ top:10px;}
  .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{ height:510px;}
  .pro_one .pro_one_r .content_timgr img{width: 806px; height:785px; }
}

@media screen and (min-width:1400px){
    /*顶部*/
    .header .nav {
/*         margin-left: 45px; */
    }
    .header .nav > ul > li {
      margin-right: 30px;
    }
    .header .nav > ul > li:last-child {
      margin-right: 0;
    }
    .header .search .searchBar {
      width: 920px;
    }
  /*顶部*/

  /*首页公司简介*/
  .company .content>.left {
    max-width: 630px;
    width: 100%;
    margin-right: 24px;
  }
  .company .content .right ul {
    flex-wrap: wrap;
    max-width: 760px;
    width: 100%;
  }

  /*产品详细*/
  .pro_one{padding:0% 2% 0% 2%;padding-top:0%;margin-bottom:0%;background:#f3f5f6;overflow:hidden;}
  .pro_one .pro_box{margin:0 auto; width:100%; max-width:1400px;padding-top:30px; padding-bottom:30px; position:relative;overflow:hidden;}
}

@media screen and (max-width:1380px){

}

@media screen and (max-width:1366px){
  /*首页公司简介*/
  .company .content>.left {
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
  }
  .company .content .right ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 721px;
    width: 100%;
    background-color: #fff;
  }

  /*产品详细*/
  .pro_one{padding:0% 2% 0% 2%;padding-top:0%;margin-bottom:0%;background:#f3f5f6;overflow:hidden;}
  .pro_one .pro_box{margin:0 auto; width:100%; max-width:1400px;padding-top:30px; padding-bottom:30px; position:relative;overflow:hidden;}
  .pro_one .pro_box .com_pro_one_limg .pro_imgsmall {top: 0px;}
  .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal {height: 507px;}

  /*联系方式*/
  .contact_Information ul li {
    height: 207px;
  }
  .contact_Information ul li dl {
    display: block;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
  }
}

@media screen and (max-width:1360px){
  /*首页公司简介*/
  .company .content>.left {
    max-width: 595px;
    width: 100%;
    margin-right: 20px;
  }
  .company .content .right ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 721px;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width:1290px){
 
}

@media screen and (max-width:1280px){
  /*首页公司简介*/
  .company .content>.left{
    max-width: 44%;
    margin-right: 25px;
  }
  .company .content .right ul li {
    width: 220px;
    height: 220px;
  }

  /*关于我们*/
  .qualification .content .right h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .qualification .content .right .num>div {
    margin-right: 80px;
  }

  /*产品详情*/
  .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal {height: 425px;}
}

@media screen and (max-width:1260px){
  /*标题*/
  .inside-title .title { font-size: 30px; padding-bottom: 14px; }
  .inside-title .title:after { width: 60px; }
  .inside-title .ensub { font-size: 50px; } 
  /*标题*/

  /*当前位置*/
  .commonweb { margin: 0px auto; max-width: 1200px; padding: 0; }
  .channel-title { font-size: 26px; line-height: 80px; }
  .second-level ul li { line-height: 80px; }
  .second-level ul li a { font-size: 16px; }

  /*联系我们*/
  .method-listcon { padding-top: 55px; padding-bottom: 30px; }
  .method-list ul { margin-left: -50px; margin-right: -50px; }
  .method-list ul li { padding-left: 50px; padding-right: 50px; margin-bottom: 50px; }
  .method-list ul li .cons { padding: 27px 5px 35px 5px; }
  .method-list ul li:last-child .cons { padding-bottom: 21px; }
  .method-list ul li .icon { width: 100px; }
  .method-list ul li .title { font-size: 16px; }
  .method-list ul li .word .as { font-size: 16px; }
  .baiduMap {height: 400px; }
  .map-address .address { font-size: 16px; }
  .contact-feedback { padding-top: 70px; padding-bottom: 80px; }
  .feedback-desc { padding-bottom: 55px; font-size: 16px; }
  .feedback-control .control { height: 52px; padding-left: 20px; padding-right: 55px; }
  .feedback-control .icon { top: 11px; right: 16px; width: 30px; }
  .feedback-control .comarea { padding: 12px 20px; }
  .feedback-codeImage .codeImage { height: 52px; }
  .feedback-submit .control { height: 46px; }
  /*联系我们*/
}

@media screen and (max-width:1200px){
  /*首页畅销产品*/
  .bestSellerPro{ padding-bottom:45px; }
  .bestSellerPro .Btns a{ z-index:2; }
  .bestSellerPro .Btns .prev{ left:0; }
  .bestSellerPro .Btns .next{ right:0; }
  .bestSellerPro .swiperBox .swiper-container{ padding:0; margin:0; }
  .bestSellerPro .swiperBox .cont{ padding:15px 10px 5px; }
  .bestSellerPro .swiperBox .model{ font-size:14px; line-height:22px; }
  .bestSellerPro .swiperBox .title{ line-height:160%; margin-top:10px; }
  /*首页畅销产品*/

  /*产品详细*/
  .pro_one {padding: 0% 0% 0% 0%;}
  .pro_one .pro_box{ width:96%;}
  .pro_one .pro_box .com_pro_one_limg{ min-width:550px;}
  .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{ height:360px;}

  /*联系我们-在线留言*/
  .ContactBlock .ContactForm{ padding:45px 0; }
  .ContactBlock .ContactForm .form{ padding:15px 0 40px; }
  .ContactBlock .ContactForm .input{ margin:10px 0 20px; padding:10px 15px; }
  .ContactBlock .ContactForm .tip{ font-size:16px; }
  .ContactBlock .ContactForm .submit{ line-height:44px; height:44px; border-radius:22px; font-size:16px; }
}

@media screen and (max-width:1160px){
  /*首页合作平台*/
  #owl-demo3 .item dd .txts .p{ font-size:13px;}
}

@media screen and (max-width:1030px){
    /*顶部*/
    .wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        float: right;
    }
    .header {
        height: 50px;
        z-index: 105;
        top: 0px;
        right: 0;
        left: auto;
        position: fixed;
    }
    .header .headerWelcome{
      display: none;
    }
    .header .logo{
        width: 80px;
        height: auto;
        padding-top: 5px;
        float: none;
        margin: 10px auto 0 auto;
    }
    .header .language,
    .header .user{
        display: none;
    }
    .header .language{
        margin-right: 50px;
    }
    .header .search .tit,
    .header .user .tit,
    .header .language .tit {
        background-position: 12px center;
        padding-left: 40px;
        height: 34px;
        line-height: 34px;
        margin-top: 8px;
    }
    .header .language .tit{
        background-image: url(../images/language.png);
    }
    .header .user .down,
    .header .language .down {
        top: 50px;
        padding: 0 20px 20px 20px;
    }
    .header .user .down .box,
    .header .language .down .box {
        width: 164px;
        margin-top: 10px;
        padding: 0 12px;
        box-shadow: 0px 0px 10px 2px #dddddd;
    }
    .header .user .down .box:after,
    .header .language .down .box:after {
        border-width: 6px;
        margin-left: -6px;
    }
    .header .language .down .box a {
        height: 40px;
        line-height: 40px;
    }
    .header .language .down .box a:hover {
        color: #222222;
    }
    .header .user .tit {
        width: 50px;
        background-position: center;
    }
    .header .user .down .box{
        padding-top: 1px;
    }
    .header .user .down .box .portrait {
        margin: 12px auto 0 auto;
    }
    .header .user .down .box .name {
        margin-top: 6px;
    }
    .header .user .down .box a:hover {
        color: #333333;
    }
    .header .user .down .box ul {
        margin-top: 10px;
    }
    .header .user .down .box ul li .icon {
        margin-left: 10px;
    }
    .header .user .down .box ul li .txt {
        margin-left: 14px;
        width: 92px;
    }

    .header .search{
        margin: 0px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    .header .search .tit {
        width: 50px;
        background-position: center;
        background-image: url(../images/search.png);
    }
    .header .search .titbg{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 50px;
        height: 34px;
        line-height: 34px;
        margin-top: 8px;
        text-align: center;
    }
    .header .search .titbg svg{
        vertical-align: middle;
        width: 22px;
        height: 22px;
    }
    .header .search .searchBar {
        width: 100%;
        position: fixed;
        right: 0px;
        top: 0px;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        display: none;
        z-index: 210;
    }
    .header .search .searchBar .inpubox .closeBtn,
    .header .search .searchBar .inpubox .searchBtn {
        width: 50px;
        height: 50px;
    }
    .header .search .searchBar .inpubox .searchBtn{
        background-image: url(../images/search.png);
    }
    .header .search .searchBar .inpubox .closeBtn {
        width: 50px;
    }
    .header .search .searchBar .inpubox .closeBtn:hover {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    .header .search .searchBar .inpubox .inpu {
        padding: 0 50px 0 50px;
    }
    .header .search .searchBar .inpubox .inpu input {
        height: 50px;
        line-height: 50px;
    }
    .header .search .searchBar ul {
        margin-top: 12px;
    }
    .header .search .searchBar ul li {
        margin-bottom: 4px;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .header .search .searchBar ul li a {
        height: 30px;
        line-height: 30px;
        text-indent: 0px;
    }
    .header .search .searchBar ul li a:hover {
        background: none;
    }
    .header .shopping{
        display: block;
        width: 50px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 13px;
        z-index: 6;
        background: url(../images/language.png) no-repeat center;
        background-size: 20px auto;
        border-left: solid 1px #cccccc;
    }
    .header .menuBtn {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 130;
    }
    .header .menuBtn span {
        width: 24px;
        height: 0.14em;
        background: #434343;
        border-radius: 3px;
        position: absolute;
        left: 13px;
        top: 23px;
        z-index: 2;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }
    .header .menuBtn span.line1 {
        top: 15px;
    }
    .header .menuBtn span.line3 {
        top: 31px;
    }
    /*.header .nav {
        width: 200px;
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        margin: 0;
        z-index: 105;
        background: #fff;
        overflow: auto;
        min-height: 100%;
        padding-bottom: 100px;
    }
    .header .nav .bottom{
        display: block;
    }
    .header .nav .tit {
        display: block;
        font-size: 30px;
        font-weight: bold;
        color: #e12524;
        text-align: center;
        padding: 20px 0;
    }*/
    .wrapper.shiftLeft {
        margin-right: -200px;
    }
    .wrapper.shiftLeft .header {
        right: -200px;
        z-index: 105;
    }
    .wrapper .header.static{
        padding-top: 1px;
        position: relative;
        z-index: 90;
    }
    .wrapper.shiftLeft .header.static{
        position: fixed;
        z-index: 105;
    }
    .wrapper.shiftLeft .header .nav {
        left: 0;
        margin: 0;
    }
    .wrapper .menuBtn.on span{
        background: #fff;
    }
    .wrapper .menuBtn.on span.line1,
    .wrapper.shiftLeft .menuBtn span.line1 {
        top: 23px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    .wrapper .menuBtn.on span.line2,
    .wrapper.shiftLeft .menuBtn span.line2 {
        opacity: 0;
    }
    .wrapper .menuBtn.on span.line3,
    .wrapper.shiftLeft .menuBtn span.line3 {
        top: 23px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .header .nav {
        width: 100%;
        min-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 105;
        margin: 0px;
        background: #373941;
        overflow: auto;
        display: none;
        opacity: 0.98;
    }
    .header .nav .logo{
        width: 80px;
        height: auto;
        margin: 10px auto 0 auto;
        display: block;
    }
    .header .nav .logo img{
        width: 100%;
        display: block;
    }
    .header .nav .bottom {
        display: block;
    }
    .header .nav > ul{
        padding: 0 54px;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .header .nav > ul > li {
        float: none;
        margin: 0;
        border-bottom: solid 1px #666666;
    }
    .header .nav > ul > li.down > a {
        background: url(../images/arrow21.png) no-repeat right 0 center;
        background-size: 10px auto;
        padding: 0;
    }
    .header .nav > ul > li.now > a{
        background-image: url(../images/arrow22.png);
    }
    .header .nav > ul > li.on > a,
    .header .nav > ul > li > a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
    }
    .header .nav .sub2,
    .header .nav .sub1 {
        width: 100%;
        min-width: 160px;
        position: static;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        background: none;
    }
    .header .nav .sub2 li,
    .header .nav .sub1 li {
        width: 100%;
        background: none;
        margin: 0;
        float: none;
    }
    .header .nav .sub2 li a,
    .header .nav .sub1 li a:hover,
    .header .nav .sub1 li a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: left;
        color: #ccc;
        padding: 0;
        text-indent: 20px;
        border-top: dashed 1px #545960;
    }
    .header .nav .sub2 li .txt {
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
    }
    .header .nav .sub2 li .txt .p2 {
        font-size: 14px;
        color: #ccc;
    }
    .header .nav .sub2 li .txt .p1,
    .header .nav .sub2 li a::after,
    .header .nav .sub2 li .pic {
        display: none;
    }
    
    .header .nav .bottom{
        text-align: center;
        line-height: 50px;
        margin-top: 30px;
    }
    .header .nav .bottom center{
      display: inline-block;
    }
    .header .nav .bottom a{
        width: 105px;
        height: 34px;
        line-height: 34px;
        float: left;
        background: no-repeat center;
        background-size: 100% 100%;
        margin-left: 10px;
        font-size: 20px;
        color: #fff;
    }
/*     .header .nav .bottom a.wb{
        background-image: url(../images/nav_bottom1.png) center no-repeat;;
    }
    .header .nav .bottom a.dl{
        background-image: url(../images/nav_bottom2.png) center no-repeat;;
    }
    .header .nav .bottom a.kf{
        background-image: url(../images/nav_bottom3.png) center no-repeat;;
    } */
    .header .nav .bottom a.ca{
        background: url(../images/nav_bottom4.png) center no-repeat;
    } 
    .header .nav .bottom a.ua{
        background: url(../images/nav_bottom5.png) center no-repeat;
    } 
    .header .nav .bottom a.emali{
        width: auto;
    }
    /*顶部 end*/

    /*底部*/
    .footer {
/*  padding-top: 30px; */
        padding: 30px 0px;
    }
    .footer .linkList {
        width: 100%;
        padding-left: 0%;
        padding-top: 0%;
    }
    .footer .linkList .list {
        float: none;
        border-bottom: solid 1px #ddd;
        text-align: left;
    }
    .footer .linkList .list .tit:hover,
    .footer .linkList .list .tit {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        color: #333;
        display: block;
        font-weight: normal;
        text-indent: 20px;
        background: url(../images/add.png) no-repeat right 20px center;
        background-size: 15px auto;
    }
    .footer .linkList .list .tit.on:hover,
    .footer .linkList .list .tit.on{
        background-image: url(../images/add2.png);
    }
    .footer .linkList .list ul {
        margin-top: 0px;
        padding-bottom: 10px;
        display: none;
    }
    .footer .linkList .list ul li {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0px;
        text-indent: 20px;
    }
    .footer .linkList .list ul li a:hover,
    .footer .linkList .list ul li a {
        color: #84868a;
    }

    .footer .logo {
      width: 100%;
    }
    .footer .friendship {
/*         max-width: 200px; */
        margin: 10px auto 0 auto;
        width: 100%;
        text-align: left;
    }
    .footer .friendship .tit {
        width: 100%;
        height: 40px;
        line-height: 38px;
        float: none;
        text-indent: 0px;
        box-sizing: border-box;
        padding: 0 12px;
    }
    .footer .friendship ul {
        bottom: 58px;
        width: 100%;
        display: none;
    }
    .footer .friendship ul li {
        border-bottom: solid 1px #5a5c61;
    }
    .footer .friendship ul li:last-child {
        border-bottom: none;
    }
    .footer .friendship ul li a:hover {
        color: #84868a;
    }

    .footer .footerContact {
      width: 100%;
        margin-top: 20px;
        padding: 8px 12px;
        box-sizing: border-box;
    }
    .footer .footerContact ul {
      margin-top: 15px;
  }
    .footer .footerContact a {
        font-size: 14px;
    }
    .footer .footerContact a:hover {
        color: #84868a;
        font-size: 14px;
    }
    /*底部 end*/

    /*标题*/
    .inside-title { padding-top: 20px; }
    .inside-title .title { font-size: 25px; padding-bottom: 10px; }
    .inside-title .title:after { width: 50px; }
    .inside-title .ensub { font-size: 40px; }

    .tit{margin-bottom: 20px;text-align: center;font-size: 26px;color: #323232;}
    /*标题*/

    /*内页banner*/
    #AutoBan{margin-top:78px;}
  
    /*首页产品分类*/
    .indexProType {
      padding: 10px 10px;
      box-sizing: border-box;
    }
    .indexProType .item {
      width: 100%;
    }
    .indexProType .item_list{
      float:left;
      width: 50%;
    }
    .indexProType .pic2{
      display: block;
    }
    .indexProType .pic1{
      display: none;
    }
    .indexProType .box.left{
      display: block;
      margin-left: 0px;
      margin-right: 0%;
    }
    .indexProType .box{
      max-width: 100%;
      margin: 0 auto 5px auto;
    }
    .indexProType .box a:hover img{
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
    }
    .indexProType.box .text{
      padding: 0 0 10px 10px;
    }
    .indexProType .box .text .title{
      font-size: 18px;
    }
    .indexProType .box .text .txt{
      line-height: 20px;
      font-size: 14px;
      margin-top: 10px;
    }
    /*首页产品分类 end*/

    /*首页畅销产品*/
    .bestSellerPro{padding-top: 20px;}
    .bestSellerPro .Btns .prev{ left:-15px; }
    .bestSellerPro .Btns .next{ right:-12px; }
    /*首页畅销产品 end*/

    /*首页公司简介*/
    .company .content{
        flex-direction: column;
    }
    .company .content>.left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .company .content .left h2 {
      font-size: 26px;
      color: #00a7e1;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 15px;
    }
    .company .content .left>p {
      font-size: 14px;
      color: #404040;
      line-height: 1.4;
      margin-bottom: 20px;
    }
    /*首页公司简介*/

    /*当前位置*/
    .position2{margin-top: 78px;background:#f8f8f8;}

    /*关于我们*/
    .about .content .left {
      max-width: 100%;
      width: 100%;
      padding-top: 30px;
    }
    .about .content .right {
      max-width: 100%;
    }

    /*产品中心分类*/
    .about_l{float: left;width:282px; overflow:hidden; margin-right:2.2%; margin-top:-50px; margin-bottom:0%; position:relative;}
    .about_l .about_l_titile{height:50px;color:#fff; background:url(../images/about_bg2.png) no-repeat; background-size:100% 100%;overflow: hidden;/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05); box-shadow: 0 5px 15px rgba(0,0,0,0.05);*/}
    .about_l .about_l_titile .h1{font-weight:normal; font-size:20px;height:50px;line-height:50px; padding-left:23px; margin-top:0px;overflow:hidden; }
    .about_l .about_l_titile span{color:#9cceec;font-size:14px;display:block;line-height:20px; height:20px;padding-left:23px;text-transform:uppercase;}

    .about_l .i_left_ul2 li:after{content:""; position:absolute; left:0; top:15px; width:4px; height:28px; background:#00a7e1;}
    /*产品中心分类*/

    /*产品中心列表*/
    .product_ul ul li .cont .title{
      line-height: 24px;
      color:#333;
      font-size:16px;
    }
    .product_ul ul li a .cont .title{
      color:#333;
      font-size:16px;
    }
    .product_ul ul li a:hover .cont .title{
      color:#00a7e1;
      font-size:16px;
    }
    .product_ul ul li .cont .dest{
      margin-top: 10px;
      line-height: 20px;
      color:#999;
      font-size:14px;
    }
    .product_ul ul li .cont .more {
      margin-top: 0px;
    }
    .product_ul ul li .cont .more i{
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-top: 10px;
      text-align: center;
      color:#999;
      font-size:16px;
      border:1px solid #999;
      border-radius: 50%;
      -moz-border-radius:50%;-webkit-border-radius:50%;
    }
    .product_ul ul li a .cont .more i{
      color:#999;
      font-size:16px;
    }
    .product_ul ul li a:hover .cont .more i{
      color:#00a7e1;
      font-size:16px;
      border:1px solid #00a7e1;
    }

    /*产品详情*/
    .pro_one .pro_box .com_pro_one_limg .content_timglt {
      width: calc(100% - 62px);
      width: -webkit-calc(100% - 121px);
      width: -moz-calc(100% - 62px);
      overflow: hidden;
      text-align: center;
      position: relative;
    }
    .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal {
      height: 338px;
    }
    .pro_one .pro_one_r .proMore li {
      width: 40%;
    }

    /*联系方式*/
    .contact_Information ul li {
      height: 227px;
    }

    /*联系我们*/
    .method-listcon { padding-top: 45px; padding-bottom: 20px; }
    .method-list ul { margin-left: -20px; margin-right: -20px; }
    .method-list ul li { padding-left: 20px; padding-right: 20px; margin-bottom: 30px; }
    .method-list ul li .cons:hover { -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
    .method-list ul li .icon { width: 90px; margin-bottom: 8px; }
    .baiduMap { height: 360px; }
    .contact-feedback { padding-top: 60px; padding-bottom: 70px; }
    .feedback-module .online-cover { float: right; width: 34.16667%; }
    .feedback-module .online-wover { padding-top: 0px;padding-right: 20px;display: block; width: auto; overflow: hidden;}
    .feedback-cover { float: right; width: 41.42857%; }
    .feedback-wover { padding-top: 0px; display: block; width: auto; overflow: hidden; padding-right: 3.92857%; }
    .feedback-banner { -webkit-box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.1); box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .require-btnblock { text-align: left; }
    .require-btnblock .inblock { padding: 0 5px 0 0; }
    .feedback-submit .control { width: 190px; }
    .feedback-submit .control:hover { background-color: #00a7e1; opacity: 0.9; }
    .feedback-reset .control { width: 190px; }
    .feedback-reset .control:hover { background-color: #dbd9d9; }
    /*联系我们*/
}

@media screen and (max-width:1000px) {
    /*首页畅销产品*/
    .bestSellerPro{ padding-bottom:35px; }
}

@media screen and (max-width:980px){
 
}

@media screen and (max-width: 960px) {
    /*当前位置*/
    .Location{height:50px; line-height:50px; font-size:14px;}
    .Location .rclass{ display:block;}

    .Location .Location_b{ display:none;}
    .Location .Location_b a{ float:none; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff;}
    .Location .Location_b a:after{ height:0;border-bottom:none;}
    .Location .Location_b a.isel{background-color:rgba(0,167,225,0.98);color:#fff;filter:Alpha(opacity=98); position:static;*zoom:1;}
    /*分类弹窗*/
    .about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
    .Location_b.lws .about_tc{ width:80%;}
    .Location_b.lws{ display:block;}
    .about_l.lws .about_tc{ width:100%;}
    .about_tc .about_divs{ position:absolute; right:0;top:0; width:85%;height:100%;background-color:#373941;opacity: 0.9;overflow:hidden;}
    .about_tc .closed2{ right:85%; position:absolute; top:150px; cursor:pointer; width:40px; display:block;}
    .about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
    /*当前位置*/

    /*产品分类当前位置*/
    .position{height:50px; line-height:50px; font-size:14px;}
    .position .rclass{ display:block;}

    .about_l{ float:none; width:0%; background:none; margin-right:0; z-index: 19891025; right: 0%; position:absolute; overflow: hidden; top:0; height:100%; margin-top:0; margin-bottom:0;}
    .about_l.lws{ width:90%; max-width:310px;}
    .about_l .about_l_titile{ height:50px;}
    .about_l .about_l_titile .h1{ height:50px; line-height:50px; font-size:18px; margin-top:0px;}
    .about_l .about_l_titile span{font-size:12px;}
    .about_l .i_left_ul2 li{ padding-top:5px; padding-bottom:5px;}
    .about_l .i_left_ul2 li:after{ top:16px; height:22px;}
    .about_l .i_left_ul2 li h2{ height:44px; line-height:44px; margin-left:26px;  margin-right:22px; font-size:15px;}
    .about_l .i_left_ul2 li h1{ height:44px; line-height:44px; margin-left:15px;  margin-right:10px; font-size:14px;}
    .about_l .i_left_ul2 li div{ margin-left:20px; margin-right:10px;margin-top: 10px;font-size:14px;padding-bottom:10px;}
    .about_l .i_left_ul2 li div a{ height:36px; line-height:36px; background-size:8px 8px;}
    .about_r{ padding-top:0;}
    /*内页产品当前位置*/

    /*产品详细*/
    .pro_one .pro_box .com_pro_one_limg{ min-width:inherit; width:94%; max-width:600px; margin:0 auto; float:none;}
    .pro_one .pro_box .com_pro_one_limg .content_timglt{width: calc(100% - 0px); width: -webkit-calc(100% - 0px); width: -moz-calc(100% - 0px);}
    .pro_one .pro_box .com_pro_one_limg #drag_img{ display:none!important;}
    .pro_one .pro_one_r .content_timgr{display:none!important;}
    .pro_one .pro_box .com_pro_one_limg{ overflow:visible;}
    .pro_one .pro_box .com_pro_one_limg .productT{ width:100%; height:0;top:42%; margin-top:-7px;}
    .pro_one .pro_box .com_pro_one_limg .productT a{ }
    .pro_one .pro_box .com_pro_one_limg .productT a.product_Ar{ left:-24px; right:auto; background-image:url(../images/product_left2.png);}
    .pro_one .pro_box .com_pro_one_limg .productT a.product_Ar:hover{background-image:url(../images/product_left2_on.png);}
    .pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ left:auto; right:-24px;background-image:url(../images/product_right2.png); bottom:auto; background-position:center center;}
    .pro_one .pro_box .com_pro_one_limg .productT a.product_Al:hover{background-image:url(../images/product_right2_on.png);background-position:center center;}
    .pro_one .pro_box .com_pro_one_limg .pro_imgsmall{width:94%; max-width:540px; margin:0 auto; position:relative; right:auto; }
    .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{  height:84px; right:0; position:relative; width:100%; margin-top:10px;}
    .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ margin-bottom:0; margin-right:9px; overflow:visible;/* width:15%; margin-right:2%;*/}
    /*.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); height:auto;}*/
    .pro_one .pro_one_r .boxs{ margin:0 auto; width:96%; max-width:none; margin-top:3%; float:none;}
  }

@media screen and (max-width:835px){
  /*内页banner*/
  #AutoBan{margin-top:96px;}

  /*当前位置*/
  .position {height: 40px;line-height: 40px;font-size: 14px;}
  .position2{margin-top: 96px;background:#f8f8f8;}

  /*产品详情*/
  .pro-des .left {
    display: none;
  }
  .pro-des .right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 3%;
    background: #fff;
  }

  /*新闻详情*/
  .news_detail .left {
    float: left;
    width: 100%;
    padding-bottom: 0%;
    padding-right: 0%;
    overflow: hidden;
    padding-top: 4%;
    border-right: 0px solid #f0f0f0;
    background: #fff;
  }
  .news_detail .right .right-hot {
    display: none;
  }
  .news_detail .right .right-contact {
    display: none;
  }

  /*联系我们*/
  .contact_Information ul {
    padding-top: 0px;
  }
  .contact_Information ul li {
    width: 48.9%;
    height: 217px;
    padding: 1%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .contact_Information ul li:nth-child(2) {
    margin-right: 0%;
  }
}

@media screen and (max-width:810px){

}

@media screen and (max-width:789px){
  /*内页当前位置*/
  .Location .Location_b a{ font-size:14px;}

  /*分页*/
  .yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; margin-right:2px; font-size:13px;}
  .yema a span{ font-size:14px;}
  /*分页 end*/
}

@media screen and (max-width:769px){
    /*-back-top-*/
    .toTop {display: block;bottom:70px;}

    /*内页banner*/
    #AutoBan{margin-top:96px;}
    #AutoBan .pc{ display:none;max-width: 100%;height: auto; text-align: center; }
    #AutoBan .phone{ display:block;max-width: 100%;height: auto;text-align: center; }

    /*当前位置*/
    .commonweb { padding: 0px 20px; }

    /*首页畅销产品*/
    .bestSellerPro .swiperBox .time{ display:none; }
    .bestSellerPro .swiperBox .model{ line-height:20px; }
    .bestSellerPro .swiperBox .title{ line-height:160%; font-size:12px; }

    /*首页公司简介*/
    .company .content{
      padding: 0px 10px;
    }
    .company .content .right ul li{
      width: 33%;
      height: 170px;
    }
    .company .content .left h2{
      font-size: 24px;
    }
    .company .content>.left{
      margin-right: 0;
    }
    .company .content .right ul li span{
      font-size: 28px;
    }

    /*新闻中心列表*/
    .news_con{padding:2rem 0px;}
    .news_con .list{width:calc(49% - 2px);margin:0 2% 20px 0;}
    .news_con .list:nth-child(3n){margin-right:2%;}
    .news_con .list:nth-child(2n){margin-right:0%;}
    .news_con .list .text{padding:1.2rem;}
    .news_con .list .text .p1{font-size:14px;}
    .news_con .list .text .p2{font-size:16px;margin:1rem 0px;}
    .news_con .list .text .p3{margin-bottom:1.2rem;}
    .news_con .list .text .t1{padding-top:1.2rem;}
    /*新闻中心列表*/

    /*联系我们-在线留言*/
    #ContactBlock{ padding-bottom:15px; }
    .ContactBlock .ContactForm{ padding:30px 0; }
    .ContactBlock .ContactForm .Box{ padding:0 15px; }
    .ContactBlock .ContactForm .form{ padding:5px 0 25px; }
    .ContactBlock .ContactForm .lw-w-6{ width:100%; }
    .ContactBlock .ContactForm .lw-w-6:nth-child(2n+2){ margin-left:0%; }
    .ContactBlock .ContactForm .input{ padding:5px 10px; margin:5px 0 10px; }
    .ContactBlock .ContactForm .submit{ width: 100%; }
    .ContactBlock .ContactForm .submit{ line-height:40px; height:40px; border-radius:20px; }
}

@media screen and (max-width:650px){

}

@media screen and (max-width:640px){
  /*标题*/
  .tit2 {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    /* padding-top: 10px; */
    /* margin-bottom: 20px; */
  } 
  .tit2 .title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    }

    .toTop {
      right: 10px;
    }

    /*首页产品分类*/
    .indexProType .item_list{
      float:left;
      width: 100%;
    }

    /*首页合作平台*/
    #owl-demo3.owl-theme .owl-controls .owl-buttons {
      top: 38%;
    }
    #owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
      margin-left: 5px;
    }
    #owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
      margin-right: 5px;
    }
  
    /*内页banner*/
    #AutoBan{margin-top:78px;}
    #AutoBan .pc{ display:none;max-width: 100%;height: auto; text-align: center; }
    #AutoBan .phone{ display:block;max-width: 100%;height: auto;text-align: center; }

    /*当前位置*/
    .Location{height:44px; line-height:44px; font-size:13px;}
    .Location .postions_r img{height:12px;}

    /*分页*/
    .yema a{ font-size:12px;}
    .yema a span{ font-size:13px;}
    /*分页 end*/

    /*产品分类当前位置*/
    .position{height:40px; line-height:40px; font-size:13px;}
    .position .postions_r img{ height:12px;}
    .position2{margin-top: 80px;background:#f8f8f8;}

    /*新闻中心列表*/
    .news_con {
      padding: 0rem 0px;
      padding-top: 35px;
    }

    /*产品中心列表*/
    .product_ul ul li .cont .dest {
      margin-top: 5px;
    }
    .product_ul ul li .cont .more i {
      margin-top: 5px;
    }

    /*产品详细*/
    .pro_one .pro_box .com_pro_one_limg{ width:100%;}
    .pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ width:90%;}
    .pro-des .right {
      float: left;
      width: 99%;
      margin-left: 1%;
      padding-top: 1%;
      margin-bottom: 3%;
      background: #fff;
    }
    .pro_one .pro_one_r .h2 {
      font-weight: lighter;
      font-size: 18px;
      color: #000;
      padding-bottom: 2%;
      line-height: 1.5;
    }
    .pro-des .right .protype-tit {
      line-height: 22px;
      padding-bottom: 10px;
      color: #00A7E1;
      font-size: 18px;
      border-bottom: 1px solid #F0F0F0;
    }
    .pro-des .right .pro-destcon .title {
      padding-top: 30px;
      padding-bottom: 30px;
      line-height: 30px;
      color: #333;
      font-size: 18px;
      text-align: center;
    }
}

@media screen and (max-width:600px){
  /*底部*/
  .footer {
      padding: 20px 0px 10px 0px;
  }
  .copyright .Payment {
    float: right;
    width: 100%;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .copyright {
    display: flex;
    width: 100%;
    padding-top: 6px;
    line-height: 30px;
    border-top: solid 0px #eddada;
    background-color: #00a7e1;
    font-size: 12px;
    color: #fff;
  }

  /*关于我们*/
  .about .content .right {
    max-width: 100%;
    text-align: left;
  }
  .about .content .right img {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 80%;
    text-align: center;
  }
  .scenario-mainswiper ul li .word { width: 100%; position: absolute; z-index: 22; left: 0; bottom: 0; padding: 10px 10px; background-color: rgba(255, 255, 255, 0.9); -webkit-transition: all ease 0.6s; -o-transition: all ease 0.6s; transition: all ease 0.6s; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
  .scenario-mainswiper ul li .word .title {
    width: 100%;
    line-height: 1.4;
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .qualification .content .right h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .qualification .content .right .num>div {
    margin-right: 70px;
  }
  .qualification .content .right .num>div span {
    font-size: 38px;
    color: #00a7e1;
    line-height: .9;
  }
}

@media screen and (max-width:540px){
  /*首页畅销产品*/
  .bestSellerPro{padding-top: 20px;}
  .bestSellerPro .Btns .prev{ left:0px; z-index: 10;}
  .bestSellerPro .Btns .next{ right:0px;z-index: 10;}
  /*首页畅销产品 end*/

  /*首页公司简介*/
  .company .content .right ul li {
    width: 33%;
    height: 165px;
  }
  .company .content .right ul li img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company .content .right ul li h4 {
    padding-top: 20px;
    font-size: 16px;
    font-family: 'PINGFANG';
    color: #202020;
    font-weight: 600;
    text-align: center;
  }

  /*关于我们*/
  .qualification .content .right h2 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .qualification .content .right .num>div {
    margin-right: 70px;
  }
  .qualification .content .right .num>div span {
    font-size: 38px;
    color: #00a7e1;
    line-height: .9;
  }

  /*产品列表*/
  .product_ul ul li {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 3%;
    background-color: #fff;
    border: 1px solid #ededed;
  }
  .product_ul ul li .cont .dest {
    margin-top: 10px;
  }
  .product_ul ul li .cont .more {
    margin-top: 10px;
  }

  /*新闻中心详情*/
  .news_detail .left .show_t {
    line-height: 28px;
    margin-bottom: 1%;
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
    /*顶部*/
    .header .nav .bottom{
      display: inline-block;
      text-align: center;
      line-height: 50px;
      margin-top: 30px;
    }
    .header .nav .bottom center{
      display: inline-block;
      padding-left: 45px;
    }
    .header .nav .bottom a{
      width: 105px;
      height: 34px;
      line-height: 34px;
      float: left;
      background: no-repeat center;
      background-size: 100% 100%;
      margin-left: 10px;
      font-size: 20px;
      color: #fff;
    }

    /*首页公司简介*/
    .company .content .right ul li {
      width: 50%;
      height: 170px;
    }
    .company .content .right ul li img {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .company .content .right ul li h4 {
      padding-top: 20px;
      font-size: 18px;
      font-family: 'PINGFANG';
      color: #202020;
      font-weight: 600;
      text-align: center;
    }

    /*首页合作平台*/
    #owl-demo3 .item dd .imgs h2{ height:42px; line-height:42px; font-size:14px;}
    #owl-demo3 .item dd .txts h2{ font-size:14px;}

    /*关于我们*/
    .about .content .left h1 {
      font-size: 26px;
      font-weight: 600;
      color: #333;
      margin-bottom: 30px;
    }
    .qualification .content .right h2 {
      font-size: 26px;
      margin-bottom: 30px;
      font-weight: 600;
    }
    .qualification .content .right .num>div {
      margin-right: 56px;
    }
    .qualification .content .right .num>div span {
      font-size: 30px;
      color: #00a7e1;
      line-height: .9;
    }

    /*当前位置*/
    .Location{ font-size:12px;}
    .Location .postions_b a{ font-size:13px;}

    /*产品分类当前位置*/
    .position{ font-size:12px;}

    /*分页*/
    .yema{ padding-top:20px; padding-bottom:25px;}
    .yema a{ padding-left:5px; padding-right:5px; margin-left:1px; margin-right:1px;}
    /*分页 end*/

    /*新闻中心列表*/
    .news_con .list{width:calc(100% - 2px);margin:0 0 20px 0;}
    .news_con .list:nth-child(3n){margin-right:0%;}
    .news_con .list .text{padding:0.5rem;}
    .news_con .list .text .p1{font-size:14px;}
    .news_con .list .text .p2{font-size:16px;margin:0.5rem 0px;}
    .news_con .list .text .p3{margin-bottom:1rem;}
    .news_con .list .text .t1{padding-top:0.5rem;}
    /*新闻中心列表*/

    /*产品详细*/
    .pro_one .pro_box{ padding-top:3%; padding-bottom:3%;}
    .pro_one .pro_box .com_pro_one_limg .productT{ top:30%;}
    .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ width:62px; height:62px;}
    .pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{ width:60px; height:60px;}
    .pro_one .pro_one_r{ font-size:13px;}
    .pro_one .pro_one_r .b{ font-size:14px;}
    .pro_one .pro_one_r .span{ font-size:14px;}
    .pro_one .pro_one_r .pro_price b{ font-size:22px;}
    .pro_one .pro_one_r .h2 {
      font-weight: lighter;
      font-size: 18px;
      color: #000;
      padding-bottom: 2%;
      line-height: 1.5;
    }
    .pro-des .right .protype-tit {
      line-height: 22px;
      padding-bottom: 10px;
      color: #00A7E1;
      font-size: 18px;
      border-bottom: 1px solid #F0F0F0;
    }
    .pro-des .right .pro-destcon .title {
      padding-top: 30px;
      padding-bottom: 30px;
      line-height: 30px;
      color: #333;
      font-size: 18px;
      text-align: center;
    }
}

@media screen and (max-width:428px){
    /*关于我们*/
    .qualification .content .right .num>div {
      margin-right: 48px;
    }
}   

@media screen and (max-width:420px){
  /*当前位置*/
  .position{height:auto; line-height:30px;background:#fff; text-align:left; color:#777777;font-size:16px;overflow:hidden;}
  .position a{ color:#777777;font-size: 14px;text-decoration:none;}
  .position a:hover{color:#00a7e1;font-size: 14px;}
  .position .postions_r{width:72%;  padding-left:0px;}
  .position2{margin-top: 80px;background:#f8f8f8;}

  /*关于我们*/
  .qualification .content .right h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .qualification .content .right .num>div {
    margin-right: 38px;
  }

  /*联系我们*/
  .method-map {
    margin-top: 30px;
  }
  .map-address .address {
    padding-left: 0px;
  }
  .contact_Feeback {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .feedback-submit .control {
    width: 100px;
  }
  .feedback-submit .control {
    height: 36px;
  }
  .feedback-reset .control {
    width: 100px;
    height: 36px;
  }
}

@media screen and (max-width:394px){
    /*关于我们*/
    .qualification .content .right .num>div {
      margin-right: 28px;
    }

    /*产品详情*/
    .pro_one .pro_one_r .proMore li {
      float: left;
      width: 48%;
      line-height: 32px;
      margin-right: 2%;
      text-align: center;
      background-color: #fff;
    }

    /*联系我们*/
    .contact_Information ul li {
      height: 247px;
    }
}

@media screen and (max-width: 385px) {
    /*联系我们*/
    .contact_Information ul li {
      width: 100%;
      height: auto;
      margin-right: 0%;
      padding: 1% 1% 3% 1%;
    }
    .contact_Feeback .ContactForm .tip {
      font-size: 16px;
      line-height: 22px;
      color: #333;
    }
}

@media screen and (max-width:375px){
 
}

@media screen and (max-width:360px){
  /*关于我们*/
  .qualification .content .right .num>div {
    margin-right: 20px;
  }
}

@media screen and (max-width:320px){
  /*关于我们*/
  .qualification .content .right .num>div {
    margin-right: 14px;
  }

  /*分页*/
  .nd-np-a a {
    font-size: 14px;
    color: #383838;
    padding: 10px 10px;
    border: 1px solid #E0E0E0;
    margin-right: 5px;
  }
}	


/*支持IE10及以上*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
/*支持IE9及以上*/
@media screen and (min-width:0\0)  {
}
/*支持IE8及以上*/
@media screen\0 {
}
/*仅支持IE8*/
@media \0screen {
}
/*支持IE8及以下*/
@media \0screen\,screen\9 {
}
/*支持IE7及以下*/
@media screen\9 {
}
/* 只支持IE6、7、8 */
@media \0screen\,screen\9 {
}
/*仅支持谷歌*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}