/* 头部 */
.header_scroll{
    display: none;
}
.hea_con{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 27px 90px;
    background: url("../images/pab.png")no-repeat;
    background-size: 100% 100%;
}
.header_scroll .hea_con{
    background: #FFF;
    padding: 10px 90px;
}
.header_scroll .hea_menu>ul>li a{
    color: #333333;
}
.header_scroll .hea_menu>ul>li a.on{
    color: #0f3793;
}
.header_scroll .check_curr,.header_scroll .check_block>ul>li{
    color: #0f3793;
}
.header_scroll .hea_cel {
    margin-top: 18px;
}
.header_scroll .hea_menu {
    padding-top: 27px;
}
.menu_check{
    position: relative;
    margin: 11px 40px 0 0;
}
.check_curr {
    font-size: 16px;
    color: #ffffff;
    font-family: "Arial";
    cursor: pointer;
}
.check_block {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-family: "Arial";
    padding-top: 10px;
    z-index: 4;
    background: #FFF;
    text-align: center;
}
.check_block>ul>li {
    cursor: pointer;
    padding: 7px 0;
    font-size: 16px;
}
.check_curr>*{
    display: inline-block;
    vertical-align: middle;
}
.index_seach{
    position: relative;
}
.se_input{
    position: absolute;
    top: 50px;
    right: 0;
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #eeeeee;
    background: #FFF;
    display: none;
}
.se_input input{
    width: 80%;
    height: 100%;
}
.sea_icon{
    cursor: pointer;
}
.se_input span{
    float: right;
    cursor: pointer;
}
.se_input span img{
    width: 20px;
    margin-top: -2px;
}
.hea_cel {
    margin-top: 15px;
}
.hea_menu{
    text-align: center;
    padding-top: 25px;
}
.hea_menu>ul{
    font-size: 0;
}
.hea_menu>ul>li{
    display: inline-block;
    font-size: 18px;
    margin-right: 5.8%;
}
.hea_menu>ul>li:last-child{
    margin-right: 0;
}
.hea_menu>ul>li a{
    color: #FFf;
}
/* 划过线 */
.ia_1 {
    width: 0;
    height: 1px;
    background: #fff;
    webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ia_2 {
    width: 1px;
    height: 0;
    background: #fff;
    webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    top: 20px;
    right: 20px;
}

.ia_3 {
    width: 0;
    height: 1px;
    background: #fff;
    webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ia_4 {
    width: 1px;
    height: 0;
    background: #fff;
    webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.picl_data:hover .ia_1 {
    width: calc(100% - 100px);
    opacity: 1;
    top: 50px;
    left: 50px;
}

.picl_data:hover .ia_2 {
    height: calc(100% - 100px);
    opacity: 1;
    top: 50px;
    right: 50px;
}

.picl_data:hover .ia_3 {
    width: calc(100% - 100px);
    opacity: 1;
    right: 50px;
    bottom: 50px;
}

.picl_data:hover .ia_4 {
    height: calc(100% - 100px);
    opacity: 1;
    bottom: 50px;
    left: 50px;
}
/* 底部 */
.footer{
    background: #1d1d1e;
    padding: 80px 218px 68px;
    margin-top: 90px;
}
.f_menu>ul>li{
    float: left;
    margin-right: 137px;
}

.f_menu>ul>li h1{
    font-size: 20px;
    color: #f5f3f0;
    margin-bottom: 30px;
}
.menu_a a{
    font-size: 16px;
    color: #898887;
    display: block;
    transition: all 0.4s;
    margin-bottom: 20px;
}
.menu_a a:hover{
    text-decoration: underline;
}
.foot_boot{
    margin-top: 170px;
}
.foot_boot>p{
    font-size: 14px;
    color: #898887;
}
.fo_s>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #898887;
}
.fo_s span{
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.fo_sao{
    position: absolute;
    bottom:30px;
    left: -51px;
    width: 120px;
    height: 128px;
    background: url("../images/cins.png")no-repeat;
    background-size: 100% 100%;
    display: none;
}
.fo_s span:hover .fo_sao{
    display: block;
}

