﻿/*手机端导航 start*/
.fixedBtm{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    top: 50px;
    z-index: 2;
    display: none;
}
.navBox{
    background: #fff;
}
.navBox>li{
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
}
.navBox>li>a{
    width: 100%;
    color: #333;
    padding: 15px 22px;
    color: #777;
}
.nav-p{
    display: none;
    background: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    padding: 5px 0;
    text-transform: uppercase;
}
.nav-p a{
    width: 100%;
    line-height: 30px;
    padding: 0 8.5%;
    color: #636363;
    font-size: 14px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.nav-p a:hover{
    color: #000;
    padding: 0 11%;
}


.h-btm-search{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 0 15px;
}
.boxShaw{
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 0;
}
.i-search{
    width: 0;
    padding: 0;
    display: none;
    border: 1px solid #28166f;
    border-radius: 25px;
    line-height: 34px;
}
.i-search input{
    border: none;
    width: 87%;
}
.i-search a{
    float: right;
}
.current22{
    display: block!important;
    padding: 0 15px;
}
/*手机端导航 end*/



/*header start*/
.header{
    line-height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.logo{
    float: left;
    width: 9%;
}
.nav{
    float: right;
    width: 64%;
    margin-right: 4.5%;
    /*margin-top: 12px;*/
}
.nav>li{
    float: left;
    width: 12.5%;
    /*line-height: 80px;*/
    text-align: center;
    position: relative;
    /*border-bottom: 2px solid #fff;*/
}
.nav>li>a{
    color: #3d3b44;
    line-height: 47px;
    border-bottom: 2px solid #fff;
}
.nav>li>a::after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    background: #281672;*/
}
.nav>li:hover a::after{
    /*width: 100%;*/
}
.nav>li:hover>a{
    border-bottom: 2px solid #281672;
}
.twoL{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    line-height: 46px;
    text-align: center;
    width: 150%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: none;

    top: 110px;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.upper{
    transform: translateX(-50%) translateY(-30px);
}
.twoL p{

}
.twoL a{
    width: 100%;
    color: #28166f;
    border-bottom: 1px  solid #ececec;
}
.twoL a:last-child{
    border-bottom: none;
}
.twoL a:hover{
    color: #50b8ec;
}

.chaxun{
    width: 90%;
    margin: 5% auto;
    background: #fff;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 25px;
}
.chaxun input{
    outline: none;
    width: 90%;
    height: 40px;
    font-size: 15px;
    color: #636363;
}
.chaxun a{
    float: right;
    width: 15px;
}
.chaxun a img{
    width: 100%;
}
/*header end*/

/*footer*/
.footer{
    background: #333;
}
.foot-top{
    padding: 65px 0 100px 0; 
}
.foot-nav{
    float: left;
    width: 58%;
}
.foot-nav li{
    float: left;
    width: 31%;
}
.kh{
    margin-top: 18px;
}
.foot-top h2{
    font-size: 16px;
    color: #fff;
}
.foot-top h2{
    margin-bottom: 18px;
}  
.foot-top h2 a{
    font-size: 14px;
    color: #fff;
} 
.foot-nav div a{
    color: #adadad;
    display: block;
    line-height: 30px;
}
.foot-nav div a:hover{
    color: #fff;
}
.foot-rg{
    float: left;
    width: 42%;
}
.usAdd{
    float: left;
    width: 73.4%;
}
.usAdd p{
    color: #adadad;
    line-height: 30px;
    padding-left: 10px;
}
.public{
    float: right;
    width: 25.79%;
    background: #fff;
    text-align: center;
}
.public img{
    width: 100%;
}
.public p{
    line-height: 30px;
}

.copyright{
    background: #242424;
    line-height: 80px;
    font-family: 'Arial';
    font-size: 12px;
}
.copyright p{
    color: #aaa;
    float: left;
}
.design{
    color: #4a4a4a!important;
}



/*fixed*/
.anypabottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding: 0.25rem 0.4rem;
}
.anypabottom>a{
    float: left;
    width: 2.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 30px;
    color: #fff;
    font-size: 0.22rem;
}
.anypabottom>a img{
    width: 0.26rem;
    margin-right: 0.2rem;
    margin-top: -3px;
}
.ontele{
    float: right!important;
    background: #28166f;
}
.onliness{
    background: #50b8ec;
}





/*public*/
.others a{
    width: 140px;
    line-height: 38px;
}
.others a em{
    width: 16px;
    height: 11px;
    background: url(../image/others.png) no-repeat center;
    margin-left: 14px;
    margin-left: 10%;
}

.idx-news-thead{
    margin-bottom: 10px;
}
.idx-news-thead h2{
    float: left;
    color: #000;
}
.hotNews a{
    width: 100%;
    padding: 18px 9px;
    border-bottom: 1px solid #e5e5e5;
}
.hotNews em{
    color: #8d8d8d;
}
.hotNews span{
    width: 80px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 0 5.4%;
    font-size: 12px;
}
.hotNews i{
    color: #3f3f3f;
}
.bg-purple{
    background: #685b9a;
}


img{
    max-width: 100%;
}