/*初始化样式*/




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: #6FBA2C;
    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: #6FBA2C;
    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: #6FBA2C;
}

.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: #6FBA2C;
}

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

.pf_right ul li.r_ewm:hover a {
    background: #6FBA2C;
}

.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 #6FBA2C;
}

.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: 280px;
    float: right;
}

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

.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: #6FBA2C;
}

.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: #6FBA2C;
}

@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;
}
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.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;
}










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

.w1200 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 -15px;
}

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



.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.hyz {
    color: #fff;
}

.hyr a {
    color: #fff;
}

.x-top2 {
    height: 80px;
    line-height: 80px;
}

.x-top2 .dlogo {
    height: 80px;
    line-height: 80px;
}

.x-top2 .nnav {
    width: 70%;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 67px;
    width: 238px;
    padding: 15px 20px;
    /* border-radius: 20px; */
    z-index: 999;
    background: rgba(111, 186, 44, 0.6);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;text-align:left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;font-size:13px;text-align:left;
}

.aboutz {
    width: 43%;
}

.aboutz .about_content {
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
    color: #242526;
    margin-top: 3vw;
}

.aboutz .abouta {
    width: 138px;
    height: 50px;
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    background-color: #6FBA2C;
    margin-top: 2vw;
}

.tybt {
    font-size: 2.1rem;
    position: relative;
}

.tybt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 88px;
    height: 7px;
    background: #ffbb02;
}

.aboutr {
    width: 50%;
}

.aboutr img {
    width: 100%;
}

.c-product {
    background: #121e42 ;
    background-size: cover;
    padding: 6.04% 0;
}

.c-product .tybt {
    color: #fff;
}

.c-product-list {
    margin-top: 4vw;
}

.c-product-list li {
    width: 32%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1.5vw;
    padding: 2vw 0;
}

.c-product-list li .img {
    margin-top: 10px;
}

.c-product-list li .img img {
    width: 100%;
}

.c-product-list li h3 {
    margin-top: 2vw;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #121f44;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-product-list li:hover h3 {
    color: #6FBA2C;
}

.c-case {
    margin-top: 6vw;
}

.c-case-list {
    margin-top: 4vw;
}

.c-case-list li {
    width: 48%;
    background: #f3f2f7;
    margin-bottom: 2vw;
}

.c-case-list li .img {
    width: 42.8%;
    margin: 0;
}

.c-case-list li .img img {
    width: 100%;
}

.c-case-list li .liwz {
    width: 55%;
    padding-top: 3vw;
    padding-right: 12px;
    padding-left: 24px;
}

.c-case-list li .liwz h3 {
    font-size: 1rem;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-case-list li .liwz h4 {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
    margin-top: 10px;
}

.c-news {
    margin-top: 2vw;
    padding-top: 4vw;
    padding-bottom: 2vw;
    background-color: #f1f1f3;
}

.c-news-list {
    margin-top: 4vw;
}

.c-news-list li {
    width: 48%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 2vw;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.c-news-list li:hover {
    background-color: #6FBA2C;
}

.c-news-list li:hover a .lisz {
    color: #fff;
}

.c-news-list li:hover a .liyb {
    color: #fff;
}

.c-news-list li a {
    width: 100%;
    align-items: center;
}

.c-news-list li a .lisz {
    width: 18%;
    color: #d7d8dd;
    font-size: 3.6rem;
    text-align: center;
}

.c-news-list li a .liyb {
    color: #2a333c;
    width: 80%;
}

.c-news-list li a .liyb h3 {
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-news-list li a .liyb h4 {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0;
}

.c-news-list li a .liyb h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}



.x-region .span {
    padding: 0 20px;
}

.x-layout-ewm img {
    width: 100%;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #ffbb02;
}

.x-layout {
    background: none;
    background-color: #121e42;
    padding: 2vw 0;
}

.x-layout .fota {
    width: 20%;
}

.x-layout .fotb {
    padding-top: 2vw;
    width: 60%;
}

.x-layout .fotc {
    padding-top: 2vw;
    width: 15%;
}

.x-layout-desc {
    font-size: 14px;
    line-height: 20px;
}



.right_pcfl .xypg-left-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2vw;
}

.right_pcfl .xypg-left-nav .first-nav-btn {
    display: none;
}

.right_pcfl .xypg-left-nav li:hover {
    background: #f3f8ff;
}

.right_pcfl .xypg-left-nav li {
    border: none;
}

.right_pcfl .xypg-left-nav li a {
    font-size: 18px;
}

.page-banner {
    position: relative;
}

.page-banner .nybt {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 99;
    color: #fff;
    text-align: center;
}

.page-banner .nybt h3 {
    font-size: 2rem;
    text-align: center;display:none;
}

.tybtt dd {
    font-size: 25px;
    font-weight: normal;
    color: #ffbb02;
}

.tybtt dt {
    font-size: 14px;
    font-weight: normal;
    color: #a5a5a5;
}

.contlx {
    margin: 2vw 0;
    font-size: 16px;
    line-height: 28px;
}

.contlx2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
}

.contlx2 ul li h3 {
    font-weight: normal;
    font-size: 16px;
}

.contlx3 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 2vw;
}

#container_map {
    height: 320px;
}

.bb {
    color: #ffbb02;
}

.c2 .c2z {
    width: 33.3%;
}

.c2 .c2z dd {
    font-size: 25px;
    font-weight: normal;
}

.c2 .c2z dt {
    font-size: 14px;
    font-weight: normal;
}

.c2 .c2r {
    width: 66.7%;
}

.c2 .c2r .c2wz {
    font-size: 15px;
    line-height: 36px;
}

.c2 .c2r .c2tw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.c2 .c2r .c2tw ul li {
    width: 30%;
    text-align: center;
}

.c2 .c2r .c2tw ul li h3 {
    font-weight: normal;
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
}

.c2 .c2r .c2tw ul li h4 {
    font-weight: normal;
    font-size: 12px;
    color: #A9A9A9;
    margin-top: 10px;
}

.c2 .c2z .tybt {
    margin-left: 40px;
}

.c3 {
    background: url(../images/bg1.jpg) no-repeat top center;
    padding-top: 6vw;
    margin-top: 4vw;
}

.c3 .fleex .c3a {
    margin-left: 40px;
    width: 45%;
}

.c3 .fleex .c3a img {
    width: 100%;
}

.c3 .fleex .c3b {
    width: 46%;
    margin-right: 20px;
}

.c3 .fleex .c3b dd {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-top: 4vw;
}

.c3 .fleex .c3b dt {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.c3 .fleex .c3b .zybz {
    margin-top: 3.5vw;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.c4 {
    margin-top: 3vw;
}

.c4 .tybt {
    margin-left: 40px;
}

.c4 .tybt dd {
    font-size: 25px;
    font-weight: normal;
}

.c4 .tybt dt {
    font-size: 14px;
    font-weight: normal;
}

.c4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

.c4 ul li {
    width: 26%;
    text-align: center;
    box-shadow: 0 0 2px #dddee1;
    background: #fff;
    padding: 30px 20px;
}

.c4 ul li .img img {
    max-width: 100%;
}

.c4 ul li h3 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-top: 15px;
}

.c4 ul li h3 span {
    font-size: 14px;
    color: #999999;
}

.c4 ul li h4 {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    font-weight: normal;
    margin-top: 15px;
}

.c5 {
    background-color: #f8f8f8;
    padding: 3vw 0;
    margin-top: 3vw;
}

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

.sul li {
    width: 25%;
    text-align: center;
}

.sbt {
    font-family: Impact;
    font-size: 3.6rem;
    letter-spacing: -1px;
    color: #007ec5;
}

.sbt .span1 {
    font-size: 1rem;
    font-style: normal;
    margin-left: 8px;
    color: #007ec5;
    font-weight: bold;
}

.sul li p {
    color: #666666;
    font-size: 16px;
}

.c6 {
    margin-top: 3vw;
}

.c6 .tybt {
    margin-left: 40px;
}

.c6 .tybt dd {
    font-size: 25px;
    font-weight: normal;
}

.c6 .tybt dt {
    font-size: 14px;
    font-weight: normal;
}

.c6 .hzgd {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0vw;
    margin-top: 3vw;
}

.c6 .hzgd .list {
    border: 1px solid #eee;
    border-radius: 6px;
}

.c6 .hzgd .list img {
    width: 100%;
}

/* .slick-slide {
    margin: 0 0.7px;
} */

.slick-dots {
    text-align: center;
    margin-top: 15px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
}

.slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-dots li.slick-active {
    background-color: #007ec5;
}

.foot_nav li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255,255,255,.7);
    font-weight: normal
}

@media (max-width: 1230px) {
    .w1200 {
        padding: 0 15px;
    }

    .x-layout-contact {
        width: 120%;
    }
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }

    .right_pcfl {
        display: none;
    }

    .c-case-list li a {
        align-items: center;
    }

    .c-link {
        display: none;
    }

    .x-layout {
        display: none;
    }

    .tybtt {
        margin-left: 0 !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .contlx2 ul li {
        width: 50%;
        margin-top: 10px;
    }

    .contlx2 ul li h3 {
        font-size: 14px;
    }

    .c2 .c2z {
        width: 100%;
    }

    .c2 .c2r {
        width: 100%;
    }

    .c2 .c2r .c2wz {
        margin-top: 20px;
    }

    .c3 {
        background-size: cover;
        padding-bottom: 3vw;
    }

    .c3 .fleex .c3a {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .c3 .fleex .c3a img {
        width: auto;
    }

    .c3 .fleex .c3b {
        width: 100%;
    }

    .c3 .fleex .c3b .zybz {
        color: #fff;
    }

    .c4 ul {
        justify-content: center;
    }

    .c4 ul li {
        width: 80%;
        margin-bottom: 10px;
    }

    .sul li {
        width: 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .x-about {
        flex-wrap: wrap-reverse;
    }

    .aboutz {
        width: 100%;
        margin-top: 15px;
    }

    .aboutz .about_content {
        font-weight: 400;
    }

    .aboutz .abouta {
        font-size: 16px;
        width: 100px;
        height: 45px;
        line-height: 45px;
        font-weight: 400;
    }

    .aboutr {
        width: 100%;
    }

    .c-case-list li .liwz h3 {
        font-size: 16px;
    }

    .c-case-list li .liwz {
        padding-left: 0;
        padding-right: 0;
    }

    .c-case-list li .img {
        width: 40%;
    }

    .c-case-list li .liwz {
        width: 58%;
    }

    .c-case-list li .liwz h4 {
        line-height: 24px;
    }

    .tybt {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .tybt:after {
        width: 45px;
        height: 4px;
    }

    .c-product-list li {
        width: 49%;
    }

    .c-case-list li {
        width: 100%;
    }

    .c-news-list li {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .c-product-list li h3 {
        font-size: 16px;
    }
}

.product-detail-item .icon-qrcode {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.product-detail-item .icon-qrcode:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background-position: 0 -21px;
    background-size: 200%;
}

.product-detail-item .qr-code {
    position: absolute;
    background: #fff;
    top: 50%;
    z-index: 9;
    left: 100px;
    padding: 10px;
    border: 1px solid;
    display: none;
    height: 122px;
    overflow: hidden;
    margin-top: -61px;
}

.x-footer .w1200 {
    align-items: center;
}

.x-footer-z {
    text-align: left;
}

.x-footer-r {
    text-align: left;
}

.smtg {
    display: inline-block;
    position: relative;
    width: 107px;
    height: 30px;
}

.smtg h3 {
    color: rgba(255, 255, 255, 0.5);
    background: url(https://gcdn.myxypt.com/images/link.png) no-repeat 0 50%;
    text-indent: 10px;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.smtg p {
    position: absolute;
    bottom: 44px;
    width: 400%;
    left: -300%;
    display: none;
    padding: 10px 10px;
    background: rgb(62, 62, 62, 0.5);
}

.smtg p a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin: 0 5px;
}

/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    /* body {
        padding-bottom: 50px;
    } */

    .x-footer-r {
        display: none;
    }
}

.text-danger {
    color: red;
}

/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px);
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/* 头部 */
.head{
    padding: 26px 0;
    display: flex;
    flex-wrap: wrap;
}
.head.scroll{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.8)
}
.logo{
    float: left;
    width: 20%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.hd-nav{
    float: right;
    width: 71%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: end; */
}

.x-menu > li .hd-tel{
    position: relative;
}
.x-menu > li .hd-tel img{
    max-width: 100%;
}
.x-menu > li .hd-tel h3{
    position: absolute;
    text-align: center;
    background-color: #6FBA2C;
    width: 200px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    z-index: 9999;
    right: 0;
    top: 74px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-menu > li .hd-tel:hover h3{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-menu > li .hd-tel p{
   
    font-size: 22px;
    color: #6fba2c;
    font-weight: bold;
}

/* 产品中心 */
.product{
    padding-top: 90px;
    padding-bottom: 105px;overflow:hidden;
}
.pro-show{
    display: flex;
    flex-wrap: wrap;
}
.pro-left{
    float: left;
    width: 48.6%;
}
.title{
    text-align: left;
}
.title h3{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.title p{
    font-size: 18px;
    color: #888;
    margin-top: 25px;
}

.pro-cfn{
    margin-top: 65px;
}
/* .pro-cfn ul{

} */
.pro-cfn ul li{
    float: left;    
    width: 41.7%;
    margin-left: 30px;
    margin-top: 20px;

}
.pro-cfn ul li:nth-child(1),
.pro-cfn ul li:nth-child(2){
    margin-top: 0;
}
.pro-cfn ul li:nth-child(2n+1){
    margin-left: 0;
}
.pro-cfn ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #ddd;
    border-top-right-radius: 50px;
    padding: 16px 0;
    padding-left: 15px;
    transition: all .5s ease;
}

.pro-cfn ul li a span{
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
}
.pro-cfn ul li a span img{
    max-width: 100%;
   
}
.pro-cfn ul li a h3{
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    transition: all .5s ease;
    text-transform: uppercase;
}
.pro-cfn ul li.on a h3{
    color: #fff;
}
.pro-cfn ul li.on a span img{
    margin-top: -50px;
     transition: all .5s ease;
}
.pro-cfn ul li.on a{
    background-color: #6FBA2C;
    border: solid 1px #6FBA2C;
}

.pro-right{
    float: right;
    width: calc(100% - 48.6%);
}
.pro-right ul{
    width: 100%;
}
/* .pro-right ul li{
    display: none;
    position: relative;
} */
.pro-right ul li .pro-con{
    position: relative;
}
/* .pro-right ul li .pro-img{

} */
.pro-right ul li .pro-img img{
    width: auto;
}
.pro-right ul li .pro-text{
    position: absolute;
    width: 100%;
    background-color: rgba(111, 186, 44, 0.8);
    padding-left: 34px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 16px;
    border-top-right-radius: 90px;
    left: 0;
    bottom: 0;
}
.pro-right ul li .pro-text h3{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.pro-right ul li .pro-text p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
}   

/* 应用案例 */
.case{
    /*background: url(../images/bg2.png) no-repeat center;*/
    padding-top: 75px;
    padding-bottom: 100px;overflow:hidden;
}

.case-show{
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 55px;
}
.case-show ul li{
    margin: 0 14px;
    padding: 10px 0;
}
.case-show ul li a{
    display: block;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 6%);
}
.case-show ul li a .case-img{
    overflow: hidden;
}
.case-show ul li a .case-img img{
    max-width: 100%;
}
.case-show ul li a .case-text{
    background-color: #fff;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .5s ease;
}
.case-show ul li a .case-text h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.case-show ul li a .case-text p{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.case-show ul li a .case-text span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.case-show ul li a:hover .case-text{
    background-color: #6FBA2C;
}
.case-show ul li a:hover .case-text h3{
    color: #fff;
}
.case-show ul li a:hover .case-text p{
    color: #fff;
}
.case-show ul li a:hover .case-text span{
    color: #fff;
}
.case-show .owl-carousel .owl-nav{
    display: block;
}
.case-show .owl-carousel .owl-nav button{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
}
.case-show .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/left2.png) no-repeat;
    left: -15px;
}
.case-show .owl-carousel .owl-nav button.owl-next{
    background: url(../images/right2.png) no-repeat;
    right: -15px;
}

.case-show .owl-carousel .owl-nav button span{
    display: none;
}


/* 选择理由 */
.reason{overflow: hidden;

}
.ron-tit{
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
}
.ron-tit .title{
    float: left;
    width: 50%;
}
.ron-cfn{
    float: right;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}
.ron-cfn ul{
    width: 100%;
    display: flex;
    justify-content: end;
}
.ron-cfn ul{display:flex;justify-content:space-between;}
.ron-cfn ul li{width:24%;text-align:center;

}

.ron-cfn ul li{
    display: block;
    font-size: 20px;
    color: #888888;
    cursor: pointer;position:relative;
}
.ron-cfn ul li.on{
    font-weight: bold;
    color: #6FBA2C; background:url(../images/line1.jpg) no-repeat center bottom;padding-bottom:20px;
}


.ron-show{
    max-height: 718px;
    overflow: hidden;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
}
.ron-list{
    float: left;
    width: 7%;
    background: #2a2a2a;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .8s;
}
.ron-show .ron-list.cur{
    transition: all .8s;
    width: calc(100% - 21%);
    height: auto;
    position: relative;
}
.ron-show .ron-list:hover{
    width: calc(100% - 21%);
    height: auto;
    position: relative;
}
.ron-list + .ron-list{
    border-left: solid 1px #ddd;
}
.ron-list .tit{
    position: absolute;
    width: 100%;
    background: #626262;
    height: 718px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ron-list .tit h3{
    font-size: 20px;
    color: #d9d9d9;
    line-height: 36px;
    font-weight: 400;
}
.ron-list .tit h3 span{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.ron-list .ron-warp{
    width: 0;
    overflow: hidden;
}
.ron-list:nth-child(1) .ron-warp{
    background: url(../images/bg3.png) no-repeat center;
}
.ron-list:nth-child(2) .ron-warp{
    background: url(../images/bg4.jpg) no-repeat center;
}
.ron-list:nth-child(3) .ron-warp{
    background: url(../images/bg5.jpg) no-repeat center;
}
.ron-list:nth-child(4) .ron-warp{
    background: url(../images/bg6.jpg) no-repeat center;
}
.ron-list.cur .tit{
    display: none;
}
.ron-list .ron-warp{
    width: 100%;
    height: 100%;
    /* padding-left: 15.5%;
    padding-right: 15%;
    padding-top: 105px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.ron-list .ron-warp .ron-con{
    width: 1050px;
}
.ron-list .ron-warp .ron-con .mod-tit{
    display: none;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.ron-list h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.ron-list .text{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 40px;
}
.ron-list ul{
    margin-top: 90px;
}
.ron-list ul li{
    float: left;
        padding: 0 5%;
}
.ron-list ul li:hover a span{
     color: rgba(255, 255, 255, 0.5);
}
.ron-list ul li + li{
    border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.ron-list ul li:nth-child(1){
    padding-left: 0;
}
.ron-list ul li a{
    display: block;
    
}
.ron-list ul li a .ron-ico{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.ron-list ul li a .ron-ico .ico{
    text-align: center;
    max-width: 100%;
    height: 52px;

}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.ron-list ul li:hover a .ron-ico .ico img{
    -webkit-transform: rotate(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}




.ron-list ul li a .ron-ico .ico img{
    max-width: 100%;
    max-height: 100%;
}
.ron-list ul li a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.ron-list .ron-warp .ron-more{
    overflow: hidden;
    margin-top: 85px;
    transition: all .5s ease;
}
.ron-list .ron-warp .ron-more img{
    max-width: 100%;
}
.ron-list .ron-warp .ron-more:hover{
    margin-left: 20px;
}


.ywfg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ywfg li{
    width: 25%;
    float: none!important;
    padding: 0!important;
    border: none;
    margin-bottom: 30px;
    padding-right: 2%!important;
}
.ywfg li+li{
    border: none!important;
}
.ywfg li a{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ywfg li a .img1{
    max-width: 25px;
    max-height: 25px;
    overflow: hidden;
    margin-right: 16px;
}
.ywfg li a .img1 img{
    margin-top: -25px;
    width: 100%;
}
.ywfg li a h3{
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.ywfg li a h3:hover{
    color: rgba(255, 255, 255, 0.5);
}

.w-message-wrap{
    margin-top: 10%;
}
.w-message-wrap input{
    border: none;
    outline: none;
    background: none;
}
.w-message-wrap textarea{
    border: none;
    outline: none;
    background: none;
}
.ysly{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.ysly input{
    width: 31.5%;
    border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
        text-indent: 20px;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.5);
}
.ysly textarea{
    width: 31.5%;
    border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
        text-indent: 20px;
        line-height: 58px;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.5);
}

.code-group2{
   width: 31.5%; 
       border: 1px solid #cfd7de;
    border-radius: 5px;
    height: 58px;
}
.ysly #checkcode2{
    width: 55%;
    border: none;
    border-radius: none;
}

input::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}
input:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
}

textarea::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}
textarea::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}
textarea:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
   line-height: 58px;
}
textarea:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 20px;
    font-size: 16px;
    line-height: 58px;
}


.w-submit{
    width: 50%;
    margin: 0 auto;
    display: block;
    background: #6FBA2C!important;
    border-radius: 5px;
    border-color: none;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    margin-top: 30px;
}


/* 新闻资讯 */
.news{
    padding-top: 100px;
    padding-bottom: 80px;overflow:hidden;
}
.news .title{
    text-align: center;
}
.news .title p{
    font-size: 18px;
    color: #888888;
}
.news .title p span{
    display: inline-block;
    /*background: url(../images/kk.png) no-repeat left center;*/
    /*padding-left: 25px;*/
    /*margin: 0 5px;*/
}
.news .slick-slider{
    margin-bottom: 0;
}

.new-show{
    margin-top: 75px;
    /* margin-left: -18px; */
}
.new-show .new-con{
    /* float: left; */
    /* width: 31.7%; */
    /* margin-left: 2.45%; */
    /* padding: 0 18px; */
}
/* .new-show .new-con:nth-child(1){
    margin-left: 0;
} */
.new-show .new-con a{
    margin: 0 12px;
    display: block;
}
.new-show .new-con a .new-img{
    position: relative;
    overflow: hidden;
}
.new-show .new-con a .new-img img{
    max-width: 100%;
}
.new-show .new-con a .new-img span{
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}
.new-show .new-con a .new-img span img{
    max-width: 100%;
}
.new-show .new-con a .new-text{
    padding-top: 35px;
}
.new-show .new-con a .new-text h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
     display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:1;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}
.new-show .new-con a:hover .new-text h3{
    color: #6FBA2C;
}
.new-show .new-con a .new-text span{
    display: block;
    font-size: 14px;
    font-family: Arial;
    color: #999;
    margin-top: 5px;
}
.new-show .new-con a .new-text p{
    font-size: 16px;
    line-height: 28px;
    color: #6f6f6f;
    margin-top: 25px;
         display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:2;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}


/* 底部 */
.foot{
    background: #232630;
    padding-top: 50px;
    padding-bottom: 70px;
        display: flex;
    flex-wrap: wrap;overflow: hidden;
}
.ft-cfn{
    float: left;
    width: 50%;
}
.ft-list{
    float: left;
    margin-left: 20%;
}
.ft-list:nth-child(1){
    margin-left: 0;
}
.ft-list h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.ft-list ul{
    margin-top: 30px;
}
.ft-list ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 32px;
}
.ft-list ul li a:hover{
    opacity: 1;
}

.ft-con{
    float: right;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-contact{
    float: left;
    width: 70%;
}
.ft-contact h3{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.ft-contact .contact{
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 28px;
    margin-top: 30px;
}
.ft-share{
    margin-top: 45px;
}
.ft-share a{
    display: inline-block;
    margin-left: 15px;
}
.ft-share a:hover{
    background: #6FBA2C;
}
.ft-share a:nth-child(1){
    margin-left: 0;
}
.ft-share a img{
    max-width: 100%;
}
.ft-ewm{
    float: right;
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.ft-ewm p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    /* opacity: .5; */
    margin-top: 15px;
}
.ft-ewm img{
    max-width: 100%;
}

.footer{
    background: #fff;
    font-size: 14px;
    color: #666;
    padding: 28px 0;
}
.footer a{
    font-size: 14px;
    color: #666;
}
.footer a:hover{
    color: #6FBA2C;
}
.copy{
    float: left;
}
.ft-right{
    float: right;
}
.ft-right  a img{
    max-width: 66px;
}
.reg{
    float: right;
}
.ft-link{
    float: left;
    position: relative;
}
.ft-link span.button{
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.ft-link span.button:hover{
    color: #6FBA2C;
}
.ft-link .sec{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    width: 100%;
    z-index: 999;
}


/* 头部自适应 */
@media(max-width: 1469px){
    .x-menu > li{
        margin-left: 2%;
    }
}

@media(max-width: 1199px){
    .head{
        padding: 20px 0;
    }
    .logo{
        width: 22%;
    }
    .hd-nav{
        width: 78%;
    }
    .x-menu > li{
        margin-left: 3%;
    }
    .x-menu > li>a{
        font-size: 15px;
    }
}


/* 产品中心自适应 */

@media(max-width: 1469px){
    /* .pro-cfn ul li a span{
        max-width: 50px;
        max-height: 50px;
    }
    .pro-cfn ul li.on a span img{
        margin-top: -50px;
    } */
    .pro-cfn ul li a{
        padding-left:10px;
    }
    .pro-cfn ul li a h3{
        font-size: 13px;
        margin-left: 3px;
    }
    .pro-right ul li .pro-text{
        width: 100%;
        padding-right: 50px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .ywfg li{
        width: 33%;
    }
}
@media(max-width: 1199px){
    .pro-left{
        float: none;
        width: 100%;
    }
    .pro-cfn ul li{
        width: 24%;
        margin-left: 1.3%;
    }
    .pro-cfn ul li:nth-child(3),
    .pro-cfn ul li:nth-child(4){
        margin-top: 0;
    }

    .pro-cfn ul li:nth-child(2n+1){
        margin-left: 1.3%;
    }
    .pro-cfn ul li:nth-child(1),
    .pro-cfn ul li:nth-child(5){
        margin-left: 0;
    }
    .pro-cfn ul li a span{
        max-width: 40px;
        max-height: 40px;
    }
    .pro-cfn ul li.on a span img{
        margin-top: -40px;
    }
    .pro-cfn ul li a h3{
        font-size: 14px;
    }
    .pro-right{
        float: none;
        width: 100%;
    }
    .pro-right ul li .pro-img img{
        width: 100%;
    }
     .pro-right ul{
         height: auto !important;
     }
    .pro-right ul li{
        position: unset !important;
    }
    .pro-right{
        margin-top: 20px;
    }
    .pro-right ul li .pro-text{
        width: 90%;
    }
    .product{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .pro-cfn{
        margin-top: 40px;
    }
    .title h3{
        font-size: 36px;
    }
    .title p{
        font-size: 16px;
        margin-top: 15px;
    }


    .ysly #checkcode2{
        width: 37%;
    }
    .ysly input{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .ysly textarea{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .code-group2{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    #codeimg1{
        margin-top: -6px;
    }
    .w-submit{
       
        height: 38px;
        line-height: 38px;
        font-size: 14px; 
    }
input::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
input:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}

textarea::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea::-moz-placeholder{
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea:-moz-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}
textarea:-ms-input-placeholder{ 
    color:rgba(255, 255, 255, 0.5);
    text-indent: 15px;
    font-size: 14px;
    line-height: 38px;
}

    
}
@media(max-width: 991px){
    .pro-cfn ul li a span{
        max-width: 30px;
        max-height: 30px;
    }
    .pro-cfn ul li.on a span img{
        margin-top: -30px;
    }
    .pro-cfn ul li a h3{
        font-size: 13px;
        margin-left: 0;
    }
    .pro-cfn ul li a{
        border-top-right-radius: 30px;
        padding: 10px 0;
        padding-left: 5px;
    }
    .pro-right ul li .pro-text h3{
        font-size: 22px;
    }
    .pro-right ul li .pro-text p{
        font-size: 14px;

    }
    .pro-right ul li .pro-text{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .title h3{
        font-size: 32px;
    }
    .title p{
        font-size: 15px;
        margin-top: 10px;
    }
    .product{
        padding: 40px 0;
    }
        .ywfg li{
        width: 50%;
        margin-bottom: 12px;
    }
    .ywfg li a h3{
        margin-top: 0;
        font-size: 14px;
    }
}

@media(max-width:768px){
 .pro-cfn ul li a span{display:none;}
}
@media(max-width: 650px){
    body{
        padding-top: 60px;
    }
    .ysly input{
        width: 100%;
        margin-bottom: 15px;
    }
    .ysly textarea{
        width: 100%;
        margin-bottom: 15px;
    }
    .code-group2{
        width: 100%;
    }
    .w-submit{
    margin-top: 15px;
    }
    #codeimg1{
        float: right;
        margin-top: 1px;
    }


}
@media(max-width: 650px){
    .pro-cfn ul li a{
        display: block;
        border-top-right-radius:unset;
        padding: 10px 5px;
    }
    .ywfg li a .img1{
        margin-right: 0;
    }
        .ywfg li a h3{
            font-size: 12px;
            line-height: 25px;
        }
    .pro-cfn ul li a span{
        /* display: block; */
        margin: 0 auto;
    }
    .pro-cfn ul li a h3{
        text-align: center;
    }
    .pro-right ul li .pro-text{
        padding: 15px;
            border-top-right-radius: 50px;
    }
    .pro-right ul li .pro-text p{
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
         display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:2;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
    }
    .pro-right ul li .pro-text h3{
        font-size: 18px;
    }
    .pro-cfn ul li a h3{
        font-size: 12px;
                 display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:2;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
    }
    .pro-cfn{
        margin-top: 20px;
    }
}
@media(max-width: 375px){
    .pro-right ul li .pro-text{
        padding: 10px;
    }
    .pro-right ul li .pro-text p{
        display: none;
    }
}


/* 应用案例自适应 */
@media(max-width: 1199px){
    .case{
        padding: 60px 0;
    }
    .case-show{
        margin-top: 40px;
    }
    .case-show ul li a .case-text{
        padding: 20px;
    }
    .case-show ul li a .case-text h3{
        font-size: 22px;
    }
    .case-show ul li a .case-text p{
                         display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:1;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
    }
    .case-show ul li a .case-text span{
        font-size: 13px;
        margin-top: 15px;
    }
}
@media(max-width: 991px){
    .case{
        padding: 40px 0;
    }
    .case-show{
        margin-top: 20px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .case-show ul li{
        margin: 0 8px;
    }
    .case-show .owl-carousel .owl-nav button{
        width: 40px;
        height: 40px;
    
    }
    .case-show .owl-carousel .owl-nav button.owl-prev,
    .case-show .owl-carousel .owl-nav button.owl-next{
        background-size: 40px 40px;
    }
    .case-show ul li a .case-text{
        padding: 15px;
    }
    .case-show ul li a .case-text h3{
        font-size: 18px;
    }
    .case-show ul li a .case-text p{
        font-size: 13px;
        line-height: initial;
        margin-top: 5px;
    }
    .case-show ul li a .case-text span{
        margin-top: 10px;
        font-size: 12px;
    }
}
@media(max-width: 650px){
    .case-show .owl-carousel .owl-nav{
        display: none;
    }
}

/* 新闻资讯自适应 */
@media(max-width: 1199px){
    .news{
        padding: 60px 0;
    }
    .new-show{
        margin-top: 40px;
    }
    .new-show .new-con a .new-text{
        padding-top: 20px;
    }
    .new-show .new-con a .new-text p{
        font-size: 14px;
        margin-top: 15px;
    }
}
@media(max-width: 991px){
    .news{
        padding: 40px 0;
    }
    .new-show{
        margin-top: 20px;
    }
    .new-show .new-con a{
        margin: 0 8px;
    }
    .new-show .new-con a .new-text h3{
        font-size: 17px;
    }
    .new-show .new-con a .new-text p{
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }
}
@media(max-width: 475px){
    .news .title p span{
        padding-left: 18px;
        margin: 0 3px;
    }
    .news .title p{
        font-size: 14px;
    }
}
@media(max-width: 320px){
    .news .title p span{
        margin: 0;
    }
    .news .title p{
        font-size: 12px;
    }
}


/* 选择理由自适应 */
@media(max-width: 1440px){
    .ron-list .ron-warp .ron-con{
        max-width: 840px;
    }
}
@media(max-width: 1199px){
    .ron-cfn ul li{
        font-size: 18px;
    }
    .ron-tit .title{
        width: 60%;
    }
    .ron-cfn{
        width: 40%;
    }
    .ron-cfn ul li{
 
    }
    .ron-tit{
        padding: 50px 0;
    }
    .ron-list h3{
        font-size: 32px;
    }
    .ron-list .text{
        font-size: 15px;
        margin-top: 30px;
    }
    .ron-show{
        max-height: 550px;
    }
    .ron-list .tit{
        height: 550px;
    }
    .ron-list ul li{
        padding: 0 3%;
    }
    .ron-list ul{
        margin-top: 60px;
    }
    .ron-list .ron-warp .ron-more{
        margin-top: 40px;
    }
    .ron-list ul li a span{
        font-size: 14px;
    }
    .ron-list .ron-warp .ron-con{
        max-width: 685px;
    }
}
@media(max-width: 991px){
    .ron-tit .title{
        float: none;
        width: 100%;
    }
    .ron-cfn{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .ron-cfn ul{
        justify-content: left;
    }
    .ron-tit{
        display: block;
        padding-bottom: 20px;
    }
    .ron-cfn ul li::after{
        margin-top: 10px;
    }
    .ron-list h3{
        font-size: 28px;
    }
    .ron-list .text{
        font-size: 14px;
        line-height: 26px;
    }
    .ron-list ul li a .ron-ico .ico{
        height: 40px;
    }
    .ron-list ul{
        margin-top: 40px;
    }
    .ron-list .ron-warp .ron-con{
        max-width: 565px;
    }
    .ron-list .tit h3{
        font-size: 18px;
    }
    .ron-list ul li{
        padding: 0 2%;
    }
    .ron-list ul li a span{
        margin-top: 10px;
    }
    .ron-show{
        max-height: 450px;
    }
    .ron-list .tit{
        height: 450px;
    }
}

@media(max-width: 767px){
    .ron-list{
        width: 100%;
        float: none;
    }
    .ron-show .ron-list.cur{
        width: 100%;
    }
    .ron-show{
        max-height: 100%;
        display: block;
    }
    .ron-list .tit{
        display: none;
    }
    .ron-list .ron-warp{
        width: 100%;
        padding: 30px 15px;
    }
    .ron-list .ron-warp .ron-con .mod-tit{
        display: block;
    }
    .ron-list h3{
        font-size: 22px;
        margin-top: 30px;
    }
    .ron-list .text{
        font-size: 13px;
        margin-top: 20px;
    }
    .ron-list + .ron-list{
        border-left: none;
        border-top: solid 1px #ddd;
    }
    .ron-cfn{
        display: none;
    }
    
}
@media(max-width: 560px){
    .ron-list ul li{
        width: 50%;
    }
    .ron-list ul li a span{
        text-align: center;
    }
    .ron-list ul li{
        padding: 10px 0;
    }
    .ron-list ul li:nth-child(3),
    .ron-list ul li:nth-child(4){
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }
    .ron-list ul li:nth-child(3){
        border-left: none;
    }
}
@media(max-width: 375px){
    .ron-list h3{
        font-size: 20px;
    }
    .ron-list .text{
        font-size: 12px;
    }
    .ron-list ul{
        margin-top: 20px;
    }
    .ron-list .ron-warp .ron-more{
        margin-top: 30px;
    }
}

/* 底部自适应 */
@media(max-width: 1199px){
    .footer{
        padding: 15px 0;
    }
    .foot{
        padding: 50px 0;
    }
    .ft-list ul li a{
        font-size: 13px;
        line-height: 26px;
    }
    .ft-list ul{
        margin-top: 20px;
    }
    .ft-contact .contact{
        margin-top: 20px;
        font-size: 13px;
    }
    .ft-share{
        margin-top: 30px;
    }
    .ft-list{
        margin-left: 15%;
    }
    .ft-cfn{
        width: 45%;
    }
    .ft-con{
        width: 55%;
    }   
    .copy{
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .reg{
        font-size: 12px;
    }
    .footer{
        font-size: 12px;
        text-align: center;
    }
    .footer a{
        font-size: 12px;
    }
    .ft-link span.button{
        font-size: 12px;
    }
    .ft-right{
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


.md-foot{
  display: none;
}
@media(max-width:767px){
  .foot{
    display:none;
  }
  .footer{
    display: none;
  }
  .md-foot{
  display: block;
  background: #151515;
  }
  .mod-logo{
      text-align: center;
      padding: 30px 0;
  }
  .mod-logo a{
    display: block;
  }
  .mod-logo a img{
    max-width: 100%;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  }
  .fd-cfn h3{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  }
  .fd-cfn h3 span{
  padding-right: 10px;
  }
  .fd-cfn .fd-name{
  display: none;
  padding-left: 13px;
  }
  .fd-cfn .fd-name a{
  display: block;
  line-height: 28px;
  color: #fff;
  opacity: .8;
  }
  .fd-ly .copyright{
  color: #fff;
  padding: 15px 15px;
  line-height: 1.5;
  text-align: center;
  float: none;
  }
  .fd-ly .copyright a{
  color: #fff;
  }
}





.about-left{
    background: #f9f9f9;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.about-left .xypg-left-con{
    border: none;
}

.about-left .xypg-left-title{
    display: none;
}
.about-left .xypg-left-nav > li .first-nav-btn{
    display: none;
}

.about-left .xypg-left-nav > li{
    border:none;
     flex-wrap:nowrap;
}
.about-left .xypg-left-box{
    margin:0;
}

.about-left .xypg-left-nav{
    display: flex;

}
.about-left .xypg-left-nav > li > a{
    padding: 24px 44px;
}
.about-left .xypg-left-nav > li.clicked > a{
    background: #6FBA2C;
    color:#fff;
}

.about-left .container{
    position: relative;
}
.about-left .page-position{
    position: absolute;
    right:0;
    top:8px;
    font-size:14px;
    color:#999;
}
.about-left .page-position a{
    color:#999;
}
.about-left .page-position a:hover{
    color:#6FBA2C;
}


.footer33{height:50px;}

@media (max-width: 768px) {
 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
}






.search {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    position: relative;
    z-index: 5;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.08)
}

.search:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.search .list {
    float: left;
    width: 85%;
    font-size: 0;
    overflow: hidden;
    position: relative
}

.search .list:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.search .list ul {
    width: 100%;
    font-size: 0;
    float: left
}

.search .list ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0
}

.search .list ul li {
    text-align: center;
    height: 80px;
    line-height: 80px;
    float: left;
    width: 25%;
    border-right: 1px solid #d8d8d8;
    transition: all .3s ease-out;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    cursor: pointer
}

.search .list ul li span {
    margin-left: 5px
}

.search .list ul li i,.search .list ul li span {
    font-size: 0.9rem;
    transition: all .3s ease-out;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear
}

.search .list ul li i {
    color: #333
}

.search .list ul li:nth-child(-n+2):hover {
    background-color: #6fba2c;
    border-color: #6fba2c
}

.search .list ul li:nth-child(-n+2):hover i,.search .list ul li:nth-child(-n+2):hover span {
    color: #fff
}
.search .list ul li:nth-child(3){
    width: 50%;
}
.search .list ul li #formsearch{
    width: 100%;
}

.search .list ul li #formsearch .search-input{
    width: 67%;
    height: 60px;
    line-height: 60px;
    outline: none;
    border: none;
    margin-left: 3%;
    padding: 0 20px;
    font-size: .9rem;
    border-radius: 5px;
    color: #666
}
.search .list ul li #formsearch input::placeholder {
  color: #909090; /* 灰色字体 */
}
.search .list ul li #formsearch .submit-btn{
    width: 30%;
    line-height: 100%;
    height: 80px;
    background: none;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 1.5rem;
    border-left: 1px solid #d8d8d8;
}
.search .search_button {
    width: 15%;
    float: left;
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #6fba2c;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.search .search_button a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: .9rem;
    color: #fff
}

.search .search_button .search_button_bg {
    position: absolute;
    background-color: #002857;
    height: 80px;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: -80px
}




/* 合作伙伴 */
.partner{
    padding:2.5vh 0 2vh;
}
.par-list{
    margin-left:-9px;
    margin-right:-9px;
}
.parli{
    padding:20px 9px;
}
.parli .img{
    border:1px solid #e6ebf6;
    transition: all 0.3s;
}
.parli:hover .img{
    border:1px solid transparent;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}



.pt{
  text-align: center;
  color: #090909;
  font-size: 40px;
  line-height: 1.5;
}
.pt .pt1 b{
  font-weight: 600;
  color: #6FBA2C;
}

.pt .pt2{
  font-size: 20px;
  color: #666666;
  margin-top: 5px;
}

.pt .pt2 span{
  margin: 0 10px;
}

@media(max-width: 767px){
  .pt{
    font-size: 24px;
  }
  .pt .pt2 span{

  }
  .pt .pt2{
    font-size: 14px;
  }

  .pt .pt2 img{
    display: none;
  }
}
.ab-bg{
  /*background: url(../images/bg1.jpg) no-repeat top center;*/
  background: url(../images/abbg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 2.6875vw 0;
}

.aut .put1{
  color: #fff;
}

.aut .put3{
  margin-top: 20px;
}

.ab-wrap{
  margin-top: 4.6875vw;
  align-items: center;
}

.abl{
  width: 49.92%;
}

.abl .at1{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.abl .atw{
  margin-top: 10px;
}
.abl .atw p{
  margin-top: 1.30208333333333vw;
  color: #d3d3d3;
  font-size: 14px;
  line-height: 28px;
}
.abl .amore{
  margin-top: 3.125vw;
  border: 2px solid #d3d3d3;
  width: 140px;
  height: 42px;
}
.abl .amore a{
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}
.abr{
  width: 37.85%;
}


.abr img{
  width: 100%;
}

.ablist{
  background: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
  margin-top: 2.76041666666667vw;
  margin-bottom: -6.46875vw;
  /*margin: 2.76041666666667vw 0;*/
  padding: 2.08333333333333vw 0;
  position: relative;
}

.ablist ul{

}

.ablist ul li{
  width: 25%;
  text-align: center;
  background: url(../images/line2.png) no-repeat right center;
  line-height: 1.5
}

.ablist ul li:last-child{
  background: none;
}

.ablist ul li .a1{
  align-items: center;
  justify-content: center;
}

.ablist ul li .a1 .a11{
  color: #333333;
  font-size: 42px;
  font-family: "Arial";
}

.ablist ul li .a1 .a22{
  color: #333333;
  font-size: 42px;
}

.ablist ul li .a2{
  color: #666666;
  font-size: 14px;
}

.ablist ul li:hover .a1 .a11{
  color: #6FBA2C;
}

.ablist ul li:hover .a1 .a22{
  color: #6FBA2C;
}

@media(max-width: 780px){
  .ab-bg{
    padding: 40px 0;
  }
  .ab-wrap{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .abl .at1{
    font-size: 20px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .ablist ul{
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .ablist ul li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .ablist ul li .a1 .a11{
    font-size: 18px;
  }
  .ablist ul li .a1 .a22{
    font-size: 18px;
  }
}




















.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: #6FBA2C;
    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;
}













/* 标题 */

.spl-title {
    position: relative;
    text-align: center;
}

.spl-title h3 {
    color: #000;
    font: 600 38px/52px "Microsoft yahei";
}

.spl-title h3 span {
    color: #333333;
    font-weight: 400;
}

.spl-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.spl-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .spl-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .spl-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .spl-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.spl-title.white {
    color: #fff;
}

.spl-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.spl-title.white a:hover {
    background: #fff;
}







/*产品中心*/

.x-product-two {
    background: url(../images/bg6.jpg) no-repeat top center;
    padding: 6vh 0;
}

.x-product-two-sort {
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: flex;
    justify-content: center;
}

.x-product-two-sort li {
    list-style-type: none;
    float: left;
    background-color: #eaeaea;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 23px;
}

.x-product-two-sort li a {
    color: #555555;
    font: 400 17px/40px "Microsoft yahei";
    padding: 0 44px;
}

.x-product-two-sort li:hover {
    background-color: #6fba2c;
}

.x-product-two-sort li:hover a {
    color: #fff;
}

.ttz {
    display: none;
}

.x-product-list-two {
    margin-top: 5vh;
    position: relative;
}

.x-product-list-two li {
    list-style-type: none;
    float: left;
    position: relative;
    width: calc(25% - 17px);
}

.x-product-list-two li+li {
    margin-left: 22px;
}

.x-product-list-two li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list-two li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-product-list-two li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list-two li:hover .img {
    border: 1px solid #6fba2c;
}

.x-product-list-two li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list-two li:hover h3 {
    color: #6fba2c;
}

.x-product-more {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    border: 1px solid #e1e1e1;
    width: 160px;
    margin: 0 auto;
    padding-left: 40px;
    margin-top: 30px;
    border-radius: 30px;
    background: url(../images/right3.png) no-repeat 110px center;
}

.x-product-more a {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    display: block;
}

.x-product-more:hover a {
    color: #6fba2c;
}

.x-product-more:hover {
    border: 1px solid #6fba2c;
    background: url(../images/right4.png) no-repeat 110px center;
}

@media (max-width:1200px) {
    .x-product-two-sort li a {
        font: 400 14px/40px "Microsoft yahei";
        padding: 0 20px;
    }
}

@media (max-width:1024px) {
    .x-product-two-sort {
        display: block;
    }
    .x-product-two-sort li {
        width: 30%;
        text-align: center;
        margin-top: 10px;
    }
    .x-product-list-two li h3 {
        font: 400 14px/30px "Microsoft yahei";
        word-break:keep-all;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis; 
    }
    .list1z {
        margin-left: -11px;
        margin-right: -11px;
    }
    .list1z li {
        width: calc(50% - 20px);
        margin-left: 10px !important;
        margin-right: 10px;
    }
}

@media (max-width:768px) {
    .x-product-two-sort li {
        width: calc(50% - 10px);
    }
}













