﻿
@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #FFF;
  font-family: "微软雅黑";
  min-width: 1200px;
  overflow-x: hidden;
}
ul {
  display: block;
  list-style: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  text-decoration: none;
  cursor: default !important;
}
a[href] {
  cursor: pointer !important;
}
input[type=submit] {
  cursor: pointer !important;
}
/*头部 */
.top {
  width: 1200px;
  height: 100px;
  margin: auto;
}
.top .logo {
  display: block;
  float: left;
  margin-top: 20px;
}
.top .nav_lanm {
  width: 600px;
  height: auto;
  float: left;
  margin-top: 36px;
  margin-left: 100px;
}
.top .nav_lanm li {
  float: left;
  margin-left: 40px;
  font-size: 16px;
}
.top .nav_lanm li a {
  color: #666666;
  display: block;
  transition-duration: 0.3s;
}
.top .nav_lanm li:first-child {
  margin-left: 0;
}
.top .nav_lanm li:hover a {
  color: #f5a400;
  border-bottom: 1px solid #f5a400;
  height: 26px;
  display: block;
}
.top .top_tel {
  width: 200px;
  height: 40px;
  background: url(../img/tel.png) no-repeat left;
  float: right;
  margin-top: 30px;
  text-indent: 46px;
}
.top .top_tel span {
  font-size: 12px;
  color: #666666;
}
.top .top_tel p {
  color: #000000;
  font-size: 20px;
}
/*baner */
.t_baner {
  width: 100%;
  height: 700px;
  position: relative;
  margin: auto;
}
.t_baner .hd {
  height: 10px;
  overflow: hidden;
  position: relative;
  top: 660px;
  z-index: 1;
  left: 70%;
}
.t_baner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.t_baner .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.t_baner .hd ul li.on {
  background: #2c5ddb;
}
.t_baner .bd {
  position: relative;
  top: -16px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.t_baner .bd li {
  width: 100%;
  height: 700px;
  zoom: 1;
  vertical-align: middle;
}
.t_baner .bd li a {
  width: 100%;
  height: 100%;
  display: block;
}
#t_baner .prev {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 300px;
  background: url(../img/sprite.png) no-repeat left bottom;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
#t_baner .prev {
  left: 15%;
  z-index: 9;
}
#t_baner .next {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 300px;
  background: url(../img/sprite.png) no-repeat left bottom;
  right: 15%;
  cursor: pointer;
  background-position: right bottom;
  z-index: 9;
}
#t_baner .prev,
#t_baner .next {
  opacity: 0.5;
}
#t_baner .prev:hover,
#t_baner .next:hover {
  opacity: 1;
}


/*标题 */
.bt {
  text-align: center;
}
.bt h2 {
  font-size: 40px;
}
.bt p {
  font-size: 18px;
  color: #333333;
  height: 30px;
  margin: auto;
  margin-top: 6px;
}
.bt h6 {
  width: 130px;
  border-bottom: 1px solid #dcdcdc;
  margin: auto;
}
.bt span {
  width: 40px;
  height: 4px;
  background: #f6a700;
  display: block;
  margin: auto;
  position: relative;
  top: -3px;
}

/*联系我们*/
.adder {
  width: 1200px;
  height: 540px;
  margin: auto;
}
.adder .bt {
  margin-top: 50px;
}
.adder .boot {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.adder .boot .dti {
  display: block;
  float: left;
}
.adder .boot .botinf {
  width: 350px;
  height: 294px;
  border-right: 1px solid #e8e8e8;
  float: left;
  margin-left: 40px;
}
.adder .boot .botinf p {
  font-size: 16px;
  margin-top: 22px;
}
.adder .boot .botinf p img {
  margin-right: 18px;
}
.adder .boot .botinf p:last-child span {
  position: relative;
  top: -4px;
  left: -6px;
}
.adder .boot .botinf p:last-child img {
  position: relative;
  left: -6px;
}
.adder .boot .botinf h4 {
  font-size: 30px;
  margin-left: 30px;
  margin-top: 6px;
}
.adder .ewm {
  width: 222px;
  height: auto;
  float: right;
}
.adder .ewm p {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
/*荣誉*/
.ry {
  width: 1100px;
  height: 450px;
  margin: auto;
  margin-top: 100px;

}
.ry .rybt {
  width: 180px;
  height: 42px;
  background: #93b61a;
  margin: auto;
  text-align: center;
  line-height: 42px;
  font-size: 26px;
  color: #FFFFFF;
  border-radius: 10px ;
}
.ry .ry-left {
  width: 1100px;
  height: 340px;
  overflow: hidden;
  position: relative;
  top: 20px;
}
.ry .ry-left .hd {
  height: 40px;
}
.ry .ry-left .hd .prev,
.ry .ry-left .hd .next {
  display: block;
  width: 22px;
  height: 38px;
  float: right;
  position: relative;
  top: 126px;
  cursor: pointer;
}
.ry .ry-left .hd .next {
  background: url(/img/r-r.png) no-repeat;
  float: right;
}
.ry .ry-left .hd .prev {
  background: url(/img/r-l.png) no-repeat;
  float: left;
}
.ry .ry-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}
.ry .ry-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
}
.ry .ry-left .hd ul li.on {
  background-position: 0 0;
}
.ry .ry-left .bd {
  width: 984px;
  margin: auto;
}
.ry .ry-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.ry .ry-left .bd ul li {
  width: 318px;
  height: 236px;
  float: left;
  text-align: center;
  margin-left: 8px;
}
.ry .ry-left .bd ul li img {
  display: block;
  margin: auto;
}
.ry .ry-left .bd ul li .pic {
  text-align: center;
}
.ry .ry-left .bd ul li .pic img {
   width: 318px;
  height: 236px;
  display: block;
}
.ry .ry-left .bd ul li .title {
  line-height: 24px;
}
.ry .ryz {
  text-align: center;
  font-size: 24px;
  color: #2b2929;
}