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;
}

.x-banner{
   
    
}
/*产品展示*/

.c1_index {
    position: relative;
    padding-top: 60px;
    background: url(../images/c1_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 40px;
    color: #0e7ad5;
    font-weight: normal;
    background: url(../images/ttt1_bg.png) no-repeat center center;
}

.ttt1 p {
    font-family: "Arial";
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.prolist {
    position: relative;
    margin-top: 40px;
}

.prolist li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px
}

.prolist li a {
    background: #dfdfdf;
    padding: 6px 14px;
    color: #333333;
    font-size: 16px;
    border-radius: 10px;
    display: block;
}

.prolist li.cur a {
    color: #ffffff;
    background: #006ccc
}

.procont {
    // width: 1200px;
    // margin: 0 auto;
    margin-top: 45px;
}

.proimg {
    display: none;
}

.proimg ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proimg li {
    margin-bottom: 25px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    _display: inline;
}

@media (min-width:1200px) {
    .proimg li {
        width: 24%;
    }
}

@media (max-width:1200px) {
    .proimg li {
        width: 24%;
    }
}

@media (max-width:1024px) {
    .proimg li {
        width: 24%;
    }
}

@media (max-width:992px) {
    .proimg li {
        width: 47%;
    }
}

@media (max-width:768px) {
    .proimg li {
        width: 47%;
    }
}

@media (max-width:450px) {
    .c1_index {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .ttt1 h3 {
        font-size: 24px;
    }
    .ttt1 p {
        font-size: 15px;
    }
    .prolist {
        margin-top: 15px!important;
    }
    .proimg li {
        margin-bottom: 15px!important;
    }
    .prolist li a {
        font-size: 14px!important;
    }
    .procont {
        margin-top: 15px!important;
    }
    .proimg li h3 a {
        font-size: 13px!important;
        line-height: 40px!important;
    }
    .c1_index a.promore {
        width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        margin: 15px auto!important;
    }
}

.proimg li a.img img {
    width: 100%;
    height: auto;
    transition: all 0.6s
}

.proimg li h3 {
    text-align: center;
}

.proimg li h3 a {
    font-weight: normal;
    line-height: 50px;
    background: #fff;
    display: block;
    font-size: 16px;
    color: #333;
}

.proimg li a.img {
    display: block;
    overflow: hidden
}

.proimg li a.img img:hover {
    transition: all 0.6s;
    transform: scale(1.2)
}

.c1_index a.promore {
    display: block;
    position: relative;
    width: 204px;
    height: 58px;
    background: url(../images/morebg.jpg) no-repeat center;
    line-height: 58px;
    text-align: center;
    margin: 40px auto;
    color: #ffffff;
    font-size: 16px;
}


/*c2_index*/

.c2_index {
    position: relative;
    padding: 2.30208333% 0;
    background: url(../images/c2_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.c22_left {
    position: relative;
}

.c22_left h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    background: url(../images/about_h3_bg.jpg) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.c22_left h3 span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding-left: 20px;
}

.c22_left .abb_txt {
    color: #fff;
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 20px;
}

.abbmore {
    width: 46px;
    height: 46px;
    background: url(../images/abbmore_img.png) no-repeat center center;
    display: block;
    margin-left: 0;
    position: relative;
    padding-left: 170%;
}

.abbmore::before {
    position: absolute;
    left: -5px;
    top: 20px;
    width: 45%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}

.c22_right img {
    max-width: 100%;
}


/*c3_index*/

.c3_index {
    position: relative;
    padding: 55px 0;
    border-bottom: 1px solid #efefef;
}

.c33_list {
    position: relative;
    display: flex;
    justify-content: center;
}

.c33_list li {
    position: relative;
    transition: all .3s;
    // width: 33.333%;
    // float: left;
}

.c33_list li+li {
    margin-left: 2%;
}

.c33_list li a.img {
    display: block;
}

.c33_list li a.img img {
    width: 100%;
}

.c33_list li .sbg {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 20px;
    padding: 10%;
    text-align: right;
}

.c33_list li .sbg h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.c33_list li .sbg span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.c33_list li .sbg i {
    background: url(../images/adsmore_img.png) no-repeat center center;
    display: block;
    opacity: 0;
    transition: all .5s;
    width: 39px;
    float: right;
    height: 0;
}

.c33_list li:hover .sbg i {
    opacity: 1;
    height: 28px;
}

@media (max-width:768px) {
    .c3_index {
        padding: 20px 0;
    }
    .c33_list {
        flex-wrap: wrap;
    }
    .c33_list li {
        width: 46%;
        margin-bottom: 10px;
    }
}

@media (max-width:450px) {
    .c33_list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .c33_list li+li {
        margin-left: 0;
    }
}

.c4_index {
    position: relative;
    padding: 2.30208333% 0;
}

.c44_list {
    position: relative;
    padding-top: 3.30208333%;
}

.c44_list li {
    float: left;
    margin: 0 30px;
}

.c44_list li a.img {
    display: block;
}

.c44_list li img {
    width: 100%;
}

.c44_list li a.img h3 {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #666666;
    line-height: 2.5;
    padding-top: 10px;
    opacity: 1;
}

.slick-center a.img h3 {
    opacity: 1!important;
}

.c44_list .slick-prev,
.c44_list .slick-next {
    display: none!important;
}

.c44_list .slick-dots {
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 3%;
}

.c44_list .slick-dots li {
    display: inline-block;
    float: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url(../images/hui.png) no-repeat center center;
    cursor: pointer;
}

.c44_list .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.c44_list .slick-dots li.slick-active {
    background: url(../images/blue.png) no-repeat center center;
}

@media (max-width:992px) {
    .c44_list li {
        float: left;
        margin: 0 20px;
    }
}

@media (max-width:768px) {
    .c44_list li {
        float: left;
        margin: 0 15px;
    }
}

@media (max-width:480px) {
    .c44_list li {
        float: left;
        margin: 0 5px;
    }
}


/*新闻资讯*/

.wrap-new {
    background: #f5f5f5;
    padding: 3% 0;
}

.newtitle {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
    position: relative;
    font-weight: normal;
}

.newtitle a {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    transition: all .3s;
}

.newtitle a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 13px;
    width: 13px;
    color: #fff;
    background: #cbcdd2;
    text-align: center;
    font-size: 14px;
    font-family: '宋体';
}

.newtitle a:hover {
    color: #02458c;
}

.xy-news {
    width: 36%;
    position: relative;
}

.xy-news .slick-slide a {
    display: block;
}

.newcon h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xy-news .slick-arrow {
    position: absolute;
    z-index: 9999;
    background: none;
    border: 1px solid #cbcdd2;
    font-size: 0;
    width: 30px;
    height: 30px;
    outline: none;
    transition: all .5s;
}

.xy-news .slick-prev {
    top: -17%;
    right: 29px;
    background: url(../images/toparrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.xy-news .slick-prev:hover {
    background: url(../images/tophover.png) no-repeat center center #0e7ad5;
    border-color: #0e7ad5;
    transform: rotate(-90deg);
}

.xy-news .slick-next {
    top: -17%;
    right: 0;
    background: url(../images/botarrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.xy-news .slick-next:hover {
    background: url(../images/bothover.png) no-repeat center center #0e7ad5;
    border-color: #0e7ad5;
    transform: rotate(-90deg);
}

.xy-news .slick-slide {
    position: relative;
    border: none;
}

.xy-news .slick-slide a::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 102px;
    background: #0e7ad5;
    z-index: 0;
    transition: all .3s;
}

.xy-news .slick-slide a:hover::before {
    width: 100%;
}

.newcon {
    padding: 20px 0;
    position: relative;
    transition: all .3s;
    padding-left: 10px;
}

.xy-news .slick-slide a:hover .newcon {
    color: #fff;
}

.xy-news .slick-slide a:hover .newcon h3,
.xy-news .slick-slide a:hover .newcon span {
    color: #fff;
}

.xy-meiti {
    width: 60%;
}

.xy-meiti ul li {
    display: block;
    float: left;
    width: 46.5%;
}

.xy-meiti ul li:nth-child(1) {
    margin-right: 7%;
}

.xy-meiti ul li .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 248px;
    position: relative;
    overflow: hidden;
}

.xy-meiti ul li .img em {
    width: 110%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    background-size: cover !important;
}

.xy-meiti ul li:hover .img em {
    left: -8%;
}

.new-wzcon {
    background: #fff;
    padding: 30px 38px 40px 38px;
}

.newcon span,
.new-wzcon span {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    display: block;
}

.newcon span {
    color: #666;
    padding-bottom: 6px;
}

.xy-meiti ul li h3 {
    font-size: 17px;
    color: #333;
    line-height: 28px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xy-meiti ul li:hover .new-wzcon h3 {
    color: #0e7ad5;
}

.xy-meiti ul li img {
    max-width: 100%;
}

.partner-list {
    padding: 48px 0;
}

.partner-list .slick-slide {
    margin: 0 10px;
}

.partner-list img {
    display: block;
    width: 100%;
    border: 3px solid #f5f5f5;
    transition: all .5s;
    text-align: center;
}

.partner-list img:hover {
    border-color: #f5f5f5;
}

@media (max-width: 992px) {
    .newcon {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .xy-news {
        width: 100%;
    }
    .newcon {
        padding: 20px 0;
        padding-left: 10px;
    }
    .newcon h3 {
        font-size: 16px;
    }
    .partner-list {
        padding: 20px 0;
    }
    .wrap-new {
        padding: 10% 0;
    }
    .xy-meiti {
        width: 100%;
    }
    .new-wzcon {
        padding: 20px 18px 20px 18px;
    }
    .xy-meiti ul li:nth-child(1) {
        margin-right: 5%;
    }
    .newtitle {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .xy-news .slick-next,
    .xy-news .slick-prev {
        top: -12%;
    }
}


/*页面底部*/

#footer {
    position: relative;
    padding: 2.30208333% 0;
    background: url(../images/foot.jpg) no-repeat;
    background-size: 100% 100%;
}

.nav_foot {
    line-height: 24px;
}

.copyright {
    line-height: 24px;
    width: 33%;
    margin-left: 102px;
    font-size: 14px;
    color: #e8e7e7;
    position: relative;
}

.copyright::before {
    width: 1px;
    height: 160px;
    background: rgba(255, 255, 255, 0.1);
    left: -20%;
    top: 0px;
    content: "";
    position: absolute;
}

.copyright a {
    color: #e8e7e7
}

.copyright .bott {
    margin-bottom: 18px
}

.botcont {
    width: 35%;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 24px;
}

.bott {
    color: #ffffff;
    margin-bottom: 10px
}

.bott h1 {
    font-size: 24px
}

.bott h2 {
    padding-top: 8px
}

.botcode {
    padding: 15px 15px 0;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.botcode img{ width:133px;}

@media (max-width:1200px) {
    .bott h1 {
        font-size: 22px;
    }
}

@media (max-width:1024px) {
    .bott h1 {
        font-size: 22px;
    }
    .c1_index {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:992px) {
    .bott h1 {
        font-size: 20px;
    }
    .botcont {
        width: 50%;
    }
    .copyright {
        width: 42%;
        padding-left: 30px;
        margin-left: 30px;
    }
    .botcode {
        display: none;
    }
    .copyright::before {
        display: none;
    }
}

@media (max-width:992px) and (min-width:768px) {
    #footer .container {
        width: 768px;
    }
}

@media (max-width:768px) {
    .bott h1 {
        font-size: 18px;
    }
    .botcont {
        width: 100%;
        margin-bottom: 10px;
    }
    .copyright {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .botcode {
        width: 100%;
        display: block;
    }
}