@charset "utf-8";
.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);
}
html,
body,
div,
span,
font,
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,
font {
  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;
  font-family: 'Microsoft YaHei';
}
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: #000000;
}
a:active,
a:hover {
  text-decoration: none;
  color: #fda800;
}
.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;
}
.right,
.fr {
  float: right;
}
.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;
}
.scrollcomm {
  position: relative;
  top: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.scrollcomm1 {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.scrollcomm2 {
  margin-top: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
body {
  font: 12px/1.8 "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", Arial, "SimSun", sans-serif;
  margin: 0 auto;
  color: #000;
  background-color: #ffffff;
  min-width: 1200px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
#header .top {
  height: 110px;
}
#header .top #logo {
  float: left;
  margin-top: 15px;
}
#header .top .right {
  margin-top: 55px;
}
#header .top .right a {
  display: block;
  width: 23px;
  height: 20px;
  float: left;
  background-repeat: no-repeat;
  margin-left: 20px;
}
#header .top .right a.tel {
  background-image: url(../images/tel.png);
  margin-right: 0px;
}
#header .top .right a.tel:hover {
  background-image: url(../images/tel_h.png);
}
#header .top .right a.weixin {
  background-image: url(../images/weixin.png);
}
#header .top .right a.weixin:hover {
  background-image: url(../images/weixin_h.png);
}
#header .top .right a.qq {
  background-image: url(../images/qq.png);
}
#header .top .right a.qq:hover {
  background-image: url(../images/qq_h.png);
}
#header #nav {
  height: 65px;
  background: #222222;
}
#nav .wrap{
 text-align: center;
}
#header #nav #nav_all .first {
  float: left;
  margin-right: 54px;
}
#header #nav #nav_all .first ul li {
  float: left;
}
#header #nav #nav_all{
  position: relative; 
}
#nav_all li ul{
   width: 1200px;
   margin:0 auto;
   z-index: 99;
   top: 65px;
   position: absolute;
   left:0;
}
#header #nav #nav_all li .aa {
  display: block;
  padding: 0 26px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
#header #nav #nav_all li ul li a{
  display: block;
  padding: 0 16px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
#nav_all li ul li a{
   color: #000;
}
#header #nav #nav_all li.act .aa,
#header #nav #nav_all li:hover .aa{
  background: #fda800;
}
#header #nav #nav_all li ul li a{
  color: #000;
}
#header #nav #nav_all li ul li:hover a{
  background: #fda800;
  color: #fff;
}
#header #nav #nav_all li.last {
  margin-right: 0;
}
.header_bottom{
  height: 35px;
  background-color: #e0dfe3;
}
#footer .zixun {
  height: 170px;
  background: #fda800;
}
#footer .zixun .left h1 {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  margin-top: 55px;
}
#footer .zixun .left h5 {
  font-size: 14px;
  line-height: 1;
  color: #7c7c7c;
  font-weight: normal;
  margin-top: 10px;
}
#footer .zixun .right a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #666;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 65px;
  border-radius: 5px;
}
#footer .zixun .right a:hover {
  background: #222222;
}
#footer .bottom {
  background: #222222;
  overflow: hidden;
}
#footer .bottom .left {
  width: 700px;
  margin-top: 30px;
  margin-bottom: 32px;
}
#footer .bottom .left .nav {
  margin-top: 40px;
  height: 42px;
  overflow: hidden;
}
#footer .bottom .left .nav ul li {
  float: left;
  padding-right: 45px;
  border-bottom: 1px solid #393939;
  padding-bottom: 20px;
}
#footer .bottom .left .nav ul li a {
  color: #bcbbbb;
}
#footer .bottom .left .nav ul li a:hover {
  color: #fda800;
}
#footer .bottom .left .nav ul li.last {
  padding-right: 0px;
}
#footer .bottom .left .setting {
  color: #7f7f7f;
  margin-top: 20px;
}
#footer .bottom .left .setting a {
  color: #7f7f7f;
}
#footer .bottom .left .setting a:hover {
  color: #fda800;
}
#footer .bottom .right {
  width: 220px;
  margin-top: 135px;
}
#footer .bottom .right .wx {
  float: right;
}
#footer .bottom .right .wx a {
  display: block;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  float: right;
  margin-right: 20px;
}
#footer .bottom .right .wx a.tel {
  background-image: url(../images/tel2.png);
  margin-right: 0px;
}
#footer .bottom .right .wx a.tel:hover {
  background-image: url(../images/tel_h.png);
}
#footer .bottom .right .wx a.weixin {
  background-image: url(../images/weixin2.png);
}
#footer .bottom .right .wx a.weixin:hover {
  background-image: url(../images/weixin_h.png);
}
#footer .bottom .right .wx a.qq {
  background-image: url(../images/qq2.png);
}
#footer .bottom .right .wx a.qq:hover {
  background-image: url(../images/qq_h.png);
}
#footer .bottom .right #links {
  position: relative;
  margin-top: 25px;
}
#footer .bottom .right #links .links {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  color: #b4b3b3;
  text-indent: 10px;
  cursor: pointer;
  background: #4a4949;
}
#footer .bottom .right #links .links .btn {
  position: absolute;
  width: 35px;
  height: 30px;
  background: #fda800;
  right: 0;
  top: 0;
}
#footer .bottom .right #links .links .btn i {
  width: 9px;
  height: 6px;
  background: url("../images/links_btn.png") no-repeat;
  display: block;
  margin: 12px;
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
#footer .bottom .right #links .links .btn i.act {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#footer .bottom .right #links ul {
  padding: 15px 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
  background: #4a4949;
  border-bottom: 1px solid #fda800;
  display: none;
}
#footer .bottom .right #links ul a li {
  height: 30px;
  line-height: 30px;
  color: #fda800;
  text-indent: 20px;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
#footer .bottom .right #links ul a li:hover {
  color: #fff;
  background: #fda800;
}
.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;
}
