﻿em,
i {
  font-weight: normal;
  font-style: normal;
}
div:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
#header_top {
  width: 100%;
  height: 28px;
  overflow: hidden;
  background: url("../images/header_top.jpg") no-repeat top center;
  line-height: 28px;
}
#header_top .header_Welcome {
  float: left;
  width: 80%;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 28px;
}
#header_top .header_Collection {
  width: 20%;
  float: right;
  line-height: 28px;
  text-align: center;
}
#header_top .header_Collection a {
  display: inline-block;
  color: #fefefe;
  background: url("../images/header_icon.jpg") no-repeat right center;
  padding: 0 16px;
  font-size: 12px;
  line-height: 28px;
}
#header_top .header_Collection a:last-child {
  background: none;
}
#header {
  min-height: 60px;
}
#header .logo {
  float: left;
}
#header .phone {
  margin-top: 30px;
  float: right;
  width: 35%;
    padding-left: 135px;
    line-height: 50px;
    height: 50px;
  background: url("../images/phone.png") no-repeat left center;
}
#banner .owl-theme .owl-controls .owl-dots{
  bottom: 7%;
}
#header .phone .header_server {
  position: relative;
  margin-top: -4px;
  line-height: 20px;
  font-size: 14px;
  color: #232323;
}
#header .phone .header_phone {
  line-height: 30px;
  color: #d30000;
  font-weight: bold;
  font-size: 32px;
  font-style: italic;
}
#header .menu_icon {
  background: #1c59b5;
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  top: 50%;
  margin-top: -17px;
  line-height: 32px;
  text-align: center;
  right: 0;
  width: 12%;
  border-radius: 4px 0 0 4px;
}
#nav {
  background: #1c59b5;
  position: relative;
}
#nav .nac_top {
  float: left;
  width: 88%;
}
#nav .nac_top .menu .nLi {
  width: 14.28571429%;
}
#nav .nac_top .menu .nLi h3 {
  padding: 10px 0;
}
#nav .nac_top .menu .nLi h3 a {
  line-height: 40px;
  color: #ffffff;
}
#nav .nac_top .menu .on h3 a {
  background: #fff;
  color: #1c59b5;
  border-radius: 15px;
}
#nav .nav_icon {
  position: relative;
  float: right;
  width: 12%;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
}
#nav .nav_icon a {
  display: inline-block;
  padding: 0 14%;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
}
#nav .nav_icon .search_bg {
  display: none;
  position: absolute;
  right: 20px;
  top: 60px;
  width: 306px;
  box-sizing: border-box;
  padding: 11px 15px 0;
  background: url("../images/search_bg.png") repeat top center;
  z-index: 40;
}
#nav .nav_icon .search_bg .top form input {
  color: #313131;
  font-size: 12px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
}
#nav .nav_icon .search_bg .top form input:focus {
  outline: none;
}
#nav .nav_icon .search_bg .top form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #313131;
  font-size: 12px;
}
#nav .nav_icon .search_bg .top form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #313131;
  font-size: 12px;
}
#nav .nav_icon .search_bg .top form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #313131;
  font-size: 12px;
}
#nav .nav_icon .search_bg .top form input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #313131;
  font-size: 12px;
}
#nav .nav_icon .search_bg .top form .search_text {
  width: 220px;
  float: left;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
#nav .nav_icon .search_bg .top form .header_search {
  width: 55px;
  height: 40px;
  border: none;
  background: url("../images/header_search.jpg") no-repeat center;
}
#nav .nav_icon .search_bg .text {
  text-align: center;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 22px;
  padding: 6px 0;
}
#nav_sub_menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 40;
  display: none;
}
#nav_sub_menu ul li {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
  background: url("../images/sub_menu.png") repeat top center;
  border-bottom: 4px solid #497ac3
  /*display: none;*/
}
#nav_sub_menu ul li .header_pic {
  background: #fbfbfa;
  width: 204px;
  float: right;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 3px;
}
#nav_sub_menu ul li .text {
  width: 424px;
  float: right;
  margin-top: 4px;
  margin-right: 20px;
}
#nav_sub_menu ul li .text h2 {
  font-size: 16px;
  font-weight: bold;
  color: #050505;
  padding-bottom: 14px;
  background: url("../images/header_sub_icon_h2_bg.jpg") repeat-x bottom center;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#nav_sub_menu ul li .text .list_text {
  margin-top: 7px;
  color: #767676;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#nav_sub_menu ul li .text .more {
  margin-top: 12px;
}
#nav_sub_menu ul li .text .more a {
  line-height: 16px;
  font-size: 12px;
  color: #d8343f;
}
#nav_sub_menu ul li .list_about {
  margin-top: 5px;
  width: 220px;
  float: right;
  margin-right: 18px;
}
#nav_sub_menu ul li .list_about a {
  float: left;
  width: 50%;
  margin-bottom: 22px;
  display: block;
  line-height: 15px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url("../images/list_about_icon.jpg") no-repeat left center;
}
#nav_sub_menu ul li .list_about a:hover {
  color: #ff0036;
}
#nav_sub_menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 40;
  display: none;
}
#nav_sub_menu .tab-pal ul li {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
  background: url("../images/sub_menu.png") repeat top center;
  border-bottom: 4px solid #497ac3
  /*display: none;*/
}
#nav_sub_menu .tab-pal ul li .header_pic {
  background: #fbfbfa;
  width: 204px;
  float: right;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 3px;
}
#nav_sub_menu .tab-pal ul li .text {
  width: 424px;
  float: right;
  margin-top: 4px;
  margin-right: 20px;
}
#nav_sub_menu .tab-pal ul li .text h2 {
  font-size: 16px;
  font-weight: bold;
  color: #050505;
  padding-bottom: 14px;
  background: url("../images/header_sub_icon_h2_bg.jpg") repeat-x bottom center;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#nav_sub_menu .tab-pal ul li .text .list_text {
  margin-top: 7px;
  color: #767676;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#nav_sub_menu .tab-pal ul li .text .more {
  margin-top: 12px;
}
#nav_sub_menu .tab-pal ul li .text .more a {
  line-height: 16px;
  font-size: 12px;
  color: #d8343f;
}
#nav_sub_menu .tab-pal ul li .list_about {
  margin-top: 5px;
  width: 220px;
  float: right;
  margin-right: 18px;
}
#nav_sub_menu .tab-pal ul li .list_about a {
  float: left;
  width: 50%;
  margin-bottom: 22px;
  display: block;
  line-height: 15px;
  padding-left: 22px;
  background: url("../images/list_about_icon.jpg") no-repeat left center;
}
#nav_sub_menu .tab-pal ul li .list_about a:hover {
  color: #ff0036;
}
#nav_sub_menu ul li {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
  background: url("../images/sub_menu.png") repeat top center;
  border-bottom: 4px solid #497ac3
  /*display: none;*/
}
#nav_sub_menu ul li .header_pic {
  background: #fbfbfa;
  width: 204px;
  float: right;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 3px;
}
#nav_sub_menu ul li .text {
  width: 424px;
  float: right;
  margin-top: 4px;
  margin-right: 20px;
}
#nav_sub_menu ul li .text h2 {
  font-size: 16px;
  font-weight: bold;
  color: #050505;
  padding-bottom: 14px;
  background: url("../images/header_sub_icon_h2_bg.jpg") repeat-x bottom center;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#nav_sub_menu ul li .text .list_text {
  margin-top: 7px;
  color: #767676;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#nav_sub_menu ul li .text .more {
  margin-top: 12px;
}
#nav_sub_menu ul li .text .more a {
  line-height: 16px;
  font-size: 12px;
  color: #d8343f;
}
#nav_sub_menu ul li .list_about {
  margin-top: 5px;
  width: 220px;
  float: right;
  margin-right: 18px;
}
#nav_sub_menu ul li .list_about a {
  float: left;
  width: 50%;
  margin-bottom: 22px;
  display: block;
  line-height: 15px;
  padding-left: 22px;
  background: url("../images/list_about_icon.jpg") no-repeat left center;
}
#nav_sub_menu ul li .list_about a:hover {
  color: #ff0036;
}
#wap_nav .swiper-container {
  width: 100%;
  height: 36px;
}
#wap_nav .swiper-container .swiper-wrapper .swiper-slide {
  background: #1c59b5;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 25%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#wap_nav .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
}
#wap_nav {
  background: #1c59b5;
}
#wap_nav .swiper-container {
  width: 100%;
  height: 36px;
}
#wap_nav .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 25%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#wap_nav .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
}
#banner #owl-demo,
#banner #owl-demo .owl-wrapper-outer,
#banner #owl-demo .owl-wrapper,
#banner #owl-demo .owl-item,
#banner {
  height: 550px;
}
.box_title {
  text-align: center;
}
.box_title .english {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  line-height: 36px;
}
.box_title .china {
  margin-top: 6px;
  line-height: 40px;
  text-align: center;
}
.box_title .china em {
  display: inline-block;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.box_title .china i {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
  background: url("../images/title_icon_1.jpg") no-repeat left center;
}
#Choose {
  margin-top: 44px;
  margin-bottom: 60px;
}
#Choose .inner {
  margin-top: 34px;
}
#Choose .inner ul li {
  text-align: center;
  width:16%; margin:0 0.3%;
  float: left;
}
#Choose .inner ul li a {
  display: block;
}
#Choose .inner ul li a .icon .icon_mo {
  display: none;
}
#Choose .inner ul li a .text {
  margin-top: 24px;
  text-align: center;
  line-height: 24px;
  color: #000000;
  font-size: 14px;
}
#Choose .inner ul li a:hover .icon_x {
  display: none;
}
#Choose .inner ul li a:hover .icon_mo {
  display: block;
}
#Choose .inner ul li a:hover .text {
  color: #d30000;
}
#product {
  padding-top: 48px;
  padding-bottom: 60px;
  background: url("../images/product_bg.jpg") no-repeat top center;
}
#product .box_title .china {
  margin-top: 0;
}
#product .box_title .china em {
  padding-right: 4px;
}
#product .inner {
  margin-top: 40px;
}
#product .inner ul {
  margin: 0 -17px;
}
#product .inner ul li {
  padding: 0 17px;
  margin-bottom: 40px;
}
#product .inner ul li a {
  position: relative;
  display: block;
}
#product .inner ul li a .date {
  box-sizing: border-box;
  padding-top: 12px;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #333333;
  color: #fff;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 10;
}
#product .inner ul li a .date em {
  display: block;
  line-height: 24px;
  font-size: 24px;
}
#product .inner ul li a .date i {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  display: block;
}
#product .inner ul li a .pic {
  overflow: hidden;
  position: relative;
}
#product .inner ul li a .pic img {
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
#product .inner ul li a .text {
  padding: 0 20px 26px;
  border-bottom: 5px solid #cccccc;
  background: #333333;
}
#product .inner ul li a .text .list_title {
  padding-top: 6px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .inner ul li a .text .list_text {
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#product .inner ul li a:hover .pic img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
#product .inner ul li a:hover .text .list_title {
  text-decoration: underline;
}
#product .inner .more a {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 48px;
  background: #1c59b5;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}
#about {
  padding-top: 46px;
  padding-bottom: 60px;
}
#about .box_title .china em {
  padding-right: 4px;
}
#about .inner {
  padding-top: 30px;
  margin: 0 -15px;
}
#about .inner .list_icon {
  width: 47%;
  float: left;
  padding: 0;
}
#about .inner .list_icon ul li {
  padding: 0;
  width: 33.3%;
  float: left;
}
#about .inner .list_icon ul li a {
  display: block;
}
#about .inner .list_icon ul li a .list_text {
  box-sizing: border-box;
  padding-top: 42px;
  padding-bottom: 30px;
  text-align: center;
}
#about .inner .list_icon ul li a .list_text .Number {
  color: #b1b1b1;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  position: relative;
}
#about .inner .list_icon ul li a .list_text .Number em {
  display: inline;
  color: #b1b1b1;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  position: relative;
}
#about .inner .list_icon ul li a .list_text .Number em:after {
  content: "";
  background: #b3b3b3;
  height: 3px;
  width: 14px;
  left: 50px;
  margin-left: -22px;
  bottom: 50%;
  margin-bottom: -3px;
  position: absolute;
  z-index: 4;
}
#about .inner .list_icon ul li a .list_text .Number em:before {
  content: "";
  background: #b3b3b3;
  height: 3px;
  width: 14px;
  right: 50px;
  margin-right: -18px;
  bottom: 50%;
  margin-bottom: -3px;
  position: absolute;
  z-index: 4;
}
#about .inner .list_icon ul li a .list_text .name {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
#about .inner .list_icon ul li a .list_text .name_english {
  font-size: 16px;
  color: #b1b1b1;
  text-transform: capitalize;
}
#about .inner .text {
  width: 49%;
  float: right;
}
#about .inner .text h2 {
  line-height: 48px;
  color: #d30000;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#about .inner .text .list_text {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#about .inner .text .more {
  margin-top: 30px;
  text-align: center;
  width: 166px;
  background: #1c59b5;
  border-radius: 30px;
}
#about .inner .text .more a {
  display: block;
  font-size: 14px;
  color: #fdfdfd;
  line-height: 38px;
}
#Partners {
  padding-top: 60px;
  padding-bottom: 77px;
  background: url("../images/Partners_bg.jpg") no-repeat top center;
}
#Partners .box_title .china em {
  padding-right: 4px;
}
#Partners .inner {
  padding-top: 30px;
  width: 97%;
  margin: 0 auto;
}
#Partners .inner ul {
  margin-bottom: 52px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
#Partners .inner ul li {
  box-sizing: border-box;
  width: 25%;
  float: left;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#Partners .inner ul li a {
  height: 172px;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#Partners .inner ul li a img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#Partners .inner .more {
  margin: 0 auto;
  width: 166px;
  background: #1c59b5;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
}
#Partners .inner .more a {
  display: block;
  color: #fdfdfd;
  font-size: 14px;
  line-height: 36px;
}
#news {
  padding-top: 50px;
  padding-bottom: 44px;
}
#news .box_title .china em {
  padding-right: 4px;
}
#news .inner {
  margin-top: 38px;
}
#news .inner ul li {
  margin-bottom: 54px;
}
#news .inner ul li a {
  display: block;
}
#news .inner ul li a .pic {
  width: 33%;
  float: left;
  box-shadow: 10px 10px 0 #f1f1f1;
}
#news .inner ul li a .text {
  width: 61%;
  float: right;
}
#news .inner ul li a .text h2 {
  font-weight: bold;
  position: relative;
  margin-top: -4px;
  color: #4e4e4f;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner ul li a .text .list_text {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #636363;
  line-height: 24px;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .inner ul li a .text .list_date {
  line-height: 24px;
  padding-left: 20px;
  background: url("../images/news_time.jpg") no-repeat left center;
  color: #9f9f9f;
  font-size: 12px;
}
#news .inner .more {
  margin: 0 auto;
  width: 166px;
  background: #1c59b5;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
}
#news .inner .more a {
  display: block;
  color: #fdfdfd;
  font-size: 14px;
  line-height: 36px;
}
#pc_footer {
  background: #f6f6f6;
}
#pc_footer .inner {
  padding-bottom: 44px;
}
#pc_footer .footer_logo {
  margin-top: 20px;
  width: 180px;
  float: left;
  margin-right: 50px;
  background: url("../images/fotter_logo_icon.png") no-repeat right center;
}
#pc_footer .footer_code {
  width: 468px;
  float: left;
  margin-top: 40px;
}
#pc_footer .footer_code .code {
  width: 234px;
  float: left;
}
#pc_footer .footer_code .code .pic {
  float: left;
  width: 90px;
  margin-right: 14px;
}
#pc_footer .footer_code .code .text {
  width: 127px;
  float: left;
}
#pc_footer .footer_code .code .text .title {
  color: #2f2f2f;
  line-height: 24px;
  font-size: 18px;
}
#pc_footer .footer_code .code .text .list_text {
  color: #2f2f2f;
  line-height: 20px;
  font-size: 14px;
}
#pc_footer .footer_Address {
  width: 236px;
  float: left;
  margin-top: 38px;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 20px;
}
#pc_footer .footer_Address span {
  display: inline-block;
  padding: 9px 0;
}
#pc_footer .footer_list_text {
  width: 232px;
  margin-top: 38px;
  float: left;
}
#pc_footer .footer_list_text ul li a {
  display: block;
  color: #2f2f2f;
  line-height: 24px;
  font-size: 14px;
  background: url("../images/footer_icon.jpg") no-repeat left center;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .copyright {
  background: #282828;
}
#footer .copyright .top {
  top: 8px;
  width: 24px;
  height: 24px;
}
#footer .copyright .top img {
  top: 3px;
}
#footer .copyright .top:before {
  height: 24px;
  width: 24px;
  background: none;
  border: 1px solid #100e0e;
}
#footer .copyright .footer_nav {
  margin: 0;
  display: block;
  background: url("../images/footer_nav-_bg.png") no-repeat bottom center;
  padding-bottom: 36px;
  padding-top: 22px;
}
#footer .copyright .footer_nav ul {
  display: inline-block;
}
#footer .copyright .footer_nav ul li a {
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px;
}
#footer .copyright .copyright_con {
  margin-top: 6px;
  font-size: 14px;
  color: #dadbdb;
  line-height: 18px;
}
#footer .copyright .copyright_con a {
  color: #dadbdb;
  font-size: 14px;
}
.wap_footer {
  background: #282828;
}
.wap_search_input {
  background: #282828;
}
.wap_menu {
  background: #1c59b5;
}
#crumb {
  position: absolute;
  bottom: 0;
  line-height: 38px;
  width: 100%;
  background: url("../images/crumb_bg.png") repeat top center;
  left: 0;
  z-index: 20;
}
#crumb .crumb {
  height: 38px;
}
#crumb .crumb span {
  font-size: 12px;
  line-height: 38px;
  color: #dfdfdf;
  float: right;
  padding-left: 30px;
  display: inline-block;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
#content {
  margin-bottom: 40px;
}
#content ._aside {
  position: relative;
  margin-top: -132px;
  z-index: 30;
  width: 22%;
  float: left;
}
#content ._aside h2 {
  padding: 44px 0 32px;
  text-align: center;
  background: url("../images/_aside_h2.jpg") no-repeat top center #c72830;
}
#content ._aside h2 .english {
  display: block;
  color: #d6d6d6;
  font-size: 22px;
  line-height: 20px;
  font-family: Arial;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content ._aside h2 .china {
  display: block;
  line-height: 36px;
  color: #ffffff;
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content ._aside .sidemenu {
  background: #f8f8f8;
  padding: 50px 15px 6px;
}
#content ._aside .sidemenu .sub1 {
  margin-bottom: 30px;
}
#content ._aside .sidemenu .sub1 a {
  text-align: center;
  line-height: 36px;
  border-radius: 15px;
  color: #2a2d30;
  font-size: 14px;
  background: #e0dede;
}
#content ._aside .sidemenu .sub1 a:hover {
  background: #c72830;
  color: #ffffff;
}
#content ._aside .sidemenu .current a {
  text-decoration: none;
  background: #c72830;
  color: #ffffff;
}
#content .main {
  width: 74%;
  float: right;
}
#content .main .article {
  padding-top: 66px;
  margin-bottom: 46px
  /*当前页的样式*/
  /*分页块默认样式*/
}
#content .main .article .list_case ul {
  margin: 0 -7.5px;
}
#content .main .article .list_case ul li {
  margin-bottom: 26px;
  padding: 0 7.5px;
}
#content .main .article .list_case ul li a {
  box-sizing: border-box;
  display: block;
  padding: 8px;
  border: 1px solid #f0f0f0;
}
#content .main .article .list_case ul li a .pic {
  position: relative;
  overflow: hidden;
}
#content .main .article .list_case ul li a .pic img {
  max-width: 100%;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
#content .main .article .list_case ul li a .text {
  margin-top: 6px;
  padding: 18px 0;
  text-align: center;
  line-height: 18px;
  color: #000000;
  font-size: 16px;
}
#content .main .article .list_case ul li a:hover .pic img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
#content .main .article .list_news ul li {
  margin-bottom: 24px;
}
#content .main .article .list_news ul li a {
  background: #f9f9f9;
  display: block;
  padding: 18px;
}
#content .main .article .list_news ul li a .pic {
  width: 29%;
  float: left;
}
#content .main .article .list_news ul li a .text {
  width: 68%;
  float: right;
}
#content .main .article .list_news ul li a .text h2 {
  margin-top: 4px;
  line-height: 32px;
  color: #47474a;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news ul li a .text .list_news_text {
  color: #727273;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
#content .main .article .list_news ul li a .text .bottom {
  margin-top: 30px;
}
#content .main .article .list_news ul li a .text .bottom .date {
  padding-left: 26px;
  background: url("../images/list_news_icon.png") no-repeat left center;
  max-width: 50%;
  float: left;
  color: #8e9093;
  font-size: 14px;
  line-height: 26px;
}
#content .main .article .list_news ul li a .text .bottom .more {
  text-align: center;
  width: 100px;
  float: right;
  line-height: 26px;
  color: #ffffff;
  font-size: 12px;
  background: #bb2b2f;
  border-radius: 8px;
}
#content .main .article .list_news ul li a:hover {
  background: #fcfcfc;
}
#content .main .article .list_news ul li a:hover .text h2 {
  color: #c72830;
}
#content .main .article .news_detail .title h3 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}
#content .main .article .news_detail .title .box div {
  font-size: 12px;
  line-height: 24px;
  color: #303030;
}
#content .main .article .news_detail .title .box a {
  font-size: 12px;
  line-height: 24px;
  color: #303030;
}
#content .main .article .news_detail .title .box .news_text {
  text-align: center;
  float: left;
}
#content .main .article .news_detail .news_detail_content {
  margin-top: 24px;
  margin-bottom: 15px;
}
#content .main .article .list_page ul {
  margin: 0 -5px;
}
#content .main .article .list_page ul li {
  margin-bottom: 26px;
  padding: 0 5px;
}
#content .main .article .list_page ul li a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #f3f3f3;
  padding: 6px;
}
#content .main .article .list_page ul li a .pic {
  text-align: center;
  overflow: hidden;
}
#content .main .article .list_page ul li a .pic img {
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
#content .main .article .list_page ul li a .text {
  text-align: center;
  padding: 20px 0 18px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
#content .main .article .list_page ul li a:hover .pic img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
#content .main .article .list-img ul {
  margin: 0 -14px;
}
#content .main .article .list-img ul li {
  text-align: center;
  padding: 0 14px;
  margin-bottom: 26px;
}
#content .main .article .list-img ul li a {
  border-bottom: 4px solid #cecece;
  background: #333333;
  padding-bottom: 13px;
  display: block;
}
#content .main .article .list-img ul li a .text_title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 4px 15px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  white-space: nowrap;
}
#content .main .article .list-img ul li a .text_area {
  box-sizing: border-box;
  text-align: left;
  padding: 0 15px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .main .article .list-img ul li a .img_area {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border: 1px solid #d1d1d1;
  position: relative;
}
#content .main .article .list-img ul li a .img_area img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#content .main .article .list-img ul li a:hover .text_title {
  text-decoration: underline;
}
#content .main .article .product_detail2 {
  /*产品详情页样式*/
}
#content .main .article .product_detail2 .product_detail2_images {
  padding-top: 0px;
  text-align: center;
  position: relative;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left {
  overflow: hidden;
  position: relative;
  width: 49%;
  box-sizing: border-box;
  padding: 12px;
  float: left;
  border: 1px solid #dddddd;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .bigImg {
  height: 310px;
  position: relative;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .bigImg li {
  position: relative;
  width: 100%;
  height: 300px;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .bigImg li img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll {
  height: 90px;
  position: relative;
  width: 100%;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .smallImg {
  padding-top: 6px;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .smallImg ul li {
  padding: 0 4px;
  width: 90px;
  height: 78px;
  float: left;
  cursor: pointer;
  display: inline;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .smallImg ul li img {
  width: 90px;
  height: 78px;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .smallImg ul .on img {
  border-color: #1e50a2;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .sPrev,
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .sNext {
  display: block;
  position: absolute;
  top: 50%;
  height: 74px;
  margin-top: -38px;
  width: 20px;
  z-index: 30;
  background-color: #c72830;
  background-position: center;
  background-repeat: no-repeat;
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .sPrev {
  left: 0;
  background-image: url("../images/sPrev.jpg");
}
#content .main .article .product_detail2 .product_detail2_images .picScroll-left .game163 .smallScroll .sNext {
  right: 0;
  background-image: url("../images/sNext.jpg");
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text {
  text-align: left;
  width: 45%;
  float: right;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2 {
  padding-left: 5px;
  position: relative;
  color: #6e6e6e;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: 132px;
  background: #be0106;
  height: 1px;
  z-index: 10;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #cfcfcf;
  height: 1px;
  z-index: 8;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text .text {
  padding-left: 5px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 36px;
  color: #3d3d3d;
  height: 292px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text .more {
  margin-top: 20px;
  text-align: center;
  width: 150px;
  border-radius: 10px;
  background: #c72830;
}
#content .main .article .product_detail2 .product_detail2_images .product_detail2_text .more a {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
#content .main .article .product_detail2 .product_detail_content {
  margin-top: 60px;
  margin-bottom: 20px;
}
#content .main .article .product_detail2 .product_detail_content h2 {
  border-bottom: 1px solid #dbdbdb;
}
#content .main .article .product_detail2 .product_detail_content h2 span {
  box-sizing: border-box;
  padding-top: 6px;
  background: #c72830;
  line-height: 38px;
  width: 146px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
#content .main .article .product_detail2 .Share,
#content .main .article .product_detail .Share,
#content .main .article .news_detail .Share {
  margin-top: 50px;
}
#content .main .article .product_detail2 .pageTurning,
#content .main .article .product_detail .pageTurning,
#content .main .article .news_detail .pageTurning {
  margin-top: 15px;
  padding-top: 35px;
  border-top: 1px dashed #cccccc;
}
#content .main .article .product_detail2 .pageTurning .prevs,
#content .main .article .product_detail .pageTurning .prevs,
#content .main .article .news_detail .pageTurning .prevs,
#content .main .article .product_detail2 .pageTurning .nexts,
#content .main .article .product_detail .pageTurning .nexts,
#content .main .article .news_detail .pageTurning .nexts {
  background: none;
  color: #555555;
  font-size: 14px;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .product_detail2 .pageTurning .prevs a,
#content .main .article .product_detail .pageTurning .prevs a,
#content .main .article .news_detail .pageTurning .prevs a,
#content .main .article .product_detail2 .pageTurning .nexts a,
#content .main .article .product_detail .pageTurning .nexts a,
#content .main .article .news_detail .pageTurning .nexts a {
  font-size: 14px;
  color: #555555;
}
#content .main .article .product_detail2 .pageTurning .prevs,
#content .main .article .product_detail .pageTurning .prevs,
#content .main .article .news_detail .pageTurning .prevs {
  margin-bottom: 0;
  float: left;
}
#content .main .article .product_detail2 .pageTurning .nexts,
#content .main .article .product_detail .pageTurning .nexts,
#content .main .article .news_detail .pageTurning .nexts {
  float: right;
}
#content .main .article .feedback-form .title {
  padding: 15px;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#content .main .article .feedback-form .form-group .sure,
#content .main .article .feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#content .main .article .feedback-form .form-group .sure {
  background: #df0024;
}
#content .main .article .feedback-form .form-group .more {
  background: #dfa800;
}
@media (max-width: 640px) {
  #content .main .article .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#content .main .article .page_box {
  text-align: center;
  display: block;
}
#content .main .article .pagination > .active > a,
#content .main .article .pagination > .active > span,
#content .main .article .pagination > .active > a:hover,
#content .main .article .pagination > .active > span:hover,
#content .main .article .pagination > .active > a:focus,
#content .main .article .pagination > .active > span:focus {
  background: #808080;
  color: #ffffe6;
  border: none;
  font-weight: bold;
}
#content .main .article .pagination > li > a,
#content .main .article .pagination > li > span {
  color: #808080;
  border: none;
  padding: 6px 10px;
}
#content .main .article .pagination > li > a:hover,
#content .main .article .pagination > li > span:hover {
  color: #808080;
  background: none;
}
@media all and (max-width: 998px) {
  #header .logo {
    max-height: 66px;
    float: none;
    width: 100%;
  }
  #header .logo img {
    max-height: 66px;
  }
}
@media all and (max-width: 640px) {
  #header {
    padding: 0 15px;
  }
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 216px;
  }
  .box_title {
    padding: 0 15px;
    text-align: center;
  }
  .box_title .english {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
  .box_title .china {
    margin-top: 0px;
    line-height: 24px;
    text-align: center;
  }
  .box_title .china em {
    max-width: 50%;
      /*float: left;*/
    display: inline-block;
    line-height: 27px;
    font-size: 16px;
  }
  .box_title .china i {
    text-align: left;
    max-width: 80%;
    float: left;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    background: url(../images/title_icon_1.jpg) no-repeat 8px 10px;
    background-size: auto 33%;
  }
  #Choose {
    margin-top: 24px;
    margin-bottom: 15px;
  }
  #Choose .inner {
    padding: 0 15px;
  }
  #Choose .inner ul li {
    box-sizing: border-box;
    width: 33%;
    padding: 0 1%;
    margin-bottom: 15px; margin-left:0; margin-right:0
  }
  #Choose .inner ul li a .text {
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  #product {
    padding-top: 32px;
    padding-bottom: 26px;
    background: url("../images/wap_product_bg.jpg") no-repeat top center;
    background-size: 100% 100%;
  }
  #product .box_title .china i {
    background: url(../images/title_icon_1.jpg) no-repeat 8px 10px;
    background-size: auto 16%;
  }
  #product .inner {
    margin-top: 15px;
    padding: 0 15px;
  }
  #product .inner ul {
    margin: 0 -7.5px;
  }
  #product .inner ul li {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
  #product .inner ul li a .date {
    padding-top: 6px;
    width: 42px;
    height: 42px;
  }
  #product .inner ul li a .date em {
    font-size: 14px;
    line-height: 14px;
  }
  #product .inner ul li a .date i {
    font-size: 12px;
    line-height: 14px;
  }
  #product .inner ul li a .pic {
    overflow: hidden;
  }
  #product .inner ul li a .text {
    border-bottom: 2px solid #cccccc;
    padding: 0 10px;
  }
  #product .inner ul li a .text .list_title {
    line-height: 20px;
    font-size: 12px;
  }
  #product .inner ul li a .text .list_text {
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    margin-bottom: 6px;
  }
  #product .inner .more a {
    display: block;
    width: 30%;
    margin: 0 auto;
    line-height: 28px;
    background: #1c59b5;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 18px;
  }
  #about {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #about .box_title .china em {
    text-align: center;
    float: none;
  }
  #about .box_title .china i {
    text-align: center;
    float: none;
  }
  #about .inner {
    padding-top: 15px;
    margin: 0 0 0px;
  }
  #about .inner .list_icon {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  #about .inner .list_icon ul li {
    padding: 0;
    width: 33.3%;
    float: left;
  }
  #about .inner .list_icon ul li a {
    display: block;
  }
  #about .inner .list_icon ul li a .list_text {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
  }
  #about .inner .list_icon ul li a .list_text .Number {
    color: #b1b1b1;
    font-size: 18px;
    line-height: 20px;
    position: relative;
  }
  #about .inner .list_icon ul li a .list_text .Number:after {
    content: "";
    background: #b3b3b3;
    height: 2px;
    width: 8px;
    left: 50px;
    margin-left: -34%;
    bottom: 50%;
    margin-bottom: -2px;
    position: absolute;
    z-index: 4;
  }
  #about .inner .list_icon ul li a .list_text .Number:before {
    content: "";
    background: #b3b3b3;
    height: 2px;
    width: 7px;
    right: 50px;
    margin-right: -34%;
    bottom: 50%;
    margin-bottom: -2px;
    position: absolute;
    z-index: 4;
  }
  #about .inner .list_icon ul li a .list_text .Number em {
    display: inline-block;
    color: #b1b1b1;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    position: relative;
  }
  #about .inner .list_icon ul li a .list_text .name {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
  }
  #about .inner .list_icon ul li a .list_text .name_english {
    font-size: 16px;
    color: #b1b1b1;
    text-transform: capitalize;
  }
  #about .inner .text {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  #about .inner .text h2 {
    line-height: 30px;
    color: #d30000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #about .inner .text .list_text {
    margin-top: 0px;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  #about .inner .text .more {
    margin-top: 15px;
    text-align: center;
    width: 30%;
    background: #1c59b5;
    border-radius: 12px;
  }
  #about .inner .text .more a {
    display: block;
    color: #fdfdfd;
    font-size: 12px;
    line-height: 22px;
  }
  #Partners {
    padding-bottom: 15px;
    background: url("../images/wap_Partners.jpg") no-repeat top center;
    background-size: auto 100%;
    padding-top: 15px;
  }
  #Partners .box_title .english {
    float: none;
  }
  #Partners .box_title .china em {
    float: none;
    max-width: 50%;
  }
  #Partners .box_title .china i {
    float: none;
    max-width: 70%;
  }
  #Partners .inner {
    margin-top: 26px;
    width: 100%;
    padding: 0 15px;
  }
  #Partners .inner ul {
    margin-bottom: 28px;
    border-left: none;
    border-right: 1px solid #f0f0f0;
  }
  #Partners .inner ul li {
    width: 50%;
  }
  #Partners .inner ul li a {
    height: 106px;
  }
  #Partners .inner .more {
    width: 30%;
    line-height: 22px;
  }
  #Partners .inner .more a {
    font-size: 12px;
    line-height: 22px;
  }
  #news {
    padding-top: 38px;
    padding-bottom: 40px;
  }
  #news .box_title .english {
    float: none;
  }
  #news .box_title .china em {
    float: none;
    max-width: 50%;
  }
  #news .box_title .china i {
    float: none;
    max-width: 80%;
  }
  #news .inner {
    margin-top: 30px;
  }
  #news .inner ul li {
    margin-bottom: 30px;
  }
  #news .inner ul li a .pic {
    width: 30%;
    box-shadow: 8px 8px 0 #f1f1f1;
  }
  #news .inner ul li a .text {
    width: 64%;
  }
  #news .inner ul li a .text h2 {
    line-height: 22px;
    color: #4e4e4f;
    font-size: 12px;
  }
  #news .inner ul li a .text .list_text {
    margin-top: 4px;
    margin-bottom: 8px;
    color: #636363;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    -webkit-line-clamp: 2;
  }
  #news .inner ul li a .text .list_date {
    font-size: 12px;
    line-height: 18px;
    background-size: auto 80%;
  }
  #news .inner .more {
    width: 30%;
    line-height: 22px;
  }
  #news .inner .more a {
    font-size: 12px;
    line-height: 22px;
  }
  #footer .copyright {
    padding: 15px 0;
    background: #f6f6f6;
  }
  #footer .copyright .copyright_con {
    padding: 0;
    color: #282828;
    font-size: 12px;
    text-align: left;
  }
  #footer .copyright .copyright_con a {
    font-size: 12px;
    color: #282828;
  }
  #content {
    margin-bottom: 0;
  }
  #content ._aside {
    position: relative;
    margin-top: 15px;
    z-index: 30;
    width: 100%;
    float: none;
  }
  #content ._aside h2 {
    height: 36px;
    line-height: 36px;
    position: relative;
    padding: 0 15px;
    text-align: center;
    background: #c72830;
  }
  #content ._aside h2 .english {
    display: block;
    color: #d6d6d6;
    font-size: 22px;
    line-height: 20px;
    font-family: Arial;
  }
  #content ._aside h2 .china {
    padding: 0 15px;
    display: block;
    font-size: 16px;
    text-align: left;
    line-height: 36px;
    color: #ffffff;
  }
  #content ._aside h2 .phone-menuicon {
    text-align: center;
    position: absolute;
    float: none;
    right: 15px;
    top: 50%;
    width: 16%;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: #ffffff;
    border-radius: 16px;
    color: #383636;
    font-size: 12px;
    margin-top: -9px;
  }
  #content ._aside .sidemenu {
    background: #ffffff;
    padding: 20px 15px 0;
  }
  #content ._aside .sidemenu .sub1 {
    margin-bottom: 15px;
  }
  #content ._aside .sidemenu .sub1 a {
    padding: 0 15px;
    text-align: left;
    line-height: 22px;
    border-radius: 15px;
    color: #282828;
    font-size: 12px;
    background: #e0dede;
  }
  #content ._aside .sidemenu .sub1 a:hover {
    background: #c72830;
    color: #ffffff;
  }
  #content ._aside .sidemenu .current a {
    text-decoration: none;
    background: #c72830;
    color: #ffffff;
  }
  #content .main {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  #content .main .article {
    padding-top: 15px;
    margin-bottom: 15px
    /*分页块默认样式*/
  }
  #content .main .article .list_case ul {
    margin: 0 -5px;
  }
  #content .main .article .list_case ul li {
    margin-bottom: 15px;
    padding: 0 5px;
  }
  #content .main .article .list_case ul li a {
    box-sizing: border-box;
    display: block;
    padding: 6px;
    border: 1px solid #f0f0f0;
  }
  #content .main .article .list_case ul li a .pic img {
    max-width: 100%;
  }
  #content .main .article .list_case ul li a .text {
    margin-top: 6px;
    padding: 2px 0 6px;
    text-align: center;
    line-height: 18px;
    color: #000000;
    font-size: 12px;
  }
  #content .main .article .list_news ul {
    margin: 0 -15px;
  }
  #content .main .article .list_news ul li {
    margin-bottom: 15px;
  }
  #content .main .article .list_news ul li a {
    background: #f9f9f9;
    display: block;
    padding: 15px;
  }
  #content .main .article .list_news ul li a .pic {
    width: 40%;
    float: left;
  }
  #content .main .article .list_news ul li a .text {
    width: 55%;
    float: right;
  }
  #content .main .article .list_news ul li a .text h2 {
    margin-top: 0px;
    line-height: 24px;
    color: #47474a;
    font-size: 12px;
  }
  #content .main .article .list_news ul li a .text .list_news_text {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  #content .main .article .list_news ul li a .text .bottom {
    margin-top: 15px;
  }
  #content .main .article .list_news ul li a .text .bottom .date {
    padding-left: 20px;
    background: url("../images/list_news_icon.png") no-repeat left center;
    background-size: auto 70%;
    color: #8e9093;
    font-size: 12px;
    line-height: 19px;
  }
  #content .main .article .list_news ul li a .text .bottom .more {
    text-align: center;
    width: 32%;
    float: right;
    line-height: 19px;
    color: #ffffff;
    font-size: 12px;
    background: #bb2b2f;
    border-radius: 4px;
  }
  #content .main .article .list_page ul li a {
    padding: 4px;
  }
  #content .main .article .list_page ul li a .text {
    padding: 14px 0 12px;
    line-height: 16px;
    font-size: 12px;
  }
  #content .main .article .list-img ul {
    margin: 0 -7px;
  }
  #content .main .article .list-img ul li {
    text-align: center;
    padding: 0 7px;
    margin-bottom: 15px;
  }
  #content .main .article .list-img ul li a {
    border-bottom: 2px solid #cecece;
    background: #333333;
    padding-bottom: 6px;
    display: block;
  }
  #content .main .article .list-img ul li a .text_title {
    font-weight: normal;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 22px;
  }
  #content .main .article .list-img ul li a .text_area {
    text-align: center;
    padding: 0 8px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
  }
  #content .main .article .list-img ul li a .img_area {
    background: #fff;
    width: 100%;
    border: 1px solid #bfbdbd;
    position: relative;
  }
  #content .main .article .list-img ul li a .img_area img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  #content .main .article .list-img ul li a:hover .text_title {
    text-decoration: underline;
  }
  #content .main .article .news_detail .title {
    margin-bottom: 5px;
  }
  #content .main .article .news_detail .title h3 {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
  }
  #content .main .article .news_detail .title .box div {
    font-size: 12px;
    line-height: 24px;
    color: #303030;
  }
  #content .main .article .news_detail .title .box a {
    font-size: 12px;
    line-height: 24px;
    color: #303030;
  }
  #content .main .article .news_detail .title .box .news_text {
    text-align: center;
    float: left;
  }
  #content .main .article .news_detail .news_detail_content {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #content .main .article .product_detail2 {
    /*产品详情页样式*/
  }
  #content .main .article .product_detail2 .product_detail2_images {
    padding-top: 0px;
    text-align: center;
    position: relative;
  }
  #content .main .article .product_detail2 .product_detail2_images .picScroll-left {
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px;
    float: none;
    border: 1px solid #dddddd;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text {
    margin-top: 30px;
    text-align: left;
    width: 100%;
    float: none;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2 {
    position: relative;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 132px;
    background: #be0106;
    height: 1px;
    z-index: 10;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #cfcfcf;
    height: 1px;
    z-index: 8;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text .text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 22px;
    color: #3d3d3d;
    height: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text .more {
    margin-top: 15px;
    text-align: center;
    width: 25%;
    border-radius: 6px;
    background: #c72830;
  }
  #content .main .article .product_detail2 .product_detail2_images .product_detail2_text .more a {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
  }
  #content .main .article .product_detail2 .product_detail_content {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #content .main .article .product_detail2 .product_detail_content h2 {
    border-bottom: 1px solid #dbdbdb;
  }
  #content .main .article .product_detail2 .product_detail_content h2 span {
    box-sizing: border-box;
    padding-top: 0;
    background: #c72830;
    line-height: 24px;
    width: 25%;
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
  }
  #content .main .article .product_detail2 .product_detail_content .product_detail_content2 {
    padding-top: 18px;
  }
  #content .main .article .product_detail2 .Share,
  #content .main .article .product_detail .Share,
  #content .main .article .news_detail .Share {
    margin-top: 20px;
  }
  #content .main .article .product_detail2 .pageTurning,
  #content .main .article .product_detail .pageTurning,
  #content .main .article .news_detail .pageTurning {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #cccccc;
  }
  #content .main .article .product_detail2 .pageTurning .prevs,
  #content .main .article .product_detail .pageTurning .prevs,
  #content .main .article .news_detail .pageTurning .prevs,
  #content .main .article .product_detail2 .pageTurning .nexts,
  #content .main .article .product_detail .pageTurning .nexts,
  #content .main .article .news_detail .pageTurning .nexts {
    background: none;
    color: #555555;
    font-size: 12px;
    max-width: 50%;
  }
  #content .main .article .product_detail2 .pageTurning .prevs a,
  #content .main .article .product_detail .pageTurning .prevs a,
  #content .main .article .news_detail .pageTurning .prevs a,
  #content .main .article .product_detail2 .pageTurning .nexts a,
  #content .main .article .product_detail .pageTurning .nexts a,
  #content .main .article .news_detail .pageTurning .nexts a {
    font-size: 12px;
    color: #555555;
  }
  #content .main .article .pagination > li > a,
  #content .main .article .pagination > li > span {
    padding: 2px 6px;
  }
}
/*黄志宏修改*/
@media(max-width:767px){
  #header .logo img {
    max-height: 55px;
    margin-top:8px; 
}
}
/*黄志宏修改*/
#wap_nav {
    position: relative;
}
#wap_nav .swiper-container{
  padding: 0 20px;
}
.wap_nav-prev,.wap_nav-next{
  height: 36px;
  position: absolute;
  top: 0;
}
.wap_nav-prev img,.wap_nav-next img{
  max-height: 100%;
}
.wap_nav-prev{
  left: 0;
}
.wap_nav-next{
  right: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/ok_04.jpg) no-repeat;
  height: 36px;
  width: 20px;
  background-size:100% auto; 
  position: absolute;
  top: 22px;
  right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/ok_02.jpg) no-repeat;
  height: 36px;
  width: 20px;
  background-size:100% auto; 
  position: absolute;
  top: 22px;
  left: 0;
}

/*黄志宏修改*/
.product-switch{
  width: 49%;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #222222;
}
.product-switch a:hover{
  text-decoration: underline;
}
.a,.c{
  margin-right: 8%;
}
.b{
  margin-right: 10%;
}
#content .main .article .product_detail2 .product_detail_content h2{
  overflow: hidden;
}
#content .main .article .product_detail2 .product_detail_content h2 span {
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  line-height: 38px;
  width: 146px;
  float: left;
  color: #222222;
  font-size: 14px;
  text-align: center;
  background: #F9F9F9;
  margin-right: 10px;
  cursor: pointer;
}
#content .main .article .product_detail2 .product_detail_content h2 span.current{
  background: #c72830;
  border: 1px solid #c72830;
  color: #ffffff;
}
.product_detail_content .product_detail_content2 {
    padding-top: 0px;
}
.product_detail_contentBox{
  padding-top: 30px;
}
.problemBox ul li{
  padding: 25px 0;
  border-bottom: 1px dashed #ccc;
}
.problemBox{
  display: none;
}
.problemBox ul li:last-child{
  border-bottom: none;
}
.problemBox ul li p{
  line-height: 26px;
}
.problemBox ul li p .span1{
  color: #ae1939;
  margin-right: 10%;
}
.online-order ul li{
  line-height: 35px;
  color: #353535;
  margin-bottom: 12px;
}
.online-order{
  padding: 40px 40px 50px 45px;
  border: 1px solid #EDEDED;
  display: none;
}
.online-order ul li span{
  float: left;
  width: 84px;
  height: 35px;
}
.online-order ul li input[type=text]{
  width: 185px;
  height: 35px;
  padding-left: 15px;
  border:1px solid #CDCDCD;
  outline: none; 
}
.online-order ul li textarea{
  width: 70%;
  height: 110px;
  border:1px solid #CDCDCD;
  outline: none; 
}
.online-order ul li input[type=submit]{
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #AF1E25;
  border: none;
  margin-right: 10px;
}







#feedback .container{
  padding:40px 0; 
}
#feedback .feedback-input .feedback-input-title i{
  float: left;
  margin-top: -7px;
}
#feedback .feedback-input .feedback-input-title p{
  height: 44px;
  font-size: 16px;
  color: #616161;
  background-color: #F2F2F2;
  padding-left: 38px;
  margin-left: 68px;
  line-height: 44px;
}
#feedback .feedback-input .feedback-input-list{
  margin-top: 5px;
}
#feedback .feedback-input .feedback-input-list li{
  margin-top: 15px;
}
#feedback .feedback-input .feedback-input-list li span{
  float: left;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #353734;
}
#feedback .feedback-input .feedback-input-list li>div{
  display: block;
  margin-left: 110px;
}
#feedback .feedback-input .feedback-input-list li>div input[type=text],#feedback .feedback-input .feedback-input-list li>div textarea{
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 15px;
}
#feedback .feedback-input .feedback-input-list li>div textarea{
  height: 72px;
  line-height: 30px;
}
#feedback .feedback-input .feedback-input-list li>div input[type=submit]{
  width: 86px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #E00026;
  border: none;
  outline: none;
}
#feedback .feedback-input .feedback-input-list li>div>div{
  float: right;
  color: #BCB5B5;
  line-height: 30px;
}
.feedback-text-title{
  text-align: center;
  color: #696969;
}
.feedback-text-title .p1{
  font-size: 24px;
}
.feedback-text-title .p1 .span1{
  position: relative;
  top: -5px;
}
.feedback-text-title .p2{
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
.feedback-text2 {
  margin-top: 20px;
  line-height: 24px;
  color: #707070;
  text-align: left;
}
.feedback-text2 span{
  color: #e90015;
  
}
.feedback-form .feedback-text-title{
  float: right;
      position: relative;
    margin-top: -50px;
}
.feedback-form .feedback-text-title .p1 {
    font-size: 20px;
}
.feedback-form .feedback-text-title .p2 {
    font-size: 24px;
}
@media(max-width:767px){
  #feedback .feedback-input .feedback-input-title i{
    width: 30px;
    margin-top: 5px;
  }
  #feedback .feedback-input .feedback-input-title p {
    height: 30px;
    font-size: 12px;
    color: #616161;
    background-color: #F2F2F2;
    padding-left: 10px;
    line-height: 30px;
    margin-left: 12px;
}
#feedback .feedback-input .feedback-input-list{
  font-size: 12px;
}
#feedback .feedback-input .feedback-input-list li span{
  width: 78px;
}
#feedback .feedback-input .feedback-input-list li>div{
  margin-left: 78px;
}
.feedback-text-title{
  margin-top: 15px;
}
.feedback-text2{
  font-size: 12px;
  margin-top: 10px;
}
#feedback .feedback-text .p2{
  font-size: 24px;
}
#feedback .feedback-text .p1{
  font-size: 20px;
}
#feedback .feedback-text .p1 .span1 img{
  width: 26px;
}







  #content .main .article .product_detail2 .product_detail_content h2 span{
    width: 85px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .product-switch{
    width: 100%;
    font-size: 12px;
  }
  .product_detail_content{
    position: relative;
  }
  .Share{
    position: absolute;
    top: -105px;
    right: 0;
  }
  .problemBox ul li{
    padding: 15px 0;
    font-size: 12px;
  }
  .problemBox ul li p{
    line-height: 20px;
  }
  .product_detail_contentBox {
    padding-top: 10px;
}
.online-order {
    padding: 20px 10px 20px 10px;
}
.online-order ul li{
  font-size: 12px;
  line-height: 26px;
}
.online-order ul li span {
    float: left;
    width: 70px;
    height: 26px;
}
.online-order ul li input[type=text]{
  height: 26px;
}
.online-order ul li textarea{
  width: 75%;
}
.online-order ul li input[type=submit]{
  width: 72px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
}




.firend-link{
  color: #fff;
  text-align: left;
  padding-top: 15px;
}
.firend-link a{
  color: #dadbdb;
}
.firend-link .firend-link-title i{
  display: inline-block;
  height: 16px;
  width: 4px;
  background-color: #CE2320;
  position: relative;
  top: 2px;
}
.firend-link .firend-link-title .span1{
  font-size: 16px;
  margin: 5px;
}
.firend-link .firend-link-title .span2{
  font-size: 14px;
  color: #b4b4b4;
}
.firend-link .firend-link-list{
  margin: 15px 0;
  padding-left: 5px;
  overflow: hidden;
}
.firend-link .firend-link-list li{
  float: left;
  padding: 0 10px;
  position: relative;
}
.firend-link .firend-link-list li a:hover{
  text-decoration: underline;
}
.firend-link .firend-link-list li::before{
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #C9C9C9;
  position: absolute;
  right: -1px;
  top: 2px;
}
@media(max-width:767px){
  #footer .copyright .container{
    padding: 0;
  }
  #footer .copyright{
    padding: 0;
  }
  .firend-link{
    background-color: #292929;
    padding: 10px;
  }
  .firend-link .firend-link-title .span1,.firend-link .firend-link-title .span2{
    font-size: 12px;
  }
  .firend-link .firend-link-list li{
    font-size: 12px;
  }
  .firend-link .firend-link-list li{
    padding: 0 6px;
  }
  .firend-link .firend-link-list {
    margin: 5px 0;
}
#footer .copyright .copyright_con{
  padding: 10px;
  position: relative;
}
#footer .copyright .top {
    top: 0px;
    right: 10px;
}
#content .main .article .feedback-form .title{
  font-size: 12px !important;
}
}