.container {
    max-width: 88%;
    margin: 0 auto;
}

.cheader {
    height: 125px;
}

.cheader-l {
    margin-top: 40px;
}

.cheader-r {
    margin-top: 30px;
}

.cheader-r p {
    float: left;
    font-size: 30px;
    color: #f08200;
    font-weight: bold;
    background: url("../images/i2.png") no-repeat left;
    padding-left: 50px;
    line-height: 65px;
    margin-right: 30px;
}

.cheader-r p span {
    font-size: 18px;
    color: #999999;
    font-weight: 500;
}

.cheader-r a {
    float: left;
    font-size: 24px;
    color: #000000;
    width: 230px;
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    line-height: 65px;
    text-align: center;
}

.cheader-r a:hover {
    color: #ffffff;
    background: #f08200;
    border: 1px solid #f08200;
    transition: all .3s;
}

.banner {
    position: relative;
}

.bannertxt {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
}

.bannertxt h2 {
    font-size: 72px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
}

.bannertxt p {
    font-size: 48px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    width: 480px;
}
.bannertxt2 p{
    width: 100%;
}

.bannertxt p span {
    display: block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #ffffff;
    line-height: 45px;
    float: left;
}

.bannertxt p span:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.bannerimg img {
    margin-right: 50px;
}

.bannerimg img:last-child {
    margin-right: 0;
}
.bannertxt3{
    width: 1200px;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
}
.bannertxt3 h2{
    margin-bottom: 0;
}
.banner-le{
    float: left;
    padding-top: 60px;
}
.banner-ri{
    float: right;
}
.banner-le h2{
    font-size: 48px;
    color: #000000;
}
.banner-le h2:nth-child(2){
    color: #ff6600;
    margin-top: 20px;
}
.banner-le p{
    font-size: 36px;
    margin-top: 35px;
    color: #000000;
}
.forms{
    width: 550px;
}
.forms input{
    width: 100%;
    border: 0;
    line-height: 66px;
    font-size: 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 25px;
}
.forms input::placeholder{
    color: #999999;
}
.forms input:nth-child(2){
    float: left;
    width: 49%;
    margin-right: 2%;
}
.forms input:nth-child(3){
    float: left;
    width: 49%;
    margin-right: 0;
}
.forms textarea{
    width: 100%;
    border: 0;
    line-height: 66px;
    font-size: 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 25px;
    height: 122px;
    font-family: "Microsoft YaHei", Arial;
}
.forms textarea::placeholder{
    color: #999999;
}
.forms button {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 75px;
    border-radius: 6px;
    text-align: center;
    border: 0;
    background: #ff6600;
}


.s1 {
    background: url("../images/i32.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 1268px;
    position: relative;
}

.s1-img {
    position: absolute;
    top: 130px;
    right: 115px;
}

.s1-txt {
    margin: 320px 0 0 120px;
}

.s1-txt h2 {
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 90px;
}

.s1-txt p {
    font-size: 48px;
    color: #ffffff;
}

.s1-txt .commore {
    margin-top: 60px;
}

.commore {
    font-size: 24px;
    color: #ffffff;
    width: 230px;
    line-height: 60px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.commore.black {
    color: #000000;
    border: 1px solid #000000;
}

.commore:hover {
    background: #f08200;
    border: 1px solid #f08200;
    transition: all .3s;
    color: #ffffff;
}

.commtt {
    padding: 105px 0 100px;
    text-align: center;
}

.commtt h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
}

.commtt p {
    font-size: 36px;
    color: #000000;
}

.s2-list {
    background: url("../images/i33.png") no-repeat center;
    background-size: cover;
    padding: 85px 0 50px;
}

.s2-item {
    float: left;
    width: 16.66%;
    padding: 50px 35px;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    height: 412px;
}
.s2-item img{
    transition: all .3s;
}
.s2-item:hover img{
    transform: scale(1.1);
}

.s2-item:nth-child(6) {
    border: 0;
}

.s2-item h2 {
    font-size: 44px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}

.s2-item h2 span {
    font-size: 30px;
}

.s2-item p {
    font-size: 20px;
    color: #ffffff;
}

.s2-list .commore {
    margin: 30px auto 0;
}

.s3-item {
    width: 29%;
    margin-right: 5.5%;
    text-align: center;
    float: left;
}

.s3-item:nth-child(3) {
    margin-right: 0;
}

.s3-item img {
    width: 100%;
}

.s3-item h2 {
    font-size: 36px;
    margin: 55px 0 25px;
    color: #000000;
    font-weight: 500;
}

.s3-item p {
    font-size: 24px;
    color: #000000;
    line-height: 50px;
    height: 180px;
}

.s3-list {
    padding-bottom: 125px;
}

.s3-list .commore {
    margin: 0 auto;
}

.s4 {
    background: url("../images/i34.png") no-repeat center;
    background-size: cover;
    padding: 0 0 150px;
}

.s4-item {
    width: 29%;
    float: left;
    margin-right: 6.5%;
    background: #005a9f;
    padding: 45px 0 60px;
    height: 620px;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

.s4-item:nth-child(3) {
    margin-right: 0;
}

.s4-item:nth-child(1) h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.s4-item:nth-child(1) h2:nth-child(4) {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
}

.s4-item p {
    font-size: 24px;
    color: #ffffff;
}

.s4-item h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 55px;
}

.s4-item:nth-child(2) h2 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
}

.s4-item:nth-child(3) h2 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
}

.s4 .commore {
    margin: 35px auto 0;
}

.s5 {
    padding-bottom: 150px;
}

.s5-item {
    width: 29%;
    float: left;
    margin-right: 6.5%;
    background: #d9e4a1;
    padding: 60px 0 50px;
    height: 615px;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

.s5-item:nth-child(3) {
    margin-right: 0;
}

.s5-item h2 {
    font-size: 36px;
    margin: 50px 0 20px;
    color: #000000;
}

.s5-item p {
    line-height: 45px;
    color: #000000;
    font-size: 24px;
}

.s5-item p span {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.s5-item .commore {
    margin: 45px auto 0;
}

.s6 {
    background: url("../images/i35.png") no-repeat center;
    background-size: cover;
    padding: 140px 0 150px;
}

.s6-l {
    width: 50%;
}

.s6-l h2 {
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 20px;
}

.s6-l p {
    margin-top: 60px;
    font-size: 36px;
    color: #ffffff;
    line-height: 70px;
    margin-bottom: 55px;
}

.s6-r {
    width: 50%;
}

.s6-item {
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 125px;
}

.s6-item p {
    float: left;
    font-size: 38px;
    color: #000000;
    margin-top: 10px;
}

.s6-item .s6-img {
    width: 120px;
    float: left;
}

.s7 {
    background: url("../images/i36.png") no-repeat center;
    background-size: cover;
    padding: 0 0 120px;
}

.s7-nav ul {
    text-align: center;
}

.s7-nav ul li {
    display: inline-block;
    margin-right: 80px;
}

.s7-nav ul li:last-child {
    margin-right: 0;
}

.s7-nav ul li.active {
    padding-bottom: 15px;
    border-bottom: 3px solid #f10000;
    /*transition: all .3s;*/
}

.s7-nav ul li a {
    font-size: 24px;
    color: #000000;
}

.s7-l h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 50px;
}

.s7-l h3 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 60px;
    display: block;
    font-weight: 500;
}

.s7-l p {
    line-height: 60px;
    font-size: 30px;
    color: #000000;
}

.s7-item {
    display: none;
    margin-top: 95px;
}

.s7 .commore {
    margin-top: 50px;
}

.s7item1 {
    display: block;
}


.home-news .list-ul ul {
    height: 590px;
    overflow: hidden;
}

.home-news .list-ul li {
    background: #f7f7f7;
    position: relative;
}

.home-news .list-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 10;
    transition: 0.3s;
    box-sizing: border-box;
}

.home-news .list-ul li a:hover {
    border-color: #ff6c00;
}

.home-news .list-ul li .main {
    padding: 42px 30px;
}

.home-news .list-ul li .title {
    position: relative;
    padding-left: 100px;
}

.home-news .list-ul li .title time {
    color: #555;
    position: absolute;
    left: 0;
    width: 100px;
    text-align: center;
    font-size: 52px;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
}

.home-news .list-ul li .title dl {
    padding-right: 87px;
    border-left: 1px dashed #e2e2e2;
    padding-left: 19px;
    color: #555;
    line-height: 35px;
    min-height: 70px;
}
.home-news .list-ul li .title dl dt{
    font-size: 16px;
}

.home-news .list-ul li .title dd {
    font-size: 20px;
    height: 64px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.home-news .list-ul li .title .more {
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 60px;
    height: 30px;
    background: url(../images/more.png) no-repeat;
}

.home-news .list-ul li:hover .title .more {
    background-image: url(../images/more_on.png);
}

.newest-ul-1 {
    float: left;
    width: 62.5%;
}

.newest-ul-1 .li-1 {
    float: right;
    width: 50.91%;
    height: 590px;
    overflow: hidden;
}

.home-news .newest-ul-1 .li-1 .main {
    padding-bottom: 32px;
}

.home-news .newest-ul-1 .li-1 .title time {
    font-size: 72px;
    line-height: 70px;
}

.newest-ul-1 .li-1:hover .title dd {
    font-weight: bold;
    color: #ff6c00;
}

.newest-ul-1 .li-1 .pic {
    padding-top: 50px;
}

.newest-ul-1 .li-1 .pic img {
    display: block;
    width: 100%;
    max-height: 396px;
}

.home-news .newest-ul-1 .li-1 .title dl {
    padding-right: 0;
}

.newest-ul-1 .li-2 {
    width: 46.364%;
    margin-bottom: 30px;
}

.home-news .newest-ul-1 .li-2 .main {
    padding-bottom: 27px;
}

.newest-ul-1 .li-2 .title {
    padding-left: 90px;
}

.newest-ul-1 .li-2 .title time {
    width: 90px;
}

.newest-ul-1 .li-2 .txt {
    position: relative;
    min-height: 99px;
    padding-left: 136px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e9e9e9;
}

.newest-ul-1 .li-2 .txt .pic {
    position: absolute;
    left: 0;
    width: 125px;
    top: 0;
}

.newest-ul-1 .li-2 .txt .pic img {
    display: block;
    width: 100%;
    max-height: 99px;
}

.newest-ul-1 .li-2 .txt figure * {
    margin: 0;
    font-weight: normal;
}

.newest-ul-1 .li-2 .txt p {
    line-height: 26px;
    height: 52px;
    color: #999;
    margin: 11px 0 6px 0;
    font-size: 16px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.newest-ul-1 .li-2 .txt h6 {
    color: #555;
    max-height: 48px;
    font-size: 18px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.newest-ul-2 {
    float: right;
    width: 35.796%;
    background: #f7f7f7;
}

.newest-ul-2 li {
    padding: 0 30px;
}

.newest-ul-2 li .title {
    padding-left: 84px;
}

.home-news .newest-ul-2 li .main {
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0 26px 0;
}

.home-news .newest-ul-2 li:last-child .main {
    border-bottom: 0;
}

.home-news .newest-ul-2 li .title dl {
    line-height: 32px;
    min-height: 64px;
}

.newest-ul-2 li .title time {
    width: 84px;
    text-align: left;
}

@media (max-width: 1440px) {
    .home-news .list-ul ul,
    .newest-ul-1 .li-1 {
        height: 476px;
    }

    .home-news .newest-ul-2 li .main {
        padding: 20px 0;
    }

    .newest-ul-1 .li-2 .txt h6,
    .home-news .list-ul li .title dd {
        font-size: 16px;
        line-height: 23px;
        height: 46px;
    }

    .newest-ul-1 .li-1 .pic {
        padding-top: 42px;
    }

    .newest-ul-1 .li-2 {
        margin-bottom: 25px;
    }

    .newest-ul-1 .li-2 .txt .pic {
        width: 96px;
    }

    .newest-ul-1 .li-2 .txt {
        padding-left: 110px;
        margin-bottom: 16.5px;
    }

    .home-news .newest-ul-1 .li-2 .main {
        padding: 20px;
    }

    .newest-ul-1 .li-2 .txt p {
        margin: 5px 0 6px 0;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}

.s8{
    padding-bottom: 100px;
}
.s8 .commore{
    margin: 40px auto 0;
}

.footers{
    background: #005a9f;
    padding: 80px 0 45px;
}
.footers .foot1{
    width: 900px;
}
.footers .foot2{
    width: 630px;
}
.footers .foot3{
    width: 100%;
}
.foot1 img{
    margin-bottom: 20px;
}
.foot1 h2{
    font-size: 30px;
    color: #ffffff;
}
.foot1 h3{
    margin: 40px 0 20px;
    font-size: 36px;
    color: #ffffff;
    background: url("../images/i27.png") no-repeat left;
    padding-left: 65px;
}
.foot1 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}
.foot1 a{
    color: #ffffff;
}
.foot2 input{
    line-height: 75px;
    font-size: 18px;
    color: #999999;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 0;
}
.foot2 input:nth-child(1){
    width: 100%;
}
.foot2 input:nth-child(2){
    width: 49%;
    float: left;
    margin-right: 2%;
}
.foot2 input:nth-child(3){
    width: 49%;
    float: left;
    margin-right: 0;
}
.foot2 input:nth-child(4){
    width: 100%;
}
.foot2 input:nth-child(5){
    width: 100%;
}
.foot2 input:nth-child(6){
    width: 100%;
}
.foot2 button{
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 75px;
    border-radius: 6px;
    text-align: center;
    border: 0;
    background: #ff6600;
}
.foot3 {
    margin-top: 60px;
}
.foot3 p{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    float: left;
}
.foot3 a{
    font-size: 18px;
    color: #ffffff;
}


.mubu{
    position: fixed;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    top: 0;
    z-index: 2;
    display: none;
}
.tkform{
    width: 500px;
    background: #ffffff;
    box-shadow:0px 0px 10px #ccc;
    padding: 2% 2%;
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.tkform h2{
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    width: 100%;
}
.tkform .foot2{
    width: 100%;
}
.tkform .foot2 input{
    border: 1px solid #CCCCCC;
    line-height: 45px;
    font-size: 16px;
    margin-bottom: 20px;
}
.tkform .foot2 button {
    font-size: 18px;
    line-height: 50px;
}
.closetk{
    position: absolute;
    top: -33px;
    right: -33px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
}


.s3-img img,.s4-item img,.s5-item img,.s7-r img{
    transition: all .3s;
}
.s3-item:hover h2,.s4-item:hover h2,.s5-item:hover h2,.s6-item:hover p,.s7-l:hover h2,.s7-l:hover span{
    color: #ff6600 !important;
}
.s3-item:hover img,.s4-item:hover img,.s5-item:hover img,.s7-r img:hover{
    transform: scale(1.1);
}

.newmain{
    padding: 50px 0 80px;
}
.newitem{
    margin-bottom: 30px;
    display: block;
    margin-bottom: 30px;
}
.newitem:hover{
    box-shadow:0px 0px 10px #ff6600;
}
.newimg{
    width: 18%;
    float: left;
}
.newimg img{
    width: 100%;
}
.newtxt{
    width: 80%;
    float: right;
    margin-top: 20px;
}
.newtxt h2{
    color: #333;
    line-height: 1;
    font-size: 22px;
    font-weight: unset;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.newtxt h2 p{
    margin-bottom: 10px;
}
.newtxt h2 span{
    float: right;
    font-size: 14px;
    color: #999;
}
.newtxt .ndesc{
    line-height: 30px;
    color: #999;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 16px;
}
.nitile{
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.necontent{
    font-size: 16px;
    line-height: 30px;
}
.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination li{
    display:inline-block
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.ty-banner-1{
    width: 100%;
}
.ty-banner-1 img{
    width: 100%;
}

.bimg_pc,.bimg_wap{
    width: 100%;
    display: block;
}
.bimg_wap{
    display: none;
}



@media (max-width: 996px) {
    .bimg_pc{
        display: none;
    }
    .bimg_wap{
        display: block;
    }

    .bimg_wap{
        width: auto;
        height: 500px;
    }

    body {
        min-width: unset;
        width: 100%;
        overflow: hidden;
    }
    .cheader-l {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #CCCCCC;
        width: auto;
    }
    .cheader-l img{
        width: 100%;
    }
    .cheader-r {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cheader-r p {
        float: left;
        font-size: 22px;
        color: #f08200;
        font-weight: bold;
        background: url(../images/i2.png) no-repeat left;
        padding-left: 40px;
        line-height: 28px;
        margin-right: 0;
        width: 60%;
        box-sizing: border-box;
        background-size: 28px;
    }
    .cheader-r p span {
        font-size: 14px;
    }
    .cheader-r a {
        float: right;
        font-size: 14px;
        color: #000000;
        width: 95px;
        display: block;
        border: 1px solid #000000;
        border-radius: 5px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }
    .cheader {
        height: auto;
        overflow: hidden;
    }
    .container {
        max-width: 94%;
        margin: 0 auto;
    }
    .bannertxt h2 {
        font-size: 26px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .bannertxt p {
        font-size: 16px;
        width: 210px;
        margin-bottom: 10px;
    }
    .bannertxt p span {
        display: block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ffffff;
        line-height: 20px;
        float: left;
    }
    .bannerimg img {
        margin-right: 25px;
        width: 90px;
    }
    .bannertxt {
        top: 20%;
    }
    .bannertxt2 p {
        width: 80%;
    }
    .banner-le,.banner-ri{
        width: 100%;
        padding-top: 0;
    }
    .bannertxt3{
        width: 90%;
        margin: 0 auto;
    }
    .banner-le h2 {
        color: #000000;
        margin-bottom: 0;
    }
    .banner-le h2:nth-child(2) {
        color: #ff6600;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .banner-le p {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
        float: left;
        width: 33.33%;
    }
    .bannertxt3{
        top: 5%;
    }
    .forms input{
        width: 49%;
        margin-right: 2%;
        float: left;
        font-size: 14px;
        line-height: 40px;
    }
    .forms input:nth-child(2n){
        margin-right: 0;
    }
    .forms {
        width: 100%;
    }
    .forms input:nth-child(3) {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .forms input:nth-child(5) {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .forms textarea{
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .forms button {
        font-size: 16px;
        line-height: 45px;
    }

    .s1-txt {
        margin: 0 auto;
        text-align: center;
        width: 94%;
        float: unset;
    }
    .s1-txt h2 {
        font-size: 30px;
        margin-bottom: 28px;
        padding-top: 30px;
    }

    .s1-txt p {
        font-size: 28px;
        color: #ffffff;
    }
    .s1-img {
        position: unset;
        width: 94%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .s1-img img{
        width: 100%;
    }
    .commore {
        font-size: 16px;
        color: #ffffff;
        width: 144px;
        line-height: 44px;
        border: 1px solid #ffffff;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .s1 {
        background: url(../images/i32.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 50px;
    }
    .commtt {
        padding: 50px 3% 50px;
        text-align: center;
        box-sizing: border-box;
    }
    .commtt h2 {
        font-size: 26px;
        color: #000000;
    }
    .commtt p {
        font-size: 18px;
    }
    .s2-item {
        float: left;
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
        border-right: 1px solid #ffffff;
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .s2-item:nth-child(2n){
        margin-right: 0;
        border: 0;
    }

    .s2-item img {
        width: 100%;
    }
    .s2-item h2 {
        font-size: 26px;
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .s2-item p {
        font-size: 16px;
        color: #ffffff;
    }
    .s2-item h2 span {
        font-size: 26px;
    }
    .s3-item {
        width: 100%;
        margin-right: 0;
        text-align: center;
        float: left;
        margin-bottom: 35px;
    }
    .s3-item h2 {
        font-size: 20px;
        margin: 35px 0 15px;
        color: #000000;
        font-weight: 500;
    }
    .s3-item p {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        height: auto;
        margin-bottom: 20px;
    }
    .s3-list {
        padding-bottom: 30px;
    }
    .s4-item {
        width: 100%;
        float: left;
        margin-right: 0;
        background: #005a9f;
        padding: 50px 0 60px;
        height: auto;
        text-align: center;
        border-radius: 8px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .s4-item h2 {
        margin-bottom: 15px;
        margin-top: 25px;
        line-height: 30px;
    }
    .s4-item:nth-child(1) h2 {
        font-size: 24px;
    }
    .s4-item p {
        font-size: 18px;
        color: #ffffff;
    }
    .s4-item:nth-child(1) h2:nth-child(4) {
        font-size: 24px;
    }
    .s4-item:nth-child(2) h2 {
        font-size: 26px;
    }
    .s4-item:nth-child(3) h2 {
        font-size: 26px;
    }
    .s4 {
        padding: 0 0 60px;
    }
    .s5-item {
        width: 100%;
        float: left;
        margin-right: 0;
        background: #d9e4a1;
        padding: 50px 0 50px;
        height: auto;
        text-align: center;
        border-radius: 8px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .s5-item h2 {
        font-size: 24px;
        margin: 40px 0 20px;
        color: #000000;
    }
    .s5-item p {
        line-height: 35px;
        color: #000000;
        font-size: 18px;
    }
    .s5-item p span {
        font-size: 26px;
    }

    .s5 {
        padding-bottom: 60px;
    }
    .s6-l {
        width: 100%;
    }
    .s6-l h2 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .s6-l p {
        margin-top: 25px;
        font-size: 22px;
        color: #ffffff;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .s6 {
        padding: 60px 0 60px;
    }
    .s6-r{
        width: 100%;
        margin-top: 50px;
    }
    .s6-item {
        padding: 15px;
        margin-bottom: 15px;
        height: auto;
    }
    .s6-item p {
        float: left;
        font-size: 18px;
        color: #000000;
        margin-top: 6px;
    }
    .s6-item .s6-img img{
        width: auto;
        height: 36px;
    }
    .s6-item .s6-img {
        width: 60px;
        float: left;
    }
    .s7-nav ul li {
        display: inline-block;
        margin-right: 20px;
    }
    .s7-nav ul li a {
        font-size: 18px;
        color: #000000;
    }
    .s7-nav ul li.active {
        padding-bottom: 10px;
    }
    .s7-nav ul {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .s7-item {
        margin-top: 40px;
    }
    .s7-l h2 {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .s7-l h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .s7-l p {
        line-height: 30px;
        font-size: 16px;
    }
    .s7 .commore {
        margin-top: 35px;
    }
    .s7-l{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .s7-r img{
        width: 100%;
    }
    .s7 {
        padding: 0 0 60px;
    }
    .home-news .list-ul ul, .newest-ul-1 .li-1 {
        height: auto;
    }
    .newest-ul-1 {
        float: left;
        width: 100%;
    }
    .newest-ul-2 {
        float: right;
        width: 100%;
        background: #f7f7f7;
    }
    .newest-ul-1 .li-2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .newest-ul-1 .li-1 {
        float: right;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .home-news .list-ul li .main {
        padding: 0;
    }
    .newest-ul-1 li{
        position: unset !important;
        float: unset !important;
    }
    .home-news .newest-ul-1 .li-1 .title time {
        font-size: 36px;
        line-height: 50px;
    }
    .newest-ul-1 .li-2 .txt h6, .home-news .list-ul li .title dd {
        font-size: 16px;
        line-height: 23px;
        height: auto;
    }
    .home-news .list-ul li .title time{
        font-size: 36px;
    }
    .home-news .list-ul .newest-ul-2 li .title .more{
        display: none;
    }
    .home-news .newest-ul-2 li .title dl{
        padding-right: 10px;
    }
    .newest-ul-2 li {
        padding: 10px 20px;
    }
    .footers .foot1 {
        width: 100%;
    }
    .foot1 img {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot1 h2 {
        font-size: 24px;
        color: #ffffff;
    }
    .foot1 h3 {
        margin: 20px 0 20px;
        font-size: 28px;
        color: #ffffff;
        background: url(../images/i27.png) no-repeat left;
        background-size: 28px;
        padding-left: 40px;
    }
    .foot1 p {
        font-size: 16px;
        line-height: 35px;
    }
    .footers .foot2 {
        width: 100%;
        margin-top: 40px;
    }
    .foot2 input {
        line-height: 45px;
        font-size: 16px;
    }
    .foot2 button {
        font-size: 16px;
        line-height: 45px;
    }
    .foot3 p {
        font-size: 15px;
    }
    .foot3 a {
        font-size: 14px;
        color: #ffffff;
    }
    .foot3 {
        margin-top: 40px;
    }
    .footers {
        padding: 40px 0 45px;
    }

    .newitem{
        display: block;
        margin-bottom: 20px;
    }
    .newimg{
        width: 100%;
    }
    .newtxt{
        width: 100%;
    }
    .newtxt h2{
        font-size: 18px;
    }
    .nitile{
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 500;
        color: #000000;
    }
    .necontent{
        line-height: 25px;
    }
    .tkform{
        width: 90%;
        padding: 20px;
    }
    .tkform h2 {
       font-size: 24px;
    }
    .tkform .foot2 input {
        border: 1px solid #CCCCCC;
        line-height: 45px;
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .closetk{
        right: 0;
    }
}






















