@charset "utf-8";
/*css3共用方法*/
/*网页共用变量*/
/*常用属性方法*/
.scaleImg {
  overflow: hidden;
}
.scaleImg img {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
.scaleImg:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* 
 * Project Name:
 * Author:东哥
 * Date：2016-7-1
 */
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../font/bebasneue-webfont.eot');
  src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bebasneue-webfont.woff') format('woff'), url('../font/bebasneue-webfont.ttf') format('truetype'), url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'raavi';
  src: url('../font/raavi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* always display scrollbars */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
}
img {
  border: 0;
  max-width: 100%;
}
input[type="text"],
input:not([type]),
input[type="button"],
input[type="submit"],
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  outline: 0 none !important;
  overflow: auto;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
::-moz-selection {
  background: #0063b4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0063b4;
  color: #fff;
  text-shadow: none;
}
a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fc {
  text-align: center;
}
.fr {
  text-align: right;
}
.left,
.fl {
  float: left;
  display: inline-block;
}
.right,
.fr {
  float: right;
  display: inline-block;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
*:before,
*:after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
.editor p {
  margin: 10px 0;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
  font: 12px/1.8 "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", Arial, "SimSun", sans-serif;
  margin: 0 auto;
  color: #000;
  background-color: #ffffff;
}
.wrap {
  width: 1200px;
  margin: 0px auto;
}
.scaleImg {
  position: relative;
}
.scaleImg .imgBg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.scaleImg:hover .imgBg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
header {
  height: 120px;
  background: #fff;
  position: relative;
  z-index: 1007;
}
header nav {
  line-height: 120px;
}
header nav ul {
  text-align: center;
}
header nav ul li {
  font-size: 14px;
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
header nav ul li:after {
  content: '/';
  position: absolute;
  right: -5px;
  color: #a7a3a3;
}
header nav ul li a {
  color: #a7a3a3;
}
header nav ul li a:hover {
  color: #47b72d;
}
header nav ul li.act a {
  color: #47b72d;
}
header nav ul li.last:after {
  content: '';
}
header nav ul li.logo {
  padding: 0 60px;
}
header nav ul li.logo img {
  vertical-align: middle;
}
header .nav_phone {
  display: none;
  height: 100%;
}
header .nav_phone .logo {
  overflow: hidden;
  float: left;
  margin-left: 30px;
  margin-top: 28px;
  width:94px;
}
header .nav_phone .logo img {
  width: 80%;
}
header .nav_phone .menu {
  float: right;
  margin-top: 57px;
  margin-right: 30px;
  cursor: pointer;
}
header .nav_phone .menu.open .line.line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 8% 50%;
  -ms-transform-origin: 8% 50%;
  transform-origin: 8% 50%;
}
header .nav_phone .menu.open .line.line2 {
  opacity: 0;
}
header .nav_phone .menu.open .line.line3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8% 50%;
  -ms-transform-origin: 8% 50%;
  transform-origin: 8% 50%;
}
header .nav_phone .menu .line {
  width: 40px;
  height: 2px;
  background: #262626;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
header .nav_phone .menu .line.lin3 {
  margin-bottom: 0px;
}
header .nav_phone ul {
  position: relative;
  z-index: 1006;
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  display: none;
}
header .nav_phone ul a {
  font-size: 14px;
  text-align: center;
  color: #a7a3a3;
}
header .nav_phone ul a:hover {
  color: #6da605;
}
header .nav_phone ul a li {
  line-height: 25px;
}
footer {
  padding-bottom: 26px;
  background: url("../images/footer_bg.jpg") no-repeat;
  background-size: cover;
}
footer .top {
  width: 81.25%;
  margin: 0 auto;
}
footer .top .logo {
  width: 78px;
  height: 75px;
  float: left;
  margin-top: 73px;
}
footer .top .wx {
  margin-top: 80px;
  float: right;
}
footer .top .wx a {
  display: block;
  float: left;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: top center;
}
footer .top .wx a.weibo {
  background-image: url(../images/weibo.png);
}
footer .top .wx a.weibo:hover {
  background-image: url(../images/weibo_h.png);
}
footer .top .wx a.weixin {
  background-image: url(../images/weixin.png);
  position: relative;
}
footer .top .wx a.weixin:hover {
  background-image: url(../images/weixin_h.png);
}
footer .top .wx a.weixin .erweima {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 47px;
  left: 50%;
  margin-left: -40px;
  display: none;
}
footer .top .wx a.qqZone {
  background-image: url(../images/qqZone.png);
}
footer .top .wx a.qqZone:hover {
  background-image: url(../images/qqZone_h.png);
}
footer .top .nav {
  margin-top: 95px;
}
footer .top .nav ul a {
  color: #ffffff;
}
footer .top .nav ul a:hover {
  color: #6da605;
}
footer .top .nav ul li {
  float: left;
  font-size: 18px;
  margin-right: 28px;
}
footer .top #links {
  float: right;
  cursor: pointer;
  height: 33px;
}
footer .top #links .links_top {
  width: 240px;
  height: 33px;
  background-color: #c1d0be;
}
footer .top #links .links_top .links_tit {
  line-height: 33px;
  color: #ffffff;
  padding-left: 18px;
  float: left;
}
footer .top #links .links_top .links_btn {
  width: 35px;
  height: 100%;
  float: right;
  background: url("../images/link_bg1.jpg") no-repeat;
}
footer .top #links .links_top .links_btn.open {
  background: url("../images/link_bg2.jpg") no-repeat;
}
footer .top #links ul {
  background: #c1d0be;
  padding: 10px 0;
  border-top: 1px solid #b8b8b8;
  display: none;
}
footer .top #links ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 18px;
  color: #fff;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
footer .top #links ul li:hover {
  background: #47b72d;
}
footer .line {
  height: 2px;
  background: #93ad6f;
  margin-top: 100px;
}
footer .setting {
  color: #ffffff;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
}
footer .setting a {
  color: #fff;
}
footer .setting a:hover {
  text-decoration: underline;
}
.popUpblack {
  background: url(../images/black_bg.png) repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}
.popUp {
  width: 220px;
  height: 242px;
  border: 5px solid #999;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}
.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}
.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}
.popUp .img {
  padding: 20px;
}
.popUp .img img {
  width: 100%;
  height: 100%;
  display: block;
}
