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


/*产品展示*/

.c1_index {
    position: relative;
    padding: 60px 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 40px;
    color: #000000;
    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;
}

.cp_list1{
    padding: 8vh 0 3vh;
    margin: 0 -2vw;
}
.cp_list1 li{
    float: left;
    margin: 0 2vw;
}
.cp_list1 li+li{
    /*margin-left: 4vw;*/
}
.cp_list1 li a.img{
    display: block;
    text-align: center;
}
.cp_list1 li a.img img{
    width: 100%;
}
.cp_list1 li a.img h3{
    color: #333333;
    font:500 1vw/1.2em "Microsoft YaHei";
    padding: 1.5vw 0 0;
}
.cp_list1 li:hover a.img h3{
    color: #01458e;
}
.cp_list1 .slick-prev,
.cp_list1 .slick-next{
     background: url(../images/jahjh.png) no-repeat left center;
     position: absolute;
     top: calc( 50% - 45px);
     width: 24px;
     height: 46px;
     z-index: 999;
     outline: none;
     border: none;
     font-size: 0;
}
.cp_list1 .slick-prev{
    left: -24px;
}
.cp_list1 .slick-next{
    right:  -24px;transform: scale(-1); 
}




@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: cover;    overflow: hidden;    background-attachment: fixed;
}

.c22_left {
    position: relative;
}

.c22_left h3 {
    color: #333333;
    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(51, 51, 51,);
    text-transform: uppercase;
    padding-left: 20px;
}

.c22_left .abb_txt {
    color: #333333;
    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:hover{
     background: url(../images/abbmore_img1.png) no-repeat center center;
}
.abbmore::before {
    position: absolute;
    left: -5px;
    top: 20px;
    width: 45%;
    height: 1px;
    background: rgba(51, 51, 51);
    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:hover .sbg span{
    opacity: 0;
}


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

.c44_list li a.img {
    display: block;
     position: relative;
}

.c44_list li img {
    width: 100%;
}

.slick-track{
    padding-bottom: 30px;
}
.c44_list li a.img h3 {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #666666;
    line-height: 2.5;
    padding: 10px 0;
    opacity: 0;
    display: none;
}

.slick-center{
    box-shadow: 0 0 30px rgba(217,217,217,.5);
}

.slick-center a.img h3 {
    opacity: 1!important;
    display: block!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;
    font-weight: 500;
}

.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 #02458c;
    border-color: #02458c;
    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 #02458c;
    border-color: #02458c;
    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: #02458c;
    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%;
    position: relative;
    overflow: hidden;
}

.xy-meiti ul li .img img.imgbg {
    width: 110%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    transition: all .5s;
}

.xy-meiti ul li:hover .img img.imgbg {
    left: -10%;
}

.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;
    font-weight: 500;
}

.xy-meiti ul li:hover .new-wzcon h3 {
    color: #000000;
}

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

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



.foot1{
    background: #1b1b1b;
        padding: 90px 0;
}
.links {
    width: 66%;
    line-height: 38px;
    font-size: 12px;
    text-indent: 20px;
    cursor: pointer;
    position: relative;
    margin-top: 26px;
}
.xy-contact{
     color: rgba(255,255,255,.6);
     font:500 12px/24px "Microsoft YaHei";
     width: 20%;
    font-size: 12px;
}
.links span {
    position: relative;
    display: block;
    border: 1px solid #8a8a8a;
}

.links span::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 86%;
    background: url(../images/linkbg.png) no-repeat;
    height: 8px;
    width: 6px;
}

.lin-btn {
    display: none;
    background: #fff;
}

.lin-btn a {
    color: #666;
}

.lin-btn a:hover {
    color: #02458c;
}
.xymob-seaerch-wz{
    display: none;
}
/*foot_nav*/
.xy-footnav {
    width: calc( 80% - 100px);
}
  .xy-tl-nav .xy-tl-title {
    position: relative;
    margin-bottom: 18px;
    color: #ffffff;
    font: 400 16px/30px "Microsoft YaHei"; }
  .xy-tl-nav dl {
    width: 15%;
    float: left;
    margin-left: 1%;
    }
    .xy-tl-nav dl:last-child {
      /* width: 8%; */
      }
  .xy-tl-nav dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 25px; }
    .xy-tl-nav dd a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .xy-tl-nav .xy-tl-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 25px; }
    .xy-tl-nav .xy-tl-box img {
      display: inline-block;
      margin-right: 15px; }
  .xy-tl-nav .xy-tl-ewm {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px; }
    .xy-tl-nav .xy-tl-ewm img {
      max-width: 100%; }
  @media (max-width: 768px) {
    .foot1 {
      padding: 20px 0; } }

.d_erm{
    width: 100px;
    text-align: center;
     color: rgba(255, 255, 255, 0.6);
     font:500 12px/50px "微软雅黑";
}
.d_erm img{
    max-width: 100%;
}
.foot2{
    background: #000000;
    padding: 1vw 0;
}
.foot2,.foot2 a{
  color: rgba(255,255,255,.6);
  font:500 12px/24px "微软雅黑";
}
 @media (max-width: 996px){
    .foot1{
        display: none;
    }
}

.zyqy{
    text-align: right;
}
@media (max-width: 996px){
    .zyqy{
        text-align: left;
    }
}



.icon-qq:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-phone:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-ewm:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa3.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-top1:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa4.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}

/*内页修改*/
.th {width: 100%;}
.th1 {width: 100%;border-bottom: 1px solid #e9e9e9;padding: 20px;}
.th1-box {width: 100%;max-width: 1200px;margin: 0 auto;text-align: center;}
.th1-box:after {content: "";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.th1-box ul {display: inline-block;}
.th1-box ul li {float: left;border: none;margin: 0 22px;}

.xypg-left-nav>li>a {padding: 0;    display: block;
    height: 34px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #000000;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 26px;}

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

.th2 {width: 100%;max-width: 1200px;margin: 0 auto;padding: 30px 0;}

/*新闻列表页修改*/
.th-news {width: 100%;}
.th-news:after {content: "";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}

.th-news li {float: left;width: 22%;margin-right: 4%;}
.th-news li:nth-child(4n) {margin-right: 0;}
.th-news li:nth-child(n+5) {margin-top: 10px;}
.th-news li a {display: block;width: 100%;background-color: #f6f6f6;}

.th-news1 {width: 100%;height: 190px;overflow: hidden;line-height: 190px;}
.th-news1 img {width: 100%;}

.th-news2 {padding: 8px 13px 15px;width: 100%;box-sizing: border-box;}
.th-news2 h2 {font-size: 12px;
    color: #999999;
    line-height: 21px;display: block;font-weight: normal;}

.th-news2 h3 {    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 6px;}
.th-news2 p {font-size: 14px;
    color: #999999;
    text-indent: 25px;
    margin-top: 26px;
    height: 40px;
    overflow: hidden;
}




.x-banner .owl-carousel .banner-item a img {height: calc(100vh - 150px);}









