@charset "UTF-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "ft";
    src: url("../fonts/os.woff2") format("woff2");
    font-style: normal;
    font-display: swap
}

body {
    overflow-x: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Montserrat,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    margin:0px;
    padding:0px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

/*初始化样式*/
input{padding:0;margin:0;}
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{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}

.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;}
.container {
    font-size: 14px;
    line-height: 24px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
   .container {
        width: 750px;
    } 
}
@media (min-width: 992px){
   .container {
        width: 970px;
    } 
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media(min-width:1470px){
    .container{
        width: 1470px;
    }
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}





.fleex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w1200 {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
 
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.top {
    background: #333;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

.hyz {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a1a1a1;
    line-height:44px;
}

.hyz p{
    margin: 0;
}

.hyr a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a1a1a1;
    margin: 0px 4px;
    position: relative;
    line-height:44px;
}

.hyr a:hover{
    color: #fff;
}

.hyr a:not(:last-child)::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 5px;
    right: -8px;
    background-color: #adadad;
    bottom: 8px;
}

.top1 .dlogo{
    float: left;
    width: 12.8%;
    line-height: 113px;
}
.top1 .dlogo img{max-width: 100%;}


.top1 .ddesc{
    float: left;
    margin-top: 38px;
    padding-left: 25px;
    margin-left: 20px;
    background: url(../images/line.png) no-repeat left center;
}

.top1 .dphone{
    float: right;
    width: 19%;
    margin-top: -14px;
}

.ddesc h4{
    font-size: 24px;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #01a453;
    font-weight: 600;
}

.ddesc h5{
   
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
}


.photxt{
    float: right;
    padding-left: 45px;
    color: #888888;
    margin-top: 14px;
    font-size: 14px;
    background: url(../images/tel.png) no-repeat left 3px;
}

.photxt h4{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #888;
    line-height: 24px;
}

.photxt h5{
    font-size: 26px;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.photxt h5 p{
    /* padding-top: 8px; */
    line-height: 26px;
}

.ptel{
    /* background:url(//cdn.myxypt.com/b359411d/22/02/b8b5c21b464186fd23b228d74357eec0d9354c48.png) no-repeat left center; */
    padding-left: 28px;
}
.ppho{
   /* background:url(//cdn.myxypt.com/b359411d/22/02/bf08d57c5809265eb858481339e5908bdd754137.png) no-repeat left center;  */
   padding-left: 28px;
}




.top2 {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 999;
    background: url(../images/navbg.png);
    }


.top2 .dlogo {
    height: 80px;
    line-height: 80px;
}

.top2 .nnav {
    width: 100%;
}



.menu {
    width: 58.75%;
    float: left;
}
.menu > li {
    width: 16.6666%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}
.menu > li + li::before{
    content: '';
    position: absolute;
    background-color: #cbcbcb;
    height: 12px;
    width: 1px;
    left: 0;
    top: 43%;
    z-index: 999;
}

.menu > li:hover::before{
    display: none;
}

.menu > li>a {
    font-size: 16px;
    color: #555;
    line-height: 60px;
    display: block;
}

.menu > li:hover .sub-menu li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
}

.menu > li.active a{
    color: #fff;
    background-color: #01a453;
}



.menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.menu li a.hvr-sweep-to-top{
    position: absolute;
}



.sub-menu {
   
}
.menu .lastli {
    width: 6%!important;
}


.menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sub-menu {
    position: absolute;
    z-index: 999;
    width: 240px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}
.menu li.active .sub-menu li a{
   background-color: #fff;

}
.menu li.active .sub-menu li:hover a{
    background: #e9eaeb;
}



.sub-menu > li:hover > a {
    background: #e9eaeb;
}

.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.menu li a.hvr-sweep-to-top {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu li a.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #01a453;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .menu li:hover a.hvr-sweep-to-top,
  .menu li a.hvr-sweep-to-top:focus, 
  .menu li a.hvr-sweep-to-top:active {
    color: white;
  }
  .menu li:hover a.hvr-sweep-to-top:before, 
  .menu li a.hvr-sweep-to-top:focus:before, 
  .menu li a.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }



.menu > li:hover .sub-menu > li:hover .t-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.t-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #f2f2f2;
    padding: 1px 0 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left:100%;
    top:0px;
}

.t-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}
.t-menu>li:hover{background: #fff;}

.menu > li .sub-menu li{position: relative;}
.menu > li .sub-menu li a:hover>.t-menu{
    opacity: 1;
}


.flogo{width:20%; float:left; margin-top:12px; display: none;}
.flexd .flogo{display: block;}
.flexd{position:fixed; top:0px; width:100%;}
.flexd .menu{width:72%; float: right}

.banner{width:100%;}
.banner img{max-width: 100%}


/*product*/
.product {
    background: url(../images/probg.png) no-repeat center;
    padding-top: 80px;
    padding-bottom:36px;
}

.product .title {
    display: none;
    text-align: center;
}

.product .title h3 {
    color: #01a453;
}

.product .title p {
    color: #01a453;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.pro-tit {
    float: left;
    width: 10.42%;
    overflow: hidden;
}

.pro-tit img {
    max-width: 100%;
}

.pro-cfn {
    float: left;
    width: 20%;
}

.pro-cfn ul li {
    margin-top: 10px;
}

.pro-cfn ul li:first-child {
    margin-top: 0;
}

.pro-cfn ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    border: solid 1px #ddd;
    padding-left: 24px;
    transition: all .5s ease;
}

.pro-cfn ul li a .pro-ico {
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
}

.pro-cfn ul li a .pro-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.pro-cfn ul li a h3 {
    font-size: 16px;
    line-height: 64px;
    color: #333;
    margin-left: 12px;
    transition: all 0s ease;
}

.pro-cfn ul li.cur {
    position: relative;
}

.pro-cfn ul li.cur a {
    background: #01a453;
    border: solid 1px #01a453;
    max-width: 100%;
}

.pro-cfn ul li.cur::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 72px;
    background: url(../images/promore.png) no-repeat center;
    top: 0;
    right: 25px;
}

.pro-cfn ul li.cur a h3 {
    color: #fff;
}

.pro-cfn ul li.cur a .pro-ico img {
    margin-top: -26px;
}

.pro-list {
    float: right;
    width: 64%;
    padding-top: 0px;
}

.pro-list ul li {
    display: none;
}
.pro-list ul li .proitembox{
    width:30%; 
    margin-right:5%;
    float:left;
}
.pro-list ul li .proitembox:nth-child(3n){
    margin-right:0px;
}
.pro-list ul li .proitembox p{
    height:36px;
    line-height: 36px;
    overflow: hidden;
    width:100%;
    text-align:center;
}
.pro-list ul li .proitembox .pro-img img{
    max-width:100%;
    border:1px solid #01a453;
}



@media(max-width: 1440px) {
    .pro-cfn {
        width: 20.67%;
    }
    .pro-list {
        width: 60%;
        padding-top: 80px;
    }
}

@media(max-width: 1199px) {
    .pro-cfn {
        margin-left: 3%;
    }
    .pro-cfn ul li a {
        max-width: 160px;
        padding-left: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 55px;
    }
    .pro-cfn ul li.cur::after {
        height: 57px;
        right: 10px;
    }
    
}

@media(max-width: 991px) {
    .pro-cfn ul li a {
        max-width: 150px;
    }
    .pro-cfn ul li a h3 {
        font-size: 14px;
        line-height: 44px;
    }
    .pro-cfn {
        width: 25%;
    }
    .pro-cfn ul li.cur::after {
        height: 46px;
        background-size: 15px 15px;
        width: 15px;
    }
    .pro-list {
        width: 58%;
    }
    .product {
        background-size: 1440px 555px;
    }
    
}

@media(max-width: 768px) {
    .product .title {
        display: block;
    }
    .pro-tit {
        display: none;
    }
    .pro-cfn {
        margin-left: 0;
    }
    .title h3 {
        font-size: 32px;
    }
    .product .title p {
        font-size: 18px;
        line-height: initial;
        margin-top: 5px;
    }
    .product {
        padding-top: 40px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .pro-show {
        /* margin-top: 30px; */
    }
    .pro-list {
        width: 65%;
        padding-top: 60px;
    }

    
}

@media(max-width: 767px) {
    .pro-cfn ul li a {
        max-width: 100%;
    }
    .pro-cfn {
        width: 21%;
    }
    .pro-cfn ul li.cur::after {
        display: none;
    }
    .pro-cfn ul li a h3 {
        margin-left: 15px;
    }
    .pro-cfn ul li a {
        padding-left: 0;
        justify-content: center;
    }
    .pro-list {
        width: 68%;
    }
}

@media(max-width: 600px) {
    .pro-cfn {
        float: none;
        width: 100%;
    }
    .pro-cfn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pro-cfn ul li {
        width: 48%;
        margin: 5px 1%;
    }
    .pro-cfn ul li:first-child {
        margin-top: 5px;
    }
    .pro-show {
        margin-top: 20px;
    }
    .pro-list {
        float: none;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #ddd;
    }
   
    .title {
        padding: 0;
    }
}

@media(max-width: 425px) {
    .pro-list ul li .pro-text {
        padding-top: 0;
    }
    .pro-cfn ul li a h3 {
        margin-left: 8px;
        max-width: 80%;
    overflow: hidden;
    height: 32px;
    }
    .pro-cfn ul li a .pro-ico {
        max-width: 20px;
        max-height: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 35px;
        font-size: 12px;
    }
    .product {
        padding-bottom: 40px;
    }
}

@media(max-width: 375px) {
    
}

@media(max-width: 320px) {
    .pro-cfn ul li a h3 {
        margin-left: 5px;
    }
    
}

.pro-cfn ul li{position: relative;}
.pro-cfn .procatebox{
    position: absolute;
    z-index: 999;
    width: 240px;
    background: #fff;
    padding: 0px 0;
    border:1px solid #01a453;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left:85%;
    line-height:56px;
    top:0px;
}
.pro-cfn .procatebox a,.pro-cfn ul li.cur .procatebox a{background: #fff; border:0px; border-bottom: 1px solid #01a453}
.pro-cfn ul li.cur .procatebox a:last-child{border-bottom: 0px;}
.pro-cfn ul li:hover .procatebox{opacity: 1;visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);}
.pro-cfn .procatebox a:hover{background: #01a453}
.pro-cfn ul li.cur .procatebox a:hover{background: #01a453; color:#fff;}




.pro-list ul li .pro-img2 {
    float: left;
    width: 48%;
}

.pro-list ul li .pro-img2 img {
    max-width: 100%;
}

.pro-list ul li .pro-text2 {
    float: right;
    width: 40%;
    margin-top: 36px;
    display: flex;
    justify-content:left;
}

.pro-list ul li .pro-text2 .pro-exp2 p {
    font-size: 24px;
    font-weight: bold;
    color: #01a453;
    margin-bottom: 24px;
}

.pro-list ul li .pro-text2 .pro-exp2 p:nth-child(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    padding-top: 10px;
}

.pro-list ul li .pro-text2 a {
    display: block;
    float:left;
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 42px;
    border: solid 1px #01a453;
    width: 108px;
    margin-top: 0px;
    margin: 0px 12px 12px 0px;
    transition: all .3s ease;
    padding-left: 12px;
}

.pro-list ul li .pro-text2 a:hover {
    background-color: #01a453;
    color: #fff;
}







@media (max-width: 991px){
    .title h3 {
        font-size: 36px;
    } 
}

@media (max-width: 768px){
    .title h3 {
        font-size: 32px;
    }
    .title h3 {
        font-size: 44px;
        font-weight: bold;
        color: #333;
    }  
}


@media (max-width: 425px){
    .title h3 {
        font-size: 22px;
    } 
}





.flex_b{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box6{margin-top:3.5vw}

.aabb{margin-top:0px;width: 50%;background:#f5f5f5;}
.aabb img{width: 100%;}

.aann{margin-top:0px;width: 50%;background:#f5f5f5;padding: 45px;}
.att{  
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #01a453;}
.xxs{   width: 272px;
    height: 2px;
    background-color: #01a453;margin-top:20px}
    

.aacc{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;margin-top:36px}
.aacc a{color:#01a453;}

.sortt{margin-top:35px; display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;background:#fff;}

.sortt li{line-height: 56px;text-align: center; color: #666666;font-size: 16px;width: 50%;}
.sortt li a{text-align: center; color: #666666;}
.sortt li:hover{background:#01a453;}
.sortt li:hover a{color:#fff}
@media (max-width: 1400px) {
.att{font-size: 20px;}
}

@media (max-width: 1200px) {
.aacc{margin-top:15px;  font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;}
.xxs{   width: 272px;
    height: 2px;
    background-color: #01a453;margin-top:10px}
    .att{  
    font-size: 20px;
}
.sortt{margin-top:25px;}
.sortt li{line-height: 36px;text-align: center; color: #666666;font-size: 14px;width: 33%;}
}


@media (max-width: 992px) {
.box6{margin-top:25px}
.aabb{margin-top:25px;width: 100%;}
.aann{margin-top:25px;width: 100%;padding: 25px;}
}


.indexTitle {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.indexTitle h4 {
    position: relative;
    margin-bottom: 5px;
}
.indexTitle .cn {
    font-size: 24px;
    color: #01a453;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexTitle .en {
    font-size: 36px;
    color: #c5f7de;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.indexTitle h3 {
    font-size: 14px;
    color: #01a453;
}

@media (min-width: 1024px) {
    .indexTitle .cn {
    font-size: 30px;
    }
    .indexTitle .en {
        font-size: 44px;
    }
    .indexTitle h3 {
        font-size: 16px;
    }
}
@media (min-width: 1260px) {
    .indexTitle {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .indexTitle h4 {
        margin-bottom: 0;
    }
    .indexTitle .cn {
        font-size: 48px;
    }
    .indexTitle .en {
        font-size: 80px;
    }
}




.news {
    background: url(../images/newsbg.png)no-repeat center;
    margin-top:70px;
    padding-top: 60px;
    padding-bottom: 80px;
    background-size: 100% 100%;
}
.new-cfn {
    margin-top: 0px;
}
.new-cfn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.new-cfn ul li {
    position: relative;
}

.new-cfn ul li a {
    display: block;
    font-size: 20px;
    color: #666;
    padding-left: 30px;
    line-height: 36px;
}


.new-cfn ul li.cur a {
    font-weight: bold;
    color: #01a453;
}

.new-show {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.new-top {
    float: left;
    width: 44.725%;
}

.new-top ul li a {
    display: block;
    overflow: hidden;
}

.new-top ul li a img {
    max-width: 100%;
}

.new-top .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.new-top .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.new-top .owl-carousel .owl-dots button.active {
    background-color: #fff;
}

.new-warp {
    float: right;
    width: calc(100% - 44.725%);
    background-color: #fdfdfd;
    padding-left: 60px;
    padding-right: 40px;
}

.new-warp .new-list {
    display: none;
    padding-top: 10px;
}

.new-list ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    background: url(../images/nicon1.png)no-repeat right center;
}

.new-list ul li a:hover {
    background: url(../images/niconh.png)no-repeat right center;
}

.new-list ul li+li a {
    border-top: solid 1px #ddd;
}

.new-list ul li a h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
}

.new-list ul li a:hover h3 {
    color: #01a453;
}

.new-list ul li a p {
    font-size: 16px;
    color: #666;
    padding-right: 20%;
    margin-top: 10px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-list ul li a span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}


@media(max-width: 1440px) {
    .new-top {
        width: 50%;
    }
    .new-warp {
        width: 50%;
    }
    .new-list ul li a {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .new-list ul li a span {
        margin-top: 10px;
    }
}

@media(max-width: 1199px) {
    .news {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .new-show {
        margin-top: 30px;
    }
    .new-warp {
        padding-left: 40px;
        padding-right: 30px;
    }
    .new-list ul li a h3 {
        font-size: 18px;
    }
    .new-list ul li a p {
        font-size: 14px;
        margin-top: 5px;
    }
    .new-list ul li a span {
        font-size: 14px;
    }
    .new-list ul li a {
        padding-top: 10px;
    }
    .new-warp .new-list {
        padding-top: 2px;
    }
}

@media(max-width: 991px) {
    .new-cfn {
        margin-top: 20px;
    }
    .new-list ul li a h3 {
        font-size: 17px;
    }
    .new-list ul li a p {
        font-size: 12px;
        line-height: initial;
    }
    .new-list ul li a span {
        line-height: initial;
        font-size: 12px;
        margin-top: 5px;
    }
    .new-warp {
        padding-left: 30px;
        padding-right: 20px;
    }
    .new-list ul li a {
        background-size: 25px 25px;
    }
}

@media(max-width: 650px) {
    .new-top {
        float: none;
        width: 100%;
    }
    .new-warp {
        float: none;
        width: 100%;
    }
    .new-list ul li a {
        padding: 15px 0;
    }
    .new-list ul li a p {
        margin-top: 10px;
    }
    .new-list ul li a span {
        margin-top: 10px;
    }
    .new-warp {
        padding: 0 15px;
    }
    .news {
        background-color: #f9f9f9;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .new-cfn ul li a {
        font-size: 17px;
        padding-left: 25px;
    }
    .new-cfn ul li:nth-child(1) a {
        padding-left: 30px;
    }
    .new-top .owl-carousel .owl-dots {
        height: 40px;
    }
}

@media(max-width: 320px) {
    .new-cfn ul li a {
        font-size: 17px;
        padding-left: 22px;
    }
    .new-cfn ul li:nth-child(1) a {
        padding-left: 27px;
    }
    .new-list ul li a p {
        margin-top: 5px;
    }
    .new-list ul li a span {
        margin-top: 5px;
    }
    .new-list ul li a {
        padding: 10px 0;
    }
}



.containerfoot{max-width: 1200px;}

.foot {
    padding-top: 2.71vw;
    background-color: #232324;
    padding-bottom: 3.6vw;
}

@media (max-width: 780px) {
    .foot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.foot .con {
    display: flex;
    justify-content: space-between;
}

.foot .con .foot1 {
    width: 520px;
    display: flex;
}

@media (max-width: 600px) {
    .foot .con .foot1 {
        display: none;
    }
}

.foot .con .foot1 li {
    width: 50%;
}

.foot .con .foot1 li h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot1 li .sec {
    margin-top: 1.666vw;
}

.foot .con .foot1 li .sec a {
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.foot .con .foot2 {
    margin-top: 0px;
    width: 380px;
}

@media (max-width: 600px) {
    .foot .con .foot2 {
        width: 100%;
    }
}

.foot .con .foot2 .lx h2 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.foot .con .foot2 .lx .sec {
    margin-top: 1.666vw;
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot .con .foot2 .list2 {
    margin-top: 2.5vw;
    display: flex;
}

.foot .con .foot2 .list2 li {
    margin-right: 20px;
}

.foot .con .foot2 .list2 li:last-child {
    margin-right: 20px;
}

.foot .con .foot3 {
    margin-top: 2.19vw;
    text-align: center;
}

@media (max-width: 600px) {
    .foot .con .foot3 {
        width: 50%;
    }
}

.foot .con .foot3 p {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 22px;
}

.ban {
    font-size: 14px;
    color: #999;
    padding: 2vw 0 1.7vw;
}

@media (max-width: 780px) {
    .ban {
        text-align: center;
        padding: 14px 0;
        font-size: 13px;
    }

    .ban .ban1, .ban .ban2 {
        width: 100%;
    }
}

.ban a {
    color: #999;
}






.nybanner img{max-width:100%}

.inside-pages{width:100%; background: #fff; padding-top: 40px;}
/*===============================================
                Inside pages left
===============================================*/
.inside-pages-left{width: 20%; float: left; border-bottom: 4px solid #eaeaea;margin-right: 2%; margin-bottom: 30px;}
.inside-pages-left .pg-left-title { background: #01a453;padding: 16px 20px; position: relative;}
.inside-pages-left .pg-left-title h3 { font-size: 24px; color: #ffffff; line-height: 30px; font-weight: bold; position: relative; z-index: 9; height:30px;}
.inside-pages-left .pg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 78px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}
.inside-pages-left .pg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}
.inside-pages-left .pg-left-title span:before { content: "/"; padding-right: 5px;}
.inside-pages-left .cate-list ul li{height: 56px;line-height: 56px;border-bottom: 1px solid #eaeaea;background: #f7f7f7;width: 100%;}
.inside-pages-left .cate-list ul li a{display: block;padding-left:16px;font-size: 14px;background: url(../images/tb6.png) no-repeat 248px 10px;color: #333;}
.inside-pages-left .cate-list ul li:hover a,.inside-pages-left .cate-list .actt a{background: url(../images/tb6h.png) no-repeat 248px 10px; color:#01a453;}
.inside-pages-left .cate-list ul li:hover,.inside-pages-left .cate-list .actt{background: #fff;}
.inside-pages-left .cate-list ul li.hover a{background: url(../images/tb10.png) no-repeat 216px 25px;}
.inside-pages-left .cate-list ul li.hover{background: #fff;}

.inside-left-newslist{width:100%;}
.inside-left-newslist ul li{height: 64px;line-height: 64px;border-bottom: 1px solid #eaeaea;background: #f7f7f7;width: 100%; overflow: hidden;}
.inside-left-newslist ul li a{display: block;padding-left: 39px;font-size: 14px;background: url(../images/tb9.png) no-repeat 0px 10px; color: #333; padding-right:16px;}
.inside-pages-left .inside-left-newslist ul li:hover a,.inside-pages-left .inside-left-newslist .actt a{background: url(../images/tb9h.png) no-repeat 0px 10px; color:#01a453;}



.inside-pages-right{width:77%;float: right;min-height: 300px;margin-bottom: 36px;}

.inside-pages-crumbs h3 { float: left; color: #01a453; font-size: 18px;}
.inside-pages-crumbs p { text-align: right; font-size: 12px; padding-top: 0px; }
.inside-pages-crumbs { padding-bottom: 12px; border-bottom: 1px solid rgb(236, 236, 236); margin-bottom: 12px; }
.inside-pages-crumbs p img { padding-top: 0px; padding-right: 6px; margin-top: -4px;}
.inside-pages-crumbs p span { color: rgb(23, 98, 179); }
.inside-pages-crumbs p a { font-size: 12px; }


.pro_list{ padding-top:0px; min-height: 200px; }


.pro_list li .sc{ overflow: hidden; }
.pro_list li .sc .Ispic{width:100%;padding-bottom:100%;transition: 0.3s ease; background-size: cover;background-position: center; margin:0px;}
.pro_list li .sc .Ispic:hover{ transform: scale(1.01); }

.pro_list li{
    width: 32%;
    float: left;
    margin:0 2% 2% 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    }
.pro_list li .word{ padding:5%}
.pro_list li:nth-child(3n){ margin-right:0;}
.pro_list li img{width: 100%; display:block;}
.pro_list li .dot{color: #353535; font-weight: bold; font-size: 16px;  margin-top: 0px; display: block; height:36px;}
.pro_list li:hover .dot{color: #01a453;}
.pro_list li p{display: block; color: #727272; text-align: left; height: 48px; overflow: hidden; font-size: 12px; line-height: 24px;}
.pro_list li .more{width: 122px; height: 30px; margin-top:15px; line-height: 30px; color: #fff; font-size:12px; text-align: center; background:#016fba;display: inline-block;border-radius: 50px; transition: 0.3s; }
.pro_list li .more:hover{width: 160px; }
@media (max-width: 768px){
.pro_list li{width: 49%;}
.pro_list li:nth-child(4n){ margin-right:2%;}
.pro_list li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
.pro_list li{ float:none; margin-right:0 !important; width:auto; margin-bottom: 20px; }
}


.RelatedPro li{width:23.5%;}
.RelatedPro li:nth-child(3n){ margin-right:2%;}
.RelatedPro li:nth-child(4n){ margin-right:0%;}



.pos{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:0px; margin-top: 10px;}
.pos .pos_left{width:65%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;line-height:40px;}
.pos .pos_left>em{display:inline-block;width:25px;height:40px;background:url(../images/com/home.png) center center no-repeat;vertical-align: top;}
.pos .pos_left a{color:#555;}
.pos .pos_left a:hover{color:#01a453}

.pro_name{font-size:24px;font-weight:bold;line-height:28px;color:#01a453;margin-bottom:10px;}
.proshow{padding-top:0px;position:relative;}
.proshow .js-silder{float:left;width:360px;margin-top:0 !important;border:0px solid #ddd;}
.proshow .js-silder .silder-main-img {width:100%;text-align:center; padding-top:20px;}
.proshow .js-silder .silder-main-img img {max-width:360px !important;vertical-align:middle; max-height: 100%;}
.proshow .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span{ background:none;}
.proshow .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow .prodesc .bt{font-size:20px;font-weight:bold;color:#01a453; margin-top:12px; display: block; margin-bottom: 6px;}
.proshow .prodesc .bt a{color:#01a453;}
.proshow .prodesc{float:right;width:560px;}
.proshow .prodesc p.desc{padding:12px; background: #f2f2f2; overflow:hidden;color:#999; margin-top:30px;}
.proshow .prodesc p.desc span{display: block;}

.proshow .prodesc .progaishu{width:100%; margin-top:18px;}


.proshow .prodesc .explan{margin: 6px 0px 24px;}
.proshow .prodesc p{font-size:14px;line-height:32px;margin-bottom:0px;}
.proshow .prodesc .explan p{}
.proshow .prodesc .explan .explanp{}
.proshow .prodesc .explan p{width:50%; float:left; border-bottom:1px solid #ccc; border-left: 1px solid #ccc; padding-left:12px;}
.proshow .prodesc .explan p:nth-child(1){border-top:1px solid #ccc;}
.proshow .prodesc .explan p:nth-child(2){border-top:1px solid #ccc;}
.proshow .prodesc .explan p:nth-child(2n){border-right:1px solid #ccc;}
.proshow .prodesc .explan p:last-child{border-right:1px solid #ccc;}
.proshow .prodesc .explan p:nth-of-type(odd):last-child{width:100%;}
.proshow .prodesc .explan h3{font-size: 18px; line-height:44px; border-bottom:2px solid #01a453; color:#01a453; margin-bottom: 12px; width:72px;}

.proshow .prodesc .keys{margin-top:12px;}
.proshow .prodesc .keys h3{font-size: 18px; line-height:44px; border-bottom:2px solid #01a453; color:#01a453; margin-bottom: 12px;}
.proshow .prodesc .keys .keylist{}
.proshow .prodesc .keys a{display: block; float:left; padding:8px 12px; border:1px solid #ccc; margin-right: 12px; margin-bottom:12px;}
.proshow .prodesc .keys a:hover{background: #01a453; color:#fff;}
.proshow .pro_btn{padding-top:0px;overflow:hidden;}
.proshow .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#01a453;border-radius:2px;float:left;border:1px solid #fff;}
.proshow .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.proshow .pro_btn1:hover{background:#fff;border:1px solid #01a453;color:#01a453;}
.proshow .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}


.tags_title{border-bottom:1px solid #01a453;margin:0px; margin-bottom:20px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:48px;line-height:48px;margin-bottom: -1px;background:#01a453;color:#fff;display:block;margin-left: 5px;border: 1px solid #01a453;border-bottom:1px solid #01a453;font-weight:bold;}
.inside-pages-right .content img{max-width:100%; display: block; margin:0 auto;}


.prokeys{margin-top:12px; margin-bottom: 44px;}
.prokeys h3{font-size: 18px; line-height:44px; border-bottom:2px solid #01a453; color:#01a453; margin-bottom: 12px;}
.prokeys .keylist{}
.prokeys a{display: block; float:left; padding:8px 12px; border:1px solid #ccc; margin-right: 12px; margin-bottom:12px;}
.prokeys a:hover{background: #01a453; color:#fff;}


.procontent table{width:100%; max-width:960px; margin:0 auto; background: #ccc; border:0px solid #ccc;border-collapse: collapse;}
.procontent table td{background: #fff; border:1px solid #ccc; padding-left: 0px; line-height:32px; text-align: center;}

.procontent h1{font-size: 24px; text-align: center; padding-top: 36px; line-height:64px;}
@media (max-width: 768px){
    .proshow .js-silder{width:100%;}
    .proshow .prodesc{width:100%;}
    .pro_name{margin-top:24px;}
    .proshow .prodesc .explan{margin-top: 0px;}
    .proshow .pro_btn1{width:80%;}
    .proshow .prodesc .explan p{width:100%; border-right:1px solid #ccc;}
    .proshow .prodesc .explan p:nth-child(1){border-top:1px solid #ccc;}
    .proshow .prodesc .explan p:nth-child(2){border-top:0px solid #ccc;}
    .proshow .prodesc .explan p:nth-child(2n){border-right:1px solid #ccc;}
    .proshow .prodesc .explan p:last-child{border-right:1px solid #ccc;}

    .pro_list li{width:49%; float:left; margin-right: 2%!important;}
    .pro_list li:nth-child(2n){margin-right: 0px!important;}

    .procontent table:nth-child(2n) tr:nth-child(2){
  
        }  
    .proshow .js-silder .silder-main-img{padding-top: 0px;}
    .procontent table:nth-child(2n) tr td{font-size: 10px;}
    .procontent table:nth-child(2n) tr td:last-child{word-break: break-all; }

    .prokeys a{padding:4px 8px; margin-right: 6px;}
    .nybanner{padding-top: 60px;}
    .pro-cfn .procatebox{display:none}


    .inside-pages-left{width:100%;}
    .inside-pages-right{width:100%;}
    .procontent table td{word-break: break-all;}

    .foot .con{display: block;}
    .foot .con .foot2 .lx h2{font-size: 16px;}


}





