@charset "UTF-8";

/* 通用样式 */
p {
    margin: 0;
}


input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
}

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.max1320 {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.head1 {
    background: #1f425d;
    padding: 20px 0;
}

.head1-index {}

.head1-left ul li {

    margin-right: 34px;
}

.head1-left ul li .img1 img {
    max-width: 100%;
}

.head1-left ul li .wz {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}


.head1-right {
    color: #fff;
}

.head1-right a {
    color: #fff;
    font-size: 14px;
}


.head2-left {
    width: 78%;
    align-items: center;
}

.head2-left .logo {
    width: 20%;
}

.head2-left .logo a {
    display: block;
}

.head2-left .logo img {
    max-width: 100%;
}

.head2-left .nnav {
    width: calc(100% - 20%);
}

.ss {
    line-height: 122px;
    position: relative;
}

.ss img {
    max-width: 100%;
}

.ss #formsearch {
    position: absolute;
    right: 0;
    top: 122px;
    border: 1px solid #4ab9cf;
    width: 400px;
    z-index: 11;
    display: none;
}

.ss #formsearch input {
    line-height: 58px;
    height: 60px;
    background: none;
    border: none;
}

.ss #formsearch input#keyword {
    text-indent: 20px;
    float: left;
    width: 299px;
    color: #e0e0e0;
    outline: none;
    background: #fff;
    font-size: 16px;
}

.ss #formsearch input#s_btn {
    background: #4ab9cf url("../images/ss_btn.png") no-repeat 50%;
    font-size: 0;
    float: right;
    width: 99px;
    outline: none;
}

.ss #formsearch ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #e0e0e0;
}

.ss #formsearch ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e0e0e0;
}

.ss #formsearch ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e0e0e0;
}

.ss #formsearch ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e0e0e0;
}



/* 原简介 */
.about-index {
    margin-top: 5.7vw;
    margin-bottom: 8.59375vw;
}

.ab-left {
    margin-top: 2vw;
    width: 39.39%;
}

.ab-left img {
    max-width: 100%;
}

.ab-right {
    width: 53.78%;

}

.pt .pt1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f7f7f7;
    font-size: 7.8125vw;
    font-weight: 600;
    line-height: 1;
}

.pt .pt2 {
    margin-top: -8%;
    font-size: 14px;
    color: #fd7062;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
}

.pt .pt2 span {
    width: 60px;
    height: 2px;
    background: #fd7062;
    display: inline-block;
    margin-right: 18px;
}

.pt .pt3 {
    color: #1f425d;
    font-size: 2.1875vw;
    font-weight: 600;
    margin-top: 0.78125vw;
}

.pt .pt3 b {
    color: #4ab9cf;
}

.aw {
    background: #f7f7f7;
    margin-top: 2vw;
    padding: 1.3vw 2vw;
}

.aw p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 1.5625vw;
}
.aw p:last-child {
    margin-bottom: 5px;
}

.c2-con {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 5px #f8f8f8;
    /* margin-top: -5%; */
    padding: 0.78125vw 2vw;
    width: 90%;
}

.c2-con ul {}

.c2-con ul li {
    width: 33.333%;
    position: relative;
    float: left;
}

.c2-con ul li .count-title {
    color: #1e425c;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
}

.c2-con ul li dt {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    font-weight: normal;
}

.c2-con ul li p {
    color: #666666;
    font-size: 16px;
}

.c2-con ul li:hover .count-title {
    color: #fe6e63;
}

@media(max-width: 996px) {
    .c2-con ul li .count-title {
        font-size: 20px;
    }
}


@media(max-width: 767px) {
    .about-index {
        flex-wrap: wrap;
        margin-top: 5%;
    }

    .ab-left {
        width: 100%;
    }

    .ab-right {
        width: 100%;
        margin-top: 5%;
    }

    .pt .pt1 {
        font-size: 30px;

    }

    .pt .pt2 {
        margin-top: 0;
    }

    .pt .pt3 {
        font-size: 18px;
    }

    .aw {
        margin-top: 3%;
        padding: 2%;
    }

    .c2-con {
        margin-top: 0;
        width: 100%;
        padding: 5% 2%;
    }

    .c2-con ul li p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .c2-con ul li .count-title {
        font-size: 16px;
    }
}

/* 选择 */
.choose-bg {
    background: #1f425d;
    padding-top: 2.34375vw;
    padding-bottom: 6.25vw;
}

.choose-index {
    align-items: flex-end;
}

.at .pt1 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, .2);
}

.at .pt3 {
    color: #fff;
}

.next1 {
    background-color: #b8b8b8;
    background-image: url("../images/news_jtr.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 54px;
    outline: none;
}

.next1:hover {
    background-color: #fd7062;
}

.prev1 {
    background-color: #b8b8b8;
    background-image: url("../images/news_jtl.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 54px;
    outline: none;
    margin-left: 4px;
}

.prev1:hover {
    background-color: #fd7062;
}

.choose-roll {
    margin-left: 15.625%;
    margin-top: 4.42708333333333vw;
}


.chooseSwiper {
    overflow: hidden;
}

.chooseSwiper .img1 img {
    width: 100%;
}

.chooseSwiper .wz {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 1.2vw 1vw;
}

.chooseSwiper .wz .wz1 {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chooseSwiper .wz .wz2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.78125vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 4em;
}

@media(max-width: 996px) {
    .choose-roll {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 767px) {
    .next1 {
        width: 30px;
        height: 30px;
    }

    .prev1 {
        width: 30px;
        height: 30px;
    }

    .choose-roll {
        margin-left: 0;
        margin-top: 5%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .chooseSwiper .wz .wz1 {
        font-size: 14px;
    }

    .chooseSwiper .wz .wz2 {
        font-size: 12px;
        line-height: 24px;
    }
}

/* 关于 */

.in-about{
    background: url(../images/abg.jpg) repeat;
    padding:0.7rem 0 0.65rem;
    position: relative;
    overflow: hidden;
}
.com-img{
    position: absolute;
    right:0;
    top:0;
    width: 51.3%;
    height: 100%;
    z-index: 1;
}
.com-img .owl-carousel{

    height: 100%;
}
.com-img .owl-carousel .owl-stage-outer{
    height: 100%;
}
.com-img .owl-carousel .owl-stage{
    height: 100%;
}
.com-img  .owl-carousel .owl-item{
    height: 100%;
}
.com-img  .owl-carousel .com-item{
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.about-left{
    width:67.5%;
    position: relative;
    z-index: 9;
}
.in-about .tit{
    position: relative;
    padding-left:28px;
}
.in-about .tit:before{
    width: 8px;
    height: 80px;
    position: absolute;
    content: "";
    left:0;
    bottom:3px;
    background: #1f425d;
}
.in-about h2{
    color:#000;
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.in-about .tit p{
    color:#333;
    font-size: 26px;
    line-height: 1.5;
}
.in-about .intro{
    color:#666;
    font-size: 18px;
    line-height: 1.88;
    padding-right: 17%;
    margin:0.3rem 0 0.65rem;

}
.in-about .more{
   font-size: 0;
}
.in-about .more a{
    display: inline-block;
    width: 212px;
    font-size: 16px;
    line-height: 3.375;
    border:1px solid #1f425d;
    border-radius:10px;
    vertical-align: top;
}
.in-about .more .m1{
    color:#fff;
    padding-left:50px;
    background: url(../images/list2.png) no-repeat 142px 50% #1f425d;
    transition:all 0.3s;
}

.in-about .more .m1:hover{
    background: url(../images/list2.png) no-repeat 152px 50% #1f425d;
}

.num-list{
    background: #fff;
    display: flex;
    justify-content:space-around;
    padding:0.3rem 0 0.4rem;
    margin-top:0.7rem;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
}
.num-list li{
    text-align: center;
}
.num-list li span{
   color:#666;
   font-size: 18px;
   line-height: 1;
}
.num-list li .timer{
    color:#333;
    font-size: 72px;
    font-family: arial;
    font-weight: bold;
    padding-right: 5px;
}
.num-list li p{
    display: inline-block;
    color:#666;
    font-size: 14px;
    vertical-align: top;
    background: url(../images/more2.png) no-repeat right center;
    padding-right: 28px;
    margin-top:0.15rem;
}
@media(max-width: 1199px){
    .in-about h2{
        font-size: 30px;
    }
    .in-about .tit p{
        font-size: 20px;
    }
    .in-about .tit:before{
        height: 60px;
    }
    .in-about .intro{
        font-size: 16px;
    }
    .num-list li .timer{
        font-size: 52px;
    }
}
@media(max-width: 991px){
    .in-about{
        background: url(../images/abg.jpg) repeat;
    }
    .about-left{
        width: 100%;
    }
    .in-about .intro{
        padding-right: 0;
    }
}
@media(max-width: 767px){
    .in-about{
        padding:5vh 0;
    }
    .in-about h2{
        font-size: 24px;
    }
    .in-about .tit{
        padding-left:25px;
    }
    .in-about .tit p{
        font-size: 16px;
    }
    .in-about .tit:before {
        height: 50px;
    }
    .in-about .intro{
        font-size: 15px;
    }
    .in-about .more a{
        width: 150px;
        line-height: 2.6;
    }
    .in-about .more .m1{
        padding-left:30px;
        background: url(../images/list2.png) no-repeat 107px 50% #1f425d;
        font-size:15px;
    }
    .num-list{
        flex-wrap: wrap;
        padding:25px 0 15px;
    }
    .num-list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .num-list li .timer{
        font-size: 30px;
    }
    .num-list li span{
        font-size:16px;
    }
    .num-list li p{
        font-size:13px;
    }
}



/* 团队 */
.team-index {
    margin-top: 3.6vw;
    margin-bottom: 5.2vw;
}

.tt .pt2 {
    margin-top: -4.5%;
}

.team-list {
    margin-top: 3.125vw;
}

.team-list li {
    width: 24%;
    position: relative;
}

.team-list li .img1 img {
    width: 100%;
}

.team-list li .wz {
    background: #fd7062;
    position: absolute;
    bottom: 25%;
    right: -2%;
    width: 68%;
    padding: 1.5625vw 1vw;
    opacity: 0;
}

.team-list li .wz .wz1 {
    color: #fff;
    font-size: 14px;
}

.team-list li .wz .wz2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.team-list li:hover .wz {
    opacity: 1;
}

@media(max-width: 767px) {
    .team-index {
        margin-top: 5%;
    }

    .tt .pt2 {
        margin-top: 0;
    }

    .team-list {
        flex-wrap: wrap;
        margin-top: 5%;
    }

    .team-list li {
        width: 48%;
        margin-bottom: 4%;
    }

    .team-list li .wz {
        width: 90%;
    }

    .team-list li .wz .wz1 {
        font-size: 12px;
    }

    .team-list li .wz .wz2 {
        font-size: 14px;
    }
}




/**/
.kehu-bg {
    background: #f7f7f7;
    padding-top: 2.6vw;
    padding-bottom: 5.2vw;
}

.kt {
    text-align: center;
}

.kt .pt1 {
    -webkit-text-stroke: 1px #efefef;
}

.kt .pt2 {
    justify-content: center;
    margin-top: -5%;

}

.kehu-list {
    margin-top: 5.7vw;
}

.kehu-list li {
    background: #fff;
    width: 32.2%;
    padding: 0vw 2.3vw;
    padding-bottom: 2.9vw;
    text-align: center;
}

.kehu-list li .img1 {
    transform: translateY(-50%);
}

.kehu-list li .img1 img {
    max-width: 100%;
}

.kehu-list li .wz1 {
    transform: translateY(-50%);
    font-size: 18px;
    color: #1f425d;
    font-weight: 600;
}

.kehu-list li .wz2 {
    font-size: 16px;
    color: #666666;
}

.kehu-list li .wz3 {
    margin-top: 1vw;
}

.kehu-list li .wz3 img {
    max-width: 100%;
}

.kehu-list li .wz4 {
    margin-top: 1vw;
    font-size: 16px;
    color: #666666;
    text-align: left;
    text-align: justify;
}

.kehu-list li .wz5 {
    margin-top: 1vw;
}

.kehu-list li .wz5 img {
    max-width: 100%;
}

.kehu-list li:hover {
    box-shadow: 0 0 10px #eaeaea;
}

@media(max-width: 767px) {
    .kehu-bg {
        padding-top: 10%;
    }

    .kt .pt2 {
        margin-top: 0;
    }

    .kehu-list {

        flex-wrap: wrap;
    }

    .kehu-list li {
        width: 100%;
        margin-top: 20%;
        margin-bottom: 2%;
    }

    .kehu-list li .wz4 {
        font-size: 14px;
    }
}

/**/
.video {
    position: relative;
}

.video img {
    max-width: 100%;
}

.video-index {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

@media(max-width: 767px) {
    .video>img {}

    .video-index img {
        width: 50px;
        height: 50px;
    }
}

/**/
.honor-bg {
    background: url("../images/hon_back.jpg") no-repeat top center;
    background-size: 100% 100%;
    padding-top: 6.25vw;
    padding-bottom: 4.6vw;
}

.honor-index {}

.honor-index .honor1 {
    text-align: center;
}

.honor-index .honor1 img {
    max-width: 100%;
}

.honor-index .honor2 {
    text-align: center;
    color: #1f425d;
    font-size: 18px;
    font-weight: 600;
    padding: 1.77vw 0;
}

.h-list {
    flex-wrap: wrap;
}

.h-list li {
    margin-bottom: 2.6vw;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.03);
    width: 21%;
}

.h-list li .img1 img {
    max-width: 100%;
}

.h-list li:nth-of-type(5) {
    margin-left: 13.4%;
}

.h-list li:nth-of-type(7) {
    margin-right: 13.4%;
}

@media(max-width: 767px) {
    .honor-index .honor1 {
        width: 150px;
        margin: 0 auto;
    }

    .h-list li {
        width: 48%;
    }

    .h-list li:nth-of-type(5) {
        margin-left: 0;
    }

    .h-list li:nth-of-type(7) {
        margin-right: 0;
    }
}



/**/
.news-bg {
    background: #f7f7f7;
    padding-top: 1vw;
    padding-bottom: 5.7vw;
}

.news-index {}

.nt .pt1 {
    -webkit-text-stroke: 1px #efefef;
}

.nt .pt2 {
    margin-top: -4.5%;

}

.news-index .list2 {
    margin-top: 3.6vw;
    position: relative;
}


.news-index .list2 li {
    padding: 0 18px;
    outline: none;
}

.news-index .list2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.news-index .list2 li a .img {
    overflow: hidden;
}

.news-index .list2 li a .img img {
    width: 100%;
    transition-duration: .3s
}

.news-index .list2 li:hover a .img img {
    transform: scale(1.1);
}

.news-index .list2 li a .zi {
    position: absolute;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2.6vw;
}

.news-index .list2 li a .zi .time {
    font-size: 14px;
    color: #1f425d;
}

.news-index .list2 li a .zi .time span {
    font-size: 14px;
    color: #fd7062;
    font-weight: 500;
}

.news-index .list2 li a .zi h3 {
    font-size: 20px;
    color: #1f425d;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 1.3vw;
    margin-bottom: 1.3vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-index .list2 li a .zi dd {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (min-width: 1200px) {
    .news-index .list2 li a:hover .zi {
        background: none;
    }

    .news-index .list2 li a:hover .zi .time {
        color: #fff;
    }

    .news-index .list2 li a:hover .zi .time span {
        color: #fd7062;
    }

    .news-index .list2 li a:hover .zi h3 {
        color: #fff;
    }

    .news-index .list2 li a:hover .zi dd {
        color: #fff;
    }

}

@media(max-width: 996px) {
    .news-index .list2 li a .zi h3 {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .news-bg {
        padding-top: 5%;
    }

    .nt .pt2 {
        margin-top: 0;
    }

    .news-index .list2 li {
        padding: 0 5px;
    }

    .news-index .list2 li a .zi h3 {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .news-index .list2 li a .zi dd {
        font-size: 12px;
        line-height: 20px;
    }
}






/**/
.foot-bg {
    background: #1f435d;
    padding-top: 5.7vw;
    padding-bottom: 10.42vw;
    position: relative;
}

.foot-index {}

.foot-index .flo {
    width: 19.32%;
}

.foot-index .flo .flogo img {
    max-width: 100%;
}

.foot-index .flo .fwz {
    margin-top: 1.5625vw;
}

.foot-index .flo .fwz p {
    color: #9dacb8;
    font-size: 14px;
    line-height: 28px;
}

.foot-index .fnav {
    width: 40.15%;
}

.foot-index .fnav dl {
    width: 49.24%;
}

.foot-index .fnav dl dt {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 1.35vw;
}

.foot-index .fnav dl dd:nth-child(n+7) {
    display: none;
}
.foot-index .fnav dl dd a {
    display: block;
    color: #9dacb8;
    font-size: 16px;
    line-height: 40px;
}

.foot-index .flx h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.35vw;
}

.foot-index .flx p {
    color: #9dacb8;
    font-size: 16px;
    line-height: 40px;
}

.cop-index {
    background: #fe7062;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cop-con {
    padding: 2vw 3.5vw;
    font-size: 16px;
    color: #fff;
}

.cop-con a {
    color: #fff;
}

.cop1 {
    width: 70%;
}

.cop2 {
    width: 25%;
}

@media(max-width: 996px) {
    .foot-bg {
        padding-bottom: 20%;
    }

    .cop-con {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .foot-bg {
        padding-bottom: 38vw;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .foot-index .flo {
        width: 100%;
    }

    .foot-index .fnav {
        width: 100%;
    }

    .flx {
        width: 100%;
        margin-top: 5%;
    }

    .foot-index .flx h3 {
        font-size: 16px;
    }

    .foot-index .flx p {
        font-size: 14px;
        line-height: 30px;
    }

    .cop-index {}

    .cop-con {
        padding: 10px 0;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .cop1 {
        width: 100%;
    }

    .cop2 {
        width: 100%;
    }
}

.page-banner .nybt {
    display: none;
}