/* 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: #de260e;
}

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

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

.header-bottom-list-items a {
  display: block;
  padding: 0 15px;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 500;
}

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

.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: 530px;
  height: 138px;
  border-right: 2px solid #eaeaea;
}

.footer-center-left>a>img {
  padding: 24px 50px 0 0;
  display: block;
  float: right;
}
.footer-center-center{
    float: left;
}
.footer-center-center img{
    height: 130px;
    padding: 4px 0 0 40px;
}

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

.footer-center-right img {
  padding: 4px 0 0 40px;
}
.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;
}

.body-top {
  text-align: center;
  margin-bottom: 45px;
}

.body-top h1 {
  height: 36px;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}

.body-top span {
  width: 576px;
  height: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.left {
  display: inline-block;
  height: 1350px;
  width: 775px;
}

.left #swiper1 {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.left .left-list {
  width: 100%;
  height: 910px;
  border: solid 1px #EAEAEA;
}

.list-header {
  height: 65px;
  width: 100%;
  background-color: #F7F6F6;
  border-top: solid 2px #DE260E;
}

.tab {
  display: inline-block;
  height: 100%;
  font-size: 21px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  color: #333333;
  padding: 0 25px;
  cursor: pointer;
  float: left;
}

.tab.active, .tab:hover {
  background-color: #DE260E;
  color: #fff;
}

.list-header .left-more {
  float: right;
  height: 65px;
  line-height: 65px;
  font-size: 12px;
  color: #999999;
  padding-right: 30px;
  background: url("../img/more.png") 50px 25px no-repeat;
}

.left-more:hover {
  color: #E6393F;
}

.list-con ul {
  margin-left: 2%;
}

.list-con ul li {
  height: 165px;
  width: 97%;
  border-bottom: solid 1px #EAEAEA;
}

.list-con ul li:last-child {
  border-bottom: none;
}

.list-con ul li {
  display: inline-block;
  float: left;
}

.list-con ul li a img {
  display: inline-block;
  margin: 25px;
}

.list-con .content {
  position: relative;
  width: 495px;
  margin-top: 25px;
  display: inline-block;
  float: right;
  vertical-align: top;
}

.list-con .content a {
  display: block;
  margin-bottom: 60px;
  text-decoration: none;
  color: #333333;
  height: 90px;
  overflow: hidden;
  white-space: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.list-con .content a:hover {
  color: #DE260E;
}

.list-con p {
  position: absolute;
  color: #999999;
  font-size: 12px;
  top: 100px;
}

.right {
  display: inline-block;
  float: right;
  width: 375px;
  height: 1350px;
}

.right #right-top {
  width: 100%;
  height: 175px;
  background: url("../img/kejiao1.png") 0 0 no-repeat;
  margin-bottom: 39px;
}

.right #right-top #kuang {
  width: 285px;
  height: 125px;
  border: 5px solid rgba(252, 248, 248, 0.26);
  position: relative;
  top: 15px;
  left: 45px;
}

.right #right-top #kuang h2 {
  clear: both;
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  color: #FFF;
  top: 30px;
  left: 55px;
}

.right #right-top button {
  width: 133px;
  height: 35px;
  border-radius: 18px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  background-color: #E6393F;
  color: #fff;
  position: relative;
  left: 120px;
  bottom: 5px;
}

.right #right-midd {
  height: 175px;
  width: 100%;
  margin-bottom: 39px;
}

.right #right-midd h2 {
  height: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  font-size: 20px;
  padding-left: 10px;
  border-left: solid 4px #DE260E;
}

.right #right-midd ul {
  margin-top: 5px;
}

.right #right-midd ul li {
  margin-left: 5px;
  padding-left: 25px;
  list-style: none;
  line-height: 32px;
  background: url("../img/style1.png") 0px 12px no-repeat;
}

.right #right-midd ul li:hover {
  background: url("../img/style2.png") 0px 12px no-repeat;
}

.right #right-midd ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.right #right-midd ul li a:hover {
  color: #DE260E;
}

.height {
  height: 910px;
}

.margin-top {
  margin-top: 60px;
}

.h-400 {
  height: 400px;
}

.mar-30-bott {
  margin-bottom: 30px;
}

.right-bott {
  width: 100%;
  border: solid 1px #EAEAEA;
  position: relative;
}

.right-bott ul {
  width: 320px;
  display: block;
  position: relative;
  left: 30px;
  overflow: hidden;
}

.right-bott ul li {
  border-bottom: 1px solid #EAEAEA;
  margin-top: 15px;
}

.right-bott ul li a {
  text-decoration: none;
  color: #333333;
}

.right-bott ul li a:hover {
  color: #DE260E;
}

.right-bott ul li a h4 {
  font-weight: 400;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  margin: 15px 0;
}

.right-bott ul li p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 13px;
}

.pic-tab {
  width: 100%;
  height: 350px;
  margin: 60px 0;
  border: 1px solid #EAEAEA;
  position: relative;
}

.body-left-list {
  display: inline-block;
  width: 780px;
  height: 830px;
  border: 1px solid #EAEAEA;
}

.body-right-list {
  display: inline-block;
  float: right;
  width: 370px;
  height: 830px;
}

.title-name {
  width: 330px;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  left: 25px;
}

.title-name h2 {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  display: block;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #FA452D;
  float: left;
}

.more {
  display: inherit;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.more a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: 400;
  color: #E6393F;
}

.left-content {
  position: relative;
}

#swiper2 {
  width: 720px;
  height: 250px;
  background-color: #ccc;
  position: absolute;
  top: 25px;
  left: 30px;
}

.mar-270-top {
  margin-top: 260px;
}

.mar-540-top {
  margin-top: 500px;
}

.list-db {
  position: absolute;
  height: 240px;
  top: 25px;
  left: 30px;
  border-bottom: 1px solid #EAEAEA;
}

.list-db ul li {
  display: inline-block;
  float: left;
  line-height: 45px;
  width: 358px;
  padding-left: 20px;
  background: url("../img/style1.png") 0 18px no-repeat;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.list-db ul li:hover {
  background: url("../img/style2.png") 0 18px no-repeat;
}

.list-db ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}

.list-db ul li a:hover {
  color: #DE260E;
}

.list-db ul li:nth-child(-n+2) {
  background: url("../img/style2.png") 0 18px no-repeat;
}

.list-db ul li:nth-child(-n+2) a {
  color: #DE260E;
}

.list-db ul li:hover:nth-child(-n+2) {
  background: url("../img/style2.png") 0 18px no-repeat;
}

.list-db ul li:nth-child(-n+2) a:hover {
  color: #333333;
}

.list-db ul li:nth-child(2n) {
  float: right;
  right: 30px;
  margin-right: 30px;
}

#ad {
  margin: 65px 0 45px 0;
  width: 100%;
  height: 125px;
}

.swiper-pagination-bullet-active {
  background-color: #DE260E;
  border-radius: 5px;
  width: 34px;
  height: 8px;
}

.swiper3 {
  height: 223px;
  margin: 30px 72px 0 72px;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide a img {
  margin-bottom: 15px;
}

.swiper-slide p {
  font-size: 16px;
  color: #333333;
  font-family: MicrosoftYaHei;
}

#swiper3-button-prev {
  top: 55%;
}

#swiper3-button-next {
  top: 55%;
}

.tab-content {
  position: relative;
}

.tab-content .list-con {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.tab-content .list-con.active {
  display: block;
}

.tab-content .tabs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tab-content .tabs.active {
  z-index: 3;
}

.tab-content-items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tab-content-items.active {
  z-index: 3;
}

.display-none {
  display: none;
}

.displays {
  display: block;
}

#list_header_con2 {
  width: 100%;
  height: 278px;
}

.tab-content-items {
  padding-top: 21px;
}

.tab-content-items .swiper-container {
  width: 717px;
  height: 251px;
}

.tab-content-items .swiper-container .swiper-slide img {
  width: 717px;
  height: 251px;
}

.body-top h1 a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.body-top h1 a:hover {
  color: #e6393f;
}
.body-top p{
padding-top: 12px;
}
.body-top p a {
  color: #999999;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.body-top p a:hover {
  color: #e6393f;
}