@charset "UTF-8";

* {
  margin     : 0;
  padding    : 0;
  line-height: 100%;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial;
  color      : #000;
}

img {
  width : 100%;
  height: auto;
}

a {
  text-decoration: none;
  color          : #333;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color          : #333;
}

a:active {
  text-decoration: none;
}

ul,
dl,
p,
address {
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 43.75%;
  }

  .cell-sm {
    display: table-cell !important;
  }

  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 50%;
  }

  .cell-md {
    display: table-cell !important;
  }

  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }

  .cell-lg {
    display: table-cell !important;
  }

  .inline-lg {
    display: inline !important;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.fn {
  float: none;
}

.clear {
  clear: both;
}

.header {
  position: relative;
}

.header .navbar {
  margin-bottom : 0;
  border-bottom : 0;
  padding-top   : 24px;
  padding-bottom: 24px;
}

.header .navbar .container {
  width    : 1640px;
  max-width: 100%;
}

.header .navbar .container .navbar-header {
  float    : left;
  max-width: 220px;
}

.header .navbar .container .navbar-r {
  float     : right;
  font-size : 1.6rem;
  color     : #666;
  font-size : 0;
  margin-top: 5px;
}

.header .navbar .container .navbar-r .search_btn {
  display       : inline-block;
  vertical-align: middle;
  width         : 42px;
  height        : 42px;
  line-height   : 42px;
  border        : 1px solid #cdcdcd;
  border-radius : 50%;
  text-align    : center;
  cursor        : pointer;
  margin-right  : 10px;
}

.header .navbar .container .navbar-r .search_btn::before {
  width      : 42px;
  height     : 42px;
  line-height: 42px;
  font-size  : 1.4rem;
  text-align : center;
  color      : #666;
}

.header .navbar .container .navbar-r .search_btn:hover::before {
  color: #d6001a;
}

.header .navbar .container .navbar-r .lang_btn {
  display       : inline-block;
  vertical-align: middle;
  width         : 42px;
  height        : 42px;
  line-height   : 42px;
  border        : 1px solid #cdcdcd;
  border-radius : 50%;
  text-align    : center;
  cursor        : pointer;
  font-size     : 1.4rem;
  color         : #666;
  margin-right  : 10px;
}

.header .navbar .container .navbar-r .lang_btn:hover {
  color: #d6001a;
}

.header .navbar .container .navbar-r .member_login {
  font-size  : 0;
  margin-left: 5px;
}

.header .navbar .container .navbar-r .member_login span {
  display       : inline-block;
  vertical-align: middle;
  font-size     : 1.6rem;
  margin-left   : 10px;
}

.header .navbar .container .navbar-r .member_login::before {
  display       : inline-block;
  vertical-align: middle;
  font-size     : 2.4rem;
  color         : #868686;
}

.header .navbar .container .navbar-r .member_login:hover span,
.header .navbar .container .navbar-r .member_login:hover::before {
  color: #d6001a;
}

.header .navbar .container .navbar-r::before {
  content       : '/';
  display       : inline-block;
  vertical-align: middle;
  font-size     : 4rem;
  margin-right  : 25px;
  font-weight   : lighter;
  color         : #cdcdcd;
}

.header .navbar .container .nav-main {
  text-align    : right;
  pointer-events: none;
}

.header .navbar .container .nav-main .mainnav {
  margin-top: 15px;
}

.header .navbar .container .nav-main .mainnav ul {
  display    : block;
  white-space: nowrap;
}

.header .navbar .container .nav-main .mainnav ul li {
  padding-left  : 2%;
  padding-right : 2%;
  padding-top   : 4px;
  pointer-events: all;
}

.header .navbar .container .nav-main .mainnav ul li .one-title {
  position: relative;
}

.header .navbar .container .nav-main .mainnav ul li .one-title a {
  font-size     : 1.6rem;
  color         : #363636;
  font-weight   : bold;
  padding-bottom: 10px;
}

.header .navbar .container .nav-main .mainnav ul li .one-title em {
  display: none;
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav {
  position          : absolute;
  top: 40px;
  background-color  : #fff;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.23);
  box-shadow        : 3px 3px 5px 2px rgba(0, 0, 0, 0.23);
  border-top        : 3px solid #d6001a;
  padding           : 24px 32px 35px 32px;
  text-align        : left;
  min-width         : 250px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav a {
  position     : relative;
  padding      : 0;
  line-height  : 3.6rem;
  border-bottom: 1px solid #ddd;
  padding-left : 12px;
  padding-right: 15px;
  white-space  : nowrap;
  text-align:  center;
  font-size    : 1.4rem;
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav a::before {
  content         : '';
  position        : absolute;
  left            : 2px;
  top             : 50%;
  width           : 0px;
  height          : 4px;
  background-color: #d6001a;
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav a:hover {
  color: #004994;
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav a:hover::before {
  width: 4px;
}

.header .navbar .container .nav-main .mainnav ul li .sub-nav a:last-child {
  border-bottom: 0;
}

.header .navbar .container .nav-main .mainnav ul li.active .one-title a {
  border-bottom: 2px solid #d6001a;
}

.header .navbar .container .nav-main .mainnav ul li:hover .one-title a {
  color: #d6001a;
}

.main .m1 {
  background-color: #f3f3f3;
  padding-top     : 2%;
  padding-bottom  : 2%;
}

.main .m1 .m1_wrapper {
  background-color: #fff;
  overflow        : hidde;
  font-size       : 0;
}

.main .m1 .m1_wrapper .pic {
  display       : inline-block;
  vertical-align: middle;
  width         : 43%;
}

.main .m1 .m1_wrapper .txt {
  display       : inline-block;
  vertical-align: middle;
  width         : 57%;
}

.main .m1 .m1_wrapper .txt .txt_wrapper {
  width       : 90%;
  padding-left: 10%;
  max-width   : 750px;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_title {
  font-size     : 3.4rem;
  text-transform: capitalize;
  margin-bottom : 5%;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_con {
  font-size  : 1.4rem;
  color      : #8c8c8c;
  line-height: 170%;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history {
  margin-top: 10%;
  overflow  : hidden;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li {
  text-align  : center;
  border-right: 1px solid #d8d8d8;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li .item_box {
  display   : inline-block;
  text-align: left;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li .item_box h1 {
  font-size    : 4.4rem;
  color        : #bb0327;
  margin-bottom: 15px;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li .item_box p {
  font-size: 1.4rem;
  color    : #787878;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li:nth-of-type(1) {
  text-align: left;
  width     : 22%;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li:nth-of-type(2) {
  width: 40%;
}

.main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li:nth-of-type(3) {
  width       : 38%;
  border-right: 0;
}

.main .m2 {
  background     : url(../images/index_43.jpg) no-repeat center center;
  background-size: auto 100%;
  text-align     : center;
}

.main .m2 .container {
  position      : relative;
  max-width     : 1470px;
  padding-top   : 8%;
  padding-bottom: 10.8%;
}

.main .m2 h1 {
  font-size    : 4.8rem;
  color        : #fff;
  margin-bottom: 15px;
}

.main .m2 h2 {
  font-size    : 3rem;
  color        : #fff;
  margin-bottom: 3%;
}

.main .m2 p {
  font-size    : 1.4rem;
  color        : #fff;
  line-height  : 170%;
  margin-bottom: 5%;
  max-width    : 710px;
  margin-left  : auto;
  margin-right : auto;
}

.main .m2 .more {
  display         : block;
  width           : 134px;
  height          : 40px;
  line-height     : 40px;
  margin-left     : auto;
  margin-right    : auto;
  background-color: #d6001a;
  border          : 1px solid #d6001a;
  color           : #fff;
  font-size       : 1.4rem;
  text-align      : center;
  border-radius   : 5px;
}

.main .m2 .more:hover {
  background-color: transparent;
  color           : #d6001a;
}

.main .m2 ul {
  position          : absolute;
  left              : 0;
  bottom            : 0;
  width             : 100%;
  background-color  : #fff;
  -webkit-transform : translateY(50%);
  -ms-transform     : translateY(50%);
  transform         : translateY(50%);
  border-radius     : 5px;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 3px 15px 5px rgba(0, 0, 0, 0.1);
}

.main .m2 ul li {
  position      : relative;
  width         : 20%;
  float         : left;
  padding-top   : 2.4%;
  padding-bottom: 2.4%;
}

.main .m2 ul li a {
  display            : block;
  padding-top        : 45px;
  font-size          : 1.4rem;
  color              : #888888;
  border-right       : 1px solid #d8d8d8;
  background-repeat  : no-repeat;
  background-position: center top;
  background-size    : auto 32px;
}

.main .m2 ul li::after {
  content           : '';
  position          : absolute;
  left              : 50%;
  bottom            : 0;
  -webkit-transform : translateX(-50%);
  -ms-transform     : translateX(-50%);
  transform         : translateX(-50%);
  width             : 0;
  height            : 3px;
  background-color  : #d6001a;
  -webkit-transition: all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
}

.main .m2 ul li:nth-child(1) a {
  background-image: url(../images/shield.png);
}

.main .m2 ul li:nth-child(2) a {
  background-image: url(../images/diamond.png);
}

.main .m2 ul li:nth-child(3) a {
  background-image: url(../images/checklist.png);
}

.main .m2 ul li:nth-child(4) a {
  background-image: url(../images/business.png);
}

.main .m2 ul li:nth-child(5) a {
  background-image: url(../images/customer-support.png);
}

.main .m2 ul li:hover a {
  color: #d6001a;
}

.main .m2 ul li:hover::after {
  width: 75px;
}

.main .m2 ul li:hover:nth-child(1) a {
  background-image: url(../images/shield2.png);
}

.main .m2 ul li:hover:nth-child(2) a {
  background-image: url(../images/diamond2.png);
}

.main .m2 ul li:hover:nth-child(3) a {
  background-image: url(../images/checklist2.png);
}

.main .m2 ul li:hover:nth-child(4) a {
  background-image: url(../images/business2.png);
}

.main .m2 ul li:hover:nth-child(5) a {
  background-image: url(../images/customer-support2.png);
}

.main .m3 {
  position   : relative;
  padding-top: 8%;
}

.main .m3 .swiper-slide a {
  display       : block;
  text-align    : center;
  padding-left  : 15px;
  padding-right : 15px;
  padding-bottom: 18%;
}

.main .m3 .swiper-slide a h1 {
  font-size    : 2.4rem;
  color        : #1d1d1d;
  margin-bottom: 25px;
}

.main .m3 .swiper-slide a p {
  position      : relative;
  font-size     : 1.4rem;
  color         : #8c8c8c;
  line-height   : 170%;
  padding-bottom: 25px;
  max-width     : 375px;
  margin-left   : auto;
  margin-right  : auto;
}

.main .m3 .swiper-slide a p::after {
  content          : '';
  position         : absolute;
  left             : 50%;
  bottom           : 0;
  width            : 150px;
  max-width        : 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform    : translateX(-50%);
  transform        : translateX(-50%);
  background-color : #d6d6d6;
}

.main .m3 .swiper-slide a .param span {
  font-size          : 1.4rem;
  padding-left       : 10px;
  padding-right      : 10px;
  padding-left       : 36px;
  background-repeat  : no-repeat;
  background-position: left center;
  text-transform     : uppercase;
}

.main .m3 .swiper-slide a .param .param_xs {
  background-image: url(../images/index_95.png);
}

.main .m3 .swiper-slide a .param .param_bzd {
  background-image: url(../images/index_96.png);
}

.main .m3 .swiper-slide:hover h1 {
  color: #d6001a;
}

.main .m3 .swiper-slide:hover p {
  color: #d6001a;
}

.main .m3 .swiper-button-prev {
  width              : 48px;
  height             : 48px;
  background-color   : #fff;
  background-image   : url(../images/left-arrow.png);
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : auto auto;
  -webkit-box-shadow : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow         : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  border-radius      : 50%;
  left               : 5.2%;
}

.main .m3 .swiper-button-prev:hover {
  background-color: #d6001a;
  background-image: url(../images/left-arrow2.png);
}

.main .m3 .swiper-button-next {
  width              : 48px;
  height             : 48px;
  background-color   : #fff;
  background-image   : url(../images/right-arrow.png);
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : auto auto;
  -webkit-box-shadow : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow         : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  border-radius      : 50%;
  right              : 5.2%;
}

.main .m3 .swiper-button-next:hover {
  background-color: #d6001a;
  background-image: url(../images/right-arrow2.png);
}

.main .m4 {
  overflow       : hidden;
  background     : url(../images/index_126.jpg) no-repeat center center;
  background-size: auto 100%;
  padding-top    : 9.6%;
  padding-bottom : 9.6%;
}

.main .m4 .m4_wrapper {
  width           : 100%;
  max-width       : 1050px;
  background-color: #fff;
  float           : right;
  padding         : 5%;
}

.main .m4 .m4_wrapper img {
  width    : auto;
  max-width: 100%;
}

.main .m4 .m4_wrapper .m4_logo {
  margin-bottom: 15px;
}

.main .m4 .m4_wrapper h1 {
  font-size    : 3rem;
  color        : #1d1d1d;
  font-weight  : bold;
  margin-bottom: 20px;
}

.main .m4 .m4_wrapper p {
  font-size    : 1.4rem;
  color        : #8c8c8c;
  margin-bottom: 5%;
}

.main .m4 .m4_wrapper a {
  display     : block;
  height      : 40px;
  line-height : 40px;
  font-size   : 1.6rem;
  color       : #1d1d1d;
  padding-left: 55px;
  background  : url(../images/play.png) no-repeat left center;
}

.main .m4 .m4_wrapper a:hover {
  color: #d6001a;
}

.main .m5 {
  padding-top     : 2.6%;
  padding-bottom  : 2.6%;
  background-color: #f3f3f3;
}

.main .m5 .m_title {
  margin-bottom: 3%;
}

.main .m5 .m_con ul {
  overflow: hidden;
}

.main .m5 .m_con ul li a {
  display         : block;
  background-color: #fff;
}

.main .m5 .m_con ul li a .txt {
  padding: 6%;
}

.main .m5 .m_con ul li a .txt h1 {
  font-size         : 2rem;
  height            : 44px;
  color             : #1d1d1d;
  /*white-space     : nowrap;
  overflow          : hidden;
  -o-text-overflow  : ellipsis;
  text-overflow     : ellipsis;*/
  font-weight       : bold;
  margin-bottom     : 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main .m5 .m_con ul li a .txt .date {
  font-size    : 1.4rem;
  color        : #666666;
  margin-bottom: 15px;
}

.main .m5 .m_con ul li a .txt p {
  position      : relative;
  font-size     : 1.4rem;
  color         : #8c8c8c;
  line-height   : 27px;
  height        : 54px;
  overflow      : hidden;
  padding-bottom: 20px;
}

.main .m5 .m_con ul li a .txt p::after {
  /*content         : '';*/
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 10px;
  height          : 2px;
  background-color: #999999;
}

.main .m5 .m_con ul li a .txt .detail {
  display        : block;
  font-size      : 1.6rem;
  color          : #505050;
  height         : 26px;
  line-height    : 26px;
  padding-left   : 35px;
  background     : url(../images/detail.png) no-repeat left center;
  background-size: auto 100%;
  margin-top     : 25px;
}

.main .m5 .m_con ul li:hover a .txt .detail {
  color: #d6001a;
}

.main .m6 {
  text-align     : center;
  background     : url(../images/index_189.jpg) no-repeat center center;
  background-size: auto 100%;
  padding-top    : 11.5%;
  padding-bottom : 9.5%;
}

.main .m6 h1 {
  font-size    : 5.2rem;
  color        : #474642;
  font-weight  : bold;
  margin-bottom: 30px;
}

.main .m6 h2 {
  font-size    : 4.8rem;
  color        : #d6001a;
  font-weight  : bold;
  margin-bottom: 40px;
}

.main .m6 a {
  font-size: 1.8rem;
  color    : #5c5c5c;
}

.main .m6 a:hover {
  color: #d6001a;
}

.main .m_title {
  text-align: center;
}

.main .m_title h1 {
  font-size     : 3rem;
  color         : #1d1d1d;
  margin-bottom : 25px;
  text-transform: capitalize;
}

.main .m_title h2 {
  font-size: 1.6rem;
  color    : #8c8c8c;
}

.videoed {
  display      : none;
  width        : 50px;
  height       : 50px;
  position     : absolute;
  left         : 45%;
  top          : 45%;
  z-index      : 99;
  border-radius: 100%;
}

.videos {
  display    : none;
  border     : 1px solid #080808;
  position   : fixed;
  left       : 50%;
  top        : 50%;
  margin-left: -320px;
  margin-top : -210px;
  z-index    : 100;
  width      : 640px;
  height     : 360px;
  max-width  : 100%;
}

.vclose {
  position     : absolute;
  right        : 1%;
  top          : 1%;
  border-radius: 100%;
  cursor       : pointer;
  width        : auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color    : #999;
  font-size: 1.4rem;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color    : #999;
  font-size: 1.4rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color    : #999;
  font-size: 1.4rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color    : #999;
  font-size: 1.4rem;
}

.ban {
  position  : relative;
  width     : 100%;
  text-align: center;
}

.ban .txt {
  position: absolute;
  width   : 100%;
  height  : 100%;
  left    : 0;
  right   : 0;
  top     : 0;
  bottom  : 0;
  margin  : auto;
}

.ban .txt .container {
  position: relative;
  height  : 100%;
}

.ban .txt .container .txt_wrapper {
  position         : absolute;
  left             : 0;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform    : translateY(-50%);
  transform        : translateY(-50%);
  text-align       : left;
}

.ban .txt .container .txt_wrapper h2 {
  font-size: 1.4rem;
  color    : #adadad;
}

.ban .txt .container .txt_wrapper h1 {
  font-size : 3.6rem;
  color     : #fff;
  margin-top: 10px;
}

.ban .txt .container .txt_wrapper.bl h1 {
  color: #000;
}

.path {
  padding         : 1.6% 0;
  background-color: #fff;
  margin-bottom   : 3.125%;
}

.path .container {
  position : relative;
  max-width: 1470px;
}

.path ul {
  font-size : 0;
  text-align: center;
}

.path ul li {
  display       : inline-block;
  vertical-align: middle;
}

.path ul li a {
  font-size    : 1.4rem;
  color        : #555555;
  padding-left : 40px;
  padding-right: 40px;
}

.path ul li.active a {
  color: #d6001a;
}

.path ul li:hover a {
  color: #d6001a;
}

.pages .pagelist {
  text-align   : center;
  margin-top   : 5%;
  margin-bottom: 5%;
}

.pages .pagelist li {
  display    : inline-block;
  height     : 40px;
  line-height: 40px;
  padding    : 0 15px;
  font-size  : 1.6rem;
  color      : #717171;
  border     : 1px solid #efefef;
  text-align : center;
  cursor     : pointer;
  margin     : 0 7px;
}

.pages .pagelist li a {
  height     : 40px;
  line-height: 40px;
  font-size  : 1.6rem;
  color      : #6d6d6d;
}

.pages .pagelist li.active {
  background-color: #d6001a;
  border          : 0;
  color           : #fff;
  cursor          : none;
}

.pages .pagelist li.active a {
  background-color: #d6001a;
  border          : 0;
  color           : #fff;
  cursor          : none;
}

.my-map#container,
.my-map#container2 {
  width   : 100%;
  height  : 340px;
  position: static;
}

.my-map#container img,
.my-map#container2 img {
  width: auto !important;
}

.my-map#container .amap-icon img,
.my-map#container2 .amap-icon img {
  width: 100% !important;
}

.my-map#container .icon,
.my-map#container2 .icon {
  background: url(../images/marker.png) no-repeat;
}

.my-map#container .icon-cir,
.my-map#container2 .icon-cir {
  height: 31px;
  width : 28px;
}

.my-map#container .icon-cir-red,
.my-map#container2 .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.page .container {
  max-width: 1470px;
  overflow:  hidden;
}

.page.news {
  background-color: #f3f3f3;
}

.page.news .p1 ul {
  overflow      : hidden;
  padding-top   : 15px;
  padding-bottom: 15px;
}

.page.news .p1 ul li {
  margin-bottom: 30px;
}

.page.news .p1 ul li a {
  display           : block;
  background-color  : #fff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.page.news .p1 ul li a .txt {
  padding: 6%;
}

.page.news .p1 ul li a .txt h1 {
  font-size         : 2rem;
  color             : #1d1d1d;
  /*white-space     : nowrap;
  overflow          : hidden;
  -o-text-overflow  : ellipsis;
  text-overflow     : ellipsis;*/
  font-weight       : bold;
  margin-bottom     : 15px;
  height            : 44px;
  overflow          : hidden;
}

.page.news .p1 ul li a .txt .date {
  font-size    : 1.4rem;
  color        : #666666;
  margin-bottom: 15px;
}

.page.news .p1 ul li a .txt p {
  position      : relative;
  font-size     : 1.4rem;
  color         : #8c8c8c;
  line-height   : 27px;
  height        : 74px;
  overflow      : hidden;
  padding-bottom: 20px;
}

.page.news .p1 ul li a .txt p::after {
  content         : '';
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 10px;
  height          : 2px;
  background-color: #999999;
}

.page.news .p1 ul li a .txt .detail {
  display        : block;
  font-size      : 1.6rem;
  color          : #505050;
  height         : 26px;
  line-height    : 26px;
  padding-left   : 35px;
  background     : url(../images/detail.png) no-repeat left center;
  background-size: auto 100%;
  margin-top     : 25px;
}

.page.news .p1 ul li:hover a .txt .detail {
  color: #d6001a;
}

.page.jzl .path {
  background-color: #f3f3f3;
}

.page.jzl .p1 {
  margin-bottom: 3%;
}

.page.jzl .p1 .p1_wrapper {
  background     : url(../images/jzl_03.jpg) no-repeat center center;
  background-size: auto 100%;
}

.page.jzl .p1 .p1_wrapper .txt {
  padding: 5%;
}

.page.jzl .p1 .p1_wrapper .txt h1 {
  font-size    : 3.4rem;
  color        : #fff;
  margin-bottom: 30px;
}

.page.jzl .p1 .p1_wrapper .txt p {
  font-size  : 1.8rem;
  color      : #fff;
  line-height: 210%;
  max-width  : 730px;
}

.page.jzl .p1 .p1_wrapper .txt p b {
  color: #008ef7;
}

.page.jzl .p2 {
  margin-bottom: 5%;
}

.page.jzl .p2 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.jzl .p2 ul {
  overflow    : hidden;
  margin-left : -15px;
  margin-right: -15px;
}

.page.jzl .p2 ul li a {
  display: block;
}

.page.jzl .p2 ul li a p {
  font-size : 1.8rem;
  color     : #2f2f2f;
  margin-top: 20px;
  text-align: center;
}

.page.jzl .p3 {
  background-color: #ececec;
  padding-top     : 6%;
  padding-bottom  : 6%;
  margin-bottom   : 5%;
}

.page.jzl .p4 {
  margin-bottom: 5%;
}

.page.jzl .p4 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.jzl .p4 ul {
  overflow    : hidden;
  margin-left : -15px;
  margin-right: -15px;
}

.page.jzl .p4 ul li {
  margin-bottom: 3%;
}

.page.jzl .p4 ul li a {
  display: block;
}

.page.jzl .p4 ul li a p {
  font-size : 1.8rem;
  color     : #2f2f2f;
  margin-top: 20px;
  text-align: center;
}

.page.jzl .p5 .p5_wrapper {
  position: relative;
}

.page.jzl .p5 .txt {
  position         : absolute;
  left             : 50%;
  top              : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  text-align       : center;
}

.page.jzl .p5 .txt h1 {
  font-size    : 3.4rem;
  color        : #fff;
  margin-bottom: 35px;
}

.page.jzl .p5 .txt p {
  font-size    : 1.8rem;
  color        : #fff;
  line-height  : 200%;
  margin-bottom: 35px;
  max-width    : 585px;
  margin-left  : auto;
  margin-right : auto;
}

.page.jzl .p5 .txt .work img {
  width    : auto;
  max-width: 100%;
}

.page.jzl .p5 ul {
  overflow: hidden;
}

.page.jzl .p5 ul li {
  padding-left : 0;
  padding-right: 0;
}

.page.jzl2 .path {
  background-color: #f3f3f3;
}

.page.jzl2 .p1 {
  margin-bottom: 3%;
}

.page.jzl2 .p1 .p1_wrapper {
  background     : url(../images/jzl_02_03.jpg) no-repeat center center;
  background-size: auto 100%;
  padding        : 8% 5%;
  overflow       : hidden;
}

.page.jzl2 .p1 .p1_wrapper .txt {
  max-width: 500px;
  float    : left;
  width    : 50%;
}

.page.jzl2 .p1 .p1_wrapper .pic {
  float     : right;
  margin-top: 4%;
  max-width : 50%;
}

.page.jzl2 .p1 .p1_wrapper .pic img {
  width    : auto;
  max-width: 100%;
}

.page.jzl2 .p1 .p1_wrapper .txt h1 {
  font-size    : 3.4rem;
  color        : #fff;
  margin-bottom: 30px;
}

.page.jzl2 .p1 .p1_wrapper .txt p {
  font-size  : 1.8rem;
  color      : #fff;
  line-height: 210%;
}

.page.jzl2 .p1 .p1_wrapper .txt p b {
  color: #008ef7;
}

.page.jzl2 .p2 {
  margin-bottom: 5%;
}

.page.jzl2 .p2 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.jzl2 .p2 ul {
  overflow    : hidden;
  margin-left : -15px;
  margin-right: -15px;
}

.page.jzl2 .p2 ul li a {
  display: block;
}

.page.jzl2 .p2 ul li a p {
  font-size : 1.8rem;
  color     : #2f2f2f;
  margin-top: 20px;
  text-align: center;
}

.page.jzl2 .p3 {
  background-color: #f1f1f1;
  padding-top     : 3%;
  padding-bottom  : 3%;
}

.page.jzl2 .p3 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.jzl2 .p3 ul {
  overflow    : hidden;
  margin-left : -15px;
  margin-right: -15px;
}

.page.jzl2 .p3 ul li {
  margin-bottom: 30px;
}

.page.jzl2 .p3 ul li a {
  position: relative;
  display : block;
}

.page.jzl2 .p3 ul li a p {
  position  : absolute;
  width     : 100%;
  display   : block;
  font-size : 1.8rem;
  color     : #fff;
  text-align: center;
  left      : 0;
  bottom    : 10%;
}

.page.jzl3 .path {
  background-color: #f3f3f3;
}

.page.jzl3 .p1 {
  padding-top   : 3%;
  padding-bottom: 3%;
}

.page.jzl3 .p1 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.jzl3 .p1 ul {
  overflow    : hidden;
  margin-left : -15px;
  margin-right: -15px;
}

.page.jzl3 .p1 ul li {
  margin-bottom: 30px;
}

.page.jzl3 .p1 ul li a {
  position: relative;
  display : block;
}

.page.jzl3 .p1 ul li a p {
  position  : absolute;
  width     : 100%;
  display   : block;
  font-size : 1.8rem;
  color     : #fff;
  text-align: center;
  left      : 0;
  bottom    : 10%;
}

.page.jzl4 .path {
  background-color: #f3f3f3;
}

.page.jzl4 .p1 {
  margin-bottom: 3%;
}

.page.jzl4 .p1 .p1_wrapper {
  background     : url(../images/jzl4_03.jpg) no-repeat center center;
  background-size: auto 100%;
  padding        : 8% 5%;
  overflow       : hidden;
}

.page.jzl4 .p1 .p1_wrapper .pic {
  float     : right;
  margin-top: 4%;
  max-width : 50%;
}

.page.jzl4 .p1 .p1_wrapper .txt {
  max-width: 500px;
  float    : left;
  width    : 50%;
}

.page.jzl4 .p1 .p1_wrapper .txt h1 {
  font-size    : 3.4rem;
  color        : #fff;
  margin-bottom: 30px;
}

.page.jzl4 .p1 .p1_wrapper .txt p {
  font-size  : 1.8rem;
  color      : #fff;
  line-height: 210%;
  max-width  : 600px;
}

.page.jzl4 .p1 .p1_wrapper .txt p b {
  color: #008ef7;
}

.page.jzl4 .p2,
.page.jzl4 .p3 {
  font-size    : 0;
  margin-bottom: 3%;
}

.page.jzl4 .p2 .p_wrapper,
.page.jzl4 .p3 .p_wrapper {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.page.jzl4 .p2 .pic,
.page.jzl4 .p3 .pic,
.page.jzl4 .p2 .txt,
.page.jzl4 .p3 .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
  padding-left  : 0;
  padding-right : 0;
}

.page.jzl4 .p2 .txt,
.page.jzl4 .p3 .txt {
  padding-left: 5%;
}

.page.jzl4 .p2 .txt h1,
.page.jzl4 .p3 .txt h1 {
  display       : inline-block;
  font-size     : 3.4rem;
  color         : #1d1d1d;
  padding-bottom: 30px;
  border-bottom : 2px solid #d6001a;
  margin-bottom : 5%;
}

.page.jzl4 .p2 .txt p,
.page.jzl4 .p3 .txt p {
  font-size  : 1.8rem;
  color      : #636262;
  line-height: 200%;
}

.page.product .path {
  background-color: #f3f3f3;
}

.page.product .p1 {
  /* padding-bottom: 3%; */
}

.page.product .p1 ul {
  overflow    : hidden;
  margin-left : -4px;
  margin-right: -4px;
}

.page.product .p1 ul li {
  padding-left : 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

.page.product .p1 ul li a {
  display: block;
  border : 1px solid #d0cfcf;
  padding: 30px;
}

.page.product .p1 ul li a h1 {
  font-size    : 2.2rem;
  color        : #4c4c4c;
  border-top   : 1px solid #d0cfcf;
  font-weight  : bold;
  padding-top  : 30px;
  margin-bottom: 20px;
}

.page.product .p1 ul li a P {
  font-size  : 1.6rem;
  color      : #8c8c8c;
  line-height: 26px;
  height     : 52px;
  overflow   : hidden;
}

.page.product .p1 ul li:hover a {
  border-color: #d6001a;
}

.page.product_detail .path2 {
  overflow      : hidden;
}

.page.product_detail .path2 .path2_left {
  font-size  : 2.2rem;
  color      : #4c4c4c;
  float      : left;
  line-height: 60px;
  font-weight: bold;
}

.page.product_detail .path2 .path2_right {
  float: right;
  display:  flex;
  flex-wrap:  wrap;
  align-items:  center;
}

.page.product_detail .path2 .path2_right>a {
  font-size: 14px;
  color: #666666;
  position:relative;
  margin-right:  55px;
  display:  block;
  line-height:  60px;
}

.page.product_detail .path2 .path2_right>a span{display:block;position:absolute;width: 100%;height:2px;left: 0;bottom: 0;background:#fff;}
.page.product_detail .path2 .path2_right>a.active{ color: #d6001a;}
.page.product_detail .path2 .path2_right>a.active span{ background: #d6001a;}
.page.product_detail .path2 .path2_right a:hover {
  color: #d6001a;
}
.page.product_detail .path2 .path2_right a:hover span{background: #d6001a;}

.page.zr {
  padding-top   : 3%;
  padding-bottom: 3%;
}

.page.zr .title {
  margin-bottom: 5%;
  text-align   : center;
}

.page.zr .title h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.zr .title p {
  font-size: 1.8rem;
  color    : #666666;
}

.page.zr ul {
  margin-left : -15px;
  margin-right: -15px;
}

.page.zr ul li a {
  display           : block;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.page.zr ul li a p {
  padding-top   : 30px;
  padding-bottom: 30px;
  text-align    : center;
  font-size     : 1.8rem;
  color         : #1d1d1d;
}

.page.join {
  padding-top   : 3%;
  padding-bottom: 3%;
}

.page.join .title {
  margin-bottom: 5%;
  text-align   : center;
  margin-top   : 5%;
}

.page.join .title h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.join .title p {
  font-size: 1.8rem;
  color    : #666666;
}

.page.join ul {
  margin-left : -15px;
  margin-right: -15px;
}

.page.join ul li .wrapper {
  display           : block;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.page.join ul li .wrapper .txt {
  padding : 5%;
  overflow: hidden;
}

.page.join ul li .wrapper .txt p {
  text-align: left;
  font-size : 2.2rem;
  float     : left;
}

.page.join ul li .wrapper .txt a {
  font-size: 1.8rem;
  color    : #d6001a;
  float    : right;
}

.page.about .path {
  background-color: #f1f1f1;
}

.page.about .p1 {
  padding-bottom: 3%;
}

.page.about .p1 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.about .p1 p {
  font-size    : 1.4rem;
  color        : #666666;
  margin-bottom: 3%;
  line-height  : 170%;
}

.page.about .p1 .txt_history {
  /* overflow: hidden; */
  background-color: #f9f9f9;
  padding-top     : 3%;
  padding-bottom  : 3%;
  
}

.page.about .p1 .txt_history li {
  width       : 25%;
  text-align  : center;
  border-right: 1px solid #d8d8d8;
}

.page.about .p1 .txt_history li .item_box {
  /*display   : inline-block;*/
  text-align: left;
}

.page.about .p1 .txt_history li .item_box h1 {
  font-size    : 4.4rem;
  color        : #bb0327;
  margin-bottom: 15px;
}

.page.about .p1 .txt_history li .item_box p {
  font-size : 1.4rem;
  color    : #787878;
}

.page.about .p2 {
  /*background-color: #f3f3f3;
  padding-top     : 4.6875%;*/
  padding-bottom  : 4.6875%;
}

.page.about .p2 h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.about .p2 ul {
  margin-left : -15px;
  margin-right: -15px;
}

.page.about .p2 ul li p {
  margin-top: 30px;
  color     : #8c8c8c;
  font-size : 1.6rem;
}

.page.about .p2 ul li p b {
  color: #686868;
}

.page.about .p3 {
  padding         : 3% 0;
  background-color: #fff;
}

.page.about .p3 .c_tit h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
}

.page.about .p3 .c_con .timeline {
  overflow: hidden;
}

.page.about .p3 .c_con .swiper-slide .s_con {
  position     : relative;
  max-width    : 955px;
  width        : 80%;
  margin       : 0 auto;
  font-size    : 0;
  border-bottom: 1px solid #dcdcdc;
}

.page.about .p3 .c_con .swiper-slide .s_con .pic {
  display         : inline-block;
  vertical-align  : middle;
  width           : 50%;
  padding-right   : 6%;
  border-radius   : 5px;
  overflow        : hidden;
  background-color: #fff;
  margin-bottom   : -1px;
}

.page.about .p3 .c_con .swiper-slide .s_con .txt {
  display       : inline-block;
  vertical-align: middle;
  width         : 50%;
}

.page.about .p3 .c_con .swiper-slide .s_con .txt h1 {
  font-size    : 4rem;
  color        : #d6001a;
  margin-bottom: 30px;
}

.page.about .p3 .c_con .swiper-slide .s_con .txt p {
  font-size: 1.6rem;
  color    : #666666;
  line-height:  24px;
}

.page.about .p3 .c_con .pagination_box {
  display   : block;
  width     : 100%;
  width     : 1400px !important;
  height    : 100px;
  overflow  : hidden;
  margin-top: 5%;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination {
  position    : relative;
  white-space : nowrap;
  padding-left: 170px;
  width       : 100% !important;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination:after {
  position     : absolute;
  left         : 0;
  top          : 43px;
  z-index      : -1;
  content      : '';
  width        : 100%;
  height       : 0;
  border-bottom: 2px dotted #b1b1b1;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination-bullet {
  position          : relative;
  -webkit-transition: all 0.3s;
  -o-transition     : all 0.3s;
  transition        : all 0.3s;
  background-color  : #a5bcde;
  opacity           : 1;
  margin-right      : 200px;
  font-size         : 1.5rem;
  color             : #d6001a;
  font-weight       : bold;
  text-align        : center;
  width             : auto;
  height            : 100px;
  padding-top       : 50px;
  background-color  : transparent !important;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination-bullet i {
  font-size        : 2.6rem;
  color            : #666;
  display          : block;
  -webkit-transform: translateX(-50%);
  -ms-transform    : translateX(-50%);
  transform        : translateX(-50%);
  margin-top       : 5px;
  font-weight      : normal;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination-bullet::before {
  position        : absolute;
  left            : 0;
  bottom          : 60px;
  content         : '';
  display         : block;
  width           : 2px;
  height          : 14px;
  background-color: #b1b1b1;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  color    : #d6001a;
  font-size: 2.8rem;
}

.page.about .p3 .c_con .pagination_box .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height          : 50px;
  background-color: #d6001a;
}

.page.about .p4 {
  padding         : 0 0 3% 0;
 
}

.page.about .p4 .c_tit {
  text-align: left;
}

.page.about .p4 .c_con {
  position   : relative;
  padding-top: 80px;
}

.page.about .p4 .c_con .swiper-slide a {
  display         : block;
  background-color: #fff;
}

.page.about .p4 .c_con .swiper-slide p {
  font-size     : 1.6rem;
  color         : #313131;
  text-align    : center;
  border-bottom : 1px solid #d1d1d1;
  border-left   : 1px solid #d1d1d1;
  border-right  : 1px solid #d1d1d1;
  padding-top   : 5%;
  padding-bottom: 5%;
  font-weight   : bold;
}

.page.about .p4 .c_con .swiper-button-prev {
  width          : 40px;
  height         : 40px;
  background     : url(../images/arrow-left.png);
  left           : auto;
  right          : 60px;
  top            : 0;
  background-size: 40px 40px;
}

.page.about .p4 .c_con .swiper-button-prev:hover {
  background-image: url(../images/arrow-left2.png);
}

.page.about .p4 .c_con .swiper-button-next {
  width          : 40px;
  height         : 40px;
  background     : url(../images/arrow-right.png);
  left           : auto;
  right          : 0;
  top            : 0;
  background-size: 40px 40px;
}

.page.about .p4 .c_con .swiper-button-next:hover {
  background-image: url(../images/arrow-right2.png);
}

.page.about .p4 .c_con .swiper-button-prev:focus,
.page.about .p4 .c_con .swiper-button-next:focus {
  outline: 0;
}

.page.about .p5 {
  padding-top   : 2.6%;
  padding-bottom: 2.6%;
}

.page.about .p5 .c_tit {
  overflow: hidden;
}

.page.about .p5 .c_tit h1 {
  font-size    : 3.4rem;
  color        : #1d1d1d;
  margin-bottom: 3%;
  float        : left;
}

.page.about .p5 .m_title {
  margin-bottom: 3%;
}

.page.about .p5 .m_con ul {
  overflow: hidden;
}

.page.about .p5 .m_con ul li a {
  display         : block;
  background-color: #fff;
}

.page.about .p5 .m_con ul li a .txt {
  padding: 6%;
}

.page.about .p5 .m_con ul li a .txt h1 {
  font-size          : 2rem;
  color              : #1d1d1d;
  /* white-space     : nowrap;
  overflow           : hidden;
  -o-text-overflow   : ellipsis;
  text-overflow      : ellipsis;*/
  font-weight        : bold;
  margin-bottom      : 15px;
  height             : 44px;
}

.page.about .p5 .m_con ul li a .txt .date {
  font-size    : 1.4rem;
  color        : #666666;
  margin-bottom: 15px;
}

.page.about .p5 .m_con ul li a .txt p {
  position          : relative;
  font-size         : 1.4rem;
  color             : #8c8c8c;
  line-height       : 27px;
  height            : 54px;
  overflow          : hidden;
  padding-bottom    : 20px;
  /*text-overflow   : -o-ellipsis-lastline;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 2;*/
  line-clamp        : 2;
}

/*.page.about .p5 .m_con ul li a .txt p::after {
  content         : '';
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 10px;
  height          : 2px;
  background-color: #999999;
}*/

.page.about .p5 .m_con ul li a .txt .detail {
  display        : block;
  font-size      : 1.6rem;
  color          : #505050;
  height         : 26px;
  line-height    : 26px;
  padding-left   : 35px;
  background     : url(../images/detail.png) no-repeat left center;
  background-size: auto 100%;
  margin-top     : 25px;
}

.page.about .p5 .m_con ul li:hover a .txt .detail {
  color: #d6001a;
}

.page.join2 {
  background-color: #f1f1f1;
}

.page.join2 .p1 {
  padding-top: 3%;
}

.page.join2 .p1 form {
  display         : block;
  width           : 100%;
  background-color: #fff;
  border-radius   : 8px;
  font-size       : 0;
}

.page.join2 .p1 form input {
  width        : calc(100% - 90px);
  font-size    : 2.4rem;
  color        : #c6c4c4;
  height       : 90px;
  line-height  : 90px;
  padding-left : 35px;
  padding-right: 35px;
}

.page.join2 .p1 form button {
  width           : 90px;
  height          : 90px;
  line-height     : 90px;
  background-color: #fff;
}

.page.join2 .p1 form button img {
  width    : auto;
  max-width: 100%;
}

.page.join2 .p2 dl {
  overflow     : hidden;
  margin-bottom: 3%;
}

.page.join2 .p2 dt,
.page.join2 .p2 dd {
  float       : left;
  margin-right: 40px;
  font-size   : 1.8rem;
  color       : #555;
  font-weight : normal;
}

.page.join2 .p2 dt.active a,
.page.join2 .p2 dd.active a {
  color: #d6001a;
}

.page.join2 .p3 .title {
  overflow     : hidden;
  margin-bottom: 3%;
}

.page.join2 .p3 .title .all {
  font-size: 1.8rem;
  float    : left;
  color    : #555555;
}

.page.join2 .p3 .title .on {
  font-size: 1.8rem;
  float    : right;
  color    : #555555;
}

.page.join2 .p3 .con .panel-heading {
  background-color: #fff;
  padding         : 3%;
}

.page.join2 .p3 .con .panel-heading h1 {
  display      : inline-block;
  font-size    : 2.2rem;
  color        : #3e3d3d;
  margin-bottom: 30px;
  border-bottom: 2px solid #9e9e9e;
  line-height  : 100%;
}

.page.join2 .p3 .con .panel-heading ul {
  overflow: hidden;
}

.page.join2 .p3 .con .panel-heading ul li {
  float       : left;
  font-size   : 1.8rem;
  color       : #888888;
  margin-right: 5%;
}

.page.join2 .p3 .con .panel-body {
  padding: 3%;
}

.page.join2 .p3 .con .panel-body dl {
  margin-bottom: 3%;
}

.page.join2 .p3 .con .panel-body dl dt {
  display      : inline-block;
  font-size    : 1.8rem;
  border-bottom: 1px solid #7e7e7e;
  color        : #3e3d3d;
}

.page.join2 .p3 .con .panel-body dl dd {
  font-size  : 1.8rem;
  color      : #3e3d3d;
  line-height: 250%;
}

.page.join2 .p3 .con .panel-body a {
  display      : block;
  margin-left  : auto;
  margin-right : auto;
  width        : 280px;
  height       : 60px;
  line-height  : 60px;
  border-radius: 30px;
  border       : 1px solid #d6001a;
  text-align   : center;
}

.page.join2 .p3 .con .panel-body a span {
  font-size    : 1.8rem;
  color        : #d6001a;
  border-bottom: 1px solid #d6001a;
}

.page.join3 .p1 {
  padding-top   : 3%;
  padding-bottom: 3%;
}

.page.join3 .p1 .p_title {
  font-size    : 4.4rem;
  color        : #626262;
  margin-bottom: 3%;
}

.page.join3 .p1 .p_con p {
  font-size    : 1.6rem;
  color        : #626262;
  line-height  : 200%;
  margin-bottom: 3%;
}

.page.join3 .p2 {
  padding         : 3% 0;
  background-color: #f2f2f2;
}

.page.join3 .p2 .p_title h1 {
  font-size    : 4.4rem;
  color        : #626262;
  margin-bottom: 3%;
}

.page.join3 .p2 .p_title p {
  font-size: 1.6rem;
  color    : #626262;
}

.page.join3 .p2 .p_con {
  position   : relative;
  padding-top: 80px;
}

.page.join3 .p2 .p_con .swiper-slide a {
  display         : block;
  background-color: #fff;
}

.page.join3 .p2 .p_con .swiper-slide p {
  font-size     : 1.6rem;
  color         : #313131;
  text-align    : left;
  padding-top   : 5%;
  padding-bottom: 5%;
}

.page.join3 .p2 .p_con .swiper-button-prev {
  width          : 40px;
  height         : 40px;
  background     : url(../images/arrow-left.png);
  left           : auto;
  right          : 60px;
  top            : 0;
  background-size: 40px 40px;
}

.page.join3 .p2 .p_con .swiper-button-prev:hover {
  background-image: url(../images/arrow-left.png);
}

.page.join3 .p2 .p_con .swiper-button-prev:focus {
  outline: 0;
}

.page.join3 .p2 .p_con .swiper-button-next {
  width          : 40px;
  height         : 40px;
  background     : url(../images/arrow-right.png);
  left           : auto;
  right          : 0;
  top            : 0;
  background-size: 40px 40px;
}

.page.join3 .p2 .p_con .swiper-button-next:hover {
  background-image: url(../images/arrow-right2.png);
}

.page.join3 .p2 .p_con .swiper-button-next:focus {
  outline: 0;
}

.page.join3 .p3 {
  padding: 3% 0;
}

.page.join3 .p3 .p_title h1 {
  font-size    : 4.4rem;
  color        : #626262;
  margin-bottom: 3%;
}

.page.join3 .p3 .p_title p {
  font-size: 1.6rem;
  color    : #626262;
}

.page.join3 .p3 ul li {
  font-size    : 0;
  border       : 3px solid #e6e6e6;
  margin-bottom: 30px;
}

.page.join3 .p3 ul li .pic,
.page.join3 .p3 ul li .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
  padding-left  : 0;
  padding-right : 0;
}

.page.join3 .p3 ul li .txt {
  padding-left : 5%;
  padding-right: 5%;
}

.page.join3 .p3 ul li .txt .index {
  width           : 60px;
  height          : 60px;
  border-radius   : 50%;
  background-color: #d6001a;
  color           : #fff;
  font-size       : 2.4rem;
  text-align      : center;
  line-height     : 60px;
  margin-bottom   : 40px;
}

.page.join3 .p3 ul li .txt .title {
  position      : relative;
  font-size     : 3rem;
  color         : #626262;
  padding-bottom: 25px;
  margin-bottom : 20px;
}

.page.join3 .p3 ul li .txt .title sub {
  font-size: 2.4rem;
  color    : #ababab;
}

.page.join3 .p3 ul li .txt .title::after {
  content         : '';
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 60px;
  height          : 1px;
  background-color: #d6001a;
}

.page.join3 .p3 ul li .txt .con {
  font-size  : 1.6rem;
  color      : #626262;
  line-height: 200%;
}

.page.join3 .p4 {
  background-color: #f1f1f1;
  padding-top     : 3%;
  padding-bottom  : 3%;
}

.page.join3 .p4 .p_title h1 {
  font-size    : 4.4rem;
  color        : #626262;
  margin-bottom: 3%;
}

.page.join3 .p4 .p_title p {
  font-size: 1.6rem;
  color    : #626262;
}

.page.join3 .p4 .p_con #certify {
  position: relative;
  width   : 1470px;
  margin  : 0 auto;
}

.page.join3 .p4 .p_con #certify .swiper-slide {
  width  : 990px;
  height : 460x;
  padding: 4% 6%;
}

.page.join3 .p4 .p_con #certify .swiper-slide img {
  display: block;
  width  : 100%;
  height : 100%;
}

.page.join3 .p4 .p_con #certify .swiper-slide p {
  font-size       : 1.6rem;
  color           : #3a3a3a;
  text-align      : center;
  background-color: #fff;
  padding-top     : 4%;
  padding-bottom  : 4%;
}

.page.join3 .p4 .p_con #certify .swiper-pagination {
  width : 100%;
  bottom: 0px;
}

.page.join3 .p4 .p_con #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin          : 0 5px;
  background-color: #cccccc;
  width           : 10px;
  height          : 10px;
  opacity         : 1;
}

.page.join3 .p4 .p_con #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0c5ca5;
}

.page.join3 .p4 .p_con #certify .swiper-button-prev {
  left      : -100px;
  background: url(../images/prev.png) no-repeat;
}

.page.join3 .p4 .p_con #certify .swiper-button-next {
  right     : -100px;
  background: url(../images/next.png) no-repeat;
}

.page.join3 .p5 {
  padding-top   : 3%;
  padding-bottom: 3%;
  font-size     : 0;
}

.page.join3 .p5 .pic,
.page.join3 .p5 .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
  padding-left  : 0;
  padding-right : 0;
}

.page.join3 .p5 .txt h1 {
  font-size    : 4.4rem;
  color        : #626262;
  margin-bottom: 3%;
}

.page.join3 .p5 .txt p {
  font-size    : 1.6rem;
  color        : #626262;
  line-height  : 200%;
  margin-bottom: 20px;
  max-width    : 760px;
}

.page.join3 .p6 {
  padding-top     : 3%;
  padding-bottom  : 3%;
  background-color: #f1f1f1;
}

.page.join3 .p6 .title {
  text-align: center;
}

.page.join3 .p6 .title h1 {
  position      : relative;
  font-size     : 4.4rem;
  color         : #626262;
  padding-bottom: 40px;
  margin-bottom : 3%;
}

.page.join3 .p6 .title h1::after {
  content          : '';
  position         : absolute;
  left             : 50%;
  bottom           : 0;
  width            : 110px;
  height           : 2px;
  background-color : #d6001a;
  -webkit-transform: translateX(-50%);
  -ms-transform    : translateX(-50%);
  transform        : translateX(-50%);
}

.page.join3 .p6 .con {
  font-size   : 0;
  max-width   : 1060px;
  margin-left : auto;
  margin-right: auto;
}

.page.join3 .p6 .con .pic,
.page.join3 .p6 .con .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
}

.page.join3 .p6 .con .txt {
  padding-left: 3%;
}

.page.join3 .p6 .con .txt h1 {
  position      : relative;
  font-size     : 2.4rem;
  color         : #626262;
  padding-bottom: 20px;
  margin-bottom : 20px;
}

.page.join3 .p6 .con .txt h1::after {
  content : '';
  position: absolute;
  left    : 0;
  bottom  : 0;
  width   : 22px;
  height  : 1px;
}

.page.join3 .p6 .con .txt p {
  font-size  : 1.8rem;
  color      : #626262;
  line-height: 200%;
}

.page.contact .p1 {
  padding-top   : 3%;
  padding-bottom: 3%;
}

.page.contact .p1 dl {
  overflow: hidden;
}

.page.contact .p1 dl dt {
  padding      : 20px;
  overflow     : hidden;
  border       : 1px solid #c6c6c6;
  font-size    : 0;
  margin-bottom: 20px;
}

.page.contact .p1 dl dt .pic,
.page.contact .p1 dl dt .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
  padding-left  : 0;
  padding-right : 0;
}

.page.contact .p1 dl dt .txt {
  padding-left: 5%;
}

.page.contact .p1 dl dt .txt h1 {
  font-size    : 2.2rem;
  color        : #353535;
  margin-bottom: 30px;
}

.page.contact .p1 dl dt .txt p {
  font-size  : 1.4rem;
  color      : #666666;
  line-height: 200%;
}

.page.contact .p1 dl dd {
  padding-left : 10px;
  padding-right: 10px;
  overflow     : hidden;
  font-size    : 0;
  margin-bottom: 20px;
}

.page.contact .p1 dl dd .wrapper {
  padding: 20px;
  border : 1px solid #c6c6c6;
}

.page.contact .p1 dl dd .pic,
.page.contact .p1 dl dd .txt {
  display       : inline-block;
  vertical-align: middle;
  float         : none;
  padding-left  : 0;
  padding-right : 0;
}

.page.contact .p1 dl dd .txt {
  padding-left: 5%;
}

.page.contact .p1 dl dd .txt h1 {
  font-size    : 2.2rem;
  color        : #353535;
  margin-bottom: 30px;
}

.page.contact .p1 dl dd .txt p {
  font-size  : 1.4rem;
  color      : #666666;
  line-height: 200%;
}

.login {
  padding: 15px;
}

.login .login_wrapper {
  position         : fixed;
  left             : 50%;
  top              : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  width            : 610px;
  max-width        : 100%;
}

.login .login_wrapper .login_logo {
  text-align   : center;
  margin-bottom: 10%;
}

.login .login_wrapper .login_logo img {
  width    : auto;
  max-width: 100%;
}

.login .login_wrapper .login_b_box {
  border-radius     : 5px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  padding           : 8% 10%;
}

.login .login_wrapper .login_box {
  padding-bottom: 10%;
}

.login .login_wrapper .login_box .title {
  font-size    : 3rem;
  font-weight  : bold;
  margin-bottom: 30px;
}

.login .login_wrapper .login_box form .form-group label {
  font-size    : 1.6rem;
  color        : #666666;
  margin-bottom: 15px;
}

.login .login_wrapper .login_box form .form-group label b {
  color: #d6001a;
}

.login .login_wrapper .login_box form .form-group input {
  width        : 100%;
  border       : 1px solid #e0e0e0;
  border-radius: 5px;
  font-size    : 1.6rem;
  color        : #888888;
  height       : 50px;
  line-height  : 50px;
  padding-left : 15px;
  padding-right: 15px;
}

.login .login_wrapper .login_box form button {
  width           : 100%;
  border-radius   : 5px;
  height          : 50px;
  line-height     : 50px;
  font-size       : 1.6rem;
  color           : #fff;
  background-color: #d6001a;
  text-align      : center;
  padding         : 0;
  margin-top      : 20px;
  margin-bottom   : 50px;
}

.login .login_wrapper .login_box form .help-block {
  font-size      : 1.6rem;
  color          : #555555;
  text-decoration: underline;
}

.login .login_wrapper .login_box form .reg {
  text-align: center;
}

.login .login_wrapper .disanfang_login {
  padding-top: 35px;
  text-align : center;
  border-top : 1px solid #bababa;
}

.login .login_wrapper .disanfang_login h1 {
  font-size: 2.4rem;
  color    : #333;
}

.login .login_wrapper .disanfang_login ul {
  text-align: center;
  margin-top: 20px;
}

.login .login_wrapper .disanfang_login ul li {
  display       : inline-block;
  vertical-align: middle;
  padding-left  : 12px;
  padding-right : 12px;
}

.reg {
  padding: 15px;
}

.reg .login_wrapper {
  position         : fixed;
  left             : 50%;
  top              : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  width            : 700px;
  max-width        : 100%;
  max-height: 100vh;
  overflow:  auto;
}

.reg .login_wrapper .login_logo {
  text-align   : center;
  /* margin-bottom: 10%; */
  display:  none;
}

.reg .login_wrapper .login_logo img {
  width    : auto;
  max-width: 100%;
}

.reg .login_wrapper .login_con {
  border-radius     : 5px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 15px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 10%;
  box-sizing:  border-box;
}

.reg .login_wrapper .login_con .title {
  font-size    : 3rem;
  font-weight  : bold;
  margin-bottom: 30px;
}

.reg .login_wrapper .login_con .login_nav_box {
  margin-bottom: 30px;
}

.reg .login_wrapper .login_con .login_nav_box ul {
  padding-left : 20px;
  padding-right: 20px;
  border-bottom: 1px solid #dddddd;
}

.reg .login_wrapper .login_con .login_nav_box ul li {
  display       : inline-block;
  vertical-align: middle;
  font-size     : 1.6rem;
  color         : #666666;
  padding-left  : 20px;
  padding-right : 20px;
  height        : 40px;
  line-height   : 40px;
  cursor        : pointer;
}

.reg .login_wrapper .login_con .login_nav_box ul li.active {
  border-top      : 1px solid #dddddd;
  border-left     : 1px solid #dddddd;
  border-right    : 1px solid #dddddd;
  border-bottom   : 1px solid #fff;
  margin-bottom   : -5px;
  background-color: #fff;
}

.reg .login_wrapper .login_con .login_box {
  padding-bottom: 10%;
}

.reg .login_wrapper .login_con .login_box form .form-group img {
  width    : auto;
  max-width: 100%;
}

.reg .login_wrapper .login_con .login_box form .form-group label {
  font-size    : 1.6rem;
  color        : #666666;
  margin-bottom: 15px;
}

.reg .login_wrapper .login_con .login_box form .form-group label b {
  color: #d6001a;
}

.reg .login_wrapper .login_con .login_box form .form-group input[type="text"],
.reg .login_wrapper .login_con .login_box form .form-group input[type="password"] {
  width        : 100%;
  border       : 1px solid #e0e0e0;
  border-radius: 5px;
  font-size    : 1.6rem;
  color        : #888888;
  height       : 50px;
  line-height  : 50px;
  padding-left : 15px;
  padding-right: 15px;
}

.reg .login_wrapper .login_con .login_box form button {
  width        : 100px;
  border-radius: 3px;
  height       : 30px;
  line-height  : 30px;
  font-size    : 1.6rem;
  color        : #333;
  text-align   : center;
  padding      : 0;
  margin-top   : 20px;
}

.reg .login_wrapper .login_con .login_box_list .login_box_item {
  display: none;
}

.reg .login_wrapper .login_con .login_box_list .login_box_item.on {
  display: block;
}

.crumbs .container {
  border-bottom: 1px solid #e8e8e8;
}

.crumbs .page {
  max-width: 1300px;
}

.mao{
	position: relative;
    top: -175px;
    display: block;
    height: 0;
    overflow: hidden;
}

.crumbs span a {
  display       : inline-block;
  vertical-align: middle;
  font-size     : 1.4rem;
  color         : #666666;
  height        : 50px;
  line-height   : 50px;
}

footer {
  background-color: #272727;
  padding-top     : 3.85%;
  padding-bottom  : 5.2%;
}

footer .foot-top {
  padding-bottom: 4%;
  border-bottom : 1px solid #3e3e3e;
}

footer .foot-top .foot-top-logo {
  float             : left;
  max-width         : 220px;
  padding-right     : 3%;
  margin-right      : 3%;
  border-right      : 1px solid #3e3e3e;
  -webkit-box-sizing: content-box;
  -moz-box-sizing   : content-box;
  box-sizing        : content-box;
}

footer .foot-top .foot-top-txt h1 {
  font-size  : 1.8rem;
  color      : #fff;
  padding-top: 15px;
}

footer .foot-nav {
  margin-top: 4%;
}

footer .foot-nav dl {
  float: left;
  width: 14%;
}

footer .foot-nav dl dt {
  position      : relative;
  font-size     : 1.8rem;
  color         : #fff;
  padding-bottom: 20px;
  margin-bottom : 10px;
  font-weight   : normal;
}

footer .foot-nav dl dt::after {
  content         : '';
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 25px;
  height          : 1px;
  background-color: #474747;
}

footer .foot-nav dl dd {
  font-size  : 1.4rem;
  color      : #fff;
  line-height: 200%;
}

footer .foot-nav dl dd a {
  font-size  : 1.4rem;
  color      : #fff;
  line-height: 200%;
  opacity    : 0.6;
}

footer .foot-nav dl dd:hover a {
  color: #d80e3e;
}

footer .foot-nav dl:first-child {
  width: 16%;
}

footer .foot-nav dl:first-child dt {
  display: block;
}

footer .foot-nav dl:first-child dd {}

footer .foot-nav dl:last-child dd {
  /*text-align: right;*/
}

footer .foot-nav dl:last-child dd img {
  width    : auto;
  max-width: 100%;
}

footer .foot-nav dl:last-child {
  width     : 113px;
  text-align: center;
}

footer .foot-nav dl:last-child dd p {
  font-size : 1.6rem;
  opacity   : 0.5;
  margin-top: 20px;
}

.bq {
  background-color: #272727;
  padding         : 3% 0;
  overflow        : hidden;
  border-top      : 1px solid #3e3e3e;
}

.bq .copy {
  font-size  : 1.2rem;
  color      : #ededed;
  line-height: 1.7rem;
  float      : left;
}

.bq .copy span {
  margin-left: 30px;
}

.bq .copy a {
  font-size  : 1.2rem;
  color      : #ededed;
  margin-left: 20px;
}

.bq .share {
  float: right;
}

.bq .share dt {
  display       : inline-block;
  vertical-align: middle;
  font-size     : 1.4rem;
  color         : #b2b2b2;
  margin-right  : 20px;
}

.bq .share dd {
  display       : inline-block;
  vertical-align: middle;
  margin-right  : 10px;
}

.bq .share dd a {
  font-size: 1.4rem;
  color    : #fff;
}

.bq .share dd a img {
  width: auto;
}

.bq .share dd:hover a {
  color: #fff;
}

.bq .share dd:last-child a {
  border-right: 0;
}

.bq .form {
  float    : right;
  font-size: 0;
}

.bq .form form {
  width           : 200px;
  height          : 25px;
  line-height     : 25px;
  background-color: #3d3d3d;
  border-radius   : 3px;
  overflow        : hidden;
}

.bq .form form input {
  width           : 175px;
  height          : 25px;
  line-height     : 25px;
  padding         : 5px 10px;
  font-size       : 1.4rem;
  background-color: #3d3d3d;
  outline         : none;
  color           : #fff;
  border          : none;
}

.bq .form form button {
  width           : 25px;
  height          : 25px;
  text-align      : center;
  line-height     : 25px;
  line-height     : 1.8rem;
  background-color: #3d3d3d;
  color           : #b0b0b0;
  border          : darkblue;
}

.share>li {
  width  : 32px;
  height : 32px;
  display: inline-block;
  margin : 0 5px;
}

.mobile-foot {
  background: #000000;
}

.mobile-foot>.container>.panel-group {
  margin-bottom: 5px;
}

.mobile-foot>.container>.panel-group>.panel {
  border-radius: 0;
  margin-top   : 0;
}

.mobile-foot>.container>.panel-group>.panel>.panel-heading {
  background: #000000;
  opacity   : 1;
}

.mobile-foot .panel-primary {
  border-color: #999;
}

.mobile-foot .panel-primary>.panel-heading {
  background-color: #000;
  border-radius   : 0;
  color           : #fff;
  opacity         : 0.7;
  border-color    : #999;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>form>input {
  width        : 100%;
  height       : 30px;
  padding      : 9px 11px;
  border       : 1px solid #999;
  border-radius: 5px;
  margin-bottom: 5px;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>form>input:focus {
  outline: none;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>form>textarea {
  width        : 100%;
  height       : 80px;
  padding      : 9px 11px;
  border       : 1px solid #999;
  border-radius: 5px;
  resize       : none;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>form>textarea:focus {
  outline: none;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>form>button {
  width        : 64px;
  height       : 30px;
  background   : #d6001a;
  color        : #fff;
  text-align   : center;
  border       : 0;
  border-radius: 5px;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>dl>dd {
  padding-left       : 35px;
  line-height        : 35px;
  background-position: left top 7px;
  background-repeat  : no-repeat;
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>dl>dd:nth-of-type(1) {
  background-image: url(../images/phone.png);
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>dl>dd:nth-of-type(2) {
  background-image: url(../images/msg.png);
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>dl>dd:nth-of-type(3) {
  background-image: url(../images/pos.png);
}

.mobile-foot .panel-primary>.panel-collapse>.list-group>.list-group-item>a>span {
  margin-left: 10px;
}

.mobile-foot img {
  width: auto !important;
}

.mobile-foot>.container {
  padding: 0;
}

.mobile-foot .panel-title>a {
  display: block;
}

.mobile-foot .panel-title>a:hover {
  color: #fff;
}

.mobile-foot .panel-body {
  padding: 0 !important;
}

#ups-banner {
  position: relative;
}

#ups-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

#ups-banner .swiper-slide img {
  width             : auto !important;
  max-width         : 100%;
  -webkit-transform : matrix(1.1, 0, 0, 1.1, 0, 0);
  -ms-transform     : matrix(1.1, 0, 0, 1.1, 0, 0);
  transform         : matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease 1.2s;
  -o-transition     : all 0.4s ease 1.2s;
  transition        : all 0.4s ease 1.2s;
}

#ups-banner .swiper-slide.swiper-slide-active img {
  -webkit-transform       : matrix(1, 0, 0, 1, 0, 0);
  -ms-transform           : matrix(1, 0, 0, 1, 0, 0);
  transform               : matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay     : 0.4s !important;
  transition-delay        : 0.4s !important;
  -webkit-transition      : all 3.0s ease;
  -o-transition           : all 3.0s ease;
  transition              : all 3.0s ease;
}

#ups-banner .swiper-pagination {
  text-align: center;
  bottom    : 30px;
}

#ups-banner .swiper-pagination .swiper-pagination-bullet {
  display         : inline-block;
  vertical-align  : middle;
  width           : 15px;
  height          : 15px;
  background-color: #fff;
  opacity         : 1;
  margin-left     : 13px;
  margin-right    : 13px;
}

#ups-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  
  border          : 1px solid #d6001a;
  background-color:#d6001a ;
}

#ups-banner .button-prev,
#ups-banner .button-next {
  -webkit-transition: 0.5s;
  -o-transition     : 0.5s;
  transition        : 0.5s;
  outline           : none;
  position          : absolute;
  width             : 140px;
  z-index           : 10;
  top               : 50%;
  -webkit-transform : translateY(-34px);
  -ms-transform     : translateY(-34px);
  transform         : translateY(-34px);
  cursor            : pointer;
}

#ups-banner .button-prev {
  left: 4vw;
}

#ups-banner .button-next {
  right: 4vw;
}

#ups-banner .button.disabled {
  opacity: 0.2;
  cursor : default;
}

#ups-banner #arrow-svg-home {
  -webkit-transform: translateY(353px);
  -ms-transform    : translateY(353px);
  transform        : translateY(353px);
}

#ups-banner .button-next #arrow-svg-home {
  -webkit-transform       : translateY(353px) rotateY(180deg);
  transform               : translateY(353px) rotateY(180deg);
  -webkit-transform-origin: 80px 0px 0px;
  -ms-transform-origin    : 80px 0px 0px;
  transform-origin        : 80px 0px 0px;
}

#ups-banner svg {
  -webkit-transition: 0.5s;
  -o-transition     : 0.5s;
  transition        : 0.5s;
}

#ups-banner .cls-1 {
  -webkit-transition      : 0.5s;
  -o-transition           : 0.5s;
  transition              : 0.5s;
  opacity                 : 0.4;
  -webkit-transform-origin: -20px 40px;
  -ms-transform-origin    : -20px 40px;
  transform-origin        : -20px 40px;
  opacity                 : 1;
}

#ups-banner .cls-4 {
  -webkit-transition      : 0.5s;
  -o-transition           : 0.5s;
  transition              : 0.5s;
  stroke-width            : 2px;
  stroke                  : #fff;
  fill                    : none;
  stroke-dasharray        : 1;
  stroke-dashoffset       : 1;
  opacity                 : 0.4;
  -webkit-transform-origin: 0px 0px 0px;
  -ms-transform-origin    : 0px 0px 0px;
  transform-origin        : 0px 0px 0px;
}

#ups-banner #arrow-trg {
  -webkit-transition: 0.5s;
  -o-transition     : 0.5s;
  transition        : 0.5s;
  fill              : #fff;
  -webkit-transform : rotateY(180deg) translate(-53px, 39px);
  transform         : rotateY(180deg) translate(-53px, 39px);
}

#ups-banner #line {
  -webkit-transition: 0.5s;
  -o-transition     : 0.5s;
  transition        : 0.5s;
  stroke            : #fff;
  -webkit-transform : translate(50px, 42px);
  -ms-transform     : translate(50px, 42px);
  transform         : translate(50px, 42px);
}

#ups-banner .button-prev:not(.disabled):hover svg {
  -webkit-transform: translateX(-25px);
  -ms-transform    : translateX(-25px);
  transform        : translateX(-25px);
}

#ups-banner .button-next:not(.disabled):hover svg {
  -webkit-transform: translateX(25px);
  -ms-transform    : translateX(25px);
  transform        : translateX(25px);
}

#ups-banner .button:not(.disabled):hover .cls-1 {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

#ups-banner .button:not(.disabled):hover .cls-4 {
  stroke-dasharray : 2px;
  stroke-dashoffset: 2px;
  opacity          : 1;
}

#ups-banner .button:not(.disabled):hover #arrow-trg {
  -webkit-transform: rotateY(180deg) translate(-37px, 39px);
  transform        : rotateY(180deg) translate(-37px, 39px);
}

#ups-banner .button:not(.disabled):hover #line {
  -webkit-transform: translate(35px, 42px) scaleX(0.33);
  -ms-transform    : translate(35px, 42px) scaleX(0.33);
  transform        : translate(35px, 42px) scaleX(0.33);
}

@media (max-width: 1419px) and (min-width: 1200px) {
  .header .navbar .container .nav-main .mainnav ul li {
    padding-left : 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .navbar .container .nav-main .mainnav ul li {
    padding-left : 5px;
    padding-right: 5px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header .navbar {
    position: relative;
  }

  .header .navbar-header {
    width     : 25%;
    margin-top: 0;
  }

  .header .navbar-r {
    width     : 70%;
    margin-top: 2%;
  }

  .header .navbar-r .navbar-right-top {
    border: 0;
  }

  .header .navbar-r .navbar-right-bottom {
    position: static;
  }

  .header .navbar-r .navbar-right-bottom .mainnav {
    display           : none;
    position          : absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
    background-color  : #fff;
    border            : 0;
    top               : 68px;
    width             : 100%;
    height            : auto;
    overflow          : visible;
    margin-top        : 0;
    padding-right     : 0;
    padding-left      : 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul {
    font-size: 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li {
    width           : 100%;
    float           : none;
    position        : relative;
    display         : block;
    border-bottom   : 0;
    background-color: #fff;
    border-top      : 1px solid #f1f1f1;
    text-align      : center;
    height          : auto;
    line-height     : 100%;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .one-title {
    width: 100%;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li::before,
  .header .navbar-r .navbar-right-bottom .mainnav ul li a .en {
    display: none !important;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .sub-nav {
    position  : static;
    overflow  : hidden;
    text-align: center;
    padding   : 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .sub-nav a {
    width      : 100%;
    float      : none;
    font-size  : 12px;
    line-height: 36px;
    height     : 36px;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li a {
    font-size  : 14px;
    color      : #4c4c4c;
    line-height: 100%;
    height     : auto;
    padding    : 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .one-title {
    position         : relative;
    padding          : 0;
    top              : auto;
    left             : auto;
    -webkit-transform: none;
    -ms-transform    : none;
    transform        : none;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .one-title a {
    display: block;
    color  : #4e5458;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li .one-title a .zh {
    font-size  : 2rem;
    height     : 50px;
    line-height: 50px;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul li.active .one-title,
  .header .navbar-r .navbar-right-bottom .mainnav ul li:hover .one-title {
    border: 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul .phsearchicon {
    /* display       : none !important; */
    height: 50px;
    width : 80%;
  }

  .header .navbar-r .navbar-right-bottom .mainnav ul .phsearchicon:after {
    width            : 10px;
    height           : 10px;
    transform        : rotate(135deg);
    -moz-transform   : rotate(135deg);
    -ms-transform    : rotate(135deg);
    -o-transform     : rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color     : #4e5458;
  }

  .header .navbar-r .navbar-right-bottom .mainnav .sub-nav {
    -webkit-box-shadow: none;
    box-shadow        : none;
    border-top        : 0;
    padding           : 20px;
  }

  .header .navbar-r .navbar-right-bottom .mainnav .sub-nav a {
    border: 0;
  }

  .header .navbar-r .navbar-right-bottom .mainnav .sub-nav a::before {
    display: none;
  }

  .header .navbar-r .navbar-right-bottom .navbar-qrcode {
    height: 100%;
  }

  .header .menu-handle {
    display: block;
    right  : 25px;
    top    : 10px;
  }

  .header::after {
    display: none;
  }

  .page.product_show .page_content_cc .cc1 .pic {
    width        : 100%;
    padding-right: 0;
  }

  .page.product_show .page_content_cc .cc1 .txt {
    position      : static;
    width         : 100%;
    padding-bottom: 6%;
  }
}

@media (max-width: 767px) {
  .header .navbar {
    position: relative;
    padding : 5px 15px;
  }

  .header .navbar .nav_box .nav-main .mainnav {
    display          : none;
    -webkit-transform: none;
    -ms-transform    : none;
    transform        : none;
    padding-left     : 0;
    padding-right    : 0;
  }

  .header .navbar .nav_box .nav-main .mainnav ul li {
    width         : 100%;
    text-align    : center;
    padding-top   : 10px;
    padding-bottom: 10px;
  }

  .header .navbar .nav_box .nav-main .mainnav ul li .sub-nav {
    position          : static;
    -webkit-box-shadow: none;
    box-shadow        : none;
    margin-top        : 15px;
  }

  .header .navbar-header {
    width     : 33.33%;
    margin-top: 0;
    margin-top: 2%;
  }

  .header .menu-handle {
    display: block;
    right  : 15px;
    top    : 5px;
  }

  .header::after {
    display: none;
  }

  .header .navbar .container .nav-main {
    overflow-y: scroll;
  }

  .header .navbar .container .nav-main .mainnav {
    display   : none;
    margin-top: 0;
  }

  .header .navbar .container {
    /* overflow: hidden; */
  }

  .header .navbar .container .nav-main .mainnav ul li {
    text-align: center;
  }

  .header .navbar .container .nav-main .mainnav ul li .sub-nav {
    position          : static;
    -webkit-box-shadow: none;
    box-shadow        : none;
    padding           : 5px;
    overflow          : hidden;
  }

  .header .navbar .container .nav-main .mainnav ul li .one-title a {
    font-size     : 1.8rem;
    padding-top   : 15px;
    padding-bottom: 15px;
  }

  .header .navbar .container .nav-main .mainnav ul li .sub-nav a {
    width        : 33.333%;
    float        : left;
    border-bottom: 0;
  }

  .bq .copy {
    text-align: center;
  }

  .bq .form {
    float: none;
  }

  .bq .form form {
    margin-left : auto;
    margin-right: auto;
    margin-top  : 15px;
  }

  .bq .share {
    float     : none;
    text-align: center;
    margin-top: 15px;
  }

  .main .m1 .m1_wrapper .pic,
  .main .m1 .m1_wrapper .txt {
    width: 100%;
  }

  .main .m1 .m1_wrapper .txt .txt_wrapper {
    width  : 100%;
    padding: 15px;
  }

  .main .m1 .m1_wrapper .txt .txt_wrapper .txt_title,
  .main .m2 h1,
  .main .m2 h2,
  .main .m_title h1,
  .main .m4 .m4_wrapper h1 {
    font-size: 2rem;
  }

  .main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li {
    float: left;
    width: 33.33% !important;
  }

  .main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li .item_box h1 {
    font-size: 2rem;
  }

  .main .m1 .m1_wrapper .txt .txt_wrapper .txt_history li .item_box p {
    font-size: 1.2rem;
  }

  .main .m5 .m_con ul li a .txt h1 {
    font-size: 1.8rem;
    max-height: 58px;
    height:  auto;
  }

  .main .m6 h1 {
    font-size: 2rem;
  }

  .main .m6 h2 {
    font-size: 2rem;
  }
  
  .mao{
    top: -126px;
}

  .path ul li a {
    padding-left : 15px;
    padding-right: 15px;
    line-height  : 200%;
  }

  .page.about .p1 .txt_history li {
    width: 50%;
  }

  .page.about .p1 .txt_history li .item_box h1 {
    font-size: 2.4rem;
  }

  .page.about .p2 ul li {
    margin-bottom: 30px;
  }

  .page.about .p3 .c_con .swiper-slide .s_con .txt h1 {
    font-size    : 2.4rem;
    margin-bottom: 5px;
  }

  .page.contact .p1 dl dd {
    padding-left : 0;
    padding-right: 0;
  }

  .page.contact .p1 dl dt .txt h1,
  .page.contact .p1 dl dd .txt h1 {
    margin-bottom: 15px;
    margin-top   : 15px;
  }

  .page.contact .p1 dl dt .txt,
  .page.contact .p1 dl dd .txt {
    padding-left: 0;
  }

  .page.contact .p1 dl dd .pic,
  .page.contact .p1 dl dd .txt {
    width: 100%;
  }

  .page.jzl2 .p1 .p1_wrapper .pic,
  .page.jzl2 .p1 .p1_wrapper .txt,
  .page.jzl4 .p1 .p1_wrapper .pic,
  .page.jzl4 .p1 .p1_wrapper .txt {
    width    : 100%;
    max-width: 100%;
  }

  .page.jzl2 .p2 ul li {
    margin-bottom: 30px;
  }
}

.box-flex {
  -moz-box-flex   : 1;
  -webkit-box-flex: 1;
  -o-box-flex     : 1;
  -ms-flex        : 1;
  box-flex        : 1;
}

.box-align-center {
  -webkit-box-align: center;
  -moz-box-align   : center;
  -o-box-align     : center;
  -ms-flex-align   : center;
  box-align        : center;
}

.display-box {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -o-box !important;
  display: -ms-flexbox !important;
  display: box !important;
}

.header-ss-pc {
  position      : relative;
  display       : inline-block;
  vertical-align: middle;
}

.header-ss-pc img {
  display: none;
  cursor : pointer;

}

.search-ss-pc {
  display         : none;
  position        : absolute;
  right           : 5px;
  top             : 50px;
  z-index         : 999;
  width           : 300px;
  background-color: #FFF;
  border-top      : 3px solid #d6001a;
  box-shadow      : 0 3px 10px #929292;
}

.search-ss-pc-form-div {
  width: 100%;
}

.search-ss-pc-text input {
  display         : block;
  width           : 100%;
  height          : 52px;
  background-color: #FFF;
  font-size       : 14px;
  border          : none;
  padding         : 0 15px;
}

.search-ss-pc-submit {
  padding-right: 13px;
}

.search-ss-pc-submit input {
  width           : 58px;
  height          : 32px;
  font-size       : 14px;
  color           : #FFF;
  background-color: #d6001a;
  border          : none;
  cursor          : pointer;
  transition      : all 0.15s linear;
}

.search-ss-pc-submit input:hover {
  background-color: #d6001a;
}

/* .header-ss-pc-bk {
  width              : 35px;
  height             : 35px;
  line-height        : 35px;
  text-align         : center;
  border-radius      : 3px;
  overflow           : hidden;
  background-color   : #17abd0;
  background-image   : url(../fonts/99255b5eb8434058975e0e217689bf7b.woff)
}

.video-box .i-voice-off {
  background-image: url(../fonts/c524d4d22d6a4010adda2330927a4b2f.woff)
}

.video-box .i-bofang {
  background-image: url(../fonts/87a8383b6fd949ff98315cebd72736fa.woff)
}

.video-box .i-zhanting {
  background-image: url(../fonts/60e3429fb8804ceea1b042da92bf0200.woff)
}

.video-box .i-quanping {
  background-image: url(../fonts/e0dc59a53d524fdfb4adcbf4b59b4523.woff)
}

.video-box .i-suoxiao {
  background-image: url(../fonts/b53510f590d94931acf5127617c4a2be.woff)
}

.video-bg {
  position  : absolute;
  height    : 100%;
  width     : 100%;
  background: #000;
  opacity   : .9
}

.video-div {
  background    : #000;
  font-size     : 0;
  letter-spacing: -1px;
  position      : absolute;
  height        : 100%;
  width         : 100%;
  top           : 0;
  left          : 0
}

.video-ui {
  position          : absolute;
  width             : 100%;
  height            : 41px;
  background-color  : rgba(0, 0, 0, .8);
  left              : 0;
  bottom            : 0;
  z-index           : 6;
  letter-spacing    : .25px;
  -webkit-transition: transform .3s ease;
  -o-transition     : transform .3s ease;
  -ms-transition    : transform .3s ease;
  -moz-transition   : transform .3s ease;
  transition        : transform .3s ease;
  -webkit-transform : translateY(0px);
  -o-transform      : translateY(0px);
  -ms-transform     : translateY(0px);
  -moz-transform    : translateY(0px);
  transform         : translateY(0px)
}

.video-loading-pulse {
  position               : absolute;
  width                  : 6px;
  height                 : 24px;
  top                    : 50%;
  left                   : 50%;
  background-color       : rgba(255, 255, 255, .2);
  -webkit-animation      : pulse 750ms infinite;
  animation              : pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay        : 250ms
}

.video-loading-pulse:before,
.video-loading-pulse:after {
  content          : '';
  position         : absolute;
  display          : block;
  height           : 16px;
  width            : 6px;
  background       : rgba(255, 255, 255, .2);
  top              : 50%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation        : pulse 750ms infinite
}

.video-loading-pulse:before {
  left: -12px
}

.video-loading-pulse:after {
  left                   : 12px;
  -webkit-animation-delay: 500ms;
  animation-delay        : 500ms
}

@keyframes pulse {
  50% {
    background: #fff
  }
}

.video-loading {
  opacity           : 1;
  color             : #2c97f6;
  font-size         : 0;
  overflow          : hidden;
  box-shadow        : 0 0 0 3600px #000;
  background        : #000;
  width             : 30px;
  height            : 30px;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  -ms-transition    : all .5s;
  -moz-transition   : all .5s;
  transition        : all .5s
}

.video-loading i {
  border-radius    : 50%;
  width            : 24px;
  height           : 24px;
  display          : block;
  border           : .25rem solid rgba(255, 255, 255, .2);
  border-top-color : #fff;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation     : adeg 1s infinite linear;
  -ms-animation    : adeg 1s infinite linear;
  -moz-animation   : adeg 1s infinite linear;
  animation        : adeg 1s infinite linear
}

.video-loading .i-loading:before {
  display   : none;
  opacity   : 0;
  visibility: hidden
}

.video-loading.yihuanchun {
  opacity: 0
}

@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg)
  }
}

.video-close {
  position         : absolute;
  top              : calc(52px + 2%);
  right            : 5%;
  width            : 30px;
  height           : 30px;
  cursor           : pointer;
  background       : url(../fonts/fcff9830e2834b04b7ee640c6da449af.woff);
  background-repeat: no-repeat
}

.video-bofang.f-czspjuzhong {
  z-index  : 2;
  font-size: 0
}

.video-bofang.f-czspjuzhong i {
  display           : block;
  border-radius     : 50%;
  text-align        : center;
  background-color  : rgba(0, 0, 0, .8);
  color             : #fff;
  width             : 60px;
  height            : 60px;
  cursor            : pointer;
  line-height       : 62px;
  font-size         : 66px;
  -webkit-transition: transform 1s;
  -o-transition     : transform 1s;
  -ms-transition    : transform 1s;
  -moz-transition   : transform 1s;
  transition        : transform 1s
}

.video-hide {
  z-index: 0 !important
}

.video-hide i {
  opacity          : 0;
  -webkit-transform: scale(3);
  -o-transform     : scale(3);
  -ms-transform    : scale(3);
  -moz-transform   : scale(3);
  transform        : scale(3);
  will-change      : transform, opacity;
  z-index          : 0
}

.video-progress {
  display           : block;
  position          : absolute;
  width             : 100%;
  bottom            : 36px;
  height            : 5px;
  cursor            : pointer;
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  -ms-transition    : all .3s ease;
  -moz-transition   : all .3s ease;
  transition        : all .3s ease;
  z-index           : 2
}

.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1
}

.video-tooltip-time {
  width             : 46px;
  position          : absolute;
  height            : 20px;
  z-index           : 5;
  left              : 0;
  right             : 0;
  bottom            : 8px;
  opacity           : 0;
  -webkit-transition: opacity .5s;
  -o-transition     : opacity .5s;
  -ms-transition    : opacity .5s;
  -moz-transition   : opacity .5s;
  transition        : opacity .5s
}

.video-tooltip-time .video-tinytip-content {
  margin-left: -23px
}

.video-tooltip-time .video-text {
  background   : rgba(0, 0, 0, .5);
  padding      : 2px;
  border-radius: 2px
}

.video-tinytip .video-tooltip-content {
  display    : inline-block;
  padding    : 0 4px;
  color      : rgba(255, 255, 255, .5);
  font-size  : 10px;
  line-height: 20px;
  text-align : center
}

.video-progress-padding {
  position: absolute;
  width   : 100%;
  height  : 16px;
  bottom  : 0;
  z-index : 40;
  cursor  : pointer
}

.video-progress-list {
  position         : relative;
  top              : -1px;
  z-index          : 39;
  width            : 100%;
  height           : 100%;
  background-color : rgba(255, 255, 255, .2);
  -webkit-transform: scaleY(.6);
  -ms-transform    : scaleY(.6);
  transform        : scaleY(.6);
  transition       : -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
  transition       : transform .1s cubic-bezier(.4, 0, 1, 1);
  transition       : transform .1s cubic-bezier(.4, 0, 1, 1), -webkit-transform .1s cubic-bezier(.4, 0, 1, 1)
}

.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 0;
  height  : 100%
}

.video-progress-buffer {
  z-index           : 33;
  background-color  : rgba(255, 255, 255, .4);
  -webkit-transition: all .3s ease;
  -o-transition     : all .3s ease;
  -ms-transition    : all .3s ease;
  -moz-transition   : all .3s ease;
  transition        : all .3s ease
}

.video-progress-hover {
  z-index           : 34;
  background-color  : rgba(255, 255, 255, .5);
  opacity           : 0;
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  -o-transition     : opacity .25s cubic-bezier(0, 0, .2, 1);
  -ms-transition    : opacity .25s cubic-bezier(0, 0, .2, 1);
  -moz-transition   : opacity .25s cubic-bezier(0, 0, .2, 1);
  transition        : opacity .25s cubic-bezier(0, 0, .2, 1)
}

.video-progress-play {
  z-index         : 35;
  background-color: #2c97f6
}

.video-progress-handle {
  width            : 13px;
  height           : 13px;
  position         : absolute;
  top              : 50%;
  right            : -6.5px;
  margin-top       : -6.5px;
  border-radius    : 50%;
  background-color : #2c97f6;
  -webkit-transform: scale(0);
  -ms-transform    : scale(0);
  transform        : scale(0);
  transition       : -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
  transition       : transform .1s cubic-bezier(.4, 0, 1, 1);
  transition       : transform .1s cubic-bezier(.4, 0, 1, 1), -webkit-transform .1s cubic-bezier(.4, 0, 1, 1)
}

.video-progress-padding:hover+.video-progress-list {
  -webkit-transform: scaleY(1);
  -ms-transform    : scaleY(1);
  transform        : scaleY(1)
}

.video-progress-padding:hover+.video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -ms-transform    : scale(1);
  transform        : scale(1)
}

.video-controls-buttons {
  position: absolute;
  bottom  : 0;
  left    : 0;
  height  : 36px;
  width   : 100%;
  padding : 0 10px;
  z-index : 3
}

.video-time-panel {
  font-size     : 12px;
  color         : #777;
  display       : inline-block;
  vertical-align: top;
  height        : 36px;
  padding       : 0 5px;
  line-height   : 36px;
  letter-spacing: .25px
}

.video-time-panel-current {
  color: #dededf
}

.video-fullscreen {
  float: right
}

.video-definition {
  float   : right;
  width   : 55px;
  height  : 36px;
  position: relative
}

.video-definition .video-button {
  width: 100%
}

.video-definition .video-button span {
  background: #fff;
  color     : #333;
  font-size : 14px;
  padding   : 2px 5px
}

.video-definition .video-tooltip-content {
  width      : 80px;
  left       : 50%;
  margin-left: -40px;
  display    : none;
  background : rgba(0, 0, 0, .5)
}

.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom  : 35px;
  color   : #aaa;
  display : block;
  z-index : 6
}

.video-menu .video-menu-item {
  display        : block;
  width          : 100%;
  line-height    : 36px;
  font-size      : 14px;
  text-align     : center;
  white-space    : nowrap;
  padding        : 0 12px;
  cursor         : pointer;
  position       : relative;
  height         : 38px;
  background     : -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px
}

.video-menu .video-menu-item:hover {
  color     : #fff;
  background: rgba(255, 255, 255, .12)
}

.video-menu .video-menu-item.video-active {
  color: #ff8f00
}

.video-volume {
  float   : right;
  position: relative
}

.video-popup .video-popup-content {
  transform: scaleY(0);
  bottom   : 41px;
  position : absolute
}

.video-popup .video-popup-content:after {
  content         : '';
  position        : absolute;
  bottom          : -10px;
  left            : 50%;
  margin-left     : -5px;
  border          : 5px solid transparent;
  border-top-color: rgba(0, 0, 0, .5)
}

.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform     : scaleY(1);
  -ms-transform    : scaleY(1);
  -moz-transform   : scaleY(1);
  transform        : scaleY(1)
}

.video-volume-slider {
  left      : 0;
  width     : 36px;
  height    : 100px;
  cursor    : pointer;
  background: rgba(0, 0, 0, .8)
}

.video-tinytip-tiao {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%
}

.video-volume-range {
  position        : absolute;
  left            : 16px;
  top             : 10px;
  width           : 4px;
  height          : 80px;
  background-color: rgba(0, 0, 0, .2)
}

.video-volume-range-current {
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 100%;
  height          : 50%;
  background-color: #2c97f6
}

.video-volume-handle {
  position        : absolute;
  top             : 0;
  left            : -4px;
  width           : 12px;
  height          : 3px;
  background-color: #fff
}

@media(max-width:998px) {
  .video-box .video-container {
    width     : 80vw;
    max-height: 80vh;
    min-height: 44.9vw
  }
  .header .navbar .container .navbar-r::before{display:none;}
  .header .navbar .container .navbar-r{margin-right:30px;}
  .main .m_title{margin-top:30px;}
  .page.news .p1 ul li a .txt h1 {
    height: auto;
  }
}

@media(max-width:468px) {
  .video-box .video-container {
    width     : 100vw;
    min-height: 54.9vw
  }

  .video-loading i {
    font-size: 26px
  }

  .video-definition {
    display: none
  }
}

.f-czspjuzhong {
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform     : translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  -moz-transform   : translate(-50%, -50%);
  transform        : translate(-50%, -50%)
}
@media screen ad*/
@media (max-width:1200px){
  .header .navbar .container .navbar-r::before{display:none;}
.header .navbar .container .nav-main .mainnav{display:none;}
  .header .navbar .container .navbar-r{margin-right:30px;}
  .login .login_wrapper .login_box{padding-bottom:0
  }
  .login .login_wrapper .login_b_box{padding:20px 40px;}
  .login .login_wrapper .login_box form button{margin-bottom:20px;}
  .login .login_wrapper .login_box form .reg{padding:10px;}
  .main .m3{padding-top:80px;}
  .main .m2 ul{position:initial;width:100vw;overflow:hidden;margin-left:-15px;display:flex;flex-wrap;}
  .main .m2 ul li a{font-size:12px;word-break: break-all;padding-left:  5px;padding-right:  5px;}
  #ups-banner .swiper-pagination{bottom:10px;}
  #ups-banner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px}
 .main .m2 .container{padding-bottom:0}
 .main .m1 .m1_wrapper .txt .txt_wrapper .txt_history{display:flex;flex-wrap:wrap;}
 .main .m5{padding-top:40px;padding-bottom:40px}
 .main .m5 ul li{margin-bottom:15px;padding-left:  0;padding-right:  0;}
 .main .m5 ul li:last-child{margin-bottom:0;}
 .header-ss-pc{position:initial;}
 .search-ss-pc {
  display         : none;
  position        : absolute;
  left: 3%;
  top: 58px;
  z-index         : 999;
  width: 95%;
  background-color: #FFF;
  border-top      : 3px solid #d6001a;
  box-shadow      : 0 3px 10px #929292;
}
.form-horizontal .form-group{display:flex;align-items:center;}
.reg .login_wrapper .login_con{padding:20px 15px;box-sizing:border-top;overflow:hidden;}
.reg .login_wrapper .login_con .login_box form .form-group label{width:143px;box-sizing;padding:0;margin:0;padding-left:15px;}
.form-horizontal .form-group .col-sm-9{width:calc(100% - -27px);}
}

