/*初始化样式*/

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: #009f3c;
    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 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


/*----- 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;
}


/*滚动*/

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

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

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


/* 插件整体样式修改 */

.slick-slide {
    outline: none;
}

.slick-arrows {
    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;
    }
}


/*头部样式*/

.top1 {
    height: 41px;
    background: #009f3c;
    color: #fff;
    line-height: 41px;
    overflow: hidden;
    font-size: 14px;
}

.top2 {
    height: 107px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 107px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: right;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}
.topLink p{font-size:20px;font-weight:bold;}
.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink a {
    color: #fff;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}


/*热门搜索*/

.x-menu>li.lxff {
    width: 31px;
    margin-left: 0px;
    position: relative;
    line-height: 107px;
    float: right;
}

.lxff #formsearch {
    position: absolute;
    top: 106px;
    right: 0;
    display: none;
    line-height: 24px;
}

.sou {
    margin: 15px 0;
}

#formsearch {
    float: right;
    width: 187px;
}

.hotSearch {
    float: left;
    font-weight: normal;
    color: #fff;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.hotSearch a {
    margin-right: 6px;
    color: #fff;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009f3c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}


/*导航栏样式*/

.x-menu>li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 125px;
}

.x-menu>li>a {
    display: block;
    line-height: 107px;
    color: #323232;
    height: 107px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.x-menu>li:hover>a {
    text-decoration: none;
}

.x-sub-menu {
    background: #009f3c;
    color: #fff;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    display: none;
}

.x-sub-menu li a {
    background: #009f3c;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.x-sub-menu li a:hover {
    background: #009f3c;
    text-decoration: none;
}


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #009f3c;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #009f3c;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}


/* 产品 */

.box1 {
    padding-bottom: 47px;
}

.fen {
    height: 155px;
    background-color: #009f3c;
}

.psort {
    padding-top: 35px;
}

.psort li {
    margin-right: 23px;
}

.psort li:last-child {
    margin-right: 0;
}

.psort li a {
    display: block;
    position: relative;
    width: 151px;
    height: 79px;
    font-weight: bold;
    line-height: 79px;
    text-align: center;
    color: #383838;
    font-size: 18px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.psort li.on a {
    color: #009f3c;
}

.psort li.on a:after {
    position: absolute;
    content: '';
    display: block;
    background: url(//cdn.myxypt.com/be2b1ffd/21/08/75aa7f9d4245658ae1ec9a53090cfd5dba8594b7.png) no-repeat top center;
    bottom: -19px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 19px;
}
.psort li:last-child.on a:after{display:none;}
.pro_cons {
    position: relative;
}

.pro_tab {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.pro_tab.ons {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.plist {
    margin-top: 42px;
}

.plist li {
    margin-right: 72px;
    margin-bottom: 18px;
    width: 351px;
    height: 300px;
    background-color: #ffffff;
    border: solid 1px #dadada;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    display: block;
}

.plist li a.img img {
    width: 349px;
    height: 247px;
}

.plist li h3 a {
    display: block;
    color: #343434;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 318px;
    margin: 0 auto;
    line-height: 51px;
    border-top: solid 1px #b4b4b4;
}

.plist li:hover h3 a {
    color: #009f3c;
    font-weight: bold;
}

.plist li:hover {
    box-shadow: 0 0 5px #dadada;
}

.pmore a {
    display: block;
    width: 260px;
    height: 59px;
    background-color: #009f3c;
    color: #ffffff;
    font-size: 16px;
    line-height: 59px;
    text-align: center;
    margin: 0 auto;
    border-radius: 29px;
    margin-top: 22px;
}


/* 选择 */

.box2 {
    height: 640px;
    background: url(//cdn.myxypt.com/be2b1ffd/21/08/4f701b90816d20929ba9e1e7508e326c1ba4444d.jpg) no-repeat top center;
    padding-top: 76px;
}

.bt1 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.bt1 h3 {
    font-size: 30px;
    padding-bottom: 8px;
}

.yul {
    margin: 30px -1.5px 0 -1.5px;
}
.yul .slick-slide{margin:0 3px;}
.yul li {
    width: 294px;
    height: 329px;
    background-color: #ffffff;
    padding: 0 3px;
    text-align: center;
    border-bottom: 10px solid #fff;
}

.yul li h3 a {
    display: block;
    color: #323232;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 22px 0;
}

.yul li .img {
    width: 137px;
    height: 137px;
    overflow: hidden;
    line-height: 137px;
    margin: 0 auto;
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yul li .img2 {
    display: none;
}

.yul li:hover .img1 {
    display: none;
}

.yul li:hover .img2 {
    display: inline-block;
}

.yul li span {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 0 28px
}

.yul li:hover h3 a {
    color: #009f3c;
}

.yul li:hover {
    border-bottom: 10px solid #009f3c;
}

.cmore a {
    display: block;
    width: 222px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    text-align: center;
    line-height: 40px;
    color: #323232;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 41px;
    border: solid 1px #083579;
}

.box2 .slick-arrow {
    outline: none;
    font-size: 0;
    border: none;
    background: none;
    position: absolute;
    bottom: -83px;
    width: 42px;
    height: 42px;
    display: block;
    background: url(//cdn.myxypt.com/be2b1ffd/21/08/9600299276eb3cc2ebb23d3907c174ef1703bfe4.png) no-repeat top center;
}

.box2 .slick-prev {
    left: 426px;
}

.box2 .slick-next {
    right: 426px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* 公司简介 */

.box3 {
    padding-top: 50px;
    padding-bottom: 61px;
}

.bt2 {
    text-align: center;
    color: #787878;
    font-size: 16px;
    text-transform: uppercase;
}

.bt2 h3 {
    font-size: 30px;
    padding-bottom: 8px;
    color: #323232;
}

.abox {
    margin-top: 35px;
}

.aright img {
    display: block;
    width: 586px;
    height: 274px;
}

.aleft {
    width: 570px;
}

.asort li {
    margin-right: 11px;
}

.asort li:last-child {
    margin-right: 0;
}

.asort li a {
    display: block;
    width: 182px;
    color: #595a5a;
    font-size: 16px;
    height: 36px;
    font-weight: bold;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    text-align: center;
    line-height: 34px;
}

.asort li span {
    font-size: 12px;
    font-weight: normal;
    padding-left: 6px;
}

.acon {
    color: #595a5a;
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.amore a {
    display: block;
    text-align: center;
    width: 150px;
    height: 42px;
    background-color: #009f3c;
    border-radius: 21px;
    line-height: 40px;
    font-size: 14px;
    color: #baddc3;
    border: solid 1px #e9e9e9;
}


/* 六个疑问 */

.box4 {
    height: 530px;
    background: url(//cdn.myxypt.com/be2b1ffd/21/08/1b9ed8bf0c9e312dcd7c58107b562f80d57eb8c8.png) no-repeat top center;
    padding-top: 84px;
}


.sul1 li:first-child .shu{margin: 12px 12px 0 0px;}
.sul1 li:nth-child(2){margin-left: 42px;}





.sul li {
    margin-bottom: 68px;
    width: 393px;
    height: 64px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 31px;
    line-height: 64px;
    text-align: center;
    color: #323232;
    font-size: 18px;
}

.shu {
    width: 39px;
    height: 39px;
    background-color: #009f3c;
    line-height: 39px;
    margin: 12px 0 0 16px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 13px;
    border-radius: 50%;
}

.sul li:nth-child(2) {
    width: 351px;
  
}


/* 留言 */

.box5 {
    height: 226px;
    background: #e5f5eb;
}

.bt3 {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 28px;
    line-height: 38px;
}

.yan {
    margin-top: 25px;
}

.yan ul li {
    margin-right: 6px;
}

.yan ul li:last-child {
    margin-right: 0;
}

.yan ul li input {
    color: #b5b5b5;
    font-size: 16px;
    padding-left: 13px;
    display: block;
    width: 201px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    background: none;
    outline: none;
    border: solid 1px #009f3c;
}

.yan ul li {}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b5b5b5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b5b5b5;
}

.yan ul .tj input {
    width: 168px;
    padding: 0;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    background-color: #009f3c;
    border-radius: 3px;
    border: solid 1px #009f3c;
    display: block;
    line-height: 50px;
    text-align: center;
}

.yan ul .nr {
    position: relative;
}

.yan ul .nr input {
    width: 401px;
}

.yan ul .nr .checkCodeImg {
    position: absolute;
    right: 5px;
    top: 5px;
}


/* 案例 */

.box6 {
    padding: 50px 0 50px;
}

.cul {
    margin: 35px -9px 0 -9px;
}
.cul .slick-slide{margin:0  11.5px;}
.cul li {
    /*margin: 0 12px;*/
}

.cul li a.img img {
    display: block;
    width: 280px;
    height: 213px;
}

.cul li a.img {
    display: block;
    border: solid 1px #dadada;
}

.cul li h3 a {
    display: block;
    border: solid 1px #dadada;
    text-align: center;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.cul li:hover h3 a {
    background: #009f3c;
    color: #fff;
}

.cmore2 a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 194px;
    height: 42px;
    border-radius: 10px;
    line-height: 42px;
    border: solid 1px #009f3c;
    margin-top: 49px;
    color: #787878;
    font-size: 16px;
}

.box6 .slick-arrow {
    bottom: -93px;
    outline: none;
    font-size: 0;
    border: none;
    background: none;
    position: absolute;
    width: 42px;
    height: 42px;
    display: block;
    background: url(//cdn.myxypt.com/be2b1ffd/21/08/9600299276eb3cc2ebb23d3907c174ef1703bfe4.png) no-repeat top center;
}

.box6 .slick-prev {
    left: 426px;
}

.box6 .slick-next {
    right: 426px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* 新闻 */

.box7 {
    height: 478px;
    background: #f5fbf7;
    padding-top: 48px;
}

.news_list1 {
    margin-top: 25px;
}

.news_list1 li {
    width: 388px;
    margin-right: 18px;
}

.news_list1 li:last-child {
    margin-right: 0;
}

.news_list1 li a.img img {
    width: 388px;
    height: 191px;
    display: block;
}

.nbox {
    margin-top: 30px;
}

.nbox a {
    color: #5a5a5a;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.nbox span {
    display: block;
    color: #5a5a5a;
    opacity: 0.89;
    line-height: 24px;
}

.news_list1 li p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}


/*友情链接*/

.f_link {
    width: 1200px;

    margin: 0 auto;
   
    padding: 10px 0 10px 12px;
    margin-top: 40px;
    color: #c2e2ca;
    font-size: 14px;
}

.f_link a {
    color: #c2e2ca;
}


/*页面底部*/

.foot {
    padding: 0 0 17px 0;
    background: #009f3c;
}

.dao {
    padding-top: 45px;
    width: 740px
}

.dao li {
    float: left;
    width: 150px;
}

.dao li dt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.dao li a {
    color: #aed9b9;
    display: block;
    line-height: 30px;
}

.dlx {
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    padding-top: 38px;
}

.ewm2 {
    text-align: center;
    color: #aed9b9;
    line-height: 30px;
    text-align: center;
    margin-top: 38px;
}

.foot1 {
    line-height: 26px;
  
    text-align: center;
    background: #009f3c;
    color:#c2e2ca;
    font-weight: bold
}
.foot1 .wh{padding: 10px 0;border-top: 1px solid #48bd74;}
.foot1 a{color:#c2e2ca;}
/*内页左侧样式*/

.container {
    width: 1200px!important;
    margin: 0 auto;
    padding: 0;
}


/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/

.page-product-inquiry a {
    color: #fff;
}