@font-face {
  font-family: "AlibabaPuHuiTiR";
  src: url("../font/Alibaba-PuHuiTi-Bold.woff2") format("woff2"), url("../font/Alibaba-PuHuiTi-Bold.woff") format("woff"), url("../font/Alibaba-PuHuiTi-Bold.ttf") format("truetype"), url("../font/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"), url("../font/Alibaba-PuHuiTi-Bold.svg") format("svg");
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

html,
body {
  font-size: 100px;
}

a {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center_area {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
}

img {
  border: none;
}

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

.transitionLable {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  opacity: 0;
}

.transitionLable.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.ie_low_version {
  display: block;
  height: 80px;
  background: #EE3F2F;
  color: white;
  line-height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  font-size: 16px;
  text-align: center;
}

.ie_low_version > div {
  padding: 0 40px;
}

.ie_low_version span {
  float: right;
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  color: black;
  text-align: center;
  font-size: 14px;
  margin-top: 26px;
  cursor: pointer;
}

.ie_low_version a {
  color: white;
  margin: 0 2px;
  text-decoration: underline !important;
}

.ie_low_version + div {
  margin-top: 70px;
}

.pc-header {
  width: 100%;
  height: 152px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  background: white;
}

header .phone-logo {
  display: none;
}

header .header_top {
  background: #fff;
  height: 100px;
  line-height: 100px;
}

header .header_top .l-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .header_top .l-logo .logo {
  display: block;
  background: url(../images/logo2x.png) no-repeat center;
  background-size: contain;
  width: 500px;
  height: 80px;
}

header .header_top .search_top {
  position: relative;
}

header .search,
header .share {
  float: right;
  font-size: 0;
}


header .search a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-left: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .search a:after {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 8px;
  border-radius: 1px;
  margin-left: 18px;
}

header .search a.navLink {
  color: #333333;
}

header .search a.navLink:after {
  background: rgba(0, 0, 0, 0.15);
}

header .search a:hover {
  color: black;
}

header .share {
  margin-left: 15px;
}
header .share img{
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .share .s1,
header .share .s2,
header .share .s3 {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .share .s1:hover,
header .share .s2:hover,
header .share .s3:hover {
  margin-top: -10px;
}

header .share .s1 {
  background: url(../images/dy2x.png) no-repeat center;
  background-size: 100% auto;
}

header .share .s2 {
  background: url(../images/wechat2x.png) no-repeat center;
  background-size: 100% auto;
}

header .share .s3 {
  background: url(../images/weibo2x.png) no-repeat center;
  background-size: 100% auto;
}

header .share.up .s1 {
  background: url(../images/dy_up_2x.png) no-repeat center;
  background-size: 100% auto;
}

header .share.up .s2 {
  background: url(../images/wechat_up_2x.png) no-repeat center;
  background-size: 100% auto;
}

header .share.up .s3 {
  background: url(../images/weibo_up_2x.png) no-repeat center;
  background-size: 100% auto;
}

header .header {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#EE3F2F',endcolorstr='#EE3F2F',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#EE3F2F',endcolorstr='#EE3F2F',gradientType='1');
  background: #EE3F2F;
  background: linear-gradient(315deg, #EE3F2F 0%, #EE3F2F 100%);
}

header .header .l-logo {
  float: left;
  width: 380px;
  margin-top: 6px;
}

header .header .l-logo .logo {
  display: block;
  background: url(../images/logo2x.png) no-repeat center;
  background-size: contain;
  width: 323px;
  height: 37px;
}

header .header .l-logo .logo.navLink {
  background: url(../images/logo_up_2x.png) no-repeat center;
  background-size: cover;
}

header .header .main_menu {
  width: 100%;
  font-size: 16px;
}

header .header .main_menu .search_bottom {
  display: none;
}

header .header .main_menu .m_phone {
  display: none;
}

header .header .main_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header .main_menu .menu > li:first-child > a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 22px;
}

header .header .main_menu .menu > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  text-align: right;
}

header .header .main_menu .menu > li i {
  display: none;
}

header .header .main_menu .menu > li > a {
  position: relative;
}

header .header .main_menu .menu > li > a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 22px;
}

header .header .main_menu .menu > li > a {
  position: relative;
  display: block;
  padding: 16px 0;
  color: white;
}

header .header .main_menu .menu > li > a.navLink {
  color: #333333;
}

header .header .main_menu .menu > li > a.navLink::after {
  background: rgba(0, 0, 0, 0.5);
}

header .header .main_menu .menu > li > a span {
  display: block;
}

header .header .main_menu .menu > li > a span::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .header .main_menu .menu > li:hover > a span {
  display: block;
}

header .header .main_menu .menu > li:hover > a span::after {
  width: 48px;
}

header .header .main_menu .menu > li > ul {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 120px;
}

header .header .main_menu .menu > li > ul > li {
  background: #f5f9ff;
  text-align: center;
}

header .header .main_menu .menu > li > ul > li a {
  text-align: center;
  display: block;
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header .main_menu .menu > li > ul > li a:hover {
  background: #EE3F2F;
  color: white;
}

header .header .main_menu .menu > li > ul > li > ul {
  width: 120px;
  position: absolute;
  top: 0;
  left: 120px;
  display: none;
}

header .header .main_menu .menu > li > ul > li > ul > li {
  background: white;
}

header .header .main_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header .main_menu ul li {
  position: relative;
}

header .header .main_menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

header .header .main_menu ul li:last-child {
  margin-right: 0;
}

.searched {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  background: #fff;
  z-index: 999999;
  height: 152px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, transform 0.5s, -webkit-transform 0.5s;
  font-size: 0;
}

.searched .search_contain {
  height: 116px;
  position: relative;
}

.searched .search_contain form {
  width: 100%;
}

.searched .search_contain > div {
  height: 80px;
  border-bottom: 1px solid #909499;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.searched .submit {
  background: url(../images/search_2x.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.searched .keyword {
  font-size: 20px;
  font-weight: 500;
  color: #909499;
  line-height: 32px;
  border: none;
  outline: none;
  width: 60%;
  /* margin: 0 auto; */
  /* display: inline-block; */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.searched .keyword::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #909499;
  left: 0;
  top: 0;
}

.searched .close_icon {
  background: url(../images/close_icon_2x.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  bottom: 33px;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searched.show {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link{
  border:solid 1px #DDD;
  height: 80px;
}
.link h3{
  background-color: #EE3F2F;
  height: 65px;
  width: 80px;
  padding-top: 15px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #FFF;
  float: left;
}
.f_links{
  margin-left: 90px;
  height: 80px;
  overflow: hidden;
}
.f_links_con{
  height: 80px;
  overflow: hidden;
}
.f_links_con li{
  height: 80px;
  width:400px;
}
.f_links_con img{
  width:100%;
  padding-top: 5px;
  display: block;
}
footer .hidden {
  display: none;
}

footer .back-top {
  background: rgba(192, 197, 204, 0.6);
  width: 40px;
  height: 40px;
  z-index: 9999;
  position: fixed;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .back-top img {
  width: 16px;
  height: 16px;
  margin: 12px auto;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .back-top:hover {
  background: rgba(192, 197, 204, 0.9);
}

footer .back-top:hover img {
  margin-top: 10px;
}

footer .footer {

}

footer .footer .footer_top {
  padding-bottom: 68px;
}
footer .footer .f_menu{
  background-color: #EE3F2F;
  height: 40px;
}

footer .footer .f_menu ul{
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}

footer .footer .f_menu ul li {
  font-size: 16px;
  color: white;
  display: inline-block;
  width: 11%;
  text-align: center;
}

footer .footer .f_menu a{
  color: #FFF;
}


footer .footer .footer_top .f_top_left,
footer .footer .footer_top .f_top_right {
  float: left;
}

footer .footer .footer_top .f_top_left {
  width: 75%;
}

footer .footer .footer_top .f_top_right {
  width: 25%;
}

footer .footer .footer_top .f_top_right .link h2 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 18px;
}

footer .footer .footer_top .f_top_right .link h2 .fa {
  opacity: 0;
  float: right;
}

footer .footer .footer_top .f_top_right .link .f_links {
  padding-top: 12px;
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li {
  float: left;
  width: 50%;
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li > a {
  display: block;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  margin-right: 17%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer .footer_top .f_top_right .link .f_links p {
  display: block;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  margin-right: 17%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer .footer_top .f_top_right .link .f_links > ul > li:hover a {
  color: white;
}

footer .footer .footer_bottom {
  padding: 16px 0;
  font-size: 16px;
}

footer .footer .footer_bottom .bottom_left {
  float: left;
  padding: 14px 0 12px;
}

footer .footer .footer_bottom .bottom_left span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 18px;
  float: left;
  padding-right: 24px;
}

footer .footer .footer_bottom .bottom_right {
  float: right;
  text-align: right;
}

footer .footer .footer_bottom .bottom_right span {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 16px;
}

@media screen and (max-width: 500px) {
  footer .footer .footer_bottom .bottom_right .bah {
    display: block;
  }
}

footer .footer_line {
  width: 100%;
  height: 1px;
  background: rgba(200, 200, 200, 0.5);
}

.window {
  position: fixed;
  bottom: 88px;
  right: 24px;
  z-index: 99;
  -webkit-animation: showPc 1.5s 1;
          animation: showPc 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.window .close_icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/close-normal.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.window .close_icon:hover {
  background: url(../images/close-selection.png) no-repeat center;
  background-size: cover;
}

.window .img-contain {
  display: block;
  width: 320px;
  height: 226px;
  background-size: cover;
}

section .main_banner {
  text-align: center;
}

section .main_banner .swiper-pagination-bullet {
  opacity: 1;
}

section .main_banner .swiper-pagination-bullet-active {
  background: #ED3425;
}

section .main_banner .swiper-container1 .swiper-slide a {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

section .main_banner .swiper-container1 .swiper-slide .main_content {
  position: absolute;
  top: 32%;
  z-index: 5;
  text-align: left;
}

section .main_banner .swiper-container1 .swiper-slide .main_content .t_icon {
  width: 40px;
  height: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  /*background:-webkit-gradient(linear,5% 46%,right bottom, from(#56DCC4), to(#009090));*/
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  margin-bottom: 0.22rem;
}

section .main_banner .swiper-container1 .swiper-slide .main_content h2 {
  font-size: 0.55rem;
  font-family: YouSheBiaoTiHei;
  color: white;
  line-height: 0.66rem;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
  margin-bottom: 1.7%;
  font-weight: normal;
}

section .main_banner .swiper-container1 .swiper-slide .main_content h3 {
  font-size: 0.4rem;
  color: white;
  line-height: 0.52rem;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content {
  position: relative;
  display: block;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content {
  position: absolute;
  top: 32%;
  z-index: 5;
  text-align: left;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content .t_icon {
  width: 40px;
  height: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  /*background:-webkit-gradient(linear,5% 46%,right bottom, from(#56DCC4), to(#009090));*/
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  margin-bottom: 0.22rem;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content h2 {
  font-size: 0.55rem;
  font-family: YouSheBiaoTiHei;
  color: white;
  line-height: 0.66rem;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
  margin-bottom: 1.7%;
  font-weight: normal;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content .main_content h3 {
  font-size: 0.4rem;
  color: white;
  line-height: 0.52rem;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
}

section .main_banner .swiper-container1 .swiper-slide-active #v2 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: scal 1s 1;
          animation: scal 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .swiper_content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: scal 1s 1;
          animation: scal 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div {
  position: absolute;
  overflow: hidden;
  height: 100%;
  background: #cccccc;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(1) {
  width: 5%;
  -webkit-animation: line1 1s 1;
          animation: line1 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(2) {
  left: 5%;
  width: 10%;
  -webkit-animation: line2 1s 1;
          animation: line2 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(3) {
  left: 15%;
  width: 20%;
  -webkit-animation: line3 1s 1;
          animation: line3 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(4) {
  left: 35%;
  width: 30%;
  -webkit-animation: line4 1s 1;
          animation: line4 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(5) {
  left: 65%;
  width: 20%;
  -webkit-animation: line5 1s 1;
          animation: line5 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(6) {
  left: 85%;
  width: 10%;
  -webkit-animation: line6 1s 1;
          animation: line6 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .swiper-slide-active .window-shades div:nth-child(7) {
  left: 95%;
  width: 5%;
  -webkit-animation: line7 1s 1;
          animation: line7 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container1 .scroll_place {
  position: relative;
}

section .main_banner .swiper-container1 .scroll {
  position: absolute;
  text-align: right;
  z-index: 8;
  bottom: 32px;
  right: 9px;
  font-size: 12px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
  line-height: 16px;
  letter-spacing: 1px;
  width: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

section .main_banner .swiper-container1 .scroll .sc_line {
  margin-right: 8px;
  width: 1px;
  height: 80px;
  background: white;
  opacity: 0.75;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

section .main_banner .swiper-container1 .scroll .sc {
  -webkit-transform: rotate(89deg);
          transform: rotate(89deg);
  display: block;
  width: 0;
}

section .main_banner .swiper-container1 .swiper-pagination-bullet-active::after {
  content: "";
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  z-index: 999;
  -webkit-animation: chang 11s linear 1;
          animation: chang 11s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-pagination-bullet-active::after {
  content: "";
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  z-index: 999;
  -webkit-animation: chang2 6s linear 1;
          animation: chang2 6s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide a {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

section .main_banner .swiper-container2 .swiper-slide .main_content {
  z-index: 5;
  text-align: left;
  -webkit-transform: translateY(103px);
          transform: translateY(103px);
  padding: 0 8px;
}

section .main_banner .swiper-container2 .swiper-slide .main_content .t_icon {
  width: 40px;
  height: 8px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ED3425',endcolorstr='#EE3F2F',gradientType='1');
  /*background:-webkit-gradient(linear,5% 46%,right bottom, from(#56DCC4), to(#009090));*/
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  margin-bottom: 0.22rem;
}

section .main_banner .swiper-container2 .swiper-slide .main_content h2 {
  font-size: 36px;
  font-family: YouSheBiaoTiHei;
  color: white;
  line-height: 46px;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
  margin-bottom: 10px;
  font-weight: normal;
}

section .main_banner .swiper-container2 .swiper-slide .main_content h3 {
  font-size: 22px;
  color: white;
  line-height: 28px;
  text-shadow: 0px 2px 10px rgba(51, 51, 51, 0.5);
}

section .main_banner .swiper-container2 .swiper-slide .swiper_content {
  position: relative;
  display: block;
}

section .main_banner .swiper-container2 .swiper-slide .swiper_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div {
  position: absolute;
  overflow: hidden;
  height: 100%;
  background: #cccccc;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(1) {
  width: 5%;
  -webkit-animation: line1 1s 1;
          animation: line1 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(2) {
  left: 5%;
  width: 10%;
  -webkit-animation: line2 1s 1;
          animation: line2 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(3) {
  left: 15%;
  width: 20%;
  -webkit-animation: line3 1s 1;
          animation: line3 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(4) {
  left: 35%;
  width: 30%;
  -webkit-animation: line4 1s 1;
          animation: line4 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(5) {
  left: 65%;
  width: 20%;
  -webkit-animation: line5 1s 1;
          animation: line5 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(6) {
  left: 85%;
  width: 10%;
  -webkit-animation: line6 1s 1;
          animation: line6 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .swiper-slide-active .window-shades div:nth-child(7) {
  left: 95%;
  width: 5%;
  -webkit-animation: line7 1s 1;
          animation: line7 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

section .main_banner .swiper-container2 .scroll_place {
  position: relative;
}

section .main_banner .swiper-container2 .scroll {
  position: absolute;
  text-align: right;
  z-index: 8;
  bottom: 6px;
  right: 32px;
  font-size: 12px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
  line-height: 16px;
  letter-spacing: 1px;
  width: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

section .main_banner .swiper-container2 .scroll .sc_line {
  margin-right: 8px;
  width: 1px;
  height: 40px;
  background: white;
  opacity: 0.75;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

section .main_banner .swiper-container2 .scroll .sc {
  -webkit-transform: rotate(89deg);
          transform: rotate(89deg);
  display: block;
  width: 0;
}

section .main_banner .phone-swiper {
  display: none;
}


section .one_content {
  position: relative;
  z-index: 3;
}

section .c_title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 52px;
}

section .c_title.limit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .limit2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section ul li:hover .c_title {
  color: #EE3F2F;
}

section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

section .title h2 a {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

section .title h2 span {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

section .title .icon,
section .title .more,
section .title .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

section .title .line {
  background: url(../images/n_line.png) repeat-x;
  background-size: 37px 2px;
  height: 27px;
  background-position: 0 24px;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

section .title .line::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #c4c4c4;
  display: inline-block;
  float: right;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 20px;
}

section .title .more {
  font-size: 14px;
  font-weight: 600;
  color: #c0c5cc;
  line-height: 18px;
  padding: 0 0 0 12px;
  margin-top: 15px;
}

section .title .icon {
  width: 28px;
  height: 29px;
  margin-right: 16px;
  margin-top: 2px;
}

section .title .icon.i1 {
  background: url(../images/i12x.png) no-repeat;
  background-size: 100% auto;
}

section .title .icon.i2 {
  background: url(../images/i22x.png) no-repeat;
  background-size: 100% auto;
}

section .title .icon.i3 {
  background: url(../images/i32x.png) no-repeat;
  background-size: 100% auto;
}

section .title .icon.i4 {
  background: url(../images/i42x.png) no-repeat;
  background-size: 100% auto;
}

section .title .icon.i5 {
  background: url(../images/i52x.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 992px) {
  section section .container_three .title .more,
  section section .container_five .title .more,
  section section .container_one .title .more {
    padding: 0;
  }
}

section ul.list li::after {
  content: "";
  display: block;
  width: 100%;
  border: 1px dashed #eee;
}

section .r_news {
  padding: 14px 0;
}

section .time,
section .r_title {
  float: left;
}

section .time {
  width: 66px;
  height: 66px;
  background: #f3f7fd;
  -webkit-box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.12);
          box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.12);
  text-align: center;
}

section .time .day {
  font-size: 28px;
  font-family: Arial;
  color: #333333;
  line-height: 43px;
}

section .time .month {
  font-size: 12px;
  font-weight: 400;
  color: gray;
  line-height: 12px;
}

section .r_title {
  width: calc(100% - 67px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  padding-top: 6px;
}

section .intro {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

section .news_more {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  padding-top: 16px;
  text-align: right;
}

section .a_more {
  width: 191px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 13px 0;
  text-align: center;
  background: white;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #9f9f9f, #666666) 1 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#666666)) 1 1;
     border-image: linear-gradient(180deg, #9f9f9f, #666666) 1 1;
}

section .a_more .in_more {
  font-size: 16px;
  position: relative;
}

section .a_more .in_more a {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  padding: 16px 83px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section .a_more .in_more a:hover {
  color: #EE3F2F !important;
}

section .a_more .in_more::after {
  position: absolute;
  top: 7px;
  right: -13px;
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#666666));
  background: linear-gradient(180deg, #9f9f9f 0%, #666666 100%);
}

section .a_more:hover {
  border: 1px solid #EE3F2F;
}

section .a_more:hover .in_more::after {
  background: #EE3F2F;
}

section .content {
  background: white;
  padding: 24px 28px 15px;
}

section .container_one {

}

section .container_one .c_one_content .news_one {
  margin-top: 8px;
}

section .container_one .c_one_content .news_one .news_one_l,
section .container_one .c_one_content .news_one .news_one_r {
  float: left;
}

section .container_one .c_one_content .news_one .news_one_l {
  width: 62%;
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap,
section .container_one .c_one_content .news_one .news_one_l .news .sence {
  float: left;
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap {
  width: 270px;
  height: 162px;
  overflow: hidden;
  vertical-align: middle;
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  max-width: 100%;
}

section .container_one .c_one_content .news_one .news_one_l .news .img_wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section .container_one .c_one_content .news_one .news_one_l .news .sence {
  padding-left: 24px;
  width: calc(100% - 330px);
}

section .container_one .c_one_content .news_one .news_one_l .news .sence:hover .c_title {
  color: #EE3F2F;
}

section .container_one .c_one_content .news_one .news_one_l .news .sence .date {
  font-size: 14px;
  font-weight: 400;
  color: gray;
  line-height: 18px;
}

section .container_one .c_one_content .news_one .news_one_l .news .sence .news_title,
section .container_one .c_one_content .news_one .news_one_l .news .sence .intro {
  padding-top: 12px;
  padding-right: 17px;
}

section .container_one .c_one_content .news_one .news_one_r {
  width: 38%;
}

section .container_one .c_one_content .news_one .news_one_r ul li:last-child::after {
  display: none;
}

section .container_one .c_one_content .news_one .news_one_r ul li:first-child .r_news {
  padding-top: 0;
}

section .container_one .c_one_content .news_one .news_one_r ul li a {
  display: block;
}

section .container_one .m_two ul li {
  float: left;
  width: 25%;
  margin: 0 1%;
  padding: 42px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section .container_one .m_two ul li a {
  display: block;
  position: relative;
}

section .container_one .m_two ul li:not(:last-child) a::after {
  position: absolute;
  right: 0;
  top: 27px;
  display: block;
  content: "";
  width: 1px;
  height: 74px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 1px;
}

section .container_one .m_two ul li:last-child .two_info .s_title {
  width: 116px;
}

section .container_one .m_two ul li .two_info {
  text-align: center;
}

section .container_one .m_two ul li .two_info .two_icon {
  width: 80px;
  height: 81px;
  margin: 0 auto;
}

section .container_one .m_two ul li .two_info .two_icon.s1 {
  background: url(../images/o_icon12x.png) no-repeat;
  background-size: 100%;
}

section .container_one .m_two ul li .two_info .two_icon.s2 {
  background: url(../images/o_icon22x.png) no-repeat;
  background-size: 100%;
}

section .container_one .m_two ul li .two_info .two_icon.s3 {
  background: url(../images/o_icon32x.png) no-repeat;
  background-size: 100%;
}

section .container_one .m_two ul li .two_info .two_icon.s4 {
  background: url(../images/o_icon42x.png) no-repeat;
  background-size: 100%;
}

section .container_one .m_two ul li .two_info .s_title {
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 26px;
  padding: 14px 0 6px 0;
  width: 112px;
  text-align: center;
  margin: 0 auto;
}

section .container_one .m_two ul li:hover {
  background: rgba(0, 0, 0, 0.08);
}

section .container_two {
  background: url(../images/bg-bg.png) repeat;
  background-size: 160px 90px;
  padding: 56px 0;
}

section .container_two .two_profile{
	padding:15px;
	background:#FFF;
	-webkit-box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.23);
    box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.23);
}

section .container_two .two_profile p{
	font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
	padding:8px 0;
	text-indent:28px;
}

section .container_two .c_two_content .two_head h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}

section .container_two .c_two_content .two_head h2::after {
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 48px;
  display: block;
  content: "";
  width: 40px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
}

section .container_two .c_two_content .two_news .inner_title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 22px;
}

section .container_two .c_two_content .two_news ul li {
  float: left;
  width: 18%;
  margin: 0 1%;
  -webkit-box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.23);
          box-shadow: 2px 10px 15px -5px rgba(71, 109, 142, 0.23);
}

section .container_two .c_two_content .two_news ul li a {
  display: block;
  position: relative;
}

section .container_two .c_two_content .two_news ul li a img {
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
}

section .container_two .c_two_content .two_news ul li a .img_wrap {
  overflow: hidden;
  position: relative;
  height: auto !important;
}

section .container_two .c_two_content .two_news ul li a .img_wrap .inner_title {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 16px;
  text-align: center;
  position: absolute;
  bottom: -1px;
}

section .container_two .c_two_content .two_news ul li a .sence {
  padding: 19px 32px;
  background: #ffffff;
}

section .container_two .c_two_content .two_news ul li a:hover .img_wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


section .container_two .c_two_content .two_news ul li:nth-child(1n) .inner_title {
  background: url(../images/bg12x.png) no-repeat;
  background-size: cover;
}

section .container_two .c_two_content .two_news ul li:nth-child(2n) .inner_title {
  background: url(../images/bg22x.png) no-repeat;
  background-size: cover;
}

section .container_two .c_two_content .two_news ul li:nth-child(3n) .inner_title {
  background: url(../images/bg32x.png) no-repeat;
  background-size: cover;
}

section .container_three .c_three_content .three_content .three_news {
  margin-bottom: 30px;
  padding-top: 10px;
}

section .container_three .c_three_content .three_content .three_news .news_three_l{
  width: 48%;
  float: left;
}

section .container_three .c_three_content .three_content .three_news .news_three_r{
  width: 48%;
  float: right;
}




section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 {
  cursor: pointer;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(48, 49, 51, 0.65);
  line-height: 32px;
  position: relative;
  display: inline-block;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span:hover {
  font-weight: 600;
  color: #303133;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2 span:hover::before {
  position: absolute;
  bottom: -4px;
  left: 32%;
  display: block;
  content: "";
  width: 32px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2.current span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #303133;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2.current span::before {
  position: absolute;
  bottom: -4px;
  left: 32%;
  display: block;
  content: "";
  width: 32px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
}

section .container_three .c_three_content .three_content .three_news .news_three_r .title h2:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: black;
  border-radius: 0px;
  opacity: 0.2;
  margin: 0 18px;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .three_r ul {
  display: none;
}

section .container_three .c_three_content .three_content .three_news .news_three_r .three_r ul.current {
  display: block;
}

.index-news-l{
 width:30%;	
 float: left;
 margin-right: 2%;
}

.index-news-m{
 width:33%; 
 float: left;
}

.index-news-r{
 width:33%; 
 float: right;
}
.index-news-list{
  padding-top: 10px;
}
.index-news-list li{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.index-news-list li a{
  font-size: 14px;
  color: #333;
}
.index-news-list li span{
  float: right;
}

.index-news-l img{
  height: 250px;
  display: block;
}
.news-swiper{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.news-swiper>.news-swiper-pagination{
  position: absolute;
  bottom: 5px;
  right: 3px;
  text-align:right;
  z-index: 10;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.news-swiper>.news-swiper-pagination>span.swiper-pagination-bullet{
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: .8;
  background-color: #FFF;
  text-align: center;;
  line-height: 20px;
  margin: 0 2px;
}
.news-swiper>.news-swiper-pagination>span.swiper-pagination-bullet-active{
  background-color: #ED3425;
  color: #FFF
}

.index-news-ll{
 width:48%; 
 float: left;
}


.index-news-rr{
 width:48%; 
 float: right;
}

section .container_three .title .more,
section .container_five .title .more,
section .container_one .title .more {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #c0c5cc;
  line-height: 18px;
  margin-top: 15px;
  border: none;
  padding: 0 0 0 16px;
  width: 30px;
}

section .container_three .a_more .in_more a,
section .container_five .a_more .in_more a,
section .container_one .a_more .in_more a {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
}

section .container_three .a_more .in_more::after,
section .container_five .a_more .in_more::after,
section .container_one .a_more .in_more::after {
  width: 36px;
  top: 16px;
  opacity: 0;
}

section .container_four .f_content_four {
  position: relative;
  padding-bottom: 64px;
}

section .container_four .f_content_four .content_four {
  background: url(../images/rczp.jpg) center;
  background-size: cover;
}

section .container_four .f_content_four .four_bg {
  background: url(../images/bg-bg.png) repeat;
  background-size: 160px 90px;
  height: 285px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

section .container_four .f_content_four .four_head {
  padding-top: 72px;
}

section .container_four .f_content_four .four_head h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: white;
  line-height: 36px;
}

section .container_four .f_content_four .four_head h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: #ED3425;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  margin: 12px auto 0 auto;
}

section .container_four .f_content_four .four_links {
  text-align: center;
  font-size: 0;
  padding-top: 75px;
  padding-bottom: 155px;
}

section .container_four .f_content_four .four_links .four_line {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 2px;
  background: white;
  opacity: 0.6;
  margin-bottom: 16px;
}

section .container_four .f_content_four .four_links a {
  display: inline-block;
  padding: 0 10%;
  font-size: 22px;
  font-weight: 400;
  color: white;
  line-height: 42px;
  letter-spacing: 1px;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section .container_four .f_content_four .four_links a:hover {
  opacity: 1;
}

section .container_four .f_content_four .four_links ul {
  padding: 0 10%;
  font-size: 0;
  width: 40%;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

section .container_four .f_content_four .four_links ul li {
  display: inline-block;
  width: 25%;
}

section .container_four .f_content_four .four_links ul::after, section .container_four .f_content_four .four_links ul::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: white;
  opacity: 0.6;
  margin-bottom: 16px;
}

section .container_four .f_content_four .four_links ul::after {
  position: absolute;
  right: 0;
  top: 20px;
}

section .container_four .f_content_four .four_links ul::before {
  position: absolute;
  left: 0;
  top: 20px;
}

section .container_five .f_content_five {
  padding-top: 66px;
}

section .container_five .f_content_five .title .line {
  width: calc(100% - 134px);
}

section .container_five .fast-content {
  padding-top: 42px;
  padding-bottom: 89px;
}

section .container_five .fast-content .fast .fast-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 28, 61, 0.3);
  opacity: 0;
  z-index: 0;
}

section .container_five .fast-content .fast .fast-l,
section .container_five .fast-content .fast .fast-r {
  float: left;
}

section .container_five .fast-content .fast .fast-l {
  width: calc(45% - 10px);
  margin-right: 10px;
}

section .container_five .fast-content .fast .fast-l .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

section .container_five .fast-content .fast .fast-l .video > a.video-bg {
  max-height: 324px;
  height: 324px;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

section .container_five .fast-content .fast .fast-l .video > a.video-bg img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
}

section .container_five .fast-content .fast .fast-l .video:hover > a.video-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section .container_five .fast-content .fast .fast-l .video .video-icon {
  position: absolute;
  background: url(../images/viedo-icon.png) no-repeat;
  background-size: 100% auto;
  width: 65px;
  height: 65px;
  top: calc(50% - 32.5px);
  left: calc(50% - 32.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container_five .fast-content .fast .fast-l .video .v-title {
  position: absolute;
  bottom: 0;
}

section .container_five .fast-content .fast .fast-l .video .v-title h2 a {
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 20px;
  letter-spacing: 1px;
  display: block;
  padding: 16px 24px;
}

section .container_five .fast-content .fast .fast-l .video:hover .video-icon {
  background: url(../images/video.png) no-repeat;
  background-size: 100% auto;
}

section .container_five .fast-content .fast .fast-l .video:hover .v-title h2 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section .container_five .fast-content .fast .fast-l:hover .video a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section .container_five .fast-content .fast .fast-r {
  width: 55%;
}

section .container_five .fast-content .fast .fast-r .fast-link {
  position: relative;
  float: left;
  width: calc(50% - 5px);
  font-size: 0;
}

section .container_five .fast-content .fast .fast-r .fast-link a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-height: 157px;
}

section .container_five .fast-content .fast .fast-r .fast-link a img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
}

section .container_five .fast-content .fast .fast-r .fast-link a .text {
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  width: 100%;
  text-align: center;
}

section .container_five .fast-content .fast .fast-r .fast-link a .text .text_title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: 28px;
}

section .container_five .fast-content .fast .fast-r .fast-link a .text .enter {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
}

section .container_five .fast-content .fast .fast-r .fast-link a:hover .enter {
  text-decoration: underline;
}

section .container_five .fast-content .fast .fast-r .fast-link:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section .container_five .fast-content .fast .fast-r .l1,
section .container_five .fast-content .fast .fast-r .l2 {
  margin-bottom: 10px;
}

section .container_five .fast-content .fast .fast-r .l1,
section .container_five .fast-content .fast .fast-r .l3 {
  margin-right: 10px;
}

section .container_six {
  display: none;
  background: url(../images/bg-bg.png) repeat;
  background-size: 160px 90px;
  opacity: 0.9;
}

section .container_six .six_content {
  padding: 42px 0;
}

section .container_six .six_content ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

section .container_six .six_content ul li .six_info .six_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 8px;
}

section .container_six .six_content ul li .six_info .six_icon.s1 {
  background: url(../images/s12x.png) no-repeat center;
  background-size: 100% auto;
}

section .container_six .six_content ul li .six_info .six_icon.s2 {
  background: url(../images/s22x.png) no-repeat center;
  background-size: 100% auto;
}

section .container_six .six_content ul li .six_info .six_icon.s3 {
  background: url(../images/s32x.png) no-repeat center;
  background-size: 100% auto;
}

section .container_six .six_content ul li .six_info .six_icon.s4 {
  background: url(../images/s42x.png) no-repeat center;
  background-size: 100% auto;
}

section .container_six .six_content ul li .six_info .amount {
  font-size: 24px;
  font-weight: 600;
  color: black;
  line-height: 33px;
}

section .container_six .six_content ul li .six_info .s_title {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 22px;
}

section .container_six .six_content ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 64px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: 16px;
}

@-webkit-keyframes line1 {
  from {
    width: 5%;
  }
  to {
    width: 0%;
  }
}

@keyframes line1 {
  from {
    width: 5%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line2 {
  from {
    width: 10%;
  }
  to {
    width: 0%;
  }
}

@keyframes line2 {
  from {
    width: 10%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line3 {
  from {
    width: 20%;
  }
  to {
    width: 0%;
  }
}

@keyframes line3 {
  from {
    width: 20%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line4 {
  from {
    width: 30%;
  }
  to {
    width: 0%;
  }
}

@keyframes line4 {
  from {
    width: 30%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line5 {
  from {
    width: 20%;
  }
  to {
    width: 0%;
  }
}

@keyframes line5 {
  from {
    width: 20%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line6 {
  from {
    width: 10%;
  }
  to {
    width: 0%;
  }
}

@keyframes line6 {
  from {
    width: 10%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes line7 {
  from {
    width: 5%;
  }
  to {
    width: 0%;
  }
}

@keyframes line7 {
  from {
    width: 5%;
  }
  to {
    width: 0%;
  }
}

section .main_banner .swiper-container2 .swiper-slide a {
  height: 380px;
}

.video_C {
  height: 27.5vw;
  min-height: 360px;
}

.video_C video {
  height: 27.5vw;
  min-height: 360px;
}

section .main_banner .swiper-container1 .swiper-slide .swiper_content {
  height: 27.5vw;
  min-height: 360px;
}

@media (max-width: 1680px) {
  .video_C {
    height: 29vw;
    min-height: 360px;
  }
  .video_C video {
    height: 29vw;
    min-height: 360px;
  }
  section .main_banner .swiper-container1 .swiper-slide .swiper_content {
    height: 29vw;
    min-height: 360px;
  }
}

@media (max-width: 414px) {
  .window {
    bottom: 50%;
    right: 50%;
    -webkit-animation: showPc1 1.5s 1;
            animation: showPc1 1.5s 1;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .window .close_icon {
    top: inherit;
    bottom: -40px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .pc-swiper {
    display: none;
  }
  section .main_banner .phone-swiper {
    display: block;
  }
  section .main_banner .phone-swiper .swiper-slide #play-phone img {
    margin: 0;
  }
  section .main_banner .phone-swiper .swiper-slide #play-phone {
    display: none;
  }
  section .main_banner .phone-swiper .swiper-slide:first-child #play-phone {
    display: block;
  }
}

@-webkit-keyframes scal {
  form {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scal {
  form {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scrollUp {
  from {
    background: rgba(255, 255, 255, 0);
  }
  to {
    background: rgba(255, 255, 255, 0.5);
  }
}

@-webkit-keyframes scrollUp {
  from {
    background: rgba(255, 255, 255, 0);
  }
  to {
    background: rgba(255, 255, 255, 0.5);
  }
}

@keyframes scrollDown {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes scrollDown {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes showPc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes showPc1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  from {
    -webkit-transform: translate(50%, 70%);
            transform: translate(50%, 70%);
  }
  to {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}

@keyframes showPc1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  from {
    -webkit-transform: translate(50%, 70%);
            transform: translate(50%, 70%);
  }
  to {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}

@-webkit-keyframes showPc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header .header .main_menu .menu > .current-menu-ancestor > a > span::after,
header .header .main_menu .menu > .current-menu-item > a > span::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EE3F2F), to(#ED3425));
  background: linear-gradient(90deg, #EE3F2F 0%, #ED3425 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
}

section
.inner_container
.list_wrap
.list_content
.wrap_left
ul
> li.current_page_item > a,
section
.inner_container
.list_wrap
.list_content
.wrap_left
ul
> li.current_page_item > a + i::before {
  color: #EE3F2F;
}

@media screen and (max-width: 1280px) {
  section .container_four .f_content_four .four_links ul {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul.sub-menu
> li.current_page_item > a,
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul.sub-menu
> li.current_page_item a + i::before {
    text-align: center;
    background: linear-gradient(315deg, #EE3F2F 0%, #EE3F2F 100%);
    color: white;
  }
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current-menu-item:hover
> a,
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent:hover
> .fa-caret-left:before {
    color: #ffffff;
  }
  section .inner_container .list_wrap .list_content .wrap_left ul li a {
    text-align: center;
  }
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent .sub-menu li a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent .sub-menu li.current_page_item a span::before {
    background: #EE3F2F;
  }
  section
.container_five
.fast-content
.fast
.fast-r
.fast-link
a
.text
.title {
    font-size: 16px;
  }
}

section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent
.sub-menu li a span::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent
.sub-menu li:hover a {
  color: #EE3F2F;
}

section
.inner_container
.list_wrap
.list_content
.wrap_left
.left_menu
> li
> ul
> li.current_page_parent
.sub-menu li:hover a span::before {
  background: #EE3F2F;
}

.phone_add_menu {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#EE3F2F',endcolorstr='#EE3F2F',gradientType='1');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#EE3F2F',endcolorstr='#EE3F2F',gradientType='1');
  background: #EE3F2F;
  background: linear-gradient(315deg, #EE3F2F 0%, #EE3F2F 100%);
}

.phone_add_menu .phone_menu ul li {
  float: left;
  width: 20%;
  position: relative;
}

.phone_add_menu .phone_menu ul li a {
  width: 42px;
  font-size: 16px;
  display: block;
  padding: 8px 14px;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
}

.phone_add_menu .phone_menu ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

@media screen and (min-width: 600px) {
  .phone_add_menu {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .phone_add_menu {
    display: block;
  }
  header {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}

@media screen and (max-width: 414px) {
  .phone_add_menu {
    display: block;
  }
  .phone_add_menu .phone_menu ul li a {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 350px) {
  section .main_banner .swiper-container2 .swiper-slide .main_content {
    left: 12px;
  }
}
/*# sourceMappingURL=index.css.map */