*{ 
  margin: 0;
  padding: 0;
  /*font-size: 16px;*/
  font-family: 'Microsoft YaHei';
}

body {
  font-size: 16px;
}

a{
  text-decoration: none;
  color: #333;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header{
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
}

img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.tem_head {
    min-height: 100px;
    width:1200px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    display: flex;
}

.tem_head img{
   width: 144px;
   height: 98px;
}

header h1{
  flex-shrink: 0;
  height: 100px;
  margin-right: 100px;
}

/*导航栏*/
header .nav{
  width: 100%;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.tem_head nav {
  flex-grow: 1;
  height: 100px;
  line-height: 100px;
}

.tem_head nav>ul{
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}

.tem_head nav>ul>li {
    flex: auto;
}

header .nav_active{
  background-color: #48ab72;
  color: #fffffd;
}

header .nav_active>a {
  color: #fffffd;
}

.tem_head nav>ul>li>a{
  font-size: 18px;
}

.tem_head nav>a{
  color: #252525;
  text-align: center;
  padding:0 10px;
  font-size: 14px;
  border-radius: 5px;
  float: left;
  margin-top: -5px;
}

/*header {
  width: 100%;
  position: relative;
}*/

/*header .hederSwiper {
  width: 100%;
  height: 1000px;
  margin: auto;
  position: relative;
}

.headerSwiper-container {
  width: 100%;
  height: 100%;
}

header .swiper-slide {
  position: relative;
}

header .allTitle {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  z-index: 1;
  margin: 0 0.625rem;
  padding: 0 0.625rem;
}

header .mainTitle {
  position: relative;
  text-transform: uppercase;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  margin-left: -8px;
  padding-bottom: 1.2rem;
  color: #fff;
  top: 40%;
  left: 0;
  z-index: 2;
}

header .subTitle {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

header .hederCoverImg {
  width: 100%;
  height: 100%;
}

.navigation{
  width: 100%;
  position: absolute;
  top: 10px;
  z-index: 2;
  padding-top: 1rem;
  background: rgba(0, 0, 0, 0);
  color: #666;
  display: flex;
}

header .navigation .logo{
  width: 144px;
  height: 100px;
  min-width: 144px;
  -webkit-box-flex: 0;
  margin: 0.625rem 2.5rem;
  padding: .4rem 2rem;
}

.navigationRight {
  width: 75%;
  padding: 2rem;
}

@media screen and (max-width: 1400px) {
  .navigationRight {
    width: 100%;
    padding: 2rem;
  }
}

.navigationRight .nav_ul > li {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
  position: relative;
}

.navigationRight  .nav_ul > li > a{
  font-size: 1.3rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  padding: 1rem 1.225rem;
  border-radius: 4px;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1;
}

.navigationRight  .nav_ul .item-content {
  display: inline-block;
  font-size: 1.3rem;
}

.navigationRight  .nav_ul .iconfont {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  line-height: normal;
}

.navigationRight  .nav_ul > li:hover {
  background: #fff;
  border-radius: 4px;
}


.navigationRight  .nav_ul > li:hover > a {
  color: #666;
}

.navigationRight  .nav_ul > li:hover .iconfont {
  color: #666;
}

.nav_active {
  background: #fff;
  border-radius: 4px;
}

.navigationRight .nav_ul .nav_active > a, .navigationRight .nav_ul .nav_active .iconfont {
  color: #666;
}

.navigationRight .nav_ul {
  display: flex;
  -webkit-justify-content: flex-end;
}*/

.nav_title .g-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    /*margin-top: -3px;*/
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    width: 200px;
    float: left;
    z-index: 10;
    /*opacity: 0;*/
    display: none;
    overflow: hidden;
    color: #666;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    /*padding: 10px 0;*/
}

.nav_title > li {
  position: relative;
}

.nav_title > li:hover > a > span {
  color: #48ab72;
}

.nav_title > li.nav_active:hover > a > span {
  color: #fff;
}

.nav_title > li:last-child .g-dropdown {
  right: 0;
  left: auto;
}

.nav_title > li:hover .g-dropdown {
  opacity: 1;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav_title .g-dropdown li {
  /*padding: 5px 0;*/
  line-height: 2.5rem;
  /*margin: 0.1125rem 0.9375rem;*/
}

.nav_title .g-dropdown li > a {
  padding: 5px 0;
  font-size: 1rem;
  color: #666;
}

.nav_title .g-dropdown li:hover > a {
  color: #fff;
  background: #48ab72;
}

section {
  padding-top: 100px;
}

/*底部*/
footer{
  width: 100%;
  color: #feffff;
  background-image: url(../img/index_41.png);
  clear: both;
  background-size: 100% 100%;
}

footer .about, .code {
  margin: 50px 0;
}

footer .code {
  width: 10%;
  margin-right: 60%;
}

footer .code img {
  width: 120px;
  height: 120px;
  background-size: 100% 100%;
}

footer .code p {
  font-size: 20px;
  text-align: center;
}

footer .about {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .about ul {
  flex: auto;
}

footer .about ul li {
  text-align: center;
  font-size: 0;
  text-align: left;
  margin-bottom: 15px;
}

footer ul li a {
  display: block;
  font-size: 16px;
  color: #fefefc;
}

footer .bottom {
  width: 1200px;
  margin: auto;
  display: flex;
}

footer .copyright {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  color: #a6a6a6;
  background-color: #242424;
  text-align: center;
}

footer .copyright a {
  display: inline-block;
  font-size: 14px;
  color: #a6a6a6;
}

.logo img {
  width: 144px;
  height: 100px;
}

.globalAp {
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  clear: both;
}


.hederCoverImg {
  position: relative;
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.5;
}