
 .top_bg {
            height: 176px;
            background: url(../images/top_bg.gif) repeat-x;
            position: relative;
            z-index: 20;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .header .isear {
            right: 5px;
            position: absolute;
            top: 135px;
            width: 25px;
            height: 25px;
            z-index: 20;
        }
        
        .header .isear .icon {
            display: block;
            width: 25px;
            height: 25px;
            background: url(../images/s_so.gif) no-repeat 50% 50%;
            cursor: pointer;
            -webkit-transition: transform .3s;
            transition: transform .3s;
            float: right;
        }
        
        .header .isear .icon:hover {
            -webkit-transform: translate(-10px, 0);
            transform: translate(10px, 0);
        }
        
        .header .isearch {
            position: absolute;
            right: 0;
            top: 41px;
            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;
        }
        
        .header .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;
        }
        
        .header .isearch .ser_so {
            cursor: pointer;
            display: block;
            float: left;
            width: 70px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            background-color: #f68100;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: relative;
            color: #fff;
            border: none;
        }
        
        .header .isearch:before {
            content: '';
            position: absolute;
            display: block;
            border: 5px solid transparent;
            border-right: 7px solid #f68100;
            z-index: 3;
            right: 75px;
            top: 16px;
        }
        
        .header .isear.open .isearch {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        
        .header .isear .icon:hover {
            -webkit-animation: hvr-buzz-out 0.75s linear;
            animation: hvr-buzz-out 0.75s linear;
        }
        /*.nav li:last-child{background: none}*/
 input::-webkit-input-placeholder {
            color: #666;
        }
        
        .h_con {
            height: 96px;
            padding: 20px 0 0;
            overflow: hidden;
        }
        
        .h_con h1 {
            float: left;
            /* width: 110px; */
            padding: 0 32px 0 0;
        }
        
        .h_con h1 img {
            width: 80px;
        }
        
        .h_con .h_dw {
            float: left;
            padding: 5px 0 0;
            font-size: 13px;
            color: #333;
            line-height: 34px;
            width: 650px;
        }
        
        .h_dw b {
            display: block;
            font-size: 26px;
        }
        
        .h_dw i {
            color: #f68100;
        }
        
        .h_tel {
            float: right;
            padding: 0px 0 0 60px;
            font-size: 14px;
            color: #333;
            line-height: 28px;
            background: url(../images/tel.gif) no-repeat 0 13px;
        }
        
        .h_tel b {
            display: block;
            font-size: 24px;
        }
        
        .h_code {
            width: 110px;
            float: right;
            line-height: 0;
        }
        
        .h_code b {
            display: block;
            font-size: 12px;
            color: #666;
            float: left;
            width: 20px;
            text-align: center;
            line-height: 14px;
            font-weight: normal;
        }
        
        .h_code span {
            float: right;
            width: 80px;
            height: 80px;
        }
        
        .h_code span img {
            display: block;
            width: 80px;
            height: 80px;
        }
        
        .h_nav {
            height: 60px;
            line-height: 60px;
        }
        
        .h_nav em {
            width: 16px;
            height: 16px;
            display: block;
            line-height: 0;
            position: absolute;
            top: 23px;
            left: 15px;
            z-index: 20;
        }
        
        .h_nav em img {
            width: 16px;
            height: 16px;
        }
        
        .h_nav li {
            height: 60px;
            float: left;
            background: url(../images/nav_bor.gif) no-repeat right 24px;
            padding: 0 40px;
            position: relative;
        }
        
        .h_nav li a {
            font-size: 16px;
            color: #333;
            display: block;
            float: left;
            position: relative;
            vertical-align: middle;
            text-align: center;
            height: 60px;
            -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: #f68100;
            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 {
            right: 0;
        }
        
        .h_nav li.cur a {
            background: url(../images/nav_line.gif) repeat-x 0 bottom;
            color: #f68100;
        }
        
        .h_nav li a:hover {
            color: #f68100;
        }
        
        .h_nav .nobor {
            background: none;
        }
        
        em,
        i {
            font-style: normal;
        }
        
        .sub {
            position: absolute;
            left: 0;
            top: 59px;
            display: none;
            border-top: 3px solid #005dca;
            background: #fff;
            width: 160px;
            padding: 0 15px;
        }
        
        .sub:before {
            content: "";
            position: absolute;
            background: url(../images/nav2ico.png) no-repeat;
            width: 18px;
            height: 9px;
            left: 45px;
            top: -9px;
        }
        
        .sub li {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #e4e4e4;
            font-size: 14px;
            color: #333333;
            float: none;
            width: 100%;
            padding: 0;
            background: none;
        }
        
        .sub li a {
            color: #333333;
            font-weight: normal;
            padding: 0;
            display: block;
            height: 40px;
            line-height: 40px;
            float: none;
        }
        
        .sub li a:hover {
            font-weight: normal;
            color: #333333;
        }
        
        .h_nav .cur .sub li a {
            color: #333333;
            font-weight: normal;
            padding: 0;
        }
        
        .h_nav .cur .sub li a:hover {
            color: #333333;
        }
    
        
       
    .fullSlide{min-width:1200px;position:relative;height:669px;overflow:hidden; z-index: 2;}
     .fullSlide .bd{position:relative;z-index:0;}
     .fullSlide .bd ul{width:100%!important;}
      .fullSlide .bd li{width:100%!important;height:699px;overflow:hidden;text-align:center;position: relative;}
    .fullSlide .bd li a{display:block;height:699px;}
    .fullSlide .bd li img {position: absolute;left:50%;margin-left:-960px;top:0;}
    .fullSlide .hd{position:absolute;bottom:32px;z-index:99;left:46%;width:200px;}
    .fullSlide .hd li{width:15px;height:15px;float:left;margin-right:20px;background:#fff;border-radius: 50%}
    .fullSlide .hd li.on {background:#af1717;}
    .prev{position: absolute;left:2%;top:50%;}
    .next{position: absolute;right:2%;top:50%;}


        .seah_bj{height:126px;border-bottom:1px solid #c6c4c4;padding-top:15px;}
        .search{width:1200px;margin: 0 auto; overflow: hidden;box-sizing:border-box;background: #af1717;height: 111px}
        .s_inp01{width:866px;}
        .s_inp01 span{height:111px;color: #fff;font-size:14px;display: block;float:left;line-height: 111px;width:499px;background: url(../images/t_ico1.jpg) no-repeat right;margin-right: 32px;}
        .s_inp01 span a{color:#fff;padding:0 8px;}
        .s_inp01 p{padding-top:36px;}
        .inp01{width:258px;height:37px;line-height:37px;color:#b3d9c0;font-size:14px;padding-left:16px;float: left;border:0;background: none;border-bottom:1px solid #e2b4b4;}
        .inp02{background:url(../images/t_btn1.jpg) no-repeat;width:34px;height:38px;border:0; float: left;}
        
        .t_tel {float: left;height:111px;font-size:16px;color:#fff;padding:25px 0 0 104px;background:#33383c url(../images/t_tel_bj.jpg) no-repeat 37px 24px;width:304px;box-sizing: border-box;}
        .t_tel span {font-size:26px;color: #fff;display: block;line-height:40px;height:40px;font-weight: bold}
        ::-webkit-input-placeholder { color: #b3d9c0;}
        ::-moz-placeholder { color: #b3d9c0;}
        :-ms-input-placeholder {color: #b3d9c0;}
    

        .footWrap{background:#252c31;height:409px;overflow:hidden;padding-top:59px;}
        .footer{width:1200px;margin: 0 auto; position: relative;}
        .ft_nav{height: 115px;border-bottom:1px solid #454b50;}
        .ft_nav h2{float:left;font-size:0;line-height:0;width:146px;height: 94px;padding-left:10px;}
        .ft_nav h2 img{}
        .ft_nav p{float:right;width:965px;line-height:74px;font-size:18px;color: #fff;height: 113px;}
        .ft_nav p a{color: #fff;padding: 0 19px;height: 113px;display: inline-block;}
        .ft_nav p a:hover{color: #fff;font-weight:bold;border-bottom:2px solid #209253;}
        .ft_w{float:left;width:960px;margin-top:60px;}
        .ft_w li{float:left;padding-right:60px;}
        .ft_w li span{font-size:14px;color: #cfd0d0;line-height: 24px;display: block;padding-bottom:10px; float:left;}
        .ft_w h3{height:28px;line-height: 28px;font-size:14px;color: #cfd0d0;padding-top:26px;}
        .ft_w h3 span,.ft_w p span{color: #cfd0d0;padding-left:28px;font-weight: normal;}
        .ft_w p{font-size:14px;color: #cfd0d0;line-height: 24px;}
        .ft_w a{color: #cfd0d0}
        .erwm{float:right;width:173px;margin-top:58px;}
        .erwm p{float:left;width:139px;margin-right:25px;}
        .erwm img{display: block;width:139px;height: 139px;}
        .erwm span{display: block;text-align: center;font-size:14px;color: #fff;background: #51565a;height: 38px;line-height: 38px;}
        .erwm p:last-child{margin:0;}
    

        .lk_bj{position:relative;background: #05110c;height:68px;}
        .link{width:1200px;margin:0 auto;line-height: 68px;box-sizing: border-box;}
        .link span{font-size: 18px;color: #8e9190;font-weight: bold;padding:0 10px 0 41px;background: url(../images/link_ico.jpg) no-repeat left center;line-height: 68px;display: inline-block;}
        .link a {color: #8e9190;font-size: 14px;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: #af1717;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #af1717;
            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;
        }
    
.coin{ float:left; margin-right:10px;}