/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, button, i, input, select, option, header, footer, main, article, section, aside, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 600;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

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

hr {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
  border: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  border: none;
  background: none;
}

button, input[type="radio"], input[type="checkbox"] {
  border: none;
  outline: none;
}

textarea {
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
  font: inherit;
  color: #444;
  resize: none;
  overflow: auto;
  vertical-align: top;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="submit"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="search"]:focus, input[type="search"]:active {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 0 none;
}

input[type="submit"], input[type="submit"]:focus {
  border: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-selection {
  background-color: #202020;
  color: #fff;
}

::selection {
  background-color: #202020;
  color: #fff;
}

body {
  font-family: -apple-system, "SF UI Text", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.6;
  color: #333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #b1afaf;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  background-color: #b1afaf;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

body {
  background: #fff;
}

.page_bg {
  width: 100%;
  min-width: 1200px;
  background: #fff;
}

.page_bg .page {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}

.header-top {
  background: #fafafa;
  border-bottom: 1px solid #e5e6e9;
  margin-bottom: 25px;
}

.header-top-list {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-size: 0;
}

.header-top-list-items {
  display: inline-block;
}

.header-top-list-items a {
  display: block;
  padding: 14px 11px;
  font-size: 12px;
  color: #333333;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.header-top-list-items a:hover {
  color: #de260e;
}

.header-top-list-items.first a {
  color: #5a5a5a;
}

.header-top-list-items.first a:hover {
  color: #de260e;
}

.header-top-list-items.first a span {
  padding-right: 19px;
  display: block;
  border-right: 1px solid #c8c8c8;
}

.header-center {
  margin-bottom: 26px;
}

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

.header-center-main-logo {
  float: left;
  width: 280px;
  height: 60px;
}

.header-center-main-logo-one {
  float: left;
  height: 100%;
}

.header-center-main-logo-one img {
  height: 100%;
}

.header-center-main-logo-two {
  padding-top: 10px;
  float: right;
}

.header-center-main-search {
  float: left;
  margin-left: 130px;
  width: 372px;
  padding-top: 10px;
}

.header-center-main-search ::-webkit-input-placeholder {
  color: #999999;
}

.header-center-main-search :-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.header-center-main-search ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.header-center-main-search :-ms-input-placeholder {
  color: #999999;
}

.header-center-main-search input {
  width: 100%;
  height: 42px;
  border: 1px solid #d3d2d2;
  font-size: 16px;
  padding-left: 55px;
  color: #999;
  background: url("../img/assets/icon_search.png") 22px center no-repeat;
  background-size: 20px;
}

.header-center-main-share {
  float: right;
  height: 60px;
}

.header-center-main-share-items {
  float: left;
  margin-left: 4px;
  height: 100%;
  border: 1px solid #e5e6e9;
}

.header-center-main-share-items a {
  position: relative;
  display: block;
  height: 100%;
}

.header-center-main-share-items a .pic-sml {
  display: block;
  width: 78px;
  height: 37px;
}

.header-center-main-share-items a .pic-pop {
  position: absolute;
  bottom: -255px;
  right: 0;
  z-index: 20;
  display: none;
  width: 250px;
  height: 250px;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}

.header-center-main-share-items a:hover .pic-pop {
  display: block;
}

.header-center-main-share-items a p {
  padding-top: 3px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #656565;
  line-height: 1;
}

.header-bottom {
  margin-bottom: 45px;
  height: 45px;
  background: #3D7DEA;
}

.header-bottom-list {
  width: 1200px;
  background: #3D7DEA;
  margin: 0 auto;
}

.header-bottom-list-items {
  float: left;
}

.header-bottom-list-items a {
  display: block;
  
  line-height: 45px;
  color: #fff;
}

.header-bottom-list-items a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-weight: 600;
}

.header-bottom-list-items a span {
        text-align: center;
  display: inline-block;
  line-height: 1;
  width: 90px;
  border-right: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-bottom-list-items:last-child a span {
  border-right: none;
}

.footer {
  width: 100%;
  background: #f8f8f8;
  border-top: 1px solid #eaeaea;
}

.footer-top {
  margin: -1px auto 47px;
  border-top: 2px solid #fa452d;
  background: #f8f8f8;
  width: 1200px;
}

.footer-top-title {
  padding-top: 25px;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.footer-top-list {
  padding-top: 30px;
  text-align: center;
}

.footer-top-list-items {
  display: inline-block;
}

.footer-top-list-items.first a {
  border-left: 0;
}

.footer-top-list-items a {
  display: block;
  padding: 0 25px;
  border-left: 1px solid #666666;
  color: #666666;
  line-height: 1;
}

.footer-top-list-items a:hover {
  color: #fa452d;
}

.footer-center {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-center-left {
  float: left;
  width: 602px;
  height: 138px;
  border-right: 2px solid #eaeaea;
}

.footer-center-left img {
  padding: 24px 70px 0 0;
  display: block;
  float: right;
}

.footer-center-right {
  float: left;
  height: 100%;
}

.footer-center-right img {
  padding: 4px 0 0 60px;
}

.footer-bottom {
  width: 1200px;
  margin: 0 auto;
}

.footer-bottom-otherLink {
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.footer-bottom-otherLink-items {
  display: inline-block;
  margin: 0 10px;
}

.footer-bottom-otherLink-items img {
  display: block;
  max-height: 80px;
}

.footer-bottom-link {
  text-align: center;
}

.footer-bottom-link-items {
  display: inline-block;
}

.footer-bottom-link-items.first a {
  border-left: 0;
}

.footer-bottom-link-items a {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #666666;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1;
}

.footer-bottom-link-items a:hover {
  color: #fa452d;
}

.footer-bottom-info {
  padding: 10px 0 18px;
}

.footer-bottom-info-items {
  text-align: center;
}

.footer-bottom-info-items p {
  font-size: 12px;
  color: #9f9f9f;
  line-height: 26px;
}

.swiper_styleOne {
  width: 100%;
  height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 0 120px;
  text-align: center;
  width: 100%;
  line-height: 66px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.swiper_styleOne .swiper-button {
  top: 92%;
  z-index: 10;
  background-position: center center;
  background-size: 21px 36px;
  background-repeat: no-repeat;
}

.swiper_styleOne .swiper-button-prev {
  background-image: url("../img/assets/icon_arrows_left_2.png");
}

.swiper_styleOne .swiper-button-next {
  background-image: url("../img/assets/icon_arrows_right_2.png");
}

.swiper_styleOne .swiper-pagination {
  width: auto;
  left: auto;
  right: 25px;
  bottom: 18px;
}

.swiper_styleOne .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.swiper_styleOne .swiper-pagination span.swiper-pagination-bullet-active {
  background: #eb6a66;
}

.news-box-styleSeven {
  border: 1px solid #eaeaea;
  padding: 0 20px;
  width: 368px;
  height: 460px;
}

.news-box-styleSeven-pic {
  position: relative;
  padding-top: 19px;
}

.news-box-styleSeven-pic a {
  display: block;
}

.news-box-styleSeven-pic a img {
  width: 100%;
  height: 223px;
}

.news-box-styleSeven-pic a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 51px;
  font-size: 20px;
  text-indent: 14px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  background: url("../img/assets/bg_2.png") left center repeat-x;
}

.news-box-styleSeven-list {
  padding: 15px 0 10px;
  width: 100%;
}

.news-box-styleSeven-list li {
  padding-left: 17px;
  font-size: 16px;
  line-height: 34px;
  background: url("../img/assets/icon_point.png") 0 center no-repeat;
}

.news-box-styleSeven-list li a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #666666;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.news-box-styleSeven-list li a:hover {
  color: #fa452d;
}

.public-title-styleOne {
  border-bottom: 2px solid #eaeaea;
  height: 60px;
  font-size: 22px;
  color: #333333;
}

.public-title-styleOne span {
  float: left;
  margin-bottom: -2px;
  padding-right: 20px;
  border-bottom: 2px solid #fa452d;
  line-height: 58px;
}

.public-title-styleOne a {
  float: right;
  width: 58px;
  height: 58px;
  background: url("../img/assets/icon_arrows_right.png") center center no-repeat;
  background-size: 9px 15px;
}

.page .sectionOne {
  margin-bottom: 60px;
}

.page .sectionOne-left {
  float: left;
  width: 785px;
}

.page .sectionOne-left-top {
  height: 265px;
  margin-bottom: 33px;
}

.page .sectionOne-left-top-slide {
  float: left;
  width: 429px;
  height: 265px;
}

.page .sectionOne-left-top-slide .swiper-slide a p {
  font-size: 20px;
  padding: 0 100px 0 16px;
  line-height: 51px;
  background: url("../img/assets/bg_2.png") left top no-repeat;
  background-size: 100% 100%;
}

.page .sectionOne-left-top-slide .swiper-pagination {
  bottom: 10px;
}

.page .sectionOne-left-top-list {
  float: right;
  width: 330px;
}

.page .sectionOne-left-top-list h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-left-top-list h4 a {
  color: #000000;
}

.page .sectionOne-left-top-list li {
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-left-top-list li a {
  color: #000000;
}

.page .sectionOne-left-top-list li a:hover {
  color: red;
}

.page .sectionOne-left-ad {
  width: 100%;
  height: 90px;
  margin-bottom: 24px;
}

.page .sectionOne-left-ad a {
  display: block;
}

.page .sectionOne-left-ad a img {
  width: 785px;
  height: 90px;
}

.page .sectionOne-left-bottom-items {
  width: 369px;
  height: 379px;
  float: left;
}

.page .sectionOne-left-bottom-items:nth-child(odd) {
  margin-right: 47px;
}

.page .sectionOne-left-bottom-items-title {
  padding: 13px 0;
  font-size: 20px;
  color: #3d7dea;
  line-height: 1;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 20px;
}

.page .sectionOne-left-bottom-items-title span {
  padding-left: 8px;
  border-left: 3px solid #3d7dea;
}
.page .sectionOne-left-bottom-items-title span a{
      color: #3d7dea;
}

.page .sectionOne-left-bottom-items-pic {
  height: 174px;
}

.page .sectionOne-left-bottom-items-pic a {
  display: block;
  position: relative;
}

.page .sectionOne-left-bottom-items-pic a img {
  width: 369px;
  height: 174px;
}

.page .sectionOne-left-bottom-items-pic a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 40px;
  background: url("../img/assets/bg_2.png");
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-left-bottom-items-list {
  padding-top: 13px;
}

.page .sectionOne-left-bottom-items-list .items {
  padding-left: 20px;
  width: 369px;
  font-size: 16px;
  line-height: 34px;
  background: url("../img/assets/icon_point.png") 4px center no-repeat;
  background-size: 7px 7px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-left-bottom-items-list .items a {
  color: #000;
}

.page .sectionOne-left-bottom-items-list .items a:hover {
  color: red;
}

.page .sectionOne-right {
  float: right;
  padding: 0 25px;
  width: 366px;
  background: #f4f6fb;
}

.page .sectionOne-right-top {
  width: 316px;
  height: 384px;
  float: left;
}

.page .sectionOne-right-top:nth-child(odd) {
  margin-right: 47px;
}

.page .sectionOne-right-top-title {
  padding: 12px 0;
  font-size: 20px;
  color: #3d7dea;
  line-height: 1;
  margin-bottom: 5px;
}

.page .sectionOne-right-top-title span {
  padding-left: 8px;
  border-left: 3px solid #3d7dea;
}
.page .sectionOne-right-top-title span a{
     color: #3d7dea; 
}

.page .sectionOne-right-top-pic {
  height: 150px;
}

.page .sectionOne-right-top-pic a {
  display: block;
  position: relative;
}

.page .sectionOne-right-top-pic a img {
  width: 316px;
  height: 150px;
}

.page .sectionOne-right-top-pic a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 40px;
  background: url("../img/assets/bg_2.png");
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-right-top-list {
  padding-top: 13px;
}

.page .sectionOne-right-top-list .items {
  padding-left: 20px;
  width: 316px;
  font-size: 16px;
  line-height: 34px;
  background: url("../img/assets/icon_point.png") 4px center no-repeat;
  background-size: 7px 7px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-right-top-list .items a {
  color: #000;
}

.page .sectionOne-right-top-list .items a:hover {
  color: red;
}

.page .sectionOne-right-center {
  width: 316px;
  height: 285px;
  float: left;
}

.page .sectionOne-right-center-title {
  padding: 5px 0;
  font-size: 20px;
  color: #3d7dea;
  line-height: 1;
  margin-bottom: 14px;
}

.page .sectionOne-right-center-title span {
  padding-left: 8px;
  border-left: 3px solid #3d7dea;
}
.page .sectionOne-right-center-title span a{
    
    color: #3d7dea; 
}

.page .sectionOne-right-center-pic {
  height: 93px;
}

.page .sectionOne-right-center-pic a {
  display: block;
}

.page .sectionOne-right-center-pic a img {
  float: left;
  width: 131px;
  height: 93px;
}

.page .sectionOne-right-center-pic a h4 {
  float: right;
  margin-bottom: 4px;
  width: 173px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  font-weight: normal;
}

.page .sectionOne-right-center-pic a p {
  float: right;
  width: 173px;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #858585;
  overflow: hidden;
  font-weight: normal;
}

.page .sectionOne-right-center-list {
  padding-top: 13px;
}

.page .sectionOne-right-center-list .items {
  padding-left: 20px;
  width: 316px;
  font-size: 16px;
  line-height: 34px;
  background: url("../img/assets/icon_point.png") 4px center no-repeat;
  background-size: 7px 7px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page .sectionOne-right-center-list .items a {
  color: #000;
}

.page .sectionOne-right-center-list .items a:hover {
  color: red;
}