/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

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

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

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}
.tt{display:none;}
.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

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

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

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

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



/*头部样式*/
.top1 {
    height: 33px;
    color: #595959;
    line-height: 33px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    color: #aaa;
}

.top1 a {
    color: #aaa;
}

.top2 {
    height: 118px;
    overflow: hidden;
}

.logo {
    line-height: 118px;
}

.top2 form {
    width: 408px;
    height: 40px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/2acffc2d0b3f48e2e1debc5ae51e36c8d4074021.png) no-repeat center center;
}

.top2 form input {
    outline: none;
    background: none;
    border: none;
    line-height: 40px;
}

.top2 form input[name="wd"] {
    font-size: 12px;
    color: #898888;
    width: 307px;
    padding-left: 48px;
}

.top2 form input[name="wd"]::placeholder {
    color: #898888;
}

.top2 form input[type="submit"] {
    flex: 1;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 6px;
}

.top2 .k2 {
    padding-left: 66px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/ccfbd157e8fe583eb72342f96e88eca94dfa8ada.png) no-repeat left center;
}

.top2 .k2 h3 {
    font-size: 15px;
    font-weight: normal;
    ;
    color: #444444;
}

.top2 .k2 p {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #e63038;
}


/* 导航样式 */
#menu {
    border-top: 1px solid #f1f0f0;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li:nth-child(1) a {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/0e45ce8a1b839e765ecbe498c6b305302ac1c0fc.png) no-repeat 22px center;
    padding-left: 7px;
}


.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    text-align: center;
}



.x-menu>li:hover>a {
    background-color: #e63038;
    color: #fff;
}

.x-menu>li:nth-child(1):hover>a {
    background: #e63038 url(//cdn.myxypt.com/e530a4d6/21/09/ff0ba661f6ead62ba8960b6fcd33d569f1bc0ce9.png) no-repeat 22px center;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

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

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 110%;
    left: -5%;
    top: 60px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #e63038;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}




.sou {
    height: 65px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 65px;
}

.hotSearch strong {
    font-size: 16px;
    color: #333333;
}

.hotSearch strong span {
    color: #e63038;
}


.hotSearch a {
    font-size: 14px;
    color: #aaaaaa;
    margin-right: 18px;
}

.hottext {
    font-size: 15px;
    color: #333333;
}

.hottext strong {
    color: #dd260b;
}




.p1a {
    margin-top: 41px;
}

.p1a li a {
    display: block;
    width: 292px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.p1a li a div.img img {
    width: 100%;
    height: 100%;
}

.p1a li a .cont {
    position: absolute;
    left: 122px;
    top: 52px;
    z-index: 99;
}

.p1a li a .cont h3 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1;
}

.p1a li a .cont span {
    font-size: 14px;
}



.index-title {
    text-align: center;
    padding-top: 30px;
}

.index-title h3 {
    display: inline-block;
    font-size: 46px;
    color: #363942;
    position: relative;
    z-index: 2;
    position: relative;
}

.index-title h3 span {
    color: #e50012;
    margin-right: 10px;
}

.index-title h4 {
    font-size: 160px;
    color: #f3f3f3;
    position: relative;
    z-index: 1;
    margin-top: -112px;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
}

.index-title h3::before {
    content: "";
    width: 77px;
    height: 65px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/0ea286d57061f4ffe1d122fe8b8850ce48735a7a.png) no-repeat center center;
    position: absolute;
    left: -66px;
    top: -40px;
    z-index: -1;
}

.index-title h3::after {
    content: "";
    width: 24px;
    height: 23px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/54d553c952ee68c3c1c2130a778bfbc4c83de5b9.png) no-repeat center center;
    position: absolute;
    right: -20px;
    top: 29px;
    z-index: -1;
}





.p2 {
    margin-top: 84px;
}

.p2a {
    position: relative;
    margin-top: 42px;
}

.p2-swiper {
    overflow: hidden;
}

.p2-swiper li a {
    display: block;
    position: relative;
    height: 315px;
}

.p2-swiper li a div.img {
    width: 100%;
    border-radius: 10px;
    height: 277px;
    overflow: hidden;
}

.p2-swiper li a div.img img {
    width: 100%;
    height: 277px;
}

.p2-swiper li a h3 {
    width: 331px;
    height: 80px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #000000;
    z-index: 99;
    text-align: center;
    line-height: 80px;
    background: #fff;
    font-weight: 400;
    transition: all ease .2s;
}

.p2a .p2prev {
    width: 43px;
    height: 51px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/7b5771e56c90ce906b9e849d57f6d7eed5e62d0d.png) no-repeat center center;
    position: absolute;
    left: -59px;
    top: 114px;
    z-index: 99;
    cursor: pointer;
    outline: none;
}

.p2a .p2next {
    width: 43px;
    height: 51px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/8d895d2322afe9a0a08216924fab83cc54495e23.png) no-repeat center center;
    position: absolute;
    right: -59px;
    top: 114px;
    z-index: 99;
    cursor: pointer;
    outline: none;
}


.p2-swiper li:hover a h3 {
    background-image: linear-gradient(90deg,
            #c7181a 0%,
            #e60a19 100%),
        linear-gradient(#eeeeee,
            #eeeeee);
    color: #fff;
}




.p2b {
    width: 466px;
    height: 49px;
    border: solid 1px #c8171a;
    border-radius: 20px;
    margin: 60px auto 0;
    overflow: hidden;
}

.p2b h3 {
    font-size: 31px;
    color: #c9171a;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/db653aef4d4ed32d638db9b6ed982d8421a514ef.png) no-repeat left center;
    padding-left: 47px;
    margin-left: 12px;
    width: 283px;
    overflow: hidden;
}

.p2b a {
    display: block;
    width: 166px;
    height: 100%;
    background-image: linear-gradient(90deg,
            #e60a19 0%,
            #c7181a 100%),
        linear-gradient(#01539d,
            #01539d);
    background-blend-mode: normal,
        normal;
    border-radius: 15px;
    font-size: 18px;
    color: #ffffff;
    line-height: 49px;
    text-align: center;

}





.p3 {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/5d4fe29892fb4131b63aad89b423f59a910c2ace.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 125px;
    height: 779px;
    margin-top: 50px;
}

.p3 .index-title h4 {
    margin-top: -110px;
    letter-spacing: -18px;
}

.p3 .index-title p {
    font-size: 20px;
    color: #333333;
}

.p3a {
    margin-top: 90px;
}

.p3a li a {
    width: 270px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    position: relative;
    padding-top: 110px;
}

.p3a li:nth-child(2n) {
    transform: translateY(-36px);
}

.p3a li a h3 {
    width: 64px;
    height: 48px;
    font-size: 36px;
    font-style: italic;
    color: #ffffff;
    padding-left: 14px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/82713349a21a9aaf59ae08364353f65b1cdcf2d1.png) no-repeat center center;
    position: absolute;
    left: -14px;
    top: 34px;
}

.p3a li a span {
    width: 219px;
    height: 48px;
    font-size: 26px;
    font-style: italic;
    color: #ffffff;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/ede9aeb867508ecddaa934fc26cd80e4707e50b5.png) no-repeat center center;
    display: block;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 34px;
    left: 11px;
}

.p3a li a p {
    width: 216px;
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
}

.p3a li a h4 {
    width: 192px;
    height: 38px;
    background: #e4c591;
    border-radius: 19px;
    line-height: 38px;
    font-size: 20px;
    color: #f6f6f6;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
}







.p4 {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/fa7274434059ddf9b80ca3264b34bc82b5980e4c.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 68px;
}

.p4 .index-title h3 span {
    color: #363942;
}

.p4 .index-title h3 {
    color: #e50012;
}


.p4a {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/53c9ec6e763f12e27fe77ed951e0a13f29df6df9.png) no-repeat center center;
    background-size: cover;
    padding-top: 39px;
    margin-top: 40px;
}

.p4a1 {
    width: 452px;
    margin-left: 64px;
    padding-top: 10px;
}

.p4a1 h3 {
    font-size: 30px;
    color: #222222;
    margin-bottom: 14px;
}

.p4a1 h4 {
    font-size: 20px;
    color: #c7181a;
    margin-bottom: 30px;
}

.p4a1 p {
    font-size: 15px;
    line-height: 30px;
    color: #767676;
}

.p4a1 a.more {
    width: 121px;
    line-height: 36px;
    background-image: linear-gradient(90deg,
            #e60a19 0%,
            #c7181a 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    border-radius: 17px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 104px;
    margin-left: 104px;
}



.p5 {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/8f8fff152172a52e06ea045d0070c90011ca744c.jpg) no-repeat center center;
    height: 280px;
    padding: 24px 0;
}

.p5a {
    border-right: 1px solid #e1e1e1;
    width: 343px;
    padding-top: 18px;
    height: 240px;
}

.p5a1>h3 {
    font-size: 36px;
    color: #f6f6f6;
    margin-bottom: 5px;
}

.p5a1>h3 span {
    color: #efdbb9;
}

.p5a1>p {
    font-size: 20px;
    color: #efdbb9;
}

.p5a1>h4 {
    font-size: 20px;
    color: #dddddd;
    text-transform: uppercase;
    margin-top: 6px;
}

.p5a2 {
    height: 60px;
    padding-left: 73px;
    margin-left: 8px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/06b88f84b32697965bae77b5fd7389b4221bf03f.png) no-repeat left center;
    margin-top: 45px;
    padding-top: 8px;
}

.p5a2>h3 {
    font-size: 14px;
    font-weight: normal;
    color: #f6f6f6;
}

.p5a2>p {
    font-size: 28px;
    font-weight: 700;
    color: #efdbb9;
}

.p5b {
    width: 850px;
}

.p5b li {
    flex: 1;
}

.p5b li a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
}

.p5b li a .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 106px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}

.p5b li a .title::after {
    content: "";
    width: 38px;
    height: 38px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/e36c581a15373cd111ec0de9546497faf24d325c.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: -7px;
    z-index: 2;
}



.p5b li a .title h3 {
    font-size: 48px;
    color: #ca171a;
}

.p5b li a .title span {
    font-size: 18px;
    color: #ca171a;
    font-weight: 700;
}

.p5b li a .title em {
    font-weight: 700;
    font-size: 16px;
    color: #ca171a;
    transform: translateY(-6px);
    font-style: normal;
}

.p5b li a>h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.p5b li a>p {
    font-size: 12px;
    font-weight: normal;
}




.p6 {
    padding-top: 65px;
}

.p6 .index-title h4 {
    letter-spacing: -14px;
}


.p6a {
    margin-top: 54px;
}

.p6a li a {
    width: 389px;
    display: block;
    margin-bottom: 36px;
}

.p6a li a div.img img {
    width: 389px;
    height: 244px;
}

.p6a li a div.cont h3 {
    font-size: 16px;
    color: #363942;
    padding-left: 9px;
    padding-right: 45px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/cd832f2415808d633680f71c4dec45418e58ffc1.png) no-repeat right center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 54px;
    font-weight: 400;
}

.p6a li a div.cont .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 15px;
    font-size: 14px;
    color: #363942;
    margin-top: 5px;
}

.p6a li a div.cont .info span.hits {
    padding-left: 39px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/7fdfb3761b49ac9cef430f55468de0573b56788e.png) no-repeat 9px center;
}

.p6a li a div.cont .info span.time {
    color: #de0e19;
}



.p6b {
    margin: 30px auto 0;
}



.p7 {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/6212f998afd8f8f6245b5d99fe7caf6342c8214c.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 58px;
    padding-top: 64px;
    height: 900px;
    overflow: hidden;
}

.p7 .index-title h3 {
    color: #ffffff;
}

.p7 .index-title h3::before {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/fd552f7f67d19c6c9700c32e5ff6a642c039ecc5.png) no-repeat center center;
}

.p7 .index-title h3::after {
    background: url(//cdn.myxypt.com/e530a4d6/21/09/8cd0327702faef84b8ee21732f1bbf457f89d5d5.png) no-repeat center center;
}


.p7 .index-title h4 {
    color: #f3f3f3;
    opacity: 0.23;
    letter-spacing: -15px;
    font-size: 133px;
    z-index: 1;
    margin-top: -93px;
}

.p7tab .hd li {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.p7tab .hd li a {
    height: 170px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p7tab .hd li a div.img {
    width: 76px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p7tab .hd li a div.img img {
    max-width: 100%;
}

.p7tab .hd li a h3 {
    font-size: 20px;
    font-weight: normal;
    color: #f3f3f3;
    margin: 16px auto 8px;
}

.p7tab .hd li a span {
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
}

.p7tab .bd {
    margin-top: 94px;
    position: relative;
}

.p7tab .bd li a {}

.p7tab .bd li a .cont {
    width: 653px;
    padding-left: 62px;
}

.p7tab .bd li a .conta {
    display: flex;
    align-items: flex-end;
}

.p7tab .bd li a .conta h3 {
    font-size: 48px;
    font-weight: normal;
    color: #272727;
    text-transform: uppercase;
    line-height: 1;
}

.p7tab .bd li a .conta span {
    font-size: 72px;
    color: #e1bd80;
    line-height: 1;
    transform: translateY(2px);
}

.p7tab .bd li a .contb {
    font-size: 38px;
    color: #262626;
    font-weight: 700;
    margin: 18px 0 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p7tab .bd li a .contc {
    width: 496px;
    height: 76px;
    font-size: 16px;
    line-height: 30px;
    color: #616161;
}

.p7tab .bd li a .contd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 58px;
    margin-top: 49px;
    position: relative;
    z-index: 0;
}

.p7tab .bd li a .contd span {
    display: block;
    width: 154px;
    height: 32px;
    background: #e50012;
    border-radius: 15px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;

    position: relative;
    z-index: 2;
}

.p7tab .bd li a .contd::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.p7tab .bd li a div.img {
    padding-top: 12px;
    position: relative;
}

.p7tab .bd li a div.img img {
    display: block;
    width: 540px;
    height: 353px;
}

.p7tab .bd li a div.img::after {
    content: "hong rui advantage";
    font-size: 48px;
    letter-spacing: 10px;
    color: #000000;
    opacity: 0.08;
    text-transform: uppercase;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: -2px;
    line-height: 1;
}


.p7tab {
    position: relative;
    height: 682px;
    overflow: hidden;
}

.p7tab a.prev {
    width: 77px;
    height: 38px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/eac71f8cb61fb735b0cc379d2c8cb7ed7beb2f50.png) no-repeat center center;
    position: absolute;
    left: 69px;
    bottom: 0;
    cursor: pointer;
}


.p7tab a.next {
    width: 77px;
    height: 38px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/905771f13342fe4132c18bb237eaa58118999579.png) no-repeat center center;
    position: absolute;
    left: 152px;
    bottom: 0;
    cursor: pointer;
}



.p8 {
    padding-top: 73px;
}

.p8 .index-title h4 {
    font-size: 110px;
    margin-top: -84px;
}



#certify {
    position: relative;
    width: 1150px;
    margin: 68px auto 0;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 400px;
    height: 300px;
    background: #fff;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    color: #363942;
    font-size: 18px;
    margin: 0;
    opacity: 1;
    transition: all ease .2s;
}

#certify .swiper-slide-active p {
    opacity: 1;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -80px;
    width: 43px;
    height: 51px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/7b5771e56c90ce906b9e849d57f6d7eed5e62d0d.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    outline: none;
    margin-top: -36px;
}



#certify .swiper-button-next {
    right: -80px;
    width: 43px;
    height: 51px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/8d895d2322afe9a0a08216924fab83cc54495e23.png) no-repeat;
    background-size: 100%;
    outline: none;
    margin-top: -36px;
}



.p9 {
    height: 561px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/5a1601c78b9d74f97c5f8041a1ebeeb9d16ba778.jpg) no-repeat center center;
    margin-top: 22px;
    padding-top: 70px;
}


.p9 .index-title h4 {
    font-size: 125px;
    margin-top: -91px;
    opacity: .26;
}


.p9a {
    align-items: flex-end;
    margin-top: 35px;
}

.p9 .p9a li a {
    width: 180px;
    height: 248px;
    display: block;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/9cbcd5fed50f84d6d6e64378cbad87c6ef920897.png) no-repeat center center;
    padding-top: 30px;
    background-size: cover;
    text-align: center;
    position: relative;
}


.p9 .p9a li a div.img img {
    max-width: 100%;
}

.p9 .p9a li a h3 {
    font-size: 22px;
    color: #333333;
    margin: 26px 0 8px;
}

.p9 .p9a li a p {
    font-size: 14px;
    line-height: 1.57;
    color: #8a8989;
}

.p9 .p9a li a span.more {
    display: block;
    width: 14px;
    height: 12px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/d7a78ee754cff90056a80211f4435d319270655d.png) no-repeat center center;
    margin: 18px auto 0;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
}

.p9 .p9a li:nth-child(1) a {
    padding-top: 28px;
}

.p9 .p9a li:nth-child(2) a {
    height: 262px;
    padding-top: 30px;
}

.p9 .p9a li:nth-child(3) a {
    height: 276px;
    padding-top: 37px;
}

.p9 .p9a li:nth-child(4) a {
    height: 290px;
    padding-top: 44px;
}

.p9 .p9a li:nth-child(5) a {
    height: 302px;
    padding-top: 50px;
}






.p10 {
    padding-top: 73px;
}

.p10 .index-title h4 {
    font-size: 125px;
    margin-top: -91px;
}

.p10cont {
    margin-top: 34px;
}

.p10a {
    width: 760px;
}

.p10a1 {
    height: 60px;
    background: #e8e8e8;
    padding-right: 24px;
}

.p10a1a li a {
    display: block;
    background-color: transparent;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    width: 150px;
    transition: all ease .2s;
    text-align: center;
}

.p10a1a li:hover a {
    background-color: #c8303c;
    color: #fff;
}

.p10a1 a.more {
    font-size: 14px;
    color: #333333;
}

.p10a2 {
    width: 100%;
    height: 190px;
    margin-top: 23px;
    margin-bottom: 18px;
}

.p10a2a img {
    width: 284px;
    height: 191px;
}

.p10a2b {
    width: 433px;

}

.p10a2b li a {
    display: block;
}

.p10a2b li a .title {
    margin-bottom: 23px;
}

.p10a2b li a .title h3 {
    font-size: 17px;
    font-weight: normal;
    color: #4a4949;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p10a2b li a .title span {
    font-size: 14px;
    color: #959494;
}

.p10a2b li a p {
    font-size: 14px;
    line-height: 24px;
    color: #8f8e8e;
}

.p10a2b li a strong.more {
    width: 84px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px #e5e5e5;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #8f8e8e;
    text-align: center;
    margin-top: 25px;
}

.p10a3 li:nth-last-child(-n+4) {
    margin-top: 18px;
}

.p10a3 li a {
    display: block;
    width: 370px;
    height: 131px;
    background-color: #f5f5f5;
    padding: 22px 18px 26px 18px;
    transition: all ease .3s;
}

.p10a3 li a .title {
    margin-bottom: 16px;
}

.p10a3 li a h3 {
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #4a4949;
    font-weight: 400;
}

.p10a3 li a span {
    font-size: 14px;
    color: #4a4949;
    opacity: 0.49;
}


.p10a3 p {
    font-size: 13px;
    line-height: 24px;
    ;
    color: #a09f9f;
}



.p10a3 li:hover a {
    background: #c8303c;
}

.p10a3 li:hover a .title h3 {
    color: #fff;
}

.p10a3 li:hover a .title span {
    color: #fff;
}

.p10a3 li:hover a p {
    color: #fff;
}



.p10b{
    width: 403px;
    background: #f5f5f5;
}
.p10b1{
    height: 60px;
    background: #e8e8e8;
}
.p10b1 h3 {
    width: 132px;
	line-height: 60px;
	background-color: transparent;
    font-size: 20px;
	color: #333333;
    transition: all ease .3s;
    text-align: center;
    font-weight: 400;
}
.p10b1  a.more {
    font-size: 14px;
	color: #333333;
    text-transform: uppercase;
    margin-right: 18px;
}

.p10ba{
    width: 346px;
    margin: 35px auto 0;
}

.p10ba li a {
    display: block;
    margin-bottom: 27px;
}
.p10ba li a h3 {
    font-size: 16px;
	font-weight: normal;
	color: #333333;
    margin-bottom: 13px;
    padding-left: 48px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
}

.p10ba li a h3::before {
    content: "问";
    width: 32px;
	height: 32px;
	background-color: #cccccc;
	border-radius: 5px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}



.p10ba li a p {
    font-size: 13px;
	line-height: 24px;
	color: #8a8a8a;
    position: relative;
    padding-left: 46px;

}


.p10ba li a p::after {
    content: "答";
    width: 32px;
	height: 32px;
	background-color: #c8303c;
	border-radius: 5px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff; 

}

.p10ba li:last-child a {
    margin-bottom: 0;
}




.p11{
    background-color: #292929;
    padding-top: 45px;
}
.p11cont{
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 25px;
}


.p11a{
    width: 361px;
    height: 173px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.p11a img {
    max-width: 100%;
    margin-bottom: 28px;
}
.p11a  P{
    font-size: 14px;
	line-height: 30px;
	color: #b5b4b4;
}

.p11b{
    width: 292px;
    height: 173px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    padding-left: 68px;
}

.p11b  > h3 {
    font-size: 18px;
	font-weight: normal;
	color: #d5d5d5;
    margin-bottom: 16px;
}
.p11b1 p{
    width: 100px;
}
.p11b1 p a {
    display: block;
    font-size: 14px;
	line-height: 30px;
	color: #b5b4b4;
}


.p11c{
    width: 474px;
}
.p11c .p11c1 {
    margin-top: 6px;
}
.p11c .p11c1 h3 {
    font-size: 18px;
	line-height: 24px;
	color: #d5d5d5;
    font-weight: 400;
    margin-bottom: 14px;
}

.p11c .p11c1 span {
    font-size: 15px;
	line-height: 24px;
	color: #b5b4b4;
    display: block;
}
.p11c .p11c1 p {
    font-size: 34px;
	font-weight: 700;
	color: #ffffff;
}

.p11c1 a {
    width: 130px;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
    padding-left: 20px;
    background: url(//cdn.myxypt.com/e530a4d6/21/09/54000b5bc80af64385a716e7f57b6fc200fa95ff.png) no-repeat center center;
    margin-right: 10px;
}

.p11c2 img {
    width: 120px;
	height: 120px;
}

.copyright{
    margin-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    font-size: 13px;
	line-height: 24px;
	color: #898989;
    text-align: center;
    padding: 26px 0 36px;
}
.copyright a {
    color: #898989;

}













/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 73px auto 15px;
}

.f_link a {
    color: #666;
}

/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}



/* 新闻列表 */
.mynews li a {
    display: flex;
    padding: 18px 16px;
    background: #f7f7f7;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.mynews li a div.img {
    width: 200px;
    /* height: 230px;
    overflow: hidden; */
    overflow: hidden;
}

.mynews li a div.img img {
    width: 200px;
    transition: all ease .3s;
    height: 150px

}

.mynews li a .cont {
    width: 570px;
    margin-right: 20px;
}

.mynews li a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #000000;
    margin-bottom: 30px;
}

.mynews li a .cont .info {
    font-size: 14px;
    line-height: 28px;
    /*letter-spacing: 1px;*/
    color: #777777;
}

.mynews li a .cont .mes {
    font-size: 12px;
    line-height: 28px;
    /*letter-spacing: 1px;*/
    color: #777777;
    margin-top: 35px;
    display: flex;
    justify-content: flex-end;
}

.mynews li a .cont .mes span {
    margin-right: 5px;
}

.mynews li:hover a div.img img {
    transform: scale(1.1);
}