@charset "utf-8";

/* CSS Document */
html,
body {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "arial","Helvetica","Helvetica Neue";
  color: #272727;
  line-height: 150%;
  text-align: center;
}

input,
textarea {
  font-family: "arial","Helvetica","Helvetica Neue";
  color: #272727;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #272727;
}

a:hover {
  color: #6fba2c;
  text-decoration: none;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

input::-webkit-input-placeholder {
  color: #838383;
}

input::-moz-placeholder {
  color: #838383;
}

input:-ms-input-placeholder {
  color: #838383;
}

.topW {
  background-color: #0059a8;
  height: 41px; overflow: hidden;
  line-height: 41px;
  font-size: 14px;
  min-width: 1140px;
  color: #fff;
}

.top {
  width: 1140px;
  margin: 0 auto;
}

.top .topL {
  float: left;
}

.top .topR {
  float: right;
}

.top .tel {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/tel.png) 0 11px no-repeat;
  margin-right: 1em;
  padding-left: 28px;
}

.top .email {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/email.png) 0 center no-repeat;
  margin-right: 1em;
  padding-left: 23px;
}

.top .email a{
  color: #fff;
}

.top .line {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 1px;
  background-color: #fff;
  margin-right: 14px;
}

.lanBox {
  float: right;
  position: relative;
  z-index: 500;
  font-size: 14px;
}

.lanBox .btn {
  cursor: pointer;
  color: #fff;
  background-color: #6fba2c;
  padding: 0 12px 0 12px;
  line-height: 40px;
}

.lanBox .btn .pic {
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  background: center center no-repeat;
}

.lanBox .btn .txt {
  display: inline-block;
  vertical-align: middle;
}

.lanBox .btn .arr {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 9px 5px;
}

.lanBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  top: 41px;
  min-width: 100%;
  width: auto;
  background-color: #6fba2c;
  line-height: 2.2em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
}

.lanBox .dropDown li {
  cursor: pointer;
  padding: 0 0.8em;
}

.lanBox .dropDown li a{
  color: #fff;
}

.lanBox .dropDown li:hover {
  background-color: #5fb016;
}

.headerW {
  clear: both;
  height: 89px;
  position: relative;
  z-index: 400;
}

.header {
  margin: 0 auto;
  width: 1140px;
}

.header:after {
  display: block;
  content: "";
  clear: both;
}

.header .logo {
  float: left;
  padding: 23px 0 0;
}

.header .logo img {
  display: block;
  width: 226px;
  height: auto;
}

.navW {
  float: right;
  margin-top: 6px;
}

.nav {
  margin: 0 -1.2em 0 0;
  line-height: 83px;
  font-size: 16px;
  height: 83px;
}

.nav>ul>li {
  display: inline-block;
  position: relative;
  z-index: 100;
  cursor: pointer;
  font-weight: bold;
  margin: 0 1.2em;
}

.nav>ul>li>a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 0;
  color: #272727;
}

.nav>ul>li>a .arrow {
  width: 1.2em;
  height: 1.2em;
  right: -0.8em;
  top: 50%;
  margin-top: -0.5em;
  position: absolute;
  background: url(../images/arrow.png) right center no-repeat;
  background-size: 9px 5px;
}

.nav>ul>li>a .line {
  background-color: #6fba2c;
  width: 0;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.nav>ul>li.hover>a,
.nav>ul>li.cur>a {
  color: #6fba2c;
}

.nav>ul>li.hover a .line,
.nav>ul>li.cur>a .line {
  width: 100%;
}

.nav .sub_nav {
  display: none;
  position: absolute;
  top: 83px;
  left: 50%;
  margin-left: -5em;
  width: 10em;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  background: #0158a7;
  filter: Alpha(opacity=80);
  background: rgba(1, 88, 167, 0.8)
}

.nav .sub_nav>ul {
  padding: 0.5em 0;
}

.nav .sub_nav li {
  line-height: 2.8em;
  font-weight: normal;
}
.nav .sub_nav li a { color: #fff;}

.nav .sub_nav li a:hover { color: #c5e2fc;}

.nav .liW {
  position: static;
}

.nav .liW .sub_nav {
  left: 0;
  right: 0;
  background-color: #0158a7;
  width: auto;
  min-width: 1140px;
  background: #0158a7;
  filter: Alpha(opacity=80);
  background: rgba(1, 88, 167, 0.8)
}

.nav .liW .sub_nav_con {
  width: 1140px;
  margin: 0 auto;
}

.nav .liW .proList {
  padding: 1.5em 0 1.5em;
}

.nav .liW .proList:after {
  display: block;
  clear: both;
  content: "";
}

.nav .liW .proList .item {
  float: left;
  width: 16.6%;
  margin-top: 1.7%;
}

.nav .liW .proList a {
  position: relative;
  z-index: 0;
  display: block;
  cursor: pointer;
  margin: 0 0.5%;
  padding-bottom: 0.4em;
}

.nav .liW .proList a:hover {}

.nav .liW .proList .picb {
  display: block;
  padding: 3.5%;
}

.nav .liW .proList .pic {
  display: block;
  width: 100%;
  padding-top: 70%;
  height: 0;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.nav .liW .proList .txt {
  display: block;
  margin: 0.2em 4% 0;
  overflow: hidden;
  max-height: 2.7em;
  line-height: 1.35em;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.nav .liW .proList a:hover {
  top: -1.2em;
  background-color: #65b137;
  padding-bottom: 1.2em;
}

.nav .liW .proList a:hover .picb {
  background-color: #7dbf41;
}

.nav .liW .proList a:hover .txt {
  margin-top: 1em;
}

.btnMenu {
  display: none;
  position: absolute;
  left: 0.6em;
  top: 50%;
  margin-top: -1.2em;
  cursor: pointer;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/menu.png) center center no-repeat;
  background-size: contain;
}

.btnBack {
  display: none;
  position: absolute;
  left: 0.6em;
  top: 0;
  margin-top: 2em;
  cursor: pointer;
  width: 1.6em;
  height: 1.6em;
  background: url(../images/arrow32.png) center center no-repeat;
  background-size: contain;
}

.flinkW {
  min-width: 1140px;
  background-color: #0059a8;
  padding-left: 1em;
}

.flink {
  width: 1140px;
  margin: 0 auto;
  padding: 4.3em 0 4.3em;
  color: #fff;
}

.flink:after {
  content: "";
  clear: both;
  display: block;
}

.flink a {
  color: #fff;
}

.flink a:hover {
  color: #cde6fd;
}

.flink .list {
  margin-top: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.flink .list dl {
  flex: 1;
  text-align: left;
}

.flink .list dl:first-child {
  flex: 1.25
}

.flink .list dt {
  font-size: 16px;
  font-weight: bold;
}

.flink .list dt a {
  color: #fff;
}

.flink .list dt a:hover {
  color: #cde6fd;
}

.flink .list dt .line {
  margin: 0.8em auto 0 0;
  height: 4px;
  width: 2.7em;
  background-color: #6fba2c;
}

.flink .list dd {
  margin-top: 1.5em;
  max-width: 210px;
}

.flink .list dd li {
  line-height: 2em;
  font-size: 15px;
}

.flink .list dd li img {
  margin-right: 0.3em;
}

.flink .list dd li img,
.flink .list dd li span {
  vertical-align: middle;
}

.flink .list .add {
  line-height: 1.4em;
  padding: 0 0 0.8em 2.6em;
  background: 0 0 no-repeat;
  background-size: 21px 21px;
  background-image: url(../images/add.png);
}

.flink .list .phone {
  line-height: 1.4em;
  padding: 0 0 0.8em 2.6em;
  background: 0 0 no-repeat;
  background-size: 21px 21px;
  background-image: url(../images/phone.png);
}

.flink .list .email {
  line-height: 1.4em;
  padding: 0 0 0.8em 2.6em;
  background: 0 0 no-repeat;
  background-size: 21px 21px;
  background-image: url(../images/email.png);
}

.footerW {
  background-color: #005097;
  padding: 0 1em;
}

.footer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.9em 0 1.7em;
  color: #fff;
  font-size: 13px;
}

.footer .txt {
  float: right;
}

.footer .txt a {
  margin-left: 1.8em;
}

.footer .copyright {
  float: left;
  margin-right: 2em;
}

.footer .copyright span {
  margin-right: 1em;
}

.footer:after {
  content: "";
  clear: both;
  display: block;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ccc;
}
.hidenPC { display: none;}
.hidenM { display: block;}
@media only screen and (max-width:1160px) {
  .topW { min-width: auto; padding-left: 1em;
    padding-right: 1em; }
  .top {  width: auto;}
  .headerW { height: auto;padding-left: 1em;
    padding-right: 1em;}
  .header { width: auto;}
  .nav { margin-right: 0;}
  .nav>ul>li:last-child { margin-right: 0;}
  .flinkW {min-width: auto; padding-left: 1em; padding-right: 1em;}  
  .flink { width: auto;}
}

@media only screen and (max-width:828px) {
  .hidenPC { display: block;}
  .hidenM { display: none;}
  .topW {padding-left: 0.1em;
    padding-right: 0.1em; 
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #fff;
  }

  .top {
    padding: 0 0.8em;
  }

  .headerW {
    height: auto;
    padding: 1.8em 0 1.2em;
  }

  .header {
    width: auto;
    height: auto;
    position: relative;
    z-index: 100;
  }

  .header .logo {
    float: none;
    text-align: center;
    padding-top: 0;
  }

  .header .logo img {
    margin: 0 auto;
    display: block;
    width: 180px;
  }

  .lanBox {
    display: none;
    position: absolute;
    top: 0.7em;
    margin-top: 0;
    float: none;
    right: 0.6em;
  }

  .lanBox .dropDown {
    line-height: 2em;
  }

  .btnMenu {
    display: block;
  }

  .btnBack {
    display: block;
    width: 1.4em;
    height: 1.4em;
  }

  .navW {
    border-bottom: 0;
  }

  .nav {
    float: 0;
    position: fixed;
    z-index: 400;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    overflow-y: auto;
	background:#fff;
	filter:Alpha(opacity=90);
	background: rgba(255, 255, 255, 0.9)
  }

  .nav>ul {
    margin: 4em 1em 0;
  }

  .nav>ul>li {
    display: block;
    float: none;
    font-size: 1em;
    border-bottom: 1px solid #333;
    line-height: 3em;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .nav .sub_nav {
    display: block;
    position: static;
    width: auto;
    background-color:transparent;
	margin-left: 0;
  }
  
  .nav .liW .sub_nav {min-width: auto; background-color:transparent;
  box-shadow:0 0 0;}
  .nav .liW .sub_nav_con { width:auto;}
  .nav .liW .proList .item { width: 33.3%;}
  .nav .liW .proList { margin-top: -0.5em; padding-top: 0;}
  .nav .liW .proList .txt { color: #686868; font-weight: normal; font-size: 13px;}
  .nav .liW .proList a:hover { top: 0; background-color:transparent; padding-bottom: 0.4em; }
  .nav .liW .proList a:hover .picb {background-color:transparent;}
  .nav .liW .proList a:hover .txt { margin-top: 0.2em;}

  .nav>ul>li>a {
    padding: 0;
   color: #000;
  }

  .nav .sub_nav>ul {
    padding: 0;
  }

  .nav .sub_nav li {
    line-height: 2.6em;
    border-top: 1px solid #2c2c2c;
  }

  .nav .sub_nav li a {
    color: #686868;
    padding-left: 1em;
  }

  .nav .sub_nav li a:hover {
    background-color: transparent;
    color: #484848;
  }

  .nav>ul>li>a .arrow {
    display: none;
  }

  .nav>ul>li>a .line {
    display: none;
  }

  .nav>ul>li>a:hover .arrow {
    display: none;
  }

  .flinkW {
    min-width: auto;
  }

  .flink {
    width: auto;
    padding: 2em 0;
  }

  .flink .info {
    float: none;
    width: auto;
    text-align: center;
  }

  .flink .info .txt {
    max-width: 100%;
    margin: 1em 2em 2em;
  }

  .flink .info .qrCode {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }

  .flink .info .social {
    float: none;
    display: block;
    text-align: center;
  }

  .flink .info .social .slink {
    margin-top: 1em;
  }

  .flink .info .social .slink a {
    margin: 0 0.5em;
  }

  .flink .list {
    float: none;
    display: block;
    width: auto;
    clear: both;
    padding-top: 3em;
    flex-wrap: wrap
  }

  .flink .list dl {
    flex: auto;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2em;
  }

  .flink .list dl:nth-child(5) {
    clear: both;
  }

  /*底部*/
  .footer .txt {
    float: none;
  }

  .footer .copyright {
    float: none;
    margin-right: auto;
  }

  .footer .txt a {
    margin: 0 0.5em;
  }
}

@media only screen and (max-width:600px) {
  .btnBack {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 420px) {

  html,
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .topW {
    font-size: 0.8em;
  }

  .top .tel {
    padding-left: 1.9em;
  }

  .top .email {
    padding-left: 1.9em;
  }

  .top .line {
    margin-right: 0.8em;
  }
}

@media only screen and (max-width: 360px) {

  html,
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .topW {
    font-size: 0.7em;
  }

  .top .email {
    padding-left: 2.2em;
  }
}