
.top_bg{ height:6.2rem; width:100%;position: absolute;top: 0;left: 0;z-index: 99;border-bottom: 1px solid rgba(255,255,255,0.1);}
            .header{width: 92%;margin:0 auto;}
            .logo{width: 16.5%;height: 6.2rem;line-height: 0;display: flex;align-items: center;}
            .logo img,.logo a{display: block;width: 100%;}
            .h_nav{width: 50%; height:6.2rem;}
            .h_nav ul{ width: 100%; height:6.2rem;display: flex;justify-content: space-between;}
            .h_nav li a{display: flex;align-items: center;justify-content: center; font-size:0.9rem; color:#fff; height: 6.2rem;position: relative;z-index: 4;}
            .h_nav li a:after {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 0.15rem;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
height: 0.15rem;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
            .h_nav li em{width: 0.5rem;height: 0.5rem;margin-left: 0.3rem;line-height: 0;opacity: 0;-webkit-transition:all .3s;transition:all .3s;}
            .h_nav li em img{width: 0.5rem;height: 0.5rem;}
            .h_nav li a:hover em,
            .h_nav li.cur a em{opacity: 1;}
            .h_nav li a:hover,
            .h_nav li.cur a{font-weight: bold;}

            em,i{font-style: normal;}
            
            html{font-size:12px;-webkit-text-size-adjust:none}
            @media screen and (min-width:1200px){html{font-size:12.5px}
            }
            @media screen and (min-width:1280px){html{font-size:13.33333px}
            }
            @media screen and (min-width:1366px){html{font-size:14.22916px}
            }
            @media screen and (min-width:1440px){html{font-size:15px}
            }
            @media screen and (min-width:1600px){html{font-size:16.66666px}
            }
            @media screen and (min-width:1800px){html{font-size:18.75px}
            }
            @media screen and (min-width:1920px){html{font-size:20px}
            }
            @media screen and (min-width:2144px){html{font-size:22.33333px}
            }
            @media screen and (min-width:2400px){html{font-size:25px}
            }
            @media screen and (min-width:2752px){html{font-size:28.66666px}
            }
            @media screen and (min-width:3200px){html{font-size:33.33333px}
            }
            @media screen and (min-width:3840px){html{font-size:40px}
            }
            
 
.banner{position: relative; height:auto;clear: both;}
.banner img {display: block;width: 100%;margin:0 auto;}
.ban_video01{width: 100%;line-height: 0;overflow: hidden;position:relative;}
.ban_video01 p{position: absolute;top: 0;left:0; width: 100%;line-height:0;z-index:3;}
.banner .slick-arrow {position: absolute;font-size: 0;bottom:3.5rem;z-index: 9; width: 2.8rem; height: 2.8rem;border: 0; outline: none;cursor: pointer;}
.banner .slick-prev {right: 10%; background:url(images/ban_lico.png) no-repeat center center/2.8rem 2.8rem;}
.banner .slick-next {right: 6%;background:url(images/ban_rico.png) no-repeat center center/2.8rem 2.8rem;}
.slick-dots {position: absolute;left:8.3%; font-size:0;bottom:2rem;width:90%;outline: none;z-index: 4;}
.slick-dots li {display: inline-block; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 6.6rem;height: 0.1rem;margin-right:0.1rem; display: inline-block;outline: none;background: #e2eaf4;}
.slick-dots .slick-active button {background: #0066cc;}
.banner .banMenu {position: absolute;left: 50%;bottom: 2.5rem;width: 7rem;height: 1.5rem;margin-left: -3.5rem;z-index: 5;display: flex;align-items: center;justify-content: center;font-size: 0.8rem;color: #fff;}
.banner .banMenu i {width: 0.8rem;height: 1rem;margin-left: 0.5rem;}
.banner .banMenu i img {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-animation: bounceY 2s infinite;
            -moz-animation: bounceY 2s infinite;
            -o-animation: bounceY 2s infinite;
            -ms-animation: bounceY 2s infinite;
            animation: bounceY 2s infinite;
        }
      @-moz-keyframes bounceY {
            0%,
            100% {
                -moz-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -moz-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @-o-keyframes bounceY {
            0%,
            100% {
                -o-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -o-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @keyframes bounceY {
            0%,
            100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-6px);
            }
        }


.f_bg{ background:#f0f2f5; height:29rem;overflow: hidden;padding-top: 3rem;position: relative;}
.f_bg:before{
    content: "";
    position: absolute;
    top: 7.7rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.f_bg:after{
    content: "";
    position: absolute;
    bottom: 3.6rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.footer{width: 83.33%; margin:0 auto;}
.foot_top{width: 100%;height: 4.7rem;}
.foot_top h3{width: 17%;line-height: 0;float: left;}
.foot_top h3 img{display: block;width: 100%;}
.f_code{float: right;width: 19%;display: flex;justify-content: space-between;}
.f_code p{line-height: 0;position: relative;}
.f_code p i{width: 1.5rem;height: 1.5rem;display: block;cursor: pointer;line-height: 0;overflow: hidden;}
.f_code p i img{width: 1.5rem;height: 1.5rem;}
.f_code p em{width: 5rem;height: 5rem;display: none;position: absolute;top: 2.3rem;left: calc(50% - 2.7rem);border-radius: 0.3rem;background: #fff;border: #fff 0.2rem solid;}
.f_code p em:before{content: "";width: 0;height: 0;position: absolute;top: -0.6rem;left: calc(50% - 0.6rem);border-bottom:0.6rem solid #fff; 
border-left:0.6rem solid transparent;
border-right:0.6rem solid transparent;
}
.f_code p em img{width: 5rem;height: 5rem;}
.f_code p.cur i{border-color: #fff;}
.f_code p.cur em{display: block;animation: flipInY 1s;}
.f_nav{height: 17rem;width: 68%;padding-top: 3.7rem;}
.f_ul01 li{height: 17rem;float: left;width: 25%;}
.f_ul01 li a{font-size: 1rem;color: #333;font-weight: bold;display: block;height: 2.2rem;line-height: 2.2rem;width: 100%;margin-bottom: 1rem;}
.f_ul01 .f_ul02 li{width: 100%;height: 1.7rem;line-height: 1.7rem;}
.f_ul01 .f_ul02 li a{height: 1.7rem;line-height: 1.7rem;font-size: 0.8rem;color: rgba(0,0,0,0.5);margin-bottom: 0;font-weight: normal;}
.f_nav ul li a:hover{text-decoration: underline;color: rgba(0,0,0,0.8);}
.f_right{width: 26%;height: 17rem;padding-top: 3.7rem;}
.f_ban{margin-bottom: 1rem;text-align: right;}
.f_ban span{display: block;font-size: 0.8rem;color: rgba(0,0,0,0.9);line-height: 1rem;margin-bottom: 0.5rem;}
.f_ban span b{display: block;font-size: 1.6rem;color: rgba(0,0,0,1);line-height: 2rem;margin-top: 0.25rem;}
.f_ban p{font-size: 0.8rem;color: rgba(0,0,0,0.5);line-height: 1.5rem;}
.f_er{width: 50%;display: flex;justify-content: space-between;margin-left: 50%;}
      .f_er p {width: 48%;}
      .f_er p em {
        width: 100%;
        display: block;
        background: #fff;
        padding: 0.25rem;
        line-height: 0;
        box-sizing: border-box;
      }
      .f_er p em img{display: block;width: 100%;}
      .f_er p span {
        display: block;
        width: 100%;
        font-size: 0.7rem;color: rgba(0,0,0,0.6);
        line-height: 1.2rem;
        text-align: center;
        padding-top: 0.3rem;
      }
.f_bot{width: 100%;height: 3.6rem;line-height: 3.6rem;font-size: 0.8rem;color: rgba(0,0,0,0.5);}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: rgba(0,0,0,0.5);}
  

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    
    .xin-2112-client-1 li.my-kefu-top {
        display: none;
    }
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #0d63ba;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #0d63ba;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #0d63ba;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

