@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff2'),url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
.az {
    width: 100%;
    height: 1000px;
}
.az img {
    width: 100%;
}
.top {
	width: 100%;
}
.nav {
	width: 98%;
    height: auto;
    display: flex;
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.253);
    padding: 0px 20px;
    
}

.nav .box {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.nav .box .logo {
	width: 28%;
    background-image: url(/UploadFiles/pic/logo21.png);
    background-repeat: no-repeat;
    background-size: 93%;
}

.nav .box .nav-text {
	width: 52%;
	height: auto;
	
}

.nav-text ul {
	width: 100%;
	height: auto;
	display: flex;
}
.nav-text ul li {
	width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
}
.nav .box .nav-text  {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
    position: relative;
}
.dh_a {
    display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
    position: relative;
    transition: all 0.5s ease;
}
.nav .box .nav-right {
	width: 21%;
	height: auto;
	background: url(/UploadFiles/pic/lx1.png) top 7px left 50px;
	background-repeat: no-repeat;
    background-size: 75%;
}
.nav .box .nav-right1 {
	width: 21%;
	height: auto;
	background: url(/UploadFiles/pic/lx1.png) top 7px left 50px;
	background-repeat: no-repeat;
    background-size: 75%;
    display: none;
}
.cp_f {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #33333300;
    transform-origin: 0 0 0;
    transform: scaleY(0.2) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    padding: 20px 0 0;
    min-width: 100%;
}
.cp_f::before {
    content: "";
    position: absolute;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-bottom: #fff 8px solid;
    top: 13px;
    left: 50%;
    margin-left: -6px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%)
}
.nav-text ul li:nth-child(2):hover .cp_f{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%);
}
.nav-text ul li:nth-child(3):hover .cp_f{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%);
}
.cpf {
    padding: 0;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255,255,255,.85);
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
}
.cpf_a {
    padding: 0 2.5rem;
    line-height: 3.5;
    transition: .3s;
    font-size: 16px;
    letter-spacing: 1px;
    color: #404040;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 0;
}
.cpf_a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: #003c96;
    transition: .5s;
    
}
.cpf_a:hover {
    color: #fff;
    background: #ec6124;
}
.cpf_a:hover::before {
    height: 100%;
}
.nav-text ul li:nth-child(2):hover .cpf_a {
    height: auto;

}
.nav-text ul li:nth-child(3):hover .cpf_a {
    height: auto;

}
.nav-text ul li:hover .dh_a{
    color: #003c96;
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .az {
        width: 100%;
        height: 1000px;
    }
    .az img {
        width: 100%;
    }
    .top {
        width: 100%;
    }
    .nav {
        width: 98%;
        height: auto;
        display: flex;
        position: fixed;
        z-index: 10;
        border-bottom: 1px solid rgba(255, 255, 255, 0.253);
        padding: 0px 20px;
        
    }
    
    .nav .box {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    
    .nav .box .logo {
        width: 28%;
        background-image: url(/UploadFiles/pic/logo21.png);
        background-repeat: no-repeat;
        background-size: 93%;
        margin-top: 10px;
    }
    
    .nav .box .nav-text {
        width: 52%;
        height: auto;
        
    }
    
    .nav-text ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .nav-text ul li {
        width: 100%;
        height: 90px;
        line-height: 90px;
        text-align: center;
        position: relative;
    }
    .nav .box .nav-text  {
        display: block;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        position: relative;
    }
    .dh_a {
        display: block;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        position: relative;
        transition: all 0.5s ease;
    }
    .nav .box .nav-right {
        width: 21%;
        height: auto;
        background: url(/UploadFiles/pic/lx1.png) top 7px left 50px;
        background-repeat: no-repeat;
        background-size: 75%;
        margin-top: 7px;
    }
    
    .cp_f {
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px #33333300;
        transform-origin: 0 0 0;
        transform: scaleY(0.2) translateX(-50%);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        padding: 20px 0 0;
        min-width: 100%;
    }
    .cp_f::before {
        content: "";
        position: absolute;
        border-left: transparent 6px solid;
        border-right: transparent 6px solid;
        border-bottom: #fff 8px solid;
        top: 13px;
        left: 50%;
        margin-left: -6px;
        box-shadow: 0 3px 15px rgb(0 0 0 / 5%)
    }
    .nav-text ul li:nth-child(2):hover .cp_f{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px) translateX(-50%);
    }
    .nav-text ul li:nth-child(3):hover .cp_f{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px) translateX(-50%);
    }
    .cpf {
        padding: 0;
        text-align: center;
        border-radius: 0;
        overflow: hidden;
        background: rgba(255,255,255,.85);
        box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    }
    .cpf_a {
        padding: 0 2.5rem;
        line-height: 3.5;
        transition: .3s;
        font-size: 16px;
        letter-spacing: 1px;
        color: #404040;
        display: block;
        white-space: nowrap;
        position: relative;
        height: 0;
    }
    .cpf_a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 0;
        background: #003c96;
        transition: .5s;
        
    }
    .cpf_a:hover {
        color: #fff;
        background: #ec6124;
    }
    .cpf_a:hover::before {
        height: 100%;
    }
    .nav-text ul li:nth-child(2):hover .cpf_a {
        height: auto;
    
    }
    .nav-text ul li:nth-child(3):hover .cpf_a {
        height: auto;
    
    }
    .nav-text ul li:hover .dh_a{
        color: #003c96;
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .az {
        width: 100%;
        height: 1000px;
    }
    .az img {
        width: 100%;
    }
    .top {
        width: 100%;
    }
    .nav {
        width: 100%;
        height: auto;
        display: flex;
        position: fixed;
        z-index: 10;
        border-bottom: 0px solid rgba(255, 255, 255, 0.253);
        padding: 0px 0px;
        background-color: #fff!important;
    }
    
    .nav .box {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    
    .nav .box .logo {
        width: 60%;
    background-image: url(/UploadFiles/pic/logo2.png)!important;
    background-repeat: no-repeat;
    background-size: 93%;
    margin-top: 0px;
    padding: 45px 0px;
    }
    
    .nav .box .nav-text {
        width: 100%;
        height: auto;
        
    }
    .box {
        flex-wrap: wrap;
    }
    .nav-text ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .nav-text ul li {
        width: 100%;
        height: 65px;
        line-height: 65px;
        text-align: center;
        position: relative;
        border-left: 1px solid #fff;
    }
    .nav .box .nav-text  {
        display: block;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        position: relative;
        background-color: #124ba1;
        margin-top: 15px;
    }
    .dh_a {
        display: block;
        font-size: 20px;
        color: #ffffff!important;
        font-weight: 500;
        position: relative;
        transition: all 0.5s ease;
    }
    .nav .box .nav-right {
        width: 21%;
        height: auto;
        background: url(/UploadFiles/pic/lx.png) top 7px left 50px!important;
        background-repeat: no-repeat;
        background-size: 75%;
        margin-top: 7px;
        display: none;
    }
    .nav .box .nav-right1 {
        width: 35%;
        height: auto;
        background: url(/UploadFiles/pic/lx.png) top 6px left -6px!important;
        background-repeat: no-repeat;
        background-size: 75%;
        display: block;
    }
    .cp_f {
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px #33333300;
        transform-origin: 0 0 0;
        transform: scaleY(0.2) translateX(-50%);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        padding: 20px 0 0;
        min-width: 100%;
    }
    .cp_f::before {
        content: "";
        position: absolute;
        border-left: transparent 6px solid;
        border-right: transparent 6px solid;
        border-bottom: #fff 8px solid;
        top: 13px;
        left: 50%;
        margin-left: -6px;
        box-shadow: 0 3px 15px rgb(0 0 0 / 5%)
    }
    .nav-text ul li:nth-child(2):hover .cp_f{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px) translateX(-50%);
    }
    .nav-text ul li:nth-child(3):hover .cp_f{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px) translateX(-50%);
    }
    .cpf {
        padding: 0;
        text-align: center;
        border-radius: 0;
        overflow: hidden;
        background: rgba(255,255,255,.85);
        box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    }
    .cpf_a {
        padding: 0 2.5rem;
        line-height: 3.5;
        transition: .3s;
        font-size: 16px;
        letter-spacing: 1px;
        color: #404040;
        display: block;
        white-space: nowrap;
        position: relative;
        height: 0;
    }
    .cpf_a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 0;
        background: #003c96;
        transition: .5s;
        
    }
    .cpf_a:hover {
        color: #fff;
        background: #ec6124;
    }
    .cpf_a:hover::before {
        height: 100%;
    }
    .nav-text ul li:nth-child(2):hover .cpf_a {
        height: auto;
    
    }
    .nav-text ul li:nth-child(3):hover .cpf_a {
        height: auto;
    
    }
    .nav-text ul li:hover .dh_a{
        color: #003c96;
        transition: all 0.5s ease;
    }
}
/* -----------------------------------------------------------------banner图 */
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
@media (max-width:1024px) {
    .slide_container {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: 135px;
    }
}
.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: -1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 90px;
    width: 90px;
    background: transparent url(../UploadFiles/an.png) no-repeat left 25px top 18px;
    background-size: 110% 55%;
    margin-top: -45px;
    background-color: rgba(255, 255, 255, 0.192);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.slide_nav:hover {
    background-color: rgb(227 123 27);
    transition: all 0.5s ease;
}
.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right 25px top 18px;
    right: -1%;
    
}

.slide_container .tu {
    width: 100%;
    height: 602px;
    
}
/* -----------------------------------------------------产品中心 */
.cpzx {
    width: 100%;
    height: auto;
    clear: both;
    padding: 55px 0px;
}
.cpzx_t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.cpzx_t h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;

}
.cpzx_t h2 span {
    color: #003c96;
    
}
.cpzx_t dl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cpzx_t dl span:nth-child(1) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #003c96;
    margin-bottom: 10px;
}
.cpzx_t dl span:nth-child(2) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ec6124;
    margin-bottom: 10px;
}
.cpzx_t p {
    font-size: 3rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.cpzx_n {
    width: 100%;
    height: auto;
    padding: 35px 0px 10px 0px;
}
.cpzx_nn {
    width: 85%;
    height: auto;
    margin: 0 auto;

}
@media (max-width:1024px) {
    .cpzx_nn {
        width: 95%;
        height: auto;
        margin: 0 auto;
    
    }
    .cpzx_t h2 {
        font-size: 1.5rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
    
    }
    .cpzx_t p {
        font-size: 2rem;
        font-weight: 600;
        background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 2px;
    }
}
.cpn_l {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0px 0px;
}
.cpn_l dl:nth-child(1) {
    width: 33%;
    height: auto;
    margin: 0px 10px 10px 10px;
    position: relative;
}

.cpn_l dl:nth-child(1) h3 {
    width: 100%;
    overflow: hidden;
}

.cpn_l dl:nth-child(1) h3 img {
    width: 102%;
    transition: all 0.5s ease;
    display: block;
}
.cpn_l dl:nth-child(2) {
    width: 33%;
    height: auto;
    margin: 0px 0px 10px 10px;
    position: relative;

}
.cpn_l dl:nth-child(2) h3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cpn_l dl:nth-child(2) a:nth-child(2) h3 {
    margin-top: 15px;
}
.cpn_l dl:nth-child(2) h3 img {
    width: 100%;
    transition: all 0.5s ease;
    display: block;
}
.cpn_l dl:nth-child(3) {
    width: 33%;
    height: auto;
    margin: 0px 0px 10px 17px;
    position: relative;

}
.cpn_l dl:nth-child(3) h3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cpn_l dl:nth-child(3) a:nth-child(2) h3 {
    margin-top: 15px;
}
.cpn_l dl:nth-child(3) h3 img {
    width: 100%;
    transition: all 0.5s ease;
    display: block;
}
.cpn_l a {
    display: block;
    width: 100%;
}
.cpn_l a h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
}
.cpn_l a:hover h3::before {
    background-color: rgba(202, 202, 202, 0);
    transition: all 0.3s ease;
}
.cpn_l a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}



.cpn_r {
    width: 100%;
    height: auto;
    display: flex;
    margin: 5px 10px;
}
.cpn_r dl:nth-child(1) {
    width: 66%;
    height: auto;
    position: relative;
}
.cpn_r dl:nth-child(1) h3 {
    width: 100%;
    overflow: hidden;
}
.cpn_r dl:nth-child(1) h3 img {
    width: 100%;
    transition: all 0.5s ease;
    display: block;
}
.cpn_r dl:nth-child(2) {
    width: 33%;
    height: auto;
    position: relative;
    margin-left: 17px;
}
.cpn_r dl:nth-child(2) h3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cpn_r dl:nth-child(2) a:nth-child(2) h3 {
    margin-left: 10px;
}
.cpn_r dl:nth-child(2) h3 img {
    width: 100%;
    transition: all 0.5s ease;
    display: block;
}

.cpn_r a h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgb(135 135 135 / 15%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
}
.cpn_r a:hover h3::before {
    background-color: rgba(202, 202, 202, 0);
    transition: all 0.3s ease;
}
.cpn_r dl:nth-child(1) a h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgb(135 135 135 / 15%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
}
.cpn_r a:hover h3::before {
    background-color: rgba(202, 202, 202, 0);
    transition: all 0.3s ease;
}
.cpn_r a {
    display: block;
    width: 100%;
}

.cpn_r a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.cpnn {
    position: absolute;
    left: 30px;
    bottom: 70px;
    width: 90%;
    z-index: 1;
}
.cpnn p {
    font-size: 25px;
    color: #fff;
    width: 100%;
    font-weight: 600;
}
.cpnn p span {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
}
.cpnn i {
    background: url(/UploadFiles/pic/right.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    right: 40px;
    bottom: -20px;
}

.cpnn1 {
    position: absolute;
    left: 30px;
    bottom: 70px;
    width: 90%;
    z-index: 1;
}
.cpnn1 p {
    font-size: 25px;
    color: #fff;
    width: 100%;
    font-weight: 600;
}
.cpnn1 p span {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
}
.cpnn1 i {
    background: url(/UploadFiles/pic/right.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    right: 10px;
    bottom: -20px;
}
.cpnn3 {
    position: absolute;
    left: 30px;
    bottom: 70px;
    width: 90%;
    z-index: 1;
}
.cpnn3 p {
    font-size: 25px;
    color: #fff;
    width: 100%;
    font-weight: 600;
}
.cpnn3 p span {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
}
.cpnn3 i {
    background: url(/UploadFiles/pic/right.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    right: 40px;
    bottom: -20px;
}
.cpnn4 {
    position: absolute;
    left: 30px;
    bottom: 70px;
    width: 90%;
    z-index: 1;
}
.cpnn4 p {
    font-size: 25px;
    color: #fff;
    width: 100%;
    font-weight: 600;
}
.cpnn4 p span {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
}
.cpnn4 i {
    background: url(/UploadFiles/pic/right.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    right: 10px;
    bottom: -20px;
}
@media (max-width:1024px) {
    .cpnn4 i {
        background: url(/UploadFiles/pic/right.png);
        width: 50px;
        height: 50px;
        position: absolute;
        background-size: 100% 100%;
        right: 10px;
        bottom: -50px;
    }
}
/* ------------------------------------------------------公司简介 */
.gywm {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/Haboutbg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
}
.gywm_t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.gywm_t h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;

}
.gywm_t h2 span {
    color: #003c96;
    
}
.gywm_t dl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.gywm_t dl span:nth-child(1) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #003c96;
    margin-bottom: 10px;
}
.gywm_t dl span:nth-child(2) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ec6124;
    margin-bottom: 10px;
}
.gywm_t p {
    font-size: 3rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.gywm_n {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.gywm_n p {
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.gywm_nnn {
    width: 100%;
    height: auto;
}
.gywm_nnn ul {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.gywm_nnn ul li {
    width: 100%;
    margin: 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px #ddddddab;
    transition: all 0.5s ease;
}
.gywm_nnn li a {
    display: block;
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: relative;
}
.gywm_nnn a img {
    width: 25%;
}
.gywm_nnn a img:nth-child(2) {
    position: absolute;
    content: '';
    top: 0;
    left: 34px;
    opacity: 0;
    transition: all 0.5s ease;
}
.gywm_nnn li:hover {
    background-color: #003c96;
    transition: all 0.5s ease;
}
.gywm_nnn li:hover a p {
    color: #fff;
}
.gywm_nnn li:hover a img:nth-child(2) {
    opacity: 1;
    transition: all 0.5s ease;
}
.gywm_nnn a p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.gywm_nn {
    padding-top: 30px;
    width: 100%;
    height: auto;
}
@media (max-width:1024px) {
    .gywm {
        width: 100%;
        height: auto;
        background: url(/UploadFiles/pic/Haboutbg1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .gywm_t {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .gywm_t h2 {
        font-size: 1.5rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
    
    }
    .gywm_t h2 span {
        color: #003c96;
        
    }
    .gywm_t dl {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .gywm_t dl span:nth-child(1) {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #003c96;
        margin-bottom: 10px;
    }
    .gywm_t dl span:nth-child(2) {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #ec6124;
        margin-bottom: 10px;
    }
    .gywm_t p {
        font-size: 2rem;
        font-weight: 600;
        background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 2px;
    }
    .gywm_n {
        width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .gywm_n p {
        font-size: 18px;
        color: #333;
        line-height: 40px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: initial;
    text-indent: 2rem;
    }
    .gywm_nnn {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .gywm_nnn ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .gywm_nnn ul li {
        width: 100%;
        margin: 10px;
        padding: 30px;
        box-shadow: 0px 0px 10px 1px #ddddddab;
        transition: all 0.5s ease;
    }
    .gywm_nnn li a {
        display: block;
        display: flex;
        width: 100%;
        justify-content: space-around;
        position: relative;
    }
    .gywm_nnn a img {
        width: 30%;
    }
    .gywm_nnn a img:nth-child(2) {
        position: absolute;
        content: '';
        top: 0;
        left: 34px;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .gywm_nnn li:hover {
        background-color: #003c96;
        transition: all 0.5s ease;
    }
    .gywm_nnn li:hover a p {
        color: #fff;
    }
    .gywm_nnn li:hover a img:nth-child(2) {
        opacity: 1;
        transition: all 0.5s ease;
    }
    .gywm_nnn a p {
        font-size: 23px;
        color: #333;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
    .gywm_nn {
        padding-top: 30px;
        width: 100%;
        height: auto;
    }
}
.wrap_n {
	width: 90%;
	margin: 0 auto;
    position: relative;
}
.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e9e9e985;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.sycplb:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 6px;
}

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #003c96;
}
@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 27px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
.swiper-button-prev1, .swiper-button-next1 {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
/* -------------------------------------------------------------工程案例 */
.gcal {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.gcal_t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.gcal_t h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;

}
.gcal_t h2 span {
    color: #003c96;
    
}
.gcal_t dl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.gcal_t dl span:nth-child(1) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #003c96;
    margin-bottom: 10px;
}
.gcal_t dl span:nth-child(2) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ec6124;
    margin-bottom: 10px;
}
.gcal_t p {
    font-size: 3rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.gcal_n {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}
@media (max-width:1024px) {
    .gcal_t h2 {
        font-size: 1.5rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
    
    }
    .gcal_t h2 span {
        color: #003c96;
        
    }
    .gcal_t dl {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .gcal_t dl span:nth-child(1) {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #003c96;
        margin-bottom: 10px;
    }
    .gcal_t dl span:nth-child(2) {
        display: block;
        width: 50px;
        height: 3px;
        background-color: #ec6124;
        margin-bottom: 10px;
    }
    .gcal_t p {
        font-size: 2rem;
        font-weight: 600;
        background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 2px;
    }
}
/* ---------------------------------------------------------------------新闻动态 */
.xwdt {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.xwdt_t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.xwdt_t h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;

}
.xwdt_t h2 span {
    color: #003c96;
    
}
.xwdt_t dl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.xwdt_t dl span:nth-child(1) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #003c96;
    margin-bottom: 10px;
}
.xwdt_t dl span:nth-child(2) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ec6124;
    margin-bottom: 10px;
}
.xwdt_t p {
    font-size: 3rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.xwdt_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.xwdt_n ul {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.xwdt_n ul li {
    width: 100%;
    height: auto;
}
.xwdt_n li a {
    display: block;
    display: flex;
}
.xwdt_n li a h3 {
    width: 50%;
    overflow: hidden;
}
.xwdt_n a h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwdt_n a dl {
    width: 43%;
    padding: 45px 30px 30px 30px;
}
.xwdt_n a dl h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 16px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    font-size: 16px;
    color: rgb(177, 177, 177);
    transition: all 0.5s ease;
}
.xwdt_n a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwdt_n a:hover h2 {
    color: #003c96;
    transition: all 0.5s ease;
}
.xwdt_n a:hover span {
    color: #003c96;
    transition: all 0.5s ease;
}
.xwdt_a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: 1px solid #003c96;
    background-color: #003c96;
    display: block;
    border-radius: 30px;
    margin: 30px auto;
    transition: all 0.5s ease;
}
.xwdt_a:hover {
    background-color: #fff;
    color: #003c96;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .xwdt_n ul:nth-child(1) li:nth-child(1) {
        display: none;
    }
    .xwdt_n ul:nth-child(2) li:nth-child(1) {
        display: none;
    }
.xwdt_n a dl h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 18px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    font-size: 18px;
    color: rgb(177, 177, 177);
    transition: all 0.5s ease;
}
.xwdt_t h2 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;

}
.xwdt_t h2 span {
    color: #003c96;
    
}
.xwdt_t dl {
    width: 100%;
    display: flex;
    justify-content: center;
}
.xwdt_t dl span:nth-child(1) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #003c96;
    margin-bottom: 10px;
}
.xwdt_t dl span:nth-child(2) {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ec6124;
    margin-bottom: 10px;
}
.xwdt_t p {
    font-size: 2rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(199 199 199 / 36%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
}
/* --------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 365px;
    background-color: #2a2a2a;
    display: flex;
    justify-content: space-around;
}
.di_l {
    width: 20%;
    padding-top: 85px;
    text-align: center;
}
.di_l img {
    width: 92%;
}
.di_l p {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin: 20px auto;
}
.di_z {
    width: 55%;
    height: auto;
    padding-top: 30px;
}
.di_z ul {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
.di_z ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #424242;
    top: 66px;
    left: 0;
}
.di_z ul li {
    width: 15%;
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}
.di_z ul li:nth-child(2) {
    width: 25%;
}
.di_z ul li:nth-child(5) {
    width: 50%;
}
.di_z li a span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 25px;
}
.di_z li a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
.di_z li a:hover {
    color: #f8a240;
}
.di_z li a:hover span {
    color: #f8a240;
}
.di_z li p {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}
.di_r {
    width: 15%;
    padding-top: 50px;
    text-align: center;
}
.di_r img {
    width: 85%;
}
.di_r p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.ddd {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: #212121;
}
.ddd p {
    margin-top: 9px;
    color: #fff;
    font-size: 16px;
}
.ddd a {
    margin-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.footbox{
	height: 10rem;
	background:rgb(4 98 152 / 52%);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:2.5rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 380px;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }
    .di_l {
        width: 20%;
        padding-top: 85px;
        text-align: center;
    }
    .di_l img {
        width: 92%;
    }
    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }
    .di_z {
        width: 72%;
        height: auto;
        padding-top: 30px;
    }
    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }
    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }
    .di_z ul li {
        width: 15%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }
    .di_z ul li:nth-child(2) {
        width: 25%;
    }
    .di_z ul li:nth-child(5) {
        width: 50%;
    }
    .di_z li a span {
        font-size: 18px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }
    .di_z li a {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
    }
    .di_z li a:hover {
        color: #f8a240;
    }
    .di_z li a:hover span {
        color: #f8a240;
    }
    .di_z li p {
        font-size: 16px;
        color: #fff;
        line-height: 38px;
    }
    .di_r {
        width: 15%;
        padding-top: 50px;
        text-align: center;
    }
    .di_r img {
        width: 85%;
    }
    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }
    .ddd {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        background-color: #212121;
    }
    .ddd p {
        margin-top: 9px;
        color: #fff;
        font-size: 16px;
    }
    .ddd a {
        margin-top: 12px;
        margin-left: 15px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 400px;
        background-color: #2a2a2a;
        display: flex;
        justify-content: space-around;
    }
    .di_l {
        width: 20%;
        padding-top: 85px;
        text-align: center;
        display: none;
    }
    .di_l img {
        width: 92%;
    }
    .di_l p {
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        margin: 20px auto;
    }
    .di_z {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .di_z ul {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
    }
    .di_z ul::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #424242;
        top: 66px;
        left: 0;
    }
    .di_z ul li {
        width: 13%;
        margin: 20px 20px 0px 20px;
        display: flex;
        flex-direction: column;
    }
    .di_z ul li:nth-child(2) {
        width: 25%;
    }
    .di_z ul li:nth-child(5) {
        width: 55%;
    }
    .di_z li a span {
        font-size: 20px;
        color: #fff;
        display: block;
        padding-bottom: 25px;
    }
    .di_z li a {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
    }
    .di_z li a:hover {
        color: #f8a240;
    }
    .di_z li a:hover span {
        color: #f8a240;
    }
    .di_z li p {
        font-size: 18px;
        color: #fff;
        line-height: 38px;
    }
    .di_r {
        width: 15%;
        padding-top: 50px;
        text-align: center;
        display: none;
    }
    .di_r img {
        width: 85%;
    }
    .di_r p {
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
    }
    .ddd {
        width: 100%;
        height: 86px;
        display: flex;
flex-wrap: wrap;
        justify-content: center;
        background-color: #212121;
    }
    .ddd p {
        margin-top: 16px;
        color: #fff;
        font-size: 22px;
    }
    .ddd a {
        width: 52%;
        margin-top: 15px;
        font-size:22px;
color: #fff;
margin-left: 10px;
    }
.ddd a:nth-child(3) {
        width: 37%;
        margin-top: 15px;
        font-size:22px;
color: #fff;
margin-left: 10px;
    }
    .jszc {
        width: 100%;
    }
}
/* ----------------------------------------------------------------公司简介-栏目 */
.gs {
    width: 100%;
    height: auto;
}
.gs_t {
    width: 100%;
    height: auto;
    background: rgb(240, 240, 240);
}
.gs_t ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    
}
.gs_t ul li {
    width: 10%;
    height: 65px;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.gs_t li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #333;
}

.gs_t li:nth-child(1) {
    background-color: #fff;
}
.gs_t li:nth-child(1) a {
    color: #003c96;
    transition: all 0.5s ease;
}
.gs_t li::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.gs_t li:nth-child(1)::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.gs_t li:hover {
    background-color: #fff;
    transition: all 0.5s ease;
}
.gs_t li:hover a {
    color: #003c96;
    transition: all 0.5s ease;
}
.gs_t li:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}
.gs_n {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.gs_w {
    width: 90%;
    margin: 0 auto;
}
.gs_w dl {
    width: 90%;
    height: auto;
    padding: 30px;
    margin: 0 auto;
}
.gs_w dl h2 {
    font-size: 2.5rem;
    color: #003c96;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: -30px;
}
.gs_w dl p {
    font-size: 4.5rem;
    font-weight: 600;
    background-image: -webkit-linear-gradient(top,rgb(255 164 27 / 15%),rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.gs_r {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.gsr_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px;
    display: flex;
}
.gsr_t h2 {
    font-size: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 20px;
}
.gsr_t  span {
    display: block;
    width: 10px;
    height: 35px;
    margin: 20px;
    background-color: #003c96;
}
@media (max-width:1024px) {
    .gs_t ul li {
        width: 15%;
        height: 65px;
        line-height: 45px;
        text-align: center;
        position: relative;
    }
    .gs_t li a {
        display: block;
        padding: 10px;
        font-size: 20px;
        color: #333;
    }
}
@media (max-width:1024px) {
    .gs_w dl p {
        font-size: 3.5rem;
        font-weight: 600;
        background-image: -webkit-linear-gradient(top,rgb(255 164 27 / 15%),rgb(255, 255, 255));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 2px;
    }
}
/* ----------------------------------------------------------产品-栏目 */
.cpp {
    width: 100%;
    height: auto;
}
.cpp_t {
    width: 100%;
    height: auto;
    background: rgb(240, 240, 240);
}
.cpp_t ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    
}
.cpp_t ul li {
    width: 10%;
    height: 65px;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.cpp_t li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #333;
}
.cpp_t li:nth-child(1) {
    background-color: #fff;
}
.cpp_t li:nth-child(7) {
    width: 15%;
}
.cpp_t li:nth-child(8) {
    width: 15%;
}

.cpp_t li:nth-child(1) a {
    color: #003c96;
    transition: all 0.5s ease;
}
.cpp_t li::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.cpp_t li:nth-child(1)::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.cpp_t li:hover {
    background-color: #fff;
    transition: all 0.5s ease;
}
.cpp_t li:hover a {
    color: #003c96;
    transition: all 0.5s ease;
}
.cpp_t li:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}
.cpp_n {
    width: 100%;
    height: auto;
    background-color: rgb(250, 250, 250);
}
.cpp_n ul {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.cpp_n ul li {
    width: calc((100% - 19%) / 4 );
    height: auto;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
}
@media (max-width:1440px) {
    .cpp_n ul li {
        width: calc((100% - 19%) / 3 );
        height: auto;
        margin: 20px;
        padding: 20px;
        background-color: #fff;
    }
}
@media (max-width:1024px) {
    .cpp_n ul li {
        width: calc((100% - 19%) / 2 );
        height: auto;
        margin: 20px;
        padding: 20px;
        background-color: #fff;
    }
}
.cpp_n li a {
    display: block;
}
.cpp_n a ol {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: all 0.5s ease;
}
.cpp_n a h3 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.cpp_n a h3 img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}
.cpp_n a dl {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid rgba(204, 204, 204, 0.411);
}
.cpp_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.cpp_n li:hover ol {
    color: #003c96;
    transition: all 0.5s ease;
}
.cpp_n li:hover dl {
    color: rgb(227 123 27);
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .cpp_t ul li {
        width: 15%;
        height: 65px;
        line-height: 45px;
        text-align: center;
        position: relative;
    }
    .cpp_t li a {
        display: block;
        padding: 10px;
        font-size: 20px;
        color: #333;
    }
}
@media (max-width:1024px) {
    .cpp_t {
        width: 100%;
        height: auto;
        background: rgb(240, 240, 240);
    }
    .cpp_t ul {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .cpp_t ul li {
        width: 20%;
        height: 65px;
        line-height: 45px;
        text-align: center;
        position: relative;
    }
    .cpp_t li a {
        display: block;
        padding: 10px;
        font-size: 20px;
        color: #333;
    }
    .cpp_t li:nth-child(1) {
        background-color: #fff;
    }
    .cpp_t li:nth-child(7) {
        width: 30%;
    }
    .cpp_t li:nth-child(8) {
        width: 30%;
    }
}
/* ------------------------------------------------------------------新闻-栏目 */
.xww {
    width: 100%;
    height: auto;
}
.xww_t {
    width: 100%;
    height: auto;
    background: rgb(240, 240, 240);
}
.xww_t ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    
}
.xww_t ul li {
    width: 10%;
    height: 65px;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.xww_t li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #333;
}
@media (max-width:1024px) {
    .xww_t ul li {
        width: 15%;
        height: 65px;
        line-height: 45px;
        text-align: center;
        position: relative;
    }
    .xww_t li a {
        display: block;
        padding: 10px;
        font-size: 20px;
        color: #333;
    }
}
.xww_t li:nth-child(1) {
    background-color: #fff;
}
.xww_t li:nth-child(7) {
    width: 15%;
}
.xww_t li:nth-child(8) {
    width: 15%;
}
.xww_t li:nth-child(1) a {
    color: #003c96;
    transition: all 0.5s ease;
}
.xww_t li::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.xww_t li:nth-child(1)::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #003c96;
    transition: all 0.5s ease;
}
.xww_t li:hover {
    background-color: #fff;
    transition: all 0.5s ease;
}
.xww_t li:hover a {
    color: #003c96;
    transition: all 0.5s ease;
}
.xww_t li:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}

.xww_n {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
}
.xww_n ul {
    width: 100%;
    height: auto;
}
.xww_n ul li {
    width: 100%;
    height: auto;
}
.xww_n li a {
    width: 100%;
    display: block;
    background-color: #fff;
    transition: all 0.5s ease;
}
.xww_n li a:hover {
    background-color: #cdedff47;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
}
.xww_n li a:hover h2 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
    color: #003c96;
    transition: all 0.5s ease;
}
.xwn_n {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid rgb(216, 216, 216);
    display: flex;
}
.xwn_n h2 {
    width: 20%;
    overflow: hidden;
}
.xwn_n h2 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwn_n1 {
    width: 76%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}
.xwn_n1 dl:nth-child(1) {
    padding: 60px 0px;
    width: 80%;
}
.xwn_n1 dl:nth-child(1) h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.xwn_n1 dl:nth-child(1) p {
    font-size: 16px;
    color: rgb(143, 143, 143);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwn_n1 dl:nth-child(2) {
    padding: 85px 0px;
    display: flex;
    width: 10%;
}
.xwn_n1 dl:nth-child(2) img {
    width: 25%;
    height: 70%;
}
.xwn_n1 dl:nth-child(2) p {
    font-size: 16px;
    color: #003c96;
    margin-left: 10px;
    margin-top: 3px;
    background: url(/UploadFiles/pic/preview.png) left -5px no-repeat;
    background-size: 30%;
    padding-left: 40px;
    width: 100%;
    height: 40px;
}
@media (max-width:1440px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #cdedff47;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #003c96;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216, 216, 216);
        display: flex;
    }
    .xwn_n h2 {
        width: 20%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 76%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 80%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 16px;
        color: rgb(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        display: flex;
        width: 13%;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 21%;
        height: 70%;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 16px;
        color: #003c96;
        margin-left: 10px;
        margin-top: 3px;
    }
}
@media (max-width:1024px) {
    
    .xww_n {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px 50px 0px;
    }
    .xww_n ul {
        width: 100%;
        height: auto;
    }
    .xww_n ul li {
        width: 100%;
        height: auto;
    }
    .xww_n li a {
        width: 100%;
        display: block;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    .xww_n li a:hover {
        background-color: #cdedff47;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover h2 img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
    .xww_n li a:hover .xwn_n1 dl:nth-child(1) h3{
        color: #003c96;
        transition: all 0.5s ease;
    }
    .xwn_n {
        width: 96%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0px;
        border-bottom: 1px solid rgb(216, 216, 216);
        display: flex;
    }
    .xwn_n h2 {
        width: 35%;
        overflow: hidden;
    }
    .xwn_n h2 img {
        width: 100%;
        display: block;
        transition: all 0.5s ease;
    }
    .xwn_n1 {
        width: 76%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding-left: 50px;
    }
    .xwn_n1 dl:nth-child(1) {
        padding: 60px 0px;
        width: 70%;
    }
    .xwn_n1 dl:nth-child(1) h3 {
        font-size: 25px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }
    .xwn_n1 dl:nth-child(1) p {
        font-size: 18px;
        color: rgb(143, 143, 143);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwn_n1 dl:nth-child(2) {
        padding: 85px 0px;
        width: 23%;
        position: relative;
    }
    .xwn_n1 dl:nth-child(2) img {
        width: 25%;
        height: 15%;
        position: absolute;
        top: 83px;
        left: -30px;
    }
    .xwn_n1 dl:nth-child(2) p {
        font-size: 18px;
        color: #003c96;
        margin-left: 10px;
        margin-top: 3px;
    }
}
/* -------------------------------------------------------------联系我们 */
.lxx_n {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}
.lxn_l {
    width: 26%;
    height: auto;
    background: #003c96;
    padding: 40px;
}
.lxn_l h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
}
.lxn_l dl {
    display: flex;
    position: relative;
    padding-left: 50px;
}
.lxn_l dl p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.lxn_l dl i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    top: -13px;
    left: 0;
    content: '';
}
.lxn_l dl:nth-child(6) {
    width: 55%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.lxn_l dl:nth-child(6) h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 20px 0px;
}
.lxn_l dl:nth-child(6) img {
    width: 100%;
}
.lxn_r {
    width: 74%;
    height: auto;
}
.BMapLabel {
    width: 70px!important;
    padding: 70px!important;
    text-align: center!important;
    border: 0px solid rgb(255, 255, 255)!important;
    background: url(/UploadFiles/pic/dt_l.png)!important;
    left: 8px!important;
    top: -70px!important;
}
@media (max-width:1024px) {
    .lxx_n {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding: 50px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lxn_l {
        width: 100%;
        height: auto;
        background: #003c96;
        padding: 40px;
    }
    .lxn_l h2 {
        font-size: 30px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 600;
    }
    .lxn_l dl {
        display: flex;
        position: relative;
        padding-left: 50px;
    }
    .lxn_l dl p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
    }
    .lxn_l dl i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px;
        position: absolute;
        top: -13px;
        left: 0;
        content: '';
    }
    .lxn_l dl:nth-child(6) {
        width: 55%;
        height: auto;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        display: none;
    }
    .lxn_l dl:nth-child(6) h4 {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin: 20px 0px;
    }
    .lxn_l dl:nth-child(6) img {
        width: 100%;
    }
    .lxn_r {
        width: 100%;
        height: 500px;
    }
}