/*初始化样式*/
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;
}

.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: -952px;
}

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



/*头部样式*/

.top2 {
    height: 114px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    transition: all ease .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo {
    line-height: 90px;
}
.top2  > .wh {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.top2 .k2 {
    width: 185px;
    border-radius: 26px;
    padding: 8px 16px;
    text-align: right;
    margin-top: 8px;
}

.top2 .k2 .k2a h3 {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.top2 .k2 .k2a span {
    font-size: 12px;
    color: #ffffff;
}

.top2 .k2>p {
    font-family: "Impact";
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1;
}
.top2 .logo img.img2 {
    display: none;
}
.top2.scroll {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
}
.top2.scroll .x-menu>li>a {
    color: #000;
}

.so img.img2 {
    display: none;
}
.top2.scroll img.img1 {
    display: none;
}
.top2.scroll img.img2 {
    display: inline-block;
}

.top2.scroll .k2 .k2a h3{
    color: #0a8bff;
}

.top2.scroll .k2>p{
    color: #0a8bff;
}

/* 导航样式 */


.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 611px;
    padding-top: 27px;
}

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

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 63px;
    height: 63px;
    text-align: center;
}



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

.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-color: #0a8bff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 63px;
    background-color: #0a8bff;
    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: #ffffff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    /* background: #019350; */
    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;
}


.x-menu>li.lastli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: initial;
    width: 16px;
}



.p1 {
    height: 96px;
    background-color: #115795;
    line-height: 96px;
}

.p1 .p1a>h3 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #ffffff;
}

.p1 .p1a p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
}




.p2 {
    padding-top: 74px;
}

.p2-title {
    text-align: center;
    margin-bottom: 55px;
}

.p2-title h3 {
    font-size: 35px;
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.p2-title p {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}




.p2-img {
    position: relative;
    width: 1920px;
    height: 801px;
}


.p2-img li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .2s;
}

.p2-img li.active {
    position: static;
    opacity: 1;
    z-index: 9;
}

.p2-tab ul {
    width: 1064px;
    height: 156px;
    background-color: #115795;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 13px 33px 10px;
}


.p2-tab ul li {
    flex: 1;
}

.p2-tab ul li+li {
    margin-left: 11px;
}

.p2-tab ul li a {
    display: block;
    position: relative;
}

.p2-tab ul li a img {
    width: 100%;
    height: 133px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}


.p2-tab ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    white-space: nowrap;
}

.p2-tab ul li.active a img {
    opacity: 0;
}




.p3 {
    background: url(../images/4dc64924f7e2ccc191f1edac49956dc1ab8cad5e.jpg) no-repeat center center;
    padding: 74px 0 55px;
    background-size: cover;
}

.p3 .p3a {
    width: 400px;
    float: left;
}

.p3 .p3a .p3a1 {
    width: 100%;
}

.p3 .p3a .p3a1 a {
    display: block;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.p3 .p3a .p3a1 a img {
    width: 400px;
    height: 394px;
    transition: all ease .3s;
}

.p3 .p3a .p3a1 a::after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 6px transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.p3 .p3a .p3a1:hover a img {
    transform: scale(1.1);
}

.p3 .p3a .p3a1:hover a::after {
    border: solid 6px #115795;
}



.p3-scroll {
    position: relative;
}

.p3-scroll .hd a.next {
    width: 21px;
    height: 42px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/0ddf761f626072978e3f20f51a9f48dc0252da23.png) no-repeat center center;
    position: absolute;
    right: -79px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}


.p3-scroll .hd a.prev {
    width: 21px;
    height: 42px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/6ff5bff46e27b38bd06688e51b4a5b08084d7081.png) no-repeat center center;
    position: absolute;
    left: -79px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}




.p4 {
    background: url(../images/8c3ca0688399b603816eb51f9a416ec1ea6295d0.jpg) no-repeat center center;
    background-size: cover;
    padding: 118px 0 116px;
}

.p4-title {
    text-align: center;
}


.p4-title h3 {
    font-size: 35px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 12px;
}

.p4-title a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .8);
}

.p4a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 68px;
    line-height: 68px;
    margin: 42px auto 80px;
}

.p4a1 {
    width: 21px;
    height: 21px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/2ff55be4e050981aca59af9514a04022ecc14af5.png) no-repeat center center;
}


.p4a-sort {
    width: 1048px;
}

.p4a-sort li {
    flex: 1;
    text-align: center;
}

.p4a-sort li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #1d1d1d;
    position: relative;
}

.p4a-sort li a::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #0a8bff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all ease .2s;
}

.p4a-sort li:hover a::after {
    opacity: 1;
}

.p4a a.more {
    font-size: 18px;
    letter-spacing: 2px;
    color: #1d1d1d;
    opacity: 0.8;
}


.p4-scroll {
    height: 440px;
    width: 1760px;
    margin: 0 auto;
    overflow: hidden;
}

.p4-scroll li {
    width: 362px;
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
}

.p4-scroll li a {
    width: 276px;
    height: 337px;
}

.p4-scroll li a div.img img {
    display: block;
    width: 100%;
    height: 277px;
    transition: all ease .2s;
    border-top: 6px solid transparent;
}

.p4-scroll li a .cont {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #eeeeee;
    transition: all ease .2s;
    background: #fff;
}

.p4-scroll li a .cont h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #1d1d1d;
    transition: all ease .2s;
    margin-bottom: 5px;
}

.p4-scroll li a .cont p {
    font-size: 10px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
    transition: all ease .2s;
}

.p4-scroll li:hover a {
    width: 100%;
    height: 100%;
}

.p4-scroll li:hover a div.img img {
    height: 363px;
    border-top: 6px solid #3a3a3a;
}

.p4-scroll li:hover a .cont {
    height: 80px;
}

.p4-scroll li:hover a .cont h3 {
    font-size: 21px;
    font-weight: normal;
    color: #1d1d1d;
}

.p4-scroll li:hover a .cont p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
}






.p5 {
    background: url(../images/f11efeee5f72cefd3f8032d27bee3bf11df601e3.jpg) no-repeat center center;
    background-size: cover;
    padding: 180px 0 148px;
}

.p5cont {
    width: 624px;
    color: #ffffff;
}

.p5a h3 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 14px;
}

.p5a h4 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}

.p5b {
    font-size: 14px;
    line-height: 2;
    margin-top: 70px;
}

.p5b P:nth-of-type(1) {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #78919f;
}


.p5 a.more {
    width: 115px;
    line-height: 38px;
    background-color: #3a3a3a;
    border-radius: 19px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 94px;
    display: block;
    transition: all ease .3s;
}

.p5 a.more:hover {
    background: #0a8bff;
}





.p6 {
    background: url(../images/76fa489449bb1061189f36faba98a1196151be3c.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0 108px;
}

.p6a {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.p6a li {
    display: inline-block;
    width: 160px;
    margin-right: 35px;
}

.p6a li a {
    line-height: 100px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #272727;
    border-bottom: 4px solid transparent;
    transition: all ease .3s;
}

.p6a li:hover a {
    border-bottom: 4px solid #0a8bff;
}

.p6a li.cur a {
    border-bottom: 4px solid #0a8bff;
}





.p6b .p6b1 a div.cont {
    width: 720px;
}

.p6b .p6b1 a div.cont span.time {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    line-height: 38px;
}

.p6b .p6b1 a div.cont h3 {
    font-size: 21px;
    font-weight: normal;
    color: #333333;
    margin: 42px 0 8px;
    transition: all ease .3s;
}

.p6b .p6b1 a div.cont p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.p6b .p6b1 a div.cont u {
    width: 120px;
    line-height: 36px;
    background-color: #3a3a3a;
    border-radius: 18px;
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding-left: 17px;
    position: relative;
    text-decoration: initial;
    margin-top: 22px;
    transition: all ease .3s;
}

.p6b .p6b1 a div.cont u::after {
    content: "";
    width: 16px;
    height: 4px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/ed29736b03a44fc11d3c4fe4d6c919ee6062cdd6.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.p6b .p6b1 a:hover div.cont h3 {
    color: #0a8bff;
}

.p6b .p6b1 a:hover div.cont u {
    background-color: #0a8bff;
}

.p6b .p6b1 a div.img img {
    width: 408px;
    height: 234px;
}


.p6b2 {
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    line-height: 28px;
    margin-top: 58px;
}

.p6b2 li {
    flex: 1;
}

.p6b2 li:nth-of-type(1) {
    border-right: 2px solid #f3f3f3;
    width: 587px;
}

.p6b2 li:nth-of-type(1) h3 {
    padding-left: 15px;
}

.p6b2 li a {
    width: 100%;
}

.p6b2 li a h3 {
    width: 465px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all ease .3s;
}

.p6b2 li a h3::before {
    content: "";
    width: 6px;
    height: 7px;
    background-color: #019ef7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p6b2 li:nth-of-type(2) {
    padding-left: 95px;
}

.p6b2 li:nth-of-type(2) h3 {
    padding-left: 15px;
    width: 458px;
}

.p6b2 li a span.time {
    flex: 1;
    font-size: 16px;
    color: #999999;
}

.p6b2 li:hover a h3 {
    color: #0a8bff;
}



.p7 {
    background: url(../images/a0bf34db9793ee60cc79e1960129aa94d4bb78d9.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0 30px;

}
.p7a1 {
    width: 688px;
}
.p7a1 > li {
    flex: 1;
}
.p7a1 > li > a {
    font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.p7a1 > li > .p7a1a{
    margin-top: 10px;
}
.p7a1 > li > .p7a1a  li a {
    font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, .8);
}
.p7a1 > li > .p7a1a  li a{
    transition: all ease .3s;
    display: block;
}
.p7a1 > li > .p7a1a  li a:hover {
    transform: translateX(10px);
}


.p7a2{
    width: 344px;
    min-height: 184px;
    border-left: 1px solid #484a4e;
    border-right: 1px solid #484a4e;
    padding: 0 10px 0 55px;
}
.p7a2 > h3 {
    font-size: 18px;
	font-weight: normal;
	color: #ffffff;
    margin-bottom: 20px;
}

.p7a2 > p {
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}


.p7a3 .img img {
    width: 110px;
	height: 110px;
}
.p7a3  p {
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
    margin-top: 12px;
}


.p7b{
    font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .4);
    margin-top: 50px;
    padding-bottom: 28px;
}
.p7b a {
    color: rgba(255, 255, 255, .4);
}






/*内页左侧样式*/


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


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



/* å†…é¡µ */
#container1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.lefts {
    width: 1200px;
    position: relative;
    height: 60px;
}

.lefts .box {
    position: absolute;
    left: 0;
    top: -30px;
}

.enet {
    position: absolute;
    right: 0px;
    top: 40px;
    color: #666;
    font-size: 12px;
}

.enet a {
    color: #666;
}

.sort li {
    position: relative;
    z-index: 999;
    float: left;
    width: 148px;
}

.sort li a {
    background: #0a8bff;
    color: #fff;
    display: block;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    margin-right: 1px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: #f08519;
    }

.sort .on a {
    color: #fff;
    text-decoration: none;
    background: #f08519;
    }

/*初始化样式*/
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;
}

.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: -952px;
}

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



/*头部样式*/

.top2 {
    height: 114px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    transition: all ease .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo {
    line-height: 52px;
}

.top2 .k2 {
    width: 185px;
    border-radius: 26px;
    padding: 6px 16px;
}

.top2 .k2 .k2a h3 {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.top2 .k2 .k2a span {
    font-size: 12px;
    color: #ffffff;
}

.top2 .k2>p {
    font-family: "Impact";
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1;
}

.top2.scroll {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.top2.scroll .x-menu>li>a {
    color: #000;
}

.so img.img2 {
    display: none;
}
.top2.scroll img.img1 {
    display: none;
}
.top2.scroll img.img2 {
    display: inline-block;
}


/* 导航样式 */


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

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

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 52px;
    height: 52px;
    text-align: center;
}



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

.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-color: #0a8bff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 52px;
    background-color: #0a8bff;
    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: #ffffff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    /* background: #019350; */
    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;
}


.x-menu>li.lastli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: initial;
    width: 16px;
}



.p1 {
    height: 96px;
    background-color: #0a8bff;
    line-height: 96px;
}

.p1 .p1a>h3 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #ffffff;
}

.p1 .p1a p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
}




.p2 {
    padding-top: 74px;
}

.p2-title {
    text-align: center;
    margin-bottom: 55px;
}

.p2-title h3 {
    font-size: 35px;
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.p2-title p {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}




.p2-img {
    position: relative;
    width: 1920px;
    height: 801px;
}


.p2-img li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease .2s;
}

.p2-img li.active {
    position: static;
    opacity: 1;
    z-index: 9;
}

.p2-tab ul {
    width: 1064px;
    height: 156px;
    background-color: #0a8bff;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 13px 33px 10px;
}


.p2-tab ul li {
    flex: 1;
}

.p2-tab ul li+li {
    margin-left: 11px;
}

.p2-tab ul li a {
    display: block;
    position: relative;
}

.p2-tab ul li a img {
    width: 100%;
    height: 133px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}


.p2-tab ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    white-space: nowrap;
}

.p2-tab ul li.active a img {
    opacity: 0;
}




.p3 {
    background: url(../images/4dc64924f7e2ccc191f1edac49956dc1ab8cad5e.jpg) no-repeat center center;
    padding: 74px 0 55px;
    background-size: cover;
}

.p3 .p3a {
    width: 400px;
    float: left;
}

.p3 .p3a .p3a1 {
    width: 100%;
}

.p3 .p3a .p3a1 a {
    display: block;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.p3 .p3a .p3a1 a img {
    width: 100%;
    height: 100%;
    transition: all ease .3s;
}

.p3 .p3a .p3a1 a::after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 6px transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.p3 .p3a .p3a1:hover a img {
    transform: scale(1.1);
}

.p3 .p3a .p3a1:hover a::after {
    border: solid 6px #0a8bff;
}



.p3-scroll {
    position: relative;
}

.p3-scroll .hd a.next {
    width: 21px;
    height: 42px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/79587231058c7f9e0e613e8da8d82fc2cc0a7561.png) no-repeat center center;
    position: absolute;
    right: -79px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}


.p3-scroll .hd a.prev {
    width: 21px;
    height: 42px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/eff83647204a627e45b2eddc25376ee1625869eb.png) no-repeat center center;
    position: absolute;
    left: -79px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}




.p4 {
    background: url(../images/8c3ca0688399b603816eb51f9a416ec1ea6295d0.jpg) no-repeat center center;
    background-size: cover;
    padding: 118px 0 116px;
}

.p4-title {
    text-align: center;
}


.p4-title h3 {
    font-size: 35px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 12px;
}

.p4-title a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .8);
}

.p4a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 68px;
    line-height: 68px;
    margin: 42px auto 80px;
}

.p4a1 {
    width: 21px;
    height: 21px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/2ff55be4e050981aca59af9514a04022ecc14af5.png) no-repeat center center;
}


.p4a-sort {
    width: 1048px;
}

.p4a-sort li {
    flex: 1;
    text-align: center;
}

.p4a-sort li a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #1d1d1d;
    position: relative;
}

.p4a-sort li a::after {
    content: '';
    width: 100%;
    height: 5px;
    background: #0a8bff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all ease .2s;
}

.p4a-sort li:hover a::after {
    opacity: 1;
}

.p4a a.more {
    font-size: 18px;
    letter-spacing: 2px;
    color: #1d1d1d;
    opacity: 0.8;
}


.p4-scroll {
    height: 440px;
    width: 1760px;
    margin: 0 auto;
    overflow: hidden;
}

.p4-scroll li {
    width: 362px;
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
}

.p4-scroll li a {
    width: 276px;
    height: 337px;
}

.p4-scroll li a div.img img {
    display: block;
    width: 100%;
    height: 277px;
    transition: all ease .2s;
    border-top: 6px solid transparent;
}

.p4-scroll li a .cont {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #eeeeee;
    transition: all ease .2s;
    background: #fff;
}

.p4-scroll li a .cont h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #1d1d1d;
    transition: all ease .2s;
    margin-bottom: 5px;
}

.p4-scroll li a .cont p {
    font-size: 10px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
    transition: all ease .2s;
}

.p4-scroll li:hover a {
    width: 100%;
    height: 100%;
}

.p4-scroll li:hover a div.img img {
    height: 363px;
    border-top: 6px solid #3a3a3a;
}

.p4-scroll li:hover a .cont {
    height: 80px;
}

.p4-scroll li:hover a .cont h3 {
    font-size: 21px;
    font-weight: normal;
    color: #1d1d1d;
}

.p4-scroll li:hover a .cont p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
}






.p5 {
    background: url(../images/f11efeee5f72cefd3f8032d27bee3bf11df601e3.jpg) no-repeat center center;
    background-size: cover;
    padding: 180px 0 148px;
}

.p5cont {
    width: 624px;
    color: #ffffff;
}

.p5a h3 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 14px;
}

.p5a h4 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}

.p5b {
    font-size: 14px;
    line-height: 2;
    margin-top: 70px;
}

.p5b P:nth-of-type(1) {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #78919f;
}


.p5 a.more {
    width: 115px;
    line-height: 38px;
    background-color: #3a3a3a;
    border-radius: 19px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 94px;
    display: block;
    transition: all ease .3s;
}

.p5 a.more:hover {
    background: #0a8bff;
}





.p6 {
    background: url(../images/76fa489449bb1061189f36faba98a1196151be3c.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0 108px;
}

.p6a {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.p6a li {
    display: inline-block;
    width: 160px;
    margin-right: 35px;
}

.p6a li a {
    line-height: 100px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #272727;
    border-bottom: 4px solid transparent;
    transition: all ease .3s;
}

.p6a li:hover a {
    border-bottom: 4px solid #0a8bff;
}

.p6a li.cur a {
    border-bottom: 4px solid #0a8bff;
}





.p6b .p6b1 a div.cont {
    width: 720px;
}

.p6b .p6b1 a div.cont span.time {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    line-height: 38px;
}

.p6b .p6b1 a div.cont h3 {
    font-size: 21px;
    font-weight: normal;
    color: #333333;
    margin: 42px 0 8px;
    transition: all ease .3s;
}

.p6b .p6b1 a div.cont p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.p6b .p6b1 a div.cont u {
    width: 120px;
    line-height: 36px;
    background-color: #3a3a3a;
    border-radius: 18px;
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding-left: 17px;
    position: relative;
    text-decoration: initial;
    margin-top: 22px;
    transition: all ease .3s;
}

.p6b .p6b1 a div.cont u::after {
    content: "";
    width: 16px;
    height: 4px;
    background: url(//cdn.myxypt.com/92630b0f/21/11/ed29736b03a44fc11d3c4fe4d6c919ee6062cdd6.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.p6b .p6b1 a:hover div.cont h3 {
    color: #0a8bff;
}

.p6b .p6b1 a:hover div.cont u {
    background-color: #0a8bff;
}

.p6b .p6b1 a div.img img {
    width: 408px;
    height: 234px;
}


.p6b2 {
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    line-height: 28px;
    margin-top: 58px;
}

.p6b2 li {
    flex: 1;
}

.p6b2 li:nth-of-type(1) {
    border-right: 2px solid #f3f3f3;
    width: 587px;
}

.p6b2 li:nth-of-type(1) h3 {
    padding-left: 15px;
}

.p6b2 li a {
    width: 100%;
}

.p6b2 li a h3 {
    width: 465px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all ease .3s;
}

.p6b2 li a h3::before {
    content: "";
    width: 6px;
    height: 7px;
    background-color: #019ef7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p6b2 li:nth-of-type(2) {
    padding-left: 95px;
}

.p6b2 li:nth-of-type(2) h3 {
    padding-left: 15px;
    width: 458px;
}

.p6b2 li a span.time {
    flex: 1;
    font-size: 16px;
    color: #999999;
}

.p6b2 li:hover a h3 {
    color: #0a8bff;
}



.p7 {
    background: url(../images/a0bf34db9793ee60cc79e1960129aa94d4bb78d9.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0 30px;

}
.p7a1 {
    width: 688px;
}
.p7a1 > li {
    flex: 1;
}
.p7a1 > li > a {
    font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.p7a1 > li > .p7a1a{
    margin-top: 10px;
}
.p7a1 > li > .p7a1a  li a {
    font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, .8);
}
.p7a1 > li > .p7a1a  li a{
    transition: all ease .3s;
    display: block;
}
.p7a1 > li > .p7a1a  li a:hover {
    transform: translateX(10px);
}


.p7a2{
    width: 344px;
    min-height: 184px;
    border-left: 1px solid #484a4e;
    border-right: 1px solid #484a4e;
    padding: 0 10px 0 55px;
}
.p7a2 > h3 {
    font-size: 18px;
	font-weight: normal;
	color: #ffffff;
    margin-bottom: 20px;
}

.p7a2 > p {
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}


.p7a3 .img img {
    width: 110px;
	height: 110px;
}
.p7a3  p {
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
    margin-top: 12px;
}


.p7b{
    font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .4);
    margin-top: 50px;
    padding-bottom: 28px;
}
.p7b a {
    color: rgba(255, 255, 255, .4);
}






/*内页左侧样式*/


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


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



/* å†…é¡µ */
#container1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.lefts {
    width: 1200px;
    position: relative;
    height: 60px;
}

.lefts .box {
    position: absolute;
    left: 0;
    top: -30px;
}

.enet {
    position: absolute;
    right: 0px;
    top: 40px;
    color: #666;
    font-size: 12px;
}

.enet a {
    color: #666;
}

.sort li {
    position: relative;
    z-index: 999;
    float: left;
    width: 148px;
}

.sort li a {
    background: #0a8bff;
    color: #fff;
    display: block;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    margin-right: 1px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: #f08519;
}

.rights {
    width: 100%;
    padding-bottom: 10px;
}

.rights .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.right {
    margin-bottom: 20px;
}

.case_list {
}

.case_list li {
    float: left;
    margin-left: 0px;
    margin-right: 40px;
    padding-bottom: 15px;
    _display: inline;
}

.case_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.case_list li a.img img { /*width:266px;height:161px;*/
    width: 369px;
    height: 369px;
}

.case_list li h3 {
    text-align: center;
    padding-top: 5px;
    font-size: 24px;
}

.case_list li h3 a {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

.case_list li a.img {
    display: block;
}

.case_list li a.img:hover {
    border-color: #0a8bff;
}

.case_list li:nth-child(3n) {
    margin-right: 0px;
}

.news_list8 {
    border-top: 1px solid #e5e5e5;
}

.news_list8 li {
    line-height: 30px;
    position: relative;
    padding: 32px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list8 li a {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
}

.news_list8 li a:hover {
    text-decoration: none;
    color: #e7781700;
}

.news_list8 li span {
    color: #797979;
    z-index: 0;
    line-height: 22px;
    display: block;
    font-size: 12px;
}

.news_list8 li h3 {
    font-size: 14px;
}

.news_list8 .zxxw_b {
    float: left;
    width: 501px;
    margin-left: 24px;
}

.news_list8 li:hover {
    background: #0a8bff;
}

.news_list8 li:hover a {
    color: #fff !important;
}

.news_list8 li:hover span {
    color: #fff;
}

.product_listt {
}

.product_listt li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    _display: inline;
    position: relative;
}

.product_listt li a.img {
    border: 3px solid #e1e1e1;
}

.product_listt li a.img img {
    width: 244px;
    height: 176px;
}

.product_listt li h3 {
    text-align: center;
    padding-top: 10px;
}

.product_listt li h3 a {
    font-weight: normal;
    color: #595959;
    font-size: 14px;
}

.product_listt li a.img {
    display: block;
}

.product_listt li a.img:hover {
    border-color: #0a8bff;
}

.roll_product {
    float: left;
}

.product_listt li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.product_listt li .bg a {
    display: block;
    width: 78px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-top: 146px;
    margin-left: 0px;
}

.product_listt li .bg a:first-child {
    margin-left: 68px;
}

.product_listt li:hover .bg {
    transform: scale(1);
}

#kehu1 {
    overflow: hidden;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

#jian1 {
    height: 100%;
}

#zheng1 {
}

#xtop1 {
}

/*æ–°é—»é¡µ*/
.right-left {
    width: 863px;
    float: left;
    background: #fff;
    padding: 30px 30px 30px 0;
}

.news_listtt .zxxw_b {
    float: left;
    width: 430px;
    margin-left: 24px;
}

.news_listtt .zxxw_b a {
    line-height: 30px;
    display: block;
    color: #2b2b2b;
    font-size: 18px;
}

.news_listtt .zxxw_b span {
    display: block;
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}

.news_listtt .zxxw_b span.date {
    color: #888888;
    font-size: 14px;
    margin-top: 0;
}

.right-right {
    width: 318px;
    float: right;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.right-right .title {
    background: url(//cdn.myxypt.com/92630b0f/21/11/683c673eada8e82110c8b4ad9479f8df2bff04d3.png) 10px 50% no-repeat;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

.right-right .title a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 12px;
}











;
}

.rights {
    width: 100%;
    padding-bottom: 10px;
}

.rights .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.right {
    margin-bottom: 20px;
}

.case_list {
}

.case_list li {
    float: left;
    margin-left: 0px;
    margin-right: 40px;
    padding-bottom: 15px;
    _display: inline;
}

.case_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.case_list li a.img img { /*width:266px;height:161px;*/
    width: 369px;
    height: 369px;
}

.case_list li h3 {
    text-align: center;
    padding-top: 5px;
    font-size: 24px;
}

.case_list li h3 a {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

.case_list li a.img {
    display: block;
}

.case_list li a.img:hover {
    border-color: #0a8bff;
}

.case_list li:nth-child(3n) {
    margin-right: 0px;
}

.news_list8 {
    border-top: 1px solid #e5e5e5;
}

.news_list8 li {
    line-height: 30px;
    position: relative;
    padding: 32px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list8 li a {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
}

.news_list8 li a:hover {
    text-decoration: none;
    color: #e77817;
}

.news_list8 li span {
    color: #797979;
    z-index: 0;
    line-height: 22px;
    display: block;
    font-size: 12px;
}

.news_list8 li h3 {
    font-size: 14px;
}

.news_list8 .zxxw_b {
    float: left;
    width: 501px;
    margin-left: 24px;
}

.news_list8 li:hover {
    background: #0a8bff;
}

.news_list8 li:hover a {
    color: #fff !important;
}

.news_list8 li:hover span {
    color: #fff;
}

.product_listt {
}

.product_listt li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    _display: inline;
    position: relative;
}

.product_listt li a.img {
    border: 3px solid #e1e1e1;
}

.product_listt li a.img img {
    width: 244px;
    height: 176px;
}

.product_listt li h3 {
    text-align: center;
    padding-top: 10px;
}

.product_listt li h3 a {
    font-weight: normal;
    color: #595959;
    font-size: 14px;
}

.product_listt li a.img {
    display: block;
}

.product_listt li a.img:hover {
    border-color: #0a8bff;
}

.roll_product {
    float: left;
}

.product_listt li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.product_listt li .bg a {
    display: block;
    width: 78px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-top: 146px;
    margin-left: 0px;
}

.product_listt li .bg a:first-child {
    margin-left: 68px;
}

.product_listt li:hover .bg {
    transform: scale(1);
}

#kehu1 {
    overflow: hidden;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

#jian1 {
    height: 100%;
}

#zheng1 {
}

#xtop1 {
}

/*æ–°é—»é¡µ*/
.right-left {
    width: 863px;
    float: left;
    background: #fff;
    padding: 30px 30px 30px 0;
}

.news_listtt .zxxw_b {
    float: left;
    width: 430px;
    margin-left: 24px;
}

.news_listtt .zxxw_b a {
    line-height: 30px;
    display: block;
    color: #2b2b2b;
    font-size: 18px;
}

.news_listtt .zxxw_b span {
    display: block;
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}

.news_listtt .zxxw_b span.date {
    color: #888888;
    font-size: 14px;
    margin-top: 0;
}

.right-right {
    width: 318px;
    float: right;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.right-right .title {
    background: url(//cdn.myxypt.com/92630b0f/21/11/683c673eada8e82110c8b4ad9479f8df2bff04d3.png) 10px 50% no-repeat;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

.right-right .title a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 12px;
}




/*------------å†…é¡µ-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    background: url(//cdn.myxypt.com/92630b0f/21/12/464de10de66846b831c3d9a0b2c5ffe5a0814ccc.png) no-repeat center top;
    font-size: 20px;
    color: #ffffff;
}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;margin:0 auto;}
.n_banner img{width:1920px;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:960px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}


.sort1{border: 1px solid #dedede;padding-top:10px;padding-left:5px;padding-right:5px;}
.sort1 li{position:relative;z-index: 9;margin-bottom:10px;}
.sort1 li .layer2{}
.sort1 li .layer2 li{overflow:hidden;margin-bottom: 1px;}
.sort1 li .layer2 li a{background:url(../images/left_li.gif) no-repeat 8px;text-align: left;padding-left: 15px;line-height: 40px;color: #D1A53B;}
.sort1 li .layer2 li a:hover{text-decoration:none;color:#033d93;}
.sort1 li .layer2 li .layer3 li{border-bottom:1px dashed #d5d5d5;margin:6px 0px;}
.sort1 li .layer2 li .layer3 li a{font:normal 12px/37px "å¾®è½¯é›…é»‘";background:none;}
.sort1 li a{background:#ebeceb;color:#565656;display:block;line-height:40px;font-family: "å¾®è½¯é›…é»‘";text-align: left;font-size:14px;padding-left: 34%;}
.sort1 li a:hover{background:#f19e2f;text-decoration: none;color:#fff;}
.sort1 .on a{background:#f19e2f;text-decoration: none;color:#fff;} 




/*新闻列表*/
.news_list1 li{line-height:27px;position:relative;padding-left:10px;}
.news_list1 li a{line-height:27px;color:#666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.news_list1 li a:hover{text-decoration:none;color:#e87518;}
.news_list1 li span{color:#999;z-index:0;line-height:27px;position:absolute;right:0px;top:0px;}
.news_list1 li h3 {font-size:14px;}
.news_list1 li div{line-height:24px;}

/*热门关键词*/
.words1{overflow:hidden;margin-right:-1.3%;padding-top:5px;}
.words1 li{width:46%; float:left;border:1px dashed #d0d0d0;background:#fcfcfc;padding-left:0px;margin-bottom:10px;text-align:center;}
.new1 li{border-bottom:1px solid #dddddd;background:url(//cdn.myxypt.com/92630b0f/21/11/398d7bed592d1c3dea8debacde6e8aaf6bd38ba3.gif) no-repeat 0% 50%;padding-left:13px;}
.right_word{margin-left: 5%;}




.p8 {
    background: #1a1a1a;
    padding-top: 55px;
}
.p8 .p8a {
    width: 283px;
}
.p8 .p8-title > h3 {
    font-size: 28px;
	font-weight: normal;
	color: #fefefe;
}
.p8 .p8-title >  p {
    font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}
.p8 .p8-title{
    margin-bottom: 50px;

}

.p8 .p8a1  li {
    width: 50%;
}
.p8 .p8a1  li a {
    display: block;
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, .6);
    line-height: 34px;
}

.p8b  {
    width: 417px;
    margin-right: auto;
    margin-left: 52px;
}
.p8b  .p8b1 p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, .6);
    line-height: 34px;
    padding-left: 27px;
}
.p8b  .p8b1 p:nth-of-type(1){
    background: url(//cdn.myxypt.com/92630b0f/21/12/38eb34bc8e2a3408e6c9dcbfff6896a252904255.png) no-repeat left center;
}
.p8b  .p8b1 p:nth-of-type(2){
    background: url(//cdn.myxypt.com/92630b0f/21/12/bb9d5eaf8cc4255332e837376f7e6cbd34a2a93a.png) no-repeat left center;
}
.p8b  .p8b1 p:nth-of-type(3){
    background: url(//cdn.myxypt.com/92630b0f/21/12/6f330ae23b214aaaecece21725e0ce0975975fcb.png) no-repeat left center;
}
.p8b  .p8b1 p:nth-of-type(4){
    background: url(//cdn.myxypt.com/92630b0f/21/12/279246b626b258e0b2c5990840e92b51a951d49b.png) no-repeat left center;
}
.p8b  .p8b1 p:nth-of-type(5){
    background: url(//cdn.myxypt.com/92630b0f/21/12/16085f135660c09f2244cf17047b33201c4c1688.png) no-repeat left center;
}


.p8b3 > h3 {
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
    text-align: right;
    padding-top: 38px;
}
.p8b3a {
    margin-top: 60px;
    justify-content: flex-end;
}
.p8b3a  div.img img{
    width: 112px;
	height: 110px;
}
.p8b3a  div.img+div.img{
    margin-left: 28px;
}
.p8b3a  div.img p {
    font-size: 16px;
	line-height: 54px;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, .6);
    text-align: center;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 0 50px;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	color: rgba(255, 255, 255, .3);
}
.copyright a {
	color: rgba(255, 255, 255, .3);
}