﻿@charset "utf-8";
a:hover, a:active, a:focus{
	color: #0657b2;
}

a,a:hover{
text-decoration:none !important;
}
aside .left_contact .box i a{
  color: #0657b2;
}
header .top .en .cn{
  color: #0657b2;
}
header .header .tel i a{
	color: #0657b2;
}

.home_product img {
 transition: .5s;
}
.home_product img:hover {
    box-shadow:2px 2px 3px #aaaaaa;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}


.home_service .right .txt .phnoe big a{
	color: #0657b2;
}
.container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.containe {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
header .top .container .caidan .memu{
 color:#666666;
}
header .top .container .caidan .memu:hover{
 color:#0657b2;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 10px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .containe {
    padding: 0 10px;
    width: auto;
  }
}

/* .clearfix{ */
	/* padding: 20px 0 10px; */
    /* width: 100%; */
    /* background: #00CCFF; */
    /* border-bottom: 1px solid #cccccc; */
/* } */



header .top {
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border-bottom: 2px solid #ebebeb;
}
header .top .left {
  color: #666666;
  font-size: 12px;
  line-height: 40px;
  float: left;
}
header .top .en {
  color: #666666;
  font-size: 12px;
  line-height: 40px;
  float: right;
  margin: 0 10px 0 7px;
  text-transform: uppercase;
}
header .top .border-none:after {
  display: none;
}
header .top .e-map {
  color: #666666;
  font-size: 12px;
  line-height: 40px;
  float: right;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}
header .top .e-map a {
  color: #666666;
  position: relative;
  padding: 0 7px 0 2px;
}
header .top .e-map a:hover {
  color: #0657b2;
}
header .top .e-map a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 11px;
  background: #a9a9a9;
  top: 1px;
  right: 0;
}
header .top .WeChat {
  float: right;
  width: 34px;
  height: 40px;
  position: relative;
  /*cursor: pointer;*/
}
header .top .WeChat:hover p {
  display: block;
}
header .top .WeChat p {
  position: relative;
  top: 40px;
  width: 102px;
  height: 102px;
  left: 50%;
  display: none;
  margin-left: 75px;
  border: 2px solid #CECDCD;
  z-index: 9;
}
header .top .blog {
  float: right;
  width: 34px;
  height: 40px;
  position: relative;
}
header .top .blog a {
  display: block;
  height: 100%;
  width: 100%;
}
header .header {
  padding: 10px 0 10px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
}
header .header .logo {
  float: left;
  width: 25%;
  height: 90px;
  position: relative;
}
header .header .logo:nth-child(2) {
  float: left;
  width: 50%;
  height: 90px;
  position: relative;
}

header .header .tel small {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
}
header .header .tel i {
  display: block;
  color: #0657b2;
  font-size: 22px;
  font-family: arial;
  font-weight: bold;
  line-height: 22px;
}
header .nav {
  width: 100%;
  display: table;
  background: #333;
}
header .nav ul {
  list-style: none;
}
header .nav ul .active {
  background: url("../images/nav-mask1.png");
}
header .nav ul li {
  width: 14.2%;
  height: 50px;
  float: left;
  position: relative;
  z-index: 2;
}
header .nav ul li:hover {
  background: url("../images/nav-mask1.png");
}
header .nav ul li:hover div {
  display: block;
}
header .nav ul li > a {
  font-size: 16px;
  display: block;
  height: 50px;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
}
header .nav ul li > a:hover {
 background: -ms-linear-gradient(top, #E72A21,  #F6A546);        /!* IE 10 */

  background:-moz-linear-gradient(top, #E72A21,  #F6A546);/*火狐*/

  background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#E72A21), to(#F6A546));/*谷歌*/

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E72A21), to(#F6A546));      /* Safari 4-5, Chrome 1-9*/

  background: -webkit-linear-gradient(top, #E72A21,  #F6A546);   /*Safari5.1 Chrome 10+*/

  background: -o-linear-gradient(top, #E72A21,  #F6A546);  /*Opera 11.10+*
  /*background: #ffffff;*/

color: #000;
}
header .nav ul li div {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99;
  display: none;
}
header .nav ul li div > a {
  display: block;
  width: 100%;
  line-height: 48px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.5);
  border-bottom: 1px solid #cccccc;
}
header .nav ul li div > a:hover {
     color: #E72A21;
}
header #mmenu {
  z-index: 999;
}
header .phone-nav {
  position: absolute;
  z-index: 99;
  width: 32px;
  height: 32px;
  right: 30px;
  top: 70px;
  display: none;
}
@media (max-width: 991px) {
  header .phone-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  header .phone-nav {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1200px) {
  header .top {
    padding: 0 0 0 10px;
  }
  header .header {
    padding: 10px 15px 20px;
  }
}
@media (max-width: 991px) {
  header .header {
    padding: 10px 5px 20px 15px;
  }
  header .header .tel {
    display: none;
  }
  header .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  header .top {
    display: none;
  }
  header .header {
    padding: 10px 5px 15px 5px;
  }
  header .header .logo {
    width: 230px;
    height: 50px;
  }
  header .nav {
    display: none;
  }
}
.banner {
  z-index: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner span {
  display: block;
  position: relative;
}
.banner span:after {
  content: "";
  display: block;
  padding-bottom: 32.6%;
}
.banner .slick-dots li button {

  border: 1px solid #fff;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 3px;

}
@media (max-width: 991px) {
  .banner .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .banner .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.banner .slick-dots li.slick-active button {
  background: #0775d0;
  border: 1px solid #0775d0;
}
.banner .slick-dots {
  bottom: 30px;
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 10px;
  }
}
