﻿@charset "UTF-8";

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
  zoom: 1;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

/* Public */
body {
  min-width: 1200px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family:
    "Microsoft YaHei", pingfang, Arial, Helvetica, Tahoma, sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #224b8e;
  text-decoration: underline;
}
.clearbox {
  border: none;
  border-top: 1px solid transparent !important;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-top: -1px !important;
  visibility: hidden;
}
.blank {
  display: block;
  height: 10px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  min-height: 1%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrap {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.siteWidth {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*图片放大*/
.scaleImg img {
  transition: 0.3s;
}
.scaleImg img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.header {
  width: 100%;
  height: 255px;
  transition: 0.5s;
  background: url(../img/topbg.png) repeat-x;
  z-index: 1;
}

.top {
  width: 100%;
  height: 40px;
  line-height: 38px;
  color: #fff;
  padding-top: 10px;
}
.top .left {
  float: left;
  padding-left: 3%;
}
.top .left a {
  padding-right: 20px;
}
.top .right {
  float: right;
  padding-right: 3%;
}
.top .right a,
.top .right span {
  padding-left: 20px;
  color: #fff;
  float: left;
}
.top .right a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header {
  width: 100%;
  height: 255px;
  transition: 0.3s;
  background: url(../img/topbg.png) repeat-x;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
.logoBar {
  position: relative;
  transition: 0.3s;
  z-index: 0;
}
.logo {
  width: 401px;
  height: 72px;
  position: absolute;
  left: 3%;
  top: 0px;
  background: url(../img/logo-w.png) 0 center no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_search {
  overflow: hidden;
  margin-top: 5px;
}
.main_search #keyword {
  width: 0px;
  background: #fff;
  border: none;
  height: 30px;
  border-radius: 3px;
  color: #333333;
  padding-left: 0px;
  float: left;
  transition: 0.5s;
}
.main_search #Submit {
  border: none;
  font-size: 0;
  width: 36px;
  background: url(../img/icon-search.png) no-repeat center;
  height: 31px;
  float: left;
  background-size: 50%;
  border-radius: 3px;
  margin-left: 10px;
  transition: 0.3s;
}
.main_search #Submit:hover {
  background: url(../img/icon-search.png) no-repeat center #4374c1;
  background-size: 50%;
  opacity: 0.7;
}
span.on .main_search #keyword {
  width: 150px;
  padding-left: 10px;
}
span.on .main_search #Submit {
  background: url(../img/icon-search.png) no-repeat center #4374c1;
  background-size: 50%;
}

.nav {
  float: right;
  margin-top: 30px;
  padding-right: 30px;
}
.nav ul li {
}
.nav ul li a {
  font-size: 16px;
  padding: 7px 20px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.nav ul li a:hover {
  background: #224b8d;
}
.nav ul li.on1 .a1 {
  background: #224b8d;
}
.shadow .header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.shadow .top {
  display: none;
}
.shadow .logoBar {
  height: 90px;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
}
.shadow .logo {
  width: 401px;
  height: 72px;
  float: left;
  position: absolute;
  left: 3%;
  top: 10px;
  background: url(../img/logo.png) 0 center no-repeat;
  background-size: 80%;
}
.shadow .nav {
  float: right;
  margin-right: 0%;
  margin-top: 20px;
}
.shadow .nav ul li a {
  padding: 8px 21px;
  color: #333;
}
.shadow .nav ul li.on1 a {
  color: #fff;
}
.shadow .nav ul li a:hover {
  color: #fff;
}
.shadow .search {
  background: url(search-g.png) no-repeat;
  position: absolute;
  top: 34px;
  right: 3%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .logo {
    background: url(../img/logo-w.png) no-repeat;
    background-size: 180px;
  }
}

/*顶部 E*/
.banner {
  width: 100%;
  text-align: center;
}
#content {
  width: 1200px;
  margin: -68px auto 10px auto;
  text-align: left;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 30px;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pageBanner {
  height: 500px;
  background: url(../img/pageBanner.jpg) center 0 no-repeat;
  position: relative;
  z-index: 0; /* margin-top: -255px; */
}

/*导航 */
.nav {
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.mainNav a:hover {
  text-decoration: none;
}
.mainNav {
  font-size: 16px;
  position: relative;
  zoom: 1;
}
.mainNav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mainNav .li1 {
  text-align: center;
  float: left;
  position: relative;
}
.mainNav .a1 {
  float: left;
  display: block;
  zoom: 1;
  width: 100px;
  color: #fff;
}
.mainNav .a1:hover {
  text-decoration: none;
}
.mainNav .on1 {
  color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.mainNav .on1 .a1 {
}
.mainNav .ul1 {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 44px;
  display: none;
  width: 100%;
  overflow: hidden;
}
.mainNav .ul1:beforecc {
  content: "";
  position: absolute;
  top: -10px;
  left: 59px;
  border-width: 10px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #3767b5;
  border-bottom-style: solid;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}
.mainNav .li2 {
  vertical-align: top;
}
.mainNav .a2 {
  font-size: 14px;
  display: block;
  line-height: 20px;
  color: #fff;
  background: #3767b5;
  padding: 13px 20px;
}
.mainNav .a2:hover {
  background: #457ad0;
  text-decoration: none;
  color: #fff;
}

/*底部 */
#footer {
  padding: 31px 0;
  color: #fff;
  background: #224b8e;
  overflow: hidden;
  margin-top: 30px;
}
#footer a {
  color: #fff;
}
#footer .siteWidth {
  position: relative;
  text-align: left;
  height: 180px;
}
#footer .copyRight {
  padding: 10px 0;
  opacity: 0.8;
}
#footer .sydw {
  position: absolute;
  top: 55px;
  right: 282px;
}
#footer .weixin {
  width: 104px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 35px;
  right: 0;
}
#footer .footlogo {
  margin: 25px 0;
}
#footer .phone {
  position: absolute;
  width: 104px;
  text-align: center;
  top: 36px;
  right: 130px;
  color: #fff;
  line-height: 40px;
}
#footer #qrcode {
  padding: 7px;
  background: #fff;
}

.goToPhone {
  width: 200px;
  border-radius: 0px 60px 60px 60px;
  height: 200px;
  background: #c73434;
  line-height: 200px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
  font-size: 20px;
}

/* goTop */
#goTop {
  position: fixed;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 0 5px #9c9c9c;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-style: dashed;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

/* winMark */
#winMark {
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}

/*default.css*/
