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


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


/*头部样式*/

#header {
    height: 165px;
    position: relative;
    background: #dfdfdf;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.logotxt {
    padding-top: 60px;
    margin-left: 28px;
    font-size: 15px;
    color: #505050;
    line-height: 25px;
}

.logotxt h3 {
    color: #f09300;
    font-size: 19px;
}

.logotxt h3 i {
    font-style: inherit;
    font-weight: normal;
}

.top_phone {
    margin-top: 40px;
    width: 320px;
  background: url(//static.xypt.net.cn/a6aadd7c/21/08/b4dc8799baf6562dbd21a4ec9892e10c08395ee6.png) no-repeat left center;
}

.top_phone p:nth-child(2) {
    padding-left: 40px;
  
    font-size: 29px;
    color: #ea0707;
    font-family: "Impact";
}

.top_phone p:nth-child(3) {
    padding-left: 40px;
    font-size: 29px;
    color: #ea0707;
    font-family: "Impact";
}

.logo {
    position: absolute;
    top: 0px;
    width: 220px;
    height: 253px;
    left: 50%;
    margin-left: -110px;
    z-index: 9999;
}


/* banner_tu */

.banner_tu {
    position: absolute;
    bottom: 0px;
    height: 126px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    z-index: 9999;
}

.banner_list {
    display: flex;
    justify-content: space-between;
    padding: 35px 70px 0;
}

.banner_list li {
    width: 300px;
    text-align: center;
}

.banner_list li a {
    display: block;
}

.banner_list li .img {
    float: left;
    transition: .5s;
}

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

.banner_list li .time {
    float: right;
    width: 215px;
    text-align: right;
    position: relative;
    transition: .5s;
}

.banner_list li .time::before {
    position: absolute;
    right: 85px;
    top: 12px;
    height: 1px;
    width: 130px;
    background: #fff;
    content: "";
}

.banner_list li .time h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.banner_list li .time span {
    display: block;
    color: #fff;
    font-size: 15px;
}

.banner_list li:hover .img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.banner_list li:hover .time {
    margin-right: 10px;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 90px 40px 0 40px;
}

.list_aa {
    position: relative;
}

.list_aa li {
    float: left;
    margin-right: 7px;
    margin-bottom: 8px;
    background: #d0d0d0;
    width: 220px;
    height: 420px;
    text-align: center;
    transition: .5s;
}

.list_aa li:nth-child(1){background:#fbe8bc;}
.list_aa li:nth-child(3){background:#fbe8bc;}


.list_aa li:nth-child(2){background:#f5d383;}
.list_aa li:nth-child(4){background:#f5d383;}


.list_aa li:nth-child(5) {
    height: 242px;width:283px;background:#ffb667;
}

.list_aa li:nth-child(6) {
    height: 170px;
    background: #ff8400;width:283px;
}

.list_aa li a {
    display: block;
}

.list_aa li a img {
    padding-top: 90px;
    transition: .5s;
}

.list_aa li:nth-child(2) h3{color:#db5500}
.list_aa li:nth-child(4) h3{color:#db5500}


.list_aa li h3 {
    font-size: 22px;
    color: #e38703;
    padding: 10px 0 20px;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}

.list_aa li h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 42px;
    background: #000;
    bottom: 0px;
    transition: .5s;
    left: 45%;
}

.list_aa li span {
    display: block;
    text-align: left;
    padding: 0 30px 0 30px;
    font-size: 16px;
    color: #252525;
    line-height: 1.7;
    transition: .5s;
}

.list_aa li:nth-child(5) img {
    display: none;
}

.list_aa li:nth-child(5) h3 {
    padding-top: 65px;
    padding-bottom: 10px;
    margin-bottom: 10px;color:#252525
}

.list_aa li:nth-child(6) a img {
    padding-top: 30px;
}

.list_aa li:nth-child(6) h3 {
    font-weight: normal;
    color: #fff;
    background: none;
    font-size: 16px;
}

.list_aa li:nth-child(6) h3::before {
    display: none;
}

.list_aa li:hover h3::before {
    transform: rotate(90deg);
}

.list_aa li:hover a img {
    padding-top: 70px;
}

.list_aa li:hover h3 {
    padding-bottom: 30px;
}

.list_aa li:nth-child(3):hover h3 {
    padding-top: 55px;
}

.list_aa li:nth-child(3):hover span {
    padding-top: 10px;
}

.list_aa li:nth-child(4):hover a img {
    padding-top: 40px;
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 50px 0;
}



.cptt{color:#383838;font-size: 40px;font-weight: 600;text-align: center;background:url(//cdn.myxypt.com/a6aadd7c/21/08/4209188eaecbbd5ba421d23f25f039c49173d5d1.png) no-repeat center bottom;padding-bottom: 15px;}
.cptt3{color:#505050;font-size: 24px;font-weight: 400;text-align: center;margin-top: 10px;}

.aann{width:545px}
.aann h2{color:#fff;font-size: 23px;font-weight: 600;}
.aann h2 img{padding-right: 10px;}

.aacc{color:#ffffff;font-size: 16px;line-height: 30px;margin-top: 20px;height:180px;overflow: hidden;}
.ddhh h2{color:#fe0000;font-size: 18px;font-weight: 400;margin-top: 5px;}
.tel3{color:#fe0000;font-family:Impact;font-size: 30px;}


.mm3{border: 1px solid #f09300;border-radius: 20px;width:166px;height:45px;text-align: center;margin-top: 10px;}
.mm3 a{color:#ffffff;font-size: 16px;text-align: center;line-height: 45px;text-transform: uppercase;}


.aapp{position: relative;}

.aabb{background:url(//cdn.myxypt.com/a6aadd7c/21/08/9bb3c35b6b797de93e2a8ea2b905751dfd968ad0.png) no-repeat center top;height:472px;margin-top:50px;padding-top: 10px;}


.pprr{float:right;margin-top:15px;width:585px;height:420px;}
.pprr img{width:585px;height:420px;}

.jt2x{position: absolute;bottom: 18px;left:542px}


.pro_wap {
    position: relative;
    padding-top: 80px;
}

.product_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product_list11 li {
    width: 369px;
}

.product_list11 li a.img2 {
    display: block;
}

.product_list11 li .fimg {
    overflow: hidden;
    border: 1px solid #999;
}

.product_list11 li .fimg img {
    height: 330px;
    width: 369px;
}

.product_list11 li h3 {
    line-height: 78px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #757575;
}

.product_list11 li:hover h3 {
    background: #fd9400;
}







/* c3_index */

.c3_index {
    position: relative;
    height: 651px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/d4ac36c891dc6609775defb08ce452f042baed07.png) no-repeat center center;
    padding-top: 55px;
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    color: #383838;
    font-size: 41px;
   
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.ttt3 p {
    color: #505050;
    font-size: 15px;
    padding-bottom: 20px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/a8c1362b2657df2e45df901d65eb9e1eb7de1170.png) no-repeat center bottom;
}

.c3_wap {
    position: relative;
    margin-top: 36px;
}

.c3_list {
    position: relative;
}

.c3_list li {
    float: left;
    width: 563px;
    position: relative;
    margin-bottom: 10px;
    height: 163px;
    transition: .6s;background:url(//cdn.myxypt.com/a6aadd7c/21/08/6156312f9df26cf9e660ecc91eac2eeea351e7af.png) no-repeat center top;}

.c3_list li:hover{background:url(//cdn.myxypt.com/a6aadd7c/21/08/37de11c77b5ea2c8f863f3c12f9525d561773623.png) no-repeat center top;}

.c3_list li:nth-child(2n) {
    float: right;
}

.c3_list li a {
    display: block;
}


.c3_list li .simg{width:78px;height:81px;margin:0 56px;margin-top: 38px;}
.c3_list li .simg img{width:78px;height:81px;}

.c3_list li .time {
    width: 340px;margin-right: 20px;
}

.c3_list li .time h3 {
    font-size: 22px;
    color: #383838;
    padding: 24px 0 5px;
}

.c3_list li .time span {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    font-weight: normal;height:50px;overflow: hidden;margin-top:5px;
}








/* abb_index */

.abb_index {
    position: relative;
    height: 818px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/eab5e7296e86c363fb2412826ad16f16af5a3d30.png) no-repeat center center;
}

.abb_index h1 {
    text-align: center;
    padding-top: 100px;
    color: #fd9400;
    font-size: 49px;
    text-transform: uppercase;
}

.abb_index h2 {
    text-align: center;
    color: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: normal;
}

.abb_index .abb_txt {
    margin-top: 45px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 2;
    padding: 0 150px;
}

.abb_index .abbmore {
    display: block;
    margin: 26px auto;
    width: 173px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-family: "Arial";
    font-size: 16px;
}



.ht{width:1920px;position: relative;left:50%;margin-left:-960px;}
.ht img{width:100%;margin:0 auto;}

/*number*/

.number {
    position: absolute;
    bottom: 0px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 185px;
}

.digital li {
    width: 282px;
    float: left;
    height: 185px;
}

.digital li .inner {
    text-align: center;
}

.digital li .timer {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: "Impact";margin-top: 10px;
}

.digital li p {
    font-size: 22px;
    color: #fff;  font-weight: bold;
}

.digital li:nth-child(3) {
    width: 268px;
}

.digital li:nth-child(1),
.digital li:nth-child(4) {
    width: 324px;
}


.digital li:hover{background: #f39501;}

.digital li .img1{width:80px;margin:0 auto;margin-top:40px}

/* case_index */

.case_index {
    position: relative;
    padding: 100px 0;
}

.ttt5 {
    text-align: center;
}

.ttt5 h3 {
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/7ccaa199ee60ca04a8cde4ae9f7dbaa1bd0c6c88.png) no-repeat center bottom;
    font-size: 41px;
    color: #383838;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ttt5 span {
    display: block;
    width: 460px;
    line-height: 32px;
    background: #e0e0e0;
    text-align: center;
    color: #3d3d3d;
    font-size: 23px;
    margin: 0 auto;
}

.ttt5 a {
    display: block;
    font-size: 15px;
    color: #343434;
    margin-top: 15px;
}

.case_wap {
    position: relative;
    margin-top: 35px;
    padding: 0 35px;
}

.case_list22 {
    position: relative;
}

.case_list22 li {
    float: left;
    margin: 0 10px;
}

.case_list22 li a {
    display: block;
}

.case_list22 li .simg {
    overflow: hidden;
}

.case_list22 li .simg img {
    width: 362px;
    height: 257px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_list22 li h3 {
    line-height: 50px;
    font-weight: normal;
    font-size: 24px;
    color: #363636;
    text-align: center;
    padding-top: 10px;
}

.case_list22 li:hover .simg img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 34%;
    cursor: pointer;
}

.l_btn {
    left: 0;
}

.r_btn {
    right: 0;
}


/* news_index */

.news_index {
    position: relative;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/126dee9c7ee60f7e671504a64806debf05b4cc2b.jpg) no-repeat center top #fff;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    padding-bottom:20px;
}

.news_ttt {
    height: 278px;
    position: relative;
}

.news_ttt h2 {
    float: left;
    width: 272px;
    padding-left: 50px;
    padding-top: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}

.news_ttt h2 span {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.sort3 {
    float: right;
    width: 925px;
}

.sort3 li {
    width: 33.33%;
    text-align: center;
    float: left;
    padding-top: 50px;
}

.sort3 li .simg {
    width: 138px;
    height: 138px;
    line-height: 138px;
    border-radius: 50%;
    background: #333333;
    margin: 0 auto;
}

.sort3 li .simg img {
    max-width: 100%;
}

.sort3 li h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
}

.sort3 li:hover .simg {
    background: #fff;
}

.sort3 li:hover .simg img {
    filter: invert(180%) sepia(7%) saturate(0%) hue-rotate(176deg) brightness(90%) contrast(95%);
}

.news_conttt {
    position: relative;
    margin-top: 45px;
}

.news_left {
    width: 600px;
}

.news_aa {
    position: relative;
}

.news_aa .news_img {
    margin-left: 10px;
    overflow: hidden;
}

.news_aa .news_img img {
    width: 523px;
    height: 232px;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    padding: 15px 0;
}

.news_list11 li{
    border-bottom: 2px solid #d3d3d3;
}

.news_list11 li a {
    display: block;
    font-size: 23px;
    color: #171717;
    padding-bottom: 10px;
}

.news_list11 li span {
    display: block;
    font-size: 15px;
    color: #444444;
    width: 500px;
    line-height: 1.5;
}

.news_right {
    width: 540px;
    margin-top: 16px;
}

.news_ttt2 {
    position: relative;
    width: 537px;
    height: 71px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/b8605453ab8f7dcf3cccf6f40a5d163acd66af8d.png) no-repeat center center;
}

.news_ttt2 h3 {
    line-height: 71px;
    width: 164px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}

.news_ttt2 a {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 30px;
    height: 43px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/020552c7c10509b4fa8999dab9b196fb8ebf48d7.png) no-repeat center center;
}

.news_list22 {
    position: relative;
}

.news_list22 li {
    padding: 25px 0;
    border-bottom: 2px solid #d3d3d3;
}

.news_list22 li a {
    display: block;
    font-size: 23px;
    color: #171717;
    padding-bottom: 20px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/5bc867394bc265193cca23e4f709340deac37af2.png) no-repeat 5px top;
    line-height: 45px;
    padding-left: 60px;
}

.news_list22 li span {
    display: block;
    font-size: 15px;
    color: #171717;
    width: 500px;
    line-height: 25px;height:50px;overflow:hidden;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/468225a69336801829ee25095938005918316bac.png) no-repeat 5px top;
    padding-left: 60px;
}


.flink{color:#333;font-size:14px;padding-bottom:45px;margin-top: 20px;}
.flink a{color:#333;}





/* foot_wap */

.foot_wap {
    position: relative;
    background:#000000;
    padding-top: 60px;padding-bottom: 10px;
}

.foot_aa {
    float: left;
    width: 600px;
}

.foot_aa h2 {
    font-size: 36px;
    color: #c9c9c9;
    line-height: 1;
    margin-bottom: 40px;
}

.foot_aa .foot_xx {
    float: left;
    width: 317px;
}

.foot_aa .foot_xx h3 {
    font-size: 22px;
    color: #fff;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/687859c03b1e4001b8f3adf1541cbcefa0e435d7.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 30px;font-weight: 400;
}

.foot_contact {
    font-size: 15px;
    color: #fff;
}

.foot_contact p {
    line-height: 38px;
    padding-left: 50px;
}

.foot_contact p:nth-child(1) {
    margin-bottom: 40px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/2e51a2df3f220a057277a880c917d857f484f19c.png) no-repeat left center;
}

.foot_contact p:nth-child(2) {
    margin-bottom: 40px;
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/69225ba4fa7853ea1b8cc2afd9d44236d8875800.png) no-repeat left center;
}

.foot_contact p:nth-child(3) {
    background: url(//cdn.myxypt.com/a6aadd7c/21/08/bcfd5095d8599e26a144b056ce939a5b8a96a2d4.png) no-repeat left center;
}

.foot_nav {
    float: right;
    padding-left: 120px;
    width:275px;
}

.foot_nav a {
    display: block;
    font-size: 17px;
    color: #c9c9c9;
    line-height: 2;
}

.foot_bb {
    float: right;
    width: 550px;
    height: 448px;
    background:#c77500;
    border-radius: 5px;
    padding: 30px;
}

.footer{
    width: 100%;margin-top:20px;
}

.copyright{color:#c9c9c9;font-size:16px;line-height:25px;
text-align: center;}
.copyright a{color:#c9c9c9;}