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

.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: 100px;
    background: rgba(255, 255, 255, .57);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}



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

.top2 .k2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100px;
}

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

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

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    line-height: 66px;
    height: 66px;
    text-align: center;
    position: relative;
}

.x-menu>li>a::after {
    content: "";
    width: 72px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #e95616;
    bottom: 0;
    opacity: 0;
    transition: all ease .2s;
}

.x-menu>li:hover>a:after {
    opacity: 1;
}

.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: 159px;
    left: 20%;
    top: 66px;
    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;
    line-height: 45px;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.x-sub-menu>li>a::after {
    content: "";
    width: 15px;
    height: 13px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/eb9281a9b45c60d60859ea3a1a44e993b05e006f.png) no-repeat center center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;

}

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

}

.x-sub-menu>li>a:hover::after {
    opacity: 1;
}

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






.p1 {
    background: url(//cdn.myxypt.com/b7b6227e/21/10/1677442e25b80f4bf43b41bf57949ee2ddee1c42.png) no-repeat bottom center;
    padding: 100px 0 72px;
}

.p1a1 {
    width: 552px;
}

.p1a1a {
    position: relative;
    margin-bottom: 42px;
}

.p1a1a::after {
    content: "";
    width: 153px;
    height: 6px;
    background-color: #e95412;
    position: absolute;
    top: -28px;
    left: 0;
}

.p1a1a h3 {
    font-size: 30px;
    font-weight: normal;
    /*letter-spacing: 3px;*/
    color: #e95412;
    margin-top: 6px;
}

.p1a1b {
    font-size: 16px;
    line-height: 36px;
    /*letter-spacing: 1.6px;*/
    color: #555555;
    text-indent: 2em;
}


.p1a2 {
    width: 568px;
    height: 385px;
    position: relative;
    z-index: 0;
}

.p1a2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.p1a2 video {
    width: 100%;
    height: 100%;
}


.p1a2::after {
    content: "";
    width: 439px;
    height: 420px;
    background: #e95412;
    position: absolute;
    right: 0;
    top: -16px;
    z-index: -1;
}

.p1b {
    margin-top: 80px;
}

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

.p1b li:first-child a {
    text-align: left;
}

.p1b li a h3 {
    font-size: 36px;
    font-weight: normal;
    /*letter-spacing: 0.7px;*/
    color: #e95412;
    display: inline-block;
}

.p1b li a span {
    font-size: 18px;
    /*letter-spacing: 0.4px;*/
    color: #f5ac34;
}

.p1b li a p {
    font-size: 16px;
    line-height: 36px;
    /*letter-spacing: 1.6px;*/
    color: #555555;
    margin-top: 11px;
}



.p2 {
    padding: 93px 0 39px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/589d49ea17371e884e36045266487f400238a4d1.jpg) no-repeat center center;
    background-size: cover;
}

.p2a {
    width: 598px;
    align-content: space-between;
}

.p2a .li1 {
    width: 100%;
    margin-bottom: 10px;
}

.p2a .li2,
.p2a .li3 {
    width: 295px;
}


.p2b {
    width: 595px;
    align-content: space-between;
}

.p2b .li3 {
    width: 100%;
}

.p2b .li1,
.p2b .li2 {
    width: 293px;
}


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

.p2 li a div.img {
    overflow: hidden;
}

.p2 li a div.img img {
    display: block;
    width: 100%;
    transition: all ease .3s;
}

.p2 li a h3 {
    line-height: 40px;
    background: rgba(255, 255, 255, .7);
    font-size: 14px;
    /*letter-spacing: 1.6px;*/
    color: #000;
    text-align: center;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


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


.p2 .more a {
    display: block;
    width: 231px;
    line-height: 52px;
    background-color: #e95412;
    border-radius: 10px;
    font-size: 16px;
    /*letter-spacing: 1.6px;*/
    color: #ffffff;
    text-align: center;
    margin: 84px auto 0;
}



.p3 {
    height: 136px;
    background: #f7f7f7;
}

.p3 .wh {
    height: 136px;
}

.p3 .p3a {
    padding-left: 87px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/554e3a17bc2d8605618a35d5843864c5abe3acea.png) no-repeat left center;
}

.p3 .p3a p:nth-of-type(1) {
    font-size: 16px;
    font-weight: normal;
    /*letter-spacing: 1.6px;*/
    color: #000000;
}

.p3 .p3a p:nth-of-type(2) {
    font-size: 33px;
    font-weight: normal;
    /*letter-spacing: 1px;*/
    color: #000000;
    font-family: "arial";
}





/*c2_index*/
.c2_index {
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
}

.c2_aa {
    width: 850px;
    float: left;
}

.c2_aa li img {
    width: 850px;
    height: 440px;
}

.c2_bb {
    width: 350px;
    float: right;
}

.c2_bb li {
    position: relative;
    height: 110px;
    background: #f5ac34;
    padding: 0px 20px 0px 30px;
}

.c2_bb li:nth-child(2n) {
    background: #eda226;
}

.c2_bb li a {
    display: block;
}

.c2_bb li h3 {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 110px;
    font-weight: 400;
}

.c2_bb li img {
    margin-top: 20px;
    float: right;
    display: block;
    width: 71px;
    height: 71px;
    border: 5px solid rgba(255, 255, 255, .41);
    border-radius: 50%;
}


.c2_bb li.on {
    background: #e95412;
    width: 400px;
    z-index: 9999;
    margin-left: -50px;
    position: relative;
    padding-left: 85px;
    padding-right: 55px;
}

.c2_bb li.on img {
    float: left;
}

.c2_bb li.on h3 {
    float: right;
    font-size: 18px;
}

.c2_bb li.on::before {
    position: absolute;
    top: 45px;
    left: 35px;
    content: "";
    background: url(//cdn.myxypt.com/b7b6227e/21/10/28095e569c245a526ae13cb877fb920eb2e65103.png) no-repeat center center;
    width: 12px;
    height: 22px;
}







.p4 .p4title {
    font-size: 30px;
    font-weight: normal;
    /*letter-spacing: 3px;*/
    color: #e95412;
    padding-bottom: 8px;
    margin-bottom: 40px;
    position: relative;
}

.p4 .p4title::after {
    content: "";
    width: 63px;
    height: 3px;
    background: #f5ac34;
    position: absolute;
    bottom: 0;
    left: 0;
}


.p4a1 {
    width: 764px;
}

.p4a1 li a {
    display: block;
    height: 368px;
    position: relative;
}

.p4a1 li a div.img {
    overflow: hidden;
}

.p4a1 li a div.img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .3s;
}


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

.p4a1 li .cont {
    padding: 25px 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.p4a1 li .cont .time {
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #eda226;
    color: #f5ac34;
    width: 116px;
    text-align: center;
}

.p4a1 li .cont .time h3 {
    font-family: "Arial";
    font-size: 38px;
    font-weight: normal;
    /*letter-spacing: 0.8px;*/
}

.p4a1 li .cont .time span {
    font-family: "Arial";
    font-size: 18px;
    /*letter-spacing: 0.4px;*/
}

.p4a1 li .cont .info {
    width: 602px;
    margin-right: 22px;
}

.p4a1 li .cont .info h3 {
    font-size: 18px;
    font-weight: normal;
    /*letter-spacing: 1.1px;*/
    color: #ffffff;
    margin-bottom: 8px;
}

.p4a1 li .cont .info p {
    font-size: 14px;
    line-height: 1.7;
    /*letter-spacing: 0.6px;*/
    color: rgba(255, 255, 255, .79);
}


.p4a2 {
    width: 410px;
    height: 368px;
    position: relative;
}

.p4a2 div.img img {
    width: 100%;
}

.p4a2 .cont {
    position: absolute;
    bottom: 22px;
    left: 24px;
}

.p4a2 .cont p:nth-of-type(1) {
    font-size: 28px;
    /*letter-spacing: 1.7px;*/
    color: #ffffff;
}

.p4a2 .cont p:nth-of-type(2) {
    font-size: 18px;
    /*letter-spacing: 1.7px;*/
    color: #ffffff;
}

.p4b {
    margin-top: 68px;
}

.p4b li {
    width: 377px;
    height: 215px;
    box-shadow: 2px 2px 5px 3px #f3f3f3;
}

.p4b li a {
    display: block;
    padding: 0 22px;
}

.p4b li a div.time {
    display: flex;
    align-items: flex-end;
    margin: 22px 0 36px;
}

.p4b li a div.time h3 {
    font-family: "Arial";
    font-size: 38px;
    /*letter-spacing: 1px;*/
    color: #e95412;
    position: relative;
    margin-right: 24px;
    font-weight: normal;
    line-height: 22px;
}

.p4b li a div.time h4 {
    font-family: "Arial";
    font-size: 18px;
    font-weight: normal;
    color: #e95412;
    line-height: 22px;
    margin-right: 15px;

}

.p4b li a div.time h5 {
    font-size: 16px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #555555;
    line-height: 22px;
}

.p4b li a div.time h3::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #e95412;
    position: absolute;
    right: -12px;
    bottom: 0;
}

.p4b li a .cont h3 {
    font-size: 16px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #333333;
    margin-bottom: 15px;
}

.p4b li a .cont p {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    color: #555555;
}

.p4b li:hover a .cont h3 {
    color: #e95616;
}

.p4b li:hover a .cont  p {
    color: #e95616;
}

.p5 {
    border-top: 10px solid #f5ac34;
    background: #e95412;
    padding-top: 30px;
    margin-top: 64px;
}

.p5a1 {
    width: 276px;
}

.p5a .p5a1a img {
    max-width: 100%;
    margin-bottom: 42px;
}

.p5a .p5a1b {
    position: relative;
    z-index: 0;
}

.p5a .p5a1b::after {
    content: "";
    width: 245px;
    height: 117px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/ddce79b95d00ca57e9da3121e1a233718bf2961b.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.p5a .p5a1b p:nth-of-type(1) {
    font-size: 18px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #ffffff;
    padding-left: 13px;
}

.p5a .p5a1b p:nth-of-type(2) {
    font-size: 34px;
    font-weight: normal;
    /*letter-spacing: 3px;*/
    color: #ffffff;
    margin: 8px 0 14px;
    line-height: 1;
    padding-left: 10px;
    font-family: "arial";
}

.p5a .p5a1b p:nth-of-type(3) {
    font-size: 16px;
    /*letter-spacing: 2px;*/
    color: #ffffff;
    padding-left: 10px;
}


.p5a2 {
    width: 924px;
    color: #ffffff;
}

.p5a2 dl dt {
    font-size: 18px;
    /*letter-spacing: 2px;*/
    padding-top: 18px;
    margin-bottom: 15px;
}

.p5a2 dd a {
    display: block;
    font-size: 13px;
    line-height: 34px;
    /*letter-spacing: 1px;*/
    color: rgba(255, 255, 255, .64);
}
.p5a2 dd a:hover {
    color: #fff;
}

.p5a2 dl:nth-of-type(1) {
    width: 212px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/80b614e2da334c105ab3457e42b7c996d62e2988.png) no-repeat left top, url(//cdn.myxypt.com/b7b6227e/21/10/80b614e2da334c105ab3457e42b7c996d62e2988.png) no-repeat right top;
    padding-left: 56px;
}

.p5a2 dl:nth-of-type(2) {
    width: 348px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/80b614e2da334c105ab3457e42b7c996d62e2988.png) no-repeat right top;

}

.p5a2 dl:nth-of-type(2) dt {
    padding-left: 96px;
}

.p5a2 dl:nth-of-type(2) .pro {
    width: 254px;
    margin-left: 55px;
}

.p5a2 dl:nth-of-type(2) .pro dd {
    width: 50%;
    text-align: left;
}

.p5a2 dl:nth-of-type(3) {
    width: 216px;
    min-height: 207px;
    text-align: center;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/80b614e2da334c105ab3457e42b7c996d62e2988.png) no-repeat right top;

}


.copyright {
    border-top: 1px solid rgba(255, 255, 255, .38);
    padding: 25px 0;
    font-size: 14px;
    line-height: 1.7;
    /*letter-spacing: 1px;*/
    color: rgba(255, 255, 255, .8);
    text-align: center;
    margin-top: 28px;
}

.copyright a {
    color: rgba(255, 255, 255, .8);
}



/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}

.np1 {
    padding: 18px 0;
    background: #e95412;
}

.np1 .xypg-left-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.np1 .xypg-left-nav>li {
    border: none;
    margin-right: 32px;
    text-align: center;
}

.np1 .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.np1 .xypg-left-nav>li>a {
    padding: 0;
    font-size: 16px;
    /*letter-spacing: 2px;*/
    color: #ffffff;
    line-height: 52px;
    border-bottom: 3px solid transparent;
}
.np1   .xypg-left-nav>li:hover >a {
    border-bottom: 3px solid #f5ac34;
}
.np1  .xypg-left-nav>li.clicked>a {
    border-bottom: 3px solid #f5ac34;
}

.np1a {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    color: rgba(255, 255, 255, .7);
}

.np1a a {
    color: rgba(255, 255, 255, .7);
}

.xypg-left-nav .xypg-left-subnav {
    width: 150px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all ease .3s;
}
.np1 .xypg-left-nav>li:hover .xypg-left-subnav  {
    opacity: 1;
    z-index: 9;
}


















/* 关于我们专题页 */
.myabout1 .myabout1a {
    width: 616px;
}

.myabout1 .myabout1a>h3 {
    font-size: 30px;
    font-weight: normal;
    /*letter-spacing: 3px;*/
    color: #e95412;
    margin-bottom: 40px;
    margin-top: 10px;
}

.myabout1 .myabout1a>p {
    font-size: 16px;
    line-height: 40px;
    /*letter-spacing: 2px;*/
    color: #555555;
    text-indent: 2em;
}

.myabout1b {
    width: 545px;
    height: 389px;
    position: relative;
    padding-top: 50px;
    z-index: 0;
}

.myabout1b video {
    width: 100%;
    height: 100%;
}

.myabout1b img {
    width: 100%;
    height: 100%;
}

.myabout1b::after {
    content: '';
    width: 768px;
    height: 508px;
    background: #ebebeb;
    position: absolute;
    right: -360px;
    top: 0;
    z-index: -1;
}

.myabout2 {
    font-size: 16px;
    line-height: 40px;
    /*letter-spacing: 2px;*/
    color: #555555;
    text-indent: 2em;
    margin-top: 15px;
    margin-top: 133px;
}

.myabout2 p {
    margin-bottom: 30px;
}
.myabout2 p:nth-of-type(1) {
    /* width: 616px; */
}

/* 专题页联系我们 */
.mycontact1 {
    text-align: center;
    width: 992px;
    margin: 0 auto;
}

.mycontact1>h3 {
    font-size: 24px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #000000;
    margin-bottom: 32px;
}

.mycontact1>p {
    font-size: 18px;
    line-height: 28px;
    /*letter-spacing: 2px;*/
    color: #777777;
}

.mycontact2 {
    margin: 90px 0 75px;
}

.mycontact2 li {
    text-align: center;
}

.mycontact2 li div.img {
    width: 101px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

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

.mycontact2 li h3 {
    font-size: 18px;
    font-weight: normal;
    /*letter-spacing: 2px;*/
    color: #e95412;
    margin: 36px auto 22px;
}

.mycontact2 li p {
    font-size: 14px;
    line-height: 35px;
    /*letter-spacing: 1px;*/
    color: #555555;
}

/* 产品列表 */
.np1 .prosort .xypg-left-nav>li>a {
    font-size: 16px;
}

.np1 .prosort .xypg-left-nav>li>a {
    position: relative;
}

/* .np1 .prosort .xypg-left-nav>li>a::after {
    content: "";
    width: 71px;
    height: 3px;
    background-color: #f5ac34;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.np1 .xypg-left-nav>li.clicked>a::after {
    display: block;
} */
.np1 .prosort  .xypg-left-nav>li:hover >a {
    border-bottom: 3px solid #f5ac34;
}
.np1 .prosort  .xypg-left-nav>li.clicked>a {
    border-bottom: 3px solid #f5ac34;
}

/* 产品列表 */
.myproduct {
    margin-top: 33px;
}

.myproduct li {
    float: left;
    width: 283px;
    border: 1px solid #f3f3f3;
    margin-right: 20px;
 /*   margin-bottom: 104px;*/
    position: relative;
    transition: all ease .2s;
    margin-top: 10px;
    margin-bottom: 10px
}

.myproduct li::before {
    content: "";
    width: 77px;
    height: 34px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/1c8ee9cc84aae73cda392ce1794f518012c3c989.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 13px;
    display: none;
}

.myproduct li::after {
    content: "";
    width: 74px;
    height: 73px;
    background: url(//cdn.myxypt.com/b7b6227e/21/10/764fc1188b7d42770058d6fce7915e4559be5a1b.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease .3s;
}

.myproduct li a {
    display: block;
}

.myproduct li:nth-child(4n) {
    margin-right: 0;
}

.myproduct li div.img {
    width: 100%;
    height: 213px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.myproduct li h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    /*letter-spacing: 1px;*/
    color: #555555;
    text-align: center;
    transition: all ease .3s;
}

.myproduct li:hover::after {
    opacity: 1;
}

.myproduct li:hover {
    border: 1px solid #f2f2f2;
}

.myproduct li h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e95412;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .2s;
}

.myproduct li:hover h3::after {
    opacity: 1;
}

.myproduct li:nth-last-child(-n+4) {
   /* margin-bottom: 56px;*/
}


/* 新闻列表 */
.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: 344px;
    /* height: 230px;
    overflow: hidden; */
    overflow: hidden;
}

.mynews li a div.img img {
    width: 100%;
    transition: all ease .3s;

}

.mynews li a .cont {
    width: 768px;
    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;
}

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

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