
html, body {
    position: relative;
    height: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 120px;
    background: #3e7bdd;
    width: 100%;
    padding: 0 2.5%;
    z-index: 99999;
    box-sizing: border-box;
}
.wrap {
    width: 1200px;
    margin: auto;
}
.header .logo {
    margin-top: 14px;
}
.header .nav {
    margin-right: 100px;
    position: relative;
    z-index: 99;
}
.header .nav ul li {
    display: block;
    float: left;
    margin: 0 20px;
}
.header .nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 24px 0;
    height: 68px;
    line-height: 68px;
    padding: 0 2px;
    border-bottom: 4px solid #3e7bdd;
}
.header .nav ul li.curr a {
    border-bottom: 4px solid #fff;
}
.header .lang {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.header .lang .boxs {
    display: flex;
    align-items: center;
    margin-top: 48px;
    cursor: pointer;
}

.header .lang .boxs span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin:0 10px; 
}
.header .lang .boxs:after {
    content: "";
    right: -7px;
    top: 50%;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    transform: rotate(-90deg); /*顺时针旋转90°*/
    position: absolute;
    margin-top: 22px;
}
.header .langIn {
    position: absolute;
    top: 80px;
    right: -7px;
    background: #fff;
    display: none;
    box-shadow: 0 0 5px #ccc;
}
.header .langIn ul li {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.header .langIn ul li:hover a {
    color: #3e7bdd;
}
.header .langIn ul li a {
    display: block;
    color: #333;
    padding: 0px 25px;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    /* Center slide text vertically */
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 100%;
    margin: auto;
}

.banner .bannerimg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 1s;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.indexbox .swiper-pagination-bullet {
    margin: 20px 0 !important;
}
.indexbox .swiper-pagination-bullet-active {
    position: relative;
    background: #1666e7!important;
}
.indexbox .swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border:1px solid #1666e7;
    left: 0%;
    margin-left: -5px;
    border-radius: 50%;
    top: 0%;
    margin-top: -5px;
}
.indexbox .banner .swiper-pagination-bullet  {
    margin: 0px 6px !important;
}
.indexbox .banner .swiper-pagination-bullet-active:before {
    display: none;
}

.mouse {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -11px;
    z-index: 10;
    width: 24px;
    animation: mouse 1.5s linear infinite;
    -webkit-animation: mouse 1.5s linear infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    cursor: pointer;
}


@keyframes mouse {
    0%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px);
    }
    50%{
        -webkit-transform:translateY(5px);
        transform:translateY(5px);
        }
    100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
}

@-webkit-keyframes mouse {
    0%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    50%{
        -webkit-transform:translateY(5px);transform:translateY(5px)
        }
    100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
}
.inBoxs {
    padding: 160px 0 40px 0;
}

.title {
    display: block;
}
.title h3 {
    font-size: 32px;
}
.title span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 25px;
}
.title .line {
    display: block;
    width: 110px;
    height: 6px;
    background: #1457c3;
    margin-top: 25px;
}
.product {
    position: relative;
}
.product .swiper-container {
    display: block;
    padding: 6% 0;
}

.product .imgs {
    display: flex;
    align-items: center;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.product .imgs img {
    display: block;
    width: 100%;
    height: 100%;
}

.product .text {
    display: block;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
    color: #333;
}
.product a:hover .text {
    color: #1457c3;
}
.product .text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 17px;
    height: 6px;
    width: 6px;
    overflow:hidden;
    border-radius: 50%; 
    background: #333;
}
.product .swiper-pagination3 {
    position: absolute;
    bottom: 0px;
    right: 0;
}
.product .swiper-pagination {
    text-align: right;
    font-size: 20px;
    color: rgba(0,0,0,0.4);
}
.product .swiper-pagination .swiper-pagination-current {
    color: #333;
    font-size: 24px;
}
.more {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    text-align: center;
    z-index: 99;
}
.more .mo {
    display: block;
    margin: auto;
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 14px;
}
.more .mo:hover {
    color: #1457c3;
}
.more .swiper-button-prev3 {
    position: absolute;
    left: 0;
    width: 25px;
    height: 13px;
    background: url(../img/arrow-icon.png) no-repeat;
    top: 50%;
    margin-top: -6px;
    z-index: 999;
    cursor: pointer;
}
.more .swiper-button-next3 {
    position: absolute;
    right: 0;
    width: 25px;
    height: 13px;
    background: url(../img/arrow-icon.png) no-repeat;
    top: 50%;
    margin-top: -6px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    z-index: 999;
    cursor: pointer;
}

.about {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.about .title {
    color: #fff;
}
.about .title span {
    color: #fff;
}
.about .title .line {
    background: #fff;
}
.about .bottom {
    position: absolute;
    width: 100%;
    height: 460px;
    background: #14356a;
    bottom: 0;
    left: 0;
}
.about .bottom .wrap {
    height: 100%;
}
.about .bottom .left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    display: block;
}
.about .bottom .left:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 226px;
    position: absolute;
    background: url(../img/about-bg2.png) no-repeat;
}
.about .bottom .left .logo {
    width: 100%;
    height: 120px;
    align-items: center;
    display: flex;
    background: #fff;
}
.about .bottom .left .logo img {
    display: block;
    margin: auto;
}
.about .bottom .left ul  {
    display: block;
    height: 480px;
    box-sizing: border-box;
    background: #1457c3;
    padding-top: 80px;
    position: relative;
    padding-right: 100px;
}
.about .bottom .left ul li {
    font-size: 24px;
    color: #fff;
    margin-left: 40px;
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
}
.about .bottom .left ul:after {
    clear: both;
    content: "";
    display: block;
}
.about .bottom .left ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    left: 45px;
    top: 0;
}
.about-con {
    position: absolute;
    left: 480px;
    top: 100px;
    box-sizing: border-box;
    right: 0;
}
.about-con .hd {
    display: block;
}
.about-con .hd ul {
    margin-left: -70px;
}
.about-con .hd ul li {
    display: block;
    float: left;
    padding: 0 70px;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.4);
}
.about-con .hd ul li:last-child {
    border-right: none;
}
.about-con .hd ul li .imgs1,.about-con .hd ul li .imgs2 {
    text-align: center;
}
.about-con .hd ul li .imgs2 {
    display: none;
}
.about-con .hd ul li .text {
    display: block;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    margin-top: 5px;
}
.about-con .hd ul li.on .text {
    color: #1769ed;
}
.about-con .hd ul li.on .imgs1 {
    display: none;
}
.about-con .hd ul li.on .imgs2 {
    display: block;
}
.about-con .bd {
    margin-top: 50px;
}
.about-con .bd .boxs {
   display: none;
}
.about-con .bd .text {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 30px;
    overflow: hidden;
    height: 90px;
}
.about-con .bd .moin {
    font-size: 14px;
    color: #fff;
    display: block;
}
.about-con .bd .moin:hover {
    color: #1769ed;
}

.about-con .hon {
    display: block;
    height: 160px;
    overflow: hidden;
}
.about-con .hon ul {
    margin-left: -20px;
}
.about-con .hon ul li {
    display: flex;
    align-items: center;
    float: left;
    width: 111px;
    height: 156px;
    margin: 0 20px;
    position: relative;
}
.about-con .hon ul li:after {
    content: "";
    display: block;
    width: 111px;
    height: 156px;
    overflow: hidden;
    background: url(../img/honor-bg.png) no-repeat;
    top: 0px;
    position: absolute;
    left: 0px;
    background-size: 100%;
}
.about-con .hon ul li img {
    width: 101px;
    height: 150px;
    margin: auto;
    display: block;
}
.course {
    display:block;
    padding-top: 46px;
    position: relative;
}
.course .line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: relative;
}
.course .line:after {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: url(../img/arrow-icon2.png);
}

.course ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.course ul li {
    display: block;
    float: left;
    width: 19%;
    margin-right: 1%;
}
.course ul li .year {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.course ul li .point {
    margin-top: 15px;
    width: 6px;
    height: 6px;
    background: #1457c3;
    border-radius: 50%;
    border:3px solid #8bbbff;
}
.course ul li .texts {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 22px;
    margin-top: 15px;
}

.course .moin {
    margin-top: 130px;
}

.news {
    margin-top: 90px;
    position: relative;
}
.news .swiper-container {
    background: #fff;
    padding: 30px 15px 50px 15px; 
}
.news a {
    display: block;
}

.news a .imgs {
    display: flex;
    width: 270px;
    height: 170px;
    align-items: center;
    overflow: hidden;
}
.news a .imgs img {
    width: 100%;
    display: block;
}
.news a .text {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #333;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news a .int {
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news .swiper-slide:after {
    content: "";
    width: 19px;
    height: 6px;
    background: url(../img/arrow-icon3.png) no-repeat;
    position: absolute;
    bottom:10px;
    right: 0;
}
.news .swiper-slide:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    bottom: 45px;
    left: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news .swiper-slide:hover::before {
    width: 100%;
}
.news .swiper-slide:hover .text {
    color: #1457c3;
}
.news .swiper-slide:hover .int {
    color: #1457c3;
}
.bf5 {
    background: #f3f6fc;
}
.news .more {
    bottom: -100px;
}

.footer {
    background: #14356a;
    padding: 35px 0;
    height: auto !important;
    position: relative;
}
.footer:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -76px;
    background: url(../img/footer-bg.png) no-repeat;
    width: 66px;
    height: 152px;
}
.footer .lines {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
}
.footer .left {
    width: 50%;
}

.footer .left ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.footer .left ul li a {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.footer .left ul li:hover a {
    color: #fff;
}

.footer .left .list {
    height: 30px;
    line-height: 30px;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    font-size: 14px;
}
.footer .left .list i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.footer .left .list i img {
    width: 100%;
    display: block;
}
.footer .right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.back {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 999999;
    text-align: center;
    cursor: pointer;
}
.back .text {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.7);
    display: block;
    vertical-align: middle;
    margin-top: 5px;
}
.back .text .icon {
    width: 30px;
    height: 21px;
    display: block;
    vertical-align: middle;
    background: url(../img/back.png) no-repeat;
}
.back .text .icon img {
    width: 100%;
    display:block;
}

@media screen and (min-width:320px) and (max-width:1560px) {
    .header {
        padding: 0 1%;
        min-width: 1200px;
        box-sizing: border-box;
        position: absolute;
    }
    .header .logo {
        width: 426px;
        height: 60px;
        margin-top: 30px;
    }
    .header .logo img {
        width: 100%;
        display: block;
    }
    .header .nav ul li {
        margin: 0 13px;
    }
}

.header-height {
    height: 120px;
    width: 100%;
    display: block;
}
.in-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 488px;
    overflow: hidden;
    text-align: center;
    min-width: 1200px;
}
.in-banner h3 {
    font-size: 52px;
    color: #fff;
    display: block;
    margin-top: 160px;
    text-align: center;
}
.in-banner span {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

.mtcom {
    margin-top: 100px;
}
.inTitle {
   display: block;
   text-align: center; 
}
.inTitle h3 {
    font-size: 32px;
    letter-spacing: 5px;
}
.inTitle span {
    display: block;
    font-size: 14px;
    color: #dadada;
    margin-top: 10px;
    text-transform: uppercase;
}
.jj {
    margin-top: 70px;
}
.jj .left {
    width: 51.5%;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 479px;
}
.jj  .left span  {
    display: block;
    font-size: 62px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.jj .right {
    width: 48.5%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px 20px;
}
.jj .right h4 {
    font-size: 20px;
}
.jj .right .text {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    overflow: hidden;
    max-height: 320px;
}
.jj .right h5 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    display: block;
}
.qk {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 418px;
    position: relative;
}
.qk  h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.qk  .text {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 40px;
}
.qk ul {
    position: absolute;
    bottom: -85px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}
.qk ul li {
    display: block;
    width: 149px;
    height: 149px;
    overflow: hidden;
    float: left;
    margin: 0 50px;
}
.qk ul li img {
    width: 100%;
    display: block;
}

.fz {
    margin-top: 160px;
}

#timeLine {
    margin-top: 80px;
}
.slideBox {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slideBox2 {
    width: 90%;
    overflow: hidden;
    margin: auto;
}
#yearList {
    width: 1000%;
    list-style: none;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}
#yearList  ul {
    position: relative;
    z-index: 3;
}
.slideBox .hd li {
    display: block;
    text-align: center;
    width: 220px;
    float: left;
    cursor: pointer;
}
.slideBox .hd li span {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    border:2px solid #666;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.slideBox .hd li i {
    display: block;
    font-size: 24px;
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.slideBox .hd li b {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.slideBox #btnLeft {
    position: absolute;
    left: 0;
    top: 54px;
    background: url(../img/arrow.png) no-repeat;
    width: 29px;
    height: 29px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}


.slideBox #btnRight {
    position: absolute;
    right: 0;
    top: 54px;
    background: url(../img/arrow.png) no-repeat;
    width: 29px;
    height: 29px;
}

.slideBox .bd {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.slideBox .bd ul li {
    display: block;
    float: left;
}

.slideBox .bd ul li .list:nth-child(even) {
    margin-top: 90px;
}
.slideBox .bd ul li .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.slideBox .bd ul li .list .text {
    background: #eee;
    padding: 20px 50px;
}
.slideBox .bd ul li .list h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #666;
}
.slideBox .bd ul li .list .st {
    margin-top: 5px;
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.slideBox .bd ul li .list .imgs {
    position: absolute;
    right: 0;
    top: 0;
    width: 245px;
    height: 175px;
    display: block;
    overflow: hidden;
}
.slideBox .bd ul li .list .imgs img {
    width: 100%;
    display: block;
    z-index: 99;
}

#cUl {
    width: 1200px;
    list-style: none;
    min-height: 120px;
    margin: 0 auto;
    position: relative;
    left: 0px;

}

#cUl li {
    width: 1200px;
    position: absolute;
    left: 0;
}

.year-active span {
    border:9px solid #3b8ecd!important;
    margin-bottom: 24px !important;
    margin-top: 12px!important;
}


.boxsline {
    position:absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #e1e1e1;
    height: 2px;
    z-index: 1;
}

.ry {
    margin: 80px 0;
}
.ry .swiper-slide {
    display: block;
    width: 168px;
    height: 236px;
    position: relative;
}
.ry .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:url(../img/honor-bg.png) no-repeat;
    top: 0;
    left: 0;
    background-size: 100%; 
}
.ry .swiper-slide a {
    display: block;
    width: 145px;
    height: 215px;
    overflow: hidden;
    margin-left: 11px;
    margin-top: 10px;
}
.ry .swiper-slide a img {
    width: 100%;
    display: block;
}

.ry  .swiper-button-next4 {
    right: -50px;
}
.ry  .swiper-button-prev4 {
    left: -50px;
}
.ry  .swiper-button-prev4:focus,.ry  .swiper-button-next4:focus {
    outline: none;
}


.exNav {
    display: block;
    line-height: 98px;
    width:100%;
    margin:auto;
}
.exNav:after {
    content: "";
    display: block;
    clear: both;
}
.exNav ul {
    display:table;
    margin:0px auto;
}
.exNav ul li {
    text-align:center;
    float:left;
    *float:none;
    *display:inline;
    *zoom:1;
    margin:0 35px;
    position: relative;
}
.exNav ul li a {
    display: block;
    color: #333;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
}
.exNav ul li:hover a {
    color: #3e7bdd;
}
.exNav ul li.curr a {
    color: #3e7bdd;
    font-weight: bold;
}
.exNav ul li.curr:before {
    height: 3px;
}
.exNav ul li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0%;
    width: 100%;
    height: 0px;
    border-radius: 10px;
    background: #3e7bdd;
}

.proBoxs {
    display: block;
    padding:20px 0 50px 0;
}
.proBoxs ul li {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px 120px;
    background: #fff;
}
.proBoxs ul li a {
    display: block;
}
.proBoxs ul li .left {
    width: 330px;
    margin-top: 30px;
}
.proBoxs ul li .left h3 {
    color: #333;
    font-size: 20px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal;
}
.proBoxs ul li .left .text {
    display: block;
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.proBoxs ul li .icon {
    margin-left: 50px;  
    padding-top: 50px; 
    display: inline-block; 
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.proBoxs ul li .imgs {
    width: 380px;
    height: 275px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.proBoxs ul li .imgs  img {
    display: block;
    width: 100%;
}
.proBoxs ul li:hover  .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.proBoxs ul li:hover .left h3 {
    color: #3b8ecd;
}
.proBoxs ul li:hover {
    border-radius: 5px;
    overflow: hidden;
}
.inNews {
    display: block;
    padding-bottom: 30px;
}
.inNews ul li {
    display: block;
    float: left;
    margin: 40px 15px 0 15px;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    width: 570px;
    box-sizing: border-box;
    position: relative; 
}
.inNews ul li a {
    display: block;
}
.inNews ul li .imgs {
    display: flex;
    align-items: center;
    width: 270px;
    height: 205px;
    overflow: hidden;
}
.inNews ul li .imgs img {
    display: block;
    width: 100%;
}
.inNews ul li .text {
    display: block;
    position: absolute;
    left: 310px;
    right: 20px;
    top: 40px;
}
.inNews ul li .text h3 {
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.inNews ul li .text .st {
    display: block;
    color: #666;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 15px 0;
}

.inNews ul li .text .time {
    display: block;
    color: #666;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.inNews ul li:after {
    content: "";
    display: block;
    width: 0px;
    height: 11px;
    background: url(../img/arrow-icon4.png);
    position: absolute; 
    right: 20px;
    bottom: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inNews ul li:hover {
    background: #3e7bdd;
}
.inNews ul li:hover h3 {
    color: #fff;
}
.inNews ul li:hover .time {
    color: #fff;
}
.inNews ul li:hover .st {
    color: #fff;
}
.inNews ul li:hover::after {
    width: 104px;
}

.careers {
    background: #fff;
    margin: 30px 0;
}

.careers .boxs {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.careers .boxs .list {
    background: #f9f9f9;
    border-left: 3px solid #3e7bdd;
    height: 50px;
    position: relative;
    cursor: pointer;
}
.careers .boxs .list h3 {
    float: left;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    line-height: 50px;
}
.careers .boxs .list i {
    float: right;
    padding-right: 20px;
    display: block;
    margin-top: 10px;
}
.careers .boxs .list span {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.careers .boxs .st {
    position: absolute;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    right: 70px;
    display: none;
}
.careers .boxs .listed {
    display: none;
    margin-top: 2px;
    padding: 40px 30px;
    background: #fff;
}

.careers .boxs .listed .ls {
    width: 49%;
    display: inline-block;
    float: left;
}
.careers .boxs .listed:after {
    content: "";
    display: block;
    clear: both;
}
.careers .boxs .listed .ls h3 {
    font-size: 14px;
    color: #333;
}
.careers .boxs .listed .ls p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
}
.careers .boxs .listed .ls .ls_content {
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
}

.careers .boxs .addlist {
    background: #3e7bdd;
}
.careers .boxs .addlist h3 {
    color: #fff;
}
.careers .boxs .addlist i {
    display: none;
}
.careers .boxs .addlist span {
    display: block;
}
.careers .boxs .addlist .st {
    display: block;
}

.careers .boxs .ls span {
    display: block;
    color: #3e7bdd;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}


.js {
    display: block;
    padding: 30px 0;
}
.js ul li {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 60px 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative; 
    margin-bottom: 30px;
}
.js ul li a {
    display: block;
}
.js ul li .imgs {
    display: flex;
    align-items: center;
    width: 450px;
    height: 300px;
    overflow: hidden;
}
.js ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.js ul li .text {
    display: block;
    position: absolute;
    left: 530px;
    right: 40px;
    top: 60px;
}
.js ul li .text h3 {
    font-size: 20px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.js ul li .text .st {
    display: block;
    color: #666;
    font-size: 16px;
    height: 150px;
    line-height: 30px;
    overflow: hidden;
    margin: 40px 0;
}

.js ul li .text .time {
    display: block;
    color: #666;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.js ul li .text .lin {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #3e7bdd;
    font-size: 16px;
}

.js ul li:hover h3 {
    color: #3e7bdd;
}
.js ul li:hover {
    background: rgba(255,255,255,0.8);
}
.js ul li:hover .imgs img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.js ul li:hover .st {
    color: #333;
}
.space {
    padding: 50px 0;
}
.space .left {
    width: 40%;
    background-color: #f7f7f7;
    padding: 0 30px;
}

.space .left h3 {
    display: block;
    padding: 35px 0;
}
.space .left .list {
    padding:25px 0; 
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.space .left .list .img {
    display: block;
    width: 45px;
    height: 45px;
}
.space .left .list .img img {
    width: 100%;
    display: block;
}
.space .left .list span {
    display: block;
    position: absolute;
    top: 50%;
    left: 70px;
    right: 20px;
    color: #333;
    height: 45px;
    margin-top: -22px;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
}
#map {
    display: block;
    width: 50%;
    height: 480px;
}


.exboxs {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}
.news-show {
    background: #fff;
    padding: 60px 50px;
    position: relative;
}

.news-show h3 {
    display: block;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}
.news-show .timeing {
    display: block;
    width: 100%;
    background: #f9f9f9;
}
.news-show .time {
    display: table;
    margin:0 auto;
    margin-top: 30px;
}
.news-show .time span {
    display: block;
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 0 30px;
}

.news-show .cons {
    display: block;
    line-height: 30px;
    margin-top: 40px;
}
