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;
    line-height: 1.5
}

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

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

p {
    margin: 0;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

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

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

/*头部样式*/
.index-c1 {
    background: #fff;
}

.c1-con {
    background: #fff;
    margin-top: -106px;
    position: relative;
    z-index: 999;
    box-shadow: 0 5px 5px #f7f7f7;
}

.index-c1 ul {
    padding: 22px 20px 30px;
    font-size: 0;
}

.index-c1 ul li {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

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

.index-c1 ul li h3 {
    font-size: 54px;
    line-height: 1.7;
    color: #333333;
    font-weight: 400;
    font-family: "impact";
}

.index-c1 ul li h3 i {
    font-style: inherit;
}

.index-c1 ul li h3 span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-left: 5px;
}

.index-c1 ul li p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width:1200px) {
    .c1-con {
        margin-top: 0;
    }
}


@media (max-width:768px) {
    .index-c1 ul {
        padding: 15px 0 15px;
    }

    .index-c1 ul li {
        width: 50%;
        border-right: none;
        margin-bottom: 15px;
    }

    .index-c1 ul li h3 {
        font-size: 34px;
    }

    .index-c1 ul li p {
        font-size: 14px;
    }

}
.dfsfds{margin-bottom:34px;}
/*c2_index*/
.c2_index {
    position: relative;
    padding: 2.125% 0;
}

.ttt2 {
    text-align: center;
}

.ttt2 h2 {
    font-size: 38px;
    color: #333333;
}

.ttt2 p {
    font-size: 18px;
    color: #666666;
    padding-top: 10px;
}

.sort2 {
    position: relative;
    margin: 15px 0 30px;
    text-align: center;
}

.sort2 li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.sort2 li+li::before {
    position: absolute;
    left: 0px;
    content: "|";
    top: 2px;
}

.sort2 li a {
    display: block;
    color: #666666;
    font-size: 18px;
}

.sort2 li:hover a,
.sort2 li.on a {
    color: #0082A1;
}

.tabz_content {
    padding-top: 1.125%;
}

.product_list11 {
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.product_list11 li {
    text-align: center;
    width: 24%;
    float: left;
}

.product_list11 li a {
    display: block
}

.product_list11 li .ovimg {
    overflow: hidden;
        border: 1px solid #deded7;
}

.product_list11 li .ovimg img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_list11 li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding: 15px 0;
    line-height: 1.7;
}

.product_list11 li:hover .ovimg img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.product_list11 li:hover h3 {
    color: #0082A1;
}


@media (max-width:768px) {
    .ttt2 h2 {
        font-size: 28px;
    }

    .sort2 li a {
        font-size: 15px;
    }

    .product_list11 {
        flex-wrap: wrap;
    }

    .product_list11 li {
        width: 48%;
    }

    .product_list11 li h3 {
        padding: 10px 0;
        font-size: 14px;
    }

}


/*c3_index*/
.c3_index {
    position: relative;
    background: url(../images/48ae1439bf228e15a61389be3cfa8a9cc4821ab4.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.c3left {
    float: left;
    width: 50%;
}
.rt5left{
    padding-left: 9% !important;
    padding-top: 4.5% !important;
}
.ads_list {
    position: relative;
}

.ads_list li img {
    width: 100%;
    height: auto;
}

.ads_list .slick-prev,
.ads_list .slick-next {
    display: none !important;
}

.ads_list .slick-dots {
    position: absolute;
    top: 40%;
    right: -16px;
    font-size: 0;
    z-index: 9;
    background: #ffffff;
    display: inline-block !important;
    padding: 10px;
    border-radius: 20px;
}

.ads_list .slick-dots li {
    display: block;
    margin: 8px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
}

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

.ads_list .slick-dots li.slick-active {
    background-color: #0082A1;
}

.c3right {
    width: 50%;
    float: right;
    height: 100%;
    padding-left: 5.125%;
    padding-top: 3.125%;
}

.c3right .xset {
    /*padding-left: 90px;*/
    position: relative;
    /*background: url(../images/5501eb4e38fb9d3799c434052e0f1a799ceb260e.png) no-repeat left center;*/
    background-size: contain;
}

.c3right .xset h2 {
    font-size: 30px;
    color: #0082A1;
    line-height: 1.3;
}

.c3right .xset p {
    font-size: 20px;
    color: #e8771a;
}

.xcenter {
    position: relative;
    padding: 2.125% 0;
}

.xcenter h3 {
    font-size: 24px;
    color: #333333;
}

.xcenter span {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xnei {
    position: relative;
    padding: 1px 0;
    padding-left: 20px;
    border-left: 1px solid #0082A1;
}

.xnei p {
    position: relative;
    font-size: 16px;
    color: #666666;
    margin: 10px 0;
}

.xnei p::before {
    /*background: url(../images/5aaff07da4b8acbb418ad2017784c4fdd9d5ca74.png) no-repeat left center;*/
        position: absolute;
    left: -27px;
    top: 5px;
    content: "";
    width: 13px;
    border: 1px solid #0082A1;
    height: 13px;
    border-radius: 31px;
    background:white;
}

.xnei p:nth-child(2n)::before {
    /*background: url(../images/6d3328ca25773c3fc47c908a5fae7e1f6f0006cd.png) no-repeat left center;*/
}

.c3right .lian {
    position: relative;
    margin-top: 5.125%;
}

.c3right .lian a {
    display: inline-block;
    margin-right: 3.125%;
    padding: 10px 30px;
    border-radius: 20px;
    background: #f08200;
    color: #fff;
    font-size: 16px;
}

.c3right .lian a:nth-child(2) {
    background: #0082A1;
}

.c3right .lian i {
    padding-right: 10px;
}

@media (max-width:1440px) {
    .c3right .xset h2 {
        font-size: 24px;
    }

    .c3right .xset p {
        font-size: 18px;
    }

    .xcenter {
        padding: 3.125% 0;
    }

    .xcenter h3 {
        font-size: 22px;
    }

    .xnei p {
        margin: 12px 0;
        font-size: 15px;
    }
}


@media (max-width:1200px) {
    .xcenter h3 {
        font-size: 18px;
    }

    .xnei p {
        margin: 10px 0;
        font-size: 12px;
    }

    .c3right .lian {
        margin-top: 15px;
    }

    .c3right .lian a {
        font-size: 13px;
        padding: 8px 20px;
    }
}

@media (max-width:992px) {
    .c3left {
        width: 100%;
        float: none;
    }

    .c3right {
        width: 100%;
        float: none;
        padding-bottom: 3.125%;
    }

    .ads_list .slick-dots {
        top: auto;
        bottom: 10px;
        left: 0px;
        right: 0px;
        text-align: center;
        background: none;
    }

    .ads_list .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }

}


@media (max-width:500px) {
    .c3right .xset {
        
    }

    .c3right .xset h2 {
        font-size: 18px;
    }

    .c3right .xset p {
        font-size: 14px;
    }
}



/*c4_index*/
.c4_index {
    position: relative;
    padding: 3.125% 0;
}

.c4_wap {
    margin-top: 2.125%;
}

.c4-left {
    width: 44.9%;
    float: left;
}

.c4-left a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4-left img {
    width: 100%;
    transition: .5s;
}

.c4-left a:hover img {
    transform: scale(1.1);
}

.c4-left h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.c4-right {
    width: 53.6%;
    float: right;
}

.c4-right ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

.c4-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4-right ul li img {
    width: 100%;
    transition: .5s;
}

.c4-right ul li:hover img {
    transform: scale(1.1);
}

.c4-right h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.ccmore {
    display: block;
    margin-top: 3.125%;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.ccmore:hover {
    color: #0082A1;
}

@media (max-width:990px) {
    .c4-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:768px) {
    .c4-right h3 {
        font-size: 15px;
        line-height: 40px;
    }
}


/*c5_index*/
.c5_index {
    position: relative;
    background: #f9f9f9;
    padding: 3.125% 0;
    overflow: hidden;
}

.tabz_content2 {
    padding-top: 1.125%;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    margin: 0 0px;
    border-radius: 10px;
    padding: 35px 20px 0 20px;
    margin-bottom: 30px;
    background:  #f4f4f4;
    transition: .5s;
}

.news_list11 li a.img {
    display: block
}

.news_list11 li a.img .ntime {
    width:165px;
    float: left;
    text-align: right;
}

.news_list11 li a.img .ntime p {
    color: #666666;
    font-size: 14px;
    font-family: "Arial";
}

.news_list11 li a.img .ntime h2 {
    color: #333333;
    font-size: 30px;
    font-family: "Arial";
    font-weight: 400;
    line-height: 1;
}

.news_list11 li a.img .nright {
    width: calc(100% - 180px);
    float: right;
}

.news_list11 li a.img .nright h3 {
    color: #333333;
    font-size: 17px;
    height:39px;
}

.news_list11 li a.img .nright span {
    display: block;
    margin: 25px 0;
    font-size: 14px;
    height:85px;
    color: #666666;
    line-height: 1.7;
}

.news_list11 li a.img .nright i {
    display: block;
    background: url(../images/d6e285dcf089e0ab4f48b134cda2cb516e3eb298.png) no-repeat left center;
    height: 14px;
    margin-bottom: 30px;
}

.news_list11 li:hover {
    background:#0082A1;
}

.news_list11 li:hover a.img .ntime p,
.news_list11 li:hover a.img .ntime h2,
.news_list11 li:hover a.img .nright h3,
.news_list11 li:hover a.img .nright span {
    color: #fff;
}

.news_list11 li:hover a.img .nright i {
    background: url(../images/bbb2b7ac9904c666d1fb3c49ecf060cccbe86e03.png) no-repeat left center;
}


.news_list11 .slick-prev,
.news_list11 .slick-next {
    display: none !important;
}

.news_list11 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -10px;
}

.news_list11 .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
    padding: 0;
}

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

.news_list11 .slick-dots li.slick-active {
    background-color: #0082A1;
}

@media (max-width:768px) {
    .news_list11 .slick-dots {
        bottom: 0;
    }
}



/*c6_index*/
.c6_index {
    position: relative;
    padding: 5.125% 0 1.125%;
    background: url(../images/93307c6a08ab68901047d71c28d2eba44174828c.png) no-repeat left center;
}

.abbleft {
    position: relative;
}

.abbleft h2 {
    font-size: 32px;
    color: #333333;
}

.abbleft h3 {
    font-size: 20px;
    color: #0082A1;
    font-weight: 400;
    margin: 10px 0 30px;
}

.abbleft .abbtxt {
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.abbleft .abbmore {
    margin-top: 5.125%;
    display: block;
    background: url(../images/8b6bf46e666fab81247a1059c634a025b9a6ed6d.png) no-repeat center;
    line-height: 56px;
    width: 200px;
    text-indent: 25px;
    font-size: 14px;
    color: #0082A1;
    text-transform: uppercase;
}

.abbimg {
    position: relative;
    margin-top: 15px;
}

.abbimg img {
    width: 100%;
}

@media (max-width:768px) {

    .abbleft,
    .abbimg {
        padding: 0;
    }

    .abbleft h2 {
        font-size: 28px;
    }

    .abbleft h3 {
        font-size: 18px;
    }

    .abbleft .abbtxt {
        font-size: 14px;
    }

    .abbleft .abbmore {
        background-size: 100% 100%;
        line-height: 40px;
        width: 150px;
        text-indent: 15px;
        font-size: 12px;
    }
}

/*c7_index*/
.c7_index {
    position: relative;
    padding: 1.125% 0 3.125%;
    overflow: hidden;
  
}

.c7ttt {
    position: relative;
}

.c7ttt h2 {
    color: #555555;
    font-size: 28px;
    font-weight: 400;
}

.c7ttt a {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    color: #999999;
}

.hezuo_list {
    position: relative;
    margin-top: 3.125%;
}

.hezuo_list li {
    position: relative;
    padding: 10px 0;
}

.hezuo_list li a {
    display: block;
    border: 1px solid #f5f5f5;
    transition: .3s;
}

.hezuo_list li a img {
    width: 100%;
}

.hezuo_list li:hover a {
    box-shadow: 0 0px 12px #ddd;
}

.hezuo_list .slick-prev,
.hezuo_list .slick-next {
    display: none !important;
}


.x-seo {
    text-align: left;
}




/*手机底部*/

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


@media (max-width:768px) {
    .db {
        display: block !important;
    }
    .news_list11 li a.img .ntime{
        width:100%;
    }
    .news_list11 li a.img .nright{
        width:100%;
    }
    .news_list11 li a.img .nright span{
        margin:9px 0px;
    }
    .news_list11 li a.img .nright h3{
        margin-top:13px;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

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

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

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}

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

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(../images/a4dec8a70f4501a38a6fa0c628bc59257884f9eb.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(../images/8ca3ba776dff50a9f45e95e411ca32c2ada8655d.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(../images/afb9515e746b5df503bfbd1f6655a31975647cf7.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(../images/c12bdeb2dd4d8612e9f33c51ffc45f560efcb693.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}


.nei_cate {
    position: relative;
    background: rgba(233, 233, 233, 1);
    height: 84px;
}

.nei_cate .xypg-left-nav {
    padding: 20px 0;
    margin: 0;
    height: 84px;
}

.nei_cate .xypg-left-nav>li {
    display: inline-block;
    margin: 0;
    border: none;
}

.nei_cate .xypg-left-nav>li>a {
    line-height: 44px;
    text-indent: 0;
    border: none;
    transition: all 500ms;
    padding: 0 15px;
}

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

.nei_cate .xypg-left-nav>li:hover>a,
.nei_cate .xypg-left-nav>li.clicked>a {
    background: #0082A1;
    color: #fff;
    border-radius: 40px;
}

.nei_cate .xypg-left-subnav {
    display: none !important;
}

.page-wrap  {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f0f0f0;
}

.page-wrap-right {
    overflow: hidden;
    background: #fff;
    padding: 25px 15px 10px;
    box-shadow: -1px -2px 20px 0px #bdb9b9;
    
}

.page-wrap-right .xypg-right {
    max-width: 1000px;
    margin: 0 auto;
}
.page-wrap-right .xypg-right {
    max-width: 1000px;
    margin: 0 auto;
}
.page-wrap-right .xypg-right .xypg-right-content p img{
    max-width:100%; height:auto !important;width:auto !important;
}
.max1230 {
    width: auto !important;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

.xypg-right-mbx {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding: 17px 0 7px 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.nsearch {
    width: 228px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 3;
}

.nsearch1 {
    top: 83px;
    right: 40px;
    display: block;
}

.nsearch2 {
    right: 12px;
    top: 23px;
    display: block;
}

.nsearch input {
    float: left;
    outline: none;
    background: none;
    border: none;
}

.nsearch input#keyword {
    width: 169px;
    height: 30px;
    border: 1px solid #d6d6d4;
    padding: 0 0 0 6px;
    line-height: 28px;
    font-size: 16px;
    color: rgba(10, 10, 10, 0.7);
}

.nsearch input#s_btn {
    width: 50px;
    height: 30px;
    border: 1px solid #d6d6d4;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0082A1;
}

@media(max-width: 520px) {
    .nsearch {
        width: 170px;
        top: 46px;
    }

    .nsearch2 {
        right: 12px;
        top: 5px;
        display: block;
    }

    .nsearch input#keyword {
        width: 135px;
    }

    .nsearch input#s_btn {
        width: 35px;
        padding: 0;
        font-size: 14px;
    }

    .xypg-right-mbx {
        padding-bottom: 40px;
    }
}

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

.xypg-right-mbx .cur-pos .iconfont {
    font-size: 25px;
    display: inline-block;
    height: 25px;
    color: #000;
    margin-right: 5px;
}

.xypg-right-mbx a {
    color: #666;
}

.xypg-right-mbx a:hover {
    color: #0082A1;
    text-decoration: underline;
}
.ym{padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #0082A1;
    color: #FFF;
    border: solid 1px #0082A1;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}