@charset "utf-8";
body{
    min-width: 1260px;
    font-family: 'Microsoft Yahei','微软雅黑';
}
*{
    margin:0;
    padding:0;
}
img{
    border:none;
    display:block;
}
li{
    list-style-type:none;
}
a{
    text-decoration:none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #222222;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    z-index: 21;
}
.header1{
    background: rgba(255,255,255,.1);
}
.header_main,.content_main{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.logo{
    margin: 16px 0;
}
.logo_word{
    font-size: 16px;
    margin:30px 0 0 48px;
}
.nav{
    /*overflow: hidden;*/
    margin-top: 30px;
}
.nav_list{
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 22px;
    position: relative;
}
.nav_list a{
    color: #ffffff;
}
.nav .on:after{
    display: block;
    content:"";
    width:22px;
    height:4px;
    background:rgba(255,0,0,1);
    border-radius:2px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -11px;
}
.nav .on a{
    color: #FF0000;
}
.footer{
    background: #2e2f32;
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    overflow: hidden;
    padding: 48px 0 0;
}
.f_top{
    overflow: hidden;
    padding-bottom: 48px;
}
.footer_left{
    width: 480px;
    overflow: hidden;
}
.footer_mid{
    width: 360px;
    margin-left: 120px;
}
.footer_mid p{
    margin-bottom: 12px;
}
.footer_right{
    margin-left: 120px;
}
.f_title{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}
.ftitle_line{
    width:32px;
    height:2px;
    background:rgba(255,0,0,1);
    margin-bottom: 14px;
}
.ftitle_line1{
    margin-bottom: 24px;
}
.f_bottom{
    margin: 0 auto;
    color: #888888;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    font-family: "微软雅黑";
    border-top: 1px solid #484848;
}
.f_bottom a{
    color: #888888;
}
/*右侧悬浮*/
.scrollTopBox{
    position: fixed;
    right: 28px;
    bottom: 380px;
    z-index: 10;
}
.scrollTopBox .service{
    background: #FF0A0A;
    padding: 10px;
    position: relative;
}
.scrollTopBox .service>p{
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 6px;
}
.scrollTopBox .scrollTopBtn{
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
    margin-top: 16px;
    cursor: pointer;
}
.scrollTopBox .scrollTopBtn>img{
    padding: 10px;
}
.scrollTopBox .service_hover{
    position: absolute;
    top: 22px;
    left: -190px;
    width: 170px;
    /* height: 144px; */
    /* overflow: hidden; */
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    /* background: url(../images/popups_bg_advisory.png) no-repeat; */
    box-sizing: border-box;
    padding: 12px 12px 12px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    border-radius: 4px;
    display: none;
}
.scrollTopBox .service_phone,.service_email{
    padding-left: 24px;
}
.scrollTopBox .service_phone{
    margin: 32px 25px 0;
    background: url(../images/popups_ico_phone.png) left center no-repeat;
}
.scrollTopBox .service_email{
    /* margin: 21px 25px 0; */
    background: url(../images/popups_ico_mail.png) left center no-repeat;
}
.scrollTopBox .service:hover .service_hover{
    display: block;
}
.scrollTopBox .scrollTopBtn{
    display: none;
}
.scrollChange .scrollTopBtn{
    display: block;
    position: fixed;
    right: 28px;
    bottom: 28px;
}
/*通用标题*/
.title{
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 60px;
    margin-top: 80px;
    color: #484848;
}
.title .t_title{
    position: relative;
    margin: 24px 0 16px;
    z-index: 1;
}
.title .top_title{
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    color: #EEEEEE;
    font-weight: bold;
}
.title .title_line{
    width:240px;
    height:2px;
    margin: 0 auto;
    background:rgba(255,226,226,1);
}
.title1{
    color: #FFFFFF;
}
.title1 .top_title{
    color: #555555;
}
.title1 .title_line{
    background: #715858;
}

/*背景颜色*/
.bgfef4f4{
    background:#FEF4F4 ;
}
.bgfa{
    background: #fafafa;
}
.bold{
    font-weight: bold;
}
.text-in{
    text-indent: 2em;
}
/*动画效果*/
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.animated_expert {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
/*专家图片切换翻页效果*/
@keyframes likeBook {
    0% {

        -webkit-transform: perspective(0px) rotateY(0deg);
        -ms-transform: perspective(0px) rotateY(0deg);
        transform: perspective(0px) rotateY(0deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        /*opacity: 0;*/
    }

    100% {
        -webkit-transform: perspective(0px) rotateY(90deg);
        -ms-transform: perspective(0px) rotateY(90deg);
        transform: perspective(0px) rotateY(90deg);
    }
}

.likeBook {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: likeBook;
    animation-name: likeBook;
}
.analyst_icon{
  position: absolute;
  bottom: 32px;
  right: 0;
}