
.top_bg{ height:6.8rem; background:#fff; position: relative;z-index: 10; width:100%;}
.logo{width: 23%;padding: 1.6rem 2% 0 0;text-align: right;}
.logo img{ width:10.6rem; height:3.7rem;}
.h_right{width: 74%;}
.h_con{width: 100%;padding: 1rem 0 0;height: 2.5rem;line-height: 3rem;overflow: hidden;}
.h_dw{font-size: 1.2rem;color: #333;float: left;overflow: hidden;height: 2.5rem;font-weight: normal;}
.h_dw b{color: #273283;}
.h_tel{float: right;padding-right:160px;}
.h_tel em{width: 1.5rem;height: 1.5rem;display: block;float: left;line-height: 0;padding: 0.8rem 0.5rem 0 0;overflow: hidden;}
.h_tel em img{width: 1.5rem;height: 1.5rem;}
.h_tel b{font-size: 1.1rem;color: #333;padding-right: 1.6rem;}
.h_main{width: 100%;height: 2.2rem;}
.h_nav{ height:2.2rem;overflow: hidden;}
.h_nav li{ float:left;height: 2.2rem;line-height: 2.2rem;overflow: hidden;padding: 0 1.5rem;background: url(images/nav_bor.gif) no-repeat right 23px;}
.h_nav li a{ font-size:0.75rem; color:#333;display:block; float:left;position: relative;vertical-align: middle;text-align: center;height: 2.2rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.h_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffb243;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before,.h_nav li.cur a:before {
  right: 0;
}
.h_nav li.cur a{font-weight: bold;}
.h_nav li:first-child{padding-left: 0;}
.h_nav li.nobor{padding-right: 0;background: none;}
.h_main .isear{ float: right;width:1.1rem;height:1.1rem;z-index: 20;position: relative;margin:0.6rem 5.6rem 0 0;}
.h_main .isear .icon{display:block;width:1.1rem;height:1.1rem;cursor:pointer;}
.h_main .isear .icon:hover{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.h_main .isearch{position:absolute;right:-28px;top: 54px;padding:5px;background-color:#f3f3f3;width:295px;height:30px;border-radius:5px;opacity:0;visibility:hidden;z-index:5;transform-origin:100% 0;-webkit-transform-origin:100% 0;-webkit-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all .5s;transition:all .5s;}
.h_main .isearch .ser_inp{display:block;float:left;width:204px;height:16px;line-height:16px;padding:7px 10px;border-top-left-radius:4px;border-bottom-left-radius:4px;position:relative; border:none;font-size: 14px;}
.h_main .isearch .ser_so{cursor:pointer;display:block;float:left;width:70px;height:30px;line-height:30px;text-align:center;font-size:12px;background-color:#333;border-top-right-radius:4px;border-bottom-right-radius:4px;position:relative;color:#fff; border:none;font-size: 14px;}
.h_main .isearch:before{content:'';position:absolute;display:block;border:5px solid transparent;border-right:7px solid #333;z-index:3;right:75px;top:16px;}
.h_main .isear.open .isearch{opacity:1;visibility:visible;-webkit-transform:scale(1,1);transform:scale(1,1);}
.h_main .isear .icon:hover{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
input::-webkit-input-placeholder {color: #666;}

em,i{font-style: normal;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 15px;}}
@media screen and (min-width: 1280px) {html {font-size: 16px;}}
@media screen and (min-width: 1366px) {html {font-size: 17px;}}
@media screen and (min-width: 1440px) {html {font-size: 18px;}}
@media screen and (min-width: 1600px) {html {font-size: 20px;}}
@media screen and (min-width: 1920px) {html {font-size: 24px;}}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


        .ty-banner-1 {

            text-align:center;
        }
        .ty-banner-1 img{
      display: block;height:auto;width:100%;
        }
        .ty-banner-1 img.show{
            
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        .blk-main01{
            width: 1200px;
            margin: 0 auto;
        }
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #ffb243;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .p14-infocontent-1 {
            background: #fff;
            padding: 18px 0;
        }
        
        .p14-infocontent-1-tit {
            height: 38px;
            font-size: 24px;
            font-weight: normal;
            line-height: 38px;
            color: #4b4a4a;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-infocontent-1-sour {
            height: 24px;
            font-size: 12px;
            line-height: 24px;
            text-align: center;
            color: #aaa;
            margin-bottom: 20px;
        }
        
        .p14-infocontent-1-sour a {
            color: #aaa;
        }
        
        .p14-infocontent-1-sour span {
            margin: 0 9px;
        }
        
        .p14-infocontent-1-text {
            padding: 16px 18px;
            font-size: 14px;
            line-height: 24px;
            border: 1px solid #d6d6d6;
            margin-bottom: 22px;
        }
        
        .p14-infocontent-1-text-t1 {
            width: 78px;
            float: left;
            color: #342f2e;
            margin-right: -78px;
        }
        
        .p14-infocontent-1-text-t2 {
            padding-left: 80px;
        }
    

        .p14-pagination-1 dl {
            margin-bottom: 24px;
            padding-right: 40px;
        }
        
        .p14-pagination-1 dd {
            height: 32px;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-pagination-1 dd b{float: right;font-weight:normal;}
        
        .p14-pagination-1 dd span {
            width: 60px;
            height: 32px;
            background: #a2a2a2;
            color: #fff;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .p14-pagination-1 dt {
            height: 1px;
            border-bottom: 1px dashed #b5b5b5;
            margin-left: 60px;
            padding-top: 2px;
            margin-bottom: 2px;
        }
        .p14-pagination-1 dd em{float: right; padding-left: 20px;font-weight: normal;}
        .p14-pagination-1 dl a{color:#4b4a4a;}
        .p14-pagination-1-href {
            float: right;
            font-size: 18px;
            line-height: 32px;
        }
        
        .p14-pagination-1-href span {
            display: inline-block;
            padding: 0 6px;
            margin-left: 4px;
            background: #ffb243;
        }
        
        .p14-pagination-1-href a {
            display: block;
            color: #fff;
        }
        
        .p14-pagination-1-key {
            min-height: 40px;
            border-top: 1px solid #ffb243;
            font-size: 14px;
            line-height: 40px;
            color:#575556;
        }
        .p14-pagination-1-key a{ color:#575556;}
        .p14-pagination-1-key span {
            display: inline-block;
            margin: 0 4px;
        }
    

        .p14-info-3 {
            background: #f5f5f5;
            padding: 8px 20px;
        }
        
        .p14-info-3-tit {
            height: 55px;
            font-size: 24px;
            font-weight: normal;
            line-height: 55px;
            color: #4b4a4a;
        }
        
        .p14-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-top: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-3-list li h4 a{ color:#4b4a4a;}
        .p14-info-3-list li h4 span {
            float: right;
        }
    

        .p14-info-2 {
            background: #fff;
        }
        
        .p14-info-2-tit {
            height: 80px;
            font-size: 24px;
            font-weight: normal;
            line-height: 80px;
            background: #273283;
            color: #fff;
            text-align: center;
        }
        
        .p14-info-2-list dl {
            padding: 15px 10px 15px 7px;
            border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
            font-size: 12px;
            line-height: 18px;
            display: inline-block;
            width: 223px;
        }
        
        .p14-info-2-list dt {
            width: 40%;
            float: left;
            margin-right: 6px;
        }
        
        .p14-info-2-list dt img {
            display: block;
            max-width: 100%;
        }
        
        .p14-info-2-list dd h4 {
            height: 22px;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px;
        }
        
        .p14-info-2-list-desc {
            height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-2-list dl:nth-last-child(1) {
            border-bottom: 0;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

.f_bg{ background:#353535; height:380px;overflow: hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_logo{width: 430px;height: 320px;padding: 60px 0 0;}
.f_logo h5{width: 430px;line-height: 0;height: 140px;}
.f_logo h5 img{width: 250px;height: 88px;}
.f_logo p{width: 95px;text-align: center;line-height: 0;padding: 0 50px 0 0;float: left;}
.f_logo img{ width:95px; height:95px;}
.f_logo span{display: block;font-size: 14px;color: rgba(255,255,255,0.5);line-height: 40px;}
.f02{width: 770px;}
.f_nav{height: 128px;overflow: hidden;width: 770px; background:url(images/f_line01.png) no-repeat 0 bottom;}
.f_nav ul li{height: 128px;line-height: 150px;float: left;overflow: hidden;padding: 0 13px;}
.f_nav ul li a{font-size: 16px;color: rgba(255,255,255,0.7);display: block;height: 128px;}
.f_nav ul li a:hover{color: #fff; background:url(images/f_line02.png) no-repeat center bottom;}
.f_tel{width: 770px;height: 90px; background:url(images/f_line01.png) no-repeat 0 bottom;padding: 20px 0 0;line-height: 36px;}
.f_tel span{display: block; background:url(images/f_ico01.png) no-repeat 0 8px;font-size: 14px;color: #939393;padding-left: 30px;}
.f_tel b{color: rgba(255,255,255,0.4);font-size: 26px;padding-left: 30px;}
.f_ban{width: 770px;padding: 15px 0 0;height: 45px;}
.f_ban p{padding:0 0 0 30px;font-size: 16px;color: rgba(255,255,255,0.4);line-height: 30px;float: left;}
.f_p01{ background:url(images/f_ico02.png) no-repeat 0 2px;width: 480px;}
.f_p02{ background:url(images/f_ico03.png) no-repeat 0 7px;}
.f_bot{padding-left:30px;font-size: 14px;color: rgba(255,255,255,0.4);line-height: 20px;}
.f_bot a{color: rgba(255,255,255,0.4);}
.f_bot span{padding: 0 15px;}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #273283;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #273283;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
