.banner{
    margin-top: 84px;
}
.banner img{
    width: 100%;
}
.title{
    text-align: center;
    margin-bottom: 55px;
}

.title h3{
    color: #2d2d2d;
    font-size: 30px;
}

.title span{
    width: 64px;
    height: 2px;
    background: #003787;
    display: inline-block;
    margin-top: 30px;
}

.home .advertisement{
    background: url("../image/bg-1_02.jpg") no-repeat;
    background-size: cover;
}
.home .item{
    padding-top: 80px;
    padding-bottom: 80px;
}
.home .advertisement .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.home .advertisement .content .list{
    background: #fff;
    width: 23%;
    text-align: center;
    padding: 70px 50px 33px 50px;
    transition: 0.3s;
}
.home .advertisement .list .pic{
    width: 75px;
    height: 75px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 34px;

}
.home .advertisement .list .pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}

.home .advertisement .list .pic img:last-child{
    opacity: 0;
}
.home .advertisement .list h4{
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    transition: 0.3s;
}

.home .advertisement .list p{
    color: #797979;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: 0.3s;
}
.home .advertisement .list a{
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    transition: 0.3s;
}

.home .advertisement .list a i{
    font-size: 22px;
    margin-left: 10px;
}
.home .advertisement .content .list:hover{
    background: #003787;
}
.home .advertisement .content .list:hover img:last-child{
    opacity: 1;
}
.home .advertisement .content .list:hover img:first-child{
    opacity: 0;
}
.home .advertisement .content .list:hover h4{
    color: #fff;
}
.home .advertisement .content .list:hover p{
    color: #fff;
}
.home .advertisement .content .list:hover a{
    color: #fff;
}


.home .personnel-execution{
    padding-bottom: 0;
}
.home .personnel-execution .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.home .personnel-execution .content .list{
    width: 25%;
    position: relative;
}
.home .personnel-execution .content .list > img{
    width: 100%;
}
.home .personnel-execution .list .text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    z-index: 9;
}
.home .personnel-execution .list .text h4{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 24px;
}
.home .personnel-execution .list .text p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home .personnel-execution .list .text a{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #003787;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
    display: inline-block;
}
.home .personnel-execution .list span{
    width: 30px;
    height: 3px;
    background: #fff;
    display: inline-block;
    margin-top: 20px;
}
.home .personnel-execution .text-hidden{
    opacity: 0;
    height: 0;
    transition: 0.3s;
}

.home .personnel-execution .list:hover .text-hidden{
    opacity: 1;
    height: 112px;
}


.home .personnel-execution .list .model{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,43,159,0);
    transition: 0.3s;
}

.home .personnel-execution .list:hover .model{
    background: rgba(0,43,159,0.55);
}

.home .case{
    background: url(../image/bg-2_02.jpg) no-repeat;
    background-size: cover;
}
.home .case .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.home .case .content .list{
    width: 23.5%;
    transition: 0.3s;
    cursor: pointer;
}
.home .case .content .list .pic{
    margin-bottom: 20px;
    max-height: 222px;
    overflow: hidden;
}
.home .case .content .list h4{
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.home .case .content .list span{
    color: #797979;
    font-size: 14px;
}
.home .case .content .list:hover{
    transform: translateY(-10px);
}
.home .case .more{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.home .case .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #797979;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    transition: 0.3s;
}

.home .case .more a i{
    margin-left: 25px;
    font-size: 20px;
}

.home .case .more a:hover{
    background: #003787;
    color: #fff;
}

.home .new{
    background: url(../image/bg-3_02.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 82px;
}
.home .new .title h3{
    color: #fff;
}
.home .new .title span{
    background: #fff;
}
.home .new .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.home .new .content .list{
    width: 23.5%;
    transition: 0.3s;
}
.home .new .list .pic{
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 246px;
}
.home .new .list .pic img{
    transition: 0.3s;
    width: 100%;
}
.home .new .list .text{
    color: #fff;
    opacity: .6;
    transition: 0.3s;
}

.home .new .list .text h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home .new .list .text h4 a{
    color: #fff;
}
.home .new .list .text p{
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 8px;
}

.home .new .list:hover .text{
    opacity: 1;
}
.home .new .list:hover img{
    transform: scale(1.1,1.1);
}
.home .new .list:hover{
   transform: translateY(-10px);
}



.home .new .more{
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.home .new .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #99afcf;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    transition: 0.3s;
}

.home .new .more a i{
    margin-left: 25px;
    font-size: 20px;
}

.home .new .more a:hover{
    background: #fff;
    color: #003787;
}



.home .about{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 30px;
}
.home .about .left{
    width: 45%;
}
.home .about .left img{
    width: 100%;
}
.home .about .right{
    width: 55%;
    padding-left: 5%;
}
.home .about .right .text{
    width: 63%;
}

.home .about .right h3{
    color: #2d2d2d;
    font-size: 30px;
}

.home .about .right span{
    display: block;
    width: 64px;
    height: 2px;
    background: #003787;
    margin-top: 40px;
    margin-bottom: 45px;
}
.home .about .right p{
    color: #828282;
    margin-bottom: 24px;
    font-size: 16px;
}

.home .about .right a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #003787;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 62px;
}

.home .about .right a i{
    margin-left: 26px;
}

.main .title{
    margin-bottom: 56px;
}
.advertisement-main{
    padding-top: 80px;
    padding-bottom: 145px;
    background: #f9f9f9;
}

.advertisement-main .list {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.advertisement-main .list .text {
    width: 55%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fafafb;
    padding: 60px;
    z-index: 99;
}

.advertisement-main .list .pic {
    width: 66%;
    overflow: hidden;
}

.advertisement-main .list .pic img {
    width: 100%;
    transition: 0.3s;
}
.advertisement-main .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.advertisement-main .list .text h3 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.advertisement-main .list .text h3 img{
    margin-right: 15px;
}
.advertisement-main .list .text p {
    font-size: 14px;
    color: #797979;
    line-height: 26px;
    padding-left: 38px;
}
.advertisement-main .list .text a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #797979;
    padding-left: 38px;
    margin-top: 50px;
    transition: 0.3s;
}
.advertisement-main .list .text a:hover{
    color: #003787;
}
.advertisement-main .list .text a i{
    font-size: 22px;
    margin-left: 10px;
}
.advertisement-main .listTwo .pic {
    float: right;
}

.advertisement-main .listTwo .text {
    left: 0;
}

.advertisement-main .listTwo .text h3 {
    margin-bottom: 18px;
}

.advertisement-main .listTwo .text p {
    margin-bottom: 18px;
}

.advertisement-main .list:last-child {
    margin-bottom: 0;
}


.advertisement-detail{
    padding-top: 80px;
    padding-bottom: 45px;
    background: #f9f9f9;
}

.advertisement-detail .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.advertisement-detail .content .list{
    width: 48.5%;
    margin-bottom: 34px;
}
.advertisement-detail .list .pic{
    margin-bottom: 30px;
    overflow: hidden;
}
.advertisement-detail .list .pic img{
    transition: 0.3s;
    width: 100%;
}
.advertisement-detail .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.advertisement-detail .list h3{
    color: #2c2c2c;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}


.advertisement-detail .list p{
    line-height: 26px;
}
.advertisement-detail .list .more{
    margin-top: 20px;
    text-align: right;
    width: 100%;
}
.advertisement-detail .list a{
    color: #505050;
    transition: 0.3s;
}
.advertisement-detail .list a:hover {
    color: #003787;
}

.channel .list .text{
    position: relative;
}

.channel .list .more{
   position: absolute;
    bottom: 30px;
    right: 30px;
}
.channel .content .list .more{
    position: relative;
    bottom: 0;
    right: 0;
}
.channel{
    background: #fff;
    padding-top: 0;
}
.channel .channel_top{
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 50px;
}

.channel .list .pic{
    margin-bottom: 0;
}
.channel .list .text{
    background: #fff;
    padding: 30px 20px;
}
.channel .list .text h3{
    color: #505050;
}


.channel_bot{
    padding-top: 80px;
}
.channel_bot .list{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 40px;
}

.channel_bot .list .pic{
    width: 50%;
}
.channel_bot .list .text{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    border: 10px solid #efefef;
    padding: 30px;
}

.channel_bot .list .text span{
    width: 36px;
    height: 3px;
    background: #003787;
    display: inline-block;
}
.channel_bot .list .text h3{
    margin-bottom: 28px;
}
.channel_bot .list .text span{
    margin-bottom: 20px;
}
.channel_bot .list .text p{
    text-align: center;
    color: #8d8d8d;
    line-height: 30px;
}


.news-information{
    padding-top: 80px;
    background: #f9f9f9;
    padding-bottom: 75px;
}

.news-information .content{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}
.news-information .content .list{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
}
.news-information .content .list:nth-child(3n+3){
    margin-right: 0;
}
.news-information .list .pic{
    overflow: hidden;
    max-height: 275px;
}
.news-information .list .pic img{
    transition: 0.3s;
}
.news-information .list .text{
    background: #fff;
    padding: 15px 20px;
    transition: 0.3s;
}
.news-information .list h3 a{
    color: #505050;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: 0.3s;
}
.news-information .list .time{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.news-information .list .time span{
    color: #8d8d8d;
    transition: 0.3s;
}
.news-information .list .time a{
    color: #8d8d8d;
    transition: 0.3s;
}

.news-information .list:hover .text{
    background: #003787;
}

.news-information .list:hover .text a{
    color: #fff;
}

.news-information .list:hover .text span{
    color: #fff;
}
.news-information .list:hover img{
    transform: scale(1.1,1.1);
}

.yema{
    margin-top: 50px;
}
.yema ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.yema ul li{
    background: #fff;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li a{
    padding: 13px 19px;
    display: block;
    color: #797979;
}
.yema ul li a.active{
    color: #fff;
}
.yema ul li.active{
    background: #003787;
    color: #fff;
}
.yema ul li:hover{
    background: #003787;
    color: #fff;
}



.news-detail{
    background: #f9f9f9;
    padding-bottom: 72px;
}
.news-content{
    margin-top: 80px;
    background: #fff;
    padding: 40px 40px 65px 40px;
}
.news-detail .news-title{
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.news-detail .news-title h3{
    color: #505050;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}
.news-detail .news-title span{
    display: inline-block;
    color: #8d8d8d;
    font-size: 16px;
    margin-right: 30px;
}
.news-detail .news-title span:last-child{
    margin-right: 0;
}
.news-detail .content .pic{
    text-align: center;
    margin-bottom: 20px;
}
.news-detail .content p{
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}



.news-detail .back{
    text-align: center;
    margin-top: 70px;
}
.news-detail .back a{
    width: 168px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #003787;
    border-radius: 5px;
    display: inline-block;
    color: #003787;
    font-size: 16px;
}


.news-detail .paging{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    padding-top: 40px;
    margin-top: 40px;
}

.news-detail .paging a{
    width: 50%;
    color: #696969;
    font-size: 16px;
}
.news-detail .paging a i{
    margin-right: 9px;
}
.news-detail .paging a:last-child{
    text-align: right;
}

.news-detail .paging a:last-child i{
    margin-left: 10px;
    margin-right: 0;
}




.case-content {
    padding-top: 80px;
    background: #f9f9f9;
    padding-bottom: 75px;
}

.case-content .content {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}
.case-content .content .list {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    cursor: pointer;
}
.case-content .content .list:nth-child(3n+3) {
    margin-right: 0%;
}
.case-content .list .text{
    transition: 0.3s;
    padding: 46px 20px;
    background: #fff;
    position: relative;
}
.case-content .list .text h3{
    color: #505050;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.case-content .list .pic {
    max-height: 277px;
    overflow: hidden;
}
.case-content .list .pic img {
    transition: 0.3s;
}
.case-content .list:hover img {
    transform: scale(1.1,1.1);
}
.case-content .list:hover .text {
    background: #003787;
}
.case-content .list:hover .text h3{
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
}



.about-content{
    padding-top: 80px;
    padding-bottom: 140px;
    background: #f9f9f9;
}
.about-content .content {
    background: #fff;
    padding: 60px 60px 130px 60px;
}

.about-content .content h3{
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 40px;
}
.about-content p{
    color: #797979;
    line-height: 26px;
}


.contact-content{
    padding-top: 80px;
    padding-bottom: 140px;
    background: #f9f9f9;
}
.contact-content .content {
    background: #fff;
    padding: 40px 56px 80px 56px;
}

.contact-content .text h3{
    color: #003787;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}

.contact-content .text p{
    color: #505050;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
}


.contact-information{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.contact-information .left h3{
    color: #003787;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
}

.contact-information .left p{
    color: #505050;
    font-size: 16px;
    line-height: 36px;
}
.contact-information .right{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.contact-information .right span{
    color: #505050;
    line-height: 20px;
}
.contact-information .right img{
    margin-bottom: 8px;
}
.contact-content .add{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    flex-flow: wrap;
}
.contact-content .add .left{
    width: 50%;
}
.contact-content .add #dituContent{
    width: 100%;
    height: 275px;
}
.contact-content .add img{
    max-width: inherit;
}

.contact-content .add .right{
    width: 50%;
    background: #f7f7f7;
    padding: 22px 26px 22px 77px;
}


.contact-content .add .right input{
    width: 100%;
    background: #fff;
    height: 36px;
    color: #666666;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 12px;
}
.contact-content .add .right input:focus{
    outline: none;
}
.contact-content .add .right textarea{
    width: 100%;
    background: #fff;
    height: 90px;
    color: #666666;
    border: none;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 12px;
}
.contact-content .add .right textarea:focus{
    outline: none;
}

.contact-content .add .right button{
    width: 100%;
    background: #003787;
    height: 36px;
    color: #fff;
    font-size: 14px;
    border: none;
}


.offline{
    padding-top: 80px;
    background: #f9f9f9;
}
.offline .list{
    padding: 60px 0;
}
.offline .list:nth-child(odd){
    background: #fff;
}
.offline .list .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.offline .list .box .pic{
    width: 50%;
    padding-right: 45px;
    overflow: hidden;
}

.offline .list .box .text{
    width: 50%;
}
.offline .list .box .text h3{
    color: #2d2d2d;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}
.offline .list .box .text p{
    color: #505050;
    font-size: 14px;
    line-height: 40px;
}

.offline .list .box .text .more{
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
}
.offline .list .box .text a{
    color: #505050;
    transition: 0.3s;
}
.offline .list .box .text a:hover{
    color: #003787;
}
.offline .list:nth-child(2n) .text{
    padding-left: 0;
    padding-right: 45px;
}


.model{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.model.active{
    opacity: 0.6;
    z-index: 999;
}
.contact_box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 740px;
    padding-bottom: 58px;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}
.contact_box.active{
    z-index: 9999;
    opacity: 1;
}
.contact_box .contact_box_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dbdada;
    height: 64px;
    padding: 0 34px;
    margin-bottom: 48px;
}
.contact_box .contact_box_title .contact_box_close{
    cursor: pointer;
    width: 30px;
}
.contact_box .contact_box_title h3{
    color: #505050;
    font-size: 24px;
}
.contact_box .content{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}


.contact_box .content .left{
    width: 60%;
}
.contact_box .content .left li{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 24px;
    margin-bottom: 24px;
}
.contact_box .content .left li span{
    margin-right: 16px;
}
.contact_box .content .left h4{
    font-weight: bold;
    font-size: 24px;
}
.contact_box .content .left a{
    width: 224px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #ff7b00;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
    display: block;
    margin-top: 44px;
}
.contact_box .content .right{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 35%;
}
.contact_box .content .right img{
    margin-bottom: 12px;
}
.contact_box .content .right span{
    color: #333333;
    font-size: 18px;
    line-height: 34px;
}




@media screen and (max-width: 1200px) {
    .advertisement-main .list .text{
        padding: 40px;
    }
    .home .about .right .text{
        width: 90%;
    }

    .banner{
        margin-top: 69px;
    }
}

@media screen and (max-width: 992px) {
    .offline .list .box .text .more{
        margin-top: 30px;
    }
    .news-detail .paging{
        flex-flow: wrap;
    }
    .news-detail .paging a{
        width: 100%;
        margin-bottom: 10px;
    }
    .advertisement-main .list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .advertisement-main .list .text {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        float: left;
        position: relative;
        transform: translateY(0);
    }

    .advertisement-main .list .pic {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .home .about .left{
        width: 70%
    }
    .home .personnel-execution .content .list{
        width: 50%;
    }
    .home .about .right{
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .channel .list .more{
        position: relative;
        right: 0;
        bottom: 0;
    }
    .contact_box .content .left .message{
        display: flex;
        justify-content: center;
    }
    .contact_box .content .left a{
        margin-top: 10px;
    }
    .contact_box .content .left h4{
        font-size: 16px;
    }
    .contact_box .content .left li{
        font-size: 16px;
    }
    .contact_box .content .left li img{
        width: 30px;
    }
    .contact_box{
        width: 90%;
        padding-bottom: 30px;
    }
    .contact_box .contact_box_title{
        padding: 0 20px;
    }
    .contact_box .content{
        flex-flow: wrap;
        padding: 0 20px;
    }
    .contact_box .content .left{
        width: 100%;
    }
    .contact_box .content .right{
        width: 100%;
        display: none;
    }
    .offline .list{
        padding: 40px 0;
    }
    .offline .list .box .text p{
        line-height: 26px;
    }
    .offline .list .box .text h3{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .offline .list:nth-child(2n) .text{
        padding-right: 0;
    }
    .offline{
        padding-top: 60px;
    }
    .offline .list .box{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .offline .list .box .pic{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .offline .list .box .text{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .contact-content .add .left{
        width: 100%;
    }
    .contact-content .add .right{
        width: 100%;
        padding: 22px 26px;
    }
    .contact-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-content .content{
        padding: 40px 20px 50px 20px;
    }
    .contact-information{
        flex-flow: wrap;
    }
    .contact-information .left{
        width: 100%;
    }
    .contact-information .right{
        width: 100%;
    }
    .about-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-content .content{
        padding: 40px 30px;
    }
    .case-content .content .list{
        width: 100%;
    }
    .case-content .list .text{
        padding: 36px 20px;
    }
    .news-content{
        margin-top: 60px;
        padding: 30px 20px 45px 20px;
    }
    .news-detail .back{
        margin-top: 50px;
    }
    .yema{
        margin-top: 30px;
    }
    .news-information{
        padding: 60px 0;
    }
    .news-information .content .list{
        width: 100%;
    }
    .main .title{
        margin-bottom: 50px;
    }
    .channel_bot .list{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .channel_bot{
        padding-top: 40px;
    }
    .channel .channel_top{
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .channel_bot .list .pic{
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .channel_bot .list .text{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .advertisement-detail .content .list{
        width: 100%;
    }
    .advertisement-main{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .advertisement-main .list .text{
        padding: 30px;
    }
    .title h3{
        font-size: 26px;
    }
    .title{
        margin-bottom: 50px;
    }
    .home .about .right h3{
        font-size: 26px;
    }
    .home .about .right span{
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .home .item{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .home .advertisement .content .list{
        width: 100%;
        margin-bottom: 20px;
        padding: 50px 40px 33px 40px;
    }
    .home .personnel-execution .content .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .home .case .content .list{
        width: 49%;
        margin-bottom: 30px;
    }
    .home .new .content .list{
        width: 100%;
        margin-bottom: 30px;
    }
    .home .about .left{
        width: 100%;
    }
    .home .about .right{
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
    .home .about .right .text{
        padding: 0 15px;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}



