﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft  yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}


/* 电脑 */

@media screen and (min-width: 768px) {
    .mbnav_tc {
        display: none !important;
    }
    .top_head {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;
    }
    .top_logo {
        padding: 10px 0;
    }
    .top_logo a img {
        width: 300px;
        transition: all ease 0.5s;
        display: block;
        margin: 0 auto;
    }
    .top_nav {
        max-width: 1080px;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
        height: 50px;
    }
    .top_nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top_nav ul li {
        position: relative;
    }
    .ad_pcdrop {
        width: 800px;
        position: absolute;
        top: 100%;
        min-height: 200px;
        z-index: 9999;
        left: -350px;
        display: none;
    }
    .top_nav ul li:hover .ad_pcdrop {
        display: block;
    }
    .ad_pcdropcon {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #525861;
        padding: 15px;
    }
    .ad_pcdropconitem {
        /* width: 31%; */
    }
    .ad_pcdropcon1 p {
        color: white;
    }
    .ad_pcdropcon1 {
        padding: 15px;
        width: 25%;
        background-color: #525861;
        border-right: 3px solid #fff;
    }
    .ad_pcdropcon2 {
        padding: 15px;
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        background-color: #525861;
    }
    .ad_pcdropcon2 div {
        width: 48%;
    }
    .ad_pcdropcon3 {
        padding: 15px;
        width: 30%;
        background-color: #fff;
    }
    .ad_pcdropcon3 {
        background-color: #fff;
    }
    .ad_pcdropcon3 img {
        display: block;
    }
    .ad_pcdropcon3 p {
        padding: 10px 0;
        color: black;
        font-size: 14px;
    }
    .ad_pcdropcon3 a {
        display: block;
        transition: all ease 0.5s;
        width: 195px !important;
        height: 35px !important;
        line-height: 35px !important;
        text-align: center;
        border: 1px solid #e37222;
        color: black;
        font-size: 14px;
    }
    .ad_pcdropcon3 a:hover {
        background-color: #e37222 !important;
        color: white !important;
    }
    .s_a {
        color: white !important;
        transition: all ease 0.5s;
    }
    .s_a:hover {
        color: #e37222 !important;
    }
    .aa1 {
        color: white !important;
        transition: all ease 0.5s;
    }
    .aa1:hover {
        color: #e37222 !important;
    }
    .bb1 {
        height: 20px !important;
        line-height: 20px !important;
        font-weight: normal !important;
        color: white !important;
    }
    .bb1:hover {
        color: #e37222 !important;
    }
    .top_nav ul li a {
        display: block;
        color: #003d58;
        font-size: 15px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
    }
    .top_nav ul li i {
        color: #003d58;
    }
    .act {
        color: #faba36 !important;
    }
    .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all ease 0.5s;
        width: 100%;
        /* display: none; */
        background-color: #fff;
    }
    .sou {
        cursor: pointer;
    }
    .p_close {
        cursor: pointer;
    }
    .search input {
        width: 80%;
        height: 50px;
        padding-left: 20px;
        border: 0;
        outline: none;
    }
    .search i {
        color: #003d58;
    }
    .show {
        top: 0 !important;
    }
    .mb_head {
        display: none;
    }
    .banner {
        margin-top: 60px !important;
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .pp {
        position: absolute;
        top: 0;
        z-index: 999;
        top: 0;
        width: 1200px;
        top: 40%;
        left: 20%;
        font-size: 45px;
        color: #fff;
    }
    .nav2Out {
        width: 100%;
        padding: 35px 0;
        background-color: #003d58;
    }
    .nav2 {
        max-width: 1080px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .nav2 li {
        width: 20%;
        text-align: center;
    }
    .nav2 li img {
        width: 100%;
    }
    .nav2 li p {
        padding: 10px 0;
        color: white;
        text-align: center;
    }
    .indexabout {
        max-width: 1080px;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
    }
    .indexaboutleft {
        width: 48%;
    }
    .indexaboutright {
        width: 48%;
    }
    .indexaboutright img {
        width: 100%;
    }
    .indexaboutright p {
        font-size: 12px;
        color: #003d58;
    }
    .indexaboutleft p {
        font-size: 26px;
        color: #003d58;
        width: 65%;
        margin-bottom: 15px;
    }
    .indexaboutleft span {
        color: #003d58;
        font-size: 14px;
        display: block;
        line-height: 25px;
    }
    .hf {
        background-color: #003d58;
        padding: 45px;
        text-align: center;
        font-size: 27px;
        color: white;
    }
    .bimg {
        max-width: 1080px;
        margin: 0 auto;
    }
    .bimg img {
        width: 100%;
    }
    .foot {
        padding: 45px 0;
        background-color: #003d58;
    }
    .footer {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
    }
    .footer1 {
        width: 25%;
    }
    .item1 h4 {
        font-size: 14px;
        color: white;
        margin-bottom: 10px;
    }
    .item1 p {
        font-size: 14px;
        color: #fff;
    }
    .item1 a i {
        color: white;
        margin-left: 10px;
    }
    .footer1 a img {
        width: 100%;
    }
    .copy {
        width: 100%;
        margin: 0 auto;
        color: white;
        padding: 25px 0;
        text-align: center;
        background-color: #003d58;
    }
    .sidebar {
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 99999;
    }
    .sidebar a {
        display: block;
        width: 150px;
        height: 40px;
        background-color: #003d58;
        position: relative;
        color: white;
        padding-left: 45px;
        padding-top: 9px;
        margin-bottom: 4px;
        right: -111px;
        transition: all ease 0.4s;
    }
    .sidebar a:hover {
        right: 0 !important;
    }
    .sidebar a i {
        color: white;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 20px !important;
    }
    .totop {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 0px;
        bottom: 10%;
        opacity: 0;
        background-color: #003d58;
        transition: all ease 0.5s;
    }
    .totop i {
        color: white;
    }
    .inbanner {
        width: 59%;
        height: 800px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
		    margin: 0 auto;
    }
    .inbannertxt {
        width: 1080px;
        font-size: 35px;
        color: #fff;
    }
    .about .indexaboutright span {
        color: #003d58;
        font-size: 14px;
        display: block;
        line-height: 25px;
    }
    .sep {
        height: 0;
        margin-top: 60px;
    }
    .testout {
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }
    .test {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .testleft {
        width: 800px;
        padding: 15px;
        padding-top: 25px;
    }
    .testright {
        width: 225px;
        min-height: 200px;
        padding-top: 30px;
        padding-left: 30px;
        border-left: 1px solid #e2e2e2;
    }
    .testleft h4 {
        color: #003d9e;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .testleft p {
        color: #003d58;
        font-size: 14px;
    }
    .test_search {
        display: flex;
        width: 200px;
        margin-bottom: 25px;
    }
    .test_search input {
        width: 125px;
        height: 40px;
        padding-left: 15px;
        border: 1px solid #dddddd;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .test_search a {
        display: block;
        background-color: #dddddd;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #6e6a66;
        width: 75px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .testright ul li {
        margin-bottom: 30px;
    }
    .testright ul li a {
        display: block;
        padding: 5px 0;
        color: #6e6a66;
    }
    .ta {
        font-size: 18px;
        color: #003d58;
        padding: 0 !important;
    }
    .contact {
        max-width: 1080px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
    }
    .contactleft {
        width: 48%;
    }
    .tti {
        font-size: 26px;
        color: #003d58;
        margin-bottom: 30px;
    }
    .tas p {
        color: #003d58;
        font-weight: bold;
        font-size: 15px;
    }
    .tas ul li {
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 0;
        padding-left: 25px;
        font-size: 14px;
        color: #003d58;
    }
    .contactright {
        width: 48%;
    }
    .contactright ul {
        display: flex;
        justify-content: space-between;
    }
    .contactright ul li {
        width: 46%;
        text-align: center;
    }
    .contactright ul li img {
        width: 100%;
    }
    .contactright ul li p {
        padding: 5px;
        color: #003d58;
        font-size: 14px;
        text-align: left;
    }
    .form {
        margin-top: 55px;
    }
    .mes {
        font-size: 14px;
        color: #003d58;
        margin-bottom: 30px;
        display: block;
    }
    .inp {
        margin-bottom: 15px;
    }
    .inp p {
        font-size: 14px;
        color: #003d58;
        margin-bottom: 5px;
    }
    .inp input {
        width: 300px;
        height: 30px;
    }
    .inp textarea {
        width: 300px;
        min-height: 150px;
    }
    .inside {
        max-width: 1080px;
        margin: 30px auto;
    }
    .inside strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: black;
        margin-bottom: 25px;
    }
    .inside p {
        color: black;
        font-size: 15px;
        line-height: 25px;
    }
    .new {
        max-width: 1080px;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
    }
    .newitem {
        width: 22%;
        margin-left: 3%;
        margin-bottom: 25px;
    }
    .newitem a img {
        width: 100%;
    }
    .newitem p {
        padding: 10px 0;
    }
    .pro {
        max-width: 1080px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proleft {
        width: 240px;
    }
    .proright {
        width: 800px;
        padding: 20px;
        border: 1px solid #ccc;
    }
    .proleft strong {
        width: 100%;
        height: 60px;
        background-color: #f7b429;
        line-height: 60px;
        text-align: center;
        display: block;
    }
    .proleft ul {
        width: 100%;
    }
    .adprodrop {
        display: none;
    }
    .adprodrop a {
        display: block;
        font-size: 14px;
        color: #999;
        height: 35px;
        line-height: 35px;
        width: 100%;
        padding-left: 35px;
        border-bottom: 1px solid #cccccc;
    }
    .proleft ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f9f9f9;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }
    .proleft ul li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        background-color: #f9f9f9;
        display: block;
        color: black;
    }
    .proleft ul li a:hover {
        /* background-color: #f7b429 !important;
        color: white !important; */
    }
    .proul {
        display: flex;
        flex-wrap: wrap;
    }
    .proul li {
        width: 31%;
        margin-left: 2%;
        margin-bottom: 25px;
        position: relative;
    }
    .posp {
        position: absolute;
        width: 100%;
        padding: 5px;
        background: rgba(0, 0, 0, 0.7);
        color: white !important;
        left: 0;
        bottom: 0;
    }
    .proul li img {
        width: 100%;
    }
    .proul li p {
        padding: 5px;
        text-align: center;
    }
    /* addetail */
    .addetail1out {
        width: 100%;
        padding: 30px 0;
        background-color: #525861;
    }
    .addetail1 {
        max-width: 1300px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .odddiv .addetail1left {
        width: 60%;
        float: left;
    }
    .odddiv {
        margin-bottom: 25px;
    }
    .evendiv {
        margin-bottom: 25px;
    }
    .addetail1left img {
        width: 100%;
    }
    .odddiv .addetail1right {
        width: 40%;
        padding: 0 15px;
        float: right;
    }
    .addetail1right strong {
        color: white;
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .addetail1right p {
        color: white;
        line-height: 25px;
        font-size: 15px;
    }
    .clear {
        clear: both;
    }
    .evendiv .addetail1left {
        float: right;
        width: 60%;
    }
    .evendiv .addetail1right {
        width: 40%;
        padding: 0 15px;
        float: left;
    }
    .addetail2 {
        padding: 0 40px;
        margin: 50px auto;
        max-width: 1300px;
    }
    .addetail3 {
        max-width: 1000px;
        margin: 30px auto;
        padding: 0 20px;
    }
    .tcvpb_column_tc_span12 h2 {
        margin-bottom: 25px;
    }
    .tcvpb_column_tc_span12 h2 span {
        color: black;
        font-size: 30px;
        color: #525861;
    }
    .tcvpb_column_tc_span12_div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .p_tc {
        width: 48%;
        margin-bottom: 25px;
    }
    .p_tc strong {
        display: block;
        font-size: 19px;
        color: #292b2c;
        margin-bottom: 5px;
    }
    .p_tc p {
        font-size: 14px;
        color: #292b2c;
    }
    .addetail4 {
        max-width: 1200px;
        margin: 30px auto;
        padding: 0 40px;
    }
    .elem {
        display: inline-block;
        font-size: 0;
        width: 33%;
        border: 20px solid transparent;
        border-bottom: none;
        background: #fff;
        padding: 10px;
        height: auto;
        background-clip: padding-box;
    }
    .elem>span {
        display: block;
        cursor: pointer;
        height: 0;
        padding-bottom: 70%;
        background-size: cover;
        background-position: center center;
    }
    .addetail4 strong {
        font-size: 30px;
        color: #292b2c;
    }
    .addetail5out {
        width: 100%;
        padding: 30px 0;
        background-color: #f6f6f6;
    }
    .addetail5 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }
    .addetail5 strong {
        font-size: 30px;
        color: #292b2c;
        margin-bottom: 30px;
        display: block;
    }
    .addetail5 ul li {
        display: flex;
        width: 36%;
        margin-right: 5%;
    }
    .addetail5 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .liimgleft {
        width: 50%;
    }
    .liright {
        width: 50%;
        padding: 0 10px;
    }
    .liright p {
        margin-bottom: 20px;
    }
    .liright a {
        color: #e37222;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }
    .addetail6 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }
    .addetail6 strong {
        font-size: 30px;
        color: #292b2c;
        margin-bottom: 30px;
        display: block;
    }
    .addetail6 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .addetail6 ul li {
        position: relative;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .addetail6 ul li img {
        width: 100%;
    }
    .addetail6 ul li p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        color: white;
        padding: 5px 0;
        text-align: center;
    }
    .addetail7 {
        max-width: 1200px;
        padding: 0 40px;
        margin: 30px auto;
    }
    .addetail7 strong {
        font-size: 30px;
        color: #292b2c;
        margin-bottom: 30px;
        display: block;
    }
    .adform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .adformitem {
        width: 48%;
        margin-bottom: 25px;
    }
    .adformitem p {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
    }
    .adformitem input {
        width: 100%;
        height: 40px;
        padding-left: 20px;
        outline: none;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
    .adformitem_text {
        width: 100%;
    }
    .adformitem_text textarea {
        width: 100%;
        min-height: 150px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        border: 1px solid #ccc;
    }
    .tonow {
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #f47b29;
        color: white;
        transition: all ease 0, 4s;
        font-size: 14px;
        display: block;
    }
    .tonow:hover {
        background-color: white !important;
        color: #f47b29 !important;
    }
    .tipsp {
        font-size: 13px;
        padding: 10px 0;
        font-style: italic;
    }
    .locaul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .locaul li {
        width: 31%;
        margin-bottom: 25px;
    }
    .locaul li strong {
        display: block;
        font-size: 23px;
        margin-bottom: 10px;
    }
    /* addetail */
}


/* 手机 */

@media screen and (max-width: 768px) {
    .locaul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .locaul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .locaul li strong {
        display: block;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .tipsp {
        font-size: 13px;
        padding: 10px 0;
        font-style: italic;
    }
    .tonow {
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #f47b29;
        color: white;
        transition: all ease 0, 4s;
        font-size: 14px;
        display: block;
    }
    .tonow:hover {
        background-color: white !important;
        color: #f47b29 !important;
    }
    .addetail7 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .addetail7 strong {
        font-size: 20px;
        color: #292b2c;
        margin-bottom: 30px;
        display: block;
    }
    .adform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .adformitem {
        width: 100%;
        margin-bottom: 25px;
    }
    .adformitem p {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
    }
    .adformitem input {
        width: 100%;
        height: 40px;
        padding-left: 20px;
        outline: none;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
    .adformitem_text {
        width: 100%;
    }
    .adformitem_text textarea {
        width: 100%;
        min-height: 150px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        border: 1px solid #ccc;
    }
    .addetail6 {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .addetail6 strong {
        font-size: 20px;
        color: #292b2c;
        margin-bottom: 30px;
        display: block;
    }
    .addetail6 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .addetail6 ul li {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
    }
    .addetail6 ul li img {
        width: 100%;
    }
    .addetail6 ul li p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        color: white;
        padding: 5px 0;
        text-align: center;
    }
    .addetail5out {
        width: 100%;
        padding: 15px;
        background-color: #f6f6f6;
        margin: 20px auto;
    }
    .addetail5 {
        width: 100%;
        margin: 0 auto;
    }
    .addetail5 strong {
        font-size: 20px;
        color: #292b2c;
        margin-bottom: 20px;
        display: block;
    }
    .addetail5 ul li {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .addetail5 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .liimgleft {
        width: 50%;
    }
    .liright {
        width: 50%;
        padding: 0 10px;
    }
    .liright p {
        margin-bottom: 20px;
    }
    .liright a {
        color: #e37222;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }
    .addetail4 strong {
        font-size: 20px;
        color: #292b2c;
    }
    .addetail4 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .elem {
        display: inline-block;
        font-size: 0;
        width: 100%;
        border: 20px solid transparent;
        border-bottom: none;
        background: #fff;
        height: auto;
        background-clip: padding-box;
    }
    .elem>span {
        display: block;
        cursor: pointer;
        height: 0;
        padding-bottom: 70%;
        background-size: cover;
        background-position: center center;
    }
    .addetail3 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .tcvpb_column_tc_span12 h2 {
        margin-bottom: 15px;
    }
    .tcvpb_column_tc_span12 h2 span {
        color: black;
        font-size: 20px;
        color: #525861;
    }
    .tcvpb_column_tc_span12_div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .p_tc {
        width: 100%;
        margin-bottom: 15px;
    }
    .p_tc strong {
        display: block;
        font-size: 16px;
        color: #292b2c;
        margin-bottom: 5px;
    }
    .p_tc p {
        font-size: 14px;
        color: #292b2c;
    }
    .addetail2 {
        padding: 15px;
        margin: 50px auto;
        width: 100%;
    }
    /* addetail */
    .addetail1out {
        width: 100%;
        padding: 15px;
        background-color: #525861;
    }
    .addetail1 {
        width: 100%;
        margin: 20px auto;
    }
    .odddiv .addetail1left {
        width: 100%;
    }
    .odddiv {
        margin-bottom: 25px;
    }
    .evendiv {
        margin-bottom: 25px;
    }
    .addetail1left img {
        width: 100%;
    }
    .odddiv .addetail1right {
        width: 100%;
    }
    .addetail1right strong {
        color: white;
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .addetail1right {
        margin-top: 25px;
    }
    .addetail1right p {
        color: white;
        line-height: 25px;
        font-size: 15px;
    }
    .clear {
        clear: both;
    }
    /* addetail */
    .adprodrop {
        display: none;
    }
    .adprodrop a {
        display: block;
        font-size: 14px;
        color: #999;
        height: 35px;
        line-height: 35px;
        width: 100%;
        padding-left: 35px;
        border-bottom: 1px solid #cccccc;
    }
    .posp {
        position: absolute;
        width: 100%;
        padding: 5px;
        background: rgba(0, 0, 0, 0.7);
        color: white !important;
        left: 0;
        bottom: 0;
    }
    .pro {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proleft {
        width: 100%;
    }
    .proright {
        width: 100%;
        padding: 15px;
        border: 1px solid #ccc;
        margin-top: 20px;
    }
    .proleft strong {
        width: 100%;
        height: 40px;
        background-color: #f7b429;
        line-height: 40px;
        text-align: center;
        display: block;
    }
    .proleft ul {
        width: 100%;
    }
    .proleft ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
        border-bottom: 1px solid #ccc;
    }
    .proleft ul li a {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        background-color: #f9f9f9;
        display: block;
        border-bottom: 1px solid #ccc;
        color: black;
    }
    .proleft ul li a:hover {
        background-color: #f7b429 !important;
        color: white !important;
    }
    .proul {
        display: flex;
        flex-wrap: wrap;
    }
    .proul li {
        width: 48%;
        margin-bottom: 25px;
        position: relative;
    }
    .proul li img {
        width: 100%;
    }
    .proul li p {
        padding: 5px;
        text-align: center;
    }
    .new {
        width: 100%;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .newitem {
        width: 100%;
        margin-bottom: 25px;
    }
    .newitem a img {
        width: 100%;
    }
    .newitem p {
        padding: 10px 0;
    }
    .inside {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .inside strong {
        display: block;
        text-align: center;
        font-size: 20px;
        color: black;
        margin-bottom: 20px;
    }
    .inside p {
        color: black;
        font-size: 15px;
        line-height: 25px;
    }
    .contact {
        width: 100%;
        padding: 15px;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contactleft {
        width: 100%;
    }
    .tti {
        font-size: 20px;
        color: #003d58;
        margin-bottom: 15px;
    }
    .tas p {
        color: #003d58;
        font-weight: bold;
        font-size: 15px;
    }
    .tas ul li {
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 5px 0;
        padding-left: 25px;
        font-size: 14px;
        color: #003d58;
    }
    .contactright {
        width: 100%;
    }
    .contactright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contactright ul li {
        width: 100%;
        text-align: center;
    }
    .contactright ul li img {
        width: 100%;
    }
    .contactright ul li p {
        padding: 5px;
        color: #003d58;
        font-size: 14px;
        text-align: left;
    }
    .form {
        margin-top: 55px;
    }
    .mes {
        font-size: 14px;
        color: #003d58;
        margin-bottom: 30px;
        display: block;
    }
    .inp {
        margin-bottom: 15px;
    }
    .inp p {
        font-size: 14px;
        color: #003d58;
        margin-bottom: 5px;
    }
    .inp input {
        width: 100%;
        height: 30px;
    }
    .inp textarea {
        width: 100%;
        min-height: 150px;
    }
    .testout {
        width: 100%;
        border-top: 1px solid #e5e5e5;
        padding: 15px;
        margin: 20px auto;
    }
    .test {
        width: 100%;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .testleft {
        width: 100%;
        padding: 15px;
    }
    .testright {
        width: 100%;
        min-height: 200px;
        padding-top: 30px;
    }
    .testleft h4 {
        color: #003d9e;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .testleft p {
        color: #003d58;
        font-size: 14px;
    }
    .test_search {
        display: flex;
        width: 200px;
        margin-bottom: 25px;
    }
    .test_search input {
        width: 125px;
        height: 40px;
        padding-left: 15px;
        border: 1px solid #dddddd;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .test_search a {
        display: block;
        background-color: #dddddd;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #6e6a66;
        width: 75px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .testright ul li {
        margin-bottom: 30px;
    }
    .testright ul li a {
        display: block;
        padding: 5px 0;
        color: #6e6a66;
    }
    .ta {
        font-size: 18px;
        color: #003d58;
        padding: 0 !important;
    }
    .sep {
        display: none;
    }
    .about .indexaboutright span {
        color: #003d58;
        font-size: 14px;
        display: block;
        line-height: 25px;
    }
    .inbanner {
        width: 100%;
        height: 250px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbannertxt {
        width: 100%;
        padding: 0 20px;
        font-size: 20px;
        color: #fff;
    }
    .totop {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 0px;
        bottom: 10%;
        opacity: 0;
        background-color: #003d58;
        transition: all ease 0.5s;
    }
    .totop i {
        color: white;
    }
    .sidebar {
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 99999;
    }
    .sidebar a {
        display: block;
        width: 150px;
        height: 40px;
        background-color: #003d58;
        position: relative;
        color: white;
        padding-left: 45px;
        padding-top: 9px;
        margin-bottom: 4px;
        right: -111px;
        transition: all ease 0.4s;
    }
    .sidebar a:hover {
        right: 0 !important;
    }
    .sidebar a i {
        color: white;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 20px !important;
    }
    .hf {
        background-color: #003d58;
        padding: 17px;
        text-align: center;
        font-size: 21px;
        color: white;
    }
    .bimg {
        width: 100%;
        margin: 0 auto;
    }
    .bimg img {
        width: 100%;
    }
    .foot {
        background-color: #003d58;
        padding: 20px;
        margin: 0px auto;
        margin-top: 20px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footer1 {
        width: 100%;
        margin-bottom: 25px;
    }
    .item1 h4 {
        font-size: 14px;
        color: white;
        margin-bottom: 10px;
    }
    .item1 p {
        font-size: 14px;
        color: #fff;
    }
    .item1 a i {
        color: white;
        margin-left: 10px;
    }
    .footer1 a img {
        width: 100%;
    }
    .copy {
        width: 100%;
        margin: 0 auto;
        color: white;
        padding: 15px 20px;
        text-align: center;
        background-color: #003d58;
    }
    .indexabout {
        width: 100%;
        padding: 15px;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexaboutleft {
        width: 100%;
    }
    .indexaboutright {
        width: 100%;
        margin-top: 20px;
    }
    .indexaboutright img {
        width: 100%;
    }
    .indexaboutright p {
        font-size: 12px;
        color: #003d58;
    }
    .indexaboutleft p {
        font-size: 26px;
        color: #003d58;
        width: 100%;
        margin-bottom: 15px;
    }
    .indexaboutleft span {
        color: #003d58;
        font-size: 14px;
        display: block;
        line-height: 25px;
    }
    .nav2Out {
        width: 100%;
        padding: 15px;
        background-color: #003d58;
        margin: 20px auto;
    }
    .nav2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .nav2 li {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .nav2 li img {
        width: 100%;
    }
    .nav2 li p {
        padding: 10px 0;
        color: white;
        text-align: center;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .pp {
        position: absolute;
        top: 0;
        z-index: 999;
        top: 0;
        width: 100%;
        top: 40%;
        left: 0%;
        font-size: 25px;
        color: #fff;
        padding: 0 30px;
    }
    .top_head {
        display: none;
    }
    .mb_head {
        width: 100%;
        padding: 10px 0;
        height: 140px;
    }
    .mblogo {
        width: 200px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .hb {
        width: 85%;
        margin: 0 auto;
        height: 35px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }
    .hb {
        text-align: right;
        padding-right: 10px;
        padding-top: 7px;
    }
    .mbnav_tc {
        position: absolute;
        width: 100%;
        left: 0;
        top: 140px;
        display: none;
        z-index: 99999;
        background-color: #fff;
    }
    .mbnav_tc_line {
        width: 100%;
        height: 3px;
        background-color: #003d58;
    }
    .mbnav {
        padding: 0 20px;
        background-color: #fff;
    }
    .mbnav li a {
        font-size: 14px;
        color: #003d58;
        display: block;
        padding: 5px 0;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #fafafa;
    }
}