@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}


.biaoti:hover {
    color: #157eb5;
}

.ellipsis-1-lines{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.head_box {
    width: 100%;
    z-index: 9;
    min-width: 1440px;
    position: relative;
    height: 120px;
    background: #014f97 url("../images/topbg.png") no-repeat;
    background-size: 100% 147px;
    overflow: hidden;
}
.head_top{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.menu_box {
    width: 100%;
    min-width: 1440px;
    margin: 0 auto;
    background: #187cf6;
    border-bottom: 1px solid #4092f5;
    border-top: 1px solid #4092f5;
    height: 56px;
}
.nav-menu{
    width: 1440px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.menu {
    width: 1400px;
    display: flex;
    justify-content: space-between;
}
.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 56px;
    line-height: 56px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: relative;
    font-weight: 600;
}
.menu-a{
    transition: all 0.4s ease-in-out;
}
.menu-a:after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    background: #fff;
    left: 25%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.menu-a:hover:after{transform: scale(1);}
.menu .lm div {
    position: absolute;
    top: 56px;
    left: -15px;
    z-index: 999;
    background: #014f97;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
}

.menu .lm div a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 32px;
    padding: 10px 10px;
}

.search-box{
    position: relative;
    height: 56px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.search {
    width: 260px;
    height: 34px;
    border: 1px solid #e9d6b4;
    line-height: 32px;
    overflow: hidden;
    display: none;
    border-radius: 5px;
    background: white;
    position: absolute;
    right: 35px;
    top:11px;
}

.search .search-input {
    width: 254px;
    height: 32px;
    border: none;
    text-indent: 16px;
    outline: none;
    background: none;
    color: black;
}
.search .search-input::placeholder{
    color: #000;
}

.search-active{
    display: flex;
}

.lunbo {
    width: 100%;
    height: 511px;
    min-width: 1440px;
}

.lunbo img {
    width: 100%;
    height: 511px !important;
    min-width: 1440px !important;
    object-fit: cover;
}
.lunbo-pagination{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
}
.lunbo-pagination .swiper-pagination-bullets{
    bottom: 22px !important;
}
.lunbo .swiper-pagination-lunbo .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: white;
    margin: 0 10px !important;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
.lunbo .swiper-pagination-bullet-active{
    background: #187cf6 !important;
    position: relative;
}


.banner{
    width: 100%;
    min-width: 1440px;
    padding: 55px 0 78px;
    background: #f2f2f2;
}

.banner1{
    width: 100%;
    min-width: 1440px;
    padding: 72px 0 137px;
    background: url("../images/bannerbg.png")  no-repeat;
    background-size: 100% 629px;
}

.box{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pic-title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
}

.pic-tit {
     font-size: 30px;
     color: #187cf6;
     font-weight: 600;
     z-index: 2;
    position: relative;
 }

.more{
    width: 100%;
    flex: 1;
    font-size: 16px;
    color: #818181;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 39px;
    border-bottom: 1px solid #b5b5b5;
}
.more img{
    margin-left: 5px;
}
.xyxw{
    width: 1000px;
    position: relative;
}
.xyxw-box{
    display: flex;
    justify-content: space-between;
}
.xyxw-lunbo{
    width: 526px;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
}
.news_imgs {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 375px;
}
.news_imgs img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
}
.xyxw-info:hover .news_imgs img {
    transform: scale(1.1);
}
.news_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(24,124,246,0.7);
    height: 58px;
}

.news_title {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    padding: 0 0 0 10px;
    width: 100%;
}

.xyxw-lunbo-page{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}
.xyxw-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.xyxw-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
    width: 11px;
    height: 11px;
    border-radius: 0;
}

.xyxw-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background: #5fc8fb;
    opacity: 1 !important;
}


.xyxw-list{
    width: 428px;
}

.list-a{
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.list-a:first-child{
    margin-top: 0;
}
.list-time{
    width: 56px;
    height: 54px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right,#187cf6,#01c1fe);
}
.list-time1{
    width: 100%;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;

}
.list-time2{
    width: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
}
.list-title{
    width: 100%;
    flex: 1;
    margin-left: 14px;
    font-size: 16px;
    color: #393838;
    line-height: 26px;
}
.tzgg{
    width: 362px;
}

.tzgg-list{
    width: 100%;
}

.sccg{
    width: 1000px;
}
.img-lunbo{
    width: 1000px;
    margin: 50px auto 0;
}
.img-lunbo a{
    width: 316px;
    height: 281px;
    position: relative;
}
.img-top{
    width: 309px;
    height: 221px;
    overflow: hidden;
}
.img-top:after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 309px;
    height: 221px;
    background: rgba(24,124,246,0.2);
    z-index: -1;
}
.img-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-bottom{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4e4e4e;
    font-size: 16px;
}

.img-list{
    width: 343px;
}
.img-list a{
    width: 343px;
    height: 121px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 37px;
}
.img-list a:nth-child(1){
    background: url("../images/img1.png") no-repeat;
    background-size: 100%;
}
.img-list a:nth-child(2){
    background: url("../images/img2.png") no-repeat;
    background-size: cover;
}
.img-list a:nth-child(3){
    background: url("../images/img3.png") no-repeat;
    background-size: cover;
}

.img-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 54px;
    margin-left: 16px;
}
.img-box-title{
    font-size: 18px;
    color: #ffffff;
}
.img-box-tit{
    font-size: 16px;
    color: #ffffff;
}

.yqlj{
    width: 100%;
    background: #07a2fb;
    min-width: 1440px;
    padding: 15px 0;
}
.yqlj-box{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
}
.yqlj-title{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
}
.yqlj-list{
    display: flex;
    margin-top: 10px;
}
.yqlj a{
    height: 15px;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.yqlj a:last-child{
    border-right: none;
}






.bottom{
    width: 100%;
    min-width: 1440px;
    padding: 26px 0;
    background: #1091f1;
}
.bottom-box{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom-left{
    font-size: 16px;
    color: white;
    display: flex;
    flex-direction: column;
}
.bottom-left img{
    margin: 20px 0 38px;
}
.bottom-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
}
.bottom-right img{
    margin-bottom: 14px;
}



.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#1091f1;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 150px;
    background: #1091f1;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px rgba(16,145,241,1);
    border-bottom: 1px solid #dcdcdc;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(16,145,241,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #fff;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #000;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #1091f1;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}
/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%;  border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newslist ul li .mobile-tit{ }
.newslist ul li .list-time{width:100px;  text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}
.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.piclist{
    width: 100%;
}
.piclist ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist li{
    width: 200px;
    background: #f5f5f5;
    height: 260px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}
.piclist li:nth-child(4n) {
    margin-right: 0;
}
.piclist li .imgs{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist li .imgs img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.piclist li .imgs:hover img{
    transform: scale(1.1);
}
.piclist li .imgs-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 60px;
}
