/*初始化样式*/
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{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;}
.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;}

.pos{position: relative;width:100%;left:50%;transform: translateX(-50%);}
.wh{width:1200px;margin:0 auto;}
.wd1200{width:1200px;margin: 0 auto;}

.com-img{ display:block; overflow:hidden;}
.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.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*头部公用样式*/

.xy-head {
    padding: 5px 0;
}

.xy-head-left {
    margin-top: 21px;
}

.xy-head-left .logo {
    display: block;
    -webkit-transition: all .7s;
    transition: all .7s;
    padding-right: 20%;
}

.xy-head-left .logo h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.xy-head-left .logo img {
    max-width: 100%;
}

.xy-head-right .xy-head-links {
    margin: 20px 0;
    color: #fff;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    overflow: hidden;
    height: 20px;
    opacity: 1;
}

.xy-head-right .xy-head-links a {
    color: #fff;
    padding: 0 10px;
}

.xy-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.xy-search #keyword {
    float: left;
    width: 77%;
    height: 28px;
    background: none;
    border: none;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
}

.xy-search #s_btn {
    float: left;
    width: 23%;
    height: 28px;
    background: none;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    background: url(../images/93d00b2e3a27b40ad28fdc6403c411c6fad624a2.png) no-repeat center;
}

.xy-head1.scroll {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xy-head1.scroll .xy-head-left .logo {
    padding-top: 10px;
}

.xy-head1.scroll .xy-head-right .xy-head-links {
    height: 0;
    margin: 0;
    opacity: 0;
}

.xy-head1.scroll .xy-head-right .xy-head-navbar {
    margin-top: 18px;
}


.xy-search {
    border-color: #f7f7f7;
}

.xy-search #keyword {
    color: #999;
}

.xy-search #s_btn {
    color: #111;
}



/* 导航样式 */

.navbg {
    background-color: #f7f7f7;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    position: relative;
    z-index: 999;
}

.navbg .container {
    position: relative;
}

.xy-menu {
    width: calc(100% - 130px);
}

.xy-menu>li {
    float: left;
    width: 14.28%;
    position: relative;
}

.xy-menu>li:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 17px;
    content: '';
    opacity: 0;
}

.xy-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.xy-menu>li>a .creat {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 3px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
}

.xy-menu>li:hover a {
    color: #d01b14;
}

.xy-menu>li+li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 17px;
    background-color: #e4e4e4;
}

.xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    border-top: 2px solid #ab001a;
    left: 0;
    top: 45px;
    -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    background: #fff;
    padding-bottom: 4px;
}

.xy-menu .xy-sub-menu>li {
    border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu>li>a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #989898;
    position: relative;
    padding-left: 15%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-right: 15%;
}

.xy-menu .xy-sub-menu>li>a:after {
    position: absolute;
    right: 12%;
    top: calc(50% - 3.5px);
    content: '';
    width: 5px;
    height: 7px;
    background: url(../images/cb5200b89fc9c7d26c246ca23b93a12280a72837.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu>li>a:hover {
    background: #ececec;
    color: #4a4a4a;
    padding-left: 22%;
}

.xy-menu .xy-sub-menu>li>a:hover:after {
    background-position: 0 0;
}

@media (max-width: 1200px) {
    .xy-menu>li>a {
        font-size: 15px;
    }
    .xy-menu .xy-sub-menu>li>a {
        line-height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .xy-menu {
        width: 100%;
    }
    .xy-search {
        display: none;
    }
}

/*首页banner样式*/

.slick-banner {
    position: relative;
}

.slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/233d4046ef2c9fafc6edb115923946bc05da1cbb.png);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
    left: 7.8125%;
    background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
    right: 7.8125%;
    background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 40px;
}

.slick-banner .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e6e6e6;
    cursor: pointer;
}

.slick-banner .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
    background: #d01b14;
}

.slick-banner .img img {
    width: 100%;
}

.slick-banner .slick-con {
    position: relative;
}

.slick-banner .wz {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 50%;
    text-align: center;
    color: #fff;
}

.slick-banner .wz .wz1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
    font-size: 30px;
    margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    font-family: Arial;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
    background: #ab001a;
    border-color: #ab001a;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .slick-banner .wz .wz1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .slick-banner .wz .wz2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .slick-banner .wz .wz-more {
        padding: 10px 25px;
        font-size: 12px;
        border: 1px solid #fff;
    }
}

#mob-banner {
    display: none;
}

@media (max-width: 768px) {
    #pc-banner {
        display: none;
    }
    #mob-banner {
        display: block;
    }
    .slick-banner .slick-dots{
        bottom:15px;
    }
    .slick-banner .slick-dots li{
        width:8px;
        height:8px;
    }
}

/*首页产品列表部分*/

.xyin-product {
    padding: 50px 0;
}

.xyin-title {
    text-align: center;
    ;
    color: #333333;
    font: 400 38px/44px "Microsoft yahei";
}

@media (max-width: 1200px) {
    .xyin-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .xyin-title {
        font: 600 22px/44px "Microsoft yahei";
    }
}

.xyin-product-list {
    padding: 0 11%;
    margin-top: 40px;
}

.xyin-product-list li {
    float: left;
    position: relative;
    width: 22%;
    margin: 0 1.5%;
    overflow: hidden;
}

.xyin-product-list li .img {
    width: 100%;
}

.xyin-product-list li .wz {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 35% 10% 0 10%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-product-list li .wz h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.xyin-product-list li .wz h3:after {
    content: '';
    position: absolute;
    left: 42.5%;
    bottom: 0;
    width: 15%;
    height: 1px;
    background: #fff;
}

.xyin-product-list li .wz .wzcon {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-product-list li .wz .wzcon .info {
    text-align: center;
    color: #fff;
    line-height: 1.7;
    height: 48px;
    overflow: hidden;
    margin-bottom: 35px;
}

@media (max-width: 1600px) {
    .xyin-product-list li .wz .wzcon .info {
        margin-bottom: 20px;
    }
}

.xyin-product-list li .wz .wzcon .more {
    text-align: center;
}

.xyin-product-list li .wz .wzcon .more .iconfont {
    display: inline-block;
    background-color: #86001d;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}

@media (min-width: 990px) {
    .xyin-product-list li:hover .wz {
        padding-top: 15%;
        background: rgba(0, 0, 0, 0.4);
    }
    .xyin-product-list li:hover .wz .wzcon {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .xyin-product-list {
        padding: 0 5%;
    }
    .xyin-product-list li .wz .wzcon .info {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .xyin-product-list {
        margin-top: 20px;
    }
    .xyin-product-list li {
        width: 47%;
        margin-bottom: 15px;
    }
    .xyin-product-list li .wz h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .xyin-product {
        padding: 25px 0;
    }
}

/*首页公司简介*/

.xyin-about {
    width: 72%;
    padding: 8vh 0 7.5vh;
    margin: 0 auto;
}

.xyin-about .wz {
    line-height: 1.7;
    color: #666666;
    text-align: center;
    margin-top: 3vh;
}

.xyin-about .wz p {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font: 400 18px/38px "Microsoft yahei";
}

.about-list {
    margin-top: 9.2vh;
}

.about-list li {
    list-style-type: none;
}

.about-list li .img {
    max-width: 100%;
    text-align: center;
}

.about-list li .img img {
    max-width: 100%;
    height: auto;
}

.about-list li h3 {
    color: #666666;
    font: 400 24px/52px "Microsoft yahei";
    text-align: center;
    margin-top: 17px;
}

.xyin-more {
    text-align: center;
}

.xyin-more a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ab001a;
    color: #ab001a;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xyin-more a:hover {
    color: #fff;
    background: #ab001a;
}

@media (max-width: 1300px) {
    .xyin-about {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .xyin-about .wz p {
        font: 400 16px/32px "Microsoft yahei";
    }
    .about-list li h3 {
        font: 400 20px/52px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .xyin-about {
        padding: 3vh 0;
    }
    .xyin-about .wz {
        margin-top: 1vh;
    }
    .xyin-about .wz p {
        font: 400 14px/28px "Microsoft yahei";
    }
    .about-list li h3 {
        margin-top: 0.5vh;
        font: 400 14px/36px "Microsoft yahei";
    }
    .about-list {
        margin-top: 2vh;
    }
}

/*首页中间横幅*/

.xyin-midhf {
    background-size: cover;
    padding: 20vh 0;
}

.xyin-midhf .wz {
    color: #fff;
}

.xyin-midhf .wz h3 {
    font-size: 45px;
    margin: 0 0 30px 0;
}

.xyin-midhf .wz h4 {
    font-size: 25px;
}

@media (min-width: 768px) {
    .xyin-midhf {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .xyin-midhf {
        padding: 10vh 0;
    }
    .xyin-midhf .wz h3 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .xyin-midhf .wz h4 {
        font-size: 18px;
    }
}

/*首页案例*/

.xyin-case {
    padding: 50px 0 30px 0;
}

.xyin-case-box {
    margin-top: 40px;
}

.xyin-case-big img {
    width: 100%;
}

@media (max-width: 768px) {
    .xyin-case-box .xyin-case-pd {
        padding: 0 10px;
    }
}

.xyin-case-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.xyin-case-item .img {
    width: 100%;
}

.xyin-case-item .wz {
    position: absolute;
    z-index: 9;
    bottom: -90px;
    left: 0;
    right: 0;
    padding: 0 25px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-case-item .wz .add-icon {
    text-align: center;
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-case-item .wz .add-icon .iconfont {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
}

.xyin-case-item .wz h3 {
    margin: 30px 0 20px 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.xyin-case-item .wz .info {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    height: 48px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-case-item:after {
    content: '';
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xyin-case-item:before {
    content: '';
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 990px) {
    .xyin-case-item:hover .wz {
        bottom: 0;
    }
    .xyin-case-item:hover .wz .add-icon {
        opacity: 1;
    }
    .xyin-case-item:hover .wz .info {
        opacity: 1;
    }
    .xyin-case-item:hover:after {
        opacity: 1;
    }
    .xyin-case-item:hover:before {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media (max-width: 768px) {
    .xyin-case-box {
        margin-top: 20px;
    }
    .xyin-case-item:before {
        height: 40px;
    }
    .xyin-case-item .wz h3 {
        margin: 30px 0 13px 0;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .xyin-case {
        padding: 25px 0 5px 0;
    }
}

/*xyin-news*/

.xyin-news {
    padding-top: 1.5vh;
    padding-bottom: 5vh;
}

.xyin-news .xyin-news-title {
    position: relative;
    margin-bottom: 8vh;
}

.xyin-news .xyin-news-title .xyin-title {
    text-align: center;
    color: #000000;
    font: 400 36px/52px "Microsoft yahei";
}

.xyin-news-slick .slick-list {
    padding: 10px 0 15px 0;
    margin: 0 -15px;
}

.xyin-news-slick .slick-slide {
    outline: none;
}

.xyin-news-slick .slick-slide img {
    display: inline-block;
    width: 100%;
}

.xyin-news-slick .slick-dots {
    text-align: center;
    margin-top: 25px;
}

.xyin-news-slick .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #303030;
    cursor: pointer;
}

.xyin-news-slick .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.xyin-news-slick .slick-dots li.slick-active {
    background: #ab001a;
}

@media (max-width: 1200px) {
    .xyin-news .xyin-news-title .xyin-title {
        font: 400 28px/52px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .xyin-news {
        padding-bottom: 3vh;
    }
    .xyin-news .xyin-news-title {
        margin-bottom: 2vh;
    }
    .xyin-news .xyin-news-title .xyin-title {
        font: 600 22px/44px "Microsoft yahei";
    }
    .xyin-news-slick .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

.xyin-news-slick .slick-con {
    border: 1px solid #e9e9e9;
    background: #fff;
    margin: 0 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.xyin-news-slick .slick-con .img {
    position: relative;
    margin-bottom: 30px;
}

.xyin-news-slick .slick-con .img .date {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(44, 45, 45, 0.9);
    width: 80px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xyin-news-slick .slick-con .img .date span {
    display: block;
    font-size: 30px;
}

.xyin-news-slick .slick-con .wz {
    padding: 0 15px 30px 15px;
}

.xyin-news-slick .slick-con .wz h3 {
    font-size: 16px;
    color: #565656;
    margin: 0 0 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xyin-news-slick .slick-con .wz .info {
    font-size: 14px;
    color: #999999;
    line-height: 1.57;
    max-height: 63px;
    overflow: hidden;
}

.xyin-news-slick .slick-con .wz span.more {
    display: inline-block;
    width: 85px;
    line-height: 25px;
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xyin-news-slick .slick-con a {
    outline: none;
    display: block;
}

.xyin-news-slick .slick-con a:hover {
    text-decoration: none;
}

.xyin-news-slick .slick-con:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    background: #ab001a;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xyin-news-slick .slick-con:hover {
    -webkit-box-shadow: 0px 2px 12.09px 0.91px rgba(8, 1, 3, 0.35);
    box-shadow: 0px 2px 12.09px 0.91px rgba(8, 1, 3, 0.35);
}

.xyin-news-slick .slick-con:hover .img .date {
    background: rgba(171, 0, 26, 0.9);
}

.xyin-news-slick .slick-con:hover .wz h3 {
    color: #ab001a;
}

.xyin-news-slick .slick-con:hover .wz span.more {
    background: #ab001a;
    color: #fff;
}

.xyin-news-slick .slick-con:hover:after {
    opacity: 1;
}

/*xyin-links*/

.xyin-links {
    background: #d6d6d6;
    padding: 10px 0;
}

.xyin-links span {
    font-size: 16px;
    color: #333333;
}

.xyin-links a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    line-height: 25px;
}

/*页脚*/

.xy-footer {
    background: #333;
    padding: 40px 0;
    position: relative;
}

.xy-footer .xy-tl-title {
    position: relative;
    color: #dddddd;
    padding-bottom: 10px;
    font: 400 16px/18px "Microsoft yahei";
}

@media (max-width: 1230px) {
    .xy-footer .xy-ft-rtcp {
        font-size: 12px;
        padding-left: 35px;
    }
}

@media (max-width: 990px) {
    .xy-footer:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .xy-footer {
        padding: 10px 0;
        border-top: 1px solid #5B5C63;
        text-align: center;
    }
    .xy-footer .xy-ft-cpy {
        padding-top: 0;
    }
    .xy-footer span.jszc {
        display: block;
    }
}



/*  */
.container {
    width: 1390px;
}

@media (max-width: 1400px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 1300px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}


/*头部样式*/

.top-map p {
    margin-bottom: 0px;
    margin-top: 7px;
}

.top-hotline {
    margin-top: 16px;
}

.top-hotline-p {
    position: relative;
}

.top-hotline-p-tt {
    position: absolute;
    top: 10px;
    left: 225px;
    color: #666666;
    font: 400 18px/20px "Microsoft yahei";
}

.top-hotline h3 {
    background: url(../images/e786fc6095ebe7d0bd9209386207c49698a5d8e6.jpg) no-repeat left center;
    color: #333333;
    font: 400 14px/26px "Microsoft yahei";
    padding-left: 30px;
}

.top-hotline p {
    margin-top: 0;
    margin-bottom: 0;
    color: #d01b14;
    font: 600 30px/40px "Airal";
    letter-spacing: -1px;
}

.top-ewm {
    text-align: center;
}

.top-ewm p {
    margin-bottom: 0;
    margin-top: 0;
}

.top-ewm h3 {
    color: #666666;
    font: 400 12px/16px "Microsoft yahei";
}

.top-ewm p img {
    max-width: 100%;
}

@media (max-width: 1400px) {
    .top-hotline p {
        font: 600 25px/40px "Airal";
    }
    .top-hotline-p-tt {
        left: 190px;
    }
    .top-ewm h3 {
        letter-spacing: -1px;
    }
}

@media (max-width: 1200px) {
    .top-hotline p {
        font: 600 22px/40px "Airal";
    }
    .top-hotline-p-tt {
        left: 160px;
        font: 400 14px/20px "Microsoft yahei";
    }
}

/*产品分类*/

.xyin-product-sort li {
    list-style-type: none;
    overflow: hidden;
    width: 33.33%;
    float: left;
    position: relative;
}

.xyin-product-sort li .img {
    overflow: hidden;
}

.xyin-product-sort li .img img {
    transition: all 0.8s;
}

.xyin-product-sort li .wz1 {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    color: #ffffff;
    font: 400 16px/90px "Microsoft yahei";
    bottom: 0;
    background-color: rgba(5, 48, 81, 0.6);
    transition: all 0.8s;
    padding-left: 40px;
}

.xyin-product-sort li .wz2 {
    position: absolute;
    z-index: 999;
    height: 200px;
    left: 0;
    right: 0;
    color: #ffffff;
    font: 400 30px/90px "Microsoft yahei";
    bottom: -200px;
    background-color: rgba(5, 48, 81, 0.8);
    transition: all 0.8s;
    padding: 44px;
}

.xyin-product-sort li .wz2 h4 {
    color: #ffffff;
    font: 400 20px/36px "Microsoft yahei";
}

.xyin-product-sort li .wz2 .more a {
    color: #ffffff;
    font: 400 16px/36px "Microsoft yahei";
    transition: all 0.1s;
}

.xyin-product-sort li .wz2 .more a+a {
    margin-left: 66px;
}

.xyin-product-sort li:hover .wz1 {
    transition: all 0.8s;
    opacity: 0;
}

.xyin-product-sort li:hover .wz2 {
    transition: all 0.8s;
    transform: translateY(-200px);
}

.xyin-product-sort li:hover .wz2 .more a {
    transition: all 0.8s;
    transform: translateY(-200px);
}

.xyin-product-sort li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.xyin-product-sort li .wz2 .more a:hover {
    color: #d01b14;
    transition: all 0.1s;
}

@media (max-width: 1200px) {
    .xyin-product-sort li .wz1 {
        font: 400 28px/80px "Microsoft yahei";
    }
    .xyin-product-sort li .img img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 520px) {
    .xyin-product-sort li {
        width: 100%;
        margin-bottom: 20px;
    }
    .xyin-product-sort li .wz1 {
        font: 400 18px/40px "Microsoft yahei";
    }
    .xyin-product-sort li .wz2 {
        height: 120px;
        padding: 25px;
        line-height: 50px;
    }
    .xyin-product-sort li .wz2 h4 {
        font: 400 16px/25px "Microsoft yahei";
    }
}

/*简介*/

.x-about {
    padding: 8vh 0;
}

.x-about-con {
    background-color: #f9f9f9;
}

.x-about-con-text {
    padding: 7vh 47px 3vh;
}

.x-about-con-text h3 {
    color: #000000;
    font: 600 30px/52px "Microsoft yahei";
}

.x-about-con-text .text p {
    color: #777777;
    font: 400 18px/36px "Microsoft yahei";
}

.x-about-two-text {
    padding: 7vh 45px 5vh 60px;
}

.x-about-con-img {
    color: #000000;
    font: 600 30px/52px "Microsoft yahei";
    text-align: center;
    background-color: #fff;
}

.x-about-con-img img {
    max-width: 100%;
    margin: 0 auto;
}

.x-about-one-img img {
    margin-top: 3vh;
    margin-bottom: 4vh;
}

.x-about-con-text a {
    color: #073051;
    font: 400 16px/36px "Microsoft yahei";
}

@media (max-width: 1400px) {
    .x-about-con-text {
        padding: 4vh 40px 0;
    }
    .x-about-con-text .text p {
        font: 400 14px/28px "Microsoft yahei";
    }
    .x-about-one-img img {
        margin-top: 2.2vh;
        margin-bottom: 2.2vh;
    }
}

@media (max-width: 1200px) {
    .x-about-con-text {
        padding: 15px;
    }
    .x-about-con-text h3 {
        font: 600 28px/30px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .x-about {
        padding: 3vh 0;
    }
    .x-about-one-img img {
        margin-top: 0vh;
        margin-bottom: 0vh;
    }
    .x-about-con-text h3 {
        font: 600 22px/44px "Microsoft yahei";
    }
}

/*新闻*/

.xyin-news-list {
    width: calc(100% - 100px);
    margin-left: 50px;
}

.xyin-news-list li {
    list-style-type: none;
    margin-top: 36px;
    border-bottom: 1px solid #eee;
    padding-bottom: 36px;
}

.xyin-news-list li:not(:last-child){
    margin-bottom: 36px;
}


.xyin-news-left {
    width: calc(100% - 410px);
}

.xyin-news-list li .date {
    background-color: #f46f6d;
    color: #fff;
    font: 400 24px/26px "Airal";
    text-align: center;
    padding: 7px;
}

.xyin-news-list li .date span {
    display: block;
}

.xyin-news-list li .wz {
    padding-left: 44px;
}

.xyin-news-list li .wz h3 {
    color: #333333;
    font: 400 23px/30px "Microsoft yahei";
}

.xyin-news-list li .wz .info {
    color: #666666;
    font: 400 14px/28px "Microsoft yahei";
    margin-top: 3vh;
}

.xyin-news-list li:hover .wz h3 {
    color: #f46f6d;
}

.xyin-news-list li .img {
    width: 368px;
}

@media (max-width: 1400px) {
    .xyin-news-list {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    .xyin-news-left {
        width: calc(100% - 300px);
    }
    .xyin-news-list li .img {
        width: 280px;
    }
    .xyin-news-list li .img img {
        max-width: 100%;
    }
    .xyin-news-list li .wz {
        padding-left: 15px;
    }
    .xyin-news-list li .wz h3 {
        font: 400 18px/30px "Microsoft yahei";
    }
    .xyin-news-list li .wz .info {
        margin-top: 1vh;
    }
    .xyin-news-list li .date {
        font: 400 14px/26px "Airal";
    }
}

@media (max-width: 520px) {
    .xyin-news-left {
        width: 100%;
    }
    .xyin-news-list li .img{
        width:100%;
    }
    .xyin-news-left .wz .img {
        margin-bottom: 10px;
        width:100%;
    }
    .xyin-news-left .wz .img img {
        max-width: 100%;
    }
}

/*底部*/

.xy-tl-nav a {
    color: #ffffff;
    font: 400 16px/20px "Microsoft yahei";
}

.xy-tl-nav a+a {
    margin-left: 2vw;
}

.xy-ft-cpy {
    color: #a6a6a6;
    font: 400 14px/26px "Microsoft yahei";
    margin-top: 1vh;
}

.xy-ft-cpy a {
    color: #a6a6a6;
    font: 400 14px/36px "Microsoft yahei";
}

.xy-ft-cpy a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1200px) {
    .xy-tl-nav a+a {
        margin-left: 1vw;
    }
    .xy-ft-cpy {
        font: 400 12px/26px "Microsoft yahei";
        margin-top: 1vh;
    }
    .xy-ft-cpy a {
        font: 400 12px/36px "Microsoft yahei";
    }
}

/*分享*/

.shares {
    padding-top: 25px;
}

.shares .bdshare-button-style0-16 a {
    width: 38px;
    height: 38px;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    padding: 0;
    margin-right: 20px;
}

.shares .bdshare-button-style0-16 a:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.2);
}

.shares .bdshare-button-style0-16 .bds_sqq {
    background: url(../images/b0fc0d3783f6caa0f952f32039569322e775d5df.png) no-repeat 50% 50%;
    opacity: 1;
}

.shares .bdshare-button-style0-16 .bds_sqq:hover {
    opacity: 0.8;
}

.shares .bdshare-button-style0-16 .bds_tsina {
    background: url(../images/764e54be157690111ca5247f28a7a3eff8f10d9a.png) no-repeat 50% 50%;
    opacity: 1;
}

.shares .bdshare-button-style0-16 .bds_tsina:hover {
    opacity: 0.8;
}

.shares .bdshare-button-style0-16 .bds_weixin {
    background: url(../images/863b720fca3e6ae9bb75b857e3c1695772b0e3de.png) no-repeat 50% 50%;
    opacity: 1;
}

.shares .bdshare-button-style0-16 .bds_weixin:hover {
    opacity: 0.8;
}

.xy-tl-box {
    margin-top: 5px;
}

.xy-tl-box p {
    color: #a6a6a6;
    font: 400 14px/26px "Microsoft yahei";
    margin-top: 0;
    margin-bottom: 0;
}

.xy-map {
    width: 110px;
    background-color: #505050;
    font: 400 12px/30px "Microsoft yahei";
    margin-top: 2.5vh;
    text-align: center;
    color: #fff;
}
.xy-map a{
    color: #fff;
     font: 400 12px/30px "Microsoft yahei";
}
.xy-map img {
    margin-right: 5px;
}

.xy-tl-contact {}

.xy-tl-ewm img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .shares {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

