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

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


/*滚动*/

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

.container-fluid {
    padding: 0 6.125%;
}

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


/*头部样式*/

.top_head {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 50px;
    background: #444444;
}

.top_head .flex {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_right {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lan {
    position: relative;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.language .ss_btn {
    position: relative;
    cursor: pointer;
}

.language .ss_btn a {
    display: block;
}

.language .ss_btn #formsearch2 {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.language .ss_btn #formsearch2 #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;
}

.language .ss_btn #formsearch2 #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;
}

.shoss{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 100px;
    text-align: center;
    background: #444444;
}

.shoss a{
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.shoss a:hover{
    background: #eee;
    color: #333;
}



/* dao */

.ss_sec {
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 50px;
    width: 100%;
    padding: 0px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:hover .ss_sec {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: none;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    margin: 0 4px;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 50px;
    background: none;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 20px;
    height: 20px;
    border-color: transparent transparent #e34b3f #e34b3f;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev {
    left: 3%;
}

#banners .swiper-button-next {
    right: 3%;
}


/*  */

.banner .btns {
    position: absolute;
    left: 0;
    bottom: 5.8%;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 0;
}

.banner .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    transform: rotate(-90deg);
}

.banner .btns .init,
.banner .btns .hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner .btns .swiper-pagination-bullet .hover {
    stroke-dasharray: 314 0;
    stroke: none;
}

.banner .btns .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.banner .btns .swiper-pagination-bullet-active:before {
     background-color: rgba(255, 255, 255, 1);
    width: 4px;
    height: 4px;
}

.banner .btns .swiper-pagination-bullet-active .init,
.banner .btns .swiper-pagination-bullet-active .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner .btns .swiper-pagination-bullet-active .hover {
    stroke: #de2012;
    animation: circle-chart-fill 4s reverse;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 314;
    }
}


.swiper-num {position: absolute;width: 165px;left:10%;bottom: 0;z-index: 2;    display: none;}
.swiper-num .active {display: inline-block;}
.swiper-num span {font-size: 32px;}
.swiper-num .total {display: inline-block;}


/* 插件整体样式修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination2 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    font-size: 16px;
    color: #fff;
    z-index: 9;
}

.swiper-pagination2 .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 3.6458vw 0;
    text-align: center;
}

.c1_index span {
    display: block;
    font-size: 1.2rem;
    color: #333333;
}

.c1_index h3 {
    font-size: 2.4rem;
    color: #333333;
    font-weight: 400;
    padding: .5rem 0;
}

.c1_index p {
    font-size: .8rem;
    color: #333333;
}

.liao {
    text-align: center;
    margin-top: 2.083vw;
}

.liao a {
    display: block;
    margin: 0 auto;
    width: 150px;
    font-size: 14px;
    color: #de2012;
    line-height: 40px;
    border: 1px solid #7f7f7f;
    border-radius: 30px;
    overflow: hidden;
}

.liao a:hover {
    border: 1px solid #de2012;
}


/* c2_index */

.c2_index {
    position: relative;
}

.pro_aa {
    position: relative;
}

.pro_aa li {
    position: relative;
    background: url(//static.xypt.net.cn/17386590/21/07/02efc8f13980f5cb7a4aeb7703af8a0ebb033e5f.jpg) no-repeat;
    text-align: center;
    margin-bottom: 20px;
    padding: 1.5625vw;
}

.pro_aa li:nth-child(2) {
    position: relative;
    background: url(//static.xypt.net.cn/17386590/21/07/6ecbc9c739a683b9d2d757c2ba942c684469b65a.jpg) no-repeat;
    text-align: center;
    margin-bottom: 20px;
    padding: 1.5625vw;
}


.pro_aa li .cp_tit {
    text-align: center;
    padding: 15px 0;
}

.pro_aa li .cp_tit h3 {
    font-size: 2rem;
    color: #0f0f0f;
    font-weight: 400;
}

.pro_aa li a.img {
    display: block;
    text-align: center;
}

.pro_aa li a.img img {
    max-width: 100%;
    margin: 0 auto;
}

.pro_aa li .cp_logo {
    position: absolute;
    left: 4.6875vw;
    top: 2.604vw;
}

.pro_aa li .cp_logo img {
    max-width: 100%;
}

.ljie {
    text-align: center;
    margin: 10px 0;
}

.ljie a {
    display: inline-block;
    font-size: 14px;
    color: #de2012;
    border-bottom: 1px solid transparent;
    font-family: "Adobe 黑体 Std";
    line-height: 1;
}

.ljie a:hover {
    border-bottom: 1px solid #de2012;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 0 20px;
}

.pro_bb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_bb li {
    position: relative;
    width: calc(50% - 10px);
   /* background: #e7e7e7;*/
    text-align: center;
    margin-bottom: 20px;
    /*padding: 1.5625vw;*/
}

.pro_bb li .cp_tit {
    text-align: center;
    padding: 15px 0;
}

.pro_bb li .cp_tit h3 {
    font-size: 2rem;
    color: #0f0f0f;
    font-weight: 400;
}

.pro_bb li a.img {
    display: block;
    text-align: right;
}

.pro_bb li a.img img {
    max-width: 100%;
    margin: 0 auto;
}

.pro_bb li .cp_logo {
    position: absolute;
    left: 1.5625vw;
    top: 1.5625vw;
}

.pro_bb li .cp_logo img {
    max-width: 100%;
}

@media (max-width:768px) {
    .pro_bb li {
        width: 100%;
    }
    .pro_aa li .cp_logo {
        width: 80px;
        top: 3.5625vw;
    }
    .pro_bb li .cp_logo {
        width: 80px;
        top: 3.5625vw;
    }
}


/* c4_index */

.c4_index {
    position: relative;
    background: url(//cdn.myxypt.com/17386590/21/05/70761b403491abef4f7542fb1185a9da116f06c0.jpg) no-repeat;
    background-size: cover;
    padding: 5.2083vw 0;
}

.ttt4 {
    text-align: center;
}

.ttt4 span {
    display: block;
    font-size: 1.2rem;
    color: #333333;
}

.ttt4 h3 {
    font-size: 2.4rem;
    color: #333333;
    font-weight: 400;
    padding: .5rem 0;
}

.ttt4 p {
    font-size: .8rem;
    color: #333333;
}


/*  */

.number {
    display: flex;
    margin-top: 4.1266vw;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.number li h3 {
    color: #de2012;
}

.number li h3 i {
    font-style: inherit;
    color: #de2012;
    font-size: 2.4rem;
    line-height: 1;
}

.number li h3 span {
    font-size: .8rem;
    font-family: "Arial";
    font-weight: normal;
    vertical-align: top;
    padding-left: 5px;
}

.number li p {
    font-size: .8rem;
    line-height: 1.7;
    color: #333333;
    letter-spacing: 2px;
    padding-top: 10px;
}

@media (max-width:500px) {
    .number li {
        width: 50%;
        margin: 15px 0;
    }
    .number li h3 i {
        font-size: 30px;
    }
    .number li h3 span {
        font-size: 14px;
    }
    .number li p {
        font-size: 12px;
    }
}


/* c5_index */

.c5_index {
    position: relative;
    margin: 15px 0;
    background: url(//cdn.myxypt.com/17386590/21/05/1886dba67ff49ea13c040ccf69d346754530265e.jpg) no-repeat;
    background-size: cover;
    padding: 4.166vw 0 2.166vw;
}

.ttt5 {
    text-align: center;
}

.ttt5 span {
    display: block;
    font-size: 1.5rem;
    color: rgba(51, 51, 51, 0.8);
}

.ttt5 h3 {
    font-size: 2.4rem;
    color: #1d1d1f;
    font-weight: 400;
    padding: .5rem 0;
}

.ttt5 .abbtxt {
    font-size: .8rem;
    color: #333333;
    line-height: 3;
}

.abb_more {
    text-align: center;
    margin-top: 1.083vw;
}

.abb_more a {
    display: block;
    margin: 0 auto;
    width: 150px;
    font-size: 14px;
    color: #de2012;
    line-height: 40px;
    border: 1px solid #7f7f7f;
    border-radius: 30px;
    overflow: hidden;
}

.abb_more a:hover {
    border: 1px solid #de2012;
}


/*  */

.abb_img {
    text-align: center;
    margin-top: 3.385vw;
}

.abb_img img {
    max-width: 100%;
    margin: 0 auto;
}


/* c6_index */

.c6_index {
    position: relative;
    padding: 20px;
}

.c6_wap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c6_left {
    position: relative;
    width: calc(50% - 10px);
    background: url(//cdn.myxypt.com/17386590/21/05/d34d225665dc83f5b02659f9f7ff495ade14d2e9.jpg) no-repeat;
    background-size: cover;
    padding: 3.125%;
}

.c6_right {
    position: relative;
    width: calc(50% - 10px);
    background: url(//cdn.myxypt.com/17386590/21/05/a0a63632134ff1f3bb3ba6ea396c9b9d6ff72784.jpg) no-repeat;
    background-size: cover;
    padding: 3.125%;
}


/* ttt6_aa */

.ttt6_aa {
    text-align: center;
    margin-bottom: 1.302vw;
}

.ttt6_aa h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
}

.ttt6_aa p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .8);
    padding: .5rem 0;
}


/* news_listaa */

.news_listaa {
    position: relative;
}

.news_listaa li {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.news_listaa li a {
    display: block;
}

.news_listaa li .news_con {
    position: relative;
    padding-right: 50px;
}

.news_listaa li .news_con i {
    display: block;
    font-style: inherit;
    font-size: 14px;
    color: #fff;
}

.news_listaa li .news_con .ass {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    padding-top: 10px;
    color: #fff;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_listaa li .news_con span {
    display: block;
    line-height: 1.7;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, .8);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_listaa li em {
    display: block;
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_listaa li:hover em {
    opacity: 1;
    top: 50%;
}


/* ttt6_bb */

.ttt6_bb {
    text-align: center;
    margin-bottom: 1.302vw;
}

.ttt6_bb h3 {
    font-size: 2rem;
    color: #000000;
    font-weight: normal;
}

.ttt6_bb p {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, .8);
    padding: .5rem 0;
}

.partner_img {
    text-align: center;
}

.partner_img img {
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width:768px) {
    .c6_left {
        width: 100%;
    }
    .c6_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:500px) {
    .c6_index {
        padding: 15px;
    }
    .news_listaa li .news_con .ass {
        font-size: 16px;
    }
    .news_listaa li .news_con span {
        font-size: 14px;
    }
}

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


/* foot_wap */

.foot_wap {
    position: relative;
    background: #3e3e3e;
}

.foot_top {
    position: relative;
    border-bottom: 1px solid #525252;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.foot_nav {
    font-size: 0;
}

.foot_nav li {
    display: inline-block;
    margin-right: 2.34375vw;
    line-height: 42px;
}

.foot_nav li a {
    display: block;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.foot_nav li a:hover {
    color: #de2014;
}

.foot_middle {
    position: relative;
    padding: 1.5625vw 0;
    border-bottom: 1px solid #525252;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft_contact {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 2;
}

.ft_ewm {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #bababa;
    line-height: 2;
    text-align: right;
}

.ft_ewm div {
    margin-right: 15px;
}

.ft_ewm img {
    max-width: 105px;
}


/*  */

.foot_bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5625vw 0;
    font-size: 12px;
    color: #a2a2a2;
}

.foot_bottom a {
    font-size: 12px;
    color: #a2a2a2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.foot_bottom a:hover {
    color: #de2014;
}

@media (max-width:1024px) {
    .x-copyright {
        width: 100%;
    }
}

@media (max-width:600px) {
    .foot_nav li {
        line-height: 2;
    }
    .foot_middle {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .ft_contact {
        width: 100%;
    }
    .ft_ewm {
        width: 100%;
        margin-top: 15px;
    }
    .foot_bottom {
        padding: 15px 0;
    }
}


/* link */

.link {
    position: relative;
    font-size: 12px;
    color: rgba(248, 248, 248, .46);
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.link span a {
    color: rgba(248, 248, 248, .46);
    margin-right: 10px;
}

.link span {
    padding: 0 10px;
    display: block;
    line-height: 40px;
    border: 1px solid #a0a0a0;
    width: calc(100% - 50px);
    height: 44px;
    overflow: auto;
}

.link .gduos {
    display: block;
    width: 50px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #de2012;
    font-size: 14px;
    color: #fff;
}

.link .gduos:hover {
    color: #fff;
}


/*  */

.tong {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1440px) {
    .tong {
        width: 96%;
    }
}

@media (min-width: 992px) {
    .xdao {
        margin-bottom: 64px;
    }
    .xdao .xypg-left-nav {
        display: flex;
        margin: 0;
    }
    .xdao .xypg-left-nav>li {
        width: 14.285%;
        text-align: center;
        background: #f4f4f4;
        border-bottom: none;
        position: relative;
    }
    .xdao .xypg-left-nav>li .first-nav-btn {
        display: none;
    }
    .xdao .xypg-left-nav>li>a {
        color: #a8a8a8;
        line-height: 55px;
        padding: 0;
    }
    .xdao .xypg-left-nav>li>a:hover {
        color: #de2014;
    }
    .xdao .xypg-left-nav>li.clicked>a {
        background: url(//cdn.myxypt.com/17386590/21/05/06fac2f9103c74620e2ea801b9faba852e6f5869.png) no-repeat bottom center #de2014;
        color: #fff;
    }
    .xdao .xypg-left-nav>li .xypg-left-subnav {
        padding: 0;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        z-index: 111;
        display: none;
    }
    .xdao .xypg-left-nav>li .xypg-left-subnav li {
        width: 100%;
        line-height: 55px;
        background: #f4f4f4;
    }
    .xdao .xypg-left-nav>li .xypg-left-subnav li a {
        display: block;
        color: #a8a8a8;
    }
    .xdao .xypg-left-nav>li .xypg-left-subnav li a:hover {
        color: #de2014;
    }
    .xdao .xypg-left-nav>li:hover .xypg-left-subnav {
        display: block;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #333;
}

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

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

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

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

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}