/*初始化样式*/

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: #005a9c;
    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;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #005a9c;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #005a9c;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #005a9c;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #005a9c;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #005a9c;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 320px;
    float: left;
}

.aspg-right {
    width: calc(97% - 320px);
    float: right;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #005a9c;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #005a9c;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}








/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}





.w1400{
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@font-face {
	font-family: 'St';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
.syst {
    font-family: 'St';
}

.copy a img{
    max-width: 66px;
}





.tong {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.of {
    overflow: hidden;
}

.tou {
    height: 110px;
}

.tou .logo {
    line-height: 110px;
}

.tou .zi {
    padding-top: 16px;
    width: 61%;
}

.tou .zi .zi1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 16px;
}

.tou .zi .zi1 .k1 {
    color: #999999;
    font-size: 13px;
}

.tou .zi .zi1 .k1 a {
    color: #999999;
}

.tou .zi .zi1 .dh {
    font-size: 16px;
    color: #005bac;
    font-family: arial;
    padding-left: 26px;
    background: url(../images/tel2.png) no-repeat 0 50%;
    margin-left: 16px;
}

.tou .zi .zi2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tou .zi .zi2 .ss {
    line-height: 76px;
    cursor: pointer;
}

.tou .zi .zi2 #formsearch {
    width: 370px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 76px;
    z-index: 111;
    background: #fff;
    display: none;
}

.tou .zi .zi2 #formsearch input {
    border: none;
    background: none;
    outline: none;
    line-height: 41px;
    height: 41px;
}

.tou .zi .zi2 #formsearch input#keyword {
    float: left;
    color: #999999;
    text-indent: 14px;
    width: calc(100% - 67px);
}

.tou .zi .zi2 #formsearch input#keyword::-webkit-input-placeholder {
    color: #999999;
}

.tou .zi .zi2 #formsearch input#s_btn {
    float: right;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 67px;
    padding: 0;
    background: url(../images/sous.png) no-repeat 50%;
    font-size: 0;
}

.c8{
    background: #f6f7f9;
}
.cca {
    position: relative;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
    transform: translateY(-50%);
    /**上移元素**/
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
}

.cca li {
    width: 25%;
    justify-content: center;
    align-items: center;
}

.cca li .img {
    height: 54px;
    overflow: hidden;
    margin-right: 1vw;
}

.cca li .img img {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.cca li .liwz h3 {
    font-size: 1rem;
    color: 333333;
    font-weight: bold;
}

.cca li .liwz p {
    font-size: 16px;
    color: #888888;
    margin-top: 10px;
    font-weight: bold
}

.cca li:hover .img img {
    top: -54px;
}

.cca li:hover .liwz h3 {
    color: #0172ba;
}

@media (max-width: 1200px) {
    .cca li .liwz h3 {
        font-size: 16px;
    }

    .cca li .liwz p {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .cca li {
        width: 50%;
        margin-bottom: 4%;
    }

    .cca li:nth-child(3) {
        margin-bottom: 0;
    }

    .cca li:nth-child(4) {
        margin-bottom: 0;
    }

    .cca li .img {
        width: 15%;
    }

    .cca li .liwz {
        width: 42%;
    }
}

@media (max-width: 768px) {
    .cca {
        display: none;
    }
    .cca li .img {
        width: 25%;
    }

    .cca li .liwz {
        width: 65%;
    }

}
@media (max-width: 640px) {
    .cca li {
        margin-bottom: 2%;
    }

    .cca li .img {
        width: 33%;
        margin-right: 0;
    }

    .cca li .liwz p {
        font-size: 12px;
        margin-top: 5px;
    }

    .cca {
        padding: 2vw 0;
    }
}
@media (max-width: 400px) {
    .cca li {
        width: 100%;
    }

    .cca {
        transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
    }
}




.c1 {
    background: url(../images/bg1.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4.95vw;
    padding-bottom: 5.42vw;
}

@media (max-width: 780px) {
    .c1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 780px) {
    .c1 .con {
        flex-wrap: wrap;
    }
}

.c1 .con .c1-1 {
    width: 52.1%;
    padding-top: 22px;
}

@media (max-width: 780px) {
    .c1 .con .c1-1 {
        width: 100%;
        padding-top: 0;
    }
}

.c1 .con .c1-1 h2 {
    line-height: 1;
}

.c1 .con .c1-1 h2 p {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 h2 p {
        font-size: 16px;
    }
}

.c1 .con .c1-1 h2 b {
    display: block;
    margin-top: 15px;
    font-size: 32px;
    color: #005a9c;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 h2 b {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 h2 b {
        font-size: 18px;
    }
}

.c1 .con .c1-1 dd {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin-top: 2vw;
    margin-bottom: 3.9vw;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 dd {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 dd {
        margin-top: 14px;
        margin-bottom: 20px;
    }
}

.c1 .con .c1-1 .list2 {
    display: flex;
    text-align: center;
}

@media (max-width: 480px) {
    .c1 .con .c1-1 .list2 {
        justify-content: space-between;
    }
}

.c1 .con .c1-1 .list2 li {
    padding: 25px 0 22px;
    width: 120px;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    margin-right: 1.61vw;
    transition-duration: .3s;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li {
        padding: 12px 0 10px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-1 .list2 li {
        width: 24%;
        margin-right: 0;
    }
}

.c1 .con .c1-1 .list2 li .img {
    line-height: 40px;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li .img img {
        max-height: 34px;
    }
}

.c1 .con .c1-1 .list2 li .img img.img2 {
    display: none;
}

.c1 .con .c1-1 .list2 li:hover .img img.img2{
  display: inline;
} 

.c1 .con .c1-1 .list2 li:hover .img img.img1{
  display: none;
} 

.c1 .con .c1-1 .list2 li h3 {
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}

@media (max-width: 1200px) {
    .c1 .con .c1-1 .list2 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
}

.c1 .con .c1-1 .list2 li:hover {
    border: dashed 1px #005bac;
}

.c1 .con .c1-1 .list2 li:hover .img.img2 {
    display: inline;
}

.c1 .con .c1-1 .list2 li:hover .img.img1 {
    display: none;
}

.c1 .con .c1-2 {
    width: 41.642%;
}

@media (max-width: 780px) {
    .c1 .con .c1-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c1 .con .c1-2 img {
    width: 100%;
}

h2.bt {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #005a9c;
}

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

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

.c2 {
    background-color: #f6f7f9;
    /* padding-top: 3.7vw; */
    padding-bottom: 1.93vw;
}

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

.c2 .con {
    margin-top: 3.23vw;
}

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

.c2 .con .list2 {
    justify-content: flex-start;
    margin-left: -0.54vw;
    margin-right: -0.54vw;
}

.c2 .con .list2 li {
    width: 33.33%;
    padding: 0 0.54vw;
    margin-bottom: 3.23vw;
}

@media (max-width: 780px) {
    .c2 .con .list2 li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .c2 .con .list2 li {
        margin-bottom: 14px;
    }
}

.c2 .con .list2 li .img {
    text-align: center;
    position: relative;
}

.c2 .con .list2 li .img img {
    width: 100%;
}

.c2 .con .list2 li .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 90, 156, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition-duration: .3s;
    opacity: 0;
}

.c2 .con .list2 li .img .zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding-bottom: 26px;
    width: 83.13%;
    color: #fff;
    transition-duration: .3s;
    opacity: 0;
}

.c2 .con .list2 li .sec {
    margin-top: 2.08vw;
    align-items: center;
}

@media (max-width: 480px) {
    .c2 .con .list2 li .sec {
        margin-top: 14px;
    }
}

.c2 .con .list2 li .sec h3 {
    font-size: 24px;
    color: #005bac;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
}

@media (max-width: 480px) {
    .c2 .con .list2 li .sec h3 {
        width: calc(100% - 50px);
    }
}

.c2 .con .list2 li .sec h3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

@media (max-width: 1200px) {
    .c2 .con .list2 li .sec h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .c2 .con .list2 li .sec h3 {
        font-size: 14px;
    }
}

.c2 .con .list2 li .sec h3 img {
    padding-right: 0.99vw;
    transform: scale(1) !important;
}

@media (max-width: 1200px) {
    .c2 .con .list2 li .sec h3 img {
        width: 32px;
    }
}

@media (max-width: 480px) {
    .c2 .con .list2 li .sec h3 img {
        width: 24px;
    }
}

.c2 .con .list2 li .sec .ck {
    color: #666666;
    font-size: 14px;
}

@media (max-width: 480px) {
    .c2 .con .list2 li .sec .ck {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .c2 .con .list2 li:hover .img:before {
        opacity: 1;
    }

    .c2 .con .list2 li:hover .img .zi {
        opacity: 1;
    }
}

/* c5_index */
.c5_index{position: relative;padding-bottom: 80px;}
.c5_index h2{text-align: center;color: #000;font-size: 2.2vw;margin-bottom: 4.1666vw;line-height: 1.3;}
.c5_index ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.c5_index ul li{position: relative;text-align: center;}
.c5_index ul li a{display: block;}
.c5_index ul li .ooimg{text-align: center;}
.c5_index ul li .ooimg img{max-width: 100%;display: inline-block;}
.c5_index ul li h3{font-weight: normal;padding: 1.5635vw 0;font-size: 1.25vw;color: #000;}
.c5_index ul li:hover .ooimg img{filter: invert(20%) sepia(98%) saturate(1886%) hue-rotate(187deg) brightness(93%) contrast(102%);}
.c5_index ul li:hover h3{color: #005a9c;}


@media (max-width: 992px){
    .c5_index{padding-bottom: 40px;}
    .c5_index ul li{width: 22%;}
    .c5_index ul li h3{font-size: 15px;}
}

@media (max-width: 768px){
    .c5_index h2{font-size: 20px;}
    .c5_index ul li h3{font-size: 13px;}
}




/* APPLICATION 行业应用 */
.case {
    background: url(../images/bg4.jpg) no-repeat center;
    padding-top: 70px;
    padding-bottom: 76px;
    background-size: cover;
}
.bt .bt1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #333;
    font-weight: 600;
}

.bt .bt1 span {
    color: #005a9c;
    font-family: Arial;
    font-size: 40px;
}

.bt .bt2 {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 16px;
}

.hy {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.hyl {
    width: 72.31%;
}

.hyr {
    width: 27.69%;
}

.hyl .tab2 img {
    width: 100%;
}

.hyl .tab2 {
    position: relative;
}

.hyl .tab2 .cnr {
     position: absolute; 
    width: 100%;
    left: 0;
    bottom: 0;
    
    transition: all 0.5s; 
     margin: 0 auto; 
     padding: 3% 5%; 
     background: rgba(51,51,51,0.4)
}

.hyl .tab2 .cnr .p1 {
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 16px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.hyl .tab2 .cnr .p2 {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden
}

.hyl .tab2.on .cnr .p1 {
    height: auto;
    bottom: 88px;
}

.hyl .tab2.on .cnr .p2 {
    /* margin-top: 20px; */
    height: auto;
    bottom: 44px;
}

.hyr ul {
    height: 100%;

    background: #fff;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly; */
}

.hyr ul li {
    height: calc(100% / 4);
    /* border-bottom: 1px solid #e6e7e7; */
    padding: 0 25px;

}

.hyr ul li .ll {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6e7e7;
}



.hyl .tab2 {
    display: none;
}

.hyr ul li:last-child .ll {
    border-bottom: none;
}

.hyr ul li .div {
    /* padding-left: 104px; */
    height: 71px;
    background: no-repeat top left;
    /* line-height: 71px; */
    transition: all 0.5s;
    /* line-height: 71px; */
}

.hyr ul li .div a {
    display: block;
}

.hyr ul li .div .s1 {
    display: block;
    width: 71px;
    height: 71px;
    margin-right: 37px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f7f7;
}

.hyr ul li .div .hfa {
    width: 100%;
    height: 40px;
    margin-top: 15.5px;
    overflow: hidden;
    background: no-repeat top center;
    transition: all 0.5s;
}

.hyr ul li.cur .div .hfa {
    background: no-repeat bottom center;

}

.hyr ul li.cur {
    background: #005a9c;
    /* border-bottom: 1px solid #005a9c; */
}

.hyr ul li.cur .ll {
    border-bottom: 1px solid #005a9c;
}

.hyr ul li .div .p1 {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    padding-top: 14px;
}

.hyr ul li .div .p2 {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    text-transform: uppercase;
}

.hyr ul li.cur .p1,
.hyr ul li.cur .p2 {
    color: #fff;
}



@media (max-width: 1200px) {
    .case{
        padding: 40px 0;
    }
    .hyr ul li .div .s1 {
        width: 53px;
        height: 53px;
        margin-right: 4px;
    }

    .hyr ul li .div .hfa {
        height: 26px;
        background-size: 50%;
        margin-top: 13.5px;
    }

    .hyr ul li:nth-child(3) .div .hfa {
        background-size: 30%;
    }

    .hyr ul li:nth-child(3).cur .div .hfa {
        background-size: 30%;
    }

    .hyr ul li:nth-child(4) .div .hfa {
        background-size: 44%;
    }

    .hyr ul li:nth-child(4).cur .div .hfa {
        background-size: 44%;
    }

    .hyr ul li.cur .div .hfa {
        background: no-repeat bottom center;
        background-size: 50%;
    }

    .hyr ul li .div .p1 {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
        padding-top: 7px;
    }

    .hyr ul li .div .p2 {
        font-size: 12px;
        color: #999999;
        margin-top: 3px;
        text-transform: uppercase;
    }

    .hyr ul li.cur .p1,
    .hyr ul li.cur .p2 {
        color: #fff;
    }
    .hyl .tab2.on .cnr .p2 {
        /* margin-top: 20px; */
        height: auto;
        bottom: 28px;
    }

}

@media (max-width: 990px) {
    
    .hyr ul li .div .s1 {
        margin-right: 14px;
    }



    .hyl {
        width: 100%;
    }

    .hy {
        display: block;
    }

    .hyr {
        width: 100%;
    }

    .hyr ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .hyr ul li {
        width: 50%;

    }

    .hyr ul li .ll {
        padding: 15px 0;
    }

    .hyr ul li .ll:nth-child(3) {
        border-bottom: none;
    }

    .hyr ul li .div {
        background: no-repeat top left;
        background-size: 15%;
    }

    .hyr ul li.cur .div {
        background: no-repeat bottom left;
        background-size: 15%;
    }

    .hyr ul li .div {
        height: 46px;
    }
}
@media (max-width: 768px) {
    .abr,
    .abl {
        float: none;
        width: 100%;
    }

    .abl {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .bt .bt1 {
        font-size: 25px;
        line-height: 25px;
    }

    .bt .bt1 span {
        font-size: 28px;
    }

    .bt .bt2 {
        text-align: center;
        font-size: 14px;
        color: #777;
        margin-top: 8px;
    }


    .hy {
        margin-top: 16px;
    }

    .hyl .tab2 .cnr {
        bottom: 5px;
    }

    .hyl .tab2 .cnr .p2 {
        color: #fff;
        margin-top: 10px;
        font-size: 12px;
    }

    .hyl .tab2.on .cnr {
        bottom: 5px;
    }

    .hyr ul li {
        width: 100%;
    }

    .hyr ul li .div {
        height: 44px;
    }

    .hyl .tab2 .cnr .p1 {
        font-size: 18px;
        line-height: 18px;
    }
}



.abtt .wz{color:#333333;font-size:40px;font-weight:bold;}
.abtt .wz2{color:#333333;font-size:30px;font-weight:bold;}
.abtt .img{margin:0.89vw 0;}
.wh1802{max-width:1832px;margin:0 auto;padding:0 15px;}
.box4{background:url(../images/bg5.jpg) no-repeat;background-size:100% 100%;padding:4vw 0;}
.abtt2{text-align:center;}
.abtt2 .wz3{color:#333333;font-size:18px;margin-top:0.98vw;}
.hy{margin-top:2.2vw;position:relative;}
.hy .mySwiper2{overflow:hidden;}
.hy .swiper-slide{text-align:center;}
.hy .swiper-slide .img{overflow:hidden;}
.hy .swiper-slide .img img{width:100%;display:block;transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.hy .swiper-slide .mask{background:rgba(0,0,0,.4);width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;}
.hy .swiper-slide .nr{width:92%;margin:0 auto;display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.hy .swiper-slide .wz{color:#fff;font-size:18px;margin-top:2vw;}
.hy .swiper-slide:hover .img 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);}
.hy .swiper-slide:hover .mask{opacity:1;}



@media (max-width:1440px) {
    .abtt2 .wz3{font-size:16px;}
    .hy .swiper-slide .wz{font-size:16px;}
}

@media (max-width: 768px) {
    .hy .swiper-slide .wz{margin-top:30px;}
    .box4{
        padding: 40px 0;

    }
}
@media (max-width:640px) {
    .abtt .wz{font-size:25px;}
    .hy{margin-top:25px;}
  .hy .swiper-slide .wz{font-size:14px;}
  .abtt2 .wz3{margin-top:7px;}
}



html {
    overflow-x: hidden;
}

.c3 {
    margin-top: 3.28vw;
    margin-bottom: 3.85vw;
}

@media (max-width: 780px) {
    .c3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c3 .ti h2 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #005a9c;
}

@media (max-width: 1200px) {
    .c3 .ti h2 {
        font-size: 32px;
    }
}

@media (max-width: 780px) {
    .c3 .ti h2 {
        font-size: 24px;
    }
}

.c3 .ti a.ck {
    font-size: 16px;
    color: #999999;
}

@media (max-width: 1200px) {
    .c3 .ti a.ck {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .c3 .ti a.ck {
        font-size: 12px;
    }
}

.c3 .ti a.ck img {
    padding-left: 1.04vw;
}

.c3 .con {
    margin-top: 2.81vw;
}

@media (max-width: 780px) {
    .c3 .con {
        margin-top: 24px;
    }
}

.c3 .con .list2 {
    justify-content: flex-start;
    margin-left: -0.52vw;
    margin-right: -0.52vw;
    text-align: center;
}

.c3 .con .list2 li {
    width: 25%;
    padding: 0 0.52vw;
}

@media (max-width: 780px) {
    .c3 .con .list2 li {
        width: 50%;
    }
}

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

.c3 .con .list2 li h3 {
    margin-top: 1.88vw;
    font-size: 17px;
    color: #888888;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .c3 .con .list2 li h3 {
        font-size: 14px;
        margin-top: 0;
        line-height: 40px;
    }
}

.c3 .con .list2 li:hover h3 {
    color: #005a9c;
}

.c4 {
    padding-top: 4.32vw;
    background: url(../images/bg2.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-bottom: 3.02vw;
}

@media (max-width: 780px) {
    .c4 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.c4 h2.bt {
    color: #fff;
}

@media (max-width: 480px) {
    .c4 h2.bt {
        line-height: 1.4;
    }
}

.c4 .zix {
    color: #fff;
    font-size: 20px;
    margin-top: 27px;
    text-align: center;
}

@media (max-width: 780px) {
    .c4 .zix {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .c4 .zix {
        font-size: 14px;
        margin-top: 8px;
    }
}

.c4 .con {
    margin-top: 160px;
}

@media (max-width: 1380px) {
    .c4 .con {
        margin-top: 110px;
    }
}

.c4 .con .list2 {
    margin-left: -0.65vw;
    margin-right: -0.65vw;
    text-align: center;
    align-items: inherit;
}

@media (max-width: 480px) {
    .c4 .con .list2 {
        flex-wrap: wrap;
    }
}

.c4 .con .list2 li {
    width: 33.33%;
    padding: 0 0.65vw;
    position: relative;
}

@media (max-width: 480px) {
    .c4 .con .list2 li {
        width: 100%;
        margin-bottom: 110px;
    }

    .c4 .con .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c4 .con .list2 li a {
    background: #fff;
    padding: 5.42vw 1.98vw 2.6vw;
    display: block;
    height: 100%;
}

@media (max-width: 780px) {
    .c4 .con .list2 li a {
        padding-top: 64px;
    }
}

@media (max-width: 480px) {
    .c4 .con .list2 li a {
        padding: 64px 10px 20px;
    }
}

.c4 .con .list2 li .img {
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
    background: url(../images/yssb.png) no-repeat 50% 0;
    padding-top: 35px;
    position: absolute;
    top: -95px;
    background-size: 100% auto;
}

@media (max-width: 1380px) {
    .c4 .con .list2 li .img {
        width: 160px;
        padding-top: 27px;
        top: -74px;
    }
}

.c4 .con .list2 li .img .img1 {
    width: 121px;
    margin-left: auto;
    margin-right: auto;
    line-height: 121px;
}

@media (max-width: 1380px) {
    .c4 .con .list2 li .img .img1 {
        width: 93px;
        line-height: 93px;
    }
}

@media (max-width: 1380px) {
    .c4 .con .list2 li .img .img1 img {
        max-height: 40px;
    }
}

.c4 .con .list2 li .zi h3 {
    font-size: 30px;
    color: #000000;
    transition-duration: .3s;
}

@media (max-width: 1380px) {
    .c4 .con .list2 li .zi h3 {
        font-size: 18px;
    }
}

.c4 .con .list2 li .zi dd {
    margin-top: 22px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

@media (max-width: 1380px) {
    .c4 .con .list2 li .zi dd {
        font-size: 14px;
        margin-top: 8px;
    }
}

.c4 .con .list2 li:hover .zi h3 {
    color: #005a9c;
}

.c4 .dh {
    margin-top: 3.65vw;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: arial;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 780px) {
    .c4 .dh {
        margin-top: 20px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .c4 .dh {
        font-size: 16px;
    }
}

.c4 a.ck {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    margin-top: 1.88vw;
    width: 130px;
    line-height: 30px;
    background-color: #005a9c;
    border-radius: 8px;
    font-size: 14px;
    display: block;
}

@media (max-width: 780px) {
    .c4 a.ck {
        margin-top: 12px;
    }
}

.c5 {
    margin-top: 3.75vw;
    margin-bottom: 3.28vw;
}

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

.c5 .con {
    margin-top: 3.33vw;
    align-items: initial;
}

@media (max-width: 1200px) {
    .c5 .con {
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .c5 .con {
        margin-top: 24px;
    }
}

.c5 .con .c5-1 {
    width: 49.55%;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 {
        width: 100%;
    }
}

.c5 .con .c5-1 .list1 {
    position: relative;
}

.c5 .con .c5-1 .list1 li {
    float: left;
    position: relative;
}

.c5 .con .c5-1 .list1 li .img img {
    width: 100%;
}

.c5 .con .c5-1 .list1 li h3 {
    font-size: 22px;
    position: absolute;
    width: 100%;
    padding: 0 1.56vw;
    bottom: 1.98vw;
    color: #fff;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 .list1 li h3 {
        font-size: 16px;
        padding: 0 20px;
        bottom: 20px;
    }
}

.c5 .con .c5-1 .list1 .slick-dots {
    position: absolute;
    right: 1.56vw;
    bottom: 1.67vw;
}

@media (max-width: 1200px) {
    .c5 .con .c5-1 .list1 .slick-dots {
        right: 20px;
        bottom: 20px;
    }
}

.c5 .con .c5-1 .list1 .slick-dots li {
    margin-left: 10px;
    border-radius: 20px;
    border: solid 1px #ffffff;
    width: 10px;
    height: 10px;
    background: none;
}

.c5 .con .c5-1 .list1 .slick-dots li.slick-active {
    background: #fff;
}

.c5 .con .c5-1 .list1 .slick-dots li button {
    display: none;
}

.c5 .con .c5-2 {
    width: 50.45%;
}

@media (max-width: 1200px) {
    .c5 .con .c5-2 {
        width: 100%;
    }
}

.c5 .con .c5-2 .list2 li {
    position: relative;
    width: 33.3333333333%;
    border: solid 1px #eeeeee;
    transition-duration: .3s;
    margin: -1px 0;
}

.c5 .con .c5-2 .list2 li .img img {
    width: 100%;
}

.c5 .con .c5-2 .list2 li:hover {
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.c5 a.ck {
    margin-top: 3.96vw;
    text-align: center;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 780px) {
    .c5 a.ck {
        margin-top: 20px;
    }
}

.c5 a.ck img {
    padding-left: 16px;
}

.c6 {
    background: #fafafa;
    padding-top: 3.39vw;
    padding-bottom: 4.79vw;
}

@media (max-width: 780px) {
    .c6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c6 .con {
    align-items: inherit;
    margin-top: 3.33vw;
}

@media (max-width: 780px) {
    .c6 .con {
        margin-top: 24px;
    }
}

.c6 .con .c6-1 {
    width: 48.66%;
}

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

.c6 .con .c6-1 .list2 {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.c6 .con .c6-1 .list2 li .zi {
    padding: 1.88vw 2.6vw 2.19vw 1.6vw;
}

@media (max-width: 780px) {
    .c6 .con .c6-1 .list2 li .zi {
        padding: 20px 15px;
    }
}

.c6 .con .c6-1 .list2 li .zi .timex {
    font-size: 16px;
    font-family: arial;
    color: #666666;
}

@media (max-width: 780px) {
    .c6 .con .c6-1 .list2 li .zi .timex {
        font-size: 14px;
    }
}

.c6 .con .c6-1 .list2 li .zi h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 16px;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .c6 .con .c6-1 .list2 li .zi h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

.c6 .con .c6-1 .list2 li .zi dd {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .c6 .con .c6-1 .list2 li .zi dd {
        font-size: 14px;
    }
}

.c6 .con .c6-1 .list2 li .zi .ck {
    font-size: 14px;
    font-family: arial;
    color: #005a9c;
    margin-top: 18px;
}

@media (max-width: 780px) {
    .c6 .con .c6-1 .list2 li .zi .ck {
        font-size: 12px;
        margin-top: 12px;
    }
}

.c6 .con .c6-1 .list2 li .img img {
    width: 100%;
}

.c6 .con .c6-1 .list2 li:hover .zi h3 {
    color: #005a9c;
}

.c6 .con .c6-2 {
    width: 45.38%;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 {
        width: 100%;
    }
}

.c6 .con .c6-2 .list2 li {
    border-bottom: 1px dashed rgba(204, 204, 204, 0.6);
    padding: 1.40625vw 2.4vw 1.40625vw 0;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li {
        padding: 14px 0;
    }
}

.c6 .con .c6-2 .list2 li:nth-child(1) {
    padding-top: 10px;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li:nth-child(1) {
        padding: 14px 0;
    }
}

.c6 .con .c6-2 .list2 li .timex {
    font-size: 16px;
    font-family: arial;
    color: #666666;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li .timex {
        font-size: 14px;
    }
}

.c6 .con .c6-2 .list2 li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 16px;
    transition-duration: .3s;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
}

.c6 .con .c6-2 .list2 li dd {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li dd {
        font-size: 14px;
    }
}

.c6 .con .c6-2 .list2 li .ck {
    font-size: 14px;
    font-family: arial;
    color: #005a9c;
    margin-top: 18px;
}

@media (max-width: 780px) {
    .c6 .con .c6-2 .list2 li .ck {
        font-size: 12px;
        margin-top: 12px;
    }
}

.c6 .con .c6-2 .list2 li:hover h3 {
    color: #005a9c;
}



.bt{text-align:center;color:#fff;}
.bt h2{font-size:24px;}
.bt h3{font-size:14px;margin-top:12px;}
.box5{background:#1d4275;overflow:hidden;padding:2.08vw 0 1vw;}
.hzzb{width:20%;margin-top:50px;}
a.hzm{display:block;text-align:center;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;font-size:14px;width:130px;line-height:45px;margin:0 auto;margin-top:30px;}
.large-img{width:75%;float:right;}
.large-img li{margin-bottom:20px;}
.large-img li img{display:block;width:100%;}
.large-img .slick-slide{margin:0 10px;}



@media (max-width:1440px) {
  .hzzb{width:15%;}
  .bt h2{font-size:20px;}
}

@media (max-width:1024px) {
    .bt h2{font-size:26px;}
  .bt h3{font-size:14px;margin-top:10px;}
 .hzzb{width:100%;float:none;margin-top:0;}
 .large-img{width:100%;float:none;margin-top:20px;}
 a.hzm{display:none;}
}


@media (max-width:480px) {
 .large-img li{margin-bottom:10px;}
 .large-img .slick-slide{margin:0 5px;}
 .bt h2{font-size:25px;}
   .bt h3{font-size:12px;margin-top:10px;}
}















.c7 {
    background: url(../images/bg3.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 3.8vw;
    padding-bottom: 4.43vw;
}

@media (max-width: 780px) {
    .c7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 780px) {
    .c7 .con {
        flex-wrap: wrap;
    }
}

.c7 .con .c7-1 {
    width: 50%;
}

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

.c7 .con .c7-1 h2 b {
    display: block;
    font-size: 54px;
    color: #000000;
}

@media (max-width: 1200px) {
    .c7 .con .c7-1 h2 b {
        font-size: 36px;
    }
}

@media (max-width: 780px) {
    .c7 .con .c7-1 h2 b {
        font-size: 24px;
    }
}

.c7 .con .c7-1 h2 p {
    color: #000000;
    font-size: 22px;
    margin-top: 22px;
}

@media (max-width: 1200px) {
    .c7 .con .c7-1 h2 p {
        margin-top: 14px;
        font-size: 18px;
    }
}

@media (max-width: 780px) {
    .c7 .con .c7-1 h2 p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .c7 .con .c7-1 h2 p {
        margin-top: 6px;
    }
}

.c7 .con .c7-1 .dh {
    display: flex;
    align-items: center;
    margin-top: 2.55vw;
}

@media (max-width: 480px) {
    .c7 .con .c7-1 .dh {
        margin-top: 16px;
    }
}

.c7 .con .c7-1 .dh span {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 16px;
}

.c7 .con .c7-1 .dh p {
    font-size: 28px;
    color: #005a9c;
    font-family: arial;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .c7 .con .c7-1 .dh p {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .c7 .con .c7-1 .dh p {
        font-size: 16px;
    }
}

.c7 .con .c7-2 {
    width: 47.02%;
}

@media (max-width: 780px) {
    .c7 .con .c7-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c7 .con .c7-2 .lyb input {
    border: none;
    background: #fff;
    line-height: 52px;
    padding: 0;
    display: block;
    font-size: 16px;
    text-indent: 1.04vw;
    color: #999999;
}

.c7 .con .c7-2 .lyb input::-webkit-input-placeholder {
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww1 {
        flex-wrap: wrap;
    }
}

.c7 .con .c7-2 .lyb .ww1 .ww2 {
    width: 48.42%;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww1 .ww2 {
        width: 100%;
    }

    .c7 .con .c7-2 .lyb .ww1 .ww2:nth-child(1) {
        margin-bottom: 10px;
    }
}

.c7 .con .c7-2 .lyb .ww1 .ww2 input {
    width: 100%;
}

.c7 .con .c7-2 .lyb .ww3 {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww3 {
        margin-bottom: 10px;
    }
}

.c7 .con .c7-2 .lyb .ww3 textarea {
    border: none;
    background: #fff;
    width: 100%;
    line-height: 52px;
    height: 74px;
    padding: 0;
    display: block;
    font-size: 16px;
    text-indent: 1.04vw;
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww3 textarea::-webkit-input-placeholder {
    color: #999999;
}

.c7 .con .c7-2 .lyb .ww4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 {
        flex-wrap: wrap;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww41 {
    width: 48.42%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 .ww41 {
        width: 100%;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww41 input {
    width: calc(100% - 150px);
}

.c7 .con .c7-2 .lyb .ww4 .ww42 {
    width: 48.42%;
}

@media (max-width: 480px) {
    .c7 .con .c7-2 .lyb .ww4 .ww42 {
        width: 100%;
        margin-top: 10px;
    }
}

.c7 .con .c7-2 .lyb .ww4 .ww42 input {
    color: #fff;
    background-color: #005a9c;
    border-radius: 3px;
    line-height: 52px;
    text-indent: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.foot {
    padding-top: 2.71vw;
    background-color: #232324;
    padding-bottom: 3.6vw;
}

@media (max-width: 780px) {
    .foot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.foot .con {
    display: flex;
    justify-content: space-between;
}

.foot .con .foot1 {
    width: 520px;
    display: flex;
}

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

.foot .con .foot1 li {
    width: 50%;
}

.foot .con .foot1 li h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot1 li .sec {
    margin-top: 1.666vw;
}

.foot .con .foot1 li .sec a {
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.foot .con .foot2 {
    margin-top: 8px;
    width: 352px;
}

@media (max-width: 600px) {
    .foot .con .foot2 {
        width: 50%;
    }
}

.foot .con .foot2 .lx h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot2 .lx .sec {
    margin-top: 1.666vw;
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot .con .foot2 .list2 {
    margin-top: 2.5vw;
    display: flex;
}

.foot .con .foot2 .list2 li {
    margin-right: 20px;
}

.foot .con .foot2 .list2 li:last-child {
    margin-right: 20px;
}

.foot .con .foot3 {
    margin-top: 2.19vw;
    text-align: center;
}
.foot .con .foot3 .img img{
    max-width: 120px;
}

@media (max-width: 600px) {
    .foot .con .foot3 {
        width: 50%;
    }
}

.foot .con .foot3 p {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 22px;
}

.ban {
    font-size: 14px;
    color: #999;
    padding: 2vw 0 1.7vw;
}

@media (max-width: 780px) {
    .ban {
        text-align: center;
        padding: 14px 0;
        font-size: 13px;
    }

    .ban .ban1, .ban .ban2 {
        width: 100%;
    }
}

.ban a {
    color: #999;
}

.ban2 a img{
    max-width: 66px;
}





/*  */
.box7{padding: 4.3% 0 6.4%;background: #fbfbfb;}
.xin{margin-top: 48px;}
.nleft{width: 59.3%;}
.nright{width: 37%;}
.nn{background: url(../images/line6.png) repeat-x bottom center;margin-bottom: 28px;}
.nsort li{margin-right: 30px;}
.nsort li a,.nn h3{color: #333333;font-size: 20px;font-weight: bold;padding-bottom: 25px;display: block;line-height: 1;}
.nsort li.cur a{background: url(../images/line7.png) no-repeat bottom center;color: #03458e;}
.nn>a{display: block;color: #999999;font-size: 14px;margin-top: 6px;}
.nul li .img{width:301px;display: block;}
.nul li .img img{width: 100%;}
.nei{width:calc(100% - 338px);}
.nei h3 a{display: block;color: #333333;font-size: 18px;font-weight: bold;line-height: 1;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin: 10px 0 15px;}
.nei p{color: #999999;font-size: 14px;line-height: 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.m1 a{display: block;width: 126px;height: 39px;background-color: #03458e;border-radius: 6px;line-height: 39px;text-align: center;color: #fff;font-size: 14px;margin-top: 18px;}
.new-rem {
    padding-top: 40px;
    margin-top: 23px;
    border-top: 1px dashed #cccccc;
}

.new-rem ul li {
    float: left;
    width: 50%;
}

.new-rem ul li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.new-rem ul li a {
    width: 93%;
    display: block;
}

.new-rem ul li a h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    transition: all .5s ease;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-rem ul li a h3 span {
    display: inline-block;
    overflow: hidden;
    width: 12px;
	height: 12px;
	border: solid 2px #999999;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s ease;
}

.new-rem ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-rem ul li a .time {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 18px;
}

.new-rem ul li a:hover h3 {
    color: #03458e;
}

.new-rem ul li a:hover h3 span {
    border: solid 2px #03458e;
}

.nright .bd{overflow: hidden;height: 420px;}
.nright .bd li{height: 110px;}
.nright .bd li a{display: block;padding-left: 48px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #333333;font-size: 16px;background: url(../images/wenti.png) no-repeat left center;margin-bottom: 14px;}
.nright .bd li p{display: block;padding-left: 48px;color: #999999;font-size: 14px;line-height: 24px; background: url(../images/daan.png) no-repeat left top;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.nright .bd li a:hover{color: #03458e;}
.nei h3 a:hover{color: #03458e;}

@media(max-width: 768px){
    .nleft,.nright{width: 100%;}
    .nleft{margin-bottom: 20px;}
}
@media(max-width: 640px){
    .box7{padding: 30px 0;}
    .xin{margin-top: 20px;}
    .nn{margin-bottom: 20px;}
    .nsort li a, .nn h3{font-size: 18px;padding-bottom: 20px;}
    .nn>a{margin-top: 0;}
    .nul li .img,.nei{width: 100%;float: none;}
}



.lxwm1{
    background: #fff;
    margin: 2vw auto;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-left{
    width: 50%;
    background: url(../images/lianxi_bg.png) right bottom no-repeat #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem 0 0 .5rem;
    padding: 4rem 4rem 3rem;
    box-shadow: 1.832px 10.952px 10px 5px rgb(0,0,0,0.1);
}
.lxwm1 .lxwm1-left .lxfs{
    margin-bottom: 2vw;
}
.lxwm1 .lxwm1-left .lxfs ul li{
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}
.lxwm1 .lxwm1-left .lxfs ul li span{
    display: inline-block;
    width: 44px;
    line-height: 42px;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
}
.lxwm1 .lxwm1-left .lxfs ul li span img{
    max-width: 100%;
}
.lxwm1 .lxwm1-left .lxewm{
    display: flex;
    align-items: center;
}
.lxwm1 .lxwm1-left .lxewm img{
    max-width: 120px;
}
.lxwm1 .lxwm1-left .lxewm dl{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-left: 10px;
}

.lxwm1 .lxwm1-right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        position: relative;
        width: 100%;
        height: 400px;
    }
    .lxwm1 .lxwm1-left .lxfs ul li{
        font-size: 14px;
    }
    
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}



   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #005a9c;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}
