* {
    margin: 0;
    padding: 0;
}

body {
    zoom: 1;
    min-width: 1100px;
    background: #ffffff;
    font-size: 14px;
    font-family: 'Microsoft Yahei', sans-serif, Arial, Helvetica, 'Hiragino Sans GB';
    position: relative;
}

ul {
    list-style-type: none;
}

a,
a:focus {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

img {
    border: none;
    max-width: 100%;
}

.container {
    width: 1100px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.clear {
    clear: both;
}

.text-center {
    text-align: center;
}


/*   *******   common-ui   *******   */

.common-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    /* IE7 */
    *text-indent: 0;
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
}

.common-icon:before {
    content: '\3000';
}


.window-scroll-top {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
}

/*   *******   paging-navigation   *******   */

.paging-navigation {
    margin-top: 20px;
    padding-top: 20px;
    color: #000;
}
.paging-navigation:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}

.paging-navigation a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    color: #575963;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}

.paging-navigation a:hover {    
    background: #003056;
    border: 1px solid #003056;
    color: #ffffff;
}
.paging-navigation .lt:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 8px 6px 0;
    border-style: solid;
    border-color: transparent #575963 transparent transparent;
    position: absolute;
    left: 15px;
    top: 15px;
}

.paging-navigation .gt:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #575963;
    position: absolute;
    right: 16px;
    top: 15px;
}


.paging-navigation .current {
    background: #003056;
    border: 1px solid #003056;
    color: #ffffff;
}

.paging-navigation .links {
    float: left;
}

.paging-navigation .results {
    display: none;
}



/*   *******   error   *******   */
.error {
    font-family: 'Comic Sans MS';
    color: #001627;
    padding: 100px 0;
    background-color: #ffffff;
    text-align: center;
    border: 2px solid #e4e4e4;
    height: 350px;
}

.error h1 {
    font-size: 70px;
    margin-bottom: 20px;
    color: #d30d2b;
}

.error p {
    margin-bottom: 40px;
    font-size: 22px;
}

.error a {
    color: #001627;
    text-decoration: none;
    font-size: 18px;
    display: block;
    width: 200px;
    margin: 0 auto;
}


/*   *******   .header   *******   */

.header {
    padding: 15px 0;
    height: 55px;
}

.header .nav-content {
    background-color: #071c33;
}

.header .nav-logo {
    float: left;
    display: block;
    width: 179px;
}

.header .nav-logo img {
    width: 100%;
    height: 100%;
}

.header .nav-menu {
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 10px 0;
}

.header .nav-menu li {
    float: left;
    line-height: 35px;
    position: relative;
}

.header .nav-menu li a {
    display: block;
    padding: 0 22px;
    color: #212121;
    font-size: 15px;
    letter-spacing: 2px;
}

.header .nav-menu .active a,
.header .nav-menu li a:hover {
    color: #d30d2b;
}

.header .nav-lang {
    float: right;
    padding: 12px 0;
    font-size: 13px;
    text-align: center;
}

.nav-lang .nav-btn {
    display: block;
    float: left;
    margin-left: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #d0d0d0;
    color: #ffffff;
}

.nav-lang .active,
.nav-lang .nav-btn:hover {
    background-color: #d30d2b !important;
}


/*   *******   footer   *******   */

.footer {
    background-color: #001627;
    text-align: center;
}

.footer .footer-mid-info {
    color: #bbbdbf;
    width: 36%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-mid-info .info-logo {
    display: block;
    margin: 0 auto 28px;
}

.footer-mid-info .info-addr {
    margin-bottom: 25px;
}

.footer-mid-info .info-tel {
    line-height: 19px;
    position: relative;
    margin-bottom: 20px;
}

.footer-mid-info .info-tel:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 22%;
    top: -3px;    
    //background: url(images/icon-tel.png) center no-repeat;
}

.footer-mid-info .info-fax {
    line-height: 19px;
    position: relative;
}

.footer-mid-info .info-fax:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 22%;
    top: -3px;    
    //background: url(images/icon-fax.png) center no-repeat;
}

.footer .footer-side-info {
    width: 32%;
    float: left;
    padding-top: 115px;
}

.footer-side-info .info-link {
    display: block;
    width: 15%;
    float: left;
    margin: 0 30px;
    border-left: 1px solid #bbbdbf;
    border-right: 1px solid #bbbdbf;
    color: #bbbdbf;
    line-height: 14px;
}

.footer .footer-bottom-info {
    color: #687178;
    background-color: #001322;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
}


/*   *******   home   *******   */

/*  ---  home-banner  ---  */
.home-banner {
    padding: 0;
    color: #ffffff;
}

.home-banner-title {
    padding-top: 200px;
    margin-bottom: 50px;
    font-size: 50px;
    letter-spacing: 5px;
}

.home-banner-subtitle {
    font-size: 16px;
    letter-spacing: 3px;
}

/*  ---  home-banner  ---  */
.home-banner .swiper-pagination-clickable {
    bottom: 35px !important;
}

.home-banner .swiper-pagination-bullet-active {
    border: 2px solid #ffffff !important;
    background: #ffffff !important;
}

.home-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background: transparent;
    opacity: 1;
}

.home-banner .swiper-slide img {
    display: block;
}

/*  ---  home-common  ---  */
.home-common-title {
    padding-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #003056;
    font-size: 23px;
    letter-spacing: 2px;
    position: relative;
}

.home-common-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #003056;
}

.home-common-subtitle {
    color: #898989;
    font-size: 14px;
    color: #474747;
    line-height: 22px;
    margin-bottom: 15px;
}


/*  ---  home-about  ---  */

.home-about {
    background: #ffffff;
    min-height: 760px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.home-about-items {
    width: 100%;
    padding-top: 80px;
}
.home-about-items:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.home-about-items li {
    width: 30%;
    float: left;
    padding: 60px 0px;
    margin-right: 5%;
    box-sizing: border-box;
    border: 1px solid #dfe9f0;
    position: relative;
}

.home-about-items li:nth-child(3) {
    margin-right: 0px;
}

.home-about-items li:before {
    content: '';
    background: #ffffff;
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 35px;
    height: 35px;
}

.home-about-items li:after {
    content: '';
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
    width: 35px;
    height: 35px;
}

.home-about-items .item-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.home-about-items .item-title {
    font-size: 16px;
    color: #003056;
    margin: 15px 0;
    padding-bottom: 20px;
    position: relative;
}

.home-about-items .item-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #003056;
}

.home-about-items .item-text {
    font-size: 13px;
    color: #889198;
    line-height: 35px;
    padding: 0 30px;
}

.home-about-items #item-1 {
    background-image: url(images/home/img-domain.png);
}

.home-about-items #item-2 {
    background-image: url(images/home/img-exp.png);
}

.home-about-items #item-3 {
    background-image: url(images/home/img-team.png);
}

.home-about-items li:hover #item-1 {
    background-image: url(images/home/img-domain-light.png);
}

.home-about-items li:hover #item-2 {
    background-image: url(images/home/img-exp-light.png);
}

.home-about-items li:hover #item-3 {
    background-image: url(images/home/img-team-light.png);
}

/*  ---  home-intro  ---  */
.home-intro {
    background: url(images/home/img-intro.jpg) center no-repeat;
    color: white;
    height: 352px;
    padding-top: 140px;
    overflow: hidden;
    text-align: center;
}

.home-intro-logo {
    margin-bottom: 30px;
}

.home-intro-text {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
/*  ---  home-team  ---  */
.home-team {
    background: #f5f6f8;
    margin: 0 auto;
}

.home-team-items {
    margin-top: 60px;
}
.home-team-items .team-item {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 80px;
    text-align: center;
    cursor: pointer;
    padding: 30px 0;
}
.home-team-items .team-item .userface { 
    display: block;
    width: 180px;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 8px 8px 20px #b1b2b3;
}
.home-team-items .team-item:nth-child(3n) {
    margin-right: 0;
}

.home-team-items .item-cover {
    width: 70%;
    min-height: 100px;
    padding: 12px 10px 8px 10px;
    margin-left: 15%;
    background-color: #003056;
    color: #ffffff;
    box-sizing: border-box;
}

.home-team-items .item-cover .item-name {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.home-team-items .item-cover .item-name:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #ffffff;
}

.home-team-items .item-cover .item-text {
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*
.home-team {
    background: #f5f6f8;
    margin: 0 auto;
}

.home-team-items {
    margin-top: 60px;
}
.home-team-items .team-item {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    padding-bottom: 60px;
}
.home-team-items .team-item:nth-child(3n) {
    margin-right: 0;
}
.home-team-items .team-item img { 
    display: block;
    width: 80%;
    margin-left: 10%;
    box-shadow: 8px 8px 20px #b1b2b3;
}

.home-team-items .item-cover {
    width: 60%;
    min-height: 100px;
    padding: 12px 0 8px;
    margin-left: 20%;
    background-color: #003056;
    color: #ffffff;
    transform: translateY(-50px);
}
.home-team-items .item-cover .item-name {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.home-team-items .item-cover .item-name:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #ffffff;
}

.home-team-items .item-cover .item-text {
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
*/
/*  ---  home-news  ---  */
.home-news {
    background: #ffffff;
    min-height: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.home-news-items {
    padding-top: 50px;
}

.home-news-items li {
    width: 32%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #dfe9f0;
    position: relative;
}

.home-news-items li:nth-child(3) {
    margin-right: 0px;
}

.home-news-items .item-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.home-news-items .item-img img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.home-news-items .item-img img:hover{
    opacity:.7;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
}
.home-news-items .item-content {
    padding: 20px 10px;
}

.home-news-items .item-content .item-title {
    margin-bottom: 15px;
}
.home-news-items .item-content .item-title a {
    font-size: 15px;
    color: #151515;
}
.home-news-items .item-content .item-date {
    float: right;
    color: #939597;
}
.home-news-items .item-content .item-desc {
    color: #151515;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    height: 75px;
    /*
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
    */
}

/*   *******   inner-banner 内页banner   *******   */
.inner-banner { height: 500px;background-position: center;background-repeat: no-repeat;background-size: 100% auto; }
#banner-about { background-image: url(images/banner/img-about.png) }
#banner-team { background-image: url(images/banner/img-team.png) }
#banner-investment { background-image: url(images/banner/img-investment.png) }
#banner-news { background-image: url(images/banner/img-news.png) }
#banner-contact { background-image: url(images/banner/img-contact.png) }




/*   *******   about   *******   */
.about {
    background-color: #ffffff;
    padding: 80px 0;
}

.about .about-l {
    float: left;
    width: 47%;
}

.about .about-l .item-name {
    font-size: 18px;
    color: #000000;
    padding-left: 28px;
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
}
.about .about-l .item-name:before {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 11px;
    background-color: #6c6969;
}

.about .about-l .item-desc {
    color: #9b9ca7;
    line-height: 28px;
    
}
.about .about-l .item-desc .item-desc-label {
    margin-bottom: 15px;
}
.about .about-l .item-desc .item-desc-label:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.about .about-l .item-desc .subtitle {
    width: 100px;
    font-weight: bold;
    color: #333333;
    float: left;
    padding-right: 10px;
}
.about .about-l .item-desc .desc {
    width: calc(100% - 110px);
    float: left;
}

.about .about-r {
    float: right;
    width: 44%;
    padding-top: 5px;
}

.about .about-r img {
    display: block;
}

.about .img-l img:first-child {
    margin-bottom: 15px;
}
.about .img-l {
    float: left;
    width: 48%;
}

.about .img-r {
    float: right;
    width: 48%;
}


/*   *******   team   *******   */

.team {
    padding: 100px 0 30px;
    background-color: #ffffff;
}
.team .teammate {
    margin-bottom: 110px;
}
.team .item-top {
    margin-bottom: 15px;
    vertical-align: middle;
}
.team .item-name {
    font-size: 25px;
    color: #19191b;
    vertical-align: bottom;
}

.team .item-flag {
    color: #d30d2b;
    font-size: 14px;
    display: inline-block;
    padding: 0 8px;
    margin-left: 15px;
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #d30d2b;
}
.item-contact {
    margin-top: 10px;
    line-height: 30px;
}

.team .item-icon { 
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-left: 8px;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    /* IE7 */
    *text-indent: 0;
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
}
.team .item-icon:before {
    content: '\3000';
}
.team .item-icon:first-child {
    margin-left: 0px;
}
.team #icon-email { background-image: url(images/contact/icon-email.png) }
.team #icon-tel { background-image: url(images/contact/icon-tel.png) }
.team #icon-job { background-image: url(images/contact/icon-job.png) }


.team .pl220 {
    padding-left: 220px;
}

.team .pl30 {
    padding-left: 30px;
}

.team .shadow-right {
    padding: 20px 30px;
    border-top: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    -webkit-box-shadow: 5px 5px 15px #c2c2c2;
    box-shadow: 5px 5px 15px #c2c2c2;
}

.team .shadow-left {
    padding: 20px 30px;
    border-top: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    -webkit-box-shadow: -5px 5px 15px #c2c2c2;
    box-shadow: -5px 5px 15px #c2c2c2;
}

.team .shadow-right .item-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;    
    float: left;
    margin-top: -100px;
    margin-right: 40px;
}

.team .shadow-left .item-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-top: -110px;
}

.team .item-avatar img {
    display: block;
    width: 150px;
    border-radius: 15px;
}
.team .item-rows {
    float: left;
    max-width: 830px;
    min-height: 100px;
}
.team .item-row {
    color: #454549;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #292936;
    position: relative;
    padding-left: 20px;
}
.team .item-row:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 10px;
    background-color: #dbdbde;
}


/*   *******   investment   *******   */

.investment {
    padding: 70px 0 90px;
    background-color: #ffffff;
}

.investment .product-items {
    min-height: 600px;
}

.investment .product-items li {
    margin-bottom: 30px;
    border: 2px solid #f3f3f3;
}

.product-item-l {
    float: left;
    width: 70%;
    padding: 20px;
}

.product-item-l .item-title {
    font-size: 18px;
    padding-bottom: 20px;
    position: relative;
    color: #19191b;
    border-bottom: 1px dashed #d9d9d9;
}

.product-item-l .item-title .item-flag {
    color: #4d4d56;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 28px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #b7b7bd;
}

.product-item-l .item-info {
    padding: 40px 0;
    font-size: 15px;
}
.product-item-l .item-info .info-l {
    float: left;
    width: 30%;
}
.product-item-l .item-info .info-m {
    float: left;
    width: 44%;
    margin-left: 4%;
    box-sizing: border-box;
    padding: 0 4%;
    border-left: 1px dashed #b7b7bd;
    border-right: 1px dashed #b7b7bd;
}
.product-item-l .item-info .info-r {
    float: right;
    width: 18%;
}
.product-item-l .item-info .prefix {
    color: #666666;
}
.product-item-l .item-info .line-top {
    margin-bottom: 20px;
}

.product-item-l .item-row {
    color: #66666c;
    font-size: 14px;
    line-height: 30px;
}
.product-item-l .item-row .prefix {
    font-size: 15px;
    color: #292936;
    position: relative;
    padding-left: 15px;
}
.product-item-l .item-row .prefix:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 7px;
    background-color: #dbdbde;
}
.product-item-l .item-red {
    color: #d30d2b;
}
.product-item-r {
    float: right;
    width: 23%;
}
.product-item-r img {
    display: block;
}

/*   *******   news   *******   */

.news {
    padding: 70px 0 90px;
    background-color: #ffffff;
}

.news .news-ul {
    min-height: 600px;
}

.news .news-ul li {
    padding: 40px 30px;
    margin-bottom: 30px;
    border: 2px solid #f3f3f3;
}

.news-item-l {
    float: left;
    width: 70%;
    color: #555555;
}
.news-item-l .item-title {
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}
.news-item-l .item-title a {
    color: #19191b;
}
.news-item-l .item-title a:hover {
    color: #d30d2b;
}
.news-item-l .item-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background-color: #e5e2e2;
}
.news-item-l .item-desc {
    line-height: 23px;
    margin-bottom: 25px;
}
.news-item-l .read-more {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    color: #a2a3a9;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.news-item-l .read-more:hover { 
    -webkit-box-shadow: 0px 13px 20px -10px #b1b2b3;
    box-shadow: 0px 13px 20px -10px #b1b2b3;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.news-item-r {
    float: right;
    width: 10%;
    color: #555555;
    text-align: center;
    padding-top: 25px;
}

.news-item-r .day {
    line-height: 60px;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-item-r .year {
    font-size: 16px;
    line-height: 20px;
}


.news-detail {
    padding: 60px 0;
    background-color: #f6f6f6;
}

.news-detail .title {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    margin: 10px 0 20px;
    color: #000;
}

.news-detail .date {
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.news-detail .content {
    line-height: 200%;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
    word-wrap: break-word;
}
.news-detail .bottom {
    padding-top: 10px;
    line-height: 30px;
}

.news-detail .bottom a {
    color: #555555;
}
/*   *******   contact   *******   */
.contact {
    padding: 50px 0 80px;
}

.contact .map-frame {
    width: 1060px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 5px #e2e2e2;
    box-shadow: 0px 0px 15px 5px #e2e2e2;
    position: relative;
    overflow: hidden;
}

.contact .map-cover {
    position: absolute;
    z-index: 99;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.contact .map-cover.hidden {
    opacity: 0;
    transform: translateY(-380px);
} 

.map-frame .swiper-pagination-bullet-active {
    background: #ffffff !important;
    color: #000000 !important;
}
.map-frame .swiper-pagination-bullets {
    bottom: 0px !important;
    height: 50px;
    width: 100%;
    position: relative!important;
}
.map-frame .swiper-pagination-bullet {
    display: block;
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    background: #000000;
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.contact .map {
    width: 100%;
    height: 380px;
}

.contact-gray {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.contact-items {
    width: 100%;
}

.contact-items li {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #ecebeb;
    position: relative;
    color: #49494c;
}
.contact-items li:nth-child(1),
.contact-items li:nth-child(2) {
    margin-right: 2%;
}

.contact-items .col-s {
    width: 29%;
}
.contact-items .col-m {
    width: 38%;
}

.contact-items .item-icon { display: block;width: 60%;height: 30px;margin: 0 auto 20px;background-position: center;background-repeat: no-repeat;position: relative; }
.contact-items #icon-site { background-image: url(images/contact/icon-site.png) }
.contact-items #icon-addr { background-image: url(images/contact/icon-addr.png) }
.contact-items #icon-messager { background-image: url(images/contact/icon-messager.png) }

.contact-items .item-icon:before {
    content: '';
    background: #ecebeb;
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 30%;
    height: 1px;
}

.contact-items .item-icon:after {
    content: '';
    background: #ecebeb;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 30%;
    height: 1px;
}
.home-board table {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color:#ffffff;
}
.home-board table td {
    width:33.33%;
    background-color: #CD112B;
}

.tabs,.subTabs {
    height: 40px;
    line-height: 40px;
}
.tabs a,.subTabs a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    color: #555;
    font-size: 14px;
}
.tabs a.selected,.subTabs a.selected {
    color: #003056;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-bottom: 2px solid #003056;
}
.tab-content {
    border-top: none;
    padding: 20px;
    display: none;
}

.recruit-intro {
    line-height: 180%;
    color: #545454;
}

.recruit-title {
    background: #003056;
    color: #FFFFFF;
    line-height: 50px;
}
.recruit-title > span {
    display: inline-block;
    width: 24%;
    padding: 0 15px;
    box-sizing: border-box;
}

.recruit-block > li {
    margin-top: 20px;
}

.recruit-block .recruit-info {
    background: #EEEEEE;
    line-height: 50px;
}

.recruit-block .recruit-info > span {
    display: inline-block;
    width: 24%;
    padding: 0 15px;
    box-sizing: border-box;
}
.recruit-block .recruit-info > i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #003056;
    border-right: 2px solid #003056;
    transform: rotate(-45deg);
    cursor: pointer;
}


.recruit-block .recruit-desc {
    border: 1px solid #EEEEEE;
    min-height: 60px;
    line-height: 220%;
    padding: 15px;
    color: #545454;
    display: none;
}
.recruit-block > li.show .recruit-info > i {
    transform: rotate(135deg);
}
