.slider-img {
    position: relative;
    width: 100%;
    height: 640px;
    background-color: #148bee;
}

.slider-img img {
    position: absolute;
    width: 100%;
    height: 100%;

}

.product {
    text-align: center;
}

.am-thumbnail {
    margin-left: auto;
    margin-right: auto;
    border: none;
}

h3 {
    line-height: 0px;
    font-size: 20px;
    font-weight: 600;
}

.detail-h2 {
    line-height: 90px;
}

.news {
    text-align: center;
}

.am-u-sm-7 li {
    list-style-type: none;
}

.list-view{
	position: relative;
	height: 40px;
	font-size: 16px;
}

.list-no {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    line-height: 22px;
    background-color: #70baf9;
    float: left;
}

.list-title {
    float: left;
    width: 300px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.list-date {
    float: right;
}

.list-more {
    width: 80px;
    border: 1px solid #70baf9;
    border-radius: 5px;
    line-height: 25px;
    color: #70baf9;
    float: right;
    cursor: pointer;
}

.project {
    text-align: center;
    background-color: #f3f3f3;
}

.project-bg {
    background-image: url(../img/huifu/project-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.display {
    text-align: center;
    background-color: #f3f3f3;
}

/*header*/
.header {
    width: 100%;
    color: #fff;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 68px;
    background-color: #1e1b29;
    height: 26px;
}

.login_box {
    line-height: 26px;
}

.login_box .loginbox {
    width: 1000px;
}

.login_box > span {
}

.i-loginlogo {
    margin: 0 10px;
}

/*.i-tel-grey { margin: 0 5px; }*/

.login_box .welcome {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 170px;
}

.cur_company {
    width: 103px;
    white-space: nowrap;
    overflow: hidden;
}

.login_box .welcome em {
    position: absolute;
    top: 10px;
    left: 185px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
}

.login_box .welcome:hover {
    background: #5c99f4;
}

.sjx {
    height: 40px;
    width: 30px;
}

.login_box .welcome:hover .sjx {
    background: #fff;
}

.login_box .welcome:hover em {
    top: 11px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.login_box .welcome:hover .company_box {
    display: block;
    z-index: 1001;
}

.company_box {
    color: #666;
    width: 170px;
    background: #fff;
    text-align: center;
/*    border: 1px solid #f2f2f2;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.company_box li:hover {
    background: #e3e3e3;
    cursor: pointer;
}

.login_box .login_name {
    width: 130px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin: 0 4px;
}

.login_box .login_name:hover {
    background: #5c99f4;
    text-decoration: underline;
}

.login_box .login_name:hover .pesonal_box {
    display: block;
    z-index: 1001;
}

.pesonal_box {
    width: 130px;
    background: #fff;
    position: absolute;
    text-align: center;
    border: 1px solid #f2f2f2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.pesonal_box li:hover {
    background: #e3e3e3;
    cursor: pointer;
}

/* .login_box .login_name { cursor: pointer; margin: 0 4px; } */

/* .login_box .login_name:hover { text-decoration: underline; } */

.login_box .to_logout {
    color: #000000;
    cursor: pointer;
}

.login_box .menu {
    color: #000000;
    cursor: pointer;
}

.login_box .menu a {
    color: #000000;
    cursor: pointer;
}

.login_box .to_register {
    padding: 0 16px;
    color: #fff;
    line-height: 26px;
    margin-left: 16px;
    cursor: pointer;
}

.login_box .to_register:hover {
    background: #5c99f4;
}

.login_box .to_login {
    padding: 0 16px;
    color: #fff;
    line-height: 26px;
    margin-left: 2px;
    cursor: pointer;
}

.login_box .to_login:hover {
    background: #5c99f4;
}

.login_box .to_register > a, .login_box .to_login > a {
    color: #fff;
}

/*-------------------------手机客户端开始---------------------------*/

.login_box .login_ui {
    cursor: pointer;
    margin: 0 4px;
    width: 130px;
    text-align: center;
}

.login_box .login_ui:hover {
    text-decoration: underline;
    background: #5c99f4;
}

.login_box .login_ui:hover .ui_box {
    display: block;
    z-index: 1001;
}

.login_box .saoma {
    cursor: pointer;
    margin: 16px auto;
}

/*.login_box .login_ui  a:hover { color: red;}*/

.ui_box {
    width: 130px;
    height: 150px;
    background: #fff;
    position: absolute;
    text-align: center;
    border: 1px solid #f2f2f2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.ui_box li:hover {
    cursor: pointer;
}

/*-------------------------手机客户端结束-------------------------------*/

/*top_nav*/
.top_nav {
    height: 65px;
    border-bottom: 3px solid #fa6567;
    background: #fff;
}

.top_nav .logo {
    float: left;
    margin-top: 15px;
}

.top_nav .navs {
    float: right;
}

/* .top_nav .navs li { float: left; } */

.top_nav .nav_item {
    display: inline-block;
    line-height: 50px;
    margin-top: 15px;
    margin-left: 30px;
    padding: 0 20px;
    font-size: 16px;
    color: #252525;
    cursor: pointer;
    text-align: center;
}

.top_nav .selector {
    position: relative;
}

.top_nav .selector:hover .selector_box {
    display: block;
    z-index: 1000;
}

.top_nav .selector em {
    position: absolute;
    top: 24px;
    left: 88px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid gray;
    border-left: 5px solid transparent;
}

.top_nav .selector:hover em {
    top: 17px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid white;
}

.top_nav .selector_box {
    text-align: center;
    font-size: 14px;
    display: none;
    width: 104px;
    position: absolute;
    top: 45px;
    right: 0px;
    background: #FA6567;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.top_nav .selector_box li:hover {
    background: #e50011;
}

.top_nav .selector_box li {
    padding-right: 8px;
    padding-left: 12px;
    text-align: center;
}

.top_nav .selector_box .selector_box_1 {
    border-radius: 0px 0px 5px 5px;
    padding-right: 23px;
    padding-left: 25px;
}

.top_nav .navs a:hover {
    color: #e50011;
}

.top_nav .nav_item_selected {
    background: #FA6567;
    color: white !important;
    border-radius: 5px 5px 0px 0px;
}

.top_nav .nav_item_selected em {
    position: absolute;
    top: 24px;
    left: 88px;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    border-left: 5px solid transparent;
}

.top_nav .nav_item:hover {
    background: #FA6567;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.spr_head {
    background-image: url(../../img/huifu/icon-user.png);
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
}
