@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #333333;
}

/* common */
html, body {
    height: 100%;
    font-family: "PingFangSC-Regular","microsoft yahei", "宋体", Arial;
    min-width: 1200px;
    font-size: 14px;
}

#main {
    height: auto;
    min-height: 100%;
}

.main-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.main-header-blank {
    height: 161px;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    background-color: #ffffff;
    position: relative;
    z-index: 21;
}

.header .head-wrap {
    padding: 28px 0;
    overflow: hidden;
}

.header .head-wrap .header-logo {
    width: 309px;
    height: 53px;
    line-height: 53px;
    background-image: url(top_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.header .title {
    height: 53px;
    width: auto;
    display: inline-block;
    float: left;
    line-height: 53px;
    padding-left: 23px;
    border-left: 1px solid #d6d6d6;
    font-size: 18px;
    color: #606972;
}

.header .title:hover{
    color: #2d5cc6;
    cursor: pointer;
}

.header .time {
    height: 53px;
    line-height: 53px;
    float: right;
    font-size: 18px;
    color: #606972;
    margin-right: 36px;
}

.nav {
    background-color: #172d65;
    position: relative;
}

.nav .nav-wrap .navbar-nav {
    height: 48px;
    z-index: 33;
}

.nav .nav-wrap .navbar-nav li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 150px;
    text-align: center;
    margin-right: 20px;
}

.nav .nav-wrap .navbar-nav li:last-child {
    margin-right: 0px !important;
}

.nav .nav-wrap .navbar-nav li a {
    font-size: 20px;
    color: #d0d5e0;
    width: 118px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin: 0px 16px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

/*.nav .nav-wrap .navbar-nav li.current a{ color: #fff; }*/
.nav .nav-wrap .nav-line {
    z-index: 10;
    box-sizing: border-box;
    position: absolute;
    border-bottom: 4px solid #d43e47;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

/*.nav .nav-wrap .navbar-nav li a:hover { color: #fff; }*/
.nav .nav-wrap .navbar-nav .dropdown-menu {
    position: absolute;
    top: 44px;
    z-index: 33;
    width: 100%;
    left: 0px;
    color: #333;
    display: none;
    height: 290px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container {
    overflow: hidden;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item {
    overflow: hidden;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-left {
    position: relative;
    float: right;
    width: 360px;
    height: 210px;
    margin-right: 20px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-left .light {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, hsla(0,0%,100%,0),hsla(0,0%,100%,0.3),hsla(0,0%,100%,0));
    transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
}
.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-left .light.hover {
    transition: all .6s ease;
    left: 100%;
}
.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-left img {
    width: 360px;
    height: 210px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right {
    float: left;
    width: 740px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom: 2px solid #e8eef2;
    font-size: 20px;
    color: #3f454b;
    margin-bottom: 5px;
    margin-top: -5px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1 {
    width: 350px;
    text-align: left;
    border-bottom: 1px solid #d1dde6;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1.f-l {
    float: left;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1.f-r {
    float: right;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1 a {
    width: 100%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    margin: 0px;
    padding: 0px;
    border: none;
    color: #1d2023;
    font-size: 16px;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1 a:hover {
    color: #2d5cc6;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1 a i {
    float: right;
    font-size: 14px;
    color: #d1dde6;
    overflow: visible;
}

/*.nav .nav-wrap .navbar-nav .dropdown-menu .g-container .g-submenu-item .g-right .g-title-1 a:hover {
    font-weight: 100;
}*/

.nav .nav-wrap .navbar-nav .dropdown-menu .tran-line {
    width: 100%;
    height: 4px;
    background-color: transparent;
}

.nav .nav-wrap .navbar-nav .dropdown-menu .main-menu {
    background-color: #fff;
    width: 100%;
    padding-top: 40px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.g-location {
    height: 440px;
    display: block;
}

.g-location .banner-wrap {
    overflow: hidden;
}

.g-location .banner-wrap .container {
    overflow: hidden;
    margin-bottom: 42px;
}

.g-location .banner-wrap.party-building {
    text-align: center;
    height: 100%;
    background: url(banner-party.png) center no-repeat;
    background-size: cover;
}

.g-location .banner-wrap.dynamic {
    text-align: center;
    height: 100%;
    background: url(banner-dynamic.png) center no-repeat;
    background-size: cover;
}

.g-location .banner-wrap.zhaobiao {
    text-align: center;
    height: 100%;
    background: url(banner-zb.png) center no-repeat;
    background-size: cover;
}

.g-location .banner-wrap.about-us {
    text-align: center;
    height: 100%;
    background: url(banner-aboutus.png) center no-repeat;
    background-size: cover;
}

.g-location .banner-wrap.join-us {
    text-align: center;
    height: 100%;
    background: url(banner-joinus.jpg) center no-repeat;
    background-size: cover;
}

.g-location .banner-wrap.product {
    text-align: center;
    height: 100%;
    background: url(banner-product.png) center no-repeat;
    background-size: cover;
}

.g-location .b-left {
    float: left;
    width: auto;
    margin-top: 80px;
    left: 20px; /*overflow: hidden;*/
    position: relative;
}

.g-location .b-left img {
    width: 65px;
    height: 59px;
    float: left;
    margin-top: 6px;
}

.g-location .b-left .word-img {
    position: absolute;
    top: 12px;
    height: 30px;
    width: auto;
    left: 180px;
}

.g-location .b-left .title {
    color: #fff18e;
    font-size: 40px;
    height: 59px;
    line-height: 59px;
    display: inline-block;
    margin-right: 33px;
    font-weight: bold;
}

.g-location .b-left .b-nav {
    font-size: 14px;
    color: #fff18e;
    margin-top: 10px;
    /*img{ margin: 0px 10px 0px 0px; width: 11px; height: 15px;
   }*/
}

.g-location .b-left .b-nav .b-nav-t {
    float: left;
    margin-left: -2px;
}

.g-location .b-left .b-nav .b-nav-t a {
    color: #fff18e;
    cursor: pointer;
    margin-right: 4px;
}

.g-location .b-left .b-nav i {
    margin: 0px 10px 0px 0px;
    font-size: 16px;
    float: left;
    color: rgba(255, 255, 255, 0.8);
}

.g-location .b-left .b-nav i.party-weizhi {
    color: #fff18e;
}

.g-location .b-right {
    float: right;
    width: 907px;
    margin-top: 62px;
}

.g-location .b-right img {
    height: 146px;
    width: 720px;
}

.g-location .bw-common .title {
    color: #fff;
    width: 100%;
    text-align: left;
}

.g-location .bw-common .b-nav .b-nav-t {
    color: rgba(255, 255, 255, 0.8);
}

.g-location .bw-common .b-nav .b-nav-t a {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    margin-right: 4px;
}

.container-wrap {
    position: relative;
    z-index: 2;
    margin-top: -190px;
}

.container-wrap .container {
    background-color: #fff;
    opacity: .95;
    overflow: hidden;
}

.container-wrap .menue {
    width: 24%;
    float: left;
}

.container-wrap .menue .title {
    overflow: hidden;
}

.container-wrap .menue .title p {
    color: #d43e47;
    font-size: 30px;
    font-weight: bold;
    margin: 34px 0px 20px;
    text-align: center;
    padding: 0px 32px 0px 0px;
}

.container-wrap .menue .title img {
    height: 20px;
    width: 191px;
    margin-left: 32px;
}

.container-wrap .menue ul {
    margin-top: 70px;
    color: #3f454b;
}

.container-wrap .menue ul li {
    text-align: center;
    font-size: 16px;
    width: 191px;
    /*height: 52px;
   line-height: 52px;*/
    padding: 18px 0px;
    border-bottom: 1px solid #d1dde6;
    margin: 0px 32px;
    /*cursor: pointer;*/
}
.container-wrap .menue .party-tab li {
    font-size: 18px;
}

.container-wrap .menue ul li.active {
    color: #d43e47 !important;
    border-bottom: 1px solid #d43e47;
}

.container-wrap .menue ul li.active a {
    color: #d43e47 !important;
    font-weight: bold;
}

.container-wrap .menue ul li a {
    display: block;
    cursor: pointer;
    color: #1d2023;
    position: relative;
}

.container-wrap .menue ul li:hover .long-title {
    color: #02359c;
}

.container-wrap .content {
    width: 76%;
    float: left;
}

.container-wrap .content .title {
    color: #1d2023;
    font-size: 28px;
    margin: 32px 0px 32px;
}

.container-wrap .content .title.m-t-48 {
    margin-top: 48px;
}

.container-wrap .content .second-swiper {
    height: 445px;
    width: 100%;
}

.container-wrap .content .swiper-slide .swiper-slide-s {
    cursor: pointer;
    width: 379px;
    height: 380px;
    padding: 28px 24px;
    border: 1px solid #e5e9f4;
    box-shadow: 0px 4px 6px 0px rgba(112, 140, 183, 0.3);
    margin-right: 21px;
}

.container-wrap .content .swiper-slide .s-img {
    width: 379px;
    height: 207px;
    overflow: hidden;
    display: inline-block;
}

.container-wrap .content .swiper-slide .s-img .img-card {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.6s;
}

.container-wrap .content .swiper-slide .s-img .img-card:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.container-wrap .content .swiper-slide .f-title {
    margin: 24px 0px 20px;
    color: #1d2023;
    line-height: 29px;
    font-size: 18px;
    overflow: hidden;
    /*text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;*/
    position: relative;
    /*text-align: justify;*/
}

.container-wrap .content .swiper-slide .f-title.p-after:after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    width: 18px;
    padding-left: 17px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.container-wrap .content .swiper-slide .f-title:hover {
    color: #2d5cc6;
    cursor: pointer;
}

.container-wrap .content .swiper-slide .s-txt {
    font-size: 16px;
    color: #606972;
    line-height: 26px;
    overflow: hidden;
    /*text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;*/
    position: relative;
   /* text-align: justify;*/
}

.container-wrap .content .swiper-slide .s-txt.p-after:after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    width: 16px;
    padding-left: 17px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.container-wrap .content .table-box {
    padding-right: 32px;
}

.container-wrap .content .table-box table {
    margin-bottom: 31px;
    width: 100%;
    table-layout: fixed;
}

.container-wrap .content .table-box table tr {
    border-bottom: 1px solid #d1d6e2;
    color: #3f454b;
}

.container-wrap .content .table-box table tr:nth-child(1) {
    border-top: 1px solid #d1d6e2;
}

.container-wrap .content .table-box table tr:hover {
    background-color: rgba(236, 238, 246, 0.5);
}

.container-wrap .content .table-box table tr:hover td {
    color: #3756a9;
}

.container-wrap .content .table-box table tr:hover td a {
    color: #3756a9;
}

.container-wrap .content .table-box table .no-data {
    border-bottom: none;
}

.container-wrap .content .table-box table .no-data td {
    text-align: center !important;
}

.container-wrap .content .table-box table .no-data img {
    height: 56px;
    width: 167px;
    padding: 150px 0px 100px;
}

.container-wrap .content .table-box table .no-data:hover {
    background-color: transparent !important;
    cursor: auto
}

.container-wrap .content .table-box table td {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
}

.container-wrap .content .table-box table td .left {
    text-align: left;
}

.container-wrap .content .table-box table td:nth-child(1) {
    width: 570px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.container-wrap .content .table-box table td:nth-child(2) {
    width: 110px;
    text-align: right;
}

.container-wrap .content .table-box .page-tabs {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 46px;
    width: 100%;
    position: relative;
}

.container-wrap .content .table-box .page-tabs .total {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    font-size: 14px;
    letter-spacing: 1px;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eceef6;
    border-radius: 4px;
    margin-right: 20px;
    font-size: 14px;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a img {
    width: 9px;
    height: 15px;
    margin-top: 7px;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a.link {
    width: 70px;
    color: #606972;
    vertical-align: top;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a.link:hover {
    color: #02359c;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a i {
    font-size: 16px;
    color: #606972;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list a:hover i {
    color: #02359c;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list span {
    width: 70px;
    height: 30px;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list span input {
    height: 26px;
    width: 70px;
    border: 1px solid #d8d8d8;
    vertical-align: top;
    text-align: center;
}

.container-wrap .content .table-box .page-tabs .page-tabs-list span i {
    font-size: 14px;
    margin: 0px 10px;
}

.container-wrap .detail-txt {
    padding: 80px 160px;
    color: #1d2023;
}

.container-wrap .detail-txt h1 {
    font-size: 32px;
    text-align: center;
    line-height: 52px;
}

.container-wrap .detail-txt .s-note {
    color: #606972;
    font-size: 14px;
    text-align: center;
    margin: 26px 0px 40px;
}

.container-wrap .detail-txt .txt-content p {
    font-size: 16px;
    line-height: 32px;
    color: #1d2023;
    text-indent: 32px;
    text-align: justify;
    margin-bottom: 10px;
}

.container-wrap .detail-txt .txt-content img{
    width: 100%;
    height: auto;
    border-bottom: 10px;
}

.container-wrap .detail-txt .article-nav {
    margin-top: 60px;
    padding: 24px 0px;
    background-color: #f7f7f7;
    font-size: 16px;
}

.container-wrap .detail-txt .article-nav table {
    width: 100%;
}

.container-wrap .detail-txt .article-nav table tr {
    cursor: pointer;
}

.container-wrap .detail-txt .article-nav table td:first-child {
    padding: 0px 24px;
}

.container-wrap .detail-txt .article-nav table td:first-child a {
    color: #d43e47;
}

.container-wrap .detail-txt .article-nav table td:first-child.dynamic-txt a {
    color: #3756a9;
}

.container-wrap .detail-txt .article-nav table td:nth-child(2) a {
    color: #3f454b;
}

.container-wrap .detail-txt .article-nav table td:last-child {
    padding: 0px 24px;
    color: #606972;
    text-align: right;
}

.container-wrap .supplier-enter {
    margin-bottom: 40px;
    margin-right: 87px;
}

.container-wrap .supplier-enter h2 {
    color: #1d2023;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 24px;
}

.container-wrap .supplier-enter p {
    font-size: 16px;
    color: #3f454b;
    line-height: 32px;
}

.container-wrap .supplier-enter .remarker {
    background-color: rgba(220, 227, 243, 0.25);
    border: 1px solid rgba(209, 214, 226, 0.6);
    padding: 16px 16px 18px 16px;
    margin-top: 14px;
    color: #3756a9;
}

.container-wrap .supplier-enter .remarker p {
    color: #3756a9;
    margin-bottom: 12px;
    font-weight: bold;
}

.container-wrap .supplier-enter .remarker .detail {
    margin-bottom: 12px;
}

.container-wrap .supplier-enter .remarker .detail div {
    display: inline-block;
}

.container-wrap .supplier-enter .remarker .detail div:nth-child(1) {
    width: 45%;
}

.cw-common .menue .title p {
    color: #1d2023;
    font-size: 24px;
    font-weight: normal;
    margin-left: 32px;
    margin-top: 36px;
    margin-bottom: 0px;
    width: 186px;
    padding: 0px 0px 35px;
    border-bottom: 2px solid #e8eef2;
    text-align: left;
}

.cw-common .menue ul {
    margin-top: 0px;
}

.cw-common .menue ul li {
    text-align: left;
    /*height: 59px;
   line-height: 59px;*/
    padding: 21px 0px;
    width: 186px;
    /*cursor: pointer;*/
}

.cw-common .menue ul li a{
    cursor: pointer;
}

.cw-common .menue ul li .y-line {
    width: 3px;
    height: 14px;
    background-color: #e8eef2;
    display: inline-block;
    margin-right: 14px;
    position: absolute;
    top: 1px;
}

.cw-common .menue ul li .y-line.y-line-s {
    top: 16px;
}

.cw-common .menue ul li .long-title {
    margin-left: 21px;
}

.cw-common .menue ul li .long-title-2 {
    margin-left: 21px;
    margin-top: 8px;
    display: inline-block;
}

.cw-common .menue ul li.active {
    border-bottom-color: #d1d6e2;
}

.cw-common .menue ul li.active a {
    color: #02359c !important;
}

.cw-common .menue ul li.active a .y-line {
    background-color: #02359c !important;
}

.cw-common .menue ul li a:hover .long-title {
    color: #02359c
}

/*公司声音图片放大弹框*/
.honor-img {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

.honor-img .img-indiv {
    position: absolute;
}

.honor-img .img-indiv .img-result {
    border: 2px solid #fff;
    cursor: zoom-out;
}

.footer {
    position: relative;
}

.footer .footer-top {
    position: relative;
    vertical-align: middle;
    background-color: #3a3f52;
    padding: 32px 0px 0px;
}

.footer .footer-top .contact {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    margin-bottom: 17px;
}

.footer .footer-top .contact img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 12px;
}

.footer .footer-top .contact span {
    float: left;
}

.footer .footer-bottom span:nth-child(1) {
    margin-right: 20px
}

.footer .footer-top .contact .telephone {
    margin-right: 62px;
}

.footer .footer-bottom {
    background-color: #172d65;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.footer .footer-bottom .copyright {
    font-size: 14px;
    color: #ffffff;
}

.footer .sub-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.footer .sub-wrap .sub-title {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 24px;
}

.footer .sub-wrap ul {
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 16px;
}

.footer .sub-wrap ul li {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #b4b4b4;
    padding-right: 4px;
    margin-bottom: 16px;
}

.footer .sub-wrap ul li a {
    color: #b4b4b4;
}

.footer .sub-wrap ul li a:hover {
    color: #fff;
    cursor: pointer;
}

.footer .sub-wrap ul .special {
    padding-bottom: 16px;
}

.footer .sub-wrap p {
    font-size: 16px;
    color: #b4b4b4;
    margin-bottom: 16px;
}

.footer .special-sub {
    margin-right: 0px;
    padding-left: 50px;
    height: 273px;
    border-left: 1px solid #b4b4b4;
}

.footer .special-sub .sub-title {
    margin-bottom: 8px;
}

.footer .special-sub .text-p {
    margin-bottom: 12px;
}

.footer .copyright .police-img {
    width: 27px;
    height: 29px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 24px;
}

.location {
    height: 40px;
    width: 100%;
    background-color: #F2F8FC;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
}

.location .container {
    height: 100%;
}

.location .container a {
    color: black;
    display: block;
    height: 40px;
    float: left;
    font-size: 14px;
}

.location .container a:nth-child(5) {
    color: #172d65;
}

.location .container a .point-icon {
    margin-top: 15px;
    margin-right: 8px;
    width: 9px;
    height: 9px;
    line-height: 9px;
    border: 1px solid black;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.location-tilte {
    height: 60px;
    width: 100%;
    line-height: 60px;
    color: #172d65;
    font-size: 24px;
    font-weight: 300;
}

.location-tilte .container {
    padding-left: 25px;
}

.content .swiper-button-next {
    background-image: url(swiper-right.png);
    background-size: 40px 40px;
    width: 54px;
    height: 54px;
    right: 36px;
    top: 54%;
}

.content .swiper-button-prev {
    background-image: url(swiper-left.png);
    background-size: 40px 40px;
    width: 54px;
    height: 54px;
    top: 54%;
}

.content .second-swiper .s-btn {
    opacity: 0;
    transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.content .second-swiper:hover .s-btn {
    display: block;
    opacity: 1;
}

.dropUl {
    overflow: hidden;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

/*# sourceMappingURL=common.css.map */