@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

li {
    list-style: none;
}


img,
input {
    border: 0px;
    vertical-align: middle;
    outline: none;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
input,
button,
dd,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

a,
i,
em,
b,
strong {
    text-decoration: none;
}

.clear {
    clear: both;
    display: none;
}

.clearfix:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

button {
    outline: none;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

select {
    outline: 0;
    background: none;

    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

input::-ms-clear {
    display: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

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

body,
html {
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    color: #000000;
    background: #fff;
    min-width: 1200px;
}

input::-webkit-input-placeholder {
    color: #acacac;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

input:-moz-placeholder {
    color: #acacac;
    font-family: 'SourceHanSansCN';
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

textarea:-moz-placeholder {
    color: #acacac;
}

textarea::-webkit-textarea-placeholder {
    color: #acacac;
}

textarea:-ms-input-placeholder {
    color: #acacac;
}

textarea::-webkit-input-placeholder {
    color: #acacac;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
    color: #000000;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

/* header */
.pg-header {
    -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    background: #fff;
    width: 100%;
    min-width: 1150px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border-top: 2px solid #023ba2;
}

.pg-header .logo {
    width: 340px;
    padding-left: 50px;
    overflow: hidden;
    line-height: 60px;
    background: url(../images/logo_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.pg-header .logo img {
    max-width: 220px;
}


.pg-header .logo-btn {
    padding: 6px 17px;
    background: #c58d2c;
    color: #fff;
    border-radius: 0 0 4px 4px;
    float: right;
    font-size: 14px;
}

.pg-header .logo-btn:hover {
    background: #ac7b26;
}

.pg-header .fr {
    margin-right: 30px;
}

.pg-header .langs {
    text-align: right;
    font-size: 0;
}

.pg-header .langs a {
    font-size: 12px;
    padding: 8px 38px;
    background: #e7e7e7;
    display: inline-block;
}

/* .pg-header .langs a:hover {
    color: #fff;
    background: #1e55af
} */

.pg-header .langs a.active {
    color: #fff;
    background: #1e55af
}

.pg-header .nav {
    margin-top: 15px;
}

.pg-header .nav ul li {
    float: left;
    margin-left: 37px;
    font-size: 15px;
    display: block;
    line-height: 30px;
    min-width: 90px;
    text-align: center;
    height: 30px;
    position: relative;
    color: #393939;
    padding: 0 15px;
    border-radius: 30px;


}


.pg-header .nav ul li:hover {
    background: #e4ebf7
}


.pg-header .nav ul li.active {
    background: #e4ebf7
}


.pg-header .nav dl {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    left: 50%;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    min-width: 120px;
    top: 100%;
    margin-top: 34px;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    visibility: hidden;
}

.pg-header dl:after,
.pg-header dl:before {
    bottom: 100%;
    content: "";
    height: 34px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.pg-header dl:before {
    border: 7px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
}

.pg-header .nav li:hover dl {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    visibility: visible;
}


.pg-header .nav dl a {
    border-radius: 0.2em;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0 1.4em;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    white-space: nowrap;
}

.pg-header .nav dl dd a {
    font-size: 14px;
    line-height: 44px;
    padding: 0 1em;
}

.pg-header .nav dl a:hover {
    background: #e4ebf7;

}









.banner {
    padding-top: 60px;
}

.banner .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.banner .swiper-slide img {
    width: 100%;
}
.banner .swiper-slide::before {
    content: '';
    display: block;
    /*padding-top: 37.3958%;*/
}

/*.banner .swiper-slide a {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 2;*/
/*}*/


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 22px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.banner .swiper-button-prev {
    left: 30px;
    background-image: url(../images/arrow_left.png);
}

.banner .swiper-button-next {
    right: 30px;
    background-image: url(../images/arrow_right.png);
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.banner .swiper-pagination {
    font-size: 0;
    bottom: 37px;
}

.banner .swiper-pagination-bullet {
    width: 42px;
    height: 3px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #fff000
}

.index-work {
    padding: 50px 0 10px 0;
}

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

.comm-header h2 {
    font-size: 22px;
    font-weight: bold;
    color: #222222
}

.comm-header h4 {
    font-size: 18px;
    font-weight: normal;
    color: #3c3b3b;
    /*padding-top: 14px;*/
}

.work-con {
    border-radius: 6px;
    /*-moz-box-shadow: 0px 0px 1px rgba(166, 166, 166, 0.75);*/
    /*box-shadow: 0px 0px 1px rgba(166, 166, 166, 0.75);*/
    border: 1px solid #ddd;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.work-con .w-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.work-con .w-img::before {
    content: '';
    display: block;
    padding-top: 114px;
}

.work-con .w-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 100%;*/
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px 6px 0 0;
}

.work-con section {
    padding: 16px 30px 30px 30px;
    text-align: center;
}

.work-con section h4 {
    font-size: 16px;
    color: #353535
}

.work-con section article {
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    margin: 20px 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 96px;
}

.work-con section .more {
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    color: #1e55af;
    font-size: 12px;
    display: inline-block;
    padding: 4px 13px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.work-wrap {
    position: relative;
}
.work-wrap .swiper-container {
    padding: 0 5px;
}

.work-wrap .swiper-slide {
    padding: 30px 0 10px 0;
}


.work-wrap .swiper-slide:hover .more {
    background: #1e55af;
    color: #fff;
    border: 1px solid #1e55af;
}



.work-wrap .swiper-slide:hover .work-con {
    -moz-box-shadow: 0px 0px 10px rgba(166, 166, 166, 0.75);
    box-shadow: 0px 0px 10px rgba(166, 166, 166, 0.75);

}

.te-field {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 90px 0;
}

.te-wrap {
    text-align: center;
    margin-top: 260px;
}

.te-wrap ul {
    font-size: 0;
    text-align: center;
    position: relative;
}

.te-wrap ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0 51px;

}

.te-wrap ul li:nth-child(4) {
    position: absolute;
    top: -138px;
    left: 17px;
}

.te-wrap ul li:nth-child(5) {
    position: absolute;
    top: -138px;
    left: 892px;
}

.te-wrap ul li:nth-child(6) {
    position: absolute;
    bottom: 138px;
    left: 600px;
}

.te-wrap ul li:nth-child(7) {
    position: absolute;
    bottom: 138px;
    left: 308px;
}

.te-wrap ul li .te-rota {
    width: 190px;
    height: 190px;
    background: rgba(100, 100, 100, 0.50);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.te-wrap ul li section {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: box;
    display: flex;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.te-wrap ul li section h4 {
    font-size: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.te-wrap ul li section p {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}


.te-wrap ul li:hover .te-rota {
    background: rgba(30, 85, 175, 0.82);
}


.index-team {
    background: #fbfbfb;
    padding: 50px 0 50px 0;
}

.team-con {
    background: #fff; height:271px;
    position: relative;
    padding: 115px 15px 40px 50px;
    margin-top: 120px;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.team-con .t-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}

.team-con .t-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 104%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.img-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all;
    border-radius: 50%;
}

.t-img .icon-sousuo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 20px;
    height: 20px;
    background: url(../images/icon_sousuo.png) no-repeat center;
    background-size: contain;
    z-index: 3;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.team-wrap {
    position: relative;
}

.team-con section h4 .name {
    font-size: 18px;
    padding-right: 12px;
}

.team-con section h4 .job {
    font-size: 14px;
    font-weight: normal;
}

.team-con section article {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}

.index-team .swiper-slide:hover .team-con {
    transform: translateY(-20px);
}



.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.work-wrap .swiper-button-next,
.work-wrap .swiper-button-prev,
.team-wrap .swiper-button-next,
.team-wrap .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 21px;
    background-color: rgba(16, 15, 15, 0.14);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 2;
    top: 60%
}
.work-wrap .swiper-button-prev,
.team-wrap .swiper-button-prev {
    left: -70px;
    background-image: url(../images/arrow2_left.png);
}

.work-wrap .swiper-button-next,
.team-wrap .swiper-button-next {
    right: -70px;
    background-image: url(../images/arrow2_right.png);
}

.work-wrap .swiper-button-next:hover,
.work-wrap .swiper-button-prev:hover,
.team-wrap .swiper-button-next:hover,
.team-wrap .swiper-button-prev:hover {
    background-color: rgba(16, 15, 15, 0.34);
}


.index-case {
    position: relative;
    padding: 50px 0 60px 0;
}

.index-case .case-wrap {
    padding: 0 30px;
    margin-top: 44px;
}

.case-con {
    text-align: center;

}

.case-con .case-img {
    overflow: hidden;
    position: relative;
}

.case-con .case-img::before {
    content: '';
    display: block;
    padding-top: 160px;
}

.case-con .case-img figure img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.case-con .case-img .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 72, 146, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.case-con .case-img .case-logo {
    position: absolute;
    z-index: 3;
    top: 54%;
    left: 50%;
    max-width: 90%;
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.case-con .case-logo {}


.case-con section {
    padding: 20px;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.case-con section h4 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.case-con section article {
    font-size: 14px;
    color: #9b9b9b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.case-con:hover .case-img .shadow {
    opacity: 1;
    visibility: visible;
}


.case-con:hover .case-img .case-logo {
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.case-con:hover section {
    background: #1e55af
}

.case-con:hover section h4 {
    color: #fff;
}

.case-con:hover section article {
    color: #fff;
}




.index-case .swiper-button-next,
.index-case .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 22px;
    background-color: rgba(16, 15, 15, 0.14);
    width: 40px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.index-case .swiper-button-prev {
    left: -70px;
    background-image: url(../images/arrow2_left.png);
}

.index-case .swiper-button-next {
    right: -70px;
    background-image: url(../images/arrow2_right.png);
}

.index-case .swiper-button-next:hover,
.index-case .swiper-button-prev:hover {
    background-color: rgba(16, 15, 15, 0.34);
}


























/*  */

.pg-footer {
    background: #1e55af;
    color: #fff;

}

.ft-con {
    padding: 28px 0 28px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: box;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}



.ft-con .ft-left {
    width: 357px;

}

.ft-con .ft-left .ft-logo img {
    max-width: 100px;
}

.ft-con .ft-left .ft-info {
    margin-top: 16px;
    line-height: 30px;
}

.ft-con .ft-mid {
    width: 295px;
}

.ft-con .ft-mid img {
    max-width: 100%
}



.ft-nav li {
    float: left;
}

.ft-nav li a {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0 10px;
    font-weight: lighter;
    font-size: 12px;
}

.ft-nav li a:hover {
    color: rgba(255, 255, 255, 1);
}

.ft-nav li a::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #4b77bf;
}

.ft-nav li:last-child a {
    padding-right: 0;
}

.ft-nav li:last-child a::before {
    display: none
}







.pg-footer .ft-right ul li {
    float: left;
    margin-left: 16px;
    position: relative;
}

.pg-footer .ft-right ul li .ft-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: rgba(142, 150, 163, 0.3);
    background-image: url(../images/icon_weixin.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.pg-footer .ft-right ul li .ft-icon.icon_weibo {
    background-image: url(../images/icon_weibo.png);
}

.pg-footer .ft-right ul li .ft-icon.icon_qq {
    background-image: url(../images/icon_qq.png);
}


.pg-footer .ft-right ul li .ft-icon:hover {
    opacity: 0.8;
}

.pg-footer .ft-right ul li:nth-child(2):hover .ft-icon {
    background-color: #25cb7f;
    opacity: 1;
}


.pg-footer .ft-right ul li dl {
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    display: block;
    left: 50%;
    margin-bottom: 15px;
    width: 115px;
    padding: 16px;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 120%;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    -webkit-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
    visibility: hidden;
}

.pg-footer .ft-right ul li dl img {
    width: 83px;
    height: 83px;
}

.pg-footer .ft-right ul li:hover dl {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    visibility: visible;
}

.pg-footer .ft-right ul li dl:after,
.pg-footer .ft-right ul li dl:before {
    top: 100%;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.pg-footer .ft-right ul li dl:before {
    border: 10px solid transparent;
    border-top-color: #fff;
    height: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
}

.copyRight {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.copyRight p span {
    padding-left: 10px;
}

.copyRight p a {
    color: rgba(255, 255, 255, 0.5)
}

.copyRight p a:hover {
    color: rgba(255, 255, 255, 1)
}

.copyRight .wid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: box;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px 0 20px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5)
}













/* login */
.fade {
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    -webkit-transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    height: 0;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.collapsing,
.modal,
.modal-open {
    overflow: hidden;
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.modal.fade .modal-dialog {
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transform: translateY(-25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transform: translateY(-25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    position: relative;
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.modal-header:after,
.modal-header:before {
    content: ' ';
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    line-height: 1.42857;
    margin: 0;
}

.modal-body {
    padding: 15px;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

.modal-footer:after,
.modal-footer:before {
    content: ' ';
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

.login-modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;

}

.login-modal .close .iconfont {
    font-size: 30px;
    color: #c4c4c4;
    transition: 0.3s ease all;
}

.login-modal .close .iconfont:hover {
    color: #c58d2c
}

.login-modal .modal-dialog {
    margin: 220px auto 100px;
    max-width: 95%;
    width: 590px;
}

.login-modal .modal-content {
    border-radius: 5px;
    padding: 0 76px 20px 76px;
    font-family: "DroidSansChinese";
}

.login-modal .login-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0 35px 0;
}


/* case */
.in-banner {
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.in-banner::before {
    content: '';
    display: block;
    padding-top: 22.0833%;
}

.in-title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.in-title span {
    font-size: 36px;
    font-weight: bold;
    height: 70px;
    line-height: 66px;
    padding: 0 26px;
    color: #fff;
    background: rgba(30, 85, 175, 0.6);
    display: inline-block;
}

.in-case {
    padding: 50px 0 10px 0;
}

.case-list {
    margin-right: -38px;
    font-size: 0;
}

.case-list li {
    width: calc(33% - 20px);
    margin-right: 35px;
    margin-bottom: 30px;
    float: left;
}
.case-list li:nth-child(3n) {
    margin-right: 0;
}
.case-list li:nth-last-child(1) {
    margin-bottom: 50px;
}

.case-list li:nth-last-child(2) {
    margin-bottom: 50px;
}

.case-list li:nth-last-child(3) {
    margin-bottom: 50px;
}


.case-list li .case-con section {
    padding: 30px 20px 40px 20px;

}

.pager {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    cursor: pointer;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.pager li a {
    border: 1px solid #aaaaaa;
    color: #3d3b3b;
    display: inline-block;
    font-size: 14px;
    padding: 9px 8px;
    margin: 0 8px;
    min-width: 40px;
    text-align: center;
}

.pager li:hover a {
    background: #f5ebeb;

}

.pager li.active a {
    background: #1e55af;
    color: #fff;
    border: 1px solid #1e55af;
}

/* case-d */
.case-d header {
    text-align: center;
}

.case-d header h4 {
    font-size: 24px;
    font-weight: normal;
    color: #3c3a3a
}

.case-d header small {
    font-size: 14px;
    color: #747373;
    padding-top: 14px;
    display: block;
    padding-bottom: 14px;
}

.case-d header small span {
    padding-left: 14px;
}

.case-d .wid {
    border-top: 2px solid #f4f4f4;
    padding-top: 36px;
}

.case-pic {
    margin-top: 40px;
}

.case-pic .case-con .case-img figure img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.case-pic .case-con {
    border: 1px solid #d2d2d2
}

.case-pic .case-con .case-img::before {
    padding-top: 96%
}

.case-pic .swiper-button-next,
.case-pic .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 15px;
    background-color: rgba(160, 160, 160, 0.56);
    width: 36px;
    height: 62px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.case-pic .swiper-button-prev {
    left: 0;
    background-image: url(../images/arrow2_left.png);
}

.case-pic .swiper-button-next {
    right: 0;
    background-image: url(../images/arrow2_right.png);
}

.case-pic .swiper-button-next:hover,
.case-pic .swiper-button-prev:hover {
    background-color: rgba(160, 160, 160, 0.86);
}

.casePic-num {
    text-align: center;
    font-size: 14px;
    color: #939090;
    margin-top: 40px;
}

.coo-page {
    margin-top: 40px;
    color: #605f5f;
    line-height: 36px;
}

.coo-page a {
    color: #605f5f
}

.coo-page a:hover {
    color: #1e55af
}

.com-tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #494848;
}

.map-wrap {
    height: 915px;
    position: relative;
    margin-top: 40px;
    padding-top: 240px;
}

.pd-70 {
    padding-bottom: 70px;
}

.map-wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.map-wrap .map-list li {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.93);
    width: 400px;
    padding: 30px;
    box-shadow: 0px 0px 30px rgba(30, 85, 175, 0.55);
    transition: 0.3s ease all;

}

.map-wrap .map-list li:nth-child(1) {
    top: 0;
    left: 0;
}

.map-wrap .map-list li:nth-child(2) {
    top: 0;
    right: 0;
}

.map-wrap .map-list li:nth-child(3) {
    bottom: 0;
    left: 0;
}

.map-wrap .map-list li:nth-child(4) {
    bottom: 0;
    right: 0;
}

.map-wrap .map-list li:nth-child(5) {
    bottom: 270px;
    left: 200px;
}


.map-wrap .map-list li h4 {
    text-align: center;
    font-size: 18px;
    color: #252627;
    font-weight: bold;
    margin-bottom: 18px;
    transition: 0.3s ease all;
}

.map-wrap .map-list li section {
    font-size: 14px;
    font-weight: normal;
    color: #3d3b3b;
    transition: 0.3s ease all;
}

.map-wrap .map-list li section p {
    margin: 10px 0;
}

.map-wrap .map-list li .iconfont {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
    transition: 0.3s ease all;
}

.map-wrap .map-list li .icon-address {
    background-image: url(../images/icon_adress.png)
}

.map-wrap .map-list li .icon-tel {
    background-image: url(../images/icon_tel.png)
}

.map-wrap .map-list li .icon-email {
    background-image: url(../images/icon_email.png)
}

.map-wrap .map-list li:hover {
    background: #1e55af
}

.map-wrap .map-list li:hover h4 {
    color: #fff;
}

.map-wrap .map-list li:hover section {
    color: #fff;
}

.map-wrap .map-list li:hover .icon-address {
    background-image: url(../images/icon_adress_on.png)
}

.map-wrap .map-list li:hover .icon-tel {
    background-image: url(../images/icon_tel_on.png)
}

.map-wrap .map-list li:hover .icon-email {
    background-image: url(../images/icon_email_on.png)
}


.gybr-wrap {
    padding-top: 50px;
}

.gybr-tit {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.gybr-wrap .ab-sec .fl-img {
    width: 35%;
    float: left;
}

.gybr-wrap .ab-sec .fl-img img {
    max-width: 100%;
}

.gybr-wrap .ab-sec .fl-img img:nth-child(2) {
    padding: 50px 0;
}

.gybr-wrap .ab-sec .fr-con {
    width: 65%;
    float: right;
    margin-top: 35px;
    background: #1e55af;
    padding: 28px 33px;
    color: #fff;
    text-align: justify;
   
}

.gybr-wrap .ab-sec .fr-con h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 24px;
}

.gybr-wrap .ab-sec .fr-con h4 b {
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
}

.gybr-wrap .ab-sec .fr-con article {
    font-size: 14px;
    line-height: 28px;
}

.gybr-wrap .ab-sec .fr-con article p {
    margin-bottom: 20px;
}


.num-wrap {
    background: #1e55af
}

.num-wrap ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 32px 0;
    color: #fff;
}

.num-wrap ul li .num {
    font-size: 24px;
}

.num-wrap ul li .num b {
    font-size: 28px;
}

.num-wrap ul li .num sup {
    position: relative;
    top: -2px;
    padding-left: 4px;
}

.num-wrap ul li .tip {
    font-size: 16px;
    color: #e6e5e5;
    margin-top: 15px;
}


.core {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 40px 0;
}

.core-con .core-fl {
    background: #fff;
    color: #4b4b4b;
    width: 40%;
    height: 320px;
    border-radius: 2px;

    margin-right: 10px;
    float: left;
    -moz-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.core-con .core-fl section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    padding: 0 110px;

}

.core-con .core-fl:hover {
    background: rgba(30, 85, 175, 1);
    color: #fff;
}


.core-con .core-fl section h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 26px;
}

.core-con .core-fl article {
    opacity: 0;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    transform: translateY(30px);
    transition: 0.3s ease all;
    height: 0;
    color: #fff;
}




.core-fr-wrap {
    width: calc(60% - 10px);
    float: right;
}

.core-fr {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
}

.core-fr:nth-child(2) {
    margin-right: 0;
}

.core-fr ul {

    position: relative;
    
}

.core-fr li {
    float: left;
    width: 100%;
    height: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4b4b4b;
   
    overflow: hidden;
}

.core-fr li:hover {
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.core-fr li article {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    transform: translateY(30px);
    transition: 0.3s ease all;
    height: 0;
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
    padding: 0 40px;

}

.core-fr li:hover {
    color: #fff;
    background: rgba(30, 85, 175, 1);
}

.core-con .core-fl:hover article {
    opacity: 1;
    transform: translateY(0);
    height: auto;
}

.core-fr li:hover article {
    transform: translateY(0);
    height: auto;
}

.customer {
    padding: 50px 0 50px 0;
}
.customer .cus-con {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.customer img {
    position: absolute;
    height: 100%;
    animation: crun 50s forwards infinite linear;
}
@keyframes crun {
    0%{
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.customer .logo-item {
    border: 1px solid #d2d2d2;
    height: 106px;
    line-height: 106px;
    text-align: center;
    margin: 30px 0;
    transition: 0.3s ease all;
}

.customer .logo-item:hover {
    border: 1px solid #1e55af;
}

.customer .logo-item a {
    display: block;
}

.customer .logo-item img {
    max-width: 90%;
    max-height: 90%
}

.customer .swiper-button-next,
.customer .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 18px;
    background-color: rgba(191, 191, 191, 0.57);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 2;
    top: 50%
}

.customer .swiper-button-prev {
    left: -70px;
    background-image: url(../images/arrow2_left.png);
}

.customer .swiper-button-next {
    right: -70px;
    background-image: url(../images/arrow2_right.png);
}

.customer .swiper-button-next:hover,
.customer .swiper-button-prev:hover {
    background-color: rgba(191, 191, 191, 0.8);
}

.cus-con {
    position: relative;
}

.join-wrap {
    padding: 60px 0;
}

.join-list {
    margin-right: -14px;
}

.join-list li {
    width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 14px;
    float: left;
    box-shadow: 0px 0px 30px rgba(220, 220, 220, 0.75);
    border-radius: 6px;
    padding: 30px 20px 30px 30px;
    transition: 0.6s ease all;
}
.join-list li:nth-child(2n) {
    margin-right: 0;
}
.join-list li .j-tit {
    font-size: 16px;
    font-weight: bold;
    color: #5b5b5b;
    padding-left: 33px;
    position: relative;
    margin-bottom: 6px;
}

.join-list li .j-tit::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #1e55af;
    border-radius: 50%;
}

.join-list li:hover {
    box-shadow: 0px 0px 30px rgba(30, 85, 175, 0.55);
}



.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #f0f1f3
}

.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #c5c5c5;
    transition: background .3s
}

.zl-scrollBar.zl-verticalBar {
    min-height: 10px
}

.zl-scrollBar.zl-horizontalBar {
    min-width: 10px
}

.zl-scrollBar:hover {
    background: #a39f9f
}

.zl-scrollContentDiv {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0
}


.join-list li .scroll_wrap {
    height: 465px;
}

.join-list li article {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 36px;
}

.join-list li article h4 {
    font-size: 16px;
    font-weight: normal;
}

.jl-box {
    margin-top: 40px;
    padding-top: 26px;
    color: #1e55af;
    background: url(../images/line_bg.png) repeat-x top center
}

.contactUs {
    padding: 50px 0 50px 0;
}

.contact-list {
    /*background: url(../images/bg.png) no-repeat center*/
}

.contact-list li {
    float: left;
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc(50% - 20px);
    height: 200px;
    cursor: pointer;
    transition: 0.3s ease all;
    padding: 28px;
    box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);
}
.contact-list li:nth-child(2n) {
    margin-right: 0px;
}
/*.contact-list li.active {*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)*/
/*}*/

/*.contact-list li:hover {*/
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)*/
/*}*/

.contact-list li h4 {
    font-size: 18px;
    color: #252627;
    font-weight: bold;
    margin-bottom: 18px;
    transition: 0.3s ease all;
}

.contact-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.contact-list li:nth-last-child(2) {
}



.contact-list li section {
    font-size: 14px;
    font-weight: normal;
    color: #3d3b3b;
    transition: 0.3s ease all;
}

.contact-list li section p {
    margin: 10px 0;
}

.contact-list li .iconfont {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
    transition: 0.3s ease all;
}

.contact-list li .icon-address {
    background-image: url(../images/icon_address.png)
}

.contact-list li .icon-tel {
    background-image: url(../images/icon_tel1.png)
}

.contact-list li .icon-email {
    background-image: url(../images/icon_email1.png)
}

.map-box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 559px;
    background: url(../images/map1.png) no-repeat center;
    background-size: contain;
}

.container {
    width: 100%;
    height: 490px;
}


.business {
    padding: 60px 0 0 0;
}
.business .scroll_wrap {
    margin-top: 20px;
}
.business .scroll_cont {
    padding-right: 15px;
}

.business .b-fl {
    width: 240px;
    background: #f7f7f7;
    min-height: 410px;
}

.business .b-fr {
    width: calc(100% - 270px);
}

.business .b-fr .busi-tit {
    font-size: 16px;
    color: #393737;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
}

.business .b-fr article {
    padding-bottom: 20px;
    line-height:2em;
    color: #434343;
}
.business .b-fr article b{ font-weight:bold}
.business .b-fr article strong{ font-weight:bold}


.case-txt{line-height:36px;color: #434343;}

.case-txt b{ font-weight:bold}
.case-txt strong{ font-weight:bold}

.business .b-fr article img {
    max-width: 100%
}

.business .b-fr article video {
    max-width: 100%;
}

.case-txt img {
    max-width: 100%;
}

.case-txt video {
    max-width: 100%;
}



.menu-list .sub-item h4 {
    padding-left: 26px;
    font-size: 18px;
    color: #6f6d6d;
    line-height: 50px;
    font-weight: normal;
    position: relative;
    transition: 0.3s ease all;
    cursor: pointer;
}

.menu-list .sub-item h4:hover {
    background-color: #E3EBF6;
}

.menu-list .sub-item h4.active::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-arrow-bottom.png) no-repeat center/contain;
    transition: 0.3s ease all;
}

.menu-list .sub-item ul {
    display: none;
}

.menu-list .sub-item ul li {
    padding-left: 42px;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.menu-list .sub-item ul li:last-of-type {
    border-bottom: none;
}
.menu-list .sub-item ul li a {
    display: block;
    background-color: #f8f8f8;
}
.menu-list .sub-item ul li::before {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9d9d9d;
    transition: 0.3s ease all;
}

.menu-list .sub-item ul li.active a {
    color: #1e55af;
}

.menu-list .sub-item ul li.active::before {
    background: #1e55af
}

.menu-list .sub-item ul li:hover::before {
    background: #1e55af
}

.menu-list .sub-item ul li:hover a {
    color: #1e55af;
}


.menu-list .sub-item h4.active {
    background: #1e55af;
    color: #fff;
}

.relevant-case {
    padding: 50px 0 60px 0;
}

.relevant-case .re-title {
    font-size: 22px;
    padding-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}





.relevant-case .swiper-button-next,
.relevant-case .swiper-button-prev {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 18px;
    background-color: rgba(0, 0, 0, 0.56);
    width: 43px;
    height: 73px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 73px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.relevant-case .swiper-button-prev {
    left: 0;
    background-image: url(../images/arrow2_left.png);
}

.relevant-case .swiper-button-next {
    right: 0;
    background-image: url(../images/arrow2_right.png);
}

.relevant-case .swiper-button-next:hover,
.relevant-case .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.76);
}


.in-team {
    background: #f0f1f3;
}

.in-teamList {
}

.in-teamList li {
    width: 252px;
    margin-right: 63px;
    float: left;
    cursor: pointer;

}

.in-teamList li.active .team-con {
    background: #3364b6;
    color: #fff;
}

.in-teamList li:hover .team-con {
    background: #3364b6;
    color: #fff;
}

.in-teamList li:hover .img-shadow {
    opacity: 1;
    visibility: visible;
}


.in-teamList li:hover .icon-sousuo {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.in-teamList li.active .icon-sousuo {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.in-teamList li.active .img-shadow {
    opacity: 1;
    visibility: visible;
}



.page-shadow {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.team-popup {
    width: 1130px;
    min-height: 530px;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    background: #fff;
    box-shadow: 0px 0px 32px rgba(6, 0, 1, 0.55);
    padding: 40px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    opacity: 0;
    visibility: hidden;

}

.team-popup.active {
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible
}













.team-popup .closeBtn {
    position: absolute;
    top: 0;
    right: -56px;
    height: 56px;
    width: 56px;
    background-color: #1e55af;
    background-image: url(../images/close_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.team-popup .closeBtn:hover {
    background-color: #023ba2;
}

.in-teamList li .popup-con {
    display: none;
}

.popup-con .con-left {
    width: 306px;
    float: left;
}

.popup-con .con-left .portrait {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.popup-con .con-left .portrait img {
    position: absolute;
    top: 50%;
    left: 50%; max-height:104%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-con .con-left .t-sec {
    margin-top: 26px;
    padding-left: 32px;
}

.popup-con .con-left .t-sec h4 {
    font-size: 18px;
    font-weight: normal
}

.popup-con .con-left .t-sec h4 .name {
    font-weight: bold;
    font-size: 24px;
    padding-right: 7px;
}

.popup-con .con-left .t-sec .job-d {
    padding: 20px 0 14px 0;
}

.popup-con .con-left .t-sec .job-d span {
    font-weight: bold;
    font-size: 18px;
    color: #565758;
    padding-right: 14px;
}

.popup-con .con-left .t-sec .job-lang {
    font-size: 18px;
    color: #8a8b8d
}

.popup-con .con-right {
    float: left;
    width: 720px;
    margin-left: 24px;
}

.popup-con .con-right .scroll_wrap {
    height: 450px;
}

.popup-con .con-right .scroll_cont {
    font-size: 16px;
    line-height: 30px;
    padding-right: 20px;
}

.popup-con .con-right .scroll_cont p {
    color: #2c2c2d;
    margin-bottom: 36px;
}

.mt-60 {
    /*padding-top: 60px;*/
}

/* book-list */
.book-list {
    margin-right: -24px;
}

.book-list li {
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    height: 310px;
    margin-right: 40px;
    margin-bottom: 24px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    cursor: pointer;
}
.book-list li:nth-child(2n) {
    margin-right: 0;
}
.book-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 100%;
    max-height: 100%
}

.book-list li .b-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 85, 175, 0.75);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.book-list li .b-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    color: #fff;
    font-size: 18px;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}


.book-list li:hover .b-shadow {
    opacity: 1;
    visibility: visible;
}

.book-list li:hover .b-tip {
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.book-popup {
    width: 680px;
    min-height: auto;
    position: relative;
    margin: 100px auto;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
}

.t-content>img {
    max-height: 100%;
    max-width: 100%;
}

.big-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    overflow-y: auto;
    overflow-x: hidden;

}

.book-popup.active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1500px) {



}
.tab-box {
}
.team-button{
    background-color: #EEF3FA;
    text-align: center;
}
.team-button.fix {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9;
}
.team-button  a.active{
    color: #fff;
    background: #1e55af
}
.team-button a {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #1e55af;
}
.team-type{
    margin-top: 60px
}
.team-member h3 {
    margin-bottom: 40px;
    font-size: 22px;
}
.team-member .in-teamList li {
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(25% - 16px);
    height: 200px;
    background-color: #fff;
    box-shadow:0px 0px 14px 0px rgba(0,0,0,0.1);
}
.team-member .in-teamList li:nth-child(4n) {
    margin-right: 0;
}
.team-member .in-teamList li .team-top {
    padding: 22px 30px;
    background-color: #F6F9FC;
}
/*.team-member .in-teamList li img {*/
    /*margin: -1px;*/
    /*width: 102%;*/
/*}*/
.team-member .in-teamList li .t-img {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow:0px 0px 14px 0px rgba(0,0,0,0.1);
    vertical-align: middle;
}
.team-member .in-teamList li .t-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 104%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.team-member .in-teamList li .t-img .img-shadow {
    top: 0;
    left: 0;
}
.team-member .in-teamList li section {
    display: inline-block;
    vertical-align: middle;
}
.team-member .in-teamList li section b {
    font-size: 16px;
}
.team-member .in-teamList li section .job {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
}
.team-member .in-teamList li .team-tags {
    margin-top: 14px;
    text-align: center;
}