﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

b,
i {
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  border: 0;
  background: 0 0;
}

textarea {
  resize: none;
}

input:disabled {
  opacity: 0.9;
}

input[type=button]:active {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  vertical-align: baseline;
}

@font-face{font-family:PoppinsRegular;src:url(../fonts/Poppins-Regular.ttf)}
@font-face{font-family:PoppinsBold;src:url(../fonts/Poppins-Bold.ttf)}
@font-face{font-family:PoppinsSemibold;src:url(../fonts/Poppins-SemiBold.ttf)}

/*
 * 全局通用
 */
body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff; 
  font-family:PoppinsRegular,Helvetica,sans-serif;
}

a:hover {
  color: #873043;
}

.clearfix:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.header-content-box {
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  padding: 21px 0 17px 0;
}

.header-content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav-box {
  background-color: #ffffff;
}

.header-logo {
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-nav {
  width: 1200px;
  margin: 0 auto;
}

.nav-mune {
  display: none;
}

.nav-box {
  position: relative;
  z-index: 9;
}

.nav {
  position: relative;
  z-index: 9;
  height: 52px;
  line-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  color: #383838;
  position: relative;
  white-space: nowrap;
  margin-right: 10px;
}
.nav > li:hover .nav-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav > li > a {
  color: #383838;
  display: block;
  padding: 0 15px;
  letter-spacing: 1px;
  font-weight: bold;
}
.nav > li > a img {
  vertical-align: 3px;
}
.nav > li.active > a, .nav > li:hover > a {
  color: #873043;
}

.nav-down {
  margin-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-sub {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
}
.nav-sub > li a {
  display: block;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.nav-sub > li a:hover {
  color: #fff;
  background-color: #873043;
}

/*
 * 首页
 */
.banner-content {
  position: relative;
}
.banner-content .banner-swiper-image {
  display: block;
  height: 728px;
  background-size: cover;
  background-position: center center;
}
.banner-content .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0 !important;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.banner-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0e7cab;
}
.banner-content .swiper-button-prev {
  background-image: url(../images/banner_left.png);
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  left: 35px;
}
.banner-content .swiper-button-next {
  background-image: url(../images/banner_right.png);
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  right: 35px;
}

.banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 177px;
  background-color: rgba(175, 93, 42, 0.8);
  z-index: 10;
  text-align: center;
  padding: 23px 20px 0;
}
.banner-nav > a {
  display: inline-block;
  text-align: center;
  margin-left: 140px;
}
.banner-nav > a:first-child {
  margin-left: 0;
}
.banner-nav > a:hover {
  opacity: 0.9;
}

.banner-nav-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;    display: list-item;
    list-style: none;
}
.banner-nav-icon img {
  vertical-align: middle;
}

.banner-nav-title {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-top: 12px;
}

.footer {
  line-height: 24px;
  text-align: center;
  padding: 27px 20px;
  background-color: #474747;
  color: rgba(255, 255, 255, 0.54);
}

.header-tools a {
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-left: 7px;
  line-height: 26px;
}
.header-tools a img {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.header-tools a.btn-login {
  background-color: #af5d2a;
  border-radius: 13px;
  color: #fff;
  padding: 0 15px;
}
.header-tools a.btn-login:hover {
  color: #fff;
  background-color: #873043;
}
.header-tools a:hover {
  color: #873043;
}

.i-title {
  line-height: 42px;
  color: #af5d2a;
  font-size: 30px;
  text-align: center;
  padding: 100px 0 55px;
}

.i-title-line {
  text-align: center;
  line-height: 0;
}

.introduction-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction-content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.introduction-content-right {
  width: 455px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.introduction-content-right img {
  width: 100%;
}

.introduction-more {
  text-align: center;
}
.introduction-more a {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  color: #000;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
  padding: 0 12px;
}
.introduction-more a:hover {
  color: #873043;
}

.news-box {
  background-image: url(../images/i_bg1.jpg);
  background-size: cover;
  height: 477px;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.news-content-list {
  background-color: #ffffff;
  padding: 23px;
}

.news-title {
  font-size: 24px;
  color: #000;
  line-height: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #040404;
  overflow: hidden;
}
.news-title a {
  float: right;
}

.dates-list {
  font-size: 14px;
  padding-top: 9px;
}
.dates-list > li {
  overflow: hidden;
  line-height: 20px;
  padding: 9px 0;
}

.dates-list-tit {
  color: #333;
  width: 190px;
  float: left;
}

.dates-list-month {
  color: #f1ab04;
  width: 150px;
  float: left;
}

.dates-list-year {
  color: #f1ab04;
  width: 85px;
  float: left;
}

.news-list {
  padding: 9px;
  width: 425px;
}
.news-list > li {
  padding: 9px 0;
}

.news-list-title {
  display: block;
  font-size: 16px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-title:hover {
  color: #873043;
}

.news-list-date {
  font-size: 14px;
  line-height: 16px;
}

.keynote-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.swiper-container-keynote {
  padding: 0 60px;
}
.swiper-container-keynote .swiper-button-prev {
  background-image: url(../images/icon_m_left.png);
  background-size: 19px 54px;
  width: 19px;
  height: 54px;
  left: 0;
}
.swiper-container-keynote .swiper-button-next {
  background-image: url(../images/icon_m_right.png);
  background-size: 19px 54px;
  width: 19px;
  height: 54px;
  right: 0;
}

.keynote-pto {
  width: 133px;
  margin: 0 auto;
}
.keynote-pto img {
  width: 100%;
}

.keynote-name {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
}

.by-box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.by-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
}

.by-right {
  width: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 40px 80px;
}

.by-title {
  font-size: 18px;
  line-height: 30px;
  color: #af5d2a;
  padding-bottom: 15px;
}

.by-logos {
  overflow: hidden;
  padding-bottom: 80px;
}
.by-logos > li,
.by-logos > a {
  float: left;
  display: block;
  width: 20%;
  height: 152px;
  line-height: 132px;
  text-align: center;
  padding: 10px;
}
.by-logos > li img,
.by-logos > a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.contacts-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 38px;
}
.contacts-name.pt {
  padding-top: 30px;
}

.contacts-text {
  font-size: 14px;
  color: #333;
  line-height: 38px;
}

.n-banner {
  height: 271px;
  background-image: url(../images/n_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.n-banner-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
}

.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 35px 0 10px;
  font-weight: bold;
}

.n-content {
  padding: 20px 0px 100px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n-nav {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.n-nav > a {
  display: block;
  margin-bottom: 10px;
  background-color: #e3e3e3;
  padding: 6px 25px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.n-nav > a.active, .n-nav > a:hover {
  background-color: #873043;
  color: #fff;
}

.n-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  overflow: hidden;
}

.n-news {
  width: 100%;
}
.n-news > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.n-news > a:hover .n-news-text {
  color: #873043;
}

.n-news-img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.n-news-img img {
  width: 100%;
}

.n-news-content {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.n-news-title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: 22px;
}

.n-news-date {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.n-news-text {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.npage-list {
  text-align: center;
  font-size: 0;
}
.npage-list li {
  border: 1px solid #873043;
  border-left: 0;
  font-size: 12px;
  color: #873043;
  display: inline-block;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
}
.npage-list li.active {
  background-color: #873043;
  color: #fff;
}
.npage-list li:first-child {
  border-left: 1px solid #873043;
  border-radius: 3px 0 0 3px;
}
.npage-list li:last-child {
  border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 780px) {

	.banner-text img{
		    width: 70%;
    margin-top: -115px;
		
	}
	
  .header-content {
    width: 100%;
    padding: 10px 15px;
  }

  .header-logo {
    padding-right: 0;
  }
  .header-logo img {
    width: 150px;
  }

  .nav-mune {
    display: block;
    position: fixed;
    top: 60px;
    right: 5px;
    width: 30px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .nav-mune img {
    width: 100%;
  }

  .nav-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100px;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
  }
  .nav-box .nav {
    width: 140px;
    margin: inherit;
    display: block;
    background-color: #873043;
    position: relative;
    min-height: 100%;
    line-height: 52px;
  }
  .nav-box .nav > li {
    position: initial;
    color: #fff;
    margin-right: 0;
    padding-bottom: 4px;
    font-size: 14px;
  }
  .nav-box .nav > li > a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
  .nav-box .nav > li.active::after, .nav-box .nav > li:hover::after {
    background-color: #873043;
    width: 100%;
  }
  .nav-box .nav > li.active > a, .nav-box .nav > li:hover > a {
    background-color: #fff;
    color: #873043;
  }
  .nav-box .nav > li.active .header-nav-down, .nav-box .nav > li:hover .header-nav-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-box .nav-sub {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  .banner-content {
    width: 100%;
  }
  .banner-content .banner-swiper-image {
    height: 243px;
  }

  .footer {
    font-size: 12px;
  }

  .header-content-box {
    padding: 10px;
  }

  .header-content {
    padding: 0;
    display: block;
  }

  .header-tools {
    padding-top: 5px;
  }
  .header-tools a {
    margin-left: 5px;
  }

  .banner-nav {
    height: auto;
    padding: 15px 15px 0;
    position: relative;
    overflow: hidden;
  }
  .banner-nav a {
    margin-left: 15px;
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
  }
  .banner-nav .banner-nav-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .banner-nav .banner-nav-icon img {
    width: 30px;
  }
  .banner-nav .banner-nav-title {
    padding-top: 5px;
  }

  .introduction-box {
    width: 100%;
    padding-bottom: 40px;
  }

  .introduction-content {
    display: block;
  }

  .introduction-content-left {
    padding: 15px;
  }

  .introduction-content-right {
    width: 100%;
    padding: 15px;
  }

  .i-title {
    font-size: 22px;
    line-height: 32px;
    padding: 50px 0 25px;
  }
  .i-title .i-title-line img {
    width: 160px;
  }

  .news-box {
    height: auto;
    background: none;
  }

  .news-content {
    display: block;
    width: 100%;
    padding: 0;
  }

  .news-content-list {
    padding: 15px;
  }

  .news-list {
    padding: 5px 0 0;
    width: 100%;
  }
  .news-list > li {
    padding: 5px 0;
  }

  .dates-list-tit {
    width: 55%;
  }

  .dates-list-month {
    width: 30%;
  }

  .dates-list-year {
    width: 15%;
  }

  .keynote-content {
    width: 100%;
    padding-bottom: 40px;
  }

  .by-box {
    width: 100%;
    display: block;
  }

  .by-logos {
    padding-bottom: 30px;
  }
  .by-logos li {
    width: 33.3333%;
  }

  .by-left {
    padding: 15px;
  }

  .by-right {
    width: 100%;
    padding: 15px;
  }

  .keynote-content {
    padding: 0 15px;
  }

  .n-banner {
    height: 120px;
  }

  .breadcrumb {
    width: 100%;
    padding: 15px 15px 0;
    font-size: 14px;
  }

  .n-banner-title {
    width: 100%;
    line-height: 48px;
    padding: 0 15px 15px;
    font-size: 26px;
  }

  .n-content {
    padding: 30px 15px 40px;
    width: 100%;
    display: block;
  }

  .n-nav {
    width: 100%;
    padding: 0 0 15px;
  }

  .n-right {
    width: 100%;
    padding: 0 0 15px;
  }

  .n-news-img {
    width: 140px;
  }

  .n-news {
    padding-bottom: 15px;
  }
  .n-news > a {
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=style.css.map */
