html, body {
  width: 100%;
  color: #515151;
}

.container {
  margin: 0 auto;
}

@media(min-width: 1360px) {
  .container {
    width: 1360px;
  }
}
.container {
  width: 1360px;
}
.nobreak {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*头部*/

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0;
  height: 100px;
  box-sizing: border-box;
}

.header .container {
  width: 1360px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding: 0;
}

.left_logo {
  display: inline-block;
  vertical-align: middle;
  width: 299px;
  text-align: left;
}

.left_logo img {
  height: 66px;
  padding-top: 11px;
}

.right_nav {
  display: inline-block;
  vertical-align: middle;
  width: 901px;
  text-align: right;
}

.nav_list {
  text-align: right;
  padding-top: 15px;
}

.nav_list>li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.nav_list>li>a:hover {
  color: #000000;
}
.nav_list>li>a .zh {
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 125px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: none;
  transition: all .6s;
}

.nav_list>li>a .zh:hover, .nav_list>li>a .zh.active {
  background: url(../images/navhover.png) center center no-repeat;
  background-size: contain;
  color: #000000;
}

.top_logo {
  width: 299px;
  display: inline-block;
  vertical-align: middle;
}

.nav_list>li>a {
  display: block;
  width: 100%;
  position: relative;
}

.nav_list>li>a.active:after {
  width: 101%;
}

.nav_list>li:hover>a:after {
  width: 101%;
}

/*手机版导航*/

.bg_red {
  background-color: #000000;
}

.phone_nav {
  display: none;
}

.hided {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

.phone_logo {
  height: 60px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.phone_logo .p1 img {
  max-height: 30px;
}

.header_margin {
  height: 120px;
}

.hidepc {
  display: none;
}

/*分页*/

.pc_pages {
  text-align: center;
}

.pc_pages a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  border-radius: 5px;
  margin: 2px 10px;
}

.pc_pages a.pages_prev, .pc_pages a.pages_next {
  width: auto;
  padding: 0 13px;
}

.pages a:hover, .pages a.pages_active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.phone_pages {
  display: none;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 94%;
  }
  .header {
    display: none;
  }
  .phone_logo .p1 {
    padding-top: 15px;
    display: block;
  }
  .in_top .heard {
    display: none;
  }
  .phone_logo {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .phone_nav {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    display: block;
    transition-delay: 0.7s;
    z-index: 9999;
    /*border-bottom: 2px solid rgb(228, 228, 228);*/
  }
  .phone_nav .nav_but_box {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.7s ease 0s;
  }
  .phone_nav .nav_but {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 2;
    margin: 13px 0px 0px 5px;
    background: #999 none repeat scroll 0% 0%;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 300ms;
  }
  .phone_nav .nav_but::before, .nav_but::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #999 none repeat scroll 0% 0%;
    transition-property: margin, transform, -webkit-transform;
    transition-duration: 300ms;
  }
  .phone_nav .nav_but::before {
    margin-top: -8px;
  }
  .phone_nav .nav_but::after {
    margin-top: 8px;
  }
  .phone_nav .nav_main {
    height: calc(100% - 60px);
    position: fixed;
    left: 0px;
    opacity: 0;
    width: 0px;
    transition: all 0.4s ease 0.3s;
    background: #4c4c4c none repeat scroll 0% 0%;
    overflow: hidden;
  }
  .phone_nav .nav_main ul {
    padding: 0px 20px;
    margin-top: 40px;
  }
  .phone_nav .nav_main li a {
    background-position: left center;
    color: rgb(255, 255, 255);
    height: 46px;
    line-height: 46px;
    display: inline-block;
    background-size: 32px auto;
    background-repeat: no-repeat;
    font-weight: bold;
  }
  .phone_nav .nav_main .ss {
    border: 1px solid rgb(255, 255, 255);
    margin-top: 20px;
  }
  .phone_nav .nav_main .ss .p2 {
    float: right;
  }
  .phone_nav .nav_main .ss .p2 input {
    border: 0px none;
    width: 34px;
    height: 34px;
  }
  .phone_nav .nav_main .ss .p1 {
    display: block;
    margin: 0px 34px 0px 5px;
  }
  .phone_nav .nav_main .ss .p1 input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    border: 0px none;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
  .phone_nav .nav_main li b {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 50%;
    height: 50px;
    z-index: 99;
  }
  .phone_nav .nav_main .ul {
    padding: 0px 0px 0px 40px;
    margin: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s ease 0s;
  }
  .phone_nav .nav_main .ul li {
    padding: 0px;
    border-bottom: 0px none;
    transform: translateX(0px);
  }
  .phone_nav .nav_main .ul li a {
    padding: 0px;
    height: auto;
    line-height: 30px;
    font-weight: normal;
  }
  .phone_nav .nav_main .b_one .ul {
    max-height: 300px;
    padding: 0px 0px 0px 40px;
    margin-bottom: 10px;
  }
  .phone_nav .nav_main li {
    transform: translateX(100px);
    transition: all 0.8s ease 0s;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    padding: 0px 20px;
    position: relative;
  }
  .phone_nav .nav_main li:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .phone_nav .nav_main li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .phone_nav .nav_main li:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .phone_nav .nav_main li:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .phone_nav .nav_main li:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  .phone_nav .nav_main li:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(7) {
    transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(8) {
    transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(9) {
    transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(10) {
    transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:last-of-type {
    border-bottom: 0;
  }
  .phone_nav_one {
    background: rgb(35, 24, 21) none repeat scroll 0% 0%;
    transition-delay: 0s;
  }
  .phone_nav_one .nav_main {
    opacity: 1;
    width: 100%;
    overflow: inherit;
  }
  .phone_nav_one .nav_but {
    background: rgb(230, 0, 18) none repeat scroll 0% 0%;
  }
  .phone_nav_one .nav_but::before {
    margin-top: 0px;
    transform: rotate(45deg);
  }
  .phone_nav_one .nav_but::after {
    margin-top: 0px;
    transform: rotate(-45deg);
  }
  .phone_nav_one .nav_but_box {
    opacity: 0.8;
  }
  .phone_nav_one .nav_main li {
    transform: translateX(0px);
  }
  .nav_main .en {
    display: none;
  }
  .nav_main .zh {
    font-size: 16px;
  }
  .header_margin {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .nav_main .zh {
    font-size: 15px;
  }
  .phone_logo {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .phone_logo .p1 img {
    max-width: 60%;
  }
  .phone_nav .nav_main ul {
    margin-top: 0;
    overflow: auto;
    height: 100%;
  }
  .phone_nav .nav_main li {
    padding: 0 10px;
  }
  .hidepc {
    display: block;
  }
  .hidephone {
    display: none!important;
  }
  /*分页*/
  .pc_pages {
    display: none;
  }
  .phone_pages {
    display: block;
    margin-top: 20px;
  }
  .phone_pages {
    text-align: center;
  }
  .phone_pages a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    margin: 2px 10px;
  }
  .phone_pages a.pages_prev, .phone_pages a.pages_next {
    width: auto;
    line-height: 22px;
    height: 24px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .totop {
    display: none;
  }
}

@media(min-width: 1025px) and (max-width:1199px) {
  .container {
    width: 980px;
  }
  .navigation {
    padding: 20px 0
  }
  .nav_list>li:not(:last-child) {
    margin-right: 22px;
  }
  .nav_list>li>a .zh {
    font-size: 15px;
    line-height: 20px;
  }
  .header_margin {
    height: 76px;
  }
  .header .container {
    width: 94%;
  }
  .top_logo {
    width: 170px;
  }
  .header {
    padding: 15px 0;
    height: 80px;
  }
}

@media(min-width: 1200px) and (max-width:1299px) {
  .container {
    width: 1120px;
  }
  .navigation {
    padding: 24px 0
  }
  .nav_list>li:not(:last-child) {
    margin-right: 34px;
  }
  .nav_list>li>a .zh {
    font-size: 15px;
    line-height: 20px;
  }
  .header_margin {
    height: 90px;
  }
  .header {
    padding: 20px 0;
    height: 90px;
  }
}

@media(min-width: 1300px) {
  .nav_list>li (:last-child) {
    margin-right: 0px;
  }
}

@media(min-width: 1600px) {
  .nav_list>li:not(:last-child) {
    margin-right: 0px;
  }
}

@media(min-width: 1700px) {
  .nav_list>li:not(:last-child) {
    margin-right: 0px;
  }
}

/*优势*/

.advantage_block {
  background-color: #dddddd;
  padding: 35px 0;
  font-size: 0;
}

.advantage_block .advantage_list {
  font-size: 0;
}

.advantage_item {
  width: 21%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 2%;
}

.advantage_item .icon_advantage, .advantage_item .txt_advantage {
  display: inline-block;
  vertical-align: middle;
}

.advantage_item .icon_advantage {
  width: 48px;
  height: 48px;
}

.advantage_item .icon_advantage img {
  width: 100%
}

.advantage_item .txt_advantage {
  width: calc(100% - 58px);
  margin-left: 10px;
  color: #000000;
}

.advantage_item p {
  font-size: 14px;
  color: #454545;
}

.advantage_item p strong {
  font-size: 18px;
  color: #000000;
}

@media (max-width: 767px) {
  .advantage_block {
    padding: 25px 0;
  }
  .advantage_block {
    width: 100%
  }
  .advantage_item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 32px;
    vertical-align: top;
  }
  .advantage_item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .advantage_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .advantage_item .icon_advantage, .advantage_item .txt_advantage {
    display: block;
    text-align: center;
    width: 100%;
  }
  .advantage_item .icon_advantage {
    height: 70px;
  }
  .advantage_item .icon_advantage img {
    width: 62px;
    display: inline-block;
  }
  .advantage_item .txt_advantage {
    margin-left: 0;
  }
  .advantage_item p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .advantage_item p strong {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .advantage_item {
    padding: 0 1%;
    width: 23%;
  }
  .advantage_item .icon_advantage, .advantage_item .txt_advantage {
    vertical-align: top;
  }
  .advantage_item .icon_advantage {
    width: 40px;
    height: 40px;
  }
  .advantage_item p strong {
    font-size: 15px;
    font-weight: normal;
  }
  .advantage_item p {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

/*底部*/

.footer {
  color: #ffffff;
}

.footer_top_left {
  float: left;
}

.footer_top_right {
  float: right;
}

.f_wechat {
  text-align: center;
}

.erweima {
  width: 100%;
  height: 100%;
}

.copyright {
  text-align: center;
}

.totop {
  z-index: 2;
  position: fixed;
  bottom: 35px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon_totop.png) no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    display: none;
  }
  .phone_footer {
    padding-top: 26px;
    padding-bottom: 22px;
    color: #ffffff;
  }
  .phone_footer_top {
    text-align: center;
    margin-bottom: 20px;
  }
  .phone_footer_top span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 13px;
  }
  .phone_footer_top span img {
    height: 40px;
  }
  .phone_footer_top span:last-of-type {
    border-left: 1px solid #ffffff;
    padding: 4px 10px;
  }
  .phone_footer_bottom {
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 54px 0 32px 0;
  }
  .footer_top_left {
    width: calc(100% - 200px);
  }
  .footer_top_left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer_top_right {
    width: 120px;
  }
  .f_wechat {
    font-size: 13px;
  }
  .erweima {
    margin-bottom: 4px;
  }
  .copyright {
    font-size: 13px;
    margin-top: 18px;
  }
}

@media(min-width: 1025px) and (max-width:1199px) {
  .footer {
    padding: 60px 0 40px 0;
  }
  .footer_top_left {
    width: calc(100% - 240px);
  }
  .footer_top_left p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer_top_right {
    width: 152px;
  }
  .f_wechat {
    font-size: 14px;
  }
  .erweima {
    margin-bottom: 4px;
  }
  .copyright {
    font-size: 14px;
    margin-top: 24px;
  }
}

@media(min-width: 1200px) and (max-width:1299px) {
  .footer {
    padding: 75px 0 50px 0;
  }
  .footer_top_left {
    width: calc(100% - 560px);
  }
  .footer_top_left p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer_top_right {
    width: 172px;
  }
  .f_wechat {
    font-size: 14px;
  }
  .erweima {
    margin-bottom: 4px;
  }
  .copyright {
    font-size: 14px;
    margin-top: 24px;
  }
}

@media (min-width: 1300px) {
  .footer {
    padding: 93px 0 62px 0;
    color: #ffffff;
  }
  .footer_top_left {
    width: calc(100% - 560px);
    float: left;
  }
  .footer_top_left p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer_top_right {
    width: 420px;
    float: right;
    display: flex;
    padding-top: 50px;
  }
  .footer_top_right .f_wechat {
    width: 50%;
  }
  .f_wechat {
    text-align: center;
    font-size: 16px;
  }
  .erweima {
    width: 80%;
    margin-bottom: 4px;
    height: auto;
  }
  .copyright {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
}

.page_block {
  padding: 90px 0;
}

.block_title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 85px;
}

.zh_title {
  font-size: 48px;
  color: #000000;
  line-height: 48px;
  color: #000000;
}

.en_title {
  font-size: 52px;
  padding-top: 10px;
  color: #606060;
  line-height: 52px;
}

.title_ps {
  margin: 25px 0;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}

.opage_block_con {
  color: #666666;
}

.opage_block_con img {
  max-width: 100%;
  display: inline-block;
}

.white {
  color: #ffffff;
}

.red {
  color: #000000;
}

.redmore {
  color: #606060;
  border: 2px solid #606060;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.redmore:after {
  content: "";
  background: #606060;
  border-radius: 100%;
  transition: transform .25s cubic-bezier(0, .6, .7, 1), -webkit-transform .25s cubic-bezier(0, .6, .7, 1);
  position: absolute;
  z-index: -1;
}

.redmore:hover:after {
  -webkit-transform: translate(-30%, -30%) scale(1.75);
  transform: translate(-30%, -30%) scale(1.75);
}

@media (max-width: 414px) {
  .obanner {
    height: 126px;
  }
  .obanner_title {
    font-size: 20px;
  }
  .page_article_prev, .page_article_next {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
  }
  .page_article a {
    width: calc(100% - 64px);
    color: #000000;
  }
  .page_article span {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .obanner {
    height: 150px;
  }
  .obanner_title {
    font-size: 24px;
  }
  .page_block {
    padding: 50px 0;
  }
  .block_title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
  }
  .zh_title {
    font-size: 22px;
    line-height: 22px;
  }
  .en_title {
    font-size: 24px;
    padding-top: 6px;
    line-height: 24px;
  }
  .opage_block_con {
    font-size: 12px;
    line-height: 18px;
  }
  .redmore {
    margin-top: 40px;
    padding: 10px 16px;
    font-size: 12px;
  }
  .redmore:after {
    width: 8px;
    height: 8px;
    right: -4px;
    bottom: -4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .obanner {
    height: 160px;
  }
  .obanner_title {
    font-size: 28px;
  }
  .page_block {
    padding: 50px 0;
  }
  .block_title {
    margin-bottom: 40px;
  }
  .block_title_txt {
    padding: 0 20px;
  }
  .zh_title {
    font-size: 28px;
    line-height: 28px;
  }
  .en_title {
    font-size: 32px;
    padding-top: 6px;
    line-height: 32px;
  }
  .opage_block_con {
    font-size: 14px;
    line-height: 22px;
  }
  .redmore {
    margin-top: 40px;
    padding: 10px 26px;
    font-size: 14px;
  }
  .redmore:after {
    width: 8px;
    height: 8px;
    right: -4px;
    bottom: -4px;
  }
}

@media(min-width: 1025px) and (max-width:1199px) {
  .page_block {
    padding: 60px 0;
  }
  .block_title {
    margin-bottom: 50px;
  }
  .zh_title {
    font-size: 34px;
    line-height: 34px;
  }
  .en_title {
    font-size: 38px;
    padding-top: 10px;
    line-height: 38px;
  }
  .opage_block_con {
    font-size: 15px;
    line-height: 22px;
  }
  .redmore {
    margin-top: 50px;
    padding: 14px 30px;
    font-size: 15px;
  }
  .redmore:after {
    width: 10px;
    height: 10px;
    right: -5px;
    bottom: -5px;
  }
}

@media(min-width: 1200px) and (max-width:1299px) {
  .page_block {
    padding: 70px 0;
  }
  .block_title {
    margin-bottom: 60px;
  }
  .zh_title {
    font-size: 36px;
    line-height: 36px;
  }
  .en_title {
    font-size: 42px;
    padding-top: 10px;
    line-height: 42px;
  }
  .opage_block_con {
    font-size: 16px;
    line-height: 22px;
  }
  .redmore {
    margin-top: 64px;
    padding: 14px 30px;
    font-size: 16px;
  }
  .redmore:after {
    width: 12px;
    height: 12px;
    right: -6px;
    bottom: -6px;
  }
}

@media(min-width: 1300px) {
  .opage_block_con {
    font-size: 20px;
    line-height: 30px;
  }
  .block_title {
    margin-bottom: 60px;
  }
  .zh_title {
    font-size: 40px;
    line-height: 40px;
  }
  .en_title {
    font-size: 44px;
    padding-top: 10px;
    line-height: 44px;
  }
  .opage_block_con {
    font-size: 18px;
    line-height: 26px;
  }
  .redmore {
    margin-top: 65px;
    padding: 8px 30px;
    font-size: 18px;
    transition: all .6s;
  }
  /* .redmore:after {width: 14px;height: 14px;right: -7px;bottom: -7px;} */
  .redmore:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
  }
}

@media(min-width: 1500px) {
  .opage_block_con {
    font-size: 20px;
    line-height: 30px;
  }
  .block_title {
    margin-bottom: 85px;
  }
  .zh_title {
    font-size: 40px;
    line-height: 40px;
  }
  .en_title {
    font-size: 42px;
    padding-top: 10px;
    line-height: 42px;
  }
  .opage_block_con {
    font-size: 20px;
    line-height: 34px;
  }
}

.obanner {
  height: 302px;
  position: relative;
}

.obanner_title {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.page_article {
  width: 100%;
  font-size: 16px;
  margin: 20px 0;
}

.page_article_prev, .page_article_next {
  width: 45%;
  padding: 4px 10px;
  box-sizing: border-box;
}

.page_article_prev {
  float: left;
}

.page_article_next {
  float: right;
  text-align: right;
}

.page_article span {
  width: 64px;
  display: inline-block;
  color: #666666;
}

.page_article a {
  width: calc(100% - 64px);
  color: #000000;
}

.page_article a:hover {
  color: #ff0000;
}

.img_item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img_item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ovrly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[class*=" fa-"], [class^=fa-] {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa2 {
  background: rgb(256, 256, 256);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(360deg) scale(0);
  -moz-transform: rotateZ(360deg) scale(0);
  -ms-transform: rotateZ(360deg) scale(0);
  -o-transform: rotateZ(360deg) scale(0);
  transform: rotateZ(360deg) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  color: rgba(50, 50, 50, 0.9);
}

.fa-search {
  -webkit-transform-origin: -5% 50%;
  -moz-transform-origin: -5% 50%;
  -ms-transform-origin: -5% 50%;
  -o-transform-origin: -5% 50%;
  transform-origin: -5% 50%;
  background: url(../images/i_search.png) no-repeat;
}

.img_item:hover .ovrly {
  opacity: 1;
}

.img_item:hover .fa2 {
  -webkit-transform: rotateZ(0deg) scale(1);
  -moz-transform: rotateZ(0deg) scale(1);
  -ms-transform: rotateZ(0deg) scale(1);
  -o-transform: rotateZ(0deg) scale(1);
  transform: rotateZ(0deg) scale(1);
}

.img_item:hover img {
  transform: scale(1.02, 1.02);
}

/*滚动模块分页*/

.pro_swiper {
  padding-bottom: 100px;
}

.swiper-paginations {
  text-align: center;
  margin-top: 50px;
}

.swiper_pagination_num {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.pro_swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction, {
  bottom: 40px;
}

.pro_swiper .swiper-pagination-bullet {
  width: 38px;
  height: 38px;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #000000;
  opacity: 1;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: transparent;
}

.pro_swiper .swiper-pagination-bullet-active, .pro_swiper .swiper-pagination-bullet:hover, .pro_swiper .swiper_prev:hover, .pro_swiper .swiper_next:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.pro_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px!important;
}

.pro_swiper .swiper_prev, .pro_swiper .swiper_next {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px 15px;
  line-height: 38px;
  height: 38px;
  font-size: 14px;
  color: #000000;
  opacity: 1;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: transparent;
}

@media(max-width: 767px) {
  .swiper-paginations {
    text-align: center;
    margin-top: 30px;
  }
  .pro_swiper {
    padding-bottom: 20px;
  }
  .pro_swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
  }
  .pro_swiper .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #000000;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: transparent;
  }
  .pro_swiper .swiper-pagination-bullet-active, .pro_swiper .swiper-pagination-bullet:hover, .pro_swiper .swiper_prev:hover, .pro_swiper .swiper_next:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .pro_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px!important;
  }
  .pro_swiper .swiper_prev, .pro_swiper .swiper_next {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 8px;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    color: #000000;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: transparent;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .pro_swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
  }
  .pro_swiper .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #000000;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: transparent;
  }
  .pro_swiper .swiper-pagination-bullet-active, .pro_swiper .swiper-pagination-bullet:hover, .pro_swiper .swiper_prev:hover, .pro_swiper .swiper_next:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .pro_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px!important;
  }
  .pro_swiper .swiper_prev, .pro_swiper .swiper_next {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 8px;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    color: #000000;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: transparent;
  }
}

.right_side {
  position: fixed;
  top: 30%;
  right: 10px;
  width: 78px;
  background-color: #333333;
}

.right_side li:not(:first-of-type) {
  border-top: 1px solid #555666;
}

.right_side li a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
}

.icon_share {
  width: 38px;
  height: 38px;
  margin: 6px auto;
}

.icon_qq {
  background: url(../images/icon_qq.png) no-repeat center center;
  background-size: 100% 100%;
}

.icon_xq {
  background: url(../images/icon_xq.png) no-repeat center center;
  background-size: 100% 100%;
}

.icon_call {
  background: url(../images/icon_call.png) no-repeat center center;
  background-size: 100% 100%;
}

.icon_wechat {
  background: url(../images/icon_ewm.png) no-repeat center center;
  background-size: 100% 100%;
}

.icon_top {
  background: url(../images/icon_top.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-top {
  display: none;
}

.right_side .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}

.btn-wx {
  position: relative;
}

.btn-wx img {
  width: 160px!important;
  max-width: 160px!important;
}
.qianse{
  background-color: #f3fff9!important
}