@charset "UTF-8";

/*header start*/

.header {
    background-color: #F4B1C3;
    color: #FFF;
}

.header a {
    color: #FFF;
}

.header .m-width-1560 {
    position: relative;
    box-sizing: border-box;
    padding-left: 350px;
    z-index: 2;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 60px 0 100px;
    width: 350px;
    background-color: #95DAE1;
    border-radius: 0 0 10px 10px;
}

.logo .wap-logo {
    display: none;
}

.pc-nav {
    text-transform: uppercase;
}

.pc-nav li {
    font-size: 24px;
    float: right;
    margin: 0 30px;
    padding: 22px 0;
    position: relative;
}

.pc-nav li:nth-of-type(1) {
    margin-right: 0;
}

.pc-nav li:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    height: 9px;
    background-color: transparent;
    transform: translateX(-50%);
    bottom: 0;
}

.pc-nav li.cur:after,
.pc-nav li:hover:after {
    width: 70px;
    background-color: #FF7493;
}

.pc-nav li .erji {
    position: absolute;
    width: 360px;
    z-index: 2;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    top: 105%;
    background-color: #f4b1c3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.pc-nav li .erji.wauto {
    width: auto;
}

.pc-nav li .erji.wauto dd {
    white-space: nowrap;
}

.pc-nav li .erji dd {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 8px;
}

.pc-nav li .erji dd:nth-last-of-type(1) {
    margin-bottom: 0;
}

.pc-nav li .erji dd a {
    transition: all 0.3s;
    display: inline-block;
}

.pc-nav li .erji dd a:hover {
    text-decoration: underline;
    padding-left: 5px;
}

.pc-nav li:hover .erji {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.h-lx {
    font-size: 18px;
    float: right;
}

.h-lx dd {
    float: left;
    height: 34px;
    line-height: 34px;
    padding-right: 35px;
    background-size: auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.h-lx dd.mail {
    background-image: url("../images/h-mail.png");
    padding-left: 47px;
}

.h-lx dd.what {
    background-image: url("../images/h-what.png");
    padding-left: 43px;
}

.h-lx .iconfont {
    font-weight: normal;
    font-size: 28px;
}

.h-lx a:hover {
    text-decoration: underline;
}

.shareto {
    float: right;
}

.shareto .h {
    display: none;
}

.shareto a {
    padding-left: 7px;
    display: inline-block;
}

.shareto a:hover img {
    display: none;
}

.shareto a:hover .h {
    display: inline-block;
}

.head-top {
    padding: 22px 0;
}


/*header end*/

.index-bg {
    position: relative;
    padding-top: 157px;
}

.index-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2051px;
    background: linear-gradient(180deg, #F3AEC1 0%, #FFFFFF 100%);
    z-index: 1;
}

.index-bg .main-box {
    position: relative;
    z-index: 2;
}


/*footer start*/

.footer {
    margin-top: 230px;
    background-color: #F4B1C3;
}

.f-lx-list {
    margin-top: -75px;
    padding: 0 120px;
}

.f-lx-list .icon {
    display: inline-block;
    height: 74px;
    margin-bottom: 20px;
}

.f-lx-list ul {
    display: flex;
}

.f-lx-list li {
    text-align: center;
    padding: 40px 0 35px;
    color: #FFF;
    float: left;
    width: 18%;
    background: #95DAE1;
    border-radius: 10px;
    margin-right: 2.5%;
    font-size: 18px;
    transition: all 0.3s;
}

.f-lx-list li:nth-child(5) {
    margin-right: 0;
}

.f-lx-list li:hover {
    background-color: #4FB7C4;
}

.f-lx-list a {
    color: #FFF;
}

.footer-bot {
    padding: 45px 0 90px;
}

.f-logo {
    width: 40%;
    float: left;
    box-sizing: border-box;
    border-right: 2px solid #FFF;
}

.f-logo p {
    font-size: 24px;
    color: #FFF;
    margin-top: 20px;
}

.f-nav {
    padding-top: 16px;
    width: 60%;
    float: right;
    font-size: 18px;
    color: #FFF;
    position: relative;
}

.f-nav li {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 33.33%;
    font-size: 18px;
}

.f-nav li a {
    color: #FFF;
}

.f-nav li a:hover {
    color: #FF7493;
}

.f-nav li:nth-child(5) {
    margin-right: 33.33%;
}

.f-nav .shareto {
    position: absolute;
    right: 0;
    top: 50%;
    width: 33.33%;
    text-align: center;
}

.foot-copy {
    background-color: rgba(255, 255, 255, 0.5);
    color: #FF7493;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    background: #f4f4f4;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .b-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #1B1B1B;
}

.banner .b-text h1 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: bold;
}

.banner-ny {
    margin-bottom: 100px;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner .swiper-slide .video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.banner .swiper-slide .video-box video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.b-page {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 3px;
    margin-bottom: -30px;
}

.b-page .m-width-1560 {
    position: relative;
}

.banner .swiper-pagination {
    right: 0;
}

.banner .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.6s;
    opacity: 0.5;
    margin-left: 34px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}


/*轮播图end*/

.inner-banner .ib-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner .ib-inner .ib-tit {
    text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
    display: inline-block;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
    font-weight: normal;
    position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
    content: '';
    width: 69px;
    height: 10px;
    background: url(../images/inner-banner-tit-l.png) no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
    content: '';
    width: 69px;
    height: 10px;
    background: url(../images/inner-banner-tit-r.png) no-repeat center;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -5px;
}

.crumbs-box {
    padding: 12px 0;
    text-transform: capitalize;
}

.crumbs-box a {
    color: #1B1B1B;
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    text-decoration: underline;
}

.crumbs-box i {
    display: inline-block;
    padding: 0 5px;
    color: #1B1B1B;
}

.crumbs-box span {
    color: #1B1B1B;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1560 {
    max-width: 1560px;
    margin: 0 auto;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: #ff7493;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 50px 0 0;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    display: inline-flex;
    font-size: 24px;
    color: #95DAE1;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner .current {
    display: inline-flex;
    font-size: 24px;
    color: #FA768E;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner .page-list {
    display: flex;
    padding: 0 15px;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #295a83;
    transition: all 0.4s;
}

.page-box .page-inner a.prev {
    background: url("../images/page-prev.png") no-repeat 50% 50%;
    width: 17px;
    height: 30px;
}

.page-box .page-inner a.next {
    background: url("../images/page-next.png") no-repeat 50% 50%;
    width: 17px;
    height: 30px;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
    color: #295a83;
    transition: all 0.4s;
}

.page-box .page-inner .current.prev {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.next {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}


/*分页 end*/

.index-product-grid {
    position: relative;
    min-height: 660px;
    padding-left: 425px;
    padding-right: 120px;
}

.index-product-grid .pro-left {
    position: absolute;
    top: 0;
    left: 120px;
    width: 305px;
}

.index-product-grid .pro-left img {
    width: 100%;
}

.index-product-grid .pro-left .tit {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #FFF;
    padding-left: 30px;
}

.index-product-grid .pro-left .tit .tags {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.index-product-grid .pro-left h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.index-product-grid .product-list {
    padding-left: 2%;
}

.index-product-grid .product-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.index-product-grid .product-list li:nth-child(3n) {
    margin-right: 0;
}

.product-list .imgshow {
    position: relative;
}

.product-list .imgshow img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.product-list .imgshow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, #FC7E99 0%, rgba(252, 126, 153, 0.01) 100%);*/
    opacity: 0.75;
}

.product-list li {
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.product-list li:hover {
    box-shadow: 0 0 10px 5px rgba(250, 118, 142, 0.3);
}

.product-list li a {
    color: #FFF;
    display: block;
}

.product-list h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
background-color: rgba(117, 113, 113, 0.5); /* 50% 透明度 */

}

.index-about-grid {
    margin-top: 130px;
}

.index-about-grid .imgshow {
    float: left;
    width: 50%;
}

.index-about-grid .imgshow img {
    width: 100%;
}

.index-about-grid .text {
    margin-top: 8%;
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 35px;
}

.index-about-grid .text .text-p {
    color: #23B3C6;
    font-size: 18px;
}

.index-about-grid .tit {
    color: #25BDD0;
}

.index-about-grid .tit .tags {
    font-size: 24px;
}

.index-about-grid .tit h2 {
    line-height: 1.33;
    font-size: 36px;
    font-weight: 600;
}

.index-about-grid .tit h2 span {
    display: block;
}

.index-about-grid .tit .line {
    width: 60px;
    height: 5px;
    background-color: #FF7493;
    margin: 20px 0 25px;
}

.index-about-grid .about-nmore {
    background: #4FB7C4;
    border-radius: 10px;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
    padding: 0 19px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}

.index-about-grid .about-nmore i {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.index-about-grid .about-btns {
    text-align: right;
}

.about-link {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    margin: 70px 0;
}

.about-link a {
    color: #FF7493;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
}

.about-link a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 31px;
    border-color: transparent transparent transparent #FF7493;
}

.index-service-grid {
    margin-top: 110px;
}

.index-service-grid .imgshow {
    position: relative;
    margin-bottom: -85px;
    padding: 0 120px;
}

.index-service-grid .imgshow p {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 3px 3px 4px #4FB7C4;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.index-service-grid .imgshow img {
    width: 100%;
}

.index-service-grid .text {
    background: #FFFFFF;
    box-shadow: 0px 5px 18px 11px rgba(79, 183, 196, 0.44);
    border-radius: 40px;
    padding: 120px 120px 70px;
}

.index-service-grid .text .ser-list {
    position: relative;
}

.index-service-grid .text .ser-list:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    width: 100%;
    height: 3px;
    background-color: #4FB7C4;
    z-index: 2;
}

.index-service-grid .text .ser-list:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -1.5px;
    height: 100%;
    width: 3px;
    background-color: #4FB7C4;
    z-index: 2;
}

.index-service-grid .text h3 {
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    color: #1B1B1B;
    background: url("../images/index-ser-icon-arrow.png") no-repeat 100% 50%;
    padding-right: 46px;
    margin-bottom: 5px;
}

.index-service-grid .text li {
    position: relative;
    min-height: 130px;
    float: left;
    box-sizing: border-box;
    width: 49%;
    padding: 30px 0;
    padding-left: 165px;
}

.index-service-grid .text li:nth-child(2n) {
    float: right;
}

.index-service-grid .text li .icon {
    position: absolute;
    width: 126px;
    left: 15px;
    top: 30px;
}

.index-service-grid .text p {
    color: #1B1B1B;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.index-case-grid {
    margin-top: 75px;
}

.index-case-grid .case-list li {
    float: left;
    width: 23%;
    margin-right: 2.66%;
}

.index-case-grid .case-list li:nth-child(4n) {
    margin-right: 0;
}

.index-case-grid .swiper-slide img {
    transition: all 0.3s;
}

.index-case-grid .swiper-slide img:hover {
    transform: scale(1.03);
}

.index-title {
    background: url("../images/titbg.png") no-repeat 0 0;
    color: #4FB7C4;
    line-height: 1;
    padding-left: 15px;
    padding-top: 77px;
    margin-bottom: 40px;
}

.index-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    display: inline;
}

.index-title span {
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    top: -3px;
}

.case-list li {
    border-radius: 10px;
    overflow: hidden;
}

.case-list li:hover img {
    transform: scale(1.03);
}

.case-list img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

.index-cust-grid {
    margin-top: 75px;
}

.index-cust-grid .cust-list li {
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.index-cust-grid .cust-list li:nth-child(3n) {
    margin-right: 0;
}

.cust-list li {
    border-radius: 10px;
    overflow: hidden;
}

.cust-list li:hover img {
    transform: scale(1.03);
}

.cust-list img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}


/*公共样式定义 end*/

.pro-tabbox {
    margin-bottom: 5%;
    border-bottom: 3px solid black;
    padding-bottom: 20px;
}

.pro-tabbox li {
    position: relative;
    float: left;
    width: 16%;
    margin-right: 0.8%;
    border-radius: 10px;
   
}

.pro-tabbox li a {
    display: block;
}

.pro-tabbox li:hover:after {
    opacity: 0.9;
}
.pro-tabbox li:hover dl{
visibility: visible;
    opacity: 1;
  top: 100%;
  z-index:999;
}
.pro-tabbox li:after {
    transition: all 0.4s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fa768e;
    opacity: 0.4;
}

.pro-tabbox li:nth-last-child(1) {
    margin-right: 0;
}

.pro-tabbox li h3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0px;
    z-index: 33;
}
.pro-tabbox li  .imgshow{
 overflow: hidden;
}
.pro-tabbox li  .imgshow img{width:100%;height:auto;}
.pro-tabbox dl {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    z-index: 22;
    background: rgba(250, 118, 142, 1);
    box-sizing: border-box;
    padding: 6px 16px;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
      text-align: center;
}

.pro-tabbox dl dd {
    font-size: 16px;
    font-weight: 300;
}

.pro-tabbox dl dd a {
    color: #FFF;
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 12px 0;
}

.pro-tabbox dl dd:nth-last-child(1) a {
    border: none;
    padding-bottom:6px;
}
.content-product .product-list li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 30px;
}

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

.content-product .product-list li h3 {
    text-transform: uppercase;
}

.case-ny-list li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 60px;
}

.case-ny-list li:nth-child(3n) {
    margin-right: 0;
}

.case-ny-list li:hover .text {
    opacity: 1;
    visibility: visible;
}

.case-ny-list li .imgshow img {
    width: 100%;
}

.case-ny-list .text {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}

.case-ny-list .text h3 {
    margin-top: 20%;
    margin-bottom: 35px;
}

.case-ny-list .text h3 a {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.case-ny-list .text .text-p {
    padding: 0 50px;
    font-size: 18px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.solution-list li {
    overflow: hidden;
    border-radius: 10px;
    background: #95DAE1;
    box-shadow: 0px 2px 20px 4px rgba(149, 218, 225, 0.79);
    margin-bottom: 35px;
}

.solution-list li:hover .imgshow img {
    transform: scale(1.03);
}

.solution-list li:nth-child(2n) {
    background-color: #FFF;
}

.solution-list li:nth-child(2n) .imgshow {
    float: right;
}

.solution-list li:nth-child(2n) .text {
    float: left;
    color: #000;
}

.solution-list li:nth-child(2n) .text a {
    color: #000;
}

.solution-list .imgshow {
    float: left;
    width: 50%;
    overflow: hidden;
}

.solution-list .imgshow img {
    transition: all 0.3s;
}

.solution-list .text {
    float: right;
    width: 50%;
    color: #FFF;
    box-sizing: border-box;
    padding: 5% 3% 0;
}

.solution-list .text a {
    color: #FFF;
}

.solution-list .text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.solution-list .text .text-p {
    font-size: 18px;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
}

.solution-list .text .see-more {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
    display: block;
    text-align: right;
}

.solution-list .text .see-more:hover {
    text-decoration: underline;
}

.content-detail {
    padding: 0 120px;
}

.content-detail .tit {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}

.content-detail .date {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #434343;
}

.content-detail .shareto {
    text-align: center;
    float: none;
    margin-bottom: 50px;
}

.content-detail .text {
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.content-detail .text img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
}

.detail-page {
    margin-top: 35px;
    border-top: 2px solid #F4B1C3;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}

.detail-page a {
    width: 48%;
    flex-shrink: 0;
}

.detail-page a:hover span,
.detail-page a:hover em {
    color: #ff7493;
}

.detail-page a span {
    font-size: 16px;
    font-weight: 300;
    color: #434343;
    display: block;
}

.detail-page a em {
    font-size: 18px;
    color: #313131;
    background-repeat: no-repeat;
}

.detail-page a.prev em {
    background-image: url("../images/d-prev.png");
    background-position: 0 50%;
    padding-left: 20px;
}

.detail-page a.prev span {
    padding-left: 20px;
}

.detail-page a.next {
    text-align: right;
}

.detail-page a.next em {
    background-image: url("../images/d-next.png");
    background-position: 100% 50%;
    padding-right: 20px;
}

.detail-page a.next span {
    padding-right: 20px;
}

.news-list li {
    position: relative;
    padding-left: 205px;
    margin-bottom: 50px;
}

.news-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.news-list li:nth-child(2n) {
    padding-left: 0;
    padding-right: 205px;
}

.news-list li:nth-child(2n) .imgshow {
    left: auto;
    right: 0;
}

.news-list li:nth-child(2n) .text {
    padding: 60px 280px 0 60px;
}

.news-list li:nth-child(2n) .see-more {
    display: inline-block;
    text-align: left;
}

.news-list li:hover .see-more {
    color: #FFF;
    background: url("../images/page-next-h.png") 100% 50% no-repeat;
}

.news-list li:hover h3 a {
    color: #FFF;
}

.news-list li:hover .date {
    color: #FFF;
}

.news-list li:hover .text-p {
    color: #FFF;
}

.news-list li:hover .text {
    background: #95DAE1;
    box-shadow: 0px 2px 16px 0px rgba(79, 183, 196, 0.95);
}

.news-list .imgshow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    overflow: hidden;
    width: 420px;
}

.news-list .imgshow img {
    width: 100%;
}

.news-list .text {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(79, 183, 196, 0.95);
    border-radius: 15px;
    min-height: 330px;
    box-sizing: border-box;
    transition: all 0.3s;
    padding: 60px 60px 0 280px;
}

.news-list .text-p {
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 300;
}

.news-list h3 {
    font-size: 24px;
    font-weight: 600;
}

.news-list h3 a {
    color: #434343;
}

.news-list .date {
    font-size: 14px;
    font-size: 300;
    color: #626262;
    margin: 12px 0 20px;
}

.news-list .see-more {
    margin-top: 45px;
    color: #434343;
    font-size: 20px;
    font-weight: 600;
    background: url("../images/page-next.png") 100% 50% no-repeat;
    padding-right: 24px;
    display: block;
    text-align: right;
}

.content-service {
    padding: 0 120px;
}

.ser-title {
    text-align: center;
    margin: 55px 0;
}

.ser-title h2 {
    font-size: 36px;
    color: #434343;
    font-weight: 600;
    text-transform: uppercase;
}

.s-odm-list .text-p {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 30px 45px 35px;
    font-size: 18px;
    line-height: 24px;
}

.s-odm-list .text-p p {
    height: 72px;
    overflow: hidden;
    color: #1B1B1B;
}

.s-odm-list .icon {
    height: 130px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.s-odm-list li {
    float: left;
    width: 48%;
    margin-bottom: 60px;
    background: url("../images/serbg.jpg") no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 60px;
}

.s-odm-list li:nth-child(2n) {
    float: right;
}

.faq-list {
    color: #434343;
    font-size: 18px;
    line-height: 25px;
}

.faq-list li {
    margin-bottom: 30px;
}

.faq-list h3 {
    font-weight: 400;
}

.faq-list h3 span,
.faq-list h3 p {
    display: inline-block;
}

.faq-list .text p {
    display: inline-block;
}

.ser-returns {
    color: #434343;
    font-size: 18px;
}

.ser-returns .sub-tit {
    margin-bottom: 38px;
}

.ser-returns p {
    margin-bottom: 12px;
}

.content-contact .m-width-1560 {
    max-width: 1320px;
}

.content-contact .index-title {
    padding-top: 75px;
    min-height: auto;
    display: block;
}

.content-contact .index-title span {
    width: 100%;
    display: block;
    padding-left: 0;
    font-size: 18px;
}

.content-contact .msg-grid {
    margin-bottom: -6px;
    position: relative;
    z-index: 2;
}

.about-info {
    padding-right: 120px;
    position: relative;
}

.about-info .tit {
    position: absolute;
    right: 0;
    top: 0;
    color: #95dae1;
    font-size: 18px;
    padding-left: 10px;
}

.about-info .tit h3 {
    font-weight: normal;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.about-info .tit .line {
    width: 2px;
    height: 45px;
    background-color: #F4B1C3;
    position: absolute;
    left: 0;
    top: 0;
}

.about-info .index-title h2 em {
    display: block;
}

.about-info .imgshow {
    float: left;
    width: 50%;
}

.about-info .imgshow img {
    max-width: 100%;
}

.about-info .text {
    float: right;
    width: 50%;
    margin-top: 110px;
}

.about-info .text-p {
    font-size: 18px;
    color: #626262;
}

.about-info .text-p p {
    line-height: 24px;
    margin-bottom: 12px;
}

.about-essilash {
    margin-top: 135px;
    overflow: hidden;
    position: relative;
}

.about-essilash h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFF;
    width: 100%;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.about-essilash .imgshow {
    height: 310px;
    position: relative;
    overflow: hidden;
}

.about-essilash .imgshow img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 310px;
    transform: translate(-50%, -50%);
}

.about-essilash .text {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
}

.about-essilash .text li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.about-essilash .text h4 {
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 12px;
}

.fac-swiper {
    position: relative;
}

.about-fac {
    margin-top: 90px;
}

.about-fac .swiper-slide img {
    width: 100%;
}

.about-fac .swiper-pagination {
    bottom: 0;
    margin-bottom: -50px;
    text-align: center;
    width: 100%;
}

.about-fac .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #ff7493;
    margin: 0 22px;
}

.about-honor {
    margin-top: 120px;
}

.honor-swiper {
    position: relative;
    padding: 0 120px;
}

.honor-swiper .swiper-slide img {
    width: 100%;
  	height:auto;
 cursor: zoom-in;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-button-prev {
    width: 45px;
    height: 51px;
    background-size: 45px 51px;
}

.honor-swiper .swiper-button-next {
    background-image: url("../images/honor-next.png");
}

.honor-swiper .swiper-button-prev {
    background-image: url("../images/honor-prev.png");
}

.prodis .imgshow {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.prodis .imgshow .img-box img {
    width: 100%;
}

.prodis .swiper-slide {
    padding-right: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.prodis .swiper-slide .play {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.prodis .pro-text {
    float: right;
    width: 50%;
}

.prodis .pro-text h3 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.prodis .pro-text .line {
    height: 5px;
    width: 56px;
    background-color: #4FB7C4;
    margin: 15px 0 20px;
}

.prodis .pro-text .text-p {
    font-size: 18px;
    line-height: 24px;
    color: #313131;
}

.prodis .pro-text dl {
    overflow: hidden;
}

.prodis .pro-text dd {
    float: left;
    margin-right: 3px;
}

.prodis .swiper-pagination {
    width: 100%;
    box-sizing: border-box;
    padding-right: 106px;
    text-align: right;
    bottom: -3px;
}

.prodis .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FF7A9B;
    opacity: 0.5;
    margin: 0 13px;
}

.prodis .swiper-pagination-bullet-active {
    opacity: 1;
}

.content-product-detail {
    padding: 0 120px;
}

.content-product-detail .index-title h2 {
    text-transform: capitalize;
}

.pro-link {
    text-align: right;
    margin-top: 20%;
}

.pro-link p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4FB7C4;
}

.pro-link a {
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    background-color: #F4B1C3;
    color: #FFF;
    width: 40%;
    margin-left: 3%;
    transition: all 0.3s;
}

.pro-link a img {
    margin-right: 15px;
}

.pro-link a:hover {
    background-color: #FF7A9B;
}

.prodis-des {
    border: 1px solid #F4B1C3;
    padding: 35px 20px;
    position: relative;
    margin-top: 135px;
}

.prodis-des .text {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.prodis-des .text img {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    height: auto;
}

.prodis-des .index-title {
    position: absolute;
    padding-bottom: 5px;
    left: -1px;
    top: 0;
    background-color: #FFF;
    margin-top: -100px;
}

.prodis-related {
    margin-top: 50px;
}

.prodis-related .product-list li {
    width: 24%;
    margin-right: 1.33%;
}

.prodis-related .product-list li:nth-child(4n) {
    margin-right: 0;
}

.prodis-msg {
    margin-top: 80px;
}

.prodis-msg .index-title {
    display: block;
}

.prodis-msg .index-title span {
    top: 0;
    padding-left: 0;
    display: block;
}

.prodis-msg .xhl_form {
    background-color: transparent;
    padding: 0 !important;
}

.prodis-msg .usedComp label {
    color: #4FB7C4;
}

.prodis-msg .xhl-input-xlarge,
.prodis-msg .xhl-controls .xhl-textarea {
    background: rgba(238, 253, 255, 0.5);
    border: 1px solid rgba(149, 218, 225, 0.5);
}

.prodis-msg #xhlFormSubmit {
    width: 380px;
}

.v-class.layui-layer-iframe iframe {
    height: 100% !important;
}

.v-class .layui-layer-content {
    height: calc(100% - 40px) !important;
}

.error-text {
    background: #f2f2f2;
    text-align: center;
    padding: 100px 0;
}

.error-text .e-tit {
    font-size: 320px;
    line-height: 1;
    font-weight: 900;
    color: #F4B1C3;
}

.error-text .e-p {
    font-size: 36px;
    color: #F4B1C3;
    line-height: 1;
}

.see-btn {
    margin-top: 30px;
    background-color: #F4B1C3;
    font-size: 16px;
    color: #FFF;
    padding: 14px 40px;
    display: inline-block;
}

.content-error {
    padding-bottom: 100px;
}

.content-error .product-list li {
    float: left;
    width: 21%;
    margin-right: 5.33%;
    margin-bottom: 20px;
}

.content-error .product-list li:nth-child(4n) {
    margin-right: 0;
}

.nav-box {
    display: none;
}

@media only screen and (max-width: 1560px) {
    .inner-20 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1466px) {
    .index-product-grid .pro-left .tit .tags {
        font-size: 12px;
    }
    .about-link {
        margin: 30px 0;
    }
    .about-link a {
        padding-left: 0;
        font-size: 14px;
    }
    .about-link a:after {
        display: none;
    }
    .inner-20 {
        padding: 0 0px;
    }
    .m-width-1560 {
        max-width: 1000px;
    }
    .index-product-grid {
        padding-right: 0;
        padding-left: 235px;
        min-height: 550px;
    }
    .index-product-grid .pro-left h2 {
        font-size: 30px;
    }
    .index-product-grid .pro-left {
        left: 0;
        width: 235px;
    }
    .index-product-grid .pro-left .tit {
        top: 10px;
    }
    .index-about-grid {
        margin-top: 50px;
    }
    .index-about-grid .text {
        margin-top: 0;
    }
    .index-about-grid .text {
        padding-right: 0;
    }
    .index-about-grid .tit h2 {
        font-size: 30px;
    }
    .index-service-grid .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .index-service-grid .text p {
        font-size: 14px;
    }
    .f-lx-list {
        padding: 0;
    }
    .logo {
        width: 250px;
        padding: 30px 0 50px;
    }
    .logo img {
        width: 100%;
    }
    .h-lx {
        font-size: 16px;
    }
    .pc-nav li {
        font-size: 16px;
        padding: 12px 0;
        margin: 0 15px;
    }
    .product-list h3 {
        font-size: 18px;
    }
    .index-bg {
        padding-top: 100px;
    }
    .index-service-grid .imgshow p {
        font-size: 30px;
    }
    .f-lx-list li {
        font-size: 14px;
        padding: 20px 0 17px;
    }
    .f-lx-list li p {
        padding: 0 10px;
    }
    .header .m-width-1560 {
        padding-left: 250px;
    }
    .pro-tabbox li h3 {
        font-size: 18px;
        padding: 0 10px;
    }
    .footer {
        margin-top: 150px;
    }
    .prodis .pro-text {
        box-sizing: border-box;
        padding-left: 2%;
    }
    .prodis .pro-text .text-p {
        font-size: 14px;
        line-height: 20px;
    }
    .pro-link p {
        font-size: 16px;
    }
    .pro-link a {
        font-size: 16px;
        line-height: 35px;
        width: 45%;
    }
    .content-product-detail {
        padding: 0;
    }
    .content-detail {
        padding: 0;
    }
    .case-ny-list .text .text-p {
        padding: 0 16px;
    }
    .case-ny-list .text h3 {
        margin-top: 10%;
        margin-bottom: 16px;
    }
    .content-service {
        padding: 0;
    }
    .about-info {
        padding-right: 60px;
    }
    .about-info .text {
        margin-top: 50px;
        box-sizing: border-box;
        padding-left: 3%;
    }
}

@media only screen and (max-width: 1000px) {
  .pro-tabbox li .imgshow{height:80px;position:relative;width:100%;}
  .pro-tabbox li .imgshow img{position:absolute;width:100%;height:auto;left:0;top:50%;transform: translateY(-50%);}
    #menuPc {
        display: none;
    }
    #page {
        background: #FFFFFF;
    }
    .btn-nav {
        margin-right: 16px;
        position: relative;
        background: transparent;
        border: none;
        padding: 11px 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        float: right;
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    .mm-opening .middle {
        width: 0;
    }
    .banner .bg-box {
        display: none;
    }
    .banner-content {
        display: none;
    }
    .banner .wap-box {
        display: block;
    }
    .pc-nav,
    .header-right {
        display: none;
    }
    .header .m-width-1560 {
        padding-left: 0;
    }
    .header {
        padding: 0;
    }
    .logo {
        background-color: transparent;
        padding: 0;
        position: initial;
        height: 40px;
        float: left;
        width: auto;
        margin-top: 4px;
    }
    .logo img {
        height: 40px;
        width: auto;
        display: none;
    }
    .logo .wap-logo {
        display: block;
    }
    .banner .swiper-pagination {
        width: 100%;
    }
    .index-product-grid .pro-left {
        position: initial;
        width: 100%;
        margin-bottom: 30px;
    }
    .index-product-grid .pro-left .tit {
        position: relative;
        left: 0;
        padding-left: 0;
    }
    .index-product-grid .pro-left .imgshow {
        width: 100%;
        display: none;
    }
    .index-product-grid .pro-left .tit .tags {
        position: initial;
        white-space: inherit;
        writing-mode: initial;
    }
    .index-product-grid {
        padding-left: 0;
        min-height: auto;
    }
    .index-product-grid .product-list {
        padding-left: 0;
    }
    .inner-20 {
        padding: 0 16px;
    }
    .banner .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .index-bg {
        padding-top: 50px;
    }
    .index-product-grid .product-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .index-product-grid .product-list li:nth-child(2n) {
        float: right;
    }
    .product-list h3 {
        font-size: 14px;
    }
    .index-about-grid .imgshow,
    .index-about-grid .text {
        width: 100%;
    }
    .index-about-grid .text {
        padding: 0;
    }
    .index-about-grid .text .text-p {
        font-size: 14px;
    }
    .about-link {
        display: block;
    }
    .about-link a {
        display: block;
    }
    .index-about-grid .about-btns {
        text-align: center;
    }
    .index-service-grid .imgshow {
        margin-bottom: 20px;
        padding: 0;
    }
    .index-service-grid .text .ser-list:before,
    .index-service-grid .text .ser-list:after {
        display: none;
    }
    .index-service-grid .text li {
        width: 100%;
        padding-left: 60px;
    }
    .index-service-grid .text {
        padding: 0px;
        box-shadow: none;
        background-color: transparent;
    }
    .index-service-grid .imgshow p {
        position: initial;
        color: #000;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .index-service-grid .text li .icon {
        width: 45px;
        left: 0;
    }
    .index-service-grid .text li .icon img {
        width: 100%;
    }
    .index-service-grid .text h3 {
        display: none;
    }
    .index-service-grid .text p {
        line-height: 1.4;
    }
    .index-case-grid {
        margin-top: 35px;
    }
    .index-title h2 {
        font-size: 26px;
    }
    .index-title span {
        font-size: 12px;
    }
    .index-title {
        padding-top: 40px;
        background-size: 70px;
    }
    .index-case-grid .case-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .index-case-grid .case-list li:nth-child(2n) {
        float: right;
    }
    .index-cust-grid {
        margin-top: 35px;
    }
    .index-cust-grid .cust-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .index-cust-grid .cust-list li:nth-child(2n) {
        float: right;
    }
    .f-lx-list .icon {
        display: none;
    }
    .f-lx-list {
        margin-top: 0;
    }
    .f-lx-list ul {
        display: block;
    }
    .f-lx-list li {
        text-align: left;
        padding: 5px 0;
        width: 100%;
        background-color: transparent;
    }
    .f-logo {
        border: none;
    }
    .f-logo,
    .f-nav {
        width: 100%;
    }
    .f-nav .shareto {
        position: initial;
        width: 100%;
    }
    .f-nav li {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
    }
    .f-nav li:nth-child(5) {
        margin-right: 0;
    }
    .footer-bot {
        padding: 30px 0;
    }
    .foot-copy {
        padding: 20px;
        font-size: 12px;
    }
    .footer {
        padding-top: 30px;
        margin-top: 40px;
    }
    .f-logo p {
        font-size: 14px;
    }
    .banner .b-text h1 {
        font-size: 28px;
    }
    .pro-tabbox li,
    .content-product .product-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .pro-tabbox li:nth-child(2n),
    .content-product .product-list li:nth-child(2n) {
        float: right;
    }
    .prodis .imgshow,
    .prodis .pro-text {
        width: 100%;
    }
    .prodis .pro-text {
        margin-top: 20px;
    }
    .pro-link a {
        width: 100%;
        margin: 10px 0 0;
    }
    .prodis-related .product-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .prodis-related .product-list li:nth-child(2n) {
        float: right;
    }
    .xhl-input-xlarge,
    .xhl-controls .xhl-textarea {
        width: 100%;
    }
    .solution-list .imgshow,
    .solution-list .text {
        width: 100%;
    }
    .solution-list .text {
        padding-bottom: 20px;
    }
    .solution-list .text .see-more {
        font-size: 16px;
    }
    .content-detail .tit {
        font-size: 28px;
    }
    .detail-page a span,
    .detail-page a em {
        font-size: 14px;
    }
    .banner-ny {
        margin-bottom: 10px;
    }
    .case-ny-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .case-ny-list li:nth-child(2n) {
        float: right;
    }
    .case-ny-list .text {
        opacity: 1;
        visibility: visible;
        position: initial;
    }
    .case-ny-list .text h3 a {
        font-size: 14px;
    }
    .case-ny-list .text .text-p {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }
    .s-odm-list li {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px;
    }
    .s-odm-list .text-p {
        padding: 16px;
    }
    .s-odm-list .icon {
        height: 50px;
    }
    .s-odm-list .icon img {
        height: 50px;
    }
    .s-odm-list .text-p p {
        font-size: 14px;
    }
    .faq-list {
        font-size: 14px;
    }
    .ser-returns {
        font-size: 14px;
    }
    .news-list .imgshow {
        position: initial;
        transform: translateY(0);
        width: 100%;
        border-radius: 0;
    }
    .news-list .imgshow img {
        max-width: 100%;
    }
    .news-list li {
        padding-left: 0;
    }
    .news-list .text,
    .news-list li:nth-child(2n) .text {
        min-height: auto;
        padding: 16px;
        border-radius: 0;
    }
    .news-list li:nth-child(2n) {
        padding-right: 0;
    }
    .news-list .see-more {
        text-align: left;
        display: inline-block;
    }
    .about-info {
        padding-right: 0;
    }
    .about-info .tit {
        display: none;
    }
    .content-detail .text {
        font-size: 14px;
        line-height: 1.5;
    }
    .about-info .imgshow,
    .about-info .text {
        width: 100%;
        padding-left: 0;
    }
    .about-essilash .text li .icon img {
        height: 30px;
    }
    .about-essilash .text h4 {
        font-size: 14px;
    }
    .about-essilash h3 {
        font-size: 28px;
    }
    .about-essilash {
        margin-top: 40px;
    }
    .honor-swiper {
        padding: 0 60px;
    }
    .xhl_form {
        padding: 20px !important;
    }
    .content-contact .msg-grid {
        margin-bottom: 30px;
    }
    .error-text .e-tit {
        font-size: 52px;
    }
    .error-text .e-p {
        font-size: 14px;
    }
    .error-text {
        padding: 30px 20px;
    }
    .content-error .product-list li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .content-error .product-list li:nth-child(2n) {
        float: right;
    }
  .prodis-des .text img{
  	margin-top:20px;
  }
  .prodis-des .text img:first-child{
  	margin-top:0;
  }
  .prodis-des{padding:20px;}
  
}

@media (min-width: 1920px) {
  img.no-explicit-width {
    width: 100%;
    height: 100%;
  }
}