.bannerx {
    width: 100vw;
    height: 100vh;
}

@media (max-width: 1025px) {
    .bannerx {
        height: auto;
    }
}

.bannerx video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
}

@media (max-width: 1025px) {
    .bannerx video {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0%, 0%);
    }
}

.slick-initialized .slick-slide{
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tou {
    height: 102px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 111;
}

.tou .logo {
    line-height: 102px;
    width: 16%;
}
.tou .logo img{
    max-width: 100%;
    height: auto
}

.tou .tphm{
    line-height: 101px;
    font-size: 18px;
    font-weight: bold;
    background: url(../image/hmimg.png) no-repeat left;
    padding-left: 37px;
    width: 200px;
    color:#0657b2;
    width: 200px;
}



.tou .ss {
    position: relative;
    width: 22px;
    height: 23px;
    display: none;
}

.tou .ss .img {
    line-height: 102px;
}

.tou .ss #formsearch {
    background: #fff;
    width: 250px;
    position: absolute;
    right: 0;
    top: 102px;
    display: none;
}

.tou .ss #formsearch input {
    border: none;
    background: none;
    line-height: 34px;
}

.tou .ss #formsearch input#keyword {
    float: left;
    text-indent: 10px;
    width: 200px;
}

.tou .ss #formsearch input#s_btn {
    float: right;
    width: 50px;
}

.tou .an {
    display: block;
    font-size: 15px;
    width: 100px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background: #0657b2;
    text-transform: uppercase;
    margin-right: 24px;
    margin-top: 35px;
}

.container-fluidx {
    padding: 0 10.375%;
}

@media (max-width: 1025px) {
    .container-fluidx {
        padding: 0 15px;
    }
}

h2.bt {
    text-align: center;
    font-size: 40px;
    color: #333333;
    line-height: 68px;
}

h2.bt p {
    background: url(../image/h-1.png) no-repeat 50% 0;
    font-size: 15px;
    color: #666666;
    line-height: 40px;
}

.c1 {
    margin-top: 36px;
}

.c1 .list2 {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.c1 .list2 li {
    padding: 0 8px;
}

@media (max-width: 991px) {
    .c1 .list2 li {
        margin-bottom: 20px;
    }
}

.c1 .list2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c1 .list2 li .img {
    position: relative;
}

.c1 .list2 li .img:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .25);
    opacity: 1;
    transition-duration: .3s;
}

.c1 .list2 li:hover .img:after {
    opacity: 0;
}

.c1 .list2 li .img img {
    width: 100%;
}

.c1 .list2 li h3 {
    font-size: 23px;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 45px 27px;
    left: 0;
}

.c1 .list2 li h3 p {
    font-size: 15px;
    font-family: arial;
    margin-top: 10px;
}

.c1 .list2 li h4 {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 11;
    padding: 0 27px;
    width: 100%;
}

.c1 .list2 li h4 dd {
    border-top: 3px solid #fff;
    font-size: 16px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

.c1 .list2 li .zi {
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding: 0 27px;
    background: url(http://www.ycgtxcl.com/template/default/images/zi1.png) no-repeat right 90% #0657b2;
}

@media(max-width: 1300px) {
    .c1 .list2 li .zi {
        display: none;
    }
}

.c1 .list2 li .zi .tx1 {
    font-size: 23px;
    line-height: 50px;
    border-bottom: 3px solid #fff;
    color: #fff;
    background: url(../image/ck.png) no-repeat right 50%;
}

.c1 .list2 li .zi dd {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 16px 0;
}

@media (min-width: 1025px) {
    .c1 .list2 li:hover h3 {
        opacity: 0;
    }
    .c1 .list2 li:hover h4 {
        opacity: 0;
    }
    .c1 .list2 li:hover .zi {
        bottom: 0;
    }
}

.allx {
    transition: all 0.3s ease;
}

.c2 {
    margin-top: 50px;
}

@media (max-width: 780px) {
    .c2 {
        margin-top: 16px;
    }
}

.c2 .content {
    margin-top: 24px;
    background: url(../image/c2.png) no-repeat 50%;
    background-size: cover;
    padding: 64px 0 26px;
}

.c2 .content .c2-1 {
    width: 34%;
    max-width: 316px;
}

@media (max-width: 780px) {
    .c2 .content .c2-1 {
        width: 100%;
        max-width: 100%;
    }
}

.c2 .content .c2-1 h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 28px;
}

.c2 .content .c2-1 h3 p {
    font-size: 18px;
    font-family: arial;
    margin-top: 18px;
    text-transform: uppercase;
}

.c2 .content .c2-1 .cx p {
    line-height: 44px;
    margin-top: 10px;
    font-size: 16.5px;
    color: #fff;
    border: none;
    border-bottom: 1px dashed #fff;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}

.c2 .content .c2-1 .cx p:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(../image/jj.png) no-repeat;
    position: absolute;
    transition: all 0.3s ease;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c2 .content .c2-1 .cx p:hover {
    color: #0657b2;
    border-color: #0657b2;
}

.c2 .content .c2-1 .cx p:hover:after {
    background-position: -7px 0;
}

.c2 .content .c2-1 .list2 {
    margin-top: 30px;
    text-align: center;
}

.c2 .content .c2-1 .list2 a {
    display: inline-block;
    width: 41%;
    margin: 0 2.5%;
    line-height: 38px;
    font-size: 16.5px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
}

.c2 .content .c2-1 .list2 a span {
    position: relative;
    z-index: 111;
}

.c2 .content .c2-1 .list2 a:after {
    content: '';
    background: #0657b2;
    width: 0%;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

.c2 .content .c2-1 .list2 a.on {
    border: 1px solid #0657b2;
}

.c2 .content .c2-1 .list2 a.on:after {
    width: 100%;
}

@media(max-width: 1450px) {
    .c2 .content .c2-1 h3 {
        margin-bottom: 6px;
    }
    .c2 .content .c2-1 .cx p {
        font-size: 14px;
        line-height: 38px
    }
    .c2 .content .c2-1 .list2 {
        margin-top: 20px;
    }
}

.c2 .content .c2-2 {
    width: 63.3%;
}

@media (max-width: 780px) {
    .c2 .content .c2-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c2 .content .c2-2 .contentx {
    position: relative;
}

.c2 .content .c2-2 .list2 {
    position: relative;
}

.c2 .content .c2-2 .list2 li img {
    width: 100%;
}

.c2 .content .c2-2 .list2 .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 22px;
}

.c2 .content .c2-2 .list2 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #959595;
    float: left;
    margin: 0 4px;
}

.c2 .content .c2-2 .list2 .slick-dots li button {
    display: none;
}

.c2 .content .c2-2 .list2 .slick-dots li.slick-active {
    background: #f2ab2d;
}

.c2 .content .c2-2 .list3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    padding: 26px 0 36px;
    padding: 16px 0 26px;
    background: rgba(0, 0, 0, 0.28);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

@media (max-width: 500px) {
    .c2 .content .c2-2 .list3 {
        position: relative;
        bottom: auto;
    }
}

@media (max-width: 500px) {
    .c2 .content .c2-2 .list3 li {
        margin-bottom: 10px;
    }
}

.c2 .content .c2-2 .list3 li h3 {
    font-size: 35.72px;
    font-family: Impact;
}

.c2 .content .c2-2 .list3 li dd {
    font-size: 16px;
    margin-top: 12px;
}

.c2 .content .c2-2 .dh {
    color: #fff;
    text-align: right;
    line-height: 60px;
}

.c3 {
    margin-top: 36px;
}

.c3 .content {
    margin-top: 36px;
}

.c3 .content .list2 {
    width: 50%;
}

@media (max-width: 991px) {
    .c3 .content .list2 {
        width: 100%;
    }
}

.c3 .content .list2 li {
    padding-bottom: 67%;
    position: relative;
    height: 0;
}

.c3 .content .list2 li .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.c3 .content .list2 li .img img {
    width: 100%;
    height: 100%;
}

.c3 .content .list2 li .zi {
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.c3 .content .list2 li .zi .timex {
    text-align: center;
    color: #fff;
    width: 121px;
    height: 96px;
    background: #0657b2;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c3 .content .list2 li .zi .timex p {
    font-size: 16px;
}

.c3 .content .list2 li .zi h3 {
    color: #fff;
    font-size: 17px;
    margin-left: 1.822vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list2 li:hover .img img {
    transform: scale(1.1);
}

.c3 .content .list3 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .c3 .content .list3 {
        width: 100%;
    }
}

.c3 .content .list3 li {
    width: 50%;
}

@media (max-width: 760px) {
    .c3 .content .list3 li {
        width: 100%;
    }
    .c3 .content .list3 li:nth-child(1) {
        border-bottom: 1px solid #0657b2;
    }
}

.c3 .content .list3 li:nth-child(2) .xxx {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
}

.c3 .content .list3 li .ha1 {
    padding-bottom: 67%;
    position: relative;
    height: 0;
    cursor: pointer;
}

.c3 .content .list3 li .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.c3 .content .list3 li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c3 .content .list3 li .zi {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #f1f1f1;
    padding: 15% 7% 0 10%;
}

@media (max-width: 760px) {
    .c3 .content .list3 li .zi {
        padding: 20px;
    }
}

.c3 .content .list3 li .zi h3 {
    font-size: 16.82px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list3 li .zi h3:hover {
    color: #ffa400;
}

.c3 .content .list3 li .zi .timex {
    font-size: 13.85px;
    color: #0e0509;
    line-height: 43px;
}

.c3 .content .list3 li .zi dd {
    margin-top: 10px;
    font-size: 16px;
    color: #0e0509;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1490px) {
    .c3 .content .list3 li .zi dd {
        margin-top: 0;
        line-height: 24px;
    }
}

.c3 .content .list3 li:hover:nth-child(2) .img img {
    transform: scale(1.1);
}

.jk {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    position: fixed;
    overflow: hidden;
    max-width: 100%;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 600px;
    z-index: -9999;
    margin-left: -600px;
    margin-top: -300px;
}

@media (max-width: 780px) {
    .jk {
        width: 320px;
        height: 306px;
        margin-left: -160px;
        margin-top: -153px;
    }
}

.jk .video-js {
    width: 1200px;
    height: 600px;
}

@media (max-width: 780px) {
    .jk .video-js {
        width: 320px;
        height: 306px;
    }
}

.jk.show1 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    z-index: 111111;
}

.jk .box_wrap_bar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 111;
    height: 46px;
    line-height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jk .box_wrap_bar .box_wrap_close {
    position: absolute;
    right: 0;
    top: 0;
}

.jk .box_wrap_bar .box_wrap_close a {
    font: 700 1.5em/20px Tahoma;
    padding: .5em;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.c4 {
    margin-top: 36px;
}

.c4 .c4-1 {
    width: 15%;
}

@media (max-width: 780px) {
    .c4 .c4-1 {
        width: 100%;
    }
}

.c4 .c4-1 li {
    font-size: 20px;
    color: #000000;
    background: #e5e5e5;
    text-transform: uppercase;
    padding: 32px 0 30px 16px;
        padding: 35px 0 35px 16px;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
}

.c4 .c4-1 li:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/sj.png) no-repeat 50%;
    width: 15px;
    height: 20px;
    opacity: 0;
}

.c4 .c4-1 li p {
    font-family: Impact;
    color: #0657b2;
}

.c4 .c4-1 li.on {
    color: #fff;
    background: #2d3442;
}

.c4 .c4-1 li.on:after {
    opacity: 1;
}

.c4 .c4-2 {
    width: 84%;
    padding-left: 16px;
}

@media (max-width: 780px) {
    .c4 .c4-2 {
        width: 96%;
    }
}

.c4 .c4-2 .list2 {
    position: relative;
}

.c4 .c4-2 .list2 .owl-nav span {
    display: none;
}

.c4 .c4-2 .list2 .owl-nav .owl-prev {
    display: none;
}

.c4 .c4-2 .list2 .owl-nav .owl-next {
    background: url(../image/yb.png) no-repeat 50%;
    width: 23px;
    height: 58px;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.c4 .c4-2 .list2 li {
    padding: 10px 20px;
}

.c4 .c4-2 .list2 li a {
    padding: 20px 12px;
    display: block;
    transition: all 0.5s ease;
}

@media(max-width:1300px){
    .c4 .c4-2 .list2 li a{
        padding: 2px 12px;
    }
}


.c4 .c4-2 .list2 li .timex {
    margin-bottom: 14px;
    font-size: 16px;
    color: #2d2d2d;
}

.c4 .c4-2 .list2 li .timex span {
    font-family: impact;
    color: #0657b2;
    font-size: 26px;
    padding-right: 20px;
}

.c4 .c4-2 .list2 li .timex span b {
    font-size: 40px;
}

.c4 .c4-2 .list2 li .timex span i {
    font-size: 30px;
    font-style: normal;
}

.c4 .c4-2 .list2 li h3 {
    font-size: 17px;
    color: #2d2d2d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .c4-2 .list2 li dd {
    font-size: 15px;
    color: #2d2d2d;
    line-height: 32px;
    margin-top: 15px;
}

.c4 .c4-2 .list2 .owl-item.cur li a {
    box-shadow: 0 0 10px 0 rgba(92, 92, 92, 0.51);
}

.c5 {
    margin-top: 54px;
    padding-top: 64px;
    background: url(../image/nnf.png) top center no-repeat;
    padding-bottom: 64px;
}

@media (max-width: 700px) {
    .c5 {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c5 h2 {
    text-align: center;
    font-size: 40px;
    color: #0657b2;
}

@media (max-width: 700px) {
    .c5 h2 {
        font-size: 28px;
    }
}

.c5 dd {
    font-size: 16.53px;
    line-height: 34px;
    color: #444444;
    margin: 36px auto 0;
    text-align: center;
    max-width: 1338px;
}

@media (max-width: 700px) {
    .c5 dd {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
}

.c5 .list2 {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .c5 .list2 {
        margin-top: 30px;
    }
}

@media (max-width: 700px) {
    .c5 .list2 li {
        margin-bottom: 20px;
    }
}

.c5 .list2 li .img {
    transition: all 0.5s ease;
    line-height: 108px;
}

@media (max-width: 780px) {
    .c5 .list2 li .img {
        line-height: 80px;
    }
}

.c5 .list2 li .img img {
    height: 108px;
    transition: all 0.3s ease;
}

@media (max-width: 780px) {
    .c5 .list2 li .img img {
        height: 80px;
    }
}

.c5 .list2 li h3 {
    font-size: 16.5px;
    color: #444444;
    margin-top: 34px;
}

.c5 .list2 li dt {
    color: #444444;
    font-size: 16.5px;
    display: block;
    margin-top: 12px;
    font-weight: 500;
}

.c5 .list2 li dt b {
    font-size: 30px;
    color: #0657b2;
    font-family: Impact;
}

.c5 .list2 li:nth-child(1) dt {
    font-size: 30px;
    font-weight: 600;
}

.c5 .list2 li:nth-child(1) dt b {
    vertical-align: middle;
}
.c5 .list2 li:hover .img{
    transform: perspective(400px);
}

.c5 .list2 li:hover .img img {
    transform: rotateY(180deg);

}

.c6 {
    background: url(../image/c6x.png) no-repeat 50%;
    padding-top: 88px;
    padding-bottom: 84px;
    background-attachment: fixed;
    background-size: cover;
}

.c6 .c6-1 {
    width: 100%;
    /* max-width: 730px; */
}

.c6 .c6-1>h2 {
    font-size: 30px;
    color: #000;
    font-weight:700;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .c6 .c6-1>h2 {
        font-size: 28px;
    }
}

.c6 .c6-1>h3 {
    font-size: 16px;
    color: #000;
    /*font-weight:700;*/
    text-align: center;
    margin-bottom: 42px;
}

.c6 .list2 {
    margin-left: -2.34375vw;
    margin-right: -2.34375vw;
}

.c6 .list2 li {
    padding: 0 2.34375vw;
    height: 329px;
}

.c6 .list2 li a {
    background: rgba(37, 37, 37, .8);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    position: relative;
}

.c6 .list2 li .zi1 {
    width: 100%;
        padding: 2.1875vw;
}

.c6 .list2 li .zi2 {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #0657b2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 2.1875vw;
    transition-duration: .3s;
    opacity: 0;
}

.c6 .list2 li .zi2>div {
    opacity: 0;
    transition-duration: .3s;
    transform: translateY(20px);
    width: 100%;
}

@media(min-width:1200px) {
    .c6 .list2 li:hover .zi2 {
        opacity: 1;
    }
    .c6 .list2 li:hover .zi2>div {
        opacity: 1;
        transform: translateY(0px);
    }
}

.c6 .list2 li .zi2 h3 {
    font-size: 25px;
    font-size: 16.5px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c6 .list2 li .zi2 dd {
    font-size: 16.5px;
    color: #fff;
    margin-top: 30px;
    line-height: 42px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c6 .list2 li .zi1 h3 {
    font-size: 36px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c6 .list2 li .zi1 dd {
    font-size: 25px;
    font-size: 16.5px;
    color: #fff;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.foot {
    background: #252525;
    padding-top: 44px;
    padding-bottom: 35px;
}

.foot .content {
    padding: 0 4.9479vw;
}

.foot .content .foot1 {
    width: 43%;
}

@media (max-width: 1025px) {
    .foot .content .foot1 {
        display: none;
    }
}

.foot .content .foot1 li {
    width: 25%;
    float: left;
}

.foot .content .foot1 li h2 {
    font-size: 17px;
    line-height: 1;
    color: #fff;
}

.foot .content .foot1 li .sec {
    margin-top: 12px;
}

.foot .content .foot1 li .sec a {
    display: block;
    font-size: 15px;
    color: #dddddd;
    line-height: 26px;
}
.foot .content .foot1 li .sec a:hover{
    color:#0657b2;
}

.foot .content .foot2 {
    margin-left: 20px;
    margin-top: -7px;
    width: 28%;
    background: url(../image/su.png) no-repeat right 7px;
    min-height: 197px;
    padding-right: 20px;
}

@media (max-width: 1025px) {
    .foot .content .foot2 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        background: none;
    }
}

.foot .content .foot2 p {
    color: #dddddd;
    font-size: 16px;
    line-height: 28px;
}

.foot .content .foot2 p:nth-child(odd) {
    color: #0075c5;
}

.foot .content .foot3 {
    width: 22%;
}

@media (max-width: 1025px) {
    .foot .content .foot3 {
        display: none;
    }
}

.foot .content .foot3 .link {
    position: relative;
    margin-bottom: 20px;
}

.foot .content .foot3 .link span {
    display: block;
    font-size: 13px;
    color: #dcdcdc;
    line-height: 31px;
    text-indent: 18px;
    background: url(../image/link.png) no-repeat 0 50%;
    background-size: 100% 100%;
    cursor: pointer;
}

.foot .content .foot3 .link .sec {
    position: absolute;
    width: 100%;
    top: 31px;
    background: #fff;
    left: 0;
    display: none;
}

.foot .content .foot3 .link .sec a {
    display: block;
    width: 100%;
    text-indent: 18px;
    line-height: 30px;
    color: #444;
}

.foot .content .foot3 .link:hover .sec {
    display: block;
}

.foot .content .foot3 .lj {
    padding: 14px 0;
}

.foot .content .foot3 .lj a {
    padding: 0 10px;
}

.foot .content .foot3 .erx img {
    max-width: 100% !important;
    height: auto !important;
}

.ban {
    border-top: 2px solid #737a87;
    background: #252525;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 24px;
    color: #dcdcdc;
}

.ban a {
    color: #dcdcdc;
}

@media(max-width:780px) {
    .c6 .list2 li {
        height: auto;
    }
    .c6 .list2 li a {
        padding: 30px 20px;
    }
    .c6 .list2 li .zi2 {
        display: none;
    }
    .c6 .list2 li .zi1 h3 {
        font-size: 26px;
    }
    .c6 .list2 li .zi1 dd {
        font-size: 15px;
    }
}

@media(max-width:700px) {
    .c6 .list2 li {
        margin-bottom: 16px;
    }
    .c6 .c6-1>h3 {
        line-height: 1.4;
    }
    .c6 .c6-1>h2 {
        line-height: 1.4;
    }
}





.wehhh_a{
	background: #2d3442;
	padding-top: 4px;
}
.wehhh_a .xypg-left-nav{
	font-size: 0;
}
.wehhh_a .xypg-left-nav > li{
   border:none;
   display: inline-block;
}
.wehhh_a .xypg-left-nav > li:hover .xypg-left-subnav{
    display: block!important;
}

.wehhh_a .xypg-left-nav > li .first-nav-btn{

}
.wehhh_a .xypg-left-nav > li > a{
   padding: 0 2em;
   color: #fff;
   font:500 16px/60px "å¾®è½¯é›…é»‘";
}
.wehhh_a .xypg-left-nav > li:hover > a,.wehhh_a .xypg-left-nav > li.clicked > a{
	background: #fff;
	color: #2d3442;
}


.wh {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}


@media (max-width: 1200px){
	.wehhh_a .xypg-left-nav > li > a{
		font-size: 14px;
		line-height: 40px;
	}
}
@media (min-width: 991px) {
  .page-wrap-left {
    display: none;
  }
}
@media (max-width: 990px){
  .wehhh_a{
  	display: none;
  }
}
h2.bt {
    text-align: center;
    font-weight: 100;
    color: #333333;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 32px;
    }
}

h2.bt b {
     font-weight: bold;
    color: #2d3442;
    font-size: 40px;
}

h2.bt p {
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
}

@media (max-width: 500px) {
    h2.bt p {
        font-size: 14px;
        line-height: 24px;
    }
}

h2.bt span {
    font-size: 16px;
    line-height: 40px;
    display: block;
}

@media (max-width: 500px) {
    h2.bt span {
        font-size: 14px;
        line-height: 24px;
    }
}
.row .span-3{
        width: 24%;
}
.row [class*="span-"] {
    float: left;
    margin-right: 1%;
    *margin-right: 0.2%;
}
.pro_list02 .bd ul li{max-width:550px;}
.pro_list02 .bd ul li .li_box{position:relative; overflow:hidden;}
.pro_list02 .bd ul li .li_box{min-height:463px;}
.pro_list02 .hd{background:#f6f6f6;}
.pro_list02 .hd .content{background:url(http://www.ycgtxcl.com/template/default/img/pro_list02.jpg) no-repeat center; padding:42px 50px 50px 90px;}
.pro_list02 .hd .content .tit{font-size:36px; font-weight:bold; color:#fff; line-height:55px; margin-bottom:20px;}
 /*20190905修改宽度为auto*/
.pro_list02 .hd .content .list li{float:left; width:auto; margin-right:2%; font-size:16px; color:#fff; line-height:40px; position:relative; padding-left:3%; cursor:pointer;}
.pro_list02 .hd .content .list li i{display:block; width:18px; height:18px; background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-9px;}
.pro_list02 .hd .content .list li.cur i{background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot1.png) no-repeat center;}
 /*20190904*/
.pro_list02 .hd .content .list1 li{float:left; width:auto; margin-right:2%; margin-top:1%; font-size:16px; color:#fff; line-height:40px; position:relative; padding-left:3%; cursor:pointer;}
.pro_list02 .hd .content .list1 li i{display:block; width:18px; height:18px; background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-9px;}
.pro_list02 .hd .content .list1 li.cur i{background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot1.png) no-repeat center;}
.pro_list02 .hd .content .list2 li{float:left; width:auto; margin-right:2%; margin-top:1%; font-size:16px; color:#fff; line-height:40px; position:relative; padding-left:3%; cursor:pointer;}
.pro_list02 .hd .content .list2 li i{display:block; width:18px; height:18px; background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-9px;}
.pro_list02 .hd .content .list2 li.cur i{background:url(http://www.ycgtxcl.com/template/default/img/pro_list_dot1.png) no-repeat center;}
.pro_list02 .bd{background:#f6f6f6; padding-top:40px;}
.pro_list02 .bd .rect-695{padding-bottom:69.5%;}
.pro_list02 .bd  .cover{padding:0 10px;}
.pro_list02 .bd li{background:#fff; margin-bottom:30px; transition:all .3s ease;}
.pro_list02 .bd li .intro_ .box{padding:25px 18px;}
.pro_list02 .bd li .intro_ .box .tit{font-size:17px; font-weight:bold; line-height:30px; color:#666; text-align:center; position:relative; padding-bottom:10px; margin-bottom:10px; height:60px; overflow:hidden;}
.pro_list02 .bd li .intro_ .box .tit:after{position:absolute; content:''; width:100%; height:1px; background:#e8e8e8; bottom:0; left:0; }
.pro_list02 .bd li .intro_ .box .tit span{/*display:inline-block;*/ font-size:12px; color:#d40900;font-weight: normal; line-height:25px; margin-left:10px; display:block;}
.pro_list02 .bd li .intro_ .box .con{font-size:14px; color:#373737; line-height:20px; height:20px; overflow:hidden;margin-top: 25px;}
.pro_list02 .bd li .intro_ .box .con .con_c{padding-left:15px; position:relative; font-size:12px; line-height:20px; color:#666;}
.pro_list02 .bd li .intro_ .box .con .con_c:after{position:absolute; left:0; content:'.'; color:#666; top:-20%; }
.pro_list02 .bd li .intro_ .box .txt{font-size:12px; color:#444444; line-height:24px; height:70px; overflow:hidden; margin:5px 0 10px;display:none;}
.pro_list02 .bd li .intro_ .box .con a{display: block;padding-left: 20px;background:url(../image/fk.png) no-repeat left center;}

.pro_list02 .bd li .intro_ .box .txt p{overflow:hidden; /*超出的部分隐藏起来。*/ 
white-space:nowrap;/*不显示的地方用省略号...代替*/
text-overflow:ellipsis;/* 支持 IE */}
.pro_list02 .bd li .intro_ .box .txt p span{font-size: 12px!important;}
.pro_list02 .bd li .intro_ .box .prolist_more a{display:block; width:98%; height:40px; line-height:40px; text-align:center; font-size:15px; color:#373737; border:1px solid #666; margin-top:24px; transition:all 0.5s ease;}
.pro_list02 .bd li .intro_ .box .pro_compare{display:none;}
.pro_list02 .bd li .intro_ .box .pro_compare{position:absolute; width:85%; bottom:10px; cursor:pointer; display:block; }
.pro_list02 .bd li .intro_ .box .pro_compare label span:hover{color:#d40900;}
.pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox{display:inline-block; width:16px; height:16px; background:url(http://www.ycgtxcl.com/template/default/img/pro_list_02_4.png) no-repeat; vertical-align:middle;}
.pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox.plp-item-chked{background-position:0 -16px;}
.pro_list02 .bd li .intro_ .box .pro_compare span{display:inline-block; font-size:14px; vertical-align:middle; margin-left:5px;}
.pro_list02 .bd li:hover .intro_ .box .prolist_more a{border-color:#d40900; background:#d40900; color:#fff;}
.pro_list02 .bd li .intro_ .box .pro_compare .order{float:right; font-size:14px; color:#666; position:relative; margin-right:20px;}
.pro_list02 .bd li .intro_ .box .pro_compare .order:after{content:''; width:10px; height:10px; background:url(http://www.ycgtxcl.com/template/default/img/proCen02_3.png) no-repeat center; position:absolute; right:-15px; top:50%; margin-top:-5px}
.pro_list02 .bd li .intro_ .box .pro_compare .order:hover{color:#d40900;}
.pro_list02 .bd li .li_line{width:0; height:5px; background:#0075c5; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.pro_list02 .bd li:hover .li_line{width:100%;}
.pro_list02 .bd li:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2)}


.abgg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abty{
    width: 48%;
    float: right;
}
.abmm{
    width: 48%
}
.abmm img{
    max-width:100%; height:auto !important;width:auto !important;
}
.abty_sub1{
    font-size: 40px;
    font-family: "Microsoft Yahei";
    color: #0657b2;
    line-height: 50px;
    text-transform: uppercase;
}
.abty_sub2{
    font-size: 40px;
    font-family: "Microsoft Yahei";
    color: #000;
    line-height: 40px;
    background: url(../image/xian.png) 27% top no-repeat;
    margin: 1% 0;
}
.abty_sub2 span{
    font-size: 20px;
    
    color: #666666;
    margin-left: 20px;
    line-height: 40px;
}
.abty_sub3{
    color: #666666;
    font-family: "Microsoft Yahei";
    line-height: 28px;
    font-size: 16px;
    margin-top: 3%;
}
.abty_sub4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
    display: none;
}
.abty_sub4 li{
    width: 25%;
    text-align: center;
}
.abty_sub4_tt{
    font:600 60px/60px "Microsoft Yahei";
    color: #232d33;
}
.abty_sub4_gg{
    font:400 14px/30px "Microsoft Yahei";
    color: #232d33;;
}
.com-img{ display:inline; overflow:hidden;margin:0 auto;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.dingwei{
    position: relative;
}
.ieng{
    position: absolute;
      top:5%;
    right: 0%;
    z-index: 9999;
    width: 50%;
}
.dhufngs{
     position: absolute;
    top:5%;
    left: 0%;
    z-index: 9999;
    width: 45%; 
}
.ieng li{
    float: left;
    width: 48%;
    padding: 4%;
    border:#fff 1px solid;
    color: #fff;
    margin: 0%;
}
.ieng li:nth-child(1){
    border-right:none;
    border-bottom:none;
}
.ieng li:nth-child(2){
    border-bottom:none;
}
.ieng li:nth-child(3){
    border-right:none;
}
.zingh{
    position: relative;
}
.dhufngs_tt{
    position: absolute;
    top:0px;
    left:0px;
    color: rgba(255,255,255,0.4);
    font-size: 50px;
    font-family: "Microsoft Yahei";
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
}
.dhufngs_sub2{
    width: 25%;
    background: #fff;
    line-height: 49px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4%;
}
.dhufngs_sub2 a{
    color: #0657b2;
}
.dhufngs_sub{
    font-family: "Microsoft Yahei";
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    padding-top: 4%
}
.dhufngs_sub1{
    font-size: 16px;
    font-family: "Microsoft Yahei";
    padding-top: 10%;
    line-height: 30px;
}
.ieng_tt{
    font-size: 24px;
    font:400 14px/40px "Microsoft Yahei";
    color:#fff;
}
.ieng_tt span{
    float: right;
    width: 20%;
}
.ieng_tt span img{
    max-width: 100%;
    height: auto;
}
.ieng_hung{
     font:400 14px/30px "Microsoft Yahei";
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     color:#fff;

}
.ieng li:hover, .ieng li.on {
    background: #0657b2;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.ieng li:hover a, .ieng li.on a {
    color: #fff;
}
.gbnd li img{
    width: 100%;
    height: auto;
}
@media(max-width:1440px){
    .ieng{
        top:80px;
    }
    .abty_sub4_tt{
        font: 600 45px/60px "Microsoft Yahei"
    }
    .container-fluid{
        padding:0 3%;
    }
    .abty_sub4_gg{
        font-size:12px;
    }
    .ieng_hung{
        font: 400 12px/20px "Microsoft Yahei";
    }
    .c5{
        background-size:100% 100%;
    }
    .neih{
        padding:3%!important;
    }
}
@media(max-width:1200px){
    .ieng{
    position: absolute;
    top: 20px;
    right: 0%;
    z-index: 9999;
    width: 50%;
    }
    .neih{
        padding:3% 2%!important;
        height:480px!important;
    }
}
@media(max-width:1024px){
    .dhufngs{
        display:none;
    }
     .ieng{
       position: static;
       width:100%!important;
       background:#666;
       right:0px!important;
   }
   .neih{
       height:400px!important;
   }
   .ieng_hung{
       height:40px;
       overflow:hidden;
   }
    
}
@media(max-width:992px){
   .abty , .abmm{
       float:none;
       width:100%;
   }
   .ieng li{
      background:#666; 
   }
   .neih{
       height:300px!important;
   }
}


@media(max-width:768px){
   .pro_list02 .bd ul li{
       width:49%;
   }
   .pro_list02 .bd ul li .li_box{
       min-height:auto;
   }
}


.neih{
    background: url(../image/bjm.png) top center no-repeat;
    padding: 130px;
    color: #fff;
    background-attachment: fixed;
    flex-direction: column-reverse;
    display: fixed;
    height: 677px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.c1 .list2 li:hover .gunbg{
    background: #0657b2;
}

.gunbg{
    position: relative;
    line-height: 45px;
    text-indent: 4%;
    font-size: 17px;
    border-bottom: #eeeeee 2px solid;
}
.gunbg span{
    position: absolute;
    top:10px;
    right: 2%;
    width: 60px;
    line-height: 24px;
    border: #eeeeee 1px solid;
    text-align: center;
    border-radius: 20px;

    text-align: center;
    font-size: 12px;
}
.gunbg span a{
    color: #a9a9a9;
}

.c1 .list2 li:hover .gunbg span a{
   color: #fff;
}
.c1 .list2 li:hover .gunbg{
   color: #fff;
    border-bottom: #0657b2 2px solid;
}
@media(max-width:1200px){
    .tou .tphm{
        display:none;
    }
}









