*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color:#000
}
li{
    list-style-type: none;
}
ol{
    list-style: none;
}
.container{
    width: 90%;
    margin: auto;
}
header{
    position: relative;
    z-index: 10;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.top{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.2)
}
.logo{
    margin-left: 52px;
    width: 30%;
}

.logo p{
    display: flex;
    align-items: center;
}

.logo img{
    margin-right: 7px;
    max-width: 100%;
}
.top .right{
    display: flex;
    align-items: center;
    width: 60%;
}
.nav{
    width: 80%;
}
.nav ul{
    display: flex;
    border-right: 1px solid #858585;
    padding-right: 40px;
    margin-right: 40px;
    align-items: center;
}
.nav li{
    width: 13%;
    margin-right: 1%;
}
.nav li a{
    color: #fff;
    font-size: 14px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
}
.nav li a:hover,.neiye .nav li.on a{
    border-bottom: 3px solid #1aa0dc;
}
.sel{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 8px 0px;
    line-height: 2;
    font-weight: bold;
    cursor: pointer;
    width: 14%;
    text-align: center;
    position: relative;
}
.sel:hover .menu{
    display: block;
}
.sel>img{
    margin-left: 15px;
}
.sel .menu{
    font-weight: normal;
    position: absolute;
    top: 56px;
    left: 0px;
    background: #fff;
    color: #333;
    padding:10px 0;
    border: 1px solid #e4e4e4;
    width: 100%;
    border-radius: 6px;
    display: none;
}

.sel .menu a{
    color: #333;
    display: block;
}

.sel .menu a:nth-of-type(1){
    margin-top: -20px;
    padding-top: 20px;
}


.sea{
    margin-left: 2px;
}
.sea-link{
    padding: 22px;
}
.search{
    background: #e9e9e9;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -100px;
    padding: 30px 0;
    display: none;
}
.search input{
    width: 30%;
    border: 1px solid #1aa0dc;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    height: 40px;
    padding: 10px;
    outline: none;
}
.search button{
    border: none;
    background: #1aa0dc;
    color:#fff;
    width: 76px;
    text-align: center;
    line-height: 40px;
    border-radius: 0 5px 5px 0px;
    margin-left: -3px;
}
.neiye{
   
}
.neiye .top{
    position: unset;
    background: #fff;
    color: #464646;
}
.neiye .nav li a{
    color: #464646;
}
.neiye .nav li a:hover,.neiye .nav li.on a{
    color: #1aa0dc;
}
.yewu{
    padding: 50px 0;
}
.title{
    margin-bottom: 30px;
}
.title h1{
font-size: 36px;
font-weight: normal;
color: #333333;
margin-bottom: 8px;
}
.title p{
    color: #888888;
    font-size: 20px;
}
.yewu-it ul{
    display: flex;
}
.yewu-it li{
    margin-right: 3%;
    width: 18%;
}
.yewu-it li:last-child{
    margin-right: 0;
}
.yewu-it a{
    display: inline-block;
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;
    padding: 33px 0;
}
.yewu-it a p:first-child img{
    width: 44%;
    margin-bottom: 12px;
}
.yewu-it a p{
    color: #333333;
    font-size: 20px;
}
.yewu-it a p:nth-child(3){
    font-size: 14px;
}
.yewu-it a:hover{
    background: #1aa0dc;
}
.yewu-it a:hover p{
    color: #fff;;
}

.pos{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}
.item{
    padding: 50px 0;
    position: relative;
}
.item .title{
    text-align: center;
}
.item-li{
    position: relative;
    margin: 0 0.5%;
    flex: 0 0 auto;
    flex-grow: 0;
    width: 13.28%;
    flex-shrink: 0;
    flex-basis: unset;
    transition: all .5s ease;
}
.item .pos:hover .item-li{
    width: 8%;
}
/*.item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s ease;
}*/
.item .pos:hover .item-li.cur{
    width: 45%;
}
.item-li.cur::after{
    background: rgba(0, 0, 0, 0);
}
.item-img{
    overflow: hidden;
}
.item-img img{
width: 100%;
        height: 520px;
        object-fit: cover;
        filter: unset;
        transition: filter 1s;
        vertical-align: middle;
}
.item-tit{
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 160, 220) 100%);
   position: absolute;
   bottom: 0;
   left: 0;
   padding-top: 40px;
   padding-bottom: 40px;
   padding-left: 8%;
   padding-right: 5%;
   width: 87%;
   transition: all .5s ease;
}
.item-ico{
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 12px;
}
.item-p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}
.item-p a{
    color: #fff;
}
.item-tit .show{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Arial;
    opacity: 0;
}
.item-li.cur .item-tit .show{
    opacity: 1
}

.ab{
    background-image: url("../images/bg_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 63px;
    padding-bottom: 40px;
}
.ab .container{
    display: flex;
    align-items: center;
}
.ab .left img{
    width: 100%;
}
.ab .right{
    width: 46%;
    margin-left: 4%;
}
.ab-tit{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}
.ab-tit02{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 16px;
}
.ab-tit span,.ab-tit02 span{
    color: #1aa0dd;
    font-size: 24px;
}
.ab-p{
    color: #fff;
    line-height: 30px;
}
.ab .ab-par ul{
display: flex;
flex-wrap: wrap;
}
.ab .ab-par li{
    width: 22%;
    margin-right: 28px;
    margin-bottom: 10px;
}
.ab .ab-par li img{
    width: 100%;
}
.ab .ab-par li:nth-child(4n){
    margin-right: 0;
}
.adva-bg{
    background: url("../images/bg_04.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.adva{
    width: 80%;
    margin: auto;
}
.adva .title{
    text-align: center;
}
.adva .title h1{
    margin-bottom: 0;
}
.adva .title p{
    font-size: 16px;
}
.adva ul{
    display: flex;
    flex-wrap: wrap;
}
.adva li{
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0px 0px 20px #dadada;
    text-align: center;
    padding: 50px 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.adva li:nth-child(4n){
    margin-right: 0;
}
.adva li .adva-tit{
    font-size: 20px;
    margin: 12px 0;
}
.adva li .line{
    border-bottom: 2px solid #1aa0dc;
    width: 50px;
    margin: auto;
    margin-top: 10px;
}
.adva .adva-p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.news .title{
    display: flex;
    align-items: center;
}
.news .title p{
    font-size: 24px;
    margin-left: 20px;
}
.news ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 103px;
}
.news li{
   width: 23%; 
   margin-right: 22px;
}
.news li:nth-child(4n){
margin-right: 0px;
}
.news .news-img img{
    width: 100%;
}
.news .news-date{
    font-size: 14px;
    color: #737373;
    margin-bottom: 16px;
    margin-top: 14px;
}
.news .news-tit{
    font-size: 20px;
    color: #333333;
    margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-p{
    color: #7e7e7e;
    line-height: 32px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
footer{
    background-color: #222222;
    padding-top: 36px;
    padding-bottom: 36px;
}
footer .container{
    display: flex;
}
.foot-logo{
    font-size: 14px;
    line-height: 30px;
    color: #f3f3f3;
    width: 28%;
}
.foot-logo span{
    color: #1aa0dc;
    font-size: 20px;
}
.foot-logo p img{
width: 48%;
}
.foot-nav{
    display: flex;
    width: 49%;
}
.foot-nav ul li{
   margin-bottom: 6px; 
}
.foot-nav ul li a{
    font-size: 14px;
    color: #898989;
}
.foot-nav ul li:first-child{
    margin-bottom: 14px;
}
.foot-nav ul li:first-child a{
 color: #f3f3f3;
 font-size: 16px;
}
.foot-nav ul{
    margin-right: 6%;
}
.qr{
    text-align: right;
    width: 23%;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    justify-content: flex-end;
    line-height: 32px;
}
.qr img{
    width: 100%;
}
.qr p:first-child{
    margin-right: 15%;
}
.cr{
    color: #f3f3f3;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #494949;
    background-color: #222222;
}
.right-fixed{
    position: fixed;
    right: 0;
    bottom: 100px;
    text-align: center;
}
.right-fixed ul{
    width: 92px;
}

.right-fixed a{
    display: inline-block;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: #1aa0dc;
    border-radius: 50px;
    text-align: center;
}

.right-fixed p{
    text-align: center;
    font-size: 14px;
}

.right-fixed li{
    position: relative;
}
.right-fixed img{
    width: 50%;
    padding: 12px 0;
}
.right-fixed li:last-child a{
    width: 65px;
    height: 72px;
    border-radius: 6px;
}
.right-fixed li:last-child a img{
    width: 50%;
    padding-top: 12px;
    padding-bottom: 3px;
}

.right-fixed li .fd-c{
    position: absolute;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    right: -300%;
    top: 0;
    transition: all 0.5s;
}

.right-fixed li .fd-c img{
    width: 150px;
}

.right-fixed li:hover .fd-c{
    right: 100%;
}

.neiye .sel {
    border: 1px solid #464646;
    color: #464646;
}
.neiye-nav{
   text-align: center;
   margin: auto;
   position: relative;
    z-index: 12;
}
.neiye-nav.fixed{
    position: fixed;
    width: 100%;
    top: 45px;
}
.neiye-nav ul{
    display: inline-block;
    padding: 0px 50px;
    box-shadow: 0px 4px 18px #c9c9c9;
    background: #fff;
    margin-top: -45px;
    border-radius: 6px;
}
.neiye-nav li{
    text-align: center;
    padding-top: 30px;
    margin-right: 100px;
    float: left;
}

.neiye-nav li:last-child{
    margin-right: 0px;
}
.neiye-nav li a{
   padding-bottom: 30px;
    display: inline-block;
}
.neiye-nav li a:hover{
    border-bottom: 4px solid #1aa0dc;
}
.neiye-nav li.act a{
    border-bottom: 4px solid #1aa0dc;
}
.about{
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about .left{
    width: 49%;
}
.about .right{
    width: 51%;
    text-align: right;
}
.about .left h2{
    font-size: 30px;
    color: #1aa0dc;
    margin-bottom: 35px;
}
.about .left p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}
.about .right img{
    width: 97%;
}
.process{
    padding-top: 70px;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
}
.process ul{
    display: flex;
}
.process li{
    width: 12.5%;
    text-align: center;
}
.process li:nth-child(2n){
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.process .line {
    width: 100%;;
    border-top: 4px solid #1aa0dc;
    margin-bottom: -13px;
}
.process .circle span{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #1aa0dc;
    border-radius: 50px;
}
.process .dash span{
    display: inline-block;
    border-left: 1px dashed #1aa0dc;
    height: 95px;
    width: 1px;
}
.process .circle2 span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 5px #000000;
}
.process .pro-p {
    color: #083447;
    font-size: 18px;
    height: 145px;
}
.process li:nth-child(2n) .pro-p{
    display: flex;
    align-items: flex-end;
}
.process  .year{
    font-size: 24px;
    color: #1aa0dc;
    margin-bottom: 15px;
    
}
.process .height{
    height: 219px;
}
.culture{
    background: #fafafa;
    padding: 70px 0;
}
.culture ul{
    display: flex;
}
.culture li{
    width: 23%;
    background: #fff;
    margin-right: 1%;
    float: left;
    padding: 116px 60px 54px 44px;
    position: relative;
}
.culture .icon {
    width: 71px;
    position: absolute;
    right: 60px;
    top: 30px;
}
.culture .icon img{
    max-width: 100%;
}
.culture .bt {
    font-size: 32px;
    color: #333333;
    margin-top: 16px;
    position: relative;
}
.culture .bt:before {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #b1b1b1;
}
.culture .bt span {
    display: inline-block;
    padding-right: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid #98addd;
    position: relative;
    z-index: 2;
}
.culture .bt span:before {
    height: 2px;
    width: 6px;
    position: absolute;
    right: -6px;
    bottom: -2px;
    content: "";
    background: #fff;
}
.culture .text {
    color: #666666;
    line-height: 1.8;
    margin-top: 22px;
    height: 78px;
    overflow: hidden;
}
.culture .text p {
    font-size: 15px;
}
.neiye-h3{
    text-align: center;
    font-size: 30px;
    color: #1aa0dc;
    margin-bottom: 50px;
}
.neiye-h3::after{
    content: "";
    width: 52px;
    height: 4px;
    background-color: #0072a5;
    display: block;
    margin: auto;
    margin-top: 28px;
}
.img-bg{
    background: url("../images/img_16.jpg") no-repeat;
    background-size: cover;
    padding: 108px 0;
}
.cul{
    display: flex;
    align-items: center;
}
.cul .left{
    width: 50%;
    text-align: right;
}
.cul .left img{
    width: 57%;
    padding-right: 20%;
}
.cul .right{
    width: 50%;
}
.cul ul{
    padding-left: 10%;
}
.cul ul li{
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 58px;
}
.cul ul li:last-child{
    margin-bottom: 0;
}
.cul .cul-icon{
    width:10%;
    margin-top: 5px;
}
.cul .cul-icon img{
    width: 100%;
}
.cul .cul-p{
    margin-left: 5%
}
.cul .cul-p h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.cul .cul-p p{
    font-size: 24px;
}
.img-bg-02{
    background: url("../images/img_18.jpg") no-repeat;
    background-size: cover;
}
.cul-02{
    flex-direction: row-reverse;
}
.cul-02 .cul-p h3{
    color: #000;
}
.cul-02 .cul-p p{
    color: #262626;
}
.honor{
    background: #fafafa;
    padding-top: 73px;
    padding-bottom: 40px;
}
.honor ul{
    display: flex;
    flex-wrap: wrap;
}
.honor ul li{
    width: 31.3%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.honor ul li a img{
    width: 100%;
}
.ip{
    padding: 70px 0;
}
.ip img{
    width: 100%;
}
.busin1 {
    padding-top: 40px;
    padding-bottom: 100px;
}
.busin1 .textbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.busin1 .textbox .text {
    width: 40%;
}
.busin1 .textbox .mbimg{
    width: 50%;
}
.busin1 .textbox .pub_tit {
    margin-bottom: 30px;
}
.pub_tit h2 {
    color: #1aa0dc;
    font-size: 36px;
    position: relative;
    font-family: alibb_m;
}
.busin1 .textbox .txt {
    color: #666;
    font-size: 19px;
    line-height: 40px;
}
.busin1 .textbox .mbimg img {
    width: 100%;
    height: 100%;
    max-height: 360px;
    max-width: 500px;
}
.busin-main{
    width: 80%;
    margin: auto;
}
.busin2 {
    padding: 60px 0;
    background-color: #f2f2f2;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.busin2 .listbox .list {
    font-size: 16px;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.busin2 .list a {
    width: 100%;
    height: 100%;
    padding: 45px 30px 60px 30px;
    box-sizing: border-box;
    display: inline-block;
}
.busin2 .list h4 {
    color: #3e3a39;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: alibb_r;
    font-weight: normal;
}
.busin2 .list .txt {
    color: #666;
    line-height: 32px;
    font-size: 19px;
}
.busin2 .neiye-h3{
    font-weight: normal;
}
.busin2 .neiye-h3::after{
    margin-top: 22px;
}
.busin-li{
    margin-bottom: 60px;
}
.busin-h .listbox .list{
    height: 230px;
}
.busin-h02 .listbox .list{
    height: 260px;
}
.join1 {
    padding-top: 175px;
    padding-bottom: 125px;
}
.join1 .text .pub_tit {
    margin-bottom: 25px;
}
.join1 .text .txt {
    color: #666;
    font-size: 15px;
    line-height: 36px;
}
.join1 .join_img {
    width: 50%;
    height: 530px;
    float: right;
    position: relative;
}
.join1 .join_img img{
    width: 100%;
    vertical-align: middle;
}
.join1 .text {
    width: 35%;
    float: left;
}
.join1-main{
    width: 84%;
    margin: auto;
}
.join2{
    padding: 100px 0;
    background-color: #f2f2f2;
}
.join2 .itembox {
    padding: 0 50px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #1aa0dc;
    font-family: alibb_r;
}
.join2 .itembox div {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 70px;
    width: 16%;
    height: 70px;
    float: left;
}
.join2 .listbox .list {
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.join2 .listbox .list.on .text{
    display: block;
}
.join2 .list .hd {
    display: flex;
    position: relative;
}
.join2 .list .hd li {
    color: #3e3a39;
    font-size: 17px;
    text-align: left;
    line-height: 80px;
    width: 16%;
    height: 80px;
}
.join2 .list .hd::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/join_icon1.png);
}
.join2 .list.on .hd::after {
    background-image: url(../images/join_icon11.png);
}
.join2 .list .text {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
    border-top: 1px solid #dcdcdc;
}
.txt-hire{
    display: flex;
}
.txt-hire>div{
    width: 49%;
    padding-right: 1%;
    float: left;
}
.mbx {
    padding: 16px 0;
    color: #999999;
    border-bottom: 1px solid #eaebec;
    background: #fff;
    vertical-align: middle;
}
.mbx img{
    vertical-align: bottom;
    margin-right: 10px;
}
.mbx a {
    font-size: 14px;
    color: #4f4f4f;
}
.news-container{
    width: 73%;
    margin: 0 auto;
}
.news_a {
    background: #f7f8f9;
    padding: 50px 0 100px;
}
.news_a .left {
    width: 73.5%;
    float: left;
}
.news_a .left .btm .ol li {
    background: #fff;
    padding: 40px 32px;
    margin-top: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.news_a .left .btm .ol li:nth-child(1) {
    margin-top: 0;
}
.news_a .left .btm .ol li .text {
    float: right;
    width: 100%;
    margin-top: 0;
}
.news_a .left .btm .ol li .text a{
       color: #1aa0dc;
}
.news_a .left .nr .text .time {
    color: #1aa0dc;
}
.ny_text16 {
    font-size: 16px;
}
.news_a .left .nr .text .bt {
    color: #333333;
    font-size: 22px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_a .left .nr .text .js {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin-top: 14px;
}
.news_a .left .nr .text .bq {
    margin-top: 10px;
    font-size: 14px;
}
.clearfix {
    clear: both;
}
.news_more {
    margin-top: 18px;
    font-size: 15px;
    color: #1aa0dc;
    display: inline-block;
    position: relative;
    line-height: 1;
    border-radius: 50px;
    border: 1px solid #1aa0dc;
    width: 150px;
    text-align: center;
    line-height: 48px;
}
.center {
    text-align: center;
}
.news_a .left .page {
    margin-top: 46px;
}
.page {
    text-align: center;
}
.page .fy {
    float: left;
}
.page a {
    margin: 0 4px;
    font-size: 16px;
    color: #999999;
    min-width: 10px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 6px;
    transition: all 0.3s;
    display: block;
        padding: 0 20px;
}

.page .fenye{
    display: flex;
    justify-content: center;
}
.page a.prev {
    font-size: 0;
    background: url(../images/page_img2.png) center center / cover #fff no-repeat;
    background-size: 7px 13px;
}
.page a.next {
    font-size: 0;
    background: url(../images/page_img3.png) center center / cover #fff no-repeat;
    background-size: 7px 13px;
}
.page a.prev:hover{
	font-size: 0;
	background: url(../images/page_img02.png) center center/cover #1aa0dc no-repeat;
	background-size: 7px 13px;
}

.page a.next:hover{
	font-size: 0;
	background: url(../images/page_img03.png) center center/cover #1aa0dc no-repeat;
	background-size: 7px 13px;
}
.page li.active a, .page a:hover {
    color: #fff;
    background: #1aa0dc;
}

.fenye li:last-child{
    display: none;
}
.page .tz {
    line-height: 50px;
    float: left;
    font-size: 16px;
    margin-left: 30px;
}
.page .tz select {
    font-size: 16px;
    color: #333;
    border: none;
    background: none;
    height: 50px;
    width: 60px;
    border-radius: 6px;
    background: #fff;
    padding: 0 6px;
    text-align: center;
    text-align-last: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 10px;
}
.news_a .right {
    width: 24.5%;
    float:right;
}
.news_a .right .box {
    background: #fff;
    margin-bottom: 20px;
    padding: 28px 20px 40px;
}
.news_a .right .box .bt {
    color: #1aa0dc;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 6px;
    border-bottom: 1px solid #e4e4e4;
}
.news_a .right .box.zixun .nr {
    padding-top: 10px;
}
.news_a .right .box a {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-top: 18px;
    color: #999899;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    position: relative;
}
.news_a .right .box.zixun a {
    width: 100%;
    padding: 12px 0 8px 14px;
    margin-top: 0;
}
.news_a .right .box a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/news_sj.png) center center / cover;
    width: 7px;
    height: 7px;
}
.news_a .right .box.zixun .zx-img{
     padding: 0px 0 0px 0px;
     margin-top: -16px;
}
.news_a .right .box.zixun .zx-img p:nth-child(2){
    padding: 12px 0 12px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
}
.news_a .right .box.zixun .zx-img p img{
    width: 100%;
}
.news_a .right .box.zixun .zx-img:before{
    background:none ;
    position: unset;
}
.contact-container{
    width: 68%;
    margin: auto;
}
.con-info{
    display: flex;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid #eeeeee;
}
.con-info .left{
    width: 50%;
}
.con-info .right{
    width: 50%;
}
.con-txt h2{
font-size: 28px;
margin-bottom:20px;
}
.con-txt p{
    font-size: 18px;
    color: #494949;
    line-height: 54px;
}
.con-txt p img{
    vertical-align: middle;
    margin-right: 16px;
}
.ewm{
    display: flex;
    text-align: center;
    font-size: 18px;
    color: #494949;
    line-height: 40px;
    float: right;
}
.ewm p{
    text-align: center;
}
.ewm p:nth-child(2){
    margin-left: 30px;
}
.con-ul{
    padding: 80px 0;
}
.con-ul ul{
    display: flex;
    flex-wrap: wrap;
}
.con-ul li{
    width: 28.3%;
    margin-right: 20px;
    padding: 48px 25px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.con-ul li:nth-child(3n){
    margin-right: 0;
}
.con-ul li h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.con-ul li p{
    line-height: 40px;
    font-size: 18px;
    color: #494949;
}
.con-ul li p img{
    vertical-align: middle;
    margin-right: 16px;
}
.mess{
    background-color: #f3fcff;
    padding: 60px 0;
}
.mess h1{
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}
.mess h1::after{
    content: "";
    width: 74px;
    height: 4px;
    margin: auto;
    display: block;
    background: #1aa0dc;
    margin-top: 27px;
}
.mess .p{
    font-size: 18px;
    color: #707070;
    text-align: center;
    margin-top: 27px;
}
.form{
    padding: 37px;
    background-color:#f3fcff; 
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    margin-top: 60px;
}
.form p{
    margin-bottom: 14px;
}
.form input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    height: 50px;
    line-height: 1;
    color: #868686;
    transition: all ease .3s;
    padding: 0px 15px;
}
.form textarea{
    width: 100%;
    height: 300px;
    padding: 15px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    line-height: 1;
    color: #868686;
}
.form button{
    width: 123px;
    height: 45px;
    line-height: 45px;
    background-color: #1aa0dc;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin: auto;
}
.form .btn{
    text-align: center;
}
.news_xq .left .left_box {
    padding: 40px 30px 70px;
    background: #fff;
}
.news_xq .left .bt {
    font-size: 24px;
    color: #333333;
}
.news_xq .left .type {
    margin-top: 10px;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.news_xq .left .type .time {
    color: #999999;
    float: left;
}
.news_xq .left .text {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
}
.news_xq .left .text img{
    max-width: 100%;
}
.news_xq .left .btm {
    position: relative;
    margin-top: 24px;
    padding-top: 24px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}
.news_xq .left .btm .fany {
    float: left;
    width: 80%;
}
.more, a.more {
    font-size: 15px;
    color: #666666;
    line-height: 1;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
}
.news_xq .left .btm a {
    margin: 12px 0;
}
.news_xq .left .btm .fanhui {
    float: right;
}
.more .jt {
    background: url(../images/more_jt.png) center center / cover;
    width: 31px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:60px;
}
.news_xq .left .xiangguan {
    padding: 34px 34px;
    background: #fff;
    margin-top: 20px;
}
.news_xq .left .xiangguan .bt2 {
    font-size: 22px;
    color: #1aa0dc;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 26px;
}
.news_xq .left .xiangguan .ol {
    margin-top: 16px;
}
.news_xq .left .xiangguan .ol li {
    float: left;
    width: 47.2%;
    margin-right: 2.8%;
}
.news_xq .left .xiangguan .ol li a {
    padding: 12px 16px 12px 0;
    display: block;
    border-bottom: 1px solid #fafafa;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.news_xq .left .xiangguan .ol li a:before {
    width: 7px;
    height: 13px;
    background: url(../images/page_img3.png) center center / cover;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mob-header{
    display: none;
}
.mob-banner{
    display: none;
}
.banner .swiper-container{
    width: 100%;
}
.busin-main .listbox{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:1024px) 
{
    .right-fixed{
        display: none;
    }
    header{
        display: none;
    }
    .mob-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        
          /* background:rgba(0, 0, 0, 0.2); */
          background-color: #fff;
          margin:0px 15px;
    }
    .mob-header .left img{
        width: 320px;
    }
    .mob-header .right img{
        width: 30px;
    }
    .mob-show{
        position: absolute;
        top: 66px;
        right: 0;
        background: #1aa0dc;
        width: 80%;
        padding: 0 15px;
        z-index: 16;
        display: none;
    }
    .mob-nav li a{
        padding:10px 0;
        display: inline-block;
        text-align: center;
        color: #fff;
        width: 100%;
    }
    .mob-show .sel{
        width: 100%;
        border-radius: 6px;
        margin-top: 30px;
    }
    .mob-show .search{
        position: unset;
        background:none;
        display: flex !important;
    }
    .mob-show .search input{
            width: 73%; 
            border: 1px solid #fff;
            height: 41px;
    }
    .mob-show .search button {
        width: 27%;
        margin-left: -4px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        line-height: 39px;
    }
    .banner{
        display: none;
    }
    .mob-banner{
        width: 100%;
        display: block;
    }
    .mob-banner img{
        width: 100%;
    }
    
    .yewu{
        padding: 30px 0;
    }
    .yewu-it ul{
        flex-wrap: wrap;
    }
    .yewu-it li{
        width: 48.5%;
        margin-bottom: 22px;
    }
    .yewu-it li:nth-child(5){
        margin-right: 3%;
    }
    .yewu-it li:nth-child(2n){
        margin-right: 0;
    }
    .pos{
       flex-wrap: wrap;
    }
    .item-li{
        flex: 0 0 100%;
        position: relative;
        margin: 0;
        margin-bottom: 10px;
    }
    .item-li:nth-child(2n){
        margin-right: 0;
    }
    .item{
        padding: 0;
    }
    .item-img img{
        width: 100%;
    height: 100%;
    object-fit: contain;
    filter: unset;
    }
    .item-tit{
        width: 87%;
        border-top-right-radius: 0;
        display-radio: 1;
        background-color: rgba(240, 130, 0, 0);
        transition: all .5s ease;
    }
    .item-li.cur .item-tit{
        background-color: rgb(11 103 169 / 90%);
    }
    .item-p{
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .item-tit .show{
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        line-height: 1.5;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ab .container{
        flex-direction: column;
    }
    .ab .right{
        width: 100%;
    }
    .ab .ab-par li:nth-child(4n) {
    margin-right: 10px; 
    } 
    .ab .ab-par li{
    margin-right: 10px;
    }
    .adva-bg{
        padding: 30px 0;
    }
    .title h1 {
    font-size: 26px;
    }
    .adva li {
    width: 46%;
    margin-right: 14px;
    margin-bottom: 20px;
    padding: 30px 10px;
     }
    .adva li:nth-child(4n) {
    margin-right: 14px;
     }
     .adva li:nth-child(2n) {
    margin-right: 0px;
     }
     .adva{
        width: 90%;
     }
     .adva li .adva-tit {
     font-size: 16px;
     }
    .adva .adva-p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    }
    .news li{
        margin-right: 14px;
        width: 47%;
        margin-bottom: 34px;
    }
    .news li:nth-child(2n){
        margin-right: 0;
    }
    .news .news-tit {
        margin-bottom: 7px;
    }
    .news .news-date{
        margin-bottom: 9px;
    }
    .news .title p {
    font-size: 14px;
    margin-left: 10px;
    }
    .news .news-p{
      line-height: 25px;  
      font-size: 14px;
    }
    .title {
    margin-bottom: 20px;
    }
    .news ul{
        padding-bottom: 20px;
    }
    footer .container{
        flex-direction: column;
    }
    .foot-logo{
        width: 100%;
    }
    .foot-nav ul{
        display: none;
        width: 100%;
    }
    .foot-nav ul:last-child{
        display: block;
        width: 100% !important;
        margin-top: 24px;
    }
    .foot-nav ul:last-child li{
        float: left;
        margin-right: 10px;
    }
    .foot-nav ul:last-child li:first-child{
        width: 100%;
    }
    .foot-nav{
        width: 100%;
    }
    .qr{
        width: 100%;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .qr p:first-child {
    margin-right: 8%;
    }
    
    .contact-container{
        width: 90%;
    }
    .con-info{
        padding: 30px 0;
        flex-direction: column;
    }
    .con-info .left{
        width: 100%;
    }
    .con-info .right{
        width: 100%;
    }
    .con-txt h2 {
    font-size: 20px;
    margin-bottom: 10px;
    }
    .con-txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    }
    .con-txt p img {
    margin-right: 10px;
    width: 14px;
    }
    .ewm{
        margin-top: 10px;
        float: none;
    }
    .ewm p{
        font-size: 14px;
        line-height: 26px;
    }
    .ewm img{
        width: 100%;
    }
    .con-ul{
        padding: 30px 0;
    }
    .con-ul li{
        width: 100%;
        margin-right: 0;
        padding: 20px 20px;
    }
    .con-ul li h3 {
    font-size: 20px;
    margin-bottom: 6px;
    }
    .con-ul li p {
    line-height: 32px;
    font-size: 14px;
    }
    .con-ul li p img {
    margin-right: 16px;
    width: 18px;
    }
    .mess{
        padding: 30px 0;
    }
    .mess h1 {
    font-size: 24px;
    }
    .mess h1::after{
    width: 50px;
    margin-top: 15px;
    }
    .mess .p {
    font-size: 14px;
    margin-top: 15px;
    }
    .form{
        padding: 15px;
        margin-top: 30px;
    }
    .form input {
    width: 90%;
    }
    .form textarea {
    width: 90%;
    height: 130px;
    }
    .form button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    }
    .join1-main {
    width: 90%;
    }
    .join1-main .textbox{
        display: flex;
        flex-direction: column;
    }
    .join1 .text{
        width: 100%;
    }
    .join1 .join_img{
        width: 100%;
        height: auto;
    }
    .join_img img{
        width: 100%;
    }
    .join1 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .join1 .text .pub_tit {
    margin-bottom: 10px;
    }
    .join2 {
        padding: 40px 0;
    }

}
@media screen and (max-width:820px){
    .adva ul{
        justify-content: space-between;
    }
    .adva li {
    width: 48%;
        margin-right: 0;
    }
    .neiye-nav{
        width: 100%;
        overflow: auto;
    }
    .neiye-nav ul{
        width: 900px;
        padding: 0px 14px;
        margin-top: 0px;
    }
    .neiye-nav li {
    padding-top: 20px;
    margin-right: 26px;
    }
    .neiye-nav li a {
    padding-bottom: 20px;
    }
    .about{
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .about .left{
        width: 100%;
    }
    .about .right{
        width: 100%;
        margin-top: 20px;
    }
    .about .right img{
        width: 100%;
    }
    .about .left h2 {
    font-size: 22px;
    margin-bottom: 15px;
    }
   .about .left p {
    font-size: 16px;
   }
   .process{
    width: 100%;
    overflow: scroll;
    padding-top: 0px;
   }
   .process ul{
    width: 1000px;
    padding: 0 15px;
   }
   .process .year {
    font-size: 16px;
   }
   .process .circle span {
    width: 14px;
    height: 14px;
   }
   .process .height {
    height: 230px;
    }
    .process .pro-p{
        font-size: 14px;
    }
    .culture ul{
        flex-wrap: wrap;
    }
    .culture li{
        width: 100%;
        margin-bottom: 15px;
        padding: 66px 15px 15px 15px;
    }
    .culture {
    background: #fafafa;
    padding: 40px 0;
    }
    
    .neiye-h3::after{
        margin-top: 14px;
    }
    .neiye-h3{
        margin-bottom: 34px;
    }
    .culture .icon {
    width: 50px;
    right: 30px;
    top: 15px;
    }
    .culture .bt {
    font-size: 26px;
    margin-top: 0px;
    }
    .culture .text{
        margin-top: 15px;
    }
    .cul .left{
        display: none;
    }
    .cul .right{
        width: 100%;
    }
    .cul ul {
     padding-left: 0;
    }
    .cul .cul-icon {
    width: 17%;
    }
    .cul .cul-p h3 {
    font-size: 16px;
    }
    .cul .cul-p p {
    font-size: 14px;
    }
     .img-bg {
    padding: 30px 0;
    }
    .cul ul li{
        margin-bottom: 30px;
    }
    .honor {
    padding-top: 30px;
    padding-bottom: 10px;
    }
    .honor ul li {
    width: 48%;
    }
    .ip {
    padding: 30px 0;
    }
    .busin-main{
        width: 90%;
    }
    .busin1 .textbox{
        flex-wrap: wrap;
    }
    .busin1 .textbox .text{
        width: 100%;
        margin-bottom: 30px;
    }
    .busin1 .textbox .pub_tit {
    margin-bottom: 10px;
    }
    .pub_tit h2{
        font-size: 30px;
    }
    .busin1 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .busin2 .listbox .list{
        width: 100%;
    }
    .busin2 {
    padding: 34px 0;
    }
    .busin-li {
    margin-bottom: 20px;
    }
    .busin-h02 .listbox .list {
    height: 300px;
    }
    .busin-h03 .listbox .list {
        height: 500px;
    }
    
    .join2 .itembox div:first-child,.join2 .itembox div:nth-child(4),.join2 .itembox div:nth-child(6),
    .join2 .list .hd li:first-child,.join2 .list .hd li:nth-child(4),.join2 .list .hd li:nth-child(6)
    {
        display: none;
    }
    .join2 .listbox .list{
        padding: 0 15px;
    }
    .txt-hire {
    display: flex;
    flex-direction: column;
    }
    .txt-hire>div {
    width: 100%;
    }
    .join2 .itembox div, .join2 .list .hd li {
        line-height: 45px;
        width: 33.3%;
        height: 45px;
        padding-left: 30px;
        box-sizing: border-box;
        font-size: 15px;
    }
    .join2 .list .hd::after {
        width: 20px;
        height: 20px;
    }
    .join2 .itembox, .join2 .listbox .list {
        padding: 0 15px;
        border-radius: 5px;
    }
    .news_a {
    padding: 30px 0 40px;
    }
    .news-container {
    width: 90%;
    }
    .news_a .news-container {
    display: flex;
    flex-direction: column;
    }
    .news_a .left{
        width: 100%;
    }
    .news_a .right {
        width: 100%;
        margin-top: 30px;
    }
     .ny_text16 {
        font-size: 14px;
    }
    .news_a .left .nr .text .bt {
        font-size: 16px;
    }
    .news_a .left .btm .ol li {
        padding: 30px 20px;
    }
    .news_more{
        line-height: 38px;
    }
    .page a {
        width: 36px;
        height: 36px;
        margin-bottom: 4px;
        line-height: 36px;
    }
    .page .tz {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        font-size: 14px;
    }
    
}
@media screen and (max-width:400px){
    .yewu-it li {
        height: 204px;
        margin-bottom: 22px;
    }
}
@media screen and (min-width:1025px)and (max-width: 1720px)
{
    .yewu-it li{
        height: auto;
    }
    .logo img{
        display: none;
    }
    .logo img:first-child{
        display: block;
        width: 100%;
    }
    .logo {
        width: 16%;
    }
    .top .right {
            width: 75%;
    }
    .sel {
    padding: 5px 0px;
    width: 25%;
    font-size: 14px;
    }
    .nav {
    width: 100%;
    }
    .ab .right {
    width: 90%;
    }
    .ab .ab-par li:nth-child(4n) {
    margin-right: 6px;
    }
    .ab .ab-par li {
    margin-right: 6px;
    }
    .adva li {
    width: 19.9%;
    }
   .foot-nav ul {
        display: none;
    }
    .foot-nav ul:last-child {
        display: block;
        width: 100% !important;
        margin-top: 24px;
    }
    .foot-nav ul:last-child li {
        float: left;
        margin-right: 10px;
    }
    .foot-nav ul:last-child li:first-child{
        width: 100%;
    }
    .neiye-nav li {
        margin-right: 36px;
    }
    .contact-container {
    width: 90%;
    }

    .join1 {
    padding-top: 80px;
    padding-bottom: 80px;
    }
    .con-ul li {
    width: 26.4%;
    }
    .news-container {
    width: 90%;
    }
    .nav ul{
    padding-right: 10px;
    margin-right: 30px;
    }
    
}



