/*初始化样式*/

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: #00559f;
    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;
    left: 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: #00559f;
    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;
    left: 100%;
    top: 0;
    background: #00559f;
}

.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: #00559f;
}

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

.pf_right ul li.r_ewm:hover a {
    background: #00559f;
}

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

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

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    left: -12px;
    top: 20px;
    transform: rotate(180deg)
}

.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: #00559f;
}

.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{
    padding-right: 85px;
    position: relative
}
.nei-news-list1 li a h3 dl{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a h3 span{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}

.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: #00559f;
}

@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);
}









/* 内页 */

.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;
}
.w1320{
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.wth{
    max-width: 1653px;
    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;
}

.top_head{
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.head-con{
    padding: 0 20px;
    background: #fff;
}
.head-con .logo{
    width: 344px;
    float: left;
    line-height: 100px;
}
.head-con .logo img{
    max-width: 100%;
}
.head-con .logowz{
    float: left;
    padding-top: 30px;
    font-size: 14px;
    line-height: 2;
}
.head-con .logowz dd{
    color: #000;
}
.head-con .logowz dl{
    color: #01589f;
}
.head-con .head-ss{
    padding-left: 15px;
    padding-top: 34px;
    height: 100px;
    text-align: center;
    float: right;
    position: relative;
}
.head-con .head-ss .head-ss-btn{
    display: inline-block;;
    width: 32px;
    height: 32px;
    background: url(../images/sous.png) no-repeat center;
    cursor: pointer;
}
.head-con .head-ss::before{
    content: '';
    width: 1px;
    height: 16px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 42px;
}
.head-con .head-ss .ss{
    width: 240px;
    position: absolute;
    right: 0;
    top: 102px;
    display: none;
}
.head-con .head-ss .ss #formsearch{
    background: #fff;
    width: 100%;
}
.head-con .head-ss .ss #formsearch #keyword{
    width: calc(100% - 50px);
    line-height: 35px;
    padding-left: 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
}
.head-con .head-ss .ss #formsearch #s_btn{
    width: 50px;
    height: 35px;
    background: #00559f;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
}
.head-con .head-site{
    float: right;
    margin: 0 1.5vw;
    position: relative;
    line-height: 100px;
}
.head-con .head-site .head-site-btn span{
    padding-right: 15px;
    font-size: 16px;
    color: #2f2f2f;
    background: url(../images/xial.png) no-repeat center right;
}
.head-con .head-tel{
    font-size: 16px;
    color: #373737;
    line-height: 100px;
    float: right;
    padding-left: 1.5vw;
    position: relative;
}
.head-con .head-tel::before{
    content: '';
    width: 1px;
    height: 16px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 42px;
}
.head-con .head-tel span{
    color: #009ee0;
}

@media (min-width: 2000px){
    .head-con .head-site{
        margin: 0 30px;
    }
}
@media (max-width: 1440px) {
    .head-tel{
        display: none;
    }
    .x-menu{
        width: calc(100% - 500px);
    }
    .head-con .logo{
        width: 300px;
    }
}
@media (max-width: 1200px) {
    .head-site{
        display: none;
    }
    .x-menu{
        width: calc(100% - 320px);
    }
    .head-con .logo{
        width: 240px;
    }
}


/* 产品应用细分 */

.c1tlt{
    background: #0087d9;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 72px;
}
.c1-con{
    padding: 45px 15px 35px;
}
.c1-con .mySwiper1{
    position: relative;
    padding: 0 25px;
    overflow: hidden;
}
.c1-con .mySwiper1 .swiper-slide{
    padding-bottom: 10px;
}
.c1-con .mySwiper1 .swiper-slide a{
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 5px 10px rgba(51, 51, 51, 0.12);
}
.c1-con .mySwiper1 .swiper-slide a .img img{
    width: 100%;
}
.c1-con .mySwiper1 .swiper-slide a h3{
    text-align: center;
    font-size: 16px;
    color: #010101;
    margin: 1.5vw auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c1-con .mySwiper1 .swiper-slide a:hover h3{
    color: #00559f;
}

.c1-con .mySwiper1 .swiper-button-next, .c1-con .mySwiper1 .swiper-button-prev{
    width: 52px;
    height: 52px;
    margin-top: -26px;
}
.c1-con .mySwiper1 .swiper-button-prev{
    left: 0;
    background: url(../images/left2.png) no-repeat center;
    background-size: 100% 100%;
}
.c1-con .mySwiper1 .swiper-button-next{
    right: 0;
    background: url(../images/right2.png) no-repeat center;
    background-size: 100% 100%;
}


@media(max-width:1200px) {
    .c1-con .mySwiper1{
        padding: 0 15px;
    }
    .c1-con .mySwiper1 .swiper-button-next, .c1-con .mySwiper1 .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}
@media(max-width:990px) {
    .c1tlt{
        font-size: 20px;
        line-height: 50px;
    }
    .c1-con{
        padding: 20px 10px;
    }
    .c1-con .mySwiper1{
        padding: 0 10px;
    }
    .c1-con .mySwiper1 .swiper-slide a h3{
        font-size: 14px;
        margin: 15px auto;
    }
}
@media(max-width:640px) {
    .c1-con .mySwiper1{
        padding: 0 8px;
    }
    .c1-con .mySwiper1 .swiper-button-next, .c1-con .mySwiper1 .swiper-button-prev{
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}


/* 关于马斯特菲 */
.index-c2{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 2.6vw 0;
}
.c2-left{
    width: 53%;
    float: left;
}
.c2-left .c2-left-tlt{
    position: relative;
    z-index: 99;
}
.c2-left .c2-left-tlt h2{
    font-size: 24px;
    color: #000000;
    padding-left: 32px;
    background: url(../images/tlt1.png) no-repeat left center;
}
.c2-left .c2-left-tlt h3{
    font-size: 2.7vw;
    color: #000;
    line-height: 1.3;
    margin: 1.2vw 0 4.4vw;
}
.c2-left .c2-left-tlt span{
    color: #0457a0;
    display: block;
    font-weight: bold;
}
.c2-left .c2-left-tlt .c2-more{
    display: block;
    width: 219px;
    line-height: 72px;
    background: #00559f;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 24px;
}
.c2-left .c2-left-tu{
    text-align: right;
    margin-top: -100px;
}
.c2-left .c2-left-tu img{
    max-width: 80%;
}
.c2-right{
    width: 42.6%;
    float: right;
    padding-top: 7vw;
}
.c2-right .c2-right-tlt h2{
    font-size: 24px;
    color: #00559f;
    font-style: italic;
}
.c2-right .c2-right-tlt h3{
    font-size: 5.5vw;
    color: #000;
    line-height: 1.2;
}
.c2-right .c2-right-js{
    padding: 40px 0 70px;
}
.c2-right .c2-right-js h3{
    font-size: 36px;
    color: #000000;
}
.c2-right .c2-right-js .wz{
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin-top: 2vw;
}
.c2-right .c2-right-num{
    display: flex;
    justify-content: space-between;
}
.c2-right .c2-right-num li{
    font-size: 18px;
    color: #000000;
}
.c2-right .c2-right-num li span{
    color: #00559f;
    font-size: 3vw;
    display: block;
}

@media(min-width:2000px) {
    .c2-right .c2-right-num li span{
        font-size: 50px;
    }
    
}
@media(max-width:1600px) {
    .c2-left .c2-left-tlt .c2-more{
        display: block;
        width: 180px;
        line-height: 64px;
        font-size: 20px;
    }
    .c2-right .c2-right-js{
        padding: 30px 0 60px;
    }
    .c2-right .c2-right-js h3{
        font-size: 30px;
    }
}
@media(max-width:1400px) {
    .c2-left .c2-left-tlt .c2-more{
        display: block;
        width: 160px;
        line-height: 60px;
        font-size: 18px;
    }
    .c2-right .c2-right-js{
        padding: 30px 0 50px;
    }
    .c2-right .c2-right-js h3{
        font-size: 28px;
    }
}
@media(max-width:1200px) {
    .c2-left .c2-left-tlt .c2-more{
        display: block;
        width: 170px;
        line-height: 54px;
        font-size: 16px;
    }
    .c2-right .c2-right-js{
        padding: 20px 0 40px;
    }
    .c2-right .c2-right-js h3{
        font-size: 24px;
    }
    .c2-left .c2-left-tu{
        margin-top: -60px;
    }
    .c2-left .c2-left-tlt h2{
        font-size: 20px;
    }
    .c2-right .c2-right-tlt h2{
        font-size: 20px;
    }
    .c2-right .c2-right-js .wz{
        font-size: 16px;
    }
    .c2-right .c2-right-num li{
        font-size: 16px;
    }
}
@media(max-width:990px) {
    .c2-right .c2-right-js{
        padding: 20px 0 30px;
    }
    .c2-right .c2-right-js h3{
        font-size: 20px;
    }
    .c2-left .c2-left-tlt h2{
        font-size: 18px;
    }
    .c2-right .c2-right-tlt h2{
        font-size: 18px;
    }
    .c2-right .c2-right-num li{
        font-size: 15px;
    }
}
@media(max-width:767px) {
    .index-c2{
        padding: 30px 0;
    }
    .c2-left{
        width: 100%;
        float: none;
    }
    .c2-left .c2-left-tlt h3{
        font-size: 22px;
        line-height: 1.8;
        margin: 20px 0 40px;
    }
    .c2-left .c2-left-tu{
        margin-top: 20px;
    }
    .c2-left .c2-left-tu img{
        max-width: 100%;
    }
    .c2-right{
        width: 100%;
        padding-top: 40px;
    }
    .c2-right .c2-right-js{
        padding: 20px 0 ;
    }
    .c2-right .c2-right-tlt h3{
        font-size: 40px;
        line-height: 2;
    }
    .c2-right .c2-right-num li{
        font-size: 13px;
    }
    .c2-right .c2-right-num li span{
        font-size: 24px;
    }

}



/* 产品应用行业 */
.bg34{
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.c3tlt{
    font-size: 40px;
    color: #0457a0;
    font-weight: bold;
    margin-bottom: 20px;
}
.index-c3{
    padding-top: 4vw;
    padding-left: 7.2%;
    width: 100%;
    position: relative;
}
.index-c3 .c3-zbj{
    position: absolute;
    left: 39%;
    top: 40%;
    z-index: 9999;
}
.index-c3 .c3-ybj{
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9999;
}
.index-c3 .mySwiper2{
    width: 64%;
    float: right;
    overflow: hidden;
}
.index-c3 .mySwiper2 .swiper-slide{
    width: 41%;
}
.index-c3 .mySwiper2 .swiper-slide .img{
    overflow: hidden;
}
.index-c3 .mySwiper2 .swiper-slide .img img{
    width: 100%;
    transition: .5s;
}
.index-c3 .mySwiper2 .swiper-slide .img:hover img{
    transform: scale(1.1);
}
.index-c3 .mySwiper2 .swiper-slide h3{
    font-size: 22px;
    color: #000000;
    padding: 2vw 0;
    /* border-bottom: 1px solid #111; */
    position: relative;
}
.index-c3 .mySwiper2 .swiper-slide h3::before{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1966a8;
    transition: 1.2s;
}
.index-c3 .mySwiper2 .swiper-slide-thumb-active h3{
    color: #1966a8;
}
.index-c3 .mySwiper2 .swiper-slide-thumb-active h3::before{
    width: 100%;
}
.index-c3 .mySwiper3{
    width: 35%;
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}
.index-c3 .mySwiper3 .swiper-slide h3{
    font-size: 36px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c3 .mySwiper3 .swiper-slide .info{
    margin: 2vw auto 4vw;
    min-height: 200px;
}
.index-c3 .mySwiper3 .swiper-slide .info p{
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    padding-left: 40px;
    background-size: 31px;
    background-position: left 8px;
    background-repeat: no-repeat;
}
.index-c3 .mySwiper3 .swiper-slide .info p:nth-child(1){
    background-image: url(../images/p1.png);
}
.index-c3 .mySwiper3 .swiper-slide .info p:nth-child(2){
    background-image: url(../images/p2.png);
}
.index-c3 .mySwiper3 .swiper-slide .info p:nth-child(3){
    background-image: url(../images/p3.png);
}
.index-c3 .mySwiper3 .swiper-slide .info p:nth-child(4){
    background-image: url(../images/p4.png);
}
.index-c3 .mySwiper3 .swiper-slide .c3-aa{
    display: flex;
    justify-content: space-between;
    max-width: 470px;
}
.index-c3 .mySwiper3 .swiper-slide .c3-aa a{
    display: block;
    width: 48%;
    font-size: 24px;
    line-height: 3;
    border: 3px solid #00559f;
    border-radius: 8px;
    text-align: center;
}
.index-c3 .mySwiper3 .swiper-slide .c3-aa a.aa1{
    background: #00559f;
    color: #fff;
}
.index-c3 .mySwiper3 .swiper-slide .c3-aa a.aa2{
    color: #00559f;
}
.index-c3 .mySwiper3 .swiper-button-prev,.index-c3 .mySwiper3 .swiper-button-next{
    bottom: 0;
    top: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-size: 28px 28px;
}
.index-c3 .mySwiper3 .swiper-button-prev{
    left: 0;
}
.index-c3 .mySwiper3 .swiper-button-next{
    left: 185px;
}
.index-c3 .mySwiper3 .swiper-pagination{
    width: 100px;
    left: 50px;
    font-size: 24px;
    bottom: 0;
    color: #155099;
    text-align: center;
    align-items: middle;
}
/*.index-c3 .mySwiper3 .swiper-pagination .line03{*/
/*    display: inline-block;*/
/*    width: 2px;*/
/*    height: 50px;*/
/*    background: #c2cad2;*/
/*    margin: 0 5px 5px 5px;*/
/*}*/
.index-c3 .mySwiper3 .swiper-pagination .swiper-pagination-current{
    font-weight: bold;
}
.index-c3 .mySwiper3 .swiper-pagination .swiper-pagination-total{
    opacity: 0.4;
    font-weight: bold;
}
@media(max-width:1800px) {
    .index-c3{
        padding-left: 4%;
    }
    .index-c3 .c3-zbj{
        left: 36%;
    }
}
@media(max-width:1700px) {
    .index-c3{
        padding-left: 15px;
    }
}
@media(max-width:1600px) {
    .c3tlt{
        font-size: 40px;
    }
    .index-c3 .mySwiper3 .swiper-slide h3{
        font-size: 30px;
    }
    .index-c3 .mySwiper3 .swiper-slide .info p{
        font-size: 18px;
    }
    .index-c3 .mySwiper3 .swiper-slide .c3-aa a{
        font-size: 20px;
    }
}
@media(max-width:1400px) {
    .c3tlt{
        font-size: 36px;
    }
    .index-c3 .mySwiper3{
        padding-bottom: 50px;
    }
    .index-c3 .mySwiper3 .swiper-slide h3{
        font-size: 26px;
    }
    .index-c3 .mySwiper3 .swiper-slide .info p{
        font-size: 16px;
    }
    .index-c3 .mySwiper3 .swiper-slide .c3-aa a{
        font-size: 18px;
        line-height: 3.5;
    }
    .index-c3 .mySwiper2 .swiper-slide h3{
        font-size: 20px;
    }
    .index-c3 .mySwiper3 .swiper-slide .info{
        margin: 2vw auto;
    }
    .index-c3 .mySwiper3 .swiper-pagination{
        font-size: 20px;
    }
    .index-c3 .mySwiper3 .swiper-button-prev, .index-c3 .mySwiper3 .swiper-button-next{
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background-size: 22px 22px;
    }
}
@media(max-width:990px) {
    .index-c3 .mySwiper2{
        float: none;
        width: 100%;
    }
    .index-c3 .mySwiper3{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .c3tlt {
        font-size: 30px;
    }
    .index-c3 .mySwiper3 .swiper-slide h3{
        font-size: 20px;
    }
}
@media(max-width:767px) {
    .c3tlt {
        font-size: 26px;
    }
    .index-c3{
        padding-right: 15px;
    }
    .index-c3 .mySwiper2 .swiper-slide{
        width: 100%;
    }
    .index-c3 .mySwiper3 .swiper-slide h3{
        font-size: 16px;
    }
    .index-c3 .mySwiper3 .swiper-slide .c3-aa a{
        font-size: 16px;
        border: 2px solid #155099;
    }
}



/* 产品推荐 */
.index-c4{
    padding: 50px 0;
}
.c4-sort{
    /* display: flex;
    justify-content: space-between; */
    position: relative;
    padding-bottom: 60px;
}
.c4-sort .c3tlt{
    margin-bottom: 20px;
}
.c4-sort ul > li{
    display: inline-block;
    margin-right: 2vw;
}
.c4-sort ul > li > a{
    display: block;
    font-size: 20px;
    line-height: 2.5;
    color: #a9a9a9;
    border-bottom: 2px solid transparent;
}
.c4-sort ul > a{
    display: inline-block;
    padding: 0 30px;
    line-height: 2.5;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00559f;
    border-radius: 6px;
}
.c4-sort ul > a:hover{
    background: #00559f;
    color: #fff;
    border-color: #00559f;
}

.c4-sort ul > li.on > a{
    border-color: #00559f;
    color: #4d4d4d;
}
.c4-sort ul > li .secc{
    display: none;
}
.c4-sort ul > li.on .secc{
    display: block;
    position: absolute;
    right: 0;
    top: 78px;
}
.c4-sort ul > li .secc a{
    display: inline-block;
    font-size: 16px;
    color: #3a3a3a;
    margin-left: 2vw;
    line-height: 2.5;
}
.c4-sort ul > li .secc a:hover{
    color: #00559f;
}
.c4-list ul li{
    width: 23%;
    float: left;
    margin-bottom: 20px;
    margin-right: 2.66666%;
}
.c4-list ul li:nth-child(4n){
    margin-right: 0;
}
.c4-list ul li a{
    display: block;
}
.c4-list ul li .img{
    overflow: hidden;
}
.c4-list ul li .img img{
    width: 100%;
    transition: .5s;
}
.c4-list ul li a:hover .img img{
    transform: scale(1.1);
}
.c4-list ul li h3{
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 3.2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c4-list ul li a:hover h3{
    color: #244eaf;
}


@media(max-width:1600px) {
    .c4-sort ul > li > a{
        font-size: 18px;
    }
}
@media(max-width:1200px) {
    .c4-sort{
        padding-bottom: 60px;
    }
    .c4-sort ul > li > a{
        font-size: 16px;
    }
    .c4-sort ul > li.on .secc{
        top: 60px;
    }
    .c4-sort ul > li .secc a{
        font-size: 14px;
    }
    .c4-list ul li h3{
        font-size: 14px;
    }
}
@media(max-width:767px) {
    .index-c4{
        padding: 40px 0 20px;
    }
    .c4-sort{
        display: block;
        padding-bottom: 30px;
    }
    .c4-sort ul > li.on .secc{
        display: none;
    }
    .c4-sort ul > li > a{
        font-size: 14px;
    }
    .c4-list ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .c4-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .c4-sort ul > a{
        padding: 0 20px;
        font-size: 16px;
       border-radius: 4px;
       margin-top: 10px;
    }

}



/* 核心产线 */
.index-c5{
    padding: 5vw 0;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.c5tlt{
    margin-bottom: 40px;
}
.c5tlt h3{
    font-size: 2.6vw;
    color: #000;
    line-height: 1.2;
}
.c5tlt h3 span{
    display: block;
    font-weight: bold;
    color: #00559f;
}
.index-c5 .c5tlt h3{
    color: #fff;
}
.index-c5 .c5tlt h3 span{
    color: #fff;
}
.c5-con{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.c5-con .c5-tabli{
    width: 210px;
    float: left;
}
.c5-con .c5-tabli ul li{
    text-align: center;
    height: 208px;
    padding-top: 58px;
    background: #ecf6ff;
}
.c5-con .c5-tabli ul li img{
    width: 47px;
    height: 47px;
}
.c5-con .c5-tabli ul li h3{
    font-size: 20px;
    line-height: 2;
    color: #7f8e9c;
}
.c5-con .c5-tabli ul li.on{
    background: #fff;
    cursor: pointer;
}
.c5-con .c5-tabli ul li.on h3{
    color: #000;
}
.c5-con .c5-tabli ul li.on img{
    filter: brightness(0);
}
.c5-con .c5-tab{
    padding: 3vw 4vw;
    width: calc(100% - 210px);
    float: right;
}
.c5-con .c5-tab .c5-tab-cc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-wz{
    width: 62%;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-wz dd{
    font-size: 42px;
    color: #00559f;
    font-weight: bold;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-wz .info{
    font-size: 16px;
    line-height: 2;
    color: #000000;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-wz .info h3{
    font-size: 24px;
    margin-top: 2vw;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-wz a{
    display: block;
    width: 167px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00559f;
    border-radius: 6px;
    margin-top: 2vw;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-tu{
    width: 35%;
}
.c5-con .c5-tab .c5-tab-cc .c5-tab-tu img{
    max-width: 100%;
}

@media(max-width:1600px) {
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz dd{
        font-size: 35px;
    }
}
@media(max-width:1200px) {
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz dd{
        font-size: 30px;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz .info h3{
        font-size: 20px;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz a{
        width: 150px;
        line-height: 50px;
        font-size: 16px;
    }
}
@media(max-width:990px) {
    .c5tlt{
        margin-bottom: 20px;
    }
    .c5tlt h3{
        font-size: 26px;
        line-height: 1.5;
    }
    .c5-con .c5-tabli{
        width: 100%;
        float: none;
    }
    .c5-con .c5-tabli ul{
        display: flex;
        justify-content: space-between;
    }
    .c5-con .c5-tabli ul li{
        width: 33.3333333%;
        height: auto;
        padding: 20px 0;
    }
    .c5-con .c5-tabli ul li img{
        width: 30px;
        height: 30px;
    }
    .c5-con .c5-tabli ul li h3{
        font-size: 16px;
    }
    .c5-con .c5-tab{
        padding: 30px;
        width: 100%;
        float: none;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz dd{
        font-size: 24px;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz .info h3{
        font-size: 18px;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz .info{
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .c5-con .c5-tab{
        padding: 20px;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-wz{
        width: 100%;
    }
    .c5-con .c5-tab .c5-tab-cc .c5-tab-tu{
        display: none;
    }

}



/* 定制服务 */
.index-c6{
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    padding: 5vw 0;
}
.mySwiper4{
    width: 100%;
    overflow-x: hidden;
    position: relative;
    /*padding-bottom: 6vw;*/
    padding-bottom: 50px;
}
.mySwiper4 .swiper-slide {
    width: 50%;
    height: auto;
}
.mySwiper4 .swiper-slide a{
    display: block;
    position: relative;
    margin-left: 20px;
}
.mySwiper4 .swiper-slide a .img{
    overflow: hidden;
    border-radius: 10px;
}
.mySwiper4 .swiper-slide a .img img{
    width: 100%;
    transition: .5s;
}
.mySwiper4 .swiper-slide a .img:hover img{
    transform: scale(1.1);
}
.mySwiper4 .swiper-slide a .wz{
    width: 65%;
    background: #00559f;
    padding: 2vw;
    position: absolute;
    right: 0;
    bottom: -5vw;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(51, 51, 51, 0.22);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    opacity: 0;
}
.mySwiper4 .swiper-slide a .wz h3{
    font-size: 1.8vw;
}
.mySwiper4 .swiper-slide a .wz .info{
    width: 65%;
}
.mySwiper4 .swiper-slide a .wz .info p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 2vw;
}
.mySwiper4 .swiper-slide a .wz .info dd{
    width: 22px;
    height: 22px;
    background: url(../images/more1.png) no-repeat center;
}
.mySwiper4 .swiper-slide-active a .wz{
    opacity: 1;
}
.mySwiper4 .swiper-pagination{
    position: absolute;
    width: auto;
    left: 28%;
    bottom: 2.5vw;
    font-size: 16px;
    color: #464646;
    align-items: center;
}
.mySwiper4 .swiper-pagination .line03{
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #c2cad2;
    margin: 0 5px 5px 5px;
}
.mySwiper4 .swiper-button-prev,.mySwiper4 .swiper-button-next{
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: 30px 30px;
    bottom: 8vw;
    top: auto;
}
.mySwiper4 .swiper-button-prev{
    background: url(../images/left3.png) no-repeat center;
    left: 30%;
}
.mySwiper4 .swiper-button-next{
    background: url(../images/right3.png) no-repeat center;
    left: calc(30% + 40px);
}

.custom-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background: rgba(0,0,0,0.7);
            border-radius: 50%;
            z-index: 10;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        .arrow-next {
            right: 0;
        }
        .arrow-prev {
            left: 0;
        }

.c6-wz{
    text-align: center;
    padding: 0 15px;
}
.c6-wz span{
    display: inline-block;
    font-size: 22px;
    background: #00559f;
    line-height: 1.8;
    padding: 10px 4vw;
    color: #fff;
    border-radius: 10px;
}

@media(max-width: 1200px) {
    .mySwiper4 .swiper-slide{
        width: 60%;
    }
    .mySwiper4 .swiper-button-prev{
        left: 25%;
    }
    .mySwiper4 .swiper-button-next{
        left: calc(25% + 40px);
    }
    .mySwiper4 .swiper-pagination{
        left: 25%;
    }
    .mySwiper4 .swiper-pagination .line03{
        width: 60px;
    }
    .c6-wz span{
        font-size: 18px;
    }
}
@media(max-width: 767px) {
    .mySwiper4{
        padding-bottom: 30px;
    }
    .mySwiper4 .swiper-slide{
        width: 100%;
    }
    .mySwiper4 .swiper-slide a{
        margin: 0 15px;
    }
    .mySwiper4 .swiper-slide a .wz{
        width: 100%;
        position: static;
        display: block;
        padding: 15px;
        opacity: 1;
    }
    .mySwiper4 .swiper-slide a .wz h3{
        font-size: 18px;
    }
    .mySwiper4 .swiper-slide a .wz .info{
        width: 100%;
    }
    .mySwiper4 .swiper-slide a .wz .info p{
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .mySwiper4 .swiper-pagination{
        width: 100%;
        text-align: center;
        left: 0;
    }
    .mySwiper4 .swiper-pagination .line03{
        width: 40px;
    }
    .mySwiper4 .swiper-button-prev{
        left: 50%;
        margin-left: -100px;
        bottom: 6px;
        z-index: 9999;
    }
    .mySwiper4 .swiper-button-next{
        left: 50%;
        margin-left: 60px;
        bottom: 6px;
        z-index: 9999;
    }
    .c6-wz span{
        font-size: 14px;
    }
}



/* 全球分布 */
.index-c7{
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
    padding: 5vw 0;
}
.index-c7 .c5tlt dd{
    font-size: 14px;
    color: rgba(60,57,57,0.6);
    line-height: 1.8;
    max-width: 380px;
    margin-top: 30px;
}
.c7-con{
    margin-top: 17vw;
}
.c7-con .c7-com1 ul li{
    background: #00559f;
    padding: 40px 20px;
    color: #fff!important;
    width: 380px;
    height: 110px;
    float: left;
    transition: .5s;
    margin-top: 111px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.c7-con .c7-com1 ul li a{
    color: #fff!important;
}
.c7-con .c7-com1 ul li:nth-child(2){
    margin-left: 30px;
}
.c7-con .c7-com1 ul li.on{
    height: 221px;
 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    cursor: pointer;
}
.c7-con .c7-com1 ul li a dd{
    font-size: 20px;
    padding-left: 30px;
    background: url(../images/addr.png) no-repeat left center;
}
.c7-con .c7-com1 ul li.on a dd{
    margin-bottom: 50px;
}
.c7-con .c7-com1 ul li a dl{
    font-size: 14px;
    display: none;
}
.c7-con .c7-com1 ul li.on a dl{
    display: block;
}
.c7-con .c7-com1 ul li:nth-child(1).on{
    background-image: url(../images/bg9.jpg);
}
.c7-con .c7-com1 ul li:nth-child(2).on{
    background-image: url(../images/bg10.png);
}

@media(max-width: 990px) {
    .c7-con .c7-com1 ul li{
        width: 350px;
        height: 100px;
        padding: 40px 20px;
        margin-top: 100px;
    }
    .c7-con .c7-com1 ul li a dd{
        font-size: 18px;
    }
    .c7-con .c7-com1 ul li.on{
        height: 200px;
    }
    .c7-con .c7-com1 ul li:nth-child(2){
        margin-left: 15px;
    }
    .c7-map img{
        width: 100%;
    }

}
@media(max-width: 767px) {
    .index-c7{
        background: #f3f3f3;
    }
    .c7-con .c7-com1 ul li{
        width: 100%;
        height: 160px;
        float: none;
        margin-top: 20px!important;
    }
    .c7-con .c7-com1 ul li:nth-child(1),.c7-con .c7-com1 ul li:nth-child(1).on{
        background-image: url(../images/bg9.jpg);
    }
    .c7-con .c7-com1 ul li:nth-child(2),.c7-con .c7-com1 ul li:nth-child(2).on{
        background-image: url(../images/bg10.png);
    }
    .c7-con .c7-com1 ul li.on {
        height: 160px;
    }
    .c7-con .c7-com1 ul li a dd{
        margin-bottom: 30px!important;
        font-size: 16px;
    }
    .c7-con .c7-com1 ul li.on a dd{
        margin-bottom: 30px!important;
    }
    .c7-con .c7-com1 ul li a dl{
        display: block;
    }
    .c7-con .c7-com1 ul li:nth-child(2){
        margin-left: 0;
    }
    .c7-con{
        margin-top: 30px;
    }
}


/* 我们与众不同 */
.index-c8{
    background: #eff8ff;
    padding: 5vw 0;
}
.c8-left{
    width: 23%;
    float: left;
    margin-top: 2vw;
}
.c5tlt dt{
    font-size: 24px;
    color: #000;
    margin-top: 1.5vw;
    text-transform: uppercase;
}
.c8-left .c8-more{
    display: block;
    width: 167px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00559f;
    border-radius: 6px;
    margin-top: 5vw;
}
.c8-right{
    width: 76%;
    float: right;
}
.c8-right ul li{
    width: 31.33333333%;
    margin-right: 3%;
    float: left;
    margin-bottom: 1.5vw;
    background: #0087d9;
    border-radius: 6px;
    padding: 1vw;
    display: flex;
    justify-content: space-around;
    color: #fff;
    transition: .5s;
}
.c8-right ul li:nth-child(3n){
    margin-right: 0;
}
.c8-right ul li .img{
    width: 40%;
    text-align: center;
}
.c8-right ul li .img img{
    max-width: 100%;
}
.c8-right ul li .wz{
    width: 55%;
    margin-top: 0.8vw;
}
.c8-right ul li .wz dd{
    font-size: 18px;
}
.c8-right ul li .wz dd span{
    font-size: 3vw;
}
.c8-right ul li .wz dl{
    font-size: 16px;
}
.c8-right ul li:hover{
    box-shadow: 5px 10px 10px rgba(51,51,51,0.3);
    transform: translateY(-10px);
}
@media(max-width: 1540px) {
    .c8-right ul li .wz dl{
        font-size: 18px;
    }
}
@media(max-width: 1400px) {
    .c8-right ul li .wz dl{
        font-size: 15px;
    }
}
@media(max-width: 1200px) {
    .c8-right ul li .wz dd{
        font-size: 14px;
    }
    .c8-right ul li .wz dl{
        font-size: 14px;
    }
    .c8-left .c8-more {
        width: 150px;
        line-height: 50px;
        font-size: 16px;
    }
    .c5tlt dt{
        font-size: 20px;
    }
}
@media(max-width: 990px) {
    .c8-left{
        width: 100%;
        float: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .c5tlt dt{
        font-size: 16px;
        margin-top: 10px;
    }
    .c8-left .c8-more{
        margin-top: 0;
        height: 50px;
    }
    .c8-right{
        width: 100%;
        float: none;
    }
    .c8-right ul li .wz{
        margin-top: 2vw;
    }

}
@media(max-width: 767px) {
    .c8-left{
        margin-bottom: 0;
    }
    .c8-right ul li {
        width: 49%;
        margin-right: 2%!important;
        margin-bottom: 15px;
    }
    .c8-right ul li:nth-child(2n){
        margin-right: 0!important;
    }
    .c8-right ul li .wz dd span{
        font-size: 24px;
    }
    .c8-right ul li .wz dd{
        font-size: 14px;
    }
    .c8-right ul li .wz dl{
        font-size: 14px;
    }

}


/* 昆山生产基地 */
.index-c9{
    padding: 5vw 0 3vw;
}
.c9-con ul li{
    width: 32.33333%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 2vw;
}
.c9-con ul li:nth-child(3n){
    margin-right: 0;
}
.c9-con ul li a{
    display: block;
    position: relative;
}
.c9-con ul li .img{
    overflow: hidden;
}
.c9-con ul li .img img{
    width: 100%;
    transition: .5s;
}
.c9-con ul li a:hover .img img{
    transform: scale(1.1);
}
.c9-con ul li h3{
    width: 100%;
    font-size: 22px;
    color: #fff;
    background: #00559f;
    line-height: 2.8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
@media(max-width: 1400px) {
    .c9-con ul li h3{
        font-size: 20px;
    }
}
@media(max-width: 1200px) {
    .c9-con ul li h3{
        font-size: 18px;
    }
}
@media(max-width: 990px) {
    .c9-con ul li h3{
        font-size: 16px;
        position: static;
        left: auto;
        bottom: auto;
    }
}
@media(max-width: 767px) {
    .c9-con ul li{
        width: 49%;
        margin-right: 2%!important;
        margin-bottom: 15px;
    }
    .c9-con ul li:nth-child(2n){
        margin-right: 0!important;
    }
    .c9-con ul li h3{
        font-size: 14px;
    }

}



/* 我们为何值得您选择和信赖 */
.index-c10{
    background: url(../images/bg7.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.c10-tu{
    position: absolute;
    right: 14%;
    bottom: 0;
}
.c10-tu img{
    max-width: 100%;
    height: 92%;
    width: auto;
}
.c10-con{
    max-width: 1550px;
    margin: 0 auto;
    padding: 50px 15px;
}
.c10-con .wz{
    background: #fff;
    max-width: 815px;
    padding: 3.1vw 2.1vw;
    border-radius: 20px;
}
.c10-con .wz .wzms{
    font-size: 16px;
    color: #030303;
    line-height: 2.4;
}
.c10-con .wz a.c10-more{
    display: block;
    width: 167px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00559f;
    border-radius: 6px;
    margin-top: 30px;
}

@media(max-width: 1700px) {
    .c10-tu{
        right: 10%;
    }
}
@media(max-width: 1600px) {
    .c10-tu{
        right: 2%;
    }
}
@media(max-width: 1400px) {
    .c10-tu{
        width: 40%;
    }
}
@media(max-width: 1200px){
    .c10-con .wz a.c10-more {
        width: 150px;
        line-height: 50px;
        font-size: 16px;
        margin-top: 20px;
    }
}
@media(max-width: 990px) {
    .c10-tu{
        display: none;
    }
    .c10-con .wz .wzms{
        line-height: 2;
    }
}



/* 我们的新鲜事 */
.index-c11{
    padding: 5vw 0;
    background: url(../images/bg8.jpg) no-repeat center;
    background-size: cover;
}
.index-c11 .c5tlt{
    display: flex;
    justify-content: space-between;
}
.index-c11 .c5tlt a{
    font-size: 24px;
    color: #717171;
    margin-top: 2.5vw;
}
.c11-con ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.c11-con ul li:nth-child(3){
    margin-right: 0;
}
.c11-con ul li a{
    display: block;
}
.c11-con ul li .img{
    overflow: hidden;
}
.c11-con ul li .img img{
    width: 100%;
    transition: .5s;
}
.c11-con ul li .img:hover img{
    transform: scale(1.1);
}
.c11-con ul li .wz{
    margin-top: 2vw;
}
.c11-con ul li .wz h4{
    font-size: 18px;
    line-height: 2;
    color: #000000;
}
.c11-con ul li .wz h3{
    font-size: 1.3vw;
    color: #000000;
    line-height: 1.8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.c11-con ul li .wz .info{
    font-size: 20px;
    color: #464646;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
}
.c11-con ul li .wz dd{
    display: block;
    width: 167px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #009ee0;
    border-radius: 6px;
    margin-top: 30px;
}
.c11-con ul li a:hover .wz h3{
    color: #0087d9;
}


@media(max-width: 1600px) {
    .c11-con ul li .wz h4{
        font-size: 16px;
    }
    .c11-con ul li .wz .info{
        font-size: 18px;
    }
    .index-c11 .c5tlt a{
        font-size: 20px;
    }
}
@media(max-width: 1200px) {
    .index-c11 .c5tlt a{
        font-size: 18px;
    }
    .c11-con ul li .wz dd{
        width: 150px;
        line-height: 50px;
        font-size: 16px;
        margin-top: 20px;
    }
    .c11-con ul li .wz h4{
        font-size: 14px;
    }
    .c11-con ul li .wz h3{
        font-size: 17px;
    }
    .c11-con ul li .wz .info{
        font-size: 16px;
    }
}
@media(max-width: 767px) {
    .index-c11 .c5tlt a{
        font-size: 16px;
    }
    .c11-con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .c11-con ul li .wz .info{
        font-size: 14px;
        line-height: 1.8;
    }
    .c11-con ul li .wz h3{
        font-size: 16px;
    }

}



/* 底部 */
.foot1{
    background: #252525;
}
.foot1-con{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.foot1-con::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #525252;
    position: absolute;
    left: 0;
    top:120px;
}
.foot1-con .ft1{
    width: 31%;
    float: left;
}
.foot1-con .ft1 .flogo{
    margin-bottom: 100px;
}
.foot1-con .ft1 .flogo img{
    max-width: 100%;
}
.foot1-con .swhz{
    line-height: 1.6;
}
.foot1-con .swhz dd{
    font-size: 18px;
    color: #fff;
}
.foot1-con .swhz dl{
    font-size: 30px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #009580,#006199, #00559f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.foot1-con .flx{
    font-size: 14px;
    color: #fff;
    line-height: 2

}
.foot1-con .ft2{
    width: 64%;
    float: right;
}
.foot1-con .ft2 ul li{
    width: 20%;
    float: left;
}
.foot1-con .ft2 ul li h3{
    font-size: 18px;
    line-height: 3;
    color: #fff;
    margin-bottom: 80px;
}
.foot1-con .ft2 ul li .secc dd{
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}
.foot1-con .ft2 ul li .secc dd a{
    color: #fff;
}
.foot1-con .ft2 ul li .secc dd a:hover{
    color: #009ee0;
}
.yqlj{
    font-size: 14px;
    line-height: 2;
    color: #8b8b8b;
    padding-bottom: 25px;
}
.yqlj a{
    color: #fff;
}
.foot2{
    background: #0d0d0d;
    padding: 5px 0;
}
.foot2 .wth{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot2 .foot2-a a img{
    max-width: 70px;
    filter: brightness(100);
}
.foot2 .foot2-b .ft_ewm{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #8b8b8b;
}
.foot2 .foot2-b .ft_ewm img{
    width: 100px;
    height: 100px;
}


@media(max-width: 767px) {
    .foot1-con .ft2{
        display: none;
    }
    .foot1-con .ft1{
        width: 100%;
        float: none;
    }
    .foot1-con .ft1 .flogo{
        margin-bottom: 50px;
    }
    .foot1-con::before{
        top: 100px;
    }
    .foot2{
        padding: 20px 0;
    }
    .foot2 .foot2-b{
        display: none;
    }
}



/*新能源行业*/
.w1410{
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.xny1{
    padding: 5px 0 4.2vw;
    background: #f0f5f8;
}
.xny1 .xny1-1{
    width: 32.5%;
}
.xny1 .xny1-1 img{
    max-width: 100%;
}
.xny1 .xny1-2{
    text-align: right;
    width: 300px;
    margin-left: -150px;
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
.xny1 .flex{
    align-items: flex-end;
}
.xny1 .xny1-3{
    width: calc(63.5% - 150px);
    font-size: 18px;
    color: #000;
    padding-left: 2%;
}
.xny1 .xny1-3 h4 span{
    font-size: 45px;
    background-image: linear-gradient(to right,rgba(3, 88, 161, 1),rgba(114, 173, 224, 1));
    -webkit-background-clip: text;
    color: transparent;
}
.xny1 .xny1-3 h3,.xny1 .xny1-3 h4{
    font-size: 18px;
}
.xny1 .xny1-3 h4 em{
    font-style: normal;
    vertical-align: top;
}
.xny1 .xny1-3 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


@media(max-width: 1200px) {
    .xny1 .xny1-2{
        font-size: 17px;
        width: 220px;
    }
    .xny1 .xny1-3{
        font-size: 20px;
        width: calc(63.5% - 70px);
    }
    .xny1 .xny1-3 h3,.xny1 .xny1-3 h4{
        font-size: 17px;
    }
    .xny1 .xny1-3 h4 span{
        font-size: 48px;
    }
}
@media(max-width: 990px){
    .xny1 .flex{
        justify-content: space-around;
    }
    .xny1 .xny1-3{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .xny1 .xny1-2{
        font-size: 14px;
    }
    
}
@media(max-width: 767px){
    .xny1 .xny1-2{
        font-size: 26px;
    }
    .xny1 .xny1-3 h3, .xny1 .xny1-3 h4{
        font-size: 14px;
    }
    .xny1 .xny1-3 h4 span{
        font-size: 36px;
    }
    .xny1 .xny1-3{
        font-size: 14px;
    }
    .xny1 .xny1-3 ul li{
        width: 32%;
        
    }
}


.xny2{
    padding-top: 100px;
    background: url(../images/bg11.jpg) no-repeat center;
    background-size: cover;
}
.xny2 .xny2-1{
    width: 28%;
    color: #fff;
}
.xny2 .xny2-1 h3{
    font-size: 36px;
}
.xny2 .xny2-1 p{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin: 20px 0 30px;
}
.xny2 .xny2-1 dd img{
    max-width: 100%;
}
.xny2 .xny2-2{
    width: 70%;
}
.xny2 .xny2-2 ul{
    display: flex;
    justify-content: space-around;
}
.xny2 .xny2-2 ul li{
    text-align: center;
}
.xny2 .xny2-2 ul li a{
    display: inline-block;
    padding: 38px 30px 100px;
}
.xny2 .xny2-2 ul li a:hover{
    background: #0c5ea6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.xny2 .xny2-2 ul li img{
    width: 123px;
    height: 142px;
}
.xny2 .xny2-2 ul li h3{
    font-size: 20px;
    color: #fff;
    line-height: 3;
    margin-top: 10px;
}


@media(max-width: 1200px) {
    .xny2 .xny2-1 h3{
        font-size: 30px;
    }
    .xny2 .xny2-1 p{
        font-size: 15px;
        margin: 20px 0;
    }
    .xny2 .xny2-1 dd img{
        width: 42px;
        height: 42px;
    }
    .xny2 .xny2-2 ul li img{
        width: 100px;
        height: 118px;
    }
    .xny2 .xny2-2 ul li h3{
        font-size: 18px;
    }
}
@media(max-width: 990px) {
    .xny2{
        padding-top: 60px;
    }
    .xny2 .xny2-1 h3{
        font-size: 24px;
    }
    .xny2 .xny2-1 p{
        font-size: 14px;
    }
    .xny2 .xny2-1 dd{
        display: none;
    }
    .xny2 .xny2-2 ul li a{
        padding: 28px 20px 70px;
    }
    .xny2 .xny2-2 ul li h3{
        font-size: 16px;
    }
    
}
@media(max-width: 767px) {
    .xny2{
        padding-top: 40px;
    }
    .xny2 .xny2-1{
        width: 100%;
    }
    .xny2 .xny2-2{
        width: 100%;
    }
    .xny2 .xny2-2 ul li a{
        padding: 20px 5px 50px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .xny2 .xny2-2 ul li img{
        width: 60px;
        height: 75px;
    }
    .xny2 .xny2-2 ul li h3{
        line-height: 1.6;
        font-size: 14px;
    }
    
}


.xny3{
    background: url(../images/bg12.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.xny3-tt{
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 2;
    margin-bottom: 35px;
    font-weight: bold;
}
.xny3-vs-tt{
    position: relative;
    display: flex;
}
.xny3-vs-tt::before{
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/vs.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
}
.xny3-vs-tt dd{
    width: 50%;
    display: block;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.xny3-vs-tt dd:nth-child(1){
    background: #0c5ea6
}
.xny3-vs-tt dd:nth-child(2){
    background: #a9b5bf;
}
.xny3-vs-con{
    padding: 15px 45px 25px;
    background: #fff;
}
.xny3-vs-con ul li{
    border-bottom: 1px solid #a3a3a3;
    line-height: 2;
    padding: 30px 0;
    display: flex;
}
.xny3-vs-con ul li dl{
    font-size: 16px;
    color: #000;
    width: 50%;
}
.xny3-vs-con ul li dl:nth-child(2){
    padding-left: 7%;
}
.xny3-vs-con ul li dl:nth-child(1) span{
    padding-left: 48px;
    background: url(../images/vsd1.png) no-repeat left center;
}
.xny3-vs-con ul li dl:nth-child(2) span{
    padding-left: 48px;
    background: url(../images/vsd2.png) no-repeat left center;
}
.xny3-vs-con .xny3-vs-con-tu{
    margin-top: 60px;
}
.xny3-vs-con .xny3-vs-con-tu img{
    width: 100%;
}

@media(max-width: 990px) {
    .xny3{
        padding: 40px 0;
    }
    .xny3-tt{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .xny3-vs-tt dd{
        font-size: 20px;
        line-height: 50px;
    }
    .xny3-vs-tt::before{
        width: 50px;
        height: 50px;
        margin-left: -25px;
    }
    .xny3-vs-con{
        padding: 10px 25px 20px; 
    }
    .xny3-vs-con ul li{
        padding: 20px 0;
    }
    .xny3-vs-con ul li dl{
        font-size: 15px;
    }
    .xny3-vs-con ul li dl:nth-child(1) span{
        padding-left: 30px;
        background-size: 22px 22px;
    }
    .xny3-vs-con ul li dl:nth-child(2) span{
        padding-left: 30px;
        background-size: 22px 22px;
    }
    .xny3-vs-con .xny3-vs-con-tu{
        margin-top: 30px;
    }
}
@media(max-width: 767px) {
    .xny3{
        padding: 30px 0;
    }
    .xny3-tt{
        font-size: 20px;
    }
    .xny3-vs-tt dd{
        font-size: 17px;
    }
    .xny3-vs-con{
        padding: 10px 15px 20px; 
    }
    .xny3-vs-con ul li{
        line-height: 40px;
    }
    .xny3-vs-con ul li dl{
        font-size: 14px;
    }
    .xny3-vs-con .xny3-vs-con-tu{
        margin-top: 20px;
    }
}

.xny4{
    padding: 6vw 0 3vw;
}
.xny4-1{
    position: relative;
}
.xny4-1 > img{
    width: 100%;
}
.xny4-1 ul li{
    width: 330px;
    position: absolute;
}
.xny4-1 ul li h3{
    font-size: 30px;
    margin-bottom: 10px;
    color: #000
}
.xny4-1 ul li p{
    font-size: 18px;
    color: #777777;
}
.xny4-1 ul li:nth-child(2n){
    text-align: right;
}
.xny4-1 ul li:nth-child(1){
    top: 15%;
    left: 0;
}
.xny4-1 ul li:nth-child(2){
    top: 15%;
    right: 0;
}
.xny4-1 ul li:nth-child(3){
    top: 60%;
    left: 0;
}
.xny4-1 ul li:nth-child(4){
    top: 60%;
    right: 0;
}
.xny4-2 ul li{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.xny4-2 ul li img{
    width: 150px;
    height: 168px;
}
.xny4-2 ul li h3{
    font-size: 18px;
    line-height: 2;
}
.xny4-2 ul li p{
    font-size: 14px;
    line-height: 24px;
}
@media(max-width: 1400px) {
    .xny4-1 ul li h3{
        font-size: 20px;
    }
    .xny4-1 ul li p{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .xny4-2 ul li img {
        width: 120px;
        height: 134px;
    }
}

.xny5{
    background: #00559f;
    padding: 5vw 0 6vw;
}
.xny5 .xny3-tt{
    color: #fff;
}
.xny5 ul li{
    width: 24%;
    margin-right: 1.3333333%;
    float: left;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.xny5 ul li:nth-child(4){
    margin-right: 0;
}
.xny5 ul li:nth-child(2n) .wz{
    order: 2;
}
.xny5 ul li:nth-child(2n) .img{
    order: 1;
}
.xny5 ul li .wz{
    width: 100%;
    padding: 30px 30px 10px;
    height: 254px;
}
.xny5 ul li .img{
    width: 100%;
}
.xny5 ul li .img img{
    width: 100%;
}
.xny5 ul li .wz h3{
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}
.xny5 ul li .wz p{
    font-size: 16px;
    color: #787878;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media(max-width: 1200px){
    .xny5 ul li .wz{
        height: 210px;
        padding: 15px 15px 10px;
    }
    .xny5 ul li .wz h3{
        font-size: 17px;
    }
    .xny5 ul li .wz p{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .xny5 ul li{
        width: 49%;
        margin-bottom: 20px;
        margin-right: 2%;
    }
    .xny5 ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 480px){
    .xny5 ul li .wz{
        height: 160px;
    }
    .xny5 ul li .wz h3{
        font-size: 16px;
    }
    .xny5 ul li .wz p{
        -webkit-line-clamp: 3;
        font-size: 14px;
    }
    
}

.xny6{
    padding: 5vw 0;
    background: #e5ecf6;
}
.xny6 ul li{
    width: 31.33333333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 28px;
}
.xny6 ul li:nth-child(3n){
    margin-right: 0;
}
.xny6 ul li a{
    display: block;
    background: #fff;
}
.xny6 ul li a .img{
    overflow: hidden;
}
.xny6 ul li a .img img{
    width: 100%;
    transition: .5s
}
.xny6 ul li a .img:hover img{
    transform: scale(1.1);
}
.xny6 ul li a h3{
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    padding: 20px 0;
}
.xny6 ul li a h3 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xny6 ul li a:hover h3{
    color: #00559f;
}
.xny6-more a{
    display: block;
    width: 220px;
    line-height: 70px;
    border: 3px solid #00559f;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    color: #000;
    margin: 0 auto
}
.xny6-more a:hover{
    background: #00559f;
    color: #fff;
}
@media(max-width: 1200px){
    .xny6 ul li a h3{
        font-size: 16px;
    }
    .xny6-more a{
        width: 170px;
        line-height: 54px;
        font-size: 20px;
        border: 2px solid #00559f;
    }
}
@media(max-width: 767px){
    .xny6 ul li{
        width: 49%;
        margin-right: 2%!important;
        margin-bottom: 20px;
    }
    .xny6 ul li:nth-child(2n){
        margin-right: 0!important;
    }
    .xny6-more a{
        width: 150px;
        line-height: 48px;
        font-size: 16px;
        border: 1px solid #00559f;
    }
}


.xny7{
    position: relative;
    background: url(../images/bg14.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0 75px;
}
.xny7::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #a1a1a1;
    position: absolute;
    bottom: 75px;
    left: 0;
}
.xny7 .xny7-slick .slick-con{
    padding: 0 9px;
}
.xny7 .xny7-slick .slick-con a{
    display: block;
    border-bottom: 3px solid transparent;
}
.xny7 .xny7-slick .slick-con .img img{
    width: 100%
}
.xny7 .xny7-slick .slick-con h3{
    padding: 30px 0;
}
.xny7 .xny7-slick .slick-con h3 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    text-align: center;
    color: #000;
    line-height: 2;
}
.xny7 .xny7-slick .slick-con a:hover{
    border-bottom-color: #00559f;
}
.xny7 .xny7-slick .slick-con a:hover h3 p{
    color: #00559f
}

@media(max-width: 1200px){
    .xny7 .xny7-slick .slick-con h3{
        padding: 20px 0;
    }
    .xny7 .xny7-slick .slick-con h3 p{
        font-size: 18px;
    }
}
@media(max-width: 990px){
    .xny7{
        padding: 30px 0 50px;
    }
    .xny7::before{
        bottom: 50px;
    }
    .xny7 .xny7-slick .slick-con h3{
        padding: 15px 0;
    }
    .xny7 .xny7-slick .slick-con h3 p{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .xny7 .xny7-slick .slick-con h3 p{
        font-size: 16px;
    }
}



.bdt1 .xny1-3 h4 span{
    background-image: linear-gradient(to right, rgba(45, 160, 121, 1), rgba(120, 230, 193, 1));
}
.bdt2{
    background: url(../images/bg15.jpg) no-repeat center;
    background-size: cover;
}
/*.bdt2 .xny2-2 ul li a:hover{*/
/*    background: #2da079;*/
/*}*/
/*.bdt3 .xny3-vs-tt dd:nth-child(1) {*/
/*    background: #2da079;*/
/*}*/
/*.bdt5{*/
/*    background: #2da079;*/
/*}*/
.bdt6 ul li a:hover h3{
    color: #00559f;
}
.bdt6 .xny6-more a{
    border-color: #00559f;
    
}
.bdt6 .xny6-more a:hover{
    background: #00559f;
}
.bdt7 .xny7-slick .slick-con a:hover{
    border-bottom-color: #00559f;
}
.bdt7 .xny7-slick .slick-con a:hover h3 p{
    color: #00559f
}

.flt2{
    padding: 5vw 0 2vw;
    background: url(../images/bg17.jpg) no-repeat center;
    background-size: cover;
}
.flt2 .xny3-tt {
    color: #fff;
}
.flt2 ul{
    padding-top: 2vw;
}
.flt2 ul li{
    width: 46%;
    float: left;
    margin-bottom: 3.5vw;
}
.flt2 ul li:nth-child(2n){
    margin-left: 6%;
}
.flt2 ul li a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flt2 ul li .img{
    width: 32%;
}
.flt2 ul li .img img{
    max-width: 100%;
}
.flt2 ul li .wz{
    width: 65%;
}
.flt2 ul li .wz h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.flt2 ul li .wz p{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
@media(max-width: 1400px){
    .flt2 ul li .wz h3{
        font-size: 20px;
    }
}
@media(max-width: 1200px){
    .flt2 ul li .wz h3{
        font-size: 18px;
    }
    .flt2 ul li .wz p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .flt2 ul li{
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 30px;
    }
    .flt2 ul li .wz h3{
        font-size: 15px;
    }
    .flt2 ul li .wz p{
        font-size: 13px;
    }
    
}


.flt3{
    padding: 5vw 0;
    background: url(../images/bg18.jpg) no-repeat center;
    background-size: cover;
}
/*.flt3 ul{*/
/*    position: relative;*/
/*    background: #fff;*/
/*}*/
/*.flt3 ul::before{*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #c8dcff;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 0;*/
/*}*/
/*.flt3 ul li{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.flt3 ul li dd{*/
/*    width: 50%;*/
/*    padding: 12px;*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    line-height: 2;*/
/*}*/
/*.flt3 ul li dd:nth-child(1){*/
    /*color: #f1592a;*/
/*    color: #333*/
/*}*/
/*.flt3 ul li:nth-child(1){*/
/*    background: #183c7a!important;*/
/*}*/
/*.flt3 ul li:nth-child(1) dd{*/
/*    color: #fff;*/
/*}*/
/*.flt3 ul li:nth-child(2n+1){*/
/*    background: #c8dcff;*/
/*}*/

/*@media(max-width: 1200px){*/
/*    .flt3 ul li dd{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/*@media(max-width: 990px){*/
/*    .flt3 ul li dd{*/
/*        font-size: 14px;*/
/*        line-height: 1.6;*/
/*    }*/
/*}*/


.flt4{
    padding: 50px 0;
    background: url(../images/bg19.jpg) no-repeat center;
    background-size: cover;
}
.flt4 ul li{
    width: 33.3333%;
    float: left;
    text-align: center;
}
.flt4 ul li:nth-child(4){
    margin-left: 16.5%;
}
.flt4 ul li a{
    display: block;
    width: 245px;
    height: 246px;
    margin: 0 auto;
    position: relative;
    background: url(../images/yq1.png) no-repeat center;
    background-size: 100% 100%;
    padding: 45px;
}
.flt4 ul li dl{
    display: flex;
    height: 100%;
    align-items: center; /* 垂直居中 */
    justify-content: center;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}
.flt4 ul li dd{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
.flt4 ul li dd span{
    font-size: 70px;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
}
.flt4 ul li dd i{
    font-size: 36px;
    font-style: normal;
    color: #333;
    text-shadow:
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff; 
}

.flt4 ul li a:hover{
    background: url(../images/yq2.png) no-repeat center;
    background-size: 100% 100%;
}
.flt4 ul li a:hover dl{
    color: #fff;
}


@media(max-width: 990px){
    .flt4{
        padding: 30px 0;
    }
    .flt4 ul li{
        width: 49%!important;
        margin-left: 0!important;
        margin-bottom: 20px;
    }
    .flt4 ul li:nth-child(2n){
        margin-left: 2%!important;
    }
    .flt4 ul li a{
        width: 100%;
        height: 100%;
        background: #204f97;
        padding: 20px;
    }
    .flt4 ul li dd{
        position: static;
    }
    .flt4 ul li dd span{
        font-size: 26px;
        color:#fff;
    }
    .flt4 ul li dd i{
        font-size: 24px;
    }
    .flt4 ul li dl{
        font-size: 14px;
        line-height: 24px;
        height: 120px;
        overflow: hidden;
        display: block;
        color:#fff;
    }
    .flt4 ul li a:hover{
        background: #204f97;
    }
    .flt4 ul li a:hover dd span{
        color:#fff;
    }
}


.spzy2{
    background: #f5f6fa;
    padding: 5vw 0;
}
.spzy2 ul{
    padding-top: 3vw;
    display: flex;
    justify-content: space-between;
}
.spzy2 ul li{
    width: 22%;
}
.spzy2 ul li a{
    display: block;
    text-align: center;
}
.spzy2 ul li h3{
    font-size: 24px;
    color: #4358ab;
    font-weight: bold;
    background: url(../images/yq3.png) no-repeat center;
    background-size: 100% 100%;
    width: 210px;
    height: 214px;
    padding-top: 80px;
    margin: 0 auto;
}
.spzy2 ul li p{
    font-size: 16px;
    color: #252525;
    line-height: 1.8;
    margin-top: 10px;
}


@media(max-width: 1400px){
    .spzy2 ul li h3{
        font-size: 20px;
        width: 180px;
        height: 183px;
        padding-top: 70px;
    }
    .spzy2 ul li p{
        font-size: 15px;
    }
}
@media(max-width: 1200px){
    .spzy2 ul li h3{
        font-size: 18px;
        width: 140px;
        height: 142px;
        padding-top: 55px;
    }
    .spzy2 ul li p{
        font-size: 14px;
        display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
    }
}
@media(max-width: 767px){
    .spzy2 ul {
        flex-wrap: wrap;
    }
    .spzy2 ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .spzy2 ul li h3{
        font-size: 16px;
        width: 110px;
        height: 111px;
        padding-top: 40px;
    }
    .spzy2 ul li p{
        font-size: 13px;
    }
    
}

.spzy4{
    padding: 3.2vw 0 5vw;
    background: #fff;
}
.spzy4 ul{
    margin-top: 5vw;
    background: url(../images/yq4.png) no-repeat center;
}
.spzy4 ul li{
    width: 35%;
    background: #fff;
    box-shadow: 0 1px 4px 5px rgba(51,51,51,0.1);
    float: left;
    margin-bottom: 50px;
}
.spzy4 ul li:nth-child(n+3){
    margin-bottom: 0;
}
.spzy4 ul li:nth-child(2n){
    float: right;
}
.spzy4 ul li a{
    display: block;
    padding: 40px 50px;
    position: relative;
}
.spzy4 ul li dd{
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #4358ab;
    color: #fff;
    font-size: 36px;
    position: absolute;
    right: 0;
    margin-right: -40px;
    top: 50%;
    margin-top: -40px;
}
.spzy4 ul li:nth-child(2n) dd{
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -40px;
}
.spzy4 ul li:nth-child(2n){
    text-align: right;
}
.spzy4 ul li h3{
    font-size: 36px;
    color: #000;
    line-height: 2;
}
.spzy4 ul li p{
    font-size: 18px;
    color: #787878;
    line-height: 1.8;
    height: 130px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}


@media(max-width: 1200px){
    .spzy4 ul li a{
        padding: 30px 40px;
    }
    .spzy4 ul li h3{
        font-size: 28px;
    }
    .spzy4 ul li p{
        font-size: 16px;
        height: 120px;
    }
    .spzy4 ul li dd{
        width: 60px;
        line-height: 60px;
        font-size: 28px;
        margin-right: -30px;
        margin-top: -30px;
    }
    .spzy4 ul li:nth-child(2n) dd{
        margin-left: -30px;
    }
}
@media(max-width: 767px){
    .spzy4{
        padding: 30px 0;
    }
    .spzy4 ul{
        background: none;
        margin-top: 30px;
    }
    .spzy4 ul li{
        width: 100%!important;
        float: none!important;
        margin-bottom: 20px!important;
    }
    .spzy4 ul li a{
        padding: 20px 20px 20px 80px; 
        text-align: left!important;
    }
    .spzy4 ul li dd{
        left: 20px!important;
        right: auto;
        margin-left: 0!important;
        margin-right: 0!important;
        width: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .spzy4 ul li h3{
        font-size: 24px;
    }
    .spzy4 ul li p{
        font-size: 14px;
        height: auto;
    }
    
}



.spzy5 ul li{
    width: 31.333333%;
    margin-right: 3%;
}
.spzy5 ul li:nth-child(3){
    margin-right: 0;
}

@media(max-width: 767px){
    .xny5 ul li{
        width: 100%;
        
    }
    .xny5 ul li .img {
        order: 1;
    }
    .xny5 ul li .wz{
        order: 2;
    }
}




































.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: #00559f;
    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;
}
