@charset "UTF-8";
/* 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;

  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 {
    color: #fff;
  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;
}

.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;
}

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

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

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

.news-box-styleTwelve-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-styleTwelve-list li a:hover {
  color: #fa452d;
}

/*左*/
#left {
  width: 750px;
  display: inline-block;
}

/*右*/
#right {
  width: 400px;
  float: right;
  display: inline-block;
}

.left-first-box, .left-second-box, .left-third-box {
  width: 100%;
  margin-bottom: 40px;
  height: 360px;
}

.left-third-box {
  height: 330px;
}

.r-box {
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
}

.r-box:last-child {
  height: 330px;
}

.r-box .r-title {
  height: 40px;
  margin-bottom: 20px;
  background-color: #EAEAEA;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
}

.r-box .r-title h3 {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  left: 13px;
  top: 10px;
  right: 13px;
  padding-left: 8px;
  border-left: 4px solid #D9411A;
}

.r-box .r-title h3 a span {
  display: inline-block;
  float: right;
}

.top-con {
  border-bottom: 1px dashed #D6D6D6;
  margin: 25px 0 13px 0;
}

.top-con a img {
  width: 295px;
  height: 160px;
  margin: 0 20px 15px 0;
}

.top-con .con-word {
  width: 385px;
  height: 160px;
  float: right;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #D9411A;
}

.top-con .con-word h4 a {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  text-decoration: none;
  color: #000000;
  line-height: 32px;
  overflow: hidden;
    height: 32px;
        display: block;
}

.top-con .con-word h4 a:hover {
  color: #D9411A;
}

.top-con .con-word p {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.top-con .con-word p a {
  color: #D9411A;
}

.top-list ul li {
  float: left;
  width: 345px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 15px;
  background: url("../img/style1.png") 0 8px no-repeat;
}

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

.top-list ul li:nth-of-type(odd) {
  margin-right: 17px;
}

.left-second-box ul {
  margin-top: 20px;
}

.left-second-box ul li {
  position: relative;
  margin-right: 25px;
  float: left;
  width: 218px;
  height: 255px;
}

.left-second-box ul li:last-child {
  margin-right: 0;
}

.left-second-box ul li .relat {
  position: absolute;
  left: 0;
  display: block;
}

.left-second-box ul li img {
  width: 218px;
  height: 127px;
}

.card {
  position: absolute;
  left: 0;
  width: 218px;
  padding: 10px;
  background-color: #EAEAEA;
}

.card:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background: #EAEAEA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card h4 {
  width: 100%;
  height: 45px;
  line-height: 24px;
  font-size: 15px;
  font-family: MicrosoftYaHei;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 15px;
}

.card p {
  width: 100%;
  height: 55px;
  font-family: SimSun;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.card p a {
  color: #D9411A;
}

.left-second-box ul li:nth-child(odd) .card {
  bottom: 0;
}

.left-second-box ul li:nth-child(odd) .card:after {
  top: -6px;
}

.left-second-box ul li:nth-child(even) .card:after {
  bottom: -6px;
}

.left-second-box ul li:nth-child(even) .relat {
  bottom: 0;
}

.left-bott-img a {
  position: relative;
  display: block;
  width: 330px;
  height: 160px;
  float: left;
  margin: 20px 45px 15px 0;
}

.left-bott-img a p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  bottom: 6px;
  left: 12px;
  font-family: MicrosoftYaHei;
  background: rgba(0, 0, 0, 0.5);
}

.left-bott-img a:last-child {
  margin-right: 0;
}

.left-bott-img a img {
  width: 330px;
  height: 160px;
}

.r-con img {
  width: 100%;
  height: 215px;
}

.r-words {
  width: 100%;
  height: 85px;
  background-color: #F5F5F5;
}

.r-words h3 {
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  padding-top: 8px;
}

.r-words p {
  padding: 0 20px;
  font-size: 12px;
  line-height: 19px;
}

.r-db .r-db-top {
  width: 100%;
  height: 112px;
  margin-bottom: 10px;
}

.r-db .r-db-top img {
  width: 185px;
  height: 110px;
}

.r-db .r-db-top h3 {
  width: 195px;
  height: 100px;
  float: right;
  font-size: 16px;
  line-height: 26px;
  font-family: MicrosoftYaHei;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.r-db ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  line-height: 36px;
  padding-left: 20px;
  background: url("../img/style1.png") 0 14px no-repeat;
}

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