/*
 * jQuery TipTop v1.0
 * http://gilbitron.github.io/TipTop
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

 #cookiesdirective {
  width: 400px;
  display: none;
}

#cook2 {
  float: left;
  width: 10%;
  padding: 10px;
  padding-bottom: 0px;
}

#cook1 {
  position: relative;
  height: auto;
  width: 80%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  float: left
}

@media only screen and (max-width: 800px) {
  body {
    position: relative;
  }

  #cookiesdirective {
    width: calc(100% - 20px);
    left: 10px;
  }

  #cook1 {
    width: 75%;
  }

  .nav_list {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.wx_box {
  width: 125px;
  height: 125px;
  background: #f6f6f6;
  margin: 0 auto;
  padding: 9px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: -60px;
  right:25%;
}

.wx_box>img {
  width: 100%;
  height: 100%;
  margin-left: 0%;
}

.wx_icon:hover .wx_box {
  opacity: 1;
}

.app_box {
  width: 125px;
  height: 125px;
  background: #f6f6f6;
  margin: 0 auto;
  padding: 9px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: -60px;
  right: 25%;
}

.app_box>img {
  width: 100%;
  height: 100%;
  margin-left: 0%;
}

.app_icon:hover .app_box {
  opacity: 1;
}

.dy_box {
  width: 125px;
  height: 125px;
  background: #f6f6f6;
  margin: 0 auto;
  padding: 9px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: -60px;
  right: 25%;
}

.dy_box>img {
  width: 100%;
  height: 100%;
  margin-left: 0%;
}

.dy_icon:hover .dy_box {
  opacity: 1;
}

.logo-carousel li {
  opacity: 1;
}

		#tornasu {
			text-align: center;
			padding: 5px;
			position: fixed;
			bottom: 10px;
			right: 10px;
			cursor: pointer;
			display: none;
			color: #333;
			font-family: verdana;
			font-size: 12px;
			z-index: 10000;
		}

		.langmenu>li:hover>ul {
			opacity: 1;
			transform: translate3d(0, 0px, 0);
			-webkit-transform: translate3d(0, 0px, 0);
			-moz-transform: translate3d(0, 0px, 0);
			visibility: visible;
		}

		/* .swiper-wrapper */

		.langmenu>li>ul>li:hover>ul,
		.has-dropdown:hover .mega-menu ul,
		.has-dropdown:hover .mega-menu {
			opacity: 1;
			transform: translate3d(0, 0px, 0);
			-webkit-transform: translate3d(0, 0px, 0);
			-moz-transform: translate3d(0, 0px, 0);
			visibility: visible;
		}

		.menu>li:hover>ul {
			opacity: 1;
			transform: translate3d(0, 0px, 0);
			-webkit-transform: translate3d(0, 0px, 0);
			-moz-transform: translate3d(0, 0px, 0);
			visibility: visible;
		}

		.menu>li>ul>li:hover>ul,
		.has-dropdown:hover .mega-menu ul {
			opacity: 1;
			transform: translate3d(0, 0px, 0);
			-webkit-transform: translate3d(0, 0px, 0);
			-moz-transform: translate3d(0, 0px, 0);
			visibility: visible;
			cursor: pointer;
		}

		.menu li a {
			text-transform: uppercase;
			font-weight: 100;
			letter-spacing: 1px;
			max-width: 100%;
			white-space: normal;
		}
		.mega-menu .swiper-slide a div img{ display: block;width: 90px;margin: 0 auto;}
		.inner {
			padding-left: 0px;
			overflow: hidden;
			display: none;
		}

		a.toggle {
			width: 100%;
			display: block;
		}

.tiptop {
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	padding: 20px;
	font: 14px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #222;
	border-radius: 3px;
}

.dian{font-weight: 800;position: relative;top: 80px;width: 800px;
    margin-left: 300px;}
.dianhua{color: #ed7d31;}
.ls{padding-bottom: 20px}
.ls p{    
  font-size: 14px;
  text-align: center;}
.ls .title{color:#ed7d31;font-size: 14px;text-align: center;}
.ls img{margin:0 auto;}
.widget h6{color:#ed7d31;}
.careers-joinlink {
  position: relative;
  height: 120px;
  background-color: #f2f2f2;
  padding: 30px 20px;
  box-sizing: border-box;
}
.careers-joinlink.redBg {
  background-color: #c6092d;
  color: #fff;
}
.careers-joinlink em {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: auto;
  line-height: 60px;
}
.careers-joinlink b {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #c6092d;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 30px;
  margin-right: 15px;
}
.careers-joinlink span {
  font-size: 24px;
  line-height: 24px;
}
.careers-joinlink a {
  display: inline-block;
  float: right;
  width: 146px;
  height: 40px;
  line-height: 36px;
  margin: 9px 0;
  font-size: 14px;
  text-align: center;
  border: 2px solid #c6092d;
  border-radius: 50px;
  color: #c6092d;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.careers-joinlink a:hover {
  background-color: #c6092d;
  color: #fff;
}
.careers-joinlink.redBg b {
  background-color: #fff;
  color: #c6092d;
}
.careers-joinlink.redBg a {
  border-color: #fff;
  color: #fff;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.careers-joinlink.redBg a:hover {
  color: #c6092d;
  background: #fff;
}
/*choose*/
.careers-choose1 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.careers-choose1 .careers-left {
  width: 50.80646%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.careers-choose1 p span {
  color: #c6092d;
  font-weight: bold;
}
.careers-choose2 {
  padding: 60px 20px;
  background-color: #f2f2f2;
}
.careers-choose2 ul {
  max-width: 1200px;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.careers-choose2 h2 span {
  color: #333;
}
.careers-choose2 h2 span br.mobile {
  display: none;
}
.careers-choose2 li {
  width: 25%;
  float: left;
  margin-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.careers-choose2 li img {
  display: block;
  margin: auto;
  width: 103px;
  height: auto;
}
.careers-choose2 li h3 {
  margin: 20px auto;
  font-size: 18px;
  color: #c6092d;
}
.careers-choose2 li p {
  line-height: 22px;
  font-size: 12px;
}
.careers-choose2 li a {
  color: #c6092d;
  text-decoration: underline;
}
.careers-choose2 ul figure {
  position: absolute;
  width: 16.5%;
  height: 14px;
  background-image: url(../images/choose_line.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: 129px;
  z-index: 0;
}
.careers-choose2 ul .line1 {
  left: 16.79167%;
}
.careers-choose2 ul .line2 {
  left: 41.79167%;
}
.careers-choose2 ul .line3 {
  left: 66.79167%;
}
footer .col-md-4{
  color: #888;
  line-height: 18px;
}

footer .col-md-3{
  padding-left: 30px;
  }

footer .ls .imgtb{
width: 40px;
margin: 0 auto;
}
/* 联系 */
.langmenu>li:hover>ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}

/* .swiper-wrapper */
.langmenu>li>ul>li:hover>ul,
.has-dropdown:hover .mega-menu ul,
.has-dropdown:hover .mega-menu {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}
.menu>li:hover>ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}

.menu>li>ul>li:hover>ul,
.has-dropdown:hover .mega-menu ul {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
}

.container_box .swiper-wrapper {
  width: 1140px !important;
}

.contarctus_title {
  clear: both;
  height: 100px;
  border-bottom: 1px solid #efefef;
}

.contarctus_title>ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.contarctus_title li {
  width: 25%;
  float: left;
  line-height: 100px;
  text-align: center;
  position: relative;
  height: 100px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.contarctus_title li {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.contarctus_title .active {
  background: #FE7902;
  color: white !important;
}

.titleTxtCon {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  position: relative;


}

.titleTxtCon .titleTxt {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #FE7902;
}

.mechanismConWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 90px;
}

.mechanismConWrap>li {
  width: 49.8%;
  float: left;
  text-align: center;
}

.mechanismConWrap>li:first-child {
  border-right: 1px solid rgba(49, 49, 49, .1);
}

.mechanismTitle {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
}

.mechanismSubheading {
  margin: 20px 0 10px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 16px;
}

.mechanismParagraph {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
}

.heatingShopConWrap h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.searchInputWrap label {
  display: block;
  width: 49%;
  float: left;
  height: 45px;
}

.selectArrowhead {
  position: relative;
}

.searchInputWrap label>svg {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1;

}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.searchInputWrap label>.selectCon {
  display: block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

.searchInputWrap label>.selectCon .select {
  padding: 0 15px;
  line-height: 43px;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  color: #939393;
  position: relative;
  box-sizing: border-box;
}

.searchInputWrap label:last-child {
  float: right;

}

.searchInputWrap label {
  display: block;
  width: 49%;
  float: left;
  height: 45px;
}

.selectArrowhead {
  position: relative;
}

.searchInputWrap label>.selectCon .selectDiv p {
  font-size: 14px;
  color: #888;
  background: #fff;
  min-height: 45px;
  line-height: 45px;
  padding: 0 15px;
  cursor: pointer;
  display: block;

}

.searchInputWrap label>.selectCon .selectDiv {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 99999;
  border: 1px solid #eee;
  max-height: 229px;
  overflow-y: scroll;
}


.heatingShopMap,
.heatingShopConWrap {
  float: right;
  width: 100%;
}

.heatingShopConWrap {
  padding: 0px 10px;
  box-sizing: border-box;
  float: left;
}

.dituContent {
  position: absolute;

  z-index: 9;
  overflow: hidden;
  user-select: none;
  width: 700px;
  height: 541px;
}

.inputbox_name,
.inputbox_gong,
.inputbox_photo,
.inputbox_tel {
  padding: 0px 25px 0px 0px;
  width: 45%;
  float: left;
}

.inputbox_gong,
.inputbox_tel {
  margin-left: 10%;
}

.inputbox_name>input,
.inputbox_gong>input,
.inputbox_photo>input,
.inputbox_tel>input,
.inputbox_email>input,
.inputbox_address>input {
  width: 100%;
  border-radius: 5px;
  border: none;
  border: 1px solid #EEEEEE;
  padding: 10px 20px;
  box-sizing: border-box;
}

.inputbox_textarea {
  width: 100;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 20px;
}

.inputbox_textarea>textarea {
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 150px;
}

form label {
  display: block;
  line-height: 16px;
  font-size: 1em;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 20px;
}

.inputMessage {
  width: 100%;
}

.inputMessageRow {
  width: 33%;
  height: auto;
  float: left;
}

.inputMessageRow.threeRow>label {
  box-sizing: border-box;
  width: 100%
}

.selectArrowheadArea {
  position: relative;
}

.inputMessageRow b {
  display: block;
  line-height: 12px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 20px;

}

.inputMessage label>.selectCon .selectDiv {
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 60;
  border: 1px solid #eee;
  display: none;
  color: #888;
  max-height: 229px;
  overflow-y: scroll;
  background: white;
}

.inputMessage label>.selectCon .select {
  width: 100%;
  line-height: 45px;
  margin-top: 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  color: #888;
}

.selectDiv p {
  font-weight: 400;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #888;
  background: #fff;

  padding:10px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: none; */
}

.selectArrowheadArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  right: 15px;
  width: 12px;
  height: 8px;
  background: url(../img/greySelectArrow.png) no-repeat 50% 50%;
  background-size: auto;
  background-size: 100%;
  margin: -4px 0 0 0;

}

.inputMessageRow>label.leftLabel {
  float: left;
}

.identifyingCode {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  right: 0px;
  bottom: 0;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  color: #222222;
  margin-top: 20px;
}

.identifyingCode>img {
  position: absolute;
  right: 0px;
  top: 10%;
  z-index: 99999;
}

.identifyingCode>input,
.identifyingCode {
  width: 100%;

  display: block;
  line-height: 45px;
  box-sizing: border-box;
  border-radius: 3px;
   padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  color: #888;
  position: relative;
  background: white;
  outline: none;
  border: 1px solid #EEEEEE;
}

.identifyingCode {
  border: none;
}

input[type="text"] {
  height: 100%;
  outline: none;
}

.inputMessageRow>label>input,
.inputMessageRow>label>select {
  width: 100%;
  line-height: 43px;
  margin-top: 5px;
  border-radius: 3px;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 14px;
  color: #888;
  padding: 0 15px;
  -webkit-appearance: none;
}

.inputMessage>label {
  width: 45.68%;
}

.inputbox_btn {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}

.inputbox_btn>span {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  color: #888888;
  font-weight: 300;
  float: left;
}

.inputbox_btn>button {
  float: right;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 0 50px;
  cursor: pointer;
  margin-right: 20px;
}

@media (max-width: 767px){
  .ls p{text-align: center;}
  .ls img{margin:0;}
  .ls .title{text-align: center;}
}

@media (min-width: 768px){
  .ls p{text-align: center;}
  .ls .title{text-align: center;}

  }

@media (min-width: 992px){
  .ls p{text-align:center;}
  .ls .title{text-align:center;}
}

.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
 float: left;
}

.col-xs-1-5 {
  width:20%;
  float: left;
}
.brand1 {


  padding: 80px 0 0 0;
  text-align: center;
}

@media (min-width: 768px){
.col-sm-5 {
  width: 20%;
  float: left;
}
footer .col-md-3 {

  padding-left: 80px;
  width: 25%;

}

  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {

  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width:20%;
    float: left;
  }
}

.cpzx{margin-left: 40%}

@media (max-width: 768px){
 .cpzx{transform: translate3d(245px, 0px, 0px);margin-left: 20%}
.swiper-wrapper{}
.swiper-slide img{width: 100%;}
 /* 手机版商品列表页 */
 .category_box {
  width:auto;}
  .category_container,.Product_img{height: auto;}

  .category_container {
    width: 50%;}

  /* 手机版商品详情页 */
  .tipbox{font-size: 14px;}
  .container_box {
    width: 100%;
    padding: 0;
}
.container_right,.container_left {
  width: 100%;
  height: auto;
}
.container_right{padding: 0 15px;}
.paraTxt{width: auto;}
.swiper-container{
width: 100%;
 position: relative;
}
.xiangguan_title{text-align: center;}
.table_list > table th{font-size: 14px;}

.table_list > table td{font-size: 12px;}
.chanpin_box > li{padding: 0;width:50%;text-align: center;}
.chanpin_box > li h1 {font-size: 14px;}

  /* 手机版联系 */

  .careers-joinlink {
    padding: 2px 20px;
  }

  .heatingShopMap, .heatingShopConWrap {
    width: 100%;
    float: none;
}
.heatingShopMap{
  height: 580px;
}
  /* 手机版底部样式 */
  .logo {
    max-height: 84px;
    width: 150px;
}
.main-container .container{}
.swiper_section {
  top: 0px;
  height: auto;
}


.nav-bar {
  height: 84px;
}
  .footer-1  .col-xs-1-5,.footer-1  .col-sm-1-5,.footer-1  .col-md-1-5, .footer-1  .col-lg-1-5 , .footer-1  .col-md-3 , .footer-1  .col-md-5, .footer-1  .col-sm-6{
    width: 50%;
    float: left;
    }

    footer .col-md-4 .widget{
      margin-top: 0;
    }
 
footer .col-md-3 .widget {
  padding-left: 30px;
  }
footer .col-md-4{
  padding-left: 20px;
  }


  }
