.global-mgb {
  margin-bottom: 5.312em;
}
.ph-global-mgb {
  margin-bottom: 3.625em;
}
.gray {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: gray;
}
.grayno {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.bgimg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.backtop {
  position: fixed;
  right: 1.5625%;
  bottom: 50px;
  z-index: 300;
  display: none;
  width: 45px;
  height: 60px;
  background: url(../image/top.png) no-repeat center center;
  background-size: cover;
}
.backtop:hover {
  background: url(../image/top-hov.png) no-repeat center center;
  background-size: cover;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 500;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header-down {
  color: #005197;
  background-color: #fff;
  z-index: 600;
}
.header-down .pc-navbar {
  padding-top: 1.33em;
}
.header-down .pc-navbar li.lv1-box > a {
  color: #000;
  font-size: 1em;
  line-height: 1.625em;
  display: block;
  border-bottom: 1px solid transparent;
  position: relative;
}
.header-down .pc-navbar li.lv1-box > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #005197;
  top: 100%;
  left: 0;
  transition: width .5s ease;
}
.header-down .pc-navbar li.lv1-box > a:hover:after {
  width: 100%;
}
.header-down .pc-navbar li.lv1-box.current > a {
  border-bottom: 1px solid #005197;
  color: #005197;
}
.header-down .pc-navbar li.lv1-box > a:hover {
  color: #005197;
}
.fix-inner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  box-shadow: none;
  border-bottom: none;
  color: #005197;
  background-color: #fff;
  z-index: 600;
}
.fix-inner .header-logo {
  display: none;
}
.fix-inner .pc-navbar {
  padding-top: 1.33em;
}
.fix-inner .pc-navbar li.lv1-box > a {
  color: #000;
  font-size: 1em;
  line-height: 1.625em;
  display: block;
  border-bottom: 1px solid transparent;
  position: relative;
}
.fix-inner .pc-navbar li.lv1-box > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #005197;
  top: 100%;
  left: 0;
  transition: width .5s ease;
}
.fix-inner .pc-navbar li.lv1-box > a:hover:after {
  width: 100%;
}
.fix-inner .pc-navbar li.lv1-box.current > a {
  border-bottom: 1px solid #005197!important;
  color: #005197;
}
.fix-inner .pc-navbar li.lv1-box > a:hover {
  color: #005197;
}
.fix-inner .header-inner a.header-logo-fixed {
  display: block;
}
.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.fixednav .header-logo {
  display: none;
}
.header-inner {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-inner a.header-logo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 14.375em;
  height: 5.938em;
  margin-left: -7.1875em;
  z-index: 500;
}
.header-inner a.header-logo img {
  max-width: 100%;
}
.header-inner a.header-logo-fixed {
  position: absolute;
  left: 50%;
  top: 0;
  width: 9.375em;
  height: 2.688em;
  margin-left: -4.6875em;
  margin-top: 0.875em;
  display: none;
}
.header-inner a.header-logo-fixed img {
  max-width: 100%;
}
.header-inner a.header-logo-fixed.show {
  display: block;
}
.pc-navbar {
  padding-top: 2.25em;
}
.pc-navbar > ul {
  margin-right: -4.1667%;
}
.pc-navbar > ul.pc-navbarul1 {
  float: none;
  width: 100%;
}
.pc-navbar > ul.pc-navbarul2 {
  float: right;
  width: 33%;
}
// #menu-item-1{
//       float: left;
//     margin-right: 5%;
//     position: relative;
//     padding-bottom: 1.25em;
// }
// #menu-item-1 a{
//       color: #fff;
//     font-size: 1em;
//     line-height: 1.625em;
//     display: block;
//     position: relative;
// }

.pc-navbar>ul>li:first-child{
       float: left;
    margin-right: 5%;
    position: relative;
    padding-bottom: 1.25em;
}
.header-down .pc-navbar>ul>li:first-child{
       float: left;
    margin-right: 5%;
    position: relative;
    padding-bottom: 1.25em;
}

.pc-navbar>ul>li:first-child>a{
      color: #fff;
    font-size: 1em;
    line-height: 1.625em;
    display: block;
    position: relative;  
}
.fix-inner .header-inner .pc-navbar>ul>li:first-child>a{
      color: #000!important;
}
.pc-navbar li.current > a {
    border-bottom: 1px solid #fff!important;
}

.header-down .pc-navbar>ul>li:first-child>a{
      color: #000;
    font-size: 1em;
    line-height: 1.625em;
    display: block;
    position: relative; 
}
.header-down .pc-navbar li.current > a {
    border-bottom: 1px solid #005197!important;
    color: #005197!important;
}

.header-down .pc-navbar>ul>li:first-child>a:hover{
  color:#005197;
}
.pc-navbar>ul>li:first-child>a:after{
      content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  top: 100%;
  left: 0;
  transition: width .5s ease;
}
.header-down .pc-navbar>ul>li:first-child>a:after{
        content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #005197;
  top: 100%;
  left: 0;
  transition: width .5s ease;
}

.pc-navbar>ul>li:first-child>a:hover:after{
  width:100%;
}
.header-down .pc-navbar>ul>li:first-child>a:hover:after{
    width:100%;
}
.pc-navbar > ul.pc-navbarul2 li.lv1-box {
  margin-right: 0;
  margin-left: 13%;
}
// .pc-navbar>li:first-child{
//    float: left;
//   margin-right: 5%;
//   position: relative;
//   padding-bottom: 1.25em; 
//   font-size: 1em;
// }
// .pc-navbar>li:first-child>a{
//     color: #fff;
//     font-size: 1em;
//     line-height: 1.625em;
//     display: block;
//     position: relative;
// }
// .pc-navbar>li:first-child>a:after{
//     content: "";
//   display: block;
//   position: absolute;
//   width: 0;
//   height: 1px;
//   background: #fff;
//   top: 100%;
//   left: 0;
//   transition: width .5s ease;
// }
// .pc-navbar>li:first-child>a:hover:after{
//   width:100%;
// }

.pc-navbar li.lv1-box {
  float: left;
  margin-right: 3%;
  position: relative;
  padding-bottom: 1.25em;
}
.pc-navbar li.lv1-box:nth-child(3){
  margin-right:38%;
}
@media screen and (max-width:1400px){
  .pc-navbar li.lv1-box:nth-child(3){
  margin-right:47%;
}
}
@media screen and (max-width:1300px){
  .pc-navbar li.lv1-box:nth-child(3){
  margin-right:45%;
}
}

.pc-navbar li.lv1-box:last-child{
  margin-right:0%;
}

.pc-navbar li.lv1-box > a {
  color: #fff;
  font-size: 1em;
  line-height: 1.625em;
  display: block;
  position: relative;
}
.pc-navbar li.lv1-box > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  top: 100%;
  left: 0;
  transition: width .5s ease;
}

.pc-navbar li.lv1-box > a:hover:after {
  width: 100%;
}
.pc-navbar li.lv1-box.current > a {
  border-bottom: 1px solid #fff;
}
.ph-nav-bar .ph-tapicon {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  float: right;
  width: 1.625em;
  height: 1.15em;
  background: url(../image/ph-nav-icon2.png) no-repeat center center;
  background-size: cover;
}
.ph-nav-bar .ph-tapicon.on {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  float: right;
  width: 1.562em;
  height: 1.15em;
  background: url(../image/ph-nav-icon.png) no-repeat center center;
  background-size: cover;
}
.ph-nav-bar .ph-tapicon.on2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  float: right;
  width: 1.562em;
  height: 1.15em;
  background: url(../image/ph-nav-icon.png) no-repeat center center;
  background-size: cover;
}
.ph-nav-bar .ph-tapicon.onclick {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  float: right;
  width: 1.25em;
  height: 1.25em;
  background: url(../image/closebtn2.png) no-repeat center center;
  background-size: cover;
}
.ph-nav-bar .ph-tapicon.onclick2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  float: right;
  width: 1.25em;
  height: 1.25em;
  background: url(../image/closebtn.png) no-repeat center center;
  background-size: cover;
}

 .lv2-box {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  width: 18.0em;
    padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: #2e2e2e;
  position: absolute;
  z-index: 1200;
}
.lv2-box ul {

}
.lv2-box  li {
  height: 2.125em;
  line-height: 2.125em;
  padding-left: 1em;
  padding-right: 1.25em;
  position: relative;
}
.lv2-box  li > a {
  color: #cccccc;
  display: block;
  font-size: 0.875em;
}
.lv2-box  li.hasChild > a {
  background: url(../image/lv3adddoll.png) no-repeat center right;
}
.lv2-box  li.active {
  background-color: #414141;
}
.lv2-box  li.active > a {
  color: #fff;
}
.contrary .lv2-box {
  left: initial;
  right: -20px;
}
.contrary .lv2-box .lv3-box {
  left: initial;
  right: 100%;
}

.lv2-box  li.hasChild .lv2-box{
  display: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
      position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #414141;
   
}
#main-menu .lv1-box:first-child .lv2-box li.hasChild .lv2-box{
  width:20em;
}
.lv2-box  li.hasChild .lv2-box>li{
  height:auto
}
.lv2-box  li.hasChild .lv2-box>li>a{
      font-size: 0.875em;
    line-height: 1.4285em;
    color: #cccccc;
    display: block;
    padding: 0.56em 0;
}
.lv1-box:nth-child(4) .lv2-box{
  left:initial;
  right:-20px;
}
.lv1-box:nth-child(5) .lv2-box{
  left:initial;
  right:-20px;
}
.lv1-box:nth-child(6) .lv2-box{
  left:initial;
  right:-20px;
}

.lv1-box:nth-child(4) .lv2-box  li.hasChild .lv2-box{
  left:initial;
  right:100%;

}
.lv1-box:nth-child(5) .lv2-box  li.hasChild .lv2-box{
  left:initial;
  right:100%;
}
.lv1-box:nth-child(6) .lv2-box  li.hasChild .lv2-box{
  left:initial;
  right:100%;
}


.lv1-box+.lv1-box.lv1-box.lv1-box.lv1-box.lv1-box .lv2-box  li.hasChild .lv2-box{
  left:initial;
  right:100%;
}



.lv2-box  li.hasChild .lv2-box>li.active{
   background-color: #525252;
}
.lv3-box dl {
  display: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.lv3-box dl dd {
  height: auto;
  line-height: 2.125em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.lv3-box dl dd > a {
  font-size: 0.875em;
  line-height: 1.4285em;
  color: #cccccc;
  display: block;
  padding: 0.56em 0;
}
.lv3-box dl dd.now {
  background-color: #525252;
}
.lv3-box dl dd.now > a {
  color: #fff;
}
.footer {
  background-color: #3b3b3b;
}
.footer-top {
  padding-top: 3.5em;
  padding-bottom: 2.375em;
}
.index-about-us {
  width: 23.5%;
  float: left;
}
.footer-top-tit {
  font-size: 1.125em;
  color: #999999;
  margin-bottom: 0.7778em;
}
.footer-top-tit img {
  display: none;
}
.index-about-det {
  font-size: 0.875em;
  color: #ffffff;
  line-height: 1.8571em;
}
.index-about-det .index-about-address {
  margin-top: 1.125em;
  overflow: hidden;
}
.index-about-det .index-about-address img {
  float: left;
  padding-right: 1.25em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
    width: 58px;
    height: 40px;  
}
.index-about-det .index-about-address img:hover {
  // -webkit-transform: translateY(-5px);
  // -moz-transform: translateY(-5px);
  // transform: translateY(-5px);
}
.index-about-det .index-about-address .address-det {
  font-size: 0.875em;
  line-height: 1.4285em;
  position: relative;
  // top:1em;
}
.index-about-det .index-about-phone {
  margin-top: 1.5em;
}
.index-about-det .index-about-phone img {
  float: left;
  padding-right: 1.25em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
    width: 58px;
    height: 40px;  
}
.index-about-det .index-about-phone img:hover {
  // -webkit-transform: translateY(-5px);
  // -moz-transform: translateY(-5px);
  // transform: translateY(-5px);
}
.index-about-det .index-about-phone .address-det {
  font-size: 0.875em;
  line-height: 1.4285em;
  padding-top: 0.875em;
}
.index-pro {
  float: right;
  width: 68%;
}
.index-pro-det ul li {
  width: 29.66%;
  padding-bottom: 0.667em;
  margin-right: 3%;
  float: left;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 0.667em;
  background: url(../image/index_cp_dol.png) no-repeat left 9px;
}
.index-pro-det ul li a {
  padding-left: 0.875em;
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-pro-det ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
  color: #0087ff;
}
@media screen and (max-width: 768px) {
  .index-about-us {
    width: 100%!important;
  }
  .index-pro {
    width: 100%;
  }
  .footer-top {
    padding-top: 1em;
  }
  .footer-top-tit {
    font-size: 1.125em;
    margin-bottom: 0;
    padding: 1.111em 0;
    color: #fff;
    border-bottom: 1px solid #555555;
  }
  .footer-top-tit img {
    width: 0.438em;
    height: 0.688em;
    float: right;
    margin-top: 5px;
    display: block;
    margin-right:0.2em;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .footer-top-tit.phon img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .index-about-det {
    color: #b2b2b2;
    font-size: 1em;
    line-height: 1.875em;
    padding-bottom: 2.625em;
    border-bottom: 1px solid #555555;
  }
  .index-about-det .index-about-address .address-det {
    font-size: 1em;
    line-height: 1.5em;
  }
  .index-about-det .index-about-phone {
    margin-top: 1.25em;
  }
  .index-about-det .index-about-phone .address-det {
    font-size: 1em;
    line-height: 1.5em;
  }
  .about-bot-item {
    display: none;
    padding-top: 1.875em;
  }
  .index-pro .index-pro-det ul li {
    width: 100%;
  }
  .index-pro .index-pro-det ul li a {
    font-size: 1em;
    color: #b2b2b2;
  }
}
.footer-bot {
  background-color: #2e2e2e;
}
.footer-bot-inner {
  padding: 1.125em 0;
}
.foot-copy {
  color: #666666;
  font-size: 0.875em;
}
.foot-copy .text {
  float: left;
}
.foot-copy .text a {
  color: #666666;
  padding-left: 10px;
}
.foot-copy .text a:hover {
  text-decoration: underline;
  color: #fff;
}
.foot-support {
  float: right;
  margin-left: 14px;
}
.foot-support a {
  color: #666666;
  font-size: 0.875em;
}
.foot-support a:hover {
  color: #fff;
}
.foot-support .title {
  float: left;
}
.foot-jszc-wrap {
  float: left;
}
@media screen and (max-width: 991px) {
  .header-inner a.header-logo {
    width: 10.625em;
    height: 4.375em;
    margin-left: -5.3125em;
  }
  .foot-copy {
    font-size: 1em;
  }
  .foot-copy .text {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 1em;
    line-height: 1.625em;
  }
  .foot-copy .text a {
    display: block;
    font-size: 1em;
    line-height: 1.625em;
    margin-top: 0.3em;
  }
  .ph-support {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 1em;
    margin-top: 1.25em;
  }
  .ph-support a {
    color: #666666;
  }
  .footer-bot-inner {
    padding: 2em 0;
  }
}
.phnav-top {
  height: 4.15em;
  position: relative;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
}
.phnav-top .header-logo-phnav {
  position: absolute;
  left: 50%;
  top: 0;
  width: 9.375em;
  height: 2.688em;
  margin-left: -4.6875em;
  margin-top: 0.875em;
  display: block;
}
.phnav-top .header-logo-phnav img {
  max-width: 100%;
}
.phnav-top .phnav-closebtn {
  position: absolute;
  right: 5%;
  margin-top: 1.4em;
  width: 1.25em;
  height: 1.25em;
}
.phnav-top .phnav-closebtn img {
  max-width: 100%;
}
.pop-ph-nav {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 600;
  height: 100%;
  overflow: auto;
}
.pop-ph-nav li.currentlv1 h5>a {
  color: #005197;
}
.pop-ph-nav.show {
  height: 100%;
  border-top: 1px solid #e8e8e8;
}
.ph-nav-list {
  width: 100%;
  font-size: 1.125em;
  padding: 1.25em 0;
  height: 100%;
}

.ph-nav-list .nav-level1 {
  width: 92%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  line-height: 4.375em;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.ph-nav-list .nav-level1 .ph-nav-level2 .nav-level1{

}




.ph-nav-list .nav-level1 


.ph-nav-list .nav-level1 > a {
  font-size: 1.125em;
}
.ph-nav-level2 {
  width: 100%;
  display: none;
  background: #2e2e2e;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.ph-nav-level2 > li > a {
  padding: 1em 0;
  font-size: 1em;
  color: #cccccc;
  /* display: block; */
  /* width: 92%; */
  padding-left: 4.3%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  width: 88%;
}
.ph-nav-level2 > li.haslv3 .arrow2 {
  width: 24px;
}
.ph-nav-level2 > li.haslv3 .lv3-inner {
  overflow: hidden;
  padding: 0 4%;
}
.ph-nav-level2 > li.haslv3 .lv3-inner a {
  float: left;
  color: #fff;
}
.ph-nav-level2 > li.haslv3 .lv3-inner img {
  float: right;
  margin-top: 22px;
}
.ph-nav-level2 > li.haslv3 ul li:hover {
  background-color: #525252;
}
.ph-nav-level2 > li.onlv3 {
  background-color: #404040;
}
.ph-nav-level3 {
  display: none;
  padding: 1.125em 0;
  border-top: 1px solid #525252;
  background-color: #404040;
}
.ph-nav-level3 > li {
  line-height: 3.125em;
  height: 3.125em;
}
.ph-nav-level3 > li > a {
  padding-left: 8.3%;
  color: #cccccc;
  font-size: 0.938em;
}
.ph-nav-list .nav-level1 .arrow {
  font-size: 1em;
  width: 0.438em;
  height: 0.688em;
  display: block;
  overflow: hidden;
  background: url(../image/arrphnav.png) no-repeat center center #ffffff;
  background-size: cover;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 2%;
  top: 40%;
}
.ph-nav-list li.active>h5>.arrow {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.ph-nav-list>li:first-child a{
width: 92%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    line-height: 4.375em;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.header .header-inner .pop-ph-nav .ph-nav-list>li.currentlv1>a{
   color: #005197!important;
}
.header .header-inner .pop-ph-nav .ph-nav-list>li.currentlv1>h5>a {
    color: #005197!important;
}

.ph-nav-list .hasChild .nav-level1{
  color:#fff;
  border-bottom:none;
line-height: 3.425em;
} 
.ph-nav-list .hasChild .nav-level1 a{
  color:#cccccc;
  font-size: 1.1em;
} 
.ph-nav-list .hasChild .nav-level1 i.arrow{
    width: 24px;
  height:4px;
  background: url(../image/lve3asd.png) no-repeat center center ;
  background-size: cover;
}

.ph-nav-list .hasChild.onlv3 .ph-nav-level2{
  background-color: #404040;
      padding: 1.125em 0;
    border-top: 1px solid #525252;
    background-color: #404040;
}
.ph-nav-list .hasChild.onlv3 .ph-nav-level2 li a{
      padding-left: 8.3%;
    color: #cccccc;
    font-size: 0.938em;
}
.ph-nav-list .hasChild.onlv3 .ph-nav-level2 li:hover{
  background-color: #525252;
}
.global-more {
  display: inline-block;
  color: #0379e2;
  font-size: 0.875em;
  line-height: 1.42em;
  padding-top: 1.5714em;
}
.global-more img {
  margin-left: 1em;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.global-more:hover {
  color: #0379e2;
}
.global-more:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .global-more {
    font-size: 1em;
  }
  .global-more img {
    width: 12px;
    margin-left: 0.3em!important;
  }
}
@keyframes arrowRight {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100px;
    opacity: 1;
  }
}
.arrow-right {
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1em 0;
  position: relative;
  animation: arrowRight 1s ease forwards;
  transform: translate(0);
  width: 80px;
  animation: none;
  opacity: 1;
  transition: width .5s ease;
  z-index: 300;
}
.arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  right: 0;
  border-left-color: #fff;
  top:48%\9;
}
.arrow-right:before {
  content: "查看详情";
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: width .5s ease;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #0379e2;
  transform: translateY(-50%);
  font-size: 14px;
}
.arrow-right .arrow-right.light {
  background: #fff;
}
.ph-indu-list .arrow-right {
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1em 0;
  position: relative;
  animation: arrowRight 1s ease forwards;
  transform: translate(0);
  width: 80px;
  animation: none;
  opacity: 1;
  transition: width .5s ease;
  z-index: 300;
}
.ph-indu-list .arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  right: 0;
  border-left-color: #fff;
}
.ph-indu-list .arrow-right:before {
  content: "查看详情";
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  transition: width .5s ease;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #0379e2;
  transform: translateY(-50%);
  font-size: 1em;
  opacity: 1;
}
.ph-indu-list .arrow-right .arrow-right.light {
  background: #fff;
}
.inner-hd {
  text-align: center;
  margin-top: 1.0em;
}
.inner-hd a.on {
  background-color: #fff;
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  transform: scale(2, 2);
}
.inner-hd a {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin: 0 3px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.jjsection .inner:hover .plus-link {
  webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.plus-link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform .6s ease;
  overflow: hidden;
  z-index: 500;
}
.plus-link-container {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.plus-link-out {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.plus-link-out::before {
  margin-top: -142px;
  width: 1px;
  height: 70px;
  margin-left: -0.5px;
  margin-top: -35px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: margin 0.2s ease-in-out 0.2s;
  -moz-transition: margin 0.2s ease-in-out 0.2s;
  transition: margin 0.2s ease-in-out 0.2s;
}
.plus-link-out::after {
  margin-left: 72px;
  width: 70px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -35px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: margin 0.2s ease-in-out 0.2s;
  -moz-transition: margin 0.2s ease-in-out 0.2s;
  transition: margin 0.2s ease-in-out 0.2s;
  background: #ffffff;
}
.plus-link-come::before {
  width: 1px;
  height: 70px;
  margin-left: -0.5px;
  margin-top: 72px;
  background: #ffffff;
  content: "";
  /* display: block; */
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.plus-link-come::after {
  width: 70px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -142px;
  background: #ffffff;
  content: "";
  /* display: block; */
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.plus-link:hover .plus-link-container .plus-link-out:before {
  margin-top: -62px;
}
.plus-link:hover .plus-link-container .plus-link-out:before,
.plus-link:hover .plus-link-container .plus-link-out:after {
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.plus-link:hover .plus-link-container .plus-link-out:before {
  margin-top: -142px;
}
.plus-link:hover .plus-link-container .plus-link-out:after {
  margin-left: 72px;
}
.plus-link:hover .plus-link-container .plus-link-come:before,
.plus-link:hover .plus-link-container .plus-link-come:after {
  -webkit-transition: margin 0.2s ease-in-out 0.2s;
  -moz-transition: margin 0.2s ease-in-out 0.2s;
  transition: margin 0.2s ease-in-out 0.2s;
}
.plus-link:hover .plus-link-container .plus-link-come:before {
  margin-top: -35px;
}
.plus-link:hover .plus-link-container .plus-link-come:after {
  margin-left: -35px;
}
.plus-link:hover .plus-link-container .plus-link-out:before,
.plus-link:hover .plus-link-container .plus-link-out:after {
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.plus-link:hover .plus-link-container .plus-link-out:before {
  margin-top: -142px;
}
.plus-link:hover .plus-link-container .plus-link-out:after {
  margin-left: 72px;
}
.plus-link:hover .plus-link-container .plus-link-come:before,
.plus-link:hover .plus-link-container .plus-link-come:after {
  -webkit-transition: margin 0.2s ease-in-out 0.2s;
  -moz-transition: margin 0.2s ease-in-out 0.2s;
  transition: margin 0.2s ease-in-out 0.2s;
}
.plus-link:hover .plus-link-container .plus-link-come:before {
  margin-top: -35px;
}
.plus-link:hover .plus-link-container .plus-link-come:after {
  margin-left: -35px;
}
