@import "/style/font/Poppins/Poppins.css";
@import "/style/font/Merriweather/Merriweather.css";

body,
html {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size: 0.8vw;
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 10px 3vw 5px;
    transition: all .3s ease-in-out;
    background-color: #ffffffce;
    z-index: 9999;
}

.top.unTop {
    background-color: #FFF;
    box-shadow: 0px 0px 10px #DDD;
}

.top .logo {
    width: 16%;
}

.top .logo img {
    width: 100%;
}

.top .nav {
    width: 70%;
    padding-left: 3vw;
}

.top .nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top .nav ul li {
    font-size: 1vw;
    font-weight: 500;
    position: relative;
}

.top .nav ul li a {
    color: #003f76;
    display: block;
    padding: 10px 1.2vw;
    transition: all .3s ease-in-out;
}

.top .nav ul li a:hover {
    color: #008400;
    transform: scale(1.1);
}

.top .nav ul li ul {
    position: absolute;
    top: 62px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    text-align: center;
    width: 220px;
}

.top .nav ul li ul li {
    padding: 2px 0;
    width: 220px;
    font-size: 16px;
}

.top .nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 62px;
    background: rgba(255, 255, 255, 0.514);

}

.top .tools {
    width: 10%;
    position: relative;


}


.top .tools  {

    position: absolute;
    right: 0px;
    top: 0;

}

.top .tools  ul{
    border-left: 2px solid #CCC;
}
.top .tools  ul li  {
    position: absolute;
    right: 0px;
    top: 25px;
    font-size: 14px;
    width: 100%;
    background: url('/style/cn_style/tel.fw.png') no-repeat left center;
    text-indent: 20px;
}





.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 9998;
}





.banner .animation {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:80%;
    width: 80%;
    margin: auto;
    transition: all .3s ease-in-out;    z-index: 998;

}

.banner .animation .logo {
    animation-name: logo;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;    z-index: 998;


}

@keyframes logo {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.banner .animation .sloagn {
    font-family: "Merriweather";
    font-size: 28px;
    color: #fff;
    margin-top: 1vw;
    animation-name: sloagn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: center;    z-index: 9998;

}

@keyframes sloagn {
    0% {
        transform: translateY(100px);
        opacity: 0;

    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


.banner .animation .more {
    font-family: "Merriweather";
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
    animation-name: sloagn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: center;    z-index: 9998;


}

.banner .animation .more a {
    display: block;
    border: 1px #fff solid;
    padding: 10px 40px;
    color: white;
}

@keyframes more {
    0% {
        transform: translateY(100px);
        opacity: 0;

    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}




.nbanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nbanner .pic {
    width: 100%;
    height: 600px;
    position: relative;
}

.nbanner .pic img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nbanner .pic img.mask {
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nbanner .animation {
    position: absolute;
    inset: 0;
    z-index: 1;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 58%;
    margin: 10vw auto;
    transition: all .3s ease-in-out;
}

.nbanner .animation .logo {
    animation-name: logo;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: left;


}

@keyframes logo {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.nbanner .animation .sloagn {
    font-family: "Merriweather";

    color: #fff;
    margin-top: 30px;
    animation-name: sloagn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: center;
    width: 180px;
}

.nbanner .animation .sloagn a {
    display: block;
    border: 1px #fff solid;
    padding: 10px 40px;
    color: white;
    font-size: 16px;
}

@keyframes sloagn {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.cpzsindex {
    padding: 2.5vh 0;
}

.cpzsindex .title {
    color: #d7dae0;
    font-size: 80px;
    text-align: center;
    font-weight: 600;
    position: relative;

}

.cpzsindex .title span {
    display: block;
    color: #000000;
    font-size: 2.2vw;
    font-weight: 500;
    position: absolute;
    top: 22%;
    left: 46%;
}

.cpzsindex ul.products {
    display: flex;
    width: 100%;
    aspect-ratio: 10/3;
    justify-content: center;
    gap: 3%;
}

.cpzsindex ul.products li {
    position: relative;
    width: 21%;
}

.cpzsindex ul.products li a {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cpzsindex ul.products li:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cpzsindex ul.products .image {
    position: relative;
    top: 7.6%;
    z-index: 2;
    margin: auto;
    width: 100%;
}

.cpzsindex ul.products .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
}

.cpzsindex ul.products .title {
    position: absolute;
    z-index: 3;
    top: 88%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1%;
    background-color: #030e3b88;
    color: white;
    text-align: center;
    font-size: 1.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.cpzsindex ul.products li:hover .title {
    top: 7.6%;
}

.cpzsindex ul.products li:hover .image img {
    transform: scale(1.0);
}

.gsjjindex {
    margin: 40px 0 0;
    background: url('/style/cn_style/gsjjbg.jpg') no-repeat center top;
    height: 600px;
    padding: 0px 0 0;
    width: 100%;
}

.gsjjindex ul {
    width: 70vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.gsjjindex ul li {
    width: 100%;
    position: relative;
    left: 0;
}

.gsjjindex ul li .logo {
    width: 20%;

}

.gsjjindex ul li .logo img {
    width: 100%;

}

.gsjjindex ul li .cont {
    width: 40%;
    color: white;
    padding: 2vw 0;
}

.gsjjindex ul li .more {
    width: 40%;

}

.gsjjindex ul li .more a {
    display: block;
    width: 30%;
    background: #164E99;
    padding: 0.5vw 1.5vw;
    color: white;
    border-radius: 5vw;
    font-size: 1vw;
    position: relative;
    transition: all .3s ease-in-out;
}

.gsjjindex ul li .more a:hover {
    transform: scale(1.1);
}

.gsjjindex ul li .more svg {
    display: inline-block;
    width: 1.2vw;
    margin: 0.5vw 0vw;
    position: absolute;
    right: 1vw;
    top: 0.1vw;
}

.gsjjindex ul li .more svg path {
    fill: #fff;
}

.gsjjindex ul li .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    overflow: hidden;

}

.gsjjindex ul li .image img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.gsjjindex ul li .image img:hover {
    transform: scale(1.1);
}


.caseindex {
    padding: 40px 0;
}

.caseindex>.title {
    color: #d7dae0;
    font-size: 80px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.caseindex>.title span {
    display: block;
    color: #000000;
    font-size: 2.2vw;
    font-weight: 500;
    position: absolute;
    top: 22%;
    left: 46%;
}

/* 案例开始 */
div.cases {
    display: grid;
    width: 100%;
    height: 90vh;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 33.3% 33.3% 33.3%;
    grid-template-areas:
        'case1 case2 case2 case3'
        'case4 case5 case6 case3'
        'case4 case7 case7 case8';
}

div.cases .case1 {
    grid-area: case1;
}

div.cases .case2 {
    grid-area: case2;
}

div.cases .case3 {
    grid-area: case3;
}

div.cases .case4 {
    grid-area: case4;
}

div.cases .case5 {
    grid-area: case5;
}

div.cases .case6 {
    grid-area: case6;
}

div.cases .case7 {
    grid-area: case7;
}

div.cases .case8 {
    grid-area: case8;
}

div.cases>div {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

div.cases .image {
    width: 100%;
    height: 100%;
}

div.cases .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

div.cases .cont {
    position: absolute;
    inset: 0;
}

div.cases .cont::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(90deg, #2f3845ff, #2f3845aa, #00000099);
    transition: all 0.5s ease;
}

div.cases .case3 .cont::after {
    background-image: linear-gradient(#2f3845ff, #2f3845aa, #00000099);
}

div.cases .case4 .cont::after {
    background-image: linear-gradient(#2f3845ff, #2f3845aa, #00000099);
}

div.cases>div:hover .cont::after {
    opacity: 0;
}

div.cases>div:hover img {
    transform: scale(1.1);
}

div.cases .cont a {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 2vw;
}

div.cases .cont .title {
    color: white;
    font-size: 1.5vw;
    font-weight: 500;
}

div.cases .cont .desc {
    color: white;
    font-size: 14px;
    padding: 0.2vw 0 0;
    line-height: 1.2vw;
}

div.cases .case6 .cont::after {
    background-color: #045CAB;
    background-image: none;
}

.xwzxindex {
    padding: 2vw 0;
}

.xwzxindex .title {
    color: #d7dae0;
    font-size: 6.65vw;
    text-align: center;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.xwzxindex .title span {
    display: block;
    color: #000000;
    font-size: 2.2vw;
    font-weight: 500;
    position: absolute;
    top: 33%;
    left: 46%;
}

.xwzxindex ul {
    display: flex;
    width: 70vw;
    justify-content: center;
    margin: auto;

}

.xwzxindex ul li {
    position: relative;
    width: 21%;
    border: 0.1vw #d6d6d6 solid;
    transition: all .3s ease-in-out;
    cursor: pointer;
    padding: 1vw;
    margin: 0 0.5vw;
    cursor: pointer;
}

.xwzxindex ul li:hover {
    transform: scale(1.05);
}

.xwzxindex ul li .image {}

.xwzxindex ul li .image img {
    width: 100%;
}

.xwzxindex ul li a .time {
    color: #9e9e9e;
    font-size: 0.7vw;
}

.xwzxindex ul li a .name {
    color: #000;
    font-weight: 500;
}

.xwzxindex ul li .cont {
    padding-top: 2vw;
    font-size: 0.7vw;
    height: 3vw;
    overflow: hidden;

}

.xwzxindex ul li a .cont {
    color: #797979;
}

.xwzxindex ul li .more {
    margin-top: 2vw;

}

.xwzxindex ul li a .more {
    width: 40%;
    display: block;
    padding: 0.2vw 0.5vw;
    text-align: center;
    background: #d7dae0;
    border-radius: 10vw;
    color: #010101;
}

.xwzxindex ul li:hover {
    background: #085BAB;
    color: white;

}

.xwzxindex ul li a:hover .time {
    color: white;
}

.xwzxindex ul li a:hover .name {
    color: white;
}

.xwzxindex ul li a:hover .cont {
    color: white;
}

.xwzxindex ul li a:hover .more {
    color: #085BAB;
}

.footer {
    background: #262626;
}

.footer .f1 {
    width: 70vw;
    border-bottom: 1px #4E4E4E solid;
    padding: 3vw 0 1vw;
    margin: auto;
}

.footer .f1 img {
    width: 22%;
}

.footer .f2 {
    width: 70vw;
    margin: auto;
    color: #EAEAEA;
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;


}

.footer .f2 .title {
    font-weight: bold;
    font-size: 1.1vw;
    padding: 0 0 1vw;
    color: white;
}

.footer .f2 a {
    display: block;
    color: white;

}

.footer .f2 a:hover {


    color: #1B8FDE;
}

.footer .f2 ul li {
    line-height: 150%;
}

.footer .f2 .f2_4 {}


.footer .f2 .f2_4 p {
    margin: 0;
    padding: 5px 0 0;
}

.footer .f2 .f2_4 p img {
    width: 100px;
}





.footer .f3 {
    width: 70vw;
    margin: auto;
    color: #7f7f7f;
    display: flex;
    justify-content: space-between;
    border-top: 1px #2F2F2F solid;
    padding: 1vw 0;
}

.footer .f3 .copyright {}

.neiyecont {
    padding: 5vw 0;
    width: 70vw;
    margin: auto;
}

.nygyjj {
    background: #F6F6F6;
    padding: 5vw;
    opacity: 0.9;
    box-shadow: 5px 5px 25px 35px rgba(212, 211, 211, 0.6);
}

.neiyetitle {
    font-size: 2.2vw;
    color: #085BAB;
    border-bottom: 1px #CCC solid;
    text-align: center;
    padding: 0 0 1vw;
}

.nygsjjindex1 {
    padding: 2vw 0;
    line-height: 1.5vw;
    width: 60vw;
    margin: auto;
}

.neiyecont {
    display: flex;
}

.neiyecont1 {
    width: 218px;
    border: 1px #CCC solid;
    background-color: #EfEFEF;
}

.neiyecont1 .title {
    background: #085BAB;
    width: 100%;
    color: white;
    font-size: 1.2vw;
    font-weight: 500;
    height: 70px;
    line-height: 70px;

    text-align: center;
}

.neiyecont1 ul.ProdMenu>li>a {
    display: none;
}



.neiyecont1 ul.Column {
    padding: 0px 0;
}

.neiyecont1 ul.Column li a {
    display: block;
    color: #333;
    text-indent: 20px;
    padding: 15px 0;
    font-size: 16px;
}

.neiyecont1 ul li:nth-child(1) a {
    border-top: 1px #CCC solid;
}

.neiyecont1 ul li a:hover {

    color: #045CAB;

}
.neiyecont1 > ul.ProdMenu > li > ul.Column>li>a{
    font-weight: bold;
    color: #045CAB;
}
.neiyecont1 ul ul ul.Products {
    display: none;
}



.neiyecontcp {
    width: 1100px;
    float: right;
}

.neiyecontcp1 {
    border-bottom: 1px #DDD solid;
    padding: 20px 0;
    font-size: 22px;
    margin-left: 40px;
}

.cpzsneiyecont {
    background: url('/style/en_style/cpbg.jpg') repeat left top;
}

.neiyecontcp2 {
    padding: 10px;
    padding-left: 40px;
}

.neiyecontcp2 p {
    line-height: 180%;
}

.nycpzstitle {
    text-align: center;
}

.nycpzstitle .name {
    color: #0059a9;
    font-size: 1.3vw;

}

.nycpzstitle .cont {
    font-size: 2vw;
    font-weight: 600;
}

.nycpzstitle .detail {
    color: #0059a9;
    font-size: 1.3vw;
}

.nycpzstitle .jieshao {
    text-align: left;
    padding: 1vw 0;
    font-size: 0.9vw;
}

.nygsjjindex {
    padding: 2vw 0;

}

.nygsjj1 {}

.nygsjj1>ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.nygsjj1>ul>li {
    position: relative;
    width: 100%;
    min-height: 30vw;
}

.nygsjj1>ul>li>div.name {
    font-size: 2.5vw;
    font-weight: 600;
    color: #085BAB;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
}

.nygsjj1>ul>li>div.cont {
    padding-top: 1vw;
    line-height: 1.2vw;
    width: 42%;
    position: absolute;
    left: 0;
    top: 2vw;
}

.nygsjj1>ul>li>div.cont1 {
    padding-top: 1vw;
    line-height: 1.2vw;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.nygsjj1>ul>li>div.more {
    padding-top: 1vw;
}

.nygsjj1>ul>li>div.more a {
    display: block;
    background: #0059a9;
    color: white;
    width: 7vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
}

.nygsjj1>ul>li>div.case {
    position: absolute;
    width: 50%;
    top: 15vw;
    right: 0;
}

.nygsjj1>ul>li>div.case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nygsjj1>ul>li>div.case ul li {
    width: 45%;
    background: white;
    padding: 1.8vw 0.5vw 3vw;
    height: 3vw;
    margin-bottom: 1vw;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.nygsjj1>ul>li>div.case ul li .icon {}

.nygsjj1>ul>li>div.case ul li .name {
    font-weight: 600;
}

.nygsjj1>ul>li>div.case ul li .name a {
    color: #333;
}

.nygsjj1>ul>li>div.case ul li:hover {
    transform: scale(1.05);
}

.nycpzscont {
    width: 70vw;
    margin: auto;
}

.nycpzscont ul.cp1 {
    background: url('/style/en_style/cp1bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp1 li {
    position: relative;
}

.nycpzscont ul.cp1 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: white;
    font-size: 2vw;
}

.nycpzscont ul.cp1 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: white;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp1 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp1 li .image img {
    width: 100%;

}

.nycpzscont .cp2 {
    background: url('/style/en_style/cp2bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp2 li {
    position: relative;
}

.nycpzscont ul.cp2 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp2 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp2 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp2 li .image img {
    width: 100%;
}

.nycpzscont .cp3 {
    background: url('/style/en_style/cp3bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp3 li {
    position: relative;
}

.nycpzscont ul.cp3 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp3 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp3 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp3 li .image img {
    width: 100%;
}

.nycpzscont .cp4 {
    background: url('/style/en_style/cp1bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp4 li {
    position: relative;
}

.nycpzscont ul.cp4 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: white;
    font-size: 2vw;
}

.nycpzscont ul.cp4 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: white;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp4 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp4 li .image img {
    width: 100%;
}

.nycpzscont .cp5 {
    background: url('/style/en_style/cp2bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp5 li {
    position: relative;
}

.nycpzscont ul.cp5 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp5 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp5 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3vw;
}

.nycpzscont ul.cp5 li .image img {
    display: block;
    width: 49.2%;
    height: 8vw;
    object-fit: cover;

}

.nycpzscont .cp6 {
    background: url('/style/en_style/cp3bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp6 li {
    position: relative;
}

.nycpzscont ul.cp6 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp6 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp6 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp6 li .image img {
    width: 100%;
}

.nycpzscont .cp7 {
    background: url('/style/en_style/cpbg5.png') no-repeat center top;
    height: 43vw;
}

.nycpzscont ul.cp7 {
    position: relative;

}

.nycpzscont ul.cp7 li {
    position: absolute;
    top: 5vw;
    left: 10vw;
    height: 33vw;
    overflow: hidden;
    width: 50vw;
}

.nycpzscont ul.cp7 .title {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    padding-bottom: 1vw;

}

.nycpzscont ul.cp7 .Link {
    text-align: center;
    color: #fff;
    font-size: 1vw;
    padding: 1vw 0 2vw;
}

.nycpzscont ul.cp7 .Link a {
    color: white;
}

.nycpzscont ul.cp7 .Link a:hover {
    text-decoration: underline;

}

.nycpzscont ul.cp7 li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.nycpzscont .cp8 {
    background: url('/style/en_style/cp5bg.png') no-repeat center top;
    height: 40vw;
}

.nycpzscont ul.cp8 li {}

.nycpzscont ul.cp8 li .title {
    text-align: center;
    color: #000000;
    font-size: 2vw;
    padding: 6vw 0 2vw;
}

.nycpzscont ul.cp8 li .biaoge {}

.nycpzscont ul.cp8 li .biaoge table {
    width: 50vw;
    margin: auto;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

.nycpzscont ul.cp8 li .biaoge table tr td {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 2vw;
}

.nycpzscont ul.cp8 li .biaoge table tr th {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    background: #EEE;
}

.nycpzscont ul.cp8 li .cont {
    padding: 2vw 0;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 50vw;
    margin: auto;
}

.nycpzscont .cp9 {
    background: url('/style/en_style/cp1bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp9 li {
    position: relative;
}

.nycpzscont ul.cp9 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #fff;
    font-size: 2vw;
}

.nycpzscont ul.cp9 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp9 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp9 li .image img {
    width: 49.5%;
}

.nycpzscont .cp10 {
    background: url('/style/en_style/cp3bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp10 li {
    position: relative;
}

.nycpzscont ul.cp10 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp10 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp10 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp10 li .image img {
    width: 100%;
}


.nycpzscont .cp11 {
    background: url('/style/en_style/cp4bg.png') no-repeat center top;
    height: 38vw;
}

.nycpzscont ul.cp11 {
    position: relative;

}

.nycpzscont ul.cp11 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #fff;
    font-size: 2vw;
}

.nycpzscont ul.cp11 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #fff;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp11 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp11 li .image img {
    width: 100%;
}

.nycpzscont .cp12 {
    background: url('/style/en_style/cp2bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp12 li {
    position: relative;
}

.nycpzscont ul.cp12 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp12 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp12 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp12 li .image img {
    width: 100%;
}


.nycpzscont .cp13 {
    background: url('/style/en_style/cp6bg.png') no-repeat center top;
    height: 35vw;
    position: relative;
}

.nycpzscont ul.cp13 li {
    position: absolute;
    top: 5vw;
    left: 10vw;
    height: 25vw;
    overflow: hidden;
    width: 50vw;
}

.nycpzscont ul.cp13 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


.nycpzscont .cp14 {
    background: url('/style/en_style/cp7bg.png') no-repeat center top;
    height: 33vw;
}

.nycpzscont ul.cp14 li {
    position: relative;
}

.nycpzscont ul.cp14 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp14 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.3vw;
    width: 26vw;
}

.nycpzscont ul.cp14 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp14 li .image img {
    width: 100%;
}




.nycpzscont .cp15 {
    background: url('/style/en_style/cp5bg.png') no-repeat center top;
    height: 40vw;
}

.nycpzscont ul.cp15 li {}

.nycpzscont ul.cp15 li .title {
    text-align: center;
    color: #000000;
    font-size: 2vw;
    padding: 6vw 0 2vw;
}

.nycpzscont ul.cp15 li .biaoge {}

.nycpzscont ul.cp15 li .biaoge table {
    width: 50vw;
    margin: auto;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

.nycpzscont ul.cp15 li .biaoge table tr td {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 2vw;
}

.nycpzscont ul.cp15 li .biaoge table tr th {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    background: #EEE;
}

.nycpzscont ul.cp15 li .cont {
    padding: 2vw 0;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 50vw;
    margin: auto;
}



.nycpzscont .cp16 {
    background: url('/style/en_style/cp4bg.png') no-repeat center top;
    height: 38vw;
}

.nycpzscont ul.cp16 li {
    position: relative;
}

.nycpzscont ul.cp16 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: white;
    font-size: 2vw;
}

.nycpzscont ul.cp16 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: white;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp16 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp16 li .image img {
    width: 100%;
}

.nycpzscont ul.cp16 li .biaoge {
    position: absolute;
    top: 27vw;
    left: 8vw;
}

.nycpzscont ul.cp16 li .biaoge table {
    width: 53vw;
    margin: auto;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

.nycpzscont ul.cp16 li .biaoge table tr td {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 2vw;
    color: #fff;
}

.nycpzscont ul.cp16 li .biaoge table tr th {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    background: #EEE;
}




.nycpzscont ul.cp17 {
    background: url('/style/en_style/cpbg4.png') no-repeat center top;
    height: 35vw;
}

.nycpzscont ul.cp17 li {
    position: relative;
}

.nycpzscont ul.cp17 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: white;
    font-size: 2vw;
}

.nycpzscont ul.cp17 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: white;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp17 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp17 li .image img {
    width: 100%;
}

.nycpzscont .cp18 {
    background: url('/style/en_style/cp1bg.png') no-repeat center top;
    height: 28vw;
}

.nycpzscont ul.cp18 li {
    position: relative;
}

.nycpzscont ul.cp18 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: white;
    font-size: 2vw;
}

.nycpzscont ul.cp18 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: white;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp18 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp18 li .image img {
    width: 100%;
}




.nycpzscont .cp19 {
    background: url('/style/en_style/cp9bg.png') no-repeat center top;
    height: 42vw;
}

.nycpzscont ul.cp19 {
    position: relative;

}

.nycpzscont ul.cp19 li {
    position: absolute;
    top: 5vw;
    left: 10vw;
    height: 33vw;
    overflow: hidden;
    width: 50vw;
}

.nycpzscont ul.cp19 .title {
    text-align: center;
    color: #000;
    font-size: 2vw;
    padding-bottom: 1vw;

}

.nycpzscont ul.cp19 .Link {
    text-align: center;
    color: #000;
    font-size: 1vw;
    padding: 1vw 0 2vw;
}

.nycpzscont ul.cp19 .Link a {
    color: #000;
}

.nycpzscont ul.cp19 .Link a:hover {
    text-decoration: underline;

}

.nycpzscont ul.cp19 li .image {
    height: 25vw;
}

.nycpzscont ul.cp19 li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


.nycpzscont .cp20 {
    background: url('/style/en_style/cp8bg.png') no-repeat center top;
    height: 40vw;
}

.nycpzscont ul.cp20 li {}

.nycpzscont ul.cp20 li .title {
    text-align: center;
    color: #000000;
    font-size: 2vw;
    padding: 6vw 0 2vw;
}

.nycpzscont ul.cp20 li .biaoge {}

.nycpzscont ul.cp20 li .biaoge table {
    width: 50vw;
    margin: auto;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

.nycpzscont ul.cp20 li .biaoge table tr td {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 2vw;
}

.nycpzscont ul.cp20 li .biaoge table tr th {
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    background: #EEE;
}

.nycpzscont ul.cp20 li .cont {
    padding: 2vw 0;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 50vw;
    margin: auto;
}



.nycpzscont .cp21 {
    background: url('/style/en_style/cp5bg.png') no-repeat center top;
    height: 39vw;
}

.nycpzscont ul.cp21 li {
    position: relative;
}

.nycpzscont ul.cp21 li .title {
    position: absolute;
    top: 6vw;
    left: 8vw;
    color: #000000;
    font-size: 2vw;
}

.nycpzscont ul.cp21 li .cont {
    position: absolute;
    top: 10vw;
    left: 8vw;
    color: #000000;
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 26vw;
}

.nycpzscont ul.cp21 li .image {
    position: absolute;
    top: 5vw;
    right: 9vw;
    width: 25vw;
}

.nycpzscont ul.cp21 li .image img {
    width: 100%;
}

.nycpzscont ul.cp21 li .biaoge {
    position: absolute;
    top: 27vw;
    left: 8vw;
}

.nycpzscont ul.cp21 li .biaoge table {
    width: 53vw;
    margin: auto;
    border-top: 1px #888 solid;
    border-left: 1px #888 solid;
}

.nycpzscont ul.cp21 li .biaoge table tr td {
    border-right: 1px #888 solid;
    border-bottom: 1px #888 solid;
    text-align: center;
    height: 2vw;
    color: #000;
}

.nycpzscont ul.cp21 li .biaoge table tr th {
    border-right: 1px #888 solid;
    border-bottom: 1px #888 solid;
    text-align: center;
    background: #EEE;
}

/*干栏目文字列表*/
.ColumnList.Article {
    padding: 20px 0px;
    overflow: hidden;
}

.ColumnList.Article li {
    padding: 15px 0px;
    border-bottom: 1px solid #F0F0F0;
}

.ColumnList.Article li .Name {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    background-image: url('../global/Maincont_ico4.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow:

        ellipsis;
    white-space: nowrap;
    color: #333;
}

.ColumnList.Article li .Time {
    float: right;
    width: 20%;
    text-align: right;
}

.ColumnList.Article li .Desc {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0;
    line-height: 200%;
}

.gsjj1 .gs {
    line-height: 300%;
    font-size: 16px;
}


.NoColumn.Product ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
}

.NoColumn.Product ul.List li {
    width: 32%;
    height: 300px;
    display: block;
    margin: 0 8px 20px 5px;


}

.NoColumn.Product ul.List li:hover {
    cursor: pointer;
}

.NoColumn.Product ul.List li .Image {
    border: 1px #CCC solid;
    overflow: hidden;

}

.NoColumn.Product ul.List li .Image img {

    width: 100%;
    height: 245px;
    overflow: hidden;
    object-fit: cover;
}

.NoColumn.Product ul.List li .Image a {
    display: block;
    transition: all .3s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.NoColumn.Product ul.List li .Image a:hover {

    transform: scale(1.1);
}




.PageInfo {
    text-align: right;
}

.NoColumn.Product ul.List li .Name {

    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.NoColumn.Product ul.List li .Name a.ColName {
    display: none;
}

.NoColumn.Product ul.List li .Name a {
    color: #333;
}

.NoColumn.Product ul.List li .Desc {

    color: #666;
    font-size: 0.9vw;

}

.NoColumn.Product ul.List li .More {
    width: 10vw;

    padding-right: 4vw;

}

.NoColumn.Product ul.List li .More {
    color: #000;

}

.NoColumn.Product ul.List li a:hover .More {
    color: #085BAB;
}

.NoColumn.Product ul.List li .Arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: #085BAB;
}

.NoColumn.Product ul.List li .Arrow img {
    animation: arrowIn ease 0.5s forwards;
}

.NoColumn.Product ul.List li .Arrow:hover img {
    animation: arrowOut ease 0.5s forwards;
}

@keyframes arrowOut {
    0% {
        transform: translate(1.1vw, 1.1vw);
    }

    50% {
        transform: translate(3vw, -1vw);
    }

    51% {

        transform: translate(-1vw, 3vw);
    }

    100% {
        transform: translate(1.1vw, 1.1vw);
    }
}

@keyframes arrowIn {
    0% {
        transform: translate(1.1vw, 1.1vw);
    }

    50% {
        transform: translate(-1vw, 3vw);
    }

    51% {

        transform: translate(3vw, -1vw);
    }

    100% {
        transform: translate(1.1vw, 1.1vw);
    }
}



.NoColumn.Product ul.List li .Series {
    position: absolute;
    bottom: 0.85vw;
    left: 20vw;
    background: url('/style/en_style/li.jpg') no-repeat left center;
    text-indent: 0.8vw;
}

.NoColumn.Product ul.List li a .Series {
    color: #085BAB;
    font-weight: 500;
}

.Detail.Product>.Name {
    display: none;

}

.Detail.Product>.Images {
    display: none;

}

.Pagination {
    clear: both;
    text-align: center;
}

.Pagination a {
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    color: #003F76;
    font-size: 1.2vw;
}

.Pagination a:hover {
    color: #003F76;
}

.Pagination a.now {
    color: #333;
}

.Back {
    text-align: center;
    overflow: hidden;
    padding: 2vw 0;
    margin: auto;


}

.Back a {
    display: inline-block;
    padding: 0.4vw 1.4vw;
    font-size: 0.8vw;
    background-color: #EEE;
    color: #333;
    border: 1px #CCC solid;
}

.Back a:hover {
    background-color: #0459A9;
    color: #fff;
}



/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List {
    padding-top: 2vw;

}

.NoColumn.Article ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.NoColumn.Article ul.List li {
    overflow: hidden;
    width: 31%;
    margin-left: 9px;
    margin-right: 9px;
    height: 480px;
    box-shadow: 0px 0px 10px #DDD;
    position: relative;
    margin-bottom: 30px;
}

.NoColumn.Article ul.List li.newsList {
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.NoColumn.Article ul.List li div.Image {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.NoColumn.Article ul.List li div.Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NoColumn.Article ul.List li div.newsName {}

.NoColumn.Article ul.List li div.Name {
    overflow: hidden;
    font-size: 1vw;
    padding: 1.2vw 1vw;
}

.NoColumn.Article ul.List li a div.Name {
    color: #333;
    font-weight: bold;
}

.NoColumn.Article ul.List li div.Name a {
    color: #333;
}

.NoColumn.Article ul.List li div.Name a.ColName {
    display: none;
}

.NoColumn.Article ul.List li div.More {
    padding: 0.5vw 1vw;
    color: #666;
    position: absolute;
    bottom: 2.5vw;

}

.NoColumn.Article ul.List li a div.More {
    color: #003F76;
    font-weight: bold;
}

.NoColumn.Article ul.List li div.Time {
    padding: 0.5vw 1vw;
    color: #666;
    border-top: 1px #EEE solid;
    position: absolute;
    bottom: 0.3vw;
    width: 100%;

}

.NoColumn.Article ul.List li div.Desc {
    line-height: 1.1vw;
    overflow: hidden;
    color: #999;
    padding: 0 1vw;

}

.NoColumn.Article ul.List li div.newsBrief {
    float: left;
    width: 10vw;
    padding: 10px 0px;
    line-height: 25px;
    color: gray;
    text-align: left;
}


.NoColumn.Article ul.List li a:hover {
    color: #0459A9;

}


.NoColumn.Article ul.List li:hover a div.Name {
    color: white;
}

.NoColumn.Article ul.List li:hover a div.Desc {
    color: white;
}

.NoColumn.Article ul.List li:hover a div.Time {
    color: white;
    border-top: 1px #0469C4 solid;
}

.NoColumn.Article ul.List li:hover a div.More {
    color: white;
}

.PageInfo {
    text-align: right;
    display: none;
}

.Detail.Article .Name {
    display: none;
}

.Detail.Article .From {
    text-align: right;
    display: none;
}




/*干栏目文字列表*/
.ColumnList.Article {
    padding: 20px 0px;
    overflow: hidden;
}

.ColumnList.Article li {
    padding: 15px 0px;
    border-bottom: 1px solid #F0F0F0;
}

.ColumnList.Article li .Name {
    float: left;
    width: 80%;
    font-size: 1vw;
    font-weight: bold;
    background-image: url('../global/Maincont_ico4.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow:

        ellipsis;
    white-space: nowrap;
    color: #333;
}

.ColumnList.Article li .Time {
    float: right;
    width: 20%;
    text-align: right;
}

.ColumnList.Article li .Desc {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0;
    line-height: 200%;
}



.cpzsneiyecont1 {
    background: url('/style/en_style/cpbg.jpg') repeat left top;
}

.neiyecontlx {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    width: 70vw;
    margin: auto;
    padding: 2vw 0;

}

.neiyecontlx .Station {
    width: 100%;
    display: flex;
    font-size: 1.2vw;
}

.neiyecontlx .NoColumn.SinglePage .Content.lxwm {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.neiyecontlx .lx1 {
    display: flex;
    width: 35%;
    background: white;
    padding: 2vw 0;
    padding-left: 5%;

}

.neiyecontlx .lx1 p {
    font-size: 1.1vw;
}

.neiyecontlx .lx1 p strong {
    font-size: 1.4vw;
}

.neiyecontlx .lx2 {
    display: flex;
    width: 50%;
    background: white;
    padding: 2vw 0;
    padding-left: 10%;
    flex-wrap: wrap;
}

.neiyecontlx .lx2 .title {
    width: 100%;
    font-size: 1.3vw;
    display: flex;
    font-weight: 600;
}

.neiyecontlx .lx2 .order_online tr {}

.neiyecontlx .lx2 .order_online td input {
    outline: none;
}

.neiyecontlx .lx2 .order_online form table tr td {
    border: none;
    background-color: none;
}

.neiyecontlx .lx2 .order_online td {
    color: #333;
    text-align: left;
    width: 50%;
    background-color: #fff;
    margin-bottom: 2vw;
}

.neiyecontlx .lx2 .order_online td input {
    outline: none;
    width: 100%;
    padding: 0.8vw 0vw;
    text-indent: 1vw;
    font-size: 1vw;
    border: 1px #EEE solid;
    background-color: #EEE;
}

.neiyecontlx .lx2 .order_online td textarea {
    outline: none;
    width: 100%;
    padding: 0.8vw 0vw;
    text-indent: 1vw;
    font-size: 1vw;
    border: none;
    font-family: 'Poppins';
    border: 1px #EEE solid;
    background-color: #EEE;
}

.neiyecontlx .lx2 .order_online img.VerifyCode {
    vertical-align: middle;
}

.neiyecontlx .lx2 .order_online input[name="VerifyCode"] {
    width: 100%;
    vertical-align: middle;
    width: 40%;
}

.neiyecontlx .lx2 .order_online input[type="submit"] {
    width: 33%;
    background-color: #1B8FDE;
    cursor: pointer;
    vertical-align: middle;
    color: white;
}

.neiyecontlx .lx2 .order_online td.yz {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.neiyecontlx .lx2 .order_online td.yz img {
    position: absolute;
    left: 40%;
    top: 0.4vw;
    height: 1.3vw;
}

.fwzxindex {
    width: 70vw;
    margin: 8vw auto 0;
    padding-bottom: 4vw;
}


.fwzxindex .NoColumn.Article ul.List.shfw {
    display: flex;
    flex-wrap: wrap;

}

.fwzxindex .NoColumn.Article ul.List.shfw li {
    overflow: hidden;
    width: 100%;
    height: 26.5vw;
    padding: 1vw;
    box-shadow: none;
    position: relative;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(1) {
    background: url('../en_style/cp1bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(2) {
    background: url('../en_style/cp2bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(3) {
    background: url('../en_style/cp3bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(4) {
    background: url('../en_style/cp1bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(5) {
    background: url('../en_style/cp2bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(6) {
    background: url('../en_style/cp3bg.png') no-repeat center top;
}

.fwzxindex .NoColumn.Article ul.List.shfw li div.name {
    width: 36%;
}

.fwzxindex .NoColumn.Article ul.List.shfw li div.Image {
    position: absolute;
    right: 8vw;
    top: 5.4vw;
    height: 62%;
    width: 37%;
}

.fwzxindex .NoColumn.Article ul.List.shfw li div.Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwzxindex .NoColumn.Article ul.List.shfw li div.newsName {}

.fwzxindex .NoColumn.Article ul.List.shfw li div.Name {

    font-size: 2vw;
    position: absolute;
    top: 5vw;
    left: 6vw;
    line-height: 2.2vw;

}

.fwzxindex .NoColumn.Article ul.List.shfw li div.Desc {
    line-height: 180%;
    position: absolute;

    left: 6vw;
    width: 36%;
    color: #fff;
}


.fwzxindex .NoColumn.Article ul.List.shfw li div.Desc {
    font-size: 0.9vw;
}

.fwzxindex .NoColumn.Article ul.List.shfw li div.Name a.ColName {
    display: none;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:hover {
    cursor: pointer;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(1) a div.Name {
    color: #fff;
    font-weight: bold;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(1) div.Desc {
    top: 10vw;
    color: #fff;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(2) div.Name {
    width: 38%;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(2) a div.Name {
    color: #000;
    font-weight: bold;

}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(2) div.Desc {
    top: 14vw;
    color: #000;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(3) div.Name {
    width: 42%;
}


.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(3) a div.Name {
    color: #000;
    font-weight: bold;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(3) div.Desc {
    top: 12vw;
    color: #000;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(4) div.Name {
    width: 42%;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(4) a div.Name {
    color: #fff;
    font-weight: bold;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(4) div.Desc {
    top: 12vw;
    color: #fff;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(5) a div.Name {
    color: #000;
    font-weight: bold;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(5) div.Desc {
    top: 9vw;
    color: #000;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(6) a div.Name {
    color: #000;
    font-weight: bold;
}

.fwzxindex .NoColumn.Article ul.List.shfw li:nth-child(6) div.Desc {
    line-height: 180%;
    position: absolute;
    top: 9vw;
    left: 7vw;
    width: 40%;
    color: #000;
}




.nyshfw1 {
    background: #F6F6F6;
    padding: 5vw;
    opacity: 0.9;
    box-shadow: 5px 5px 25px 35px rgba(212, 211, 211, 0.6);
    margin-top: 2vw;
}

.nyshfw1>ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.nyshfw1>ul>li {
    position: relative;
    width: 100%;
    min-height: 30vw;
}

.nyshfw1>ul>li>div.name {
    font-size: 2.5vw;
    font-weight: 600;
    color: #085BAB;
    width: 45%;
    line-height: 100%;
}

.nyshfw1>ul>li>div.cont {
    padding-top: 1vw;
    line-height: 1.2vw;
    width: 42%;


}

.nyshfw1>ul>li>div.cont1 {
    padding-top: 1vw;
    line-height: 1.2vw;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.nyshfw1>ul>li>div.more {
    padding-top: 1vw;
}

.nyshfw1>ul>li>div.more a {
    display: block;
    background: #0059a9;
    color: white;
    width: 7vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
}

.nyshfw1>ul>li>div.case {
    position: absolute;
    width: 50%;
    top: 15vw;
    right: 0;
}

.nyshfw1>ul>li>div.case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nyshfw1>ul>li>div.case ul li {
    width: 45%;
    background: white;
    padding: 1.8vw 0.5vw 3vw;
    height: 3vw;
    margin-bottom: 1vw;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.nyshfw1>ul>li>div.case ul li .icon {}

.nyshfw1>ul>li>div.case ul li .name {
    font-weight: 600;
}

.nyshfw1>ul>li>div.case ul li .name a {
    color: #333;
}

.nyshfw1>ul>li>div.case ul li:hover {
    transform: scale(1.05);
}

.NoColumn.Article ul.List.shfw .More {
    display: none;
}

.NoColumn.Article ul.List.shfw .Time {
    display: none;
}

.neiyecont2 {
    padding: 5vw 0;

}

.newbg {
    width: 100%;
    z-index: 1;

    position: relative;
    height: 100%;

}

.newbgcont {
    position: absolute;
    top: 20VW;
    width: 70%;
    MARGIN-left: 15%;
    background-color: #FFF;
    color: #333;
    z-index: 100;

    min-height: 50VW;
}

.newbgcont P {
    padding: 5VW;
}

.neiyecont7_2 {
    width: 70vw;
    margin: auto;
}


.neiyecont8_1 {
    width: 60vw;
    margin: 5vw auto;
    color: #666;
    min-height: 25vw;
    overflow: hidden;

}

.neiyecont8_1 .Station a {
    color: #666;
}

.neiyecont8_1 .Detail.Article .From {
    display: block;
    text-align: left;
    padding-top: 3vw;

}

.neiyecont8_1 .Detail.Article .Name {
    display: block;
    font-size: 2.5vw;
    color: #333;
    line-height: 110%;
    padding-top: 1vw;
}

.neiyecont8_1_1 {
    float: left;
    width: 60%;

}

.neiyecont8_1_2 {
    float: right;
    width: 30%;

}

.neiyecont8_1_2 .title {
    font-size: 1.5vw;
}

.neiyecont8_1_2 ul {
    padding: 2vw 0;
}

.neiyecont8_1_2 ul li {
    width: 100%;
    height: 4.5vw;
    position: relative;
    border-bottom: 1px #EEE solid;
    margin-bottom: 1vw;
}

.neiyecont8_1_2 ul li .Image {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
}

.neiyecont8_1_2 ul li .Image img {
    width: 100%;
}

.neiyecont8_1_2 ul li .Name {
    position: absolute;
    left: 40%;
    top: 0;
    width: 50%;
}

.neiyecont8_1_2 ul.List .Article .xwzx li a {
    cursor: pointer;
}

.neiyecont8_1_2 ul.List .Article .xwzx li a div.Name {
    color: #333;
}

.neiyecont8_1_2 ul li div.Name {
    color: #333;
    font-size: 1vw;
    line-height: 120%;

}

.neiyecont8_1_2 ul li .Desc {
    display: none;
}

.neiyecont8_1_2 ul li .Time {
    display: none;
}

.neiyecont8_1_2 ul li .More {
    display: none;
}

.neiyecont8_1_1 .Back {
    display: flex;
    justify-content: space-between;
    border-top: 1px #EEE solid;
    border-bottom: 1px #EEE solid;
    padding: 0;
    margin: 5vw 0 0;

}

.neiyecont8_1_1 .Back a {
    border: none;
    background: none;
    font-size: 1vw;
    padding: 1vw;
    display: inline-block;
}

.neiyecont8_1_1 .Back a:hover {
    color: #085BAB;
}

.neiyecont8_1_1 .Back .next {
    display: inline-block;
    width: 30%;
    text-align: left;
}

.neiyecont8_1_1 .Back a.next {
    background: url('../en_style/icon1.jpg') no-repeat left center;
    text-indent: 1vw;
}

.neiyecont8_1_1 .Back a:hover.next {
    background: url('../en_style/icon1h.jpg') no-repeat left center;
    text-indent: 1vw;
}

.neiyecont8_1_1 .Back .back {
    display: inline-block;
    width: 30%;
}

.neiyecont8_1_1 .Back .prev {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding-right: 1.8vw;
}

.neiyecont8_1_1 .Back a.prev {
    background: url('../en_style/icon2.jpg') no-repeat right center;

}

.neiyecont8_1_1 .Back a:hover.prev {
    background: url('../en_style/icon2h.jpg') no-repeat right center;

}


.neiyecont20 {
    width: 100%;
    margin: 4vw auto;
    background-color: #fff;

}

.al {}

.al ul {
    display: flex;

    flex-wrap: wrap;
    padding: 10px 0;
}

.al ul li {
    width: 32%;
    padding: 10px 6px;
}

.al ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.al ul li .image {


    overflow: hidden;
    width: 100%;
}

.al ul li img:hover {
    transform: scale(1.1);
}

.al ul li .cont {}

.al ul li .cont .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;

}

.al ul li .cont .desc {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}