/* CSS Document */
::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	background: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
	background: #aaa;
	cursor: pointer
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  margin: 0;
  padding: 0;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  /* min-width: 1260px; */
}
button,
input,
optgroup,
select,
textarea,
a {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: medium;
}
a:hover{
  color: #2184c7;
}
h1,h2,h4,h5,h6{
  font-weight: normal;
  padding:0;
  margin: 0;
}
a{color: #333;text-decoration: none;}
ul,li,dd,dl{
  padding: 0;
  margin: 0;
  list-style: none;
}
/* .container {
  width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */
.m-left{
  float: left;
}
.m-right{
  float: right;
}
.m-clear{
  clear: both;overflow: hidden;
}
.text-center{
  text-align:center;
}
.text-right{
  text-align: right;
}
.text-font-weight{
  font-weight: normal;
}
.text-font-bold{
  font-weight: bold;
}
.text-indent{
  text-indent: 2rem;
}
img {
  display: inline-block;
  vertical-align: middle;
  border: none
}
header{
  background-color: #1a95d4;
  border-bottom: 1px #2184c7 solid;
  height: 42px;
  line-height: 42px;
  color: #FFF;
}
header{
  color:rgba(255,255,255,0.4);
}
header a{
  color: #FFF;
  padding:0 13px;
}
header a:hover{
  color: #FF0;
}
header .col-5 a{
  color: #FFF;
}
header .col-5 a:hover{
  color: #FF0;
}
header .sousuo{
  position: relative;padding: 0 16px;cursor: pointer;
}
header .sousuo:hover{
  background-color: #2184c7;
}
header .sousuo:hover .sou{
  display: block;
}
header .sousuo .sou{
  position: absolute;
  background-color:#2184c7;
  padding: 10px;
  z-index: 999;
  color: #333;
  display: none;
  left:0px;
  cursor: auto;
  overflow: hidden;
  width: 250px;
}
header .sousuo .sou input{
  height: 32px;line-height: 32px;border: none;width: 180px;padding:0 10px;float: left;
}
header .sousuo .sou button{
  float: left;width:50px;height: 32px;border: none;line-height: 32px;background-color: #FFF;cursor: pointer;border-left: 1px #ddd solid;color: #2184c7;
}
header .sousuo .sou button:hover{
  background-color: #EEE;
}
.carousel{ width:100%;  position:relative;  height:150px; overflow: hidden;}
.carousel .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.carousel .bd ul{ width:100% !important;  }
.carousel .bd li{ width:100% !important;  height:150px; overflow:hidden; text-align:center;  }
.carousel .bd li a{ display:block; height:150px; }
.carousel .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px;text-align:center;_background:#000; _filter:alpha(opacity=60);}
.carousel .hd ul{ text-align:center;}
.carousel .hd ul li{ cursor:pointer;display:inline-block; *display:inline; zoom:1; width:12px; height:12px; margin:3px;background:rgba(0,0,0,0.3);overflow:hidden;line-height:9999px;border-radius:20px;}
.carousel .hd ul .on{background:#333;}
@media (min-width: 576px) {
  .carousel{height:250px; }
  .carousel .bd li{  height:250px; }
 .carousel .bd li a{ height:250px; }
}
@media (min-width: 768px) {
  .carousel{height:350px; }
  .carousel .bd li{  height:350px; }
 .carousel .bd li a{ height:350px; }
}
@media (min-width: 992px) {
  .carousel{height:400px; }
  .carousel .bd li{  height:400px; }
 .carousel .bd li a{ height:400px; }
}
@media (min-width: 1200px) {
  .carousel{height:500px; }
  .carousel .bd li{  height:500px; }
 .carousel .bd li a{ height:500px; }
}
.logo{
  /* height: 120px; */
  padding:2% 0;
}
.M_Login{
  padding: 3% 0
}

.nav-toggle {
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.66s;
          transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
          transition-timing-function: swing;
}
.nav-toggle:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.66s;
          transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
          transition-timing-function: swing;
}
.nav-toggle .icon {
  width: 26px;
  height: 4px;
  background-color: #1a95d4;
  border-radius: 2px;
  position: absolute;
  top: 12px;
  left: 40px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  transiting-timing-function: swing;
}
.nav-toggle .icon:before,
.nav-toggle .icon:after {
  width:26px;
  height: 4px;
  background-color: #1a95d4;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.nav-toggle .icon:before {
  top: -9px;
}
.nav-toggle .icon:after {
  top: 9px;
}
.class{
  position: relative;
  cursor: pointer;
  color: #2184c7;
}
.class h3{
  font-size: 20px;font-weight: normal;
}
.class h3 a{
  color: #2184c7;
}
.class h3 a:hover{
  color: #1a6a9f;
}
.class:hover{
  color: #1a6a9f;
}
.class:hover .class-list{
  display: block;
}
.class-list{
  background: #FFF;
  border-top: 3px #2184c7 solid;
  position: absolute;
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  z-index: 99;
  display: none;
  cursor: default;
  min-width: 150px;
  left:-50px;
}
.TopClass ul{
  column-count:3;
}
.TopClass a{
  height: 40px;
  line-height: 40px;
  display:block;
  border-bottom: 1px #eee dashed;
}
.TopClass a:hover{
  color: #2184c7;
}
.TopClass .h4{
  font-weight: bold;
  color: #2184c7;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.TopClass .h4:hover{
  color:#1a6a9f;
}
.TopClass .h5{
  font-size: 14px;
  padding-left:5px;
  height: 30px;
  line-height: 30px;
}
.TopclassX a{
  height: 42px;
  line-height: 42px;
  display:block;
  color: #2184c7;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #eee dashed;
  padding-left:15px
}
.TopclassX a:hover{
  color:#1a6a9f;
}
.mobClass{
  color: #FFF;
}
.mobClass a{
  color: #FFF;
}
.mobClass h3 a{
  font-size: 20px;
  display: block;;
}
.mobClass h4 a{
  font-size: 16px;
  display: block;
  padding:5px 0;
}
.mobClass h5 a{
  font-size: 14px;
  display: block;
  padding:5px 0 5px 10px;
  color: rgba(255,255,255,0.7)
}
.newproduct{
  position: relative;
}
.newproduct .hd{
  margin-top: 30px;
  z-index: 8;
  position: relative;
  height: 92px;
  overflow-y: auto;
}
.newproduct .hd ul{
  position: relative;
  z-index: 9;
  text-align: center;
  width: 920px;
  margin: auto;
}
.newproduct .hd ul li{
  height: 70px;
  display: inline-block;
  width: 25%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 80px;
  /* padding-left:150px;text-align:left; */
}
@media (min-width: 1200px) {
 .newproduct .hd ul{width: 1120px;}
 .newproduct .hd ul li{width: 260px;}
}
.class-icon1{
  background: url("../img/class1.jpg") no-repeat;
}
.class-icon2{
  background: url("../img/class2.jpg") no-repeat;
}
.class-icon3{
  background: url("../img/class3.jpg") no-repeat;
}
.class-icon4{
  background: url("../img/class4.jpg") no-repeat;
}
.newproduct .hd ul .on{
  border-bottom: 5px #2184c7 solid;
  height: 85px;
  color: #2184c7;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.newproduct .bd{
  padding-top:20px;
}
.Pr-list{
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  /* width: 270px; */
  margin: auto;
  background-color: #FFF;
  cursor: pointer;
}
.Pr-list:hover{
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.Pr-list p{
  background: #eee;
  font-size: 16px;
  text-align: center;
  padding:10px 0;
  margin: 0;
}
.about-bg{
  background:#2184c7 url("../img/ab-bg.jpg") no-repeat center bottom;
  /* height: 530px; */
  color: #FFF;
}
.tatle-T{
  text-align: center;
}
.tatle-T h1{
  font-weight: normal;
  background: url("../img/tatle-bg.png") no-repeat center;
  font-size: 32px;
  padding:0;
  margin: 0;
}
.tatle-T h6{
  padding:0;margin: 0;
  padding-top:5px;
  font-weight: normal;
  color: rgba(255,255,255,0.4);
}
.about-bg p{
  font-size: 16px;
  line-height: 28px;
}
.about-bg h2{
  font-size: 22px;
}
.about-bg a{
  display: inline-block;
  background: rgba(0,0,0,0.3);
  padding: 11px 20px;
  color: #FFF;
}
.about-bg a:hover{
  background: rgba(0,0,0,0.4);
}
.tatle-N{
  text-align: center;
}
.tatle-N h1{
  font-weight: normal;
  background: url("../img/tatleN-bg.png") no-repeat center;
  font-size: 32px;
  padding:0;
  margin: 0;
  color: #2184c7;
}
.tatle-N h6{
  padding:0;margin: 0;
  padding-top:5px;
  font-weight: normal;
  color: rgba(0,0,0,0.4);
}
.img-new a{
  color:#2184c7;
  font-size: 18px;
}
.img-new p{
  margin: 0;padding:10px 0;line-height: 23px;color: #888;line-height: 23px;
}
.Nlist li{
   overflow: hidden;position: relative;padding:5px 0 5px 20px;
}
.Nlist li::before{
  content: '';
  width: 13px;height: 13px;
  background: #FFF;border:3px #2184c7 solid;border-radius: 10px;position: absolute;top:9px;left: 0;
}
.Nlist li a{
  float: left;display: block;width: calc(100% - 50px);
}
.Nlist li span{
  color: #ccc;float:right;
}
footer{
  border-top:3px #2184c7 solid;
  background: #f0f0f0;
}
footer .rwm{
  float: right;
}
footer .rwm span{
  height: 130px;width: 130px;background: #FFF;float: right;padding:5px
}
footer .rwm span img{
  width: 100%;
}
footer .rwm i{
  float: right;line-height: 15px;font-style: normal;color: #777;padding-top:15px;padding-left:10px;
}
footer .Binp{
  padding-top: 5px;
}
footer .Binp input{
  height: 42px;border: 1px #2184c7 solid;
  font-size: 16px;padding:0 10px;float: left;
  width: 260px;
}
footer .Binp button{
  background: #2184c7;height: 42px;float: left;border: 1px #2184c7 solid;padding: 0 15px;cursor: pointer;
}
footer .Binp button:hover{
  background-color: #1a6a9f;border-color: #1a6a9f;
}
footer .col-12{
  line-height: 24px;padding-top:5px;
}
footer .col-12 a{
  padding: 0 15px;
}

.main-top{
  height: 200px;background: url(../img/abou-t.jpg) no-repeat center;text-align: center;color:#FFF;
}
.main-top h1{
  font-size: 32px;padding-top:60px;padding-bottom: 8px;
}
.main-top h6{
  font-size: 14px;color: rgba(255,255,255,0.6);
}
.class-left{
  /* float: left; */
  /* width: 240px; */
}
.sideMen h3{
  height: 50px;line-height: 50px;background: #f3f3f3;border-bottom: 2px #FFF solid;font-size: 16px;margin: 0;padding-left:20px;font-weight: normal;cursor: pointer;
}
.sideMen h3 em{ float:right; display:block; width:40px; height:32px;background:url(../images/icoAdd.png) 16px 12px no-repeat;}
.sideMen h3.on em{ background-position:16px -57px; }
.sideMen ul{ padding:8px 20px;/* 默认都隐藏 */ border-left:1px #f3f3f3 solid;
  border-right:1px #f3f3f3 solid;
  border-bottom:1px #f3f3f3 solid;
  margin-top: -2px;
  margin-bottom: 2px;}
  .sideMen ul li{
  overflow: hidden;position: relative;padding:8px 0;
}
.sideMen ul li::before{
  content: '';
  width: 8px;height: 8px;left: 10px; top: 13px;
  position: absolute;
  border-radius: 6px;
  background: #FFF;border: 2px #2184c7 solid;
}
.sideMen ul li a{
  padding-left:26px;display: block;font-size: 15px;
}
.sideMen ul li a:hover{
  color: #2184c7;
}
.class-left h2{
  background:#2184c7;color:#FFF;height: 56px; line-height: 56px;padding-left:20px;font-size:20px;
}
.class-left h2 span{
  display: inline-block;font-size: 12px; padding-left: 10px;
}
.class-left h1{
  background: #2184c7;color: #FFF;font-size:20px;
}
.main-right{
  /* width: 960px; */
}
.main-tatle{
  border-bottom: 1px #DDD solid;overflow: hidden;height: 38px;
}
.main-tatle h1{
  float: left;font-size: 20px;border-bottom: 2px #2184c7 solid;height: 38px;color: #2184c7;padding: 0 15px;position: absolute;
}
.main-tatle span{
  float:right;padding-top:5px;color: #777;
}
.main-tatle span a{
  color: #777;
}
.main-tatle span a:hover{
  color: #2184c7;
}
.main-right .Text p{
  line-height: 28px;font-size: 16px;text-indent: 2rem;
}
.Text img{
  max-width: 100%;
  margin-left:-2rem;
}
.List-li{
  min-height: 400px;
}
.List-li li{
  padding: 8px 0;
  overflow: hidden;
}
.List-li li a{
  font-size: 18px;
  position: relative;
  padding-left:20px
}
.List-li li a::before{
  content: '';
  width: 13px;height: 13px;
  background: #FFF;border:3px #2184c7 solid;border-radius: 10px;position: absolute;top:4px;left: 0;
}
.List-li li span{
  font-size: 14px;
  color: #999;float: right;
}
.List-li li p{
  padding: 0;margin:6px 0;color: #666;
  line-height: 25px;
}

.Pr-tatle{
  border-top:2px #2184c7 solid;
  background: #f3f3f3;
  border-bottom: 1px #EEE solid;
}
.Pr-tatle ul{
  overflow: hidden;
}
.Pr-tatle ul li{
  float: left;
  /* width: 14%; */
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.Pr-lis ul{
  /* overflow: hidden; */
  border-bottom: 1px #EEE solid;
  padding-top:15px;
  padding-bottom:15px;
  /* background: #f9f9f9; */
  text-align: center;
}
.Pr-lis ul li{
  float: left;
  /* width: 14%;
  padding-left:15px; */
  line-height: 80px;
}
.Pr-lis ul li img{
  height: 80px;
}
.Pr-lis ul li span{
  background-color: #FFF;
  display: block;
  /* margin-right:15px; */
  text-align: center;
}
.Pr-lis ul li a{
  color: #2184c7;
}

.Pr-lisX ul{
  overflow: hidden;
  border-bottom: 1px #EEE solid;
  padding:10px 0;
  background: #f9f9f9;
}
.Pr-lisX ul li{
  float: left;
  padding-left:15px;
  line-height: 50px;
}
.Pr-lisX ul li span{
  background-color: #FFF;
  display: block;
  margin-right:15px;
  text-align: center;
}
.Pr-lisX ul li a{
  color: #2184c7;
}
.pagle{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.pagle span{
  color: #888;
  padding-right: 10px;
}
.pagle .page-num{
  border: 1px #ddd solid;
  padding: 6px 10px;
  margin-right:3px;
  color: #666;
}
.pagle .page-num:hover{
  border: 1px #2184c7 solid;
  color: #2184c7;
}
.pagle .page-num-current{
  background: #2184c7;
  color: #FFF;
  border: 1px #2184c7 solid;
}
.pagle .page-num-current:hover{
  color: #FFF;
}
.pagle .pagX{
  border: 1px #ddd solid;
  padding: 6px 10px;
  margin-right: 3px;
  color: #666;
}
.prod-left{
  float: left;
  /* width: 300px; */
}
.prod-left .ProImg{
background-color: #f3f3f3;
}
.prod-left .ProImg h2{
  font-size: 24px;
  color: #2184c7;
}
.prod-left .ProImg a{
  color: #2184c7;
  font-size: 16px;
}
.prod-left .ProImg a img{
  margin-right:8px;float: left;
}
.prod-left .ProImg h3{
  font-size: 16px;
  padding-top:20px;
  margin: 0;
}
.prod-left .ProImg p{
  border: 1px #ddd solid;
  background-color: #FFF;
  margin: 10px 0;
}
.PrT-main{
  width:900px;
}
.swiper-slide{
  text-align: center;
}
.swiper-slide img{
  max-width: 100%;
}
.pr-cont{
  border: 1px #EEE solid;
}
.pr-cont h3{
  background: #eee;
  color: #333;
  margin: 0;
}
.pr-cont p{
  padding: 2px 0;margin:0;
}
.tr-list li{
  border-bottom: 1px #eee dashed;
  padding: 8px 0;
  color: #777;
}
.tr-list li span{
  display: inline-block;width: 130px;font-weight: bold;text-align: right;padding-right:15px;color: #333;
}
.tr-list li a{
  color: #2184c7;text-decoration: underline;
}
.ImgDiv{
  position:relative;
}
.ImgDiv div{
  display: none;
}
.ImgDiv:hover div{
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 8px;
  z-index: 999;
  top:0;
  left: 0;
  display: block;
}
.ClassX{
  overflow: hidden;
  margin-top:30px;
}
.ClassX li{
  overflow: hidden;
  /* float:left;
  width: 25%;
  height: 90px;
  position: relative;
  padding:10px;
  margin-bottom: 20px; */
  cursor: pointer;
}
.ClassX li p{
  position:absolute;
  text-align: center;
  width:calc(100% - 20px);
  background: rgba(0,0,0,0.4);
  color: #FFF;
  margin: 0;
  height: 90px;
  top: 0;
  font-size: 24px;
  line-height: 90px;
}
/* .ClassX li img{
  width: 100%;
  height: auto;
  margin-top:-40px;
} */
.ClassX li:hover p{
  background: rgba(0,0,0,5);
}