@CHARSET "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#e87518;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.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);}


@font-face {
    font-family: 'constan2';
    src:url('../fonts/Microsoft JhengHei UI/msjhl_0.ttc') format('truetype');

}
.ssddds{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

            .demo-message-wrap input::-webkit-input-placeholder,
            .demo-message-wrap textarea::-webkit-input-placeholder {
                /* WebKit browsers */
                  color: #fff;
            }

            .demo-message-wrap input:-moz-placeholder,
            textarea:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                  color: #fff;
            }

            .demo-message-wrap input::-moz-placeholder,
            textarea::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                   color: #fff;
            }

            .demo-message-wrap input:-ms-input-placeholder,
            textarea:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                  color: #fff;
            }

            .demo-message-wrap input[type='text']::-webkit-input-placeholder{
                color: #fff;
            }



.aby_hh li:hover .aby_hh_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}



.head1{
    height: 71px;
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}
.tong{
    padding-left: 8.3333333%;
    padding-right: 8.3333333%;
}
.logo{
    line-height: 71px;
    float: left;
}
.logo img{
    max-width: 100%;
}
.head-right{
    padding-right: 40px;
    position: relative;
    float: right;
    max-width: 1050px;
    width: calc(100% - 300px);
}
.ss-btn{
    width: 40px;
    height: 71px;
    background: url(../images/ss.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.head-right #formsearch{
    position: absolute;
    right: 0;
    top: 71px;
    z-index: 999;
    display: none;
}
.head-right #formsearch #keyword{
    width: 200px;
    height: 35px;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 15px;
}
.head-right #formsearch #s_btn{
    width: 50px;
    height: 35px;
    background: #004ea2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: none;
    outline: none;
}
@media (max-width: 1470px) {
    .tong{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px){
    body{
        padding-top: 60px;
    }

}


.index-tlt1{
    text-align: center;
}
.index-tlt1 h2{
    font-size: 46px;
    color: #000000;
}
.index-tlt1 h2 span{
    color: #004ea2;
}
.index-tlt1 p{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 12px;
}


.index-c1{
    padding: 80px 0 60px;
}
.index-c1 ul{
    padding-top: 75px;
    font-size: 0;
}
.index-c1 ul li{
    display: inline-block;
    width: 25%;
    padding: 0 4%;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.index-c1 ul li::after{
    content: '';
    width: 1px;
    height: 132px;
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -76px;
}
.index-c1 ul li:last-child::after{
    display: none;
}
.index-c1 ul li .img img{
    max-width: 100%;
}
.index-c1 ul li h3{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 3.2;
}
.index-c1 ul li p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-c1 ul li .more{
    font-size: 14px;
    color: #727272;
    margin-top: 20px;
}
.index-c1 ul li .more a{
    color: #727272;
}
.index-c1 ul li .more a:hover{
    color: #004ea2
}
.index-c1 ul li .ximg img{
    max-width: 100%;
    filter: invert(53%) sepia(0%) saturate(0%) hue-rotate(189deg) brightness(97%) contrast(93%);
}
.index-c1 ul li .ximg img:hover{
    filter: none;
}

@media (max-width: 1470px) {
    .index-tlt1 h2{
        font-size: 36px;
    }
    .index-tlt1 p{
        font-size: 14px;
    }
    .index-c1{
        padding: 60px 0 40px;
    }
    .index-c1 ul{
        padding-top: 50px;
    }
}
@media (max-width: 1230px){
    .index-c1{
        padding: 40px 0;
    }
    .index-tlt1 h2{
        font-size: 30px;
    }
    .index-c1 ul li h3{
        font-size: 20px;
    }
    .index-c1 ul li{
        padding: 0 2%;
    }
    .index-c1 ul li p{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .index-c1{
        padding-bottom: 10px;
    }
    .index-tlt1 h2{
        font-size: 24px;
    }
    .index-tlt1 p{
        font-size: 12px;
    }
    .index-c1 ul{
        padding-top: 30px;
    }
    .index-c1 ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .index-c1 ul li .ximg img{
        max-width: 50px;
    }
    .index-c1 ul li h3{
        font-size: 18px
    }
    .index-c1 ul li p{
        font-size: 12px;
        line-height: 22px;
        height: 66px;
    }
    .index-c1 ul li:nth-child(2)::after{
        display: none;
    }
}


.index-c2{
    background: #f7f7f7;
    padding: 5% 0 6%
}
.index-c2 ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.index-c2 ul li:nth-child(3){
    margin-right: 0;
}
.index-c2 ul li a{
    display: block;
}
.index-c2 ul li .img{
    overflow: hidden;
}
.index-c2 ul li .img img{
    width: 100%;
    transition: .5s;
}
.index-c2 ul li a:hover .img img{
    transform: scale(1.1);
}
.index-c2 ul li a h3{
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    line-height: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c2 ul li a .info{
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-c2 ul li a dt{
    width: 111px;
    height: 38px;
    background: #004ea2;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1230px){
    .index-c2 ul li a h3{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .index-c2 ul li a .info{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .index-c2 ul li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px){
    .index-c2{
        padding-top: 30px;
    }
    .index-c2 ul li a dt{
        margin-top: 20px;
    }
}


.c3-slick{
    position: relative;
}
.c3-slick .slick-list{
    outline: none;
}
.c3-slick .slick-con .img{
    width: 50%;
    float: left;
}
.c3-slick .slick-con .img img{
    width: 100%;
}
.c3-slick .slick-con .wz{
    width: 50%;
    position: relative;
    float: right;
}
.c3-slick .slick-con .wz > img{
    width: 100%;
}
.c3-slick .slick-con .wz .cont{
    max-width: 630px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.c3-slick .slick-con .wz .cont h3{
    font-size: 18px;
    color: #b8b8b8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c3-slick .slick-con .wz .cont h4{
    font-size: 48px;
    color: #ffffff;
    margin-top: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c3-slick .slick-con .wz .cont ul{
    padding:40px 0;
}
.c3-slick .slick-con .wz .cont ul li{
    display: inline-block;
    margin-right: 9%;
    text-align: center;
}
.c3-slick .slick-con .wz .cont ul li:last-child{
    margin-right: 0;
}
.c3-slick .slick-con .wz .cont ul li img{
    max-width: 100%;
}
.c3-slick .slick-con .wz .cont ul li p{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.c3-slick .slick-con .wz .cont a{
    display: block;
    width: 173px;
    height: 45px;
    background: #074e9b;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
}
.c3-slick .slick-arrow{
    display: block;
    width: 54px;
    height: 54px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.c3-slick .slick-prev{
    background: url(../images/left1.png) no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -54px;
}
.c3-slick .slick-next{
    background: url(../images/right1.png) no-repeat center;
    background-size: 100% 100%;
    left: 50%;
}
@media (max-width: 1470px) {
    .c3-slick .slick-con .wz .cont h3{
        font-size: 16px;
    }
    .c3-slick .slick-con .wz .cont h4{
        font-size: 36px;
        margin-top: 10px;
    }
    .c3-slick .slick-con .wz .cont ul{
        padding: 25px 0;
    }
    .c3-slick .slick-con .wz .cont ul li img{
        max-width: 90px;
    }
    .c3-slick .slick-con .wz .cont ul li p{
        font-size: 14px;
        margin-top: 10px;
    }
    .c3-slick .slick-con .wz .cont a{
        width: 140px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media (max-width: 1230px){
    .c3-slick .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .c3-slick .slick-prev{
        margin-left: -40px
    }
    .c3-slick .slick-con .wz .cont h4{
        font-size: 30px;
    }
}

@media (max-width: 991px){
    .c3-slick .slick-con .img{
        width: 100%;
        float: none;
    }
    .c3-slick .slick-con .wz{
        width: 100%;
        float: none;
    }
    .c3-slick .slick-con .wz > img{
        display: none;
    }
    .c3-slick .slick-con .wz .cont{
        padding: 5%;
        position: static;
        max-width: 100%;
        width: 100%;
        transform: translate(0,0);
        background: url(../images/bg1.jpg) no-repeat center;
        background-size: cover;
    }
    .c3-slick .slick-arrow{
        bottom: 50%;
        margin-top: 20px;
    }
    .c3-slick .slick-prev{
        left: 0;
        margin-left: 0
    }
    .c3-slick .slick-next{
        left: auto;
        right: 0;
    }

}
@media (max-width: 767px){
    .c3-slick .slick-con .wz .cont h3{
        font-size: 14px;
    }
    .c3-slick .slick-con .wz .cont h4{
        font-size: 20px;
    }
    .c3-slick .slick-con .wz .cont ul li{
        margin-right: 5%;
    }
    .c3-slick .slick-con .wz .cont ul li img{
        max-width: 70px;
    }
    .c3-slick .slick-con .wz .cont ul li p{
        font-size: 12px;
    }
}

.index-c4{
    padding: 70px 0 30px;
}
.c4-1{
    padding: 3.5% 0;
}
.c4-1 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.c4-1 ul li{
    margin-bottom: 5px;
}
.c4-1 ul li a{
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #000000;
    line-height: 42px;
}
.c4-1 ul li.cur a{
    background: #004ea2;
    color: #fff;
}
.c4-2 ul{
    display: none;
    margin-left: -12px;
    margin-right: -12px;
}
.c4-2 ul li{
    width: 25%;
    padding: 0 12px;
    float: left;
    margin-bottom: 24px;
}
.c4-2 ul li a{
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.c4-2 ul li a img{
    width: 100%;
}
.c4-2 ul li a h3{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c4-2 ul li a .marks{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: rgba(0,78,162,0.9);
    opacity: 1;
    transition: 0.5s;
}
.c4-2 ul li a .wz{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    padding: 0 5%;
    opacity: 0;
    transition: .3s;
}
.c4-2 ul li a .wz h4{
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 24%;
}
.c4-2 ul li a .wz dt{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/more1.png) no-repeat center;
    background-size: 100% 100%;
}
.c4-2 ul li a:hover .marks{
    top: 0
}
.c4-2 ul li a:hover .wz{
    opacity: 1;
}
.pro-more{
    background: #efefef;
    padding: 30px 0;
    text-align: center;
}
.pro-more a{
    font-size: 16px;
    color: #383838;
    text-decoration: underline;
    line-height: 2
}


@media (max-width: 1230px){
    .index-c4{
        padding: 40px 0 20px;
    }
    .c4-1 ul li a{
        font-size: 14px;
    }
    .c4-2 ul li a h3{
        font-size: 14px;
    }
    .c4-2 ul li a .wz h4{
        font-size: 18px;
    }
    .pro-more{
        padding: 20px 0;
    }
}
@media (max-width: 767px){
    .c4-1 ul{
        display:block;
    }
    .c4-1 ul li {
        width:48%;
        margin:0 1% 10px;
        float:left;
    }
    .c4-1 ul li a{
        padding: 0;
        text-align:center;
    }
    .c4-2 ul li{
        width: 50%;
    }
    .c4-2 ul li a .wz h4{
        font-size: 16px;
    }
    .c4-2 ul li a .wz dt{
        width: 35px;
        height: 35px;
    }
    .pro-more a{
        font-size: 14px;
    }
    
    
}


.index-c5{
    padding-top: 60px;
}
.c5-1{
    padding: 3.2% 0;
}
.c5-1 ul{
    font-size: 0;
    text-align: center;
}
.c5-1 ul li{
    margin-bottom: 5px;
    padding: 0 30px;
    display: inline-block;
}
.c5-1 ul li a{
    display: block;
    padding: 0 10px;
    font-size: 18px;
    color: #3a3a3a;
    line-height: 2;
    border: 2px solid transparent;
}
.c5-1 ul li.cur a{
    border-bottom: 2px solid #004ea2;
}
.c5-2 ul{
    display: none;
}
.c5-2 ul li{
    width: calc((100% - 28px)/3);
    margin-right: 14px;
    float: left;
    margin-bottom: 14px;
}
.c5-2 ul li:nth-child(3),.c5-2 ul li:nth-child(5){
    margin-right: 0;
}
.c5-2 ul li a{
    display: block;
    position: relative;
}
.c5-2 ul li a img{
    width: 100%;
}
.c5-2 ul li a .marks{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,78,162,0.9);
    opacity: 0;
    transition: .3s;
}
.c5-2 ul li a .wz{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    padding: 0 5%;
    opacity: 0;
    transition: .3s;
}
.c5-2 ul li a .wz h3{
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c5-2 ul li a .wz h4{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 8%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c5-2 ul li a .wz dt{
    width: 44px;
    height: 44px;
    background: url(../images/more1.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.c5-2 ul li a:hover .marks{
    opacity: 1;
}
.c5-2 ul li a:hover .wz{
    opacity: 1;
}
@media (max-width: 1230px){
    .index-c5{
        padding-top: 40px;
    }
    .c5-1 ul li{
        padding: 0 20px;
    }
    .c5-1 ul li a{
        font-size: 16px;
    }
    .c5-2 ul li a .wz h3{
        font-size: 16px;
    }
    .c5-2 ul li a .wz h4{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .c5-2 ul li:nth-child(1){
        display: none;
    }
    .c5-2 ul li{
        width: calc((100% - 14px)/2);
    }
    .c5-2 ul li:nth-child(2n){
        margin-right: 14px;
    }
    .c5-2 ul li:nth-child(2n+1){
        margin-right: 0;
    }
    .c5-1 ul li{
        padding: 0 10px;
    }
    .c5-1 ul li a{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .c5-1 ul{
        display:block;
    }
    .c5-1 ul li {
        width:48%;
        margin:0 1% 10px;
        float:left;
    }
    .c5-1 ul li a{
        font-size:12px;
        overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    }
    .c5-2 ul li a .wz h4{
        margin-bottom: 0;
    }
    .c5-2 ul li a .wz dt{
        display: none;
    }
}


.index-c6{
    padding: 70px 0;
}
.c6-slick{
    position: relative;
    margin-top: 30px
}
.c6-slick .slick-con a{
    display: block;
    padding: 5px;
}
.c6-slick .slick-con a img{
    width: 100%;
}
.c6-slick .slick-arrow{
    display: block;
    width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    z-index: 999;
}
.c6-slick .slick-prev{
    background: url(../images/left2.png) no-repeat center;
    background-size: 100% 100%;
    left: -50px;
}
.c6-slick .slick-next{
    background: url(../images/right2.png) no-repeat center;
    background-size: 100% 100%;
    right: -50px;
}
@media (max-width: 1470px){
    .index-c6{
        padding: 50px 0;
    }
    .c6-slick .slick-prev{
        left: -15px;
    }
    .c6-slick .slick-next{
        right: -15px;
    }

}
@media (max-width: 991px){
    .c6-slick{
        margin-top: 20px;
    }
    .c6-slick .slick-arrow{
        width: 44px;
        height: 44px;
        margin-top: -20px;
    }
}
@media (max-width: 767px){
    .index-c6{
        padding: 30px 0;
    }

}


.c7-con{
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    font-size: 0;
}
.c7-right{
    width: 74.375%;
    display: inline-block;
    vertical-align: middle;
}
.c7-right img{
    width: 100%;
}
.c7-left{
    width: 25.625%;
    display: inline-block;
    vertical-align: middle;
}
.c7-left .c7-left-con{
    padding:0 10%;
}
.c7-left .c7-left-con > h3{
    font-size: 46px;
    color: #fff;
}
.c7-left .c7-left-con > h4{
    font-size: 18px;
    color: #fff;
    line-height: 3;
    background: url(../images/line1.png) no-repeat left bottom;
    padding-bottom: 5px;
}
.c7-left .c7-left-con > h5{
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    margin-top: 8%;
}
.c7-left .c7-left-con .jj{
    font-size: 14px;
    color: #c6e1ff;
    line-height: 2;
    margin: 10% 0;
}
.c7-left .c7-left-con a.more{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;

}

@media (max-width: 1600px){
    .c7-left .c7-left-con > h3{
        font-size: 38px;
    }
    .c7-left .c7-left-con > h5{
        font-size: 18px;
    }
}
@media (max-width: 1199px){
    .c7-left{
        width: 100%;
        padding: 30px;
    }
    .c7-left .c7-left-con{
        padding: 0;
    }
    .c7-right{
        width: 100%;
    }
    .c7-left .c7-left-con > h3{
        font-size: 30px;
    }
    .c7-left .c7-left-con > h4{
        font-size: 16px;
    }
    .c7-left .c7-left-con > h5{
        font-size: 16px;
        margin-top: 20px;
    }
    .c7-left .c7-left-con .jj{
        margin: 20px 0;
    }
}
@media (max-width: 480px){
    .c7-left{
        padding: 20px;
    }
    .c7-left .c7-left-con > h3{
        font-size: 24px;
    }
    .c7-right p iframe{
        height:250px!important;
    }
}


.index-c8{
    padding: 75px 0;
}
.c8-slick{
    position: relative;
    margin-top: 30px;
}
.c8-slick .slick-con{
    padding: 6px;
}
.c8-slick .slick-con a{
    display: block;
    background: #fff;
    box-shadow: 0 0 6px rgba(51,51,51,0.2);
    padding: 15px;
}
.c8-slick .slick-con a .img img{
    width: 100%;
}
.c8-slick .slick-con a h3{
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c8-slick .slick-con a .info{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c8-slick .slick-con a .cname{
    padding: 12px 20px;
    position: relative;
    background: #004ea2;
    margin-top: 20px;
    padding-right: 125px;
}
.c8-slick .slick-con a .cname em{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
    font-style: normal
}
.c8-slick .slick-con a .cname span{
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.c8-slick .slick-con a:hover h3{
    color: #004ea2
}
.c8-slick .slick-con a:hover .cname{
    background: #033367
}
.c8-slick .slick-arrow{
    display: block;
    width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    z-index: 999;
}
.c8-slick .slick-prev{
    background: url(../images/left2.png) no-repeat center;
    background-size: 100% 100%;
    left: -50px;
}
.c8-slick .slick-next{
    background: url(../images/right2.png) no-repeat center;
    background-size: 100% 100%;
    right: -50px;
}
@media (max-width: 1470px){
    .index-c8{
        padding: 50px 0;
    }
    .c8-slick .slick-prev{
        left: -15px;
    }
    .c8-slick .slick-next{
        right: -15px;
    }

}
@media (max-width:1199px){
    .c8-slick .slick-con a h3{
        font-size: 16px;
    }
    .c8-slick .slick-con a .cname em{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .c8-slick{
        margin-top: 20px;
    }
    .c8-slick .slick-arrow{
        width: 44px;
        height: 44px;
        margin-top: -20px;
    }
}
@media (max-width: 767px){
    .index-c8{
        padding: 30px 0;
    }

}


.yqlj{
    font-size: 12px;
    padding: 10px 0;
    line-height: 2;
    color: #909090;
}
.yqlj a{
    color: #909090;
}

.footbg{
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.foot1{
    padding-top: 5%;
    padding-bottom: 15px;
}
.foot1 .tong{
    font-size: 0
}
.foot1 .ftlt{
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
}
.foot1 .fnav{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.foot1 .fnav ul li{
    width: 25%;
    float: left;
    padding-right: 5px;
}
.foot1 .fnav ul li h3{
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
}
.foot1 .fnav ul li .sec dd{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.foot1 .fnav ul li .sec dd a{
    color: #5a5a5a;
}
.foot1 .fnav ul li .sec dd a:hover{
    color: #fff;
}

.foot1 .flx{
    width: 25%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.foot1 .flx .lxfs{
    max-width: 330px;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 2.2;
}
.foot1 .fly{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.foot1 #message-form1 .text-input{
    width: 100%;
    height: 27px;
    margin-bottom: 8px;
}
.foot1 #message-form1 .text-input input{
    display: block;
    line-height: 27px;
    width: 100%;
    border: none;
    outline: none;
    background: #6c6c6c;
    padding-left: 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}
.foot1 #message-form1 input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.6);
}
  
.foot1 #message-form1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    color: rgba(255,255,255,0.6);
}
.foot1 #message-form1 input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255,255,255,0.6);
} 
.foot1 #message-form1 .text-code{
    margin-bottom: 8px;
}
.foot1 #message-form1 .text-code #checkcode{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #6c6c6c;
    padding-left: 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 27px;
}
.foot1 #message-form1 .text-area{
    margin-bottom: 5px;
}
.foot1 #message-form1 .text-area textarea{
    width: 100%;
    padding: 5px 10px;
    border: none;
    outline: none;
    background: #6c6c6c;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 27px;
}
.foot1 #message-form1 textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.6);
}
  
.foot1 #message-form1 textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.6);
}
.foot1 #message-form1 textarea::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255,255,255,0.6);
} 
.foot1 #message-form1 .btn1{
    width: 100%;
    height: 34px;
    background: #004ea2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    border: none;
    outline: none;
}
.foot1 .fewm{
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
}
.foot1 .fewm .ewm-img dd{
    width: 48%;
    float: left;
}
.foot1 .fewm .ewm-img dd:nth-child(1){
    margin-right: 4%;
}
.foot1 .fewm .ewm-img img{
    max-width: 100%;

}
.foot2{
    border-top: 1px solid #575757;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(176,176,176,0.55);
    line-height: 20px;
}
.foot2 a{
    color: rgba(176,176,176,0.55);
}

.foot2 a:hover{
    color: #fff;
}

@media (max-width:1199px){
    .foot1 .fnav{
        width: 60%;
        margin-bottom: 20px;
    }
    .foot1 .flx{
        width: 40%;
        padding: 0;
        margin-bottom: 20px;
    }
    .foot1 .fly{
        width: 40%;
    }
    .foot1 .fewm{
        width: 30%;
    }
}
@media (max-width:767px){
    .foot1 .fewm{
        display: none;
    }
    .foot1 .fly{
        width: 100%;
    }
    .foot1 .fnav{
        width: 100%;
    }
    .foot1 .flx{
        width: 100%;
    }
    .foot1 .ftlt{
        font-size: 16px;
    }
    .foot1{
        padding-top: 30px;
    }
    .foot1 .fnav ul li h3{
        font-size: 14px;
    }
}



/*产品页*/
.psort{
    background: #0c1f33;
}
.pro-sort{
    position: relative;
}
.pro-sort > li{
    width: 11.11111%;
    float: left;
    border-right: 1px solid #043d7a;
}
.pro-sort > li:last-child{
    border: none;
}
.pro-sort > li > a{
    display: block;
    padding: 15px 5px 5px;
    text-align: center;
}
.pro-sort > li > a img{
    max-width: 35px;
}
.pro-sort > li > a span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pro-sort > li:hover>a{
    background: #004ea2
}
.pro-sort > li.ccur>a{
    background: #004ea2
}

.nss{
    margin-bottom: 50px;
    position: relative;
    padding-right: 200px;
}
.nss #formsearch{
    width: 191px;
    height: 34px;
    border: 1px solid #c0c0c0;
    position: absolute;
    top: 0;
    right: 0;
}
.nss #formsearch input{
    border: none;
    outline: none;
    background: none;
    line-height: 32px;
}
.nss #formsearch #keyword{
    width: 148px;
    font-size: 14px;
    color: #bebebe;
    padding-left: 15px;
}
.nss #formsearch input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bebebe;
}
  
.nss #formsearch input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bebebe;
}
.nss #formsearch input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bebebe;
}
.nss #formsearch #s_btn{
    width: 41px;
    float: right;
    height: 32px;
    background: url(../images/ss2.png) no-repeat center;
}
.nss .pro-erji ul{
    font-size: 0;
}
.nss .pro-erji ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.nss .pro-erji ul li a{
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 35px;
    padding: 0 25px;
}
.nss .pro-erji ul li a:hover{
    background: #004ea2;
    color: #fff;
}

.xypg-product-list1{
    margin-left: -12px;
    margin-right: -12px;
}
.xypg-product-list1 li{
    width: 25%;
    float: left;
    padding: 0 12px;
    margin-bottom: 20px;
}
.xypg-product-list1 li a{
    display: block;
    position: relative;
}
.xypg-product-list1 li .img img{
    width: 100%;
}
.xypg-product-list1 li h3{
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0c1f33;
    line-height: 59px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xypg-product-list1 li a .marks{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,78,162,0.9);
    opacity: 0;
    transition: .3s;
}
.xypg-product-list1 li a .wz{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    padding: 0 5%;
    opacity: 0;
    transition: .3s;
}
.xypg-product-list1 li a .wz h4{
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 24%;
}
.xypg-product-list1 li a .wz dt{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/more1.png) no-repeat center;
    background-size: 100% 100%;
}
.xypg-product-list1 li a:hover .marks{
    opacity: 1;
}
.xypg-product-list1 li a:hover .wz{
    opacity: 1;
}


@media (max-width: 1600px){
    .pro-sort > li > a span{
        font-size: 14px;
    }
}
@media (max-width: 1230px){
    .xypg-product-list1 li a h3{
        font-size: 14px;
        line-height: 50px;
    }
    .xypg-product-list1 li a .wz h4{
        font-size: 18px;
    }
    .nss{
        margin-bottom: 30px;
    }
    .nss .pro-erji ul li a{
        font-size: 14px;
        padding: 0 15px;
    }
}
@media (max-width: 991px){
    .pro-sort > li{
        width:33.333%;
        border:none;
    }
}
@media (max-width: 767px){
    .xypg-product-list1 li{
        width: 50%;
    }
    .xypg-product-list1 li a .wz h4{
        font-size: 16px;
    }
    .xypg-product-list1 li a .wz dt{
        width: 35px;
        height: 35px;
    }
    .pro-sort > li > a img{
        max-width: 30px;
    }
    .pro-sort > li > a span{
        font-size:12px;
    }
}



.dqwz{
    background: #efefef;
    
}
.dqwz .dqwz-cacac{
    padding: 15px 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 35px;
}
.dqwz .dqwz-cacac .site{
    font-size: 14px;
    color: #000000;
    float: left;
}
.dqwz .dqwz-cacac .site a{
    color: #000;
}
.pro-detail-sort{
    float: right;
}
.pro-detail-sort ul{
    text-align: right;
}
.pro-detail-sort ul li{
    margin-left: 20px;
    display: inline-block
}
.pro-detail-sort ul li a{
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 35px;
}
.pro-detail-sort ul li a:hover{
    color: #004ea2
}


.product-detail-xgcp{
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}
.product-detail-xgcp .click-con{
    padding: 0 12px;
}
.product-detail-xgcp .click-con a{
    display: block;
    position: relative;
}
.product-detail-xgcp .click-con a{
    display: block;
    position: relative;
}
.product-detail-xgcp .click-con a .img img{
    width: 100%;
}
.product-detail-xgcp .click-con a h3{
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #0c1f33;
    line-height: 59px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-detail-xgcp .click-con a .marks{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,78,162,0.9);
    opacity: 0;
    transition: .3s;
}
.product-detail-xgcp .click-con a .wz{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    padding: 0 5%;
    opacity: 0;
    transition: .3s;
}
.product-detail-xgcp .click-con a .wz h4{
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 24%;
}
.product-detail-xgcp .click-con a .wz dt{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/more1.png) no-repeat center;
    background-size: 100% 100%;
}
.product-detail-xgcp .click-con a:hover .marks{
    opacity: 1;
}
.product-detail-xgcp .click-con a:hover .wz{
    opacity: 1;
}
.product-detail-xgcp .slick-dots{
    text-align: center;
    margin: 50px auto;
}
.product-detail-xgcp .slick-dots li{
    display: inline-block;
    margin: 0 10px;
    width: 16px;
    height: 16px;
}
.product-detail-xgcp .slick-dots li button{
    display: block;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #868686;
    text-indent: 100px;
    overflow: hidden;
    padding: 0
}
.product-detail-xgcp .slick-dots li.slick-active button{
    background: #1558a6;
}
.product-detail-sm .product-detail-more a{
    display: block;
    font-size: 20px;
    color: #fff;
    background: #1558a6;
    width: 192px;
    height: 49px;
    text-align: center;
    margin: 0 auto;
    line-height: 49px
}



@media (max-width: 1230px){
    .product-detail-xgcp .click-con a h3{
        font-size: 14px;
        line-height: 50px;
    }
    .product-detail-xgcp .click-con a .wz h4{
        font-size: 18px;
    }
}

@media (max-width: 991px){
    .product-detail-sm .product-detail-sm-tlt{
        font-size: 16px;
        line-height: 32px;
        padding-left: 20px;
    }
    .product-detail-sm .product-detail-sm-zx a{
        font-size: 14px;
    }
    .product-detail-sm .product-detail-sm-tlt2{
        font-size: 16px;
        line-height: 32px;
        padding-left: 20px;
        margin: 30px auto 20px
    }
    .product-detail-sm .product-detail-more a{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .product-detail-xgcp .click-con a .wz h4{
        font-size: 16px;
    }
    .product-detail-xgcp .click-con a .wz dt{
        width: 35px;
        height: 35px;
    }
    .product-detail-xgcp .slick-dots{
        margin: 30px auto;
    }
    .product-detail-xgcp .slick-dots li{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .product-detail-xgcp .slick-dots li button{
        width: 10px;
        height: 10px;
    }

}


.npic{
    margin-top: 5%;
}
.npic ul{
    margin-left: -15px;
    margin-right: -15px;
}
.npic ul li{
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 10px;
    float: left
}
.npic ul li a{
    display: block;
}
.npic ul li a img{
    width: 100%
}
.npic ul li a h3{
    font-size: 14px;
    color: #131313;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
@media (max-width: 767px){
    .npic ul li{
        width: 50%;
    }
    
    .page-wrap-right p img{width:100%;}
}










