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

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

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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

.wd1240 {
    width: 1240px;
    margin: 0 auto;
}


/*滚动*/

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

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

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


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


/*头部样式*/

.top_head {
    background: url(//static.xypt.net.cn/4315d9ed/21/07/01b3dc62e51eff79fa393a38c2452a243fb975c7.png) repeat-x top center;
    width: 100%;
    height: 92px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

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

.top_right {
    position: relative;
    width: 860px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_ss {
    float: left;
    width: 30px;
}

.top_ss .ss_btn {
    width: 30px;
    height: 30px;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/3a3809c6d1c0b849bbbfe2cd0b239e87af12bce2.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 92px;
    right: 0;
    z-index: 9999;
    width: 200px;
    background: #f2f2f2;
    display: none;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}


/*首页banner*/

.xyin-banner {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.xyin-banner::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 124px;
    z-index: 999;
}

.slick-banner {
    position: relative;
}

.pagingInfo {
    left: 654px;
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: right;
    font-size: 44px;
    bottom: 100px;
    font-weight: 600;
}

.slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    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: url(../images/left1.png)no-repeat;
}

.slick-banner .slick-arrow.slick-next {
    right: 7.8125%;
    background: url(../images/right1.png) no-repeat;
}

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

.slick-banner .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    border-radius: 50%;
    background: #da251d;
    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: none;
    width: 12px;
    height: 12px;
    margin-top: 0;
    border: 1px solid #da251d;
    border-radius: 50%;
}

.slick-banner .img img {
    width: 1920px;
    height: 700px;
}

.slick-banner .slick-con {
    position: relative;
}


/* c1_index */

.c1_index {
    position: relative;
}

.abb_top {
    position: relative;
    padding: 100px 0 75px;
    display: flex;
    justify-content: space-between;
}

.abb_left {
    position: relative;
    width: 570px;
}

.abb_left h3 {
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
}

.abb_left h3 span {
    display: block;
    font-size: 18px;
    color: #666666;
}

.abb_left .abbtxt {
    font-size: 15px;
    line-height: 2;
    margin-top: 45px;
    color: #666666;
}

.about-more {
    width: 148px;
    height: 44px;
    border: 1px solid #cccccc;
    margin-top: 40px;
}

.about-more a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 44px;
    text-align: center;
}

.abb_right {
    width: 598px;
    position: relative;
}

.abb_right img {
    width: 598px;
    height: 342px;
}


/*  */


/*  */

.number {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
}

.number li {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    width: 25%;
}

.number li+li {
    border-left: 1px solid #dddddd;
}

.number li h3 {
    color: #dab96b;
    line-height: 1;
}

.number li h3 i {
    font-style: inherit;
    color: #da251d;
    font-family: Impact;
    font-size: 60px;
    font-weight: 400;
}

.number li h3 em {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    font-style: inherit;
    padding-left: 5px;
}

.number li p {
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #666666;
}


/* c2_index */

.c2_index {
    background: url(//static.xypt.net.cn/4315d9ed/21/07/7efed480b0243206880cda9c54ec04c7ac729959.jpg) no-repeat center;
    height: 1000px;
    position: relative;
    padding-top: 50px;
    background-size: cover;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 36px;
    color: #333333;
    font-weight: normal;
}

.ttt2 p {
    font-size: 16px;
    color: #999999;
}


/*  */

.pro_list {
    position: relative;
    margin-top: 35px;
}

.pro_list .slick-slide {
    outline: none;
}

.pro_list .slick-con {
    margin: 0 7px;
    position: relative;
}

.pro_list .slick-con img {
    display: block;
    width: 100%;
}

.pro_list .slick-con:nth-child(1) {
    margin-bottom: 15px;
}

.pro_list .slick-con .fuss {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}

.pro_list .slick-con .fuss h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_list .slick-con:hover .fuss {
    opacity: 1;
}

.pro_list .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 999;
}

.pro_list .slick-prev {
    left: -80px;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/4b69a617f6eb7d9298a8373ec4fe75159918c9f0.png) no-repeat center;
    background-size: 100% 100%;
}

.pro_list .slick-next {
    right: -80px;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/4784b62dd9c21302aff4b8ddc470bf7415daf7bb.png) no-repeat center;
    background-size: 100% 100%;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 50px 0 100px;
}

.honor_list {
    margin-top: 45px;
}

.honor_list .slick-slide {
    position: relative;
    margin: 0 8px;
}

.honor_list .slick-slide a {
    display: block;
}

.honor_list .slick-slide .com-img {
    border: 1px solid #bfbfbf;
}

.honor_list .slick-slide .com-img img {
    width: 100%;
}

.honor_list .slick-slide h3 {
    line-height: 40px;
    background: #969696;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.honor_list .slick-slide:hover h3 {
    background: #666;
}

.honor_list .slick-arrow {
    position: absolute;
    width: 22px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 999;
}

.honor_list .slick-prev {
    left: -40px;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/c4f7bb49a5c74a354fa46ed93cb38a83383e5f4e.png) no-repeat center;
}

.honor_list .slick-next {
    right: -40px;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/5d50165d565e879fd88b4cfd0eb31927b59e5bd5.png) no-repeat center;
}


/* c4_index */

.c4_index {
    position: relative;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/7a9b430e6180009d39b955728a54293f92c3b4fb.jpg) no-repeat center;
    height: 630px;
    padding-top: 50px;
}

.news-con {
    margin-top: 40px;
    background: #fff;
    padding: 40px 30px;
}

.news1 {
    width: 300px;
}

.news2 {
    width: 365px;
}

.news-title {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    height: 40px;
}

.news-title span {
    font-size: 12px;
    color: #999999;
    font-family: "Arail";
    font-weight: normal;
    padding-left: 10px;
}

.news11 {
    position: relative;
}

.news11 li img {
    width: 300px;
    height: 248px;
}

.news11 li a {
    display: block;
    background: url(//static.xypt.net.cn/4315d9ed/21/07/2b2556e552ec2f4cb6eae7d5d60b9a84e42d7a2c.jpg) no-repeat right center;
}

.news11 li span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}

.news-list1 li a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
}

.news-list1 li p {
    padding-top: 15px;
}

.news-list1 li h2 {
    width: 22px;
    height: 2px;
    background: #cc3333;
    margin-top: 15px;
}

.news-list1 li span {
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: "Arial";
    margin-top: 12px;
}

.news-list1 li:hover a {
    color: #da251d;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #292929;
    padding: 40px 0;
    padding-bottom: 20px;
}

.x-layout-menu {
    position: relative;
    width: 1000px;
    float: left;
}

.x-layout-menu dl {
    float: left;
    width: 158px;
}

.x-layout-menu dl:last-child {
    width: 350px;
    float: left;
}

.x-layout-menu dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.x-layout-menu dl dd a,
.x-layout-menu dl dd {
    display: block;
    font-size: 13px;
    color: #b9b9b9;
    line-height: 2;
}

.foot_ewm {
    margin-top: 25px;
    float: right;
    position: relative;
    width: 235px;
    font-size: 13px;
    color: #b9b9b9;
    text-align: center;
    line-height: 40px;
}

.foot_ewm img {
    max-width: 100px;
}


/* foot_middle */

.foot_middle {
    border-top: 1px solid #3f3f3f;
    position: relative;
    background: #292929;
    height: 75px;
    line-height: 75px;
    font-size: 13px;
    color: #b9b9b9;
}

.foot_middle a {
    font-size: 13px;
    color: #b9b9b9;
}

.foot_middle a:hover {
    color: rgba(255, 255, 255, .5);
}

.ft_link {
    position: relative;
    width: 165px;
    border-left: 1px solid #3f3f3f;
    text-align: center;
}

.flink {
    cursor: pointer;
}

.flink img {
    padding-left: 45px;
}

.fhidn {
    display: none;
    position: absolute;
    bottom: 75px;
    width: 100%;
    left: 0;
    padding: 10px 0;
    background: rgb(62, 62, 62, 0.8);
}

.fhidn a {
    display: block;
    line-height: 1.7;
    padding: 5px 0;
    font-size: 13px;
    color: #fff;
}