.wrap {
    width: 1200px;
    margin: 0 auto;
}

.shannan .up {
    padding: 50px 0;
}

.shannan .up .fl {
    width: 47%;
}

.shannan .up .fr {
    width: 50%;
}

.shannan .up .fr .para {
    margin-top: 15px;
    padding: 3px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}

.shannan .up .fr h1 {
    font-size: 28px;
    color: #333;
    line-height: 28px;
}

.shannan .up .fr .para p {
    font-size: 15px;
    color: #666;
    padding: 2.5px 0;
    line-height: 28px;
    letter-spacing: .3px;
}

.shannan .up .fr .para p i {
    color: #333;
    font-weight: bold;
}

.shannan .down {
    background: #f5f5f5;
    padding: 50px 0;
}

.shannan .down .wrap {
    background: #fff;
    padding: 20px 30px;
}

.shannan .down .tit {
    border-bottom: 1px solid #e4eaec;
    margin: 10px 0 15px;
}

.shannan .down .tit h1 {
    display: inline-block;
    color: #d71518;
    border-bottom: 2px solid #d71518;
    padding: 10px 20px;
    font-size: 14px;
}

.shannan .down h2 {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin: 10px 0;
    text-indent: 20px;
}

.shannan .down p {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
    line-height: 30px;
    text-indent: 20px;
}

.shannan .down img {
    display: block;
    margin: 15px auto;
}

.shannan .down span {
    font-size: 18px;
    color: #333;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}


/* 头部导航布局样式css */

.aui-header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #333;
    transition: all 0.6s ease-out;
    color: #fff;
}

.aui-header-title {
    width: 1200px;
    margin: 0 auto;
}

.aui-header-title .aui-title {
    float: left;
}

.aui-header-title a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.aui-header-title a:hover {
    color: #FFFF00;
    line-height: 30px;
}

.aui-header-title .navList {
    float: right;
}

.aui-header-title .navList li:first-child {
    margin-left: 0;
}

.aui-header-title .navList li {
    float: left;
    margin-left: 30px;
    line-height: 30px;
}

.aui-header-title .navList li a {
    font-size: 14px;
    color: #fff;
}

.aui-header-title .navList li a:hover {
    color: #ffff00;
}

.aui-header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
    transition: all 0.45s ease-in-out;
}

.aui-header-nav.moveDown {
    top: 30px;
    transition: all 0.45s ease-in-out;
}

.aui-header-nav .wrapper {
    position: relative;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.aui-header-nav .aui-logo {
    width: 185px;
    height: 60px;
    background: url(/images/icon-white.png) no-repeat;
    background: url(/images/icon-white.png) no-repeat\9;
    background-size: 185px auto;
}

.aui-header-nav .wrapper .aui-logo {
    position: relative;
    top: 5px;
}

.aui-header-nav.solid .aui-logo {
    background: url(/images/icon-blue.png) no-repeat;
    background: url(/images/icon-blue.png) no-repeat\9;
    background-size: 185px auto;
}

.aui-header-nav .aui-logo h1 {
    text-indent: -99999px;
}

.aui-header-nav .wrapper .aui-top-nav {
    position: absolute;
    left: 50%;
    margin-left: -390px;
    top: 0;
}

.aui-top-nav .menu {
    -webkit-user-select: none;
    user-select: none;
    margin-left: 30px;
}

.aui-top-nav .menu>li {
    float: left;
    margin-left: 25px;
    height: 70px;
    position: relative;
    display: block;
}

.aui-top-nav .menu>li>a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 0 5px;
    height: 71px;
    font-size: 15px;
    line-height: 70px;
    letter-spacing: .5px;
    color: #666;
    border-bottom: 2px solid transparent;
    border-bottom: 0 \9;
    background-color: rgba(0, 0, 0, 0);
}

.aui-top-nav .menu > li > a:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    width: 0px;
    top: 23%;
    left: 60%;
    z-index: -2;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateX(-50%) rotate(-50deg);
    -ms-transform: translateX(-50%) rotate(-50deg);
    -o-transform: translateX(-50%) rotate(-50deg);
    transform: translateX(-50%) rotate(-50deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
    transform: translate3d(-50%, 0, 0) rotate(-50deg);
}

.aui-top-nav .menu > li > a:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    left: 37%;
    bottom: 20%;
    width: 0px;
    z-index: -2;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateX(-50%) rotate(-50deg);
    -ms-transform: translateX(-50%) rotate(-50deg);
    -o-transform: translateX(-50%) rotate(-50deg);
    transform: translateX(-50%) rotate(-50deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
    transform: translate3d(-50%, 0, 0) rotate(-50deg);
}

.aui-top-nav .menu > li > a:hover {
    color: #e2001c;
}

.aui-top-nav .menu > li > a:hover:before {
    width: 20px;
    border-color: #e2001c;
}

.aui-top-nav .menu > li > a:hover:after {
    width: 20px;
    border-color: #e2001c;
}

.aui-top-nav .u-iconfont {
    font-size: 32px;
    line-height: 33px;
    color: #383838;
}

.aui-header-top.moveUp {
    top: -30px;
    transition: all 0.5s ease-out;
}

.aui-header-nav.solid {
    background-color: #fff;
    background-color: #fff\9;
    border-bottom: 1px solid #f0f1f2;
    transition: all 0.5s ease-in-out;
}

.aui-header-nav .wrapper .m-login {
    position: absolute;
    right: 0px;
    top: 16px;
}

.u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #C9232B;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    color: #C9232B;
    cursor: pointer;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.aui-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.aui-header-nav.solid .m-login .free {
    background-color: #C9232B;
    border: 1px solid #C9232B;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s ease-out;
}

.aui-header-nav.solid .m-login .free:hover {
    color: #fff;
    background-color: #C9232B;
}

.m-login .u-btn.free {
    background-color: #fff;
    border: 1px solid #C9232B;
    color: #C9232B;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s ease-out;
}

.m-login .u-btn.free:hover {
    color: #fff;
    background-color: #C9232B;
}

.aui-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.aui-header-nav.moveDown {
    top: 30px;
    transition: all 0.45s ease-in-out;
}

.aui-top-nav .menu>li:hover .panel {
    filter: alpha(opacity=100) \9;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
    visibility: visible;
    display: block\9;
}

.aui-top-nav .menu>li .panel .list dd .txt:hover {
    color: #3b8fea;
}


/*footer 开始*/

.footer {
    background-color: #1b1f22
}

.footer .copyright {
    margin: 0 auto;
    width: 1200px;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
    color: #eee;
    border-top: 1px solid #333
}

.footer .copyright a {
    color: #eee;
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
