﻿html {
    color: #000;
    background: #fff;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* 头部选择 */

.position {
    float: left;
    margin: 42px 0 0 0;
}

.position-wrap {
    padding-top: 58px;
}

.position.second .position-btn {
    font-size: 14px;
}

.position-btn {
    box-sizing: border-box;
    display: inline-block;
    /* color: #fff; */
    height: 40px;
    line-height: 38px;
    background: url("../images/arrow-b.png") no-repeat right 12px
        center,url("../images/address-icon.png") no-repeat 10px center;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 30px;
    max-width: 130px;
    color: #666666;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 4px;
}


.position-drop {
    z-index: 10;
    display: none;
    position: absolute;
    top: 53px;
    left: 10px;
    right: 10px;
    height: 372px;
    padding-top: 46px;
}

.common-header .position-drop {
    top: 85px;
}

.position-drop.visible-desktop {
    animation: slideDown 0.2s linear;
}

.visible-desktop {
    display: inherit !important;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(0.8);
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1);
    }
}

.position-drop-wrap {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.32);
}

.position-drop-inner {
    position: relative;
    padding: 10px 10px 12px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.position-drop-inner:before {
    width: 24px;
    height: 17px;
    position: absolute;
    content: "";
    left: 335px;
    top: -17px;
    background: url("../images/arrow.png") no-repeat;
}

.common-header .position-drop-inner:before {
    left: 551px;
}

.position-drop-row {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.position-drop-row:last-child {
    border-bottom: none;
}

.position-drop-row .title {
    float: left;
    width: 125px;
    padding-left: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-right: 0;
    color: #4176e3;
    line-height: 30px;
}

.position-drop-row .title > i {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.position-drop-row .title > i.active {
    background-color: #1492ff;
    color: #fff;
}

.position-drop-row .position-items {
    margin-left: 125px;
}

.position-drop-row .position-item {
    float: left;
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 1px;
}

.position-drop-row .position-item.active {
    background-color: #ffa903;
    color: #fff;
}

/* 头部 */

.head-box {
    overflow: hidden;
    height: 420px;
    background: url("../images/new-head-bg.png") no-repeat center;
	background-size: 100% 100%;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.head-top {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 143px;
}

.logo-wrap {
    height: 60px;
    width: 300px;
    margin-top: 21px;
}

/* .logo-wrap > img {
    vertical-align: middle;
    margin-top: -4px;
} */

/* 导航 */
.nav-list {
    padding-top: 15px;
}

.nav-list > li {
    float: left;
    margin-right: 10px;
}

.nav-list > li > a {
    display: block;
    padding: 0 13px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    transition: all 0.3s;
    box-sizing: content-box;
}
.nav-list > li > a > span {
    color: #536f8f;
    display: block;
    border-bottom: 3px solid transparent;
}

.nav-list > li > a.active > span,
.nav-list > li > a:hover > span {
    border-bottom: 3px solid #2868b1;
    transition: all 0.3s;
    color: #2868b1;
    font-weight: bold;
}

/* 登陆 */
.user-btn {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/server-icon.png") no-repeat 17px center;
    background-color: #fff;
    margin-right: 8px;
}



.login-info {
    padding-top: 42px;
}

.user-login {
    float: left;
    width: 138px;
    height: 40px;
    color: #2868b1;
    box-sizing: border-box;
    right: 0;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px;
    border-color: rgb(173, 199, 229);
    border-style: solid;
    top: 42px;
    padding-left: 46px;
    border-radius: 4px;
    background: url("../images/login-btn.png") no-repeat 17px center;
    background-color: #fff;
}



  

.user-center {
    margin-right: 9px;
    background: #1492ff url("../images/user-icon.png") no-repeat 14px center;
}

.user-center:hover {
    background: #0782ed url("../images/user-icon.png") no-repeat 14px center;
}

.login-name {
    position: relative;
    float: left;
    color: #666666;
    height: 19px;
    margin-top: 16px;
    line-height: 19px;
    margin-left: 16px; 
    padding-left: 25px;
    background: url("../images/human-icon.png") no-repeat left center;
    padding-right: 16px;
}

.login-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    right: 0;
    top: 2px;
}

.login-name >a {
    color: #1492ff;
}

.cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 17px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
}

/* 搜索 */

.search-wrap {
    margin-top: 40px;
}

.search-box {
    width: 742px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-box input {
    float: left;
    width: 638px;
    height: 48px;
    border: none;
    line-height: 48px;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 5px;
}

.search-btn {
    float: left;
    background-color: rgba(79, 154, 255, 0.9);
    width: 104px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}

.search-btn:hover {
    background-color: rgb(79, 154, 255);
}

.hot-search {
    margin-top: 23px;
    width: 742px;
}

.hot-title {
    float: left;
    width: 83px;
    height: 28px;
    /* background: url("../images/hot-bg.png") no-repeat; */
    color: #fff;
    line-height: 28px;
}

.hot-search > a {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    margin-left: 10px;
    background-color: rgba(18, 54, 129, 0.4);
    color: #fff;
    border-radius: 14px;
    font-size: 14px;
}

.hot-search > .login-all {
    float: right;
}

.hot-search > .login-all > a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.hot-search > a:hover {
    background-color: rgba(18, 54, 129, 0.302);
}

.shop-wrap {
    height: 100px;
    background: url("../images/shop-bg.png") no-repeat;
    margin-top: 35px;
    background-size: 100% 100%;
    background: rgba(51, 102, 205, 0.5);
}

.shop-wrap > div {
    color: #fff;
    float: left;
    width: 20%;
    padding-top: 21px;
    height: 134px;
    padding-left: 59px;
}
.guide-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    font-weight: bold;
    font-size: 16px;
    margin-top: -2px;
}
.shop-wrap > div > h4 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}

.shop-wrap > div > a {
    position: relative;
    float: left;
    height: 20px;
    margin: 15px 25px 0 0;
    padding-left: 9px;
}

.shop-wrap > div > a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 8px;
}

.shop-wrap > div > a:hover {
    color: #03d8ff;
}

/* .shop-wrap > div:hover {
    background-color: #0b2b3d;
} */

.shop-wrap > div > a:hover::before {
    background-color: #03d8ff;
}

/* 
.shop-wrap > div:nth-child(1) {
    height: 148px;
}

.shop-wrap > div:nth-child(2) {
    height: 148px;
}

.shop-wrap > div:nth-child(3) {
    height: 116px;
}

.shop-wrap > div:nth-child(4) {
    height: 116px;
} */

.look-icon {
    background: url("../images/look-icon.png") no-repeat left center;
}

.quetion-icon {
    background: url("../images/question-icon.png") no-repeat left
        center;
}

.check-icon {
    background: url("../images/check-icon.png") no-repeat left center;
}

.evalute-icon {
    background: url("../images/evalute-icon.png") no-repeat left
        center;
}

/* 办理模块 */
.handle-wrap {
    width: 1200px;
    margin: 0 auto;
    background: url("../images/tab-bottom.png") no-repeat center
        bottom;
}

.handle-wrap > div {
    position: relative;
    float: left;
    width: 20%;
    padding-left: 115px;
    height: 125px;
    cursor: pointer;
    line-height: 125px;
    font-size: 20px;
    color: #76899e;
}

.handle-wrap > .active {
    color: #2868b1;
    font-weight: bold;
}

.handle-wrap > .active::before {
    content: "";
    position: absolute;
    width: 39px;
    height: 4px;
    background-color: #2868b1;
    /* background: url("../images/arrow-ac.png") no-repeat center; */
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.handle-wrap > div:nth-child(1) {
    background: url("../images/handle-icon1.png") no-repeat 35px
        center;
}

.handle-wrap > div:nth-child(2) {
    background: url("../images/handle-icon2.png") no-repeat 35px
        center;
}

.handle-wrap > div:nth-child(3) {
    background: url("../images/handle-icon3.png") no-repeat 35px
        center;
}

.handle-wrap > div:nth-child(4) {
    background: url("../images/handle-icon4.png") no-repeat 35px
        center;
}

.handle-wrap > div:nth-child(5) {
    background: url("../images/handle-icon5.png") no-repeat 35px
        center;
    padding-top: 40px;
}

.handle-wrap > div:nth-child(5) > p {
    line-height: 27px;
}

.handle-wrap > div:nth-child(5) > p > span {
    display: inline-block;
    font-size: 18px;
    width: 88px;
    text-align: center;
}

.handle-list-wrap {
    height: 415px;
    /* background-color: #f5f8fa; */
}

/* swiper */
.handle-list-wrap .swiper-container {
    margin: 0 auto;
    width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.handle-list-wrap .swiper-slide {
    width: 830px;
    height: 300px;
}

.things-wrap {
    width: 830px;
    height: 300px;
    box-shadow: 0px 3px 13px 0px rgba(14, 82, 123, 0.23);
    color: #fff;
}

.things-top {
    height: 51px;
}

.things-top > h4 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    height: 34px;
    line-height: 34px;
    margin-top: 17px;
    color: #fff;
}

.things-top > h4::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 34px;
    background-color: #97bce4;
    left: 0;
    top: 0;
}

.more-btn {
    /* width: 26px; */
    height: 26px;
    font-size: 18px;
    margin: 20px 20px 0 0;
}

.things-list {
    margin-top: 21px;
}

.things-list > li {
    float: left;
    width: 385px;
    margin: 0 0 20px 20px;
}

.things-list > li > a {
    display: block;
    height: 52px;
    background-color: rgba(145, 196, 255, 0.2);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.things-wrap {
    background: url("../images/server-new.png");
}

.swiper-slide-active .things-wrap {
    background: url("../images/things-bg.png");
}

.swiper-slide-active + .swiper-slide .things-top > h4 {
    float: right !important;
    margin-right: 20px;
}

.swiper-slide-active + .swiper-slide .things-top > h4::before {
    display: none;
}

.swiper-slide-active + .swiper-slide .things-top .more-btn {
    display: none;
}

.swiper-slide-active .things-top > h4 {
    color: #fff;
}

.swiper-slide-active .things-top > h4::before {
    background-color: #60c6ff;
}

.swiper-slide-active .more-btn {
}

.swiper-slide-active .things-list > li > a {
    background-color: rgba(145, 196, 255, 0.2);
    color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-slide-active .things-list > li > a:hover {
    background: #64a1e7;
}

.banner-wrap {
    height: 500px;
    background-color: #f8f8f9;
}

.banner-wrap > div {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}

.banner-left {
    width: 530px;
    margin-top: 54px;
}

.banner-swiper {
    height: 317px;
}

.banner-img {
    display: block;
    height: 317px;
    border: 3px solid #fff;
}

.banner-img img {
    height: 100%;
    width: 100%;
}

body .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    transition: all 0.3s;
    margin: 0 6px;
}

body .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 34px;
    transition: all 0.3s;
}

.banner-btn {
    margin-top: 20px;
    margin-right: -20px;
}

.banner-btn > a {
    float: left;
    width: 163px;
    height: 56px;
    background: url("../images/banner-btn.png") no-repeat;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.banner-btn > a:hover {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
}

.server-wrap {
    margin-left: 560px;
    margin-right: -20px;
}

.server {
    position: relative;
    float: left;
    width: 152px;
    height: 392px;
    margin: 54px 10px 0 0;
    background-color: #fff;
    border: 2px solid #fff;
    overflow: hidden;
}

.server-wrap > .server:nth-child(1) {
    background: url("../images/server-icon1.jpg") no-repeat top
        center;
}

.server-wrap > .server:nth-child(2) {
    background: url("../images/server-icon2.jpg") no-repeat top
        center;
}

.server-wrap > .server:nth-child(3) {
    background: url("../images/server-icon3.jpg") no-repeat top
        center;
}

.server-wrap > .server:nth-child(4) {
    background: url("../images/server-icon4.png") no-repeat top
        center;
}

.server > p {
    margin-top: 334px;
    background-color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.server-info {
    position: absolute;
    width: 148px;
    height: 388px;
    background-color: rgba(37, 98, 167, 0.8);
    background-image: -moz-linear-gradient(
        90deg,
        rgba(37, 98, 167, 1) 0%,
        rgba(37, 98, 167, 0.5) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgba(37, 98, 167, 1) 0%,
        rgba(37, 98, 167, 0.5) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgba(37, 98, 167, 1) 0%,
        rgba(37, 98, 167, 0.5) 100%
    );
    top: -389px;
    left: 0;
    transition: all 0.4s;
}

.矩形_549_拷贝_3 {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;

    opacity: 0.8;
    position: absolute;
    left: 919px;
    top: 1139px;
    width: 196px;
    height: 388px;
    z-index: 361;
}

.server:hover .server-info {
    top: 0;
    transition: all 0.4s;
}

.server-info > h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.server-btn {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin-bottom: 26px;
}

.server-btn::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #fff;
    left: 18px;
    top: 11px;
}

.server-more {
    position: absolute;
    width: 104px;
    height: 39px;
    border: 1px solid #fff;
    bottom: 14px;
    left: 22px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.deal-wrap {
    width: 1200px;
    height: 530px;
    margin: 0 auto;
}

.tab {
    float: left;
    width: 915px;
}

.hd {
    height: 58px;
    margin-top: 38px;
}

.hd > span {
    position: relative;
    float: left;
    font-size: 24px;
    color: #76899e;
    cursor: pointer;
    margin-right: 60px;
    line-height: 54px;
}

.hd > span.active {
    color: #2868b1;
    font-size: 28px;
    font-weight: bold;
}

.hd > span.active::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #2868b1;
    bottom: -4px;
    left: 50%;
    margin-left: -22px;
}

.bd {
    margin-top: 40px;
}

.deal-list {
    margin-right: -88px;
}

.deal-list > li {
    float: left;
    margin: 0 88px 30px 0;
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); */
    width: 102px;
}

.deal-list > li > a {
    position: relative;
    display: block;
    height: 156px;
    text-align: center;
    overflow: hidden;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.deal-list > li:hover .icon-wrap::before {
    animation: rotate 2s;
}

.icon-wrap {
    position: relative;
    height: 104px;
    line-height: 104px;
    text-align: center;
}

.icon-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/pie-bg.png") no-repeat;
    z-index: 0;
}

.icon-wrap > img {
    position: relative;
    /* width: 55px;
    height: 55px; */
    vertical-align: middle;
    z-index: 3;
    margin-top: -2px;
}

.deal-name {
    display: block;
    font-size: 16px;
    margin-top: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deal-ho {
    position: absolute;
    height: 156px;
    width: 198px;
    left: -198px;
    top: 0;
    background-color: #22aaf6;
    right: 0;
    transition: all 0.4s;
}

.deal-ho .deal-name {
    color: #fff;
}

.deal-list > li > a:hover .deal-ho {
    left: 0;
    transition: all 0.4s;
}

.dept-list > li {
    position: relative;
    float: left;
    width: 198px;
    height: 63px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    text-align: center;
    line-height: 63px;
    margin: 0 30px 30px 0;
    border-radius: 2px;
    overflow: hidden;
}

.dept-list > li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 23px;
    background-color: #2868b1;
    border-radius: 0 2px 2px 0;
    left: 0;
    top: 20px;
}

.dept-list > li > a {
    display: block;
    height: 63px;
    line-height: 64px;
}

.dept-list > li > a > span {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    margin-top: -2px;
}

.dept-list > li > a:hover {
    background-color: #2868b1;
    color: #fff;
}

.deal-btn {
    margin-left: 915px;
    padding-top: 130px;
}

.deal-btn > a {
    position: relative;
    display: block;
    height: 156px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 35px 30px;
    line-height: 30px;
    z-index: 4;
}

.deal-btn > a:nth-child(1) {
    background: url("../images/deal-bg1.png");
}

.deal-btn > a:nth-child(2) {
    background: url("../images/deal-bg2.png");
}

.deal-btn > a:hover {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
}

/* 好差评 */

.evaluate-wrap {
    height: 350px;
    background-color: #224873;
}

.evaluate-top {
    height: 112px;
}

.evaluate-top > h4 {
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    margin-top: 42px;
}

.evaluate-wrap > div {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.evaluate-button {
    float: right;
    border-radius: 3px;
    width: 140px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    margin-top: 36px;
    background-color: rgb(39, 160, 237);
    background-image: -moz-linear-gradient(
        30deg,
        rgb(39, 160, 237) 0%,
        rgb(9, 134, 213) 100%
    );
    background-image: -webkit-linear-gradient(
        30deg,
        rgb(39, 160, 237) 0%,
        rgb(9, 134, 213) 100%
    );
    background-image: -ms-linear-gradient(
        30deg,
        rgb(39, 160, 237) 0%,
        rgb(9, 134, 213) 100%
    );
}

.evaluate-title {
    height: 62px;
    background: url("../images/evaluate-title.png") no-repeat center
        bottom;
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
}

.evaluate-chart-wrap {
    width: 712px;
    /* margin-top: 46px; */
}

.evaluate-total {
    height: 193px;
    background-color: rgba(46, 88, 136, 0.3);
}

.cumulative-wrap {
    float: left;
    width: 226px;
    height: 155px;
    background-color: rgba(76, 118, 167,.4);
    margin: 19px 0 0 19px;
    border-radius: 2px;
    padding-top: 45px;
}
  
.cumulative-name {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.cumulative-value {
    font-size: 28px;
    font-weight: bold;
    color: #fff000;
    text-align: center;
    margin-top: 12px;
}

.cumulative-chart {
    margin-left: 280px;
    height: 190px;
}

.satisfied-wrap {
    margin-top: 20px;
    height: 148px;
    background-color: rgba(77, 156, 209, 0.3);
}

.satisfied-box {
    float: left;
    width: 226px;
    height: 110px;
    background: url("../images/satisfied-wrap.png") no-repeat;
    margin: 19px 0 0 19px;
    padding-top: 25px;
}

.bar-box {
    float: left;
    width: 468px;
    height: 83px;
    background: url("../images/bar-bg.png") no-repeat;
    margin: 33px 0 0 33px;
    padding: 20px 25px 0 16px;
}

.bar {
    height: 43px;
    background: url("../images/bar-content.png") no-repeat left
        center;
}

.evaluate-info {
    float: left;
    width: 468px;
    margin-left: 20px;
    height: 193px;
    background-color: rgba(46, 88, 136, 0.3);
}

.evaluate-info .cumulative-wrap {
    width: 185px;
    margin-left: 30px;
}

.evaluate-info .cumulative-value {
    color: #00eeff;
}



.evaluate-introduce {
    margin-top: -10px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    height: 240px;
}

.evaluate-btn {
    display: block;
    height: 98px;
    background: url("../images/evaluate-btn.png") no-repeat;
    margin-top: 34px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 98px;
}

.evaluate-btn:hover {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
}

.right-nav {
    position: fixed;
    right: 20px;
    /* bottom: 150px; */
    width: 60px;
    z-index: 9999;
	top: 50%;
    margin-top: -150px;
}

.right-nav > li {
    margin-bottom: 1px;
}

.right-nav > li > a {
    display: block;
    height: 54px;
    background-color: #585b61;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding-top: 32px;
    text-align: center;
}

.right-nav > li > a:hover {
    background-color: #37b6fe;
}

.right-icon1 {
    background: url("../images/right-icon1.png") no-repeat center 7px;
}

.right-icon2 {
    background: url("../images/right-icon2.png") no-repeat center 7px;
}

.right-icon3 {
    background: url("../images/right-icon3.png") no-repeat center 7px;
}

.right-icon4 {
    background: url("../images/right-icon4.png") no-repeat center 7px;
}

.right-icon5 {
    background: url("../images/right-icon5.png") no-repeat center 7px;
}

.right-icon6 {
    background: url("../images/right-icon6.png") no-repeat center 7px;
}
.right-icon7 {
    background: url("../images/icon-catalog.png") no-repeat center 7px;
}

.right-nav > li > .back-top {
    height: 25px;
    line-height: 25px;
    padding-top: 0;
    background-color: #37b6ff;
}


.satis-chart-wrap {
    position: relative;
    height: 193px;
    margin-left: 216px;
    padding: 28px 0 0 54px;
}

.satis-value {
    position: absolute;
    width: 94px;
    height: 94px;
    background-color: #3769a2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 94px;
    font-size: 18px;
    left: 78px;
    top: 50px;
}

.ewm2 {
	display:none;
    position: absolute;
    right: 65px;
    /*top: -25px;*/
    top:5px;
}

.login-info {
	position: absolute;
	top: 0;
    right: 0;
}

.login-name {
    position: relative;
    float: left;
    color: #666666;
    height: 19px;
    margin-top: 16px;
    line-height: 19px;
    margin-left: 16px;
    padding-left: 25px;
    background: url("../images/human-icon.png") no-repeat left center;
    padding-right: 16px;
}

.login-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8;
    right: 0;
    top: 2px;
}

.login-name >a {
    color: #1492ff;
}

.cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 17px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
}


/**01-10修改  新增大美青海*/


.font-img{
    top: 0;
    right:0px;
    position: absolute;
}

.new-banner-swiper {
    width: 1150px;
    margin-bottom: 25px;
}

.new-banner-img {
    width: 380px;
    height: 180px;
}

.new-banner-img>img {
    height: 100%;
    width: 100%;
}

.ser-title {
    font-size: 28px;
    font-weight: bold;
    color: #2868b1;
    width: 1200px;
    margin: 10px auto 30px auto;
}

.new-banner-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.prev-left {
    position: absolute;
    width: 18px;
    height: 282px;
    left: 0;
    top: 0;
    background: url("../images/left-prev.png") no-repeat center;
    background-size: 100% 100%
}

.next-right {
    position: absolute;
    width: 18px;
    height: 282px;
    right: 0;
    top: 0;
    background: url("../images/right-next.png") no-repeat center;
}
/*首页新*/
.guide-list {
    margin-top: 55px;
    margin-right: -20px;
}

.guide-list > li {
    float: left;
    width: 14.28%;
    padding-right: 20px;
    box-sizing: border-box;
}

.guide-list > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: rgba(18, 54, 129, 0.4);
    padding: 0 12px 0 43px;
    color: #fff;
}
.guide-1 {
    background: url("../images/guide-1.png") no-repeat 14px center;
}

.guide-2 {
    background: url("../images/guide-2.png") no-repeat 10px center;
}

.guide-3 {
    background: url("../images/guide-3.png") no-repeat 13px center;
}

.guide-4 {
    background: url("../images/guide-4.png") no-repeat 12px center;
}

.guide-5 {
    background: url("../images/guide-5.png") no-repeat 12px center;
}

.guide-6 {
    background: url("../images/guide-6.png") no-repeat 14px center;
}

.guide-7 {
    background: url("../images/guide-7.png") no-repeat 14px center;
}
.deal-wrap {
    width: 1200px;
    height: 386px;
    margin: 0 auto;
}

.handle-tab {
    /* float: left;
    width: 915px; */
}

.hd {
    height: 58px;
    margin-top: 38px;
}

.hd > span {
    position: relative;
    float: left;
    font-size: 24px;
    color: #76899e;
    cursor: pointer;
    margin-right: 60px;
    line-height: 54px;
}

.hd > span.active {
    color: #2868b1;
    font-size: 28px;
    font-weight: bold;
}

.hd > span.active::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #2868b1;
    bottom: -4px;
    left: 50%;
    margin-left: -22px;
}

.bd {
    margin-top: 20px;
}

.deal-list {
    margin-right: -105px;
}

.deal-list > li {
    float: left;
    margin: 0 110px 25px 0;
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); */
    width: 75px;
}

.deal-list > li > a {
    position: relative;
    display: block;
    height: 126px;
    text-align: center;
    overflow: hidden;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.hd > span.active::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #2868b1;
    bottom: -4px;
    left: 50%;
    margin-left: -22px;
}
.top-hd-wrap {
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
    width: 850px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    float: left;
    margin-top: 7px;
}
.top-hd-wrap > span {
    float: left;
    width: 25%;
    text-align: center;
    color: #76899e;
    font-size: 24px;
    cursor: pointer;
}
.bd {
    margin-top: 20px;
}
.chara-list {
    margin-right: -20px;
}

.chara-list > li {
    float: left;
    width: 285px;
    margin-right: 20px;
    height: 285px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    cursor:pointer;
    background-color: rgb(47, 119, 201);
    background-image: -moz-linear-gradient(
        90deg,
        rgb(47, 119, 201) 0%,
        rgb(63, 148, 244) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(47, 119, 201) 0%,
        rgb(63, 148, 244) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(47, 119, 201) 0%,
        rgb(63, 148, 244) 100%
    );
}

.chara-list.personal-handle > li {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.chara-list.personal-handle > li h5 {
    color: #333333;
}

.chara-list.personal-handle > li a {
    color: #666;
}

.chara-list.personal-handle > li a:hover {
    color: #3989e4;
}

.personal-handle .busy-list li:nth-child(odd) {
    border-right: 1px solid #dddddd;
}

.chara-list .chara-icon {
    display: block;
    height: 110px;
    margin-top: 40px;
}

.chara-list h5 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    height: 42px;
}
.busy-list {
    margin-top: 20px;
}

.chara-more {
    display: block;
    margin-top: 20px;
}

.busy-list li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 16px;
    box-sizing: border-box;
    color: #fff;
    height: 14px;
    padding: 0 8px;
    line-height: 14px;
}

.busy-list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.busy-list li:nth-child(odd) {
    border-right: 1px solid #92c1ff;
}
.top-hd-wrap {
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
    width: 850px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    float: left;
    margin-top: 7px;
}
.tab-lxl{
    float: none;
    width: 1200px;
}
.top-hd-wrap > span.active {
    color: #2868b1;
    font-weight: bold;
}
.new-handle {
    margin-top: 54px;
    width: 639px;
    height: 393px;
    overflow: hidden;
    margin-left: 30px;
}

.new-handle-list {
    height: 44px;
    border-bottom: 4px solid #eeeeee;
}

.new-handle-list > li {
    position: relative;
    float: left;
    cursor: pointer;
    padding: 0 14px;
    font-size: 20px;
    height: 44px;
    color: #666;
    margin-right: 36px;
}

.new-handle-list > li::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.new-handle-list > li.active,
.new-handle-list > li:hover {
    color: #2868b1;
    font-weight: bold;
}

.new-handle-list > li.active::before,
.new-handle-list > li:hover::before {
    background-color: #2868b1;
}

.new-handle-list > li:last-child {
    margin-right: 0;
}

.handle-things-list {
    padding-top: 37px;
}

.handle-things-list > li {
    width: 25%;
    /* padding: 0 15px; */
    padding: 5px 15px 0;
    margin-bottom: 30px;
    float: left;
}
.handle-things-list > li:hover{
    background-color: #3989e4;
}
.handle-things-list > li:hover a{
    color: #fff;
}
.handle-content {
    display: block;
    height: 80px;
}

.handle-content > span {
    line-height: 18px;
    color: #666666;
    display: block;
}

.handle-icon {
    display: block;
    text-align: center;
    height: 35px;
}


.handle-things-list > li:hover .normal{
    display: none;
}
.handle-things-list > li:hover .hover{
    display: block;
}
.handle-icon.normal{
    display: block;
}
.handle-icon.hover{
    display: none;
}
/* ä¾¿æ°‘æœåŠ¡ */
.conven-wrap {
    /* height: 305px; */
    height: 610px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.conven-wrap > div {
    /* float: left; */
    /* width: 50%; */
    box-sizing: border-box;
}

/* /* .conven-wrap > div:first-child {
    padding-right: 10px;
} */

.conven-wrap > div:last-child {
    /* padding-top: 40px; */
    padding-top: 40px;
} 

.conven-title {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    margin-right: 55px;
    cursor: pointer;
    color: #76899e;
    /* padding-left: 22px; */
    /* border-left: 4px solid #2868b1; */
}

.conven-title.active {
    font-weight: bold;
    font-size: 28px;
    color: #2868b1;
}

.new-conven .conven-title.active::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #2868b1;
    left: 50%;
    margin-left: -22px;
    bottom: -14px;
}

.conven-list {
    height: 140px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
}

.conven-list > li {
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding-top: 15px;
    text-align: center;
}

.conven-info {
    display: block;
    width: 220px;
    margin: 0 auto;
    height: 45px;
    background-color: #f1f2f3;
}
.conven-info:hover{
    background-color: #3989e4;
}
.conven-info:hover a{
    color: #fff;
}

.conven-icon {
    display: block;
    padding-top: 29px;
    height: 80px;
    text-align: center;
}

.conven-info > span {
    line-height: 17px;
}

.top-hd-wrap {
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
    width: 850px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    float: left;
    margin-top: 7px;
}

.top-hd {
    width: 112px;
}

.top-hd-wrap > span {
    float: left;
    width: 25%;
    text-align: center;
    color: #76899e;
    font-size: 24px;
    cursor: pointer;
}

.top-hd-wrap > span.active {
    color: #2868b1;
    font-weight: bold;
}

.dept-wrap {
    float: left;
    margin: 42px 0 0 10px;
}

.dept-content {
    box-sizing: border-box;
    display: inline-block;
    /* color: #fff; */
    height: 40px;
    line-height: 38px;
    background: url("../images/home-index/arrow-b.png") no-repeat right 12px
            center,
        url("../images/home-index/dept-top-icon.png") no-repeat 10px center;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 30px;
    max-width: 130px;
    color: #666666;
    font-size: 16px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 4px;
}

.dept-wrap:hover .position-drop {
    display: block;
}

.dept-wrap .position-drop-inner::before {
    left: 450px;
}

.deal-person {
    width: 1200px;
    overflow: hidden;
}

.top-dept-list > li {
    width: 200px;
    float: left;
    text-align: left;
    line-height: 40px;
    font-size: 15px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.top-dept-list > li .dept-top-info {
    display: block;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.top-dept-list > li .dept-top-info:hover {
    background: #1a5c90;
    color: #fff;
}

.conven-content {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

/* .conven-info .conven-content:nth-child(2) {
    border-right: 1px solid #999999;
} */

.conven-info .conven-more.conven-content {
    border-right: none;
}

.conven-bd {
    height: 140px;
}

.handle-info {
    display: block;
    /* overflow: hidden; */
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    max-height: 40px;
    line-height: 20px;
    margin-bottom: 4px;
    padding: 0 2px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
.conven-tab-lxl{
    width: 100%;
    float: none;
}
#lastweek{
    height: 688px;
    width: 100%
}
.essay-title {
    font-size: 24px;
    font-weight: bold;
    padding: 23px 0;
    line-height: 36px;
    text-align: center;
}
.essay-bar {
    position: relative;
    height: 38px;
    line-height: 38px;
    color: #666;
    text-align: center;
    background-color: #f7f7f7;
}
.position-drop3{
    left: 100px;
}
.position-drop3{
    left: 130px;
    height: auto;
}
#position3{
    margin-left: 30px;
}
.position-drop3 a{
    padding: 10px 20px;
    display: inline-block;
    width: 19%;
    text-align: left;
}
.hot-search-new{
    width:100%;
    height:75px;
    overflow: hidden;
}
.guide-list-new{
    margin-top:38px
}
.hot-search-new > a{
    margin-bottom: 10px;
}