@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&display=swap");*/
html,
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 500;
}
table{height:auto!important;}
* {
    box-sizing: border-box;
}
.text.mytable h2 {
	font-size: 32px;
	margin-bottom: 20px;
	font-family: Georgia;
	color: black;
}
.text.mytable li {
	font-family: Georgia;
	font-size: 20px;
	margin-bottom: 20px;
	color: #666666;
	line-height: 1.4;
}
.text.mytable li strong {
    font-family: Montserrat, sans-serif;
    color: black;
}
.prodis_detail .text p {
	color: #666666 !important;
	line-height: 1.75;
	margin-bottom: 10px !important;
}
.textleft {
    text-align: left !important;
}

.cfff {
    color: #FFF !important;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color:white;
}

.bgccc2 {
    background-color: #fbfbfb;
}

.textcenter {
    /*text-align: center !important;*/
}

.themec {
    color: #52a6d8 !important;
}

.cf {
    color: #FFF !important;
}

.in-box {
    position: relative;
    padding-bottom: 80px;
}


/*header start*/

.nav-box {
    display: none;
}

.header.header-ny {
    background: #fff;
}

.header.header-ny.posi {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1990;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03);
}

.header.posi {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1990;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03);
    background: #fff;
}

.header.header-ny .right-icon .text p {
    color: #58504F;
}

.header.header-ny .pc-nav li.active a .header.posi .pc-nav li.active a {
    color: #52a6d8;
}

.header.header-ny .pc-nav li>a,
.header.posi .pc-nav li>a {
    color: #000;
}

.index-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    background-color: white;
}

.header-box .logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.header-box .m-width-1280 {
    position: relative;
}

.header-box .icon-ny {
    display: none;
}

.pc-nav li {
    float: left;
    font-size: 18px;
    position: relative;
}

.pc-nav li.active>a,
.pc-nav li:hover>a {
    color: #52a6d8;
}

.header.header-ny .pc-nav li>a:hover,
.header.header-ny .pc-nav li.active>a {
    color: #52a6d8;
}

.pc-nav li>a {
    /*color: #fff;*/
    color: black;
    padding: 0 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    z-index: 2;
    height: 100px;
    line-height: 100px;
    display: block;
    text-transform: capitalize;
}

.logo-box {
    display: flex;
    align-items: center;
    height: 100px;
}

.wap-logo {
    display: none;
}

.lan-box {
    width: 80%;
    height: 115px;
    align-items: center;
    z-index: 1992;
    margin-left: 10px;
}

.lan-box dt {
    display: flex;
}

.lan-box dd {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.8);
    transition: all 0.6s;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    width: 120px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.lan-box dd a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    white-space: nowrap;
}

.lan-box dd a:hover {
    color: #52a6d8;
}

.lan-box:hover dd {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.lan-box:hover .arrow {
    transform: rotate(-180deg);
}

.right-icon {
    color: #483F3F;
   /* margin-left: 20px; */
    font-size: 18px;
    align-items: center;
    /* line-height: 75px; */
    padding-left: 80px;
    position: relative;
    margin-top: 30px;
}

.right-icon .index-sear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.right-icon .text p {
    color: #79706B;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

.right-icon .text a:hover {
    text-decoration: underline;
}


/* .right-icon img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */

.pc-nav li .erji {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
    left: 0;
    top: 110%;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
    padding-bottom: 15px;
}

.pc-nav li .erji .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}

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

.erji dl {
    overflow: hidden;
    margin-top: 20px;
}

.erji dl dd {
    position: relative;
    align-items: center;
    white-space: nowrap;
}

.erji dd a:hover {
    color: #52a6d8;
}

.erji dd a {
    padding: 6px 24px;
    color: #666;
    display: block;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 16px;
}


/*header end*/

.border0 {
    border: none !important;
}

.marbot-40 {
    margin-bottom: 40px;
}

.inner-big-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.index_pro_grid {
    height: 750px;
    overflow: hidden;
    padding-top: 1px;
    background: url("../images/index-probg.png") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.index_pro_grid .title {
    margin-bottom: 35px;
}

.index_pro_grid .tab_item_grid {
    margin-bottom: 40px;
}

.index_pro_grid .tab_item_grid .swiper-slide {
    width: auto;
}

.index_pro_grid .m-width-1280 {
    position: relative;
}

.facPage {
    position: absolute;
    bottom: 0px;
    height: 22px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    z-index: 10;
}

.facPage .swiper-button-next,
.facPage .swiper-button-prev {
    width: 8px;
    height: 14px;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: initial;
    margin-top: 0;
}

.facPage .swiper-button-next {
    background-image: url("../images/pro-next.png");
    margin-left: 8px;
}

.facPage .swiper-button-prev {
    background-image: url("../images/pro-prev.png");
    margin-right: 8px;
}

.facPage .swiper-pagination {
    position: initial;
    display: flex;
    align-items: center;
}

.facPage .swiper-pagination-bullet {
    opacity: 1;
    border: 2px solid #B1B1B1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #B1B1B1;
    margin: 0 8px;
    transition: all 0.3s;
}

.facPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
    width: 14px;
    height: 14px;
}

.btn {
    display: inline-block;
    padding: 12px 0px;
    text-align: center;
    border: 1px solid #D7D7D7;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #888888;
    width: 160px;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s;
    cursor: pointer;
}

.btn.bigtext {
    text-transform: uppercase;
}

.btn:hover,
.btn.hover {
    background-color: #52a6d8;
    border-color: #52a6d8;
    color: #FFF;
    box-shadow: 0 0 8px 0 rgba(206, 169, 135, 0.5);
}

.product_list .btn {
    margin: 20px auto 0;
}

.product_list ul {
    overflow: hidden;
    padding: 15px 0;
}

.product_list li {
    background-color: #FFF;
    text-align: center;
    padding: 30px 35px;
}

.product_list li .imgshow {
    position: relative;
}

.product_list li .imgshow img {
    transition: all 0.3s;
    width: 100%;
}

.product_list li a {
    color: #333;
    display: block;
    position: relative;
}

.product_list li a:hover img {
    transform: translateY(-10px);
}

.product_list li h3 {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.375;
    height: 44px;
    overflow: hidden;
}

.title {
    text-align: center;
    margin: 70px auto 60px;
 /*   text-transform: uppercase; */
    font-family: 'Playfair Display';
}

.title.type2 {
    text-transform: capitalize;
}

.title h2 {
    color: #333;
    font-size: 42px;
    font-weight: bold;
}

.title .tips {
    color: #888888;
    padding-top: 20px;
}

.related_gird li {
    width: 32%;
    margin: 0 2% 0 0;
}

.related_gird li:nth-of-type(3n) {
    margin-right: 0;
}

.related_gird li:hover a {
    color: #52a6d8;
}

.related_gird li a p {
    color: #FFF;
    margin-bottom: 0;
}

.faq .tit {
    padding: 20px 0;
    color: #444;
    font-size: 18px;
}

.faq_icon {
    display: inline-block;
    width: 36px;
    height: 42px;
    background: url("../images/dbx.png") no-repeat;
    line-height: 42px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 35px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq .tit .icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 34px;
    color: #ADADAD;
    position: absolute;
    top: 25px;
    right: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.faq .tit .icon:hover {
    color: #52a6d8;
}

.faq .text {
    display: none;
    margin-bottom: 45px;
    margin-top: 10px;
    color: #888;
}

.faq .text p {
    line-height: 1.8;
}

.faq .act .text {
    display: flex;
}

.faq li {
    border-top: 1px solid #EDF1F3;
    position: relative;
    padding-right: 240px;
    cursor: pointer;
}

.faq li:nth-last-of-type(1) {
    border-bottom: 1px solid #EDF1F3;
}

.faq li.act .icon {
    transform: rotate(0deg);
}

.faq li.act .tit strong,
.faq li:hover .tit strong {
    background: url("../images/dbx2.png") no-repeat;
    color: #FFF;
}

.news_list li {
    transition: all 0.3s;
    border-bottom: 1px solid #F0EDEB;
}

.news_list li:nth-of-type(1) .text {
    padding-top: 0;
}

.news_list li .text {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.news_list li:hover h3 a {
    color: #333;
}

.news_list li:hover .date {
    background-color: #52a6d8;
    color: #FFF;
}

.news_list h3 {
    font-size: 22px;
    /* color: #333; */
    line-height: 1.3;
    height: 56px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 18px;
}

.news_list h3 a {
    color: #555;
}

.news_list .date {
    color: #888888;
    font-size: 18px;
    text-align: center;
    width: 105px;
    height: 90px;
    background: rgba(252, 251, 250, 0.98);
    border: 1px solid #f0edeb;
    float: left;
    margin-right: 15px;
    font-family: 'Playfair Display', sans-serif;
    transition: all 0.3s;
    overflow: hidden;
}

.news_list .date em {
    font-size: 56px;
    line-height: 1;
    display: block;
    text-align: center;
}

.errorbg {
    background: url("../images/errorbg.png") no-repeat 0% 100%;
}

.error-grid {
    padding-bottom: 140px;
}

.error-grid .imgshow {
    width: 50%;
}

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

.error_text {
    padding-left: 8%;
    text-align: left;
    width: 50%;
}

.error_text .error-btn {
    background-color: #F4EFEA;
    padding: 20px 40px;
    display: inline-block;
}

.error_text h2 {
    color: #49423C;
    font-size: 32px;
    margin-bottom: 20px;
}

.error_text h3 {
    color: #52a6d8;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 20px;
}

.error_text p {
    line-height: 1.5;
    font-size: 18px;
    color: #888;
    margin-bottom: 30px;
}

.error_text .btn {
    text-transform: initial;
    margin: 40px auto 0;
}

.about_pics {
    position: relative;
}

.about_pics ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_pics li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.about_pics li img {
    width: 100%;
}

.about_pics li:nth-of-type(1) {
    width: 25%;
}

.about_pics li:nth-of-type(2) {
    width: 33%;
}

.about_pics li:nth-of-type(3) {
    width: 20%;
}

.about_pics li:nth-of-type(4) {
    width: 19%;
}

.about_pics li:nth-of-type(5) {
    width: 33%;
}

.about_pics li:nth-of-type(6) {
    width: 20%;
}

.about_pics li:nth-of-type(7) {
    width: 25%;
}

.about_pics li:nth-of-type(8) {
    width: 19%;
}

.about_pics:hover .text {
    background: rgba(24, 168, 177, 0.9);
}

.about_pics .text {
    transition: all 0.3s;
    position: absolute;
    background: rgba(24, 168, 177, 0.64);
    height: 192px;
    width: 65%;
    margin: -86px 0 0 -32.5%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    box-sizing: border-box;
}

.about_pics .text p {
    font-size: 32px;
    color: #FFF;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_pics .text:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(169, 222, 225, 0.54);
    height: 172px;
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
}

.about_honor_list {
    background: url("../images/world.png") no-repeat 50% 50%;
}

.about_honor_list img {
    width: 100%;
    transition: all 0.3s;
}

.about_honor_list ul {
    padding-top: 30px;
}

.about_honor_list li:hover img {
    transform: scale(1.05);
}

.about_honor_list li:nth-of-type(2),
.about_honor_list li:nth-of-type(4) {
    margin-top: 50px;
}

.about_honor_list li:nth-of-type(3) {
    margin-top: 80px;
}

.about_honor_list li img {
    width: 100%;
    transition: all 0.3s;
}

.solu_list li {
    border: 1px solid #efefef;
    transition: all 0.3s;
    margin-bottom: 90px;
    position: relative;
}

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

.solu_list li a {
    display: flex;
}

.solu_list li:hover {
    box-shadow: 0px 2px 27px 1px rgba(0, 0, 0, 0.09);
}

.solu_list li:hover h3 {
    color: #52a6d8;
}

.solu_list li:hover:after {
    background-color: #52a6d8;
    color: #FFF;
}

.solu_list li:after {
    content: '+';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: #BEBEBE;
    font-size: 26px;
    transition: all 0.3s;
}

.solu_list h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
}

.solu_list h3 span {
    position: relative;
    z-index: 2;
}

.solu_list h3:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 56px;
    background: url("../images/titbg.png") no-repeat;
    z-index: 1;
}

.solu_list .leftimg {
    width: 36%;
    text-align: center;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -30px;
    left: 30px;
}

.solu_list .leftimg img {
    width: 100%;
}

.solu_list .text {
    height: 300px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 60px 0 110px;
}

.solu_list .text p {
    color: #888;
    line-height: 1.8;
}

.ser_form {
    width: 500px;
    height: 60px;
    margin: 0 auto 55px;
    position: relative;
}

.ser_form .icon {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

.ser_form input {
    height: 60px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    padding: 0 40px 0;
}

.index_about_grid {
    position: relative;
}

.index_about_grid .index_about_text {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.index_about_grid .index_about_text:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    background: white;
    left: 130px;
    z-index: 1;
    top: 0;
}

.index_about_grid .fl,
.index_about_grid .fr.title {
    position: relative;
    z-index: 2;
}

.index_about_grid .fl {
    width: 60%;
    padding-right: 8%;
}

.index_about_grid .about-tit {
    margin-bottom: 50px;
    margin-left: 100px;
}

.index_about_grid p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
}

.index_about_grid p strong{
    font-size: 26px;
    color: #555;
}
.index_about_grid p strong {
    font-weight: 600;
}

.index_about_grid .fr {
    width: 40%;
    position: relative;
    z-index: 2;
}

.index_about_grid .imgshow {
    position: relative;
    padding-right: 100px;
}

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

/* .index_about_grid .imgshow:after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 210px;
    background-color: #DCC7A5;
    width: 100%;
    margin-top: -105px;
} */

.about-more {
    color: #181A1F;
    position: relative;
    padding-right: 30px;
    font-weight: 600;
	    padding: 10px 45px 10px 10px;
}

.about-more .icon {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: url("../images/index-about-more.png") 50% 50% no-repeat;
}

.about-more:hover {
    color: #52a6d8;
}

.tab_item_grid {
    color: #8E8E8E;
    text-align: center;
}

.tab_item_grid i {
    padding: 0 5px;
}

.tab_item_grid a {
    font-size: 18px;
	padding:12px 20px;
    color: #8E8E8E;
    cursor: pointer;
	 border: 1px solid #333;
	font-weight:bold;
	border-radius:15px;
	white-space:nowrap;
}
.tab_item_grid a:hover{}

.tab_item_grid a.act,
.tab_item_grid a:hover {
    color: #015c91;
}

.index_customized_grid .title {
    margin-bottom: 20px;
    text-align: center;
}

.index_customized_grid .index_customized_right {
    width: 70%;
	padding-right:0;
    position: relative;
    padding-top: 35px;
    padding-bottom: 50px;
}

.index_customized_grid .index_customized_right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color:white;
    z-index: 1;
}

.index_customized_grid .list1 {
    width: 25%;
}

.index_customized_grid .list1 p {
    color: #888;
    text-align: center;
}

.index_customized_grid .list1 .imgshow {
    margin-top: 60px;
}

.index_customized_grid .list2 {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.index_customized_grid .list2 .imgshow:nth-last-of-type(1) {
    margin-top: 50px;
}

.index_customized_grid .list2 .btn {
    margin: 35px auto 0;
}

.index_customized_grid .list2 .fl {
    width: 67%;
}

.index_customized_grid .list2 .fr {
    max-width: 33%;
    text-align: center;
    padding-top: 110px;
}

.index_customized_grid .list3 {
    position: relative;
    z-index: 2;
}

.index_customized_grid .list3 .fl {
    width: 60%;
}

.index_customized_grid .list3 .fr {
    width: 33%;
}

.index_customized_grid .imgshow {
    position: relative;
    overflow: hidden;
}

.index_customized_grid .imgshow:hover img {
    transform: scale(1.04);
}

.index_customized_grid .imgshow h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 25px;
    line-height: 1.375;
    color: #FFF;
    font-weight: 400;
}

.index_customized_grid .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.index_story_grid {
    padding-top: 1px;
    padding-bottom: 180px;
    position: relative;
}

.index_story_grid .imgshow {
    width: 51.5%;
}

.index_story_grid .imgshow img {
    width: 100%;
}

.index_story_grid .news_list {
    width: 45%;
}

.index_story_grid .about-more {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.index_Customer_grid .m-width-1480 {
    padding: 0 100px;
    position: relative;
}

.index_Customer_grid .swiper-button-next,
.index_Customer_grid .swiper-button-prev {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #FFF;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: #D7D7D7 solid 1px;
}

.index_Customer_grid .swiper-button-next:hover,
.index_Customer_grid .swiper-button-prev:hover {
    background-color: #52a6d8;
    border-color: #52a6d8;
}

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

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

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

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

.index_Customer_grid .swiper-slide {
    position: relative;
    padding-left: 185px;
}

.index_Customer_grid .imgshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.index_Customer_grid .text {
    background: url("../images/douhao.png") 0 0 no-repeat;
    padding: 30px 0 0 20px;
    line-height: 1.5;
    color: #999999;
}

.index_Customer_grid h3 {
    color: #333333;
    margin-top: 20px;
}

.proleft_class {
    width: 22%;
    float: left;
    margin-bottom: 60px;
}

.proleft_class .menu_grid dd {
    background: url("../images/dot.png") no-repeat 0 17px;
    padding: 10px 0 10px 20px;
    line-height: 1.2;
    font-weight: 500;
}

.proleft_class .menu_grid dd a {
    color: #888;
}

.proleft_class .menu_grid dd a:hover {
    color: #52a6d8;
}

.proleft_class li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    background: #fff;
}

.proleft_class li dl {
    padding: 15px 20px;
    display: none;
}

.proleft_class li h4 {
    padding: 15px 20px;
    font-size: 18px;
    text-transform: capitalize;
    background: #daf1ff;
    position: relative;
}

.proleft_class li h4 a {
    color: #555;
    font-weight: 500;
    transition: all 0.3s;
}

.proleft_class li.act .add_icon {
    background: #fff;
}

.proleft_class li.act .add_icon:after {
    background-color: #52a6d8;
}

.proleft_class li.act .add_icon:before {
    background-color: #52a6d8;
}

.proleft_class li.act h4 {
    background-color: #52a6d8;
}

.proleft_class li.act h4 a {
    color: #FFF;
}

.proleft_class li.act dl {
    display: block;
}

.proleft_class li .add_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #52a6d8;
}

.proleft_class li .add_icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 3px;
    background: #fff;
    transform: translateX(-50%);
    height: 12px;
    width: 2px;
    transition: all 0.8s;
}

.proleft_class li .add_icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    background: #fff;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
}

.proleft_class .con_block {
    background: url("../images/leftconbg.png") no-repeat 50% 50%;
    height: 320px;
    padding: 30px;
    margin-top: 35px;
}

.proleft_class .con_block .about-more {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.content-right {
    float: right;
    width: 76%;
}

.content-pro .product_list li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    border: 1px solid #f4F4F4;
}

.content-pro .product_list li .btn {
    background-color: #FFF;
}

.content-pro .product_list li .btn:hover {
    background-color: #52a6d8;
}

.content-pro .product_list li:nth-of-type(3n) {
    margin-right: 0;
}

.prodis-gall .fl {
    width: 50%;
}

.prodis-gall .fr {
    width: 50%;
    padding-left: 5%;
}

.pic-gall .gallery-thumbs {
    margin-top: 10px;
}

.pic-gall .gallery-thumbs .swiper-slide {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    background: #FFF;
    background-size: 100%;
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.pic-gall .gallery-thumbs .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #52a6d8;
}

.pic-gall .gallery-top {
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background-color: #F4F4F4;
}

.pic-gall .gallery-top .swiper-slide {
    /* padding: 20px 50px; */
    position: relative;
}

.pic-gall .gallery-top .paly-icon {
    position: absolute;
    width: 66px;
    height: 66px;
    background: url("../images/play.png") no-repeat 50% 50%;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    z-index: 3;
    background-size: 100%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.pic-gall .gallery-top .paly-icon:hover {
    transform: scale(1.04);
}

.gallery-top .swiper-slide img {
    width: 100%;
}

.prodis-gall .gall-tips .tit {
    line-height: 1.2;
    padding: 20px 0 20px;
    color: #333;
    font-weight: 600;
    font-size: 30px;
}

.gall-tips .links {
    flex-wrap: wrap;
}

.gall-tips .links .icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 12px;
}

.gall-tips .links .icon_img_h {
    display: none;
}

.gall-tips .links a {
    border: 1px solid #52a6d8;
    width: 45%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #52a6d8;
    font-size: 18px;
}

.gall-tips .links a:hover {
    background-color: #52a6d8;
    color: #FFF;
}

.gall-tips .links a:hover .icon_img_h {
    display: inline-block;
}

.gall-tips .links a:hover .icon_img {
    display: none;
}

.prodis-des p {
    color: #333300;
    line-height: 2;
    font-size:20px;
}

.pro_share h3 {
    font-weight: normal;
    margin: 20px 0;
    color: #909399;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.pro_share .web_share {
    text-align: left;
    padding-bottom: 35px;
}

.pro_share .web_share.radius a {
    width: 28px;
    height: 28px;
    background-color: #D1D1D1;
    border: none;
    background-size: auto 40%;
}

.pro_share .web_share.radius a:nth-of-type(1) {
    background-image: url("../images/b_link1_h.png");
}

.pro_share .web_share.radius a:nth-of-type(2) {
    background-image: url("../images/b_link2_h.png");
}

.pro_share .web_share.radius a:nth-of-type(3) {
    background-image: url("../images/b_link3_h.png");
}

.pro_share .web_share.radius a:nth-of-type(4) {
    background-image: url("../images/b_link4_h.png");
}

.pro_share .web_share.radius a:hover {
    background-color: #52a6d8;
}

.pro_share .web_share.radius a:hover:nth-of-type(1) {
    background-image: url("../images/b_link1_h.png");
}

.pro_share .web_share.radius a:hover:nth-of-type(2) {
    background-image: url("../images/b_link2_h.png");
}

.pro_share .web_share.radius a:hover:nth-of-type(3) {
    background-image: url("../images/b_link3_h.png");
}

.pro_share .web_share.radius a:hover:nth-of-type(4) {
    background-image: url("../images/b_link4_h.png");
}

.detail_tit {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    /* background: url("../images/xz.png") 0 100% no-repeat; */
    /* padding-bottom: 17px; */
    margin: 50px 0 35px;
}

.prodis_detail .text p {
    color: #888;
    line-height: 1.75;
    margin-bottom: 30px;
}

.prodis-swiper {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.prodis-swiper .swiper-slide {
    border: 1px solid #e4e4e4;
}

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

.prodis-swiper .facPage {
    bottom: 0;
}

.prodis-ad {
    background: #52a6d8;
    padding: 25px;
    text-align: center;
}

.prodis-ad a {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    text-align: center;
    padding: 0 20px;
    background-color: #FFF;
    color: #52a6d8;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    border: 4px solid rgba(220, 199, 165, 0.5);
}

.mytable table {
    width: 100%;
}

.mytable tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}

.mytable td {
    padding: 12px 0 12px 50px;
    color: #68676F;
    border: 1px solid #efefef;
}

.mytable td:nth-of-type(1) {
    font-weight: 600;
}

.related_pro .product_list li {
    border: 1px solid #F4F4F4;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.related_pro .product_list li:nth-last-of-type(1) {
    margin-right: 0;
}

.related_pro.w4 .product_list li {
    width: 24%;
    margin-right: 1.33%;
}

.related_pro.w4 .product_list li:nth-last-of-type(1) {
    margin-right: 0;
}

.content-news .news_list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 4%;
    float: left;
    border-bottom: none;
}

.content-news .news_list li:nth-of-type(2n) {
    margin-right: 0;
}

.content-news .news_list li:nth-of-type(1) .text {
    padding-top: 30px;
}

.content-news .news_list li p {
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
}

.content-news .news_list li p a {
    color: #999;
}

.content-news .news_list li:hover img {
    transform: scale(1.04);
}

.content-news .imgshow {
    overflow: hidden;
}

.content-news .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.content-news .page-box {
    padding-top: 40px;
}

.news-detail-content {
    padding-left: 190px;
    position: relative;
}

.news-detail-content .news_date {
    width: 105px;
    position: absolute;
    top: 0;
    left: 0;
}

.news-detail-content .content-right {
    width: 100%;
}

.news-detail-content .content-right h3 {
    font-size: 34px;
    color: #444;
    line-height: 1.23;
    font-weight: 600;
    margin-bottom: 30px;
}

.news-detail-content .content-right p {
    color: #888;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}


/*.news-detail-content .content-right p img {
  margin: 30px 0;
}*/

.news-detail-content .date {
    color: #888888;
    font-size: 18px;
    text-align: center;
    width: 105px;
    height: 90px;
    background: rgba(252, 251, 250, 0.98);
    border: 1px solid #f0edeb;
    font-family: 'Playfair Display', sans-serif;
    transition: all 0.3s;
    overflow: hidden;
}

.news-detail-content .date em {
    font-size: 56px;
    line-height: 1;
    display: block;
    text-align: center;
}

.news-detail-content .web_share {
    width: 60px;
    margin: 30px 0 0 10px;
}

.news-detail-content .web_share.radius a {
    height: 58px;
    width: 58px;
    margin-bottom: 10px;
}

.news-detail-content .web_share.radius a:nth-of-type(1) {
    background-image: url("../images/big_link1.png");
}

.news-detail-content .web_share.radius a:nth-of-type(1):hover {
    background-image: url("../images/big_link1_h.png");
}

.news-detail-content .web_share.radius a:nth-of-type(2) {
    background-image: url("../images/big_link2.png");
}

.news-detail-content .web_share.radius a:nth-of-type(2):hover {
    background-image: url("../images/big_link2_h.png");
}

.news-detail-content .web_share.radius a:nth-of-type(3) {
    background-image: url("../images/big_link3.png");
}

.news-detail-content .web_share.radius a:nth-of-type(3):hover {
    background-image: url("../images/big_link3_h.png");
}

.news_page {
    padding: 30px 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.news_page a {
    font-weight: 600;
    display: block;
    color: #888888;
    margin-bottom: 15px;
}

.news_page a strong {
    color: #333333;
}

.news_page a:nth-last-of-type(1) {
    margin-bottom: 0;
}

.news_page a:hover {
    text-decoration: underline;
}

.news_page a:hover strong {
    color: #52a6d8;
}

.about-info {
    position: relative;
}

.about-info .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57%;
    background: #cfecfe url("../images/aboutextbg.jpg") no-repeat 100% 100%;
    padding: 50px 20px 70px 50px;
}

.about-info .text p {
    color: #8F8E8E;
    line-height: 1.875;
    font-weight: 400;
}

.about-info .text .info-text {
    height: 255px;
}

.about-info .text .mCSB_container {
    margin-right: 80px;
}

.about-info .title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #F1EEE9;
    width: 4px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #C4C2BF;
}

.about-service {
    background-color: #F9F9F9;
    padding: 80px 0;
}

.about-service .imgshow {
    width: 30%;
}

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

.about-service .fr {
    width: 70%;
    padding-left: 5%;
}

.about-service .title {
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: left;
}

.about-service .text p {
    color: #7A7A7A;
    line-height: 1.75;
}

.about-service dl {
    padding-top: 60px;
}

.about-service dd {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.about-service dd em {
    color: #52a6d8;
    font-family: 'Playfair Display', sans-serif;
    font-size: 48px;
}

.about-service dd p {
    color: #888888;
    line-height: 1.5;
}

.about-service dd:nth-of-type(3) {
    margin-right: 0;
}

.about-service h3 {
    color: #333333;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 15px;
}

.about-honor {
    padding: 1px 0;
}

.about-honor.type2 {
    background: url("../images/honor_bg.jpg") no-repeat;
    padding-bottom: 135px;
}

.about-honor .m-width-1480 {
    padding: 0 100px;
    position: relative;
}

.about-honor .swiper-container {
    padding: 10px;
}

.about-honor .swiper-slide img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s;
}

.about-honor .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
}

.about-honor .swiper-button-next,
.about-honor .swiper-button-prev {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #FFF;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: #D7D7D7 solid 1px;
}

.about-honor .swiper-button-next:hover,
.about-honor .swiper-button-prev:hover {
    background-color: #52a6d8;
    border-color: #52a6d8;
}

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

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

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

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

.about-factory .title {
    text-align: left;
    margin-bottom: 30px;
}

.about-factory .text {
    width: 38%;
}

.about-factory .btn {
    margin-top: 60px;
}

.about-factory p {
    color: #888;
    font-weight: 400;
    line-height: 1.75;
}

.about-factory .imgshow {
    overflow: hidden;
    width: 62%;
    padding-left: 5.5%;
}

.about-factory .imgshow li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}

.about-factory .imgshow li:hover img {
    transform: scale(1.04);
}

.about-factory .imgshow li:nth-of-type(2n) {
    margin-right: 0;
}

.about-factory .imgshow li:nth-of-type(3) {
    position: relative;
    top: -50px;
}

.about-factory .imgshow li img {
    width: 100%;
    transition: all 0.3s;
}

.about-team li {
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}

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

.about-team li:nth-of-type(2n) .text {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 5%;
}

.about-team li:nth-of-type(2n) .imgshow {
    float: right;
}

.about-team .text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    margin-left: 5%;
    padding-left: 110px;
}

.about-team .text:after {
    content: '';
    position: absolute;
    left: 110px;
    top: 50%;
    margin-top: -80px;
    height: 160px;
    width: 1px;
    background-color: #DADADA;
}

.about-team .text em {
    color: #DADADA;
    font-size: 76px;
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.about-team .text p {
    padding-left: 60px;
    font-size: 18px;
    color: #999999;
    line-height: 1.77;
}

.about-team .imgshow {
    width: 35%;
    overflow: hidden;
    float: left;
}

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

.about-product li {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

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

.about-product li:nth-of-type(2n) .imgshow {
    float: left;
}

.about-product li:nth-of-type(2n) .text {
    left: auto;
    right: 0;
    padding: 100px 40px 100px 120px;
}

.about-product .imgshow {
    width: 54%;
    float: right;
}

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

.about-product .text {
    border: 8px solid #cfecfe;
    padding: 100px 120px 100px 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.about-product .text h3 {
    color: #333333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-product .text p {
    color: #888;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-product .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.about-top-info p {
    color: #8F8E8E;
    line-height: 1.75;
    font-weight: 400;
}

.about-top-info .title {
    margin-bottom: 35px;
}

.about-fazhan {
    padding-bottom: 1px;
    padding-top: 60px;
}

.about-fazhan .swiper-slide p {
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
    margin: 28px 0 18px;
    font-weight: 400;
}

.about-fazhan .swiper-slide .imgshow {
    padding: 0 9%;
}

.about-fazhan .time {
    color: #52a6d8;
    font-size: 22px;
    width: 30%;
    text-align: center;
    padding-bottom: 18px;
}

.about-fazhan .shu_line {
    width: 30%;
    text-align: center;
}

.about-fazhan .line img {
    width: 100%;
}

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

.fz_page {
    position: relative;
    height: 42px;
    width: 112px;
    margin: 45px auto;
}

.fz_page .swiper-button-next,
.fz_page .swiper-button-prev {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #FFF;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: #D7D7D7 solid 1px;
}

.fz_page .swiper-button-next:hover,
.fz_page .swiper-button-prev:hover {
    background-color: #52a6d8;
    border-color: #52a6d8;
}

.fz_page .swiper-button-next {
    right: 0;
    background-image: url("../images/index_cus_next.png");
}

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

.fz_page .swiper-button-prev {
    left: 0;
    background-image: url("../images/index_cus_prev.png");
}

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

.about-adv-number {
    background: url("../images/num_bg.jpg") no-repeat 50% 50%;
}

.about-adv-number ul {
    overflow: hidden;
}

.about-adv-number li {
    color: #FFF;
    float: left;
    width: 25%;
    text-align: center;
    padding: 55px 0;
    position: relative;
}

.about-adv-number li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 46px;
    margin-top: -23px;
    background: #dbdbdb;
}

.about-adv-number li:nth-last-of-type(1):after {
    display: none;
}

.about-adv-number li em {
    font-size: 50px;
    font-weight: bold;
    padding-right: 8px;
}

.about-adv-number li h3 {
    margin-top: 20px;
}

.about-quality {
    position: relative;
    padding-top: 1px;
}

.about-quality .btn {
    margin: 0 auto;
}

.about-quality:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 62%;
    background-color: #e9f6ff;
    z-index: 1;
}

.about-quality .title {
    position: relative;
    z-index: 2;
}

.about-quality .swiper-container {
    padding: 40px 0;
    z-index: 2;
}

.about-quality .swiper-slide {
    position: relative;
    transition: all 0.3s;
    transform: scale(0.8);
}

.about-quality .swiper-slide:hover h3 {
    background: rgba(0, 0, 0, 0.6);
}

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

.about-quality .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.about-quality h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.about-design li {
    overflow: hidden;
    position: relative;
    background-color: #e9f6ff;
}

.about-design li:nth-of-type(2n) .imgshow {
    float: right;
}

.about-design li:nth-of-type(2n) .text {
    right: auto;
    left: 0;
    padding-right: 85px;
    padding-left: 60px;
}

.about-design li:nth-of-type(2n) .text:after {
    left: auto;
    right: 85px;
}

.about-design li:nth-of-type(2n) p {
    padding-left: 0;
    padding-right: 35px;
}

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

.about-design .text {
    padding-left: 85px;
    padding-right: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
}

.about-design .text:after {
    content: '';
    position: absolute;
    left: 85px;
    width: 4px;
    height: 74px;
    background: #52a6d8;
    top: 50%;
    margin-top: -37px;
}

.about-design p {
    color: #060606;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 35px;
    font-size:18px;
}

.about-payment .title {
    margin-bottom: 25px;
}

.cus-process em {
    color: #CACACA;
    font-size: 48px;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
}

.cus-process p {
    color: #888;
    font-weight: 400;
    line-height: 1.375;
    margin: 25px 0;
    height: 66px;
    overflow: hidden;
}

.cus-process .imgshow {
    overflow: hidden;
}

.cus-process .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.cus-process li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.cus-process li:nth-of-type(4n) {
    margin-right: 0;
}

.cus-process li:hover img {
    transform: scale(1.03);
}

.cus-adv {
    padding: 1px 0;
    background-color: #F9F9F9;
}

.cus-adv .btn {
    margin: 50px auto;
}

.cus-adv li {
    float: left;
    width: 32%;
    background-color: #FFF;
    margin-right: 2%;
    padding: 50px;
    text-align: center;
    transition: all 0.3s;
}

.cus-adv li:nth-last-of-type(1) {
    margin-right: 0;
}

.cus-adv li:hover {
    box-shadow: 0px 5px 29px 1px rgba(0, 0, 0, 0.06);
}

.cus-adv h3 {
    font-size: 20px;
    margin-top: 40px;
    color: #333333;
}

.cus-adv .line {
    width: 26px;
    height: 2px;
    background: #888888;
    margin: 20px auto;
}

.cus-adv p {
    color: #888;
    line-height: 1.375;
    height: 44px;
    overflow: hidden;
}

.cusbg {
    background: url("../images/cusbotbg.png") 50% 100% no-repeat;
}

.contact-top {
    padding-bottom: 70px;
}

.contact-top .fl {
    width: 50%;
}

.contact-top .fl .title {
    margin-top: 0;
    text-align: left;
    margin-bottom: 30px;
}

.contact-top .fr {
    padding: 0 50px 60px;
    width: 43%;
    background: url("../images/conrigbg.jpg") no-repeat;
    background-size: 100% 100%;
}

.contact-top .fr .title {
    text-align: left;
    margin: 40px 0 20px;
}

.contact-top .fr .tips {
    color: #858079;
    line-height: 1.375;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-top .fr .usedComp {
    width: 100%;
    margin-bottom: 0;
}

.contact-top .fr .xhl-input-xlarge {
    height: 65px;
}

.contact-top .fr #xhlFormSubmit {
    width: 100%;
    margin-top: 17px;
    height: 65px;
    line-height: 65px;
}

.contact-top ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888;
}

.contact-top ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888;
}

.contact-top :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888;
}

.con-form-tips {
    background-color: #DBCDB9;
    border: 1px solid #FFF;
    padding: 20px 80px;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 25px;
    position: relative;
}

.con-form-tips .icon {
    width: 24px;
    height: 24px;
    background: url("../images/duigou.png") no-repeat;
    float: left;
    margin: 2px 10px 0 0;
}

.con-form-tips .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #D7C6AE url("../images/close.png") no-repeat 50% 50%;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    cursor: pointer;
    transition: all 0.3s;
}

.con-form-tips .close-icon:hover {
    background-color: #52a6d8;
}

.contact-list {
    padding-top: 80px;
}

.contact-list li {
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

.contact-list li:nth-of-type(2n) .text {
    left: auto;
    right: 0;
}

.contact-list li:nth-of-type(2n) .fr {
    float: left;
}

.contact-list .fr {
    width: 65%;
    background-color: #e9f6ff;
    padding: 110px 0;
}

.contact-list .fr.imgshow {
    padding: 0;
}

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

.contact-list .text {
    float: left;
    width: 35%;
    text-align: center;
    padding: 0 5%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-list .title {
    margin-bottom: 25px;
    margin-top: 0;
}

.contact-list .line {
    display: block;
    width: 38px;
    height: 3px;
    margin: 0 auto;
    background: #d1d1d1;
    margin-bottom: 20px;
}

.contact-list p {
    font-size: 18px;
    color: #8F8F8F;
    line-height: 1.33;
    font-weight: 400;
}

.contact-list .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
}

.contact-list .icon.mail {
    background-image: url("../images/con-mail.png");
}

.contact-list .icon.tel {
    background-image: url("../images/con-tel.png");
}

.contact-list .icon.app {
    background-image: url("../images/con-app.png");
}

.contact-list .type1 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #908B88;
}

.contact-list .type1 dd:nth-last-of-type(1) {
    margin-bottom: 0;
}

.contact-list .type1 dd a {
    color: #908B88;
}

.contact-list .type1 dd a:hover {
    text-decoration: underline;
}

.contact-list .web_share {
    padding-bottom: 0;
}

.contact-list .web_share dl {
    justify-content: center;
}

.contact-list .web_share dd {
    padding: 0 30px;
    color: #888;
    cursor: pointer;
    font-style: italic;
}

.contact-list .web_share dd:hover {
    color: #52a6d8;
}

.contact-list .web_share dd:hover:nth-of-type(1) a {
    background-image: url("../images/c_link1_h.png");
}

.contact-list .web_share dd:hover:nth-of-type(2) a {
    background-image: url("../images/c_link2_h.png");
}

.contact-list .web_share dd:hover:nth-of-type(3) a {
    background-image: url("../images/c_link3_h.png");
}

.contact-list .web_share dd:hover:nth-of-type(4) a {
    background-image: url("../images/c_link4_h.png");
}

.contact-list .web_share dd:nth-of-type(1) a {
    background-image: url("../images/c_link1.png");
}

.contact-list .web_share dd:nth-of-type(2) a {
    background-image: url("../images/c_link2.png");
}

.contact-list .web_share dd:nth-of-type(3) a {
    background-image: url("../images/c_link3.png");
}

.contact-list .web_share dd:nth-of-type(4) a {
    background-image: url("../images/c_link4.png");
}

.contact-list .web_share a {
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
    display: block;
}

.search-warp .search-tool {
    padding: 60px;
}

.search-tool .search-tool-inner {
    width: 500px;
    position: relative;
    margin: 0 auto;
}

.search-tool .search-tool-inner input {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 20% 0 10%;
    border: 1px solid #e5e5e5;
    border-radius: 32px;
}

.search-tool .search-tool-inner button {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(../images/sousuo2.png) no-repeat center;
    border: none;
}

.search-list ul li {
    box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
}

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

.search-list ul li .li-inner {
    padding: 40px;
}

.search-list ul li .li-inner .img-box {
    width: 15%;
    float: left;
}

.search-list ul li .li-inner .img-box a {
    display: block;
}

.search-list ul li .li-inner .img-box img {
    width: 100%;
    height: auto;
}

.search-list ul li .li-inner .img-text {
    width: 80%;
    float: right;
}

.search-list .img-text .t span {
    text-transform: uppercase;
    font-size: 18px;
    color: #444444;
    font-weight: 700;
    margin-right: 20px;
    padding-right: 20px;
    display: inline-block;
    float: left;
    position: relative;
}

.search-list .img-text .t span:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.search-list .img-text .t a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #444444;
    font-weight: 700;
    float: left;
    transition: all 0.4s;
}

.search-list .img-text .t a:hover {
    color: #0C4F99;
}

.search-list .img-text .d {
    margin: 20px 0;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}


/*main--jieshu*/


/*footer start*/

.footer {
    padding: 70px 0 0;
    color: #483F3F;
    background: #e9f6ff;
}

.footer a {
    color: #908B88;
    font-weight: 400;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-box .foot_logo p {
    display: flex;
    padding-top: 25px;
}

.foot_nav {
    width: 100%;
    position: relative;
}

.foot_nav li {
    width: 33.33%;
    padding-left: 2%;
}

.foot_nav li.first {
    width: 20%;
}

.foot_nav li.first dd {
    float: left;
    width: 50%;
    font-size: 16px;
}

.foot_nav li:nth-last-of-type(1) {
    width: 30%;
}

.foot_nav li:nth-last-of-type(1) p {
    color: #908B88;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.foot_nav li.second {
    width: 50%;
    text-align: center;
}

.foot_nav li.second p {
    color: #908B88;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_nav li.second .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.foot_nav li.second .icon.mail {
    background-image: url("../images/mail.png");
}

.foot_nav li.second .icon.tel {
    background-image: url("../images/tel.png");
}

.foot_nav li .flogo {
    margin-bottom: 30px;
}

.foot_nav h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    margin-bottom: 25px;
}

.foot_nav dd {
    font-size: 14px;
    line-height: 2;
    color: #9D9D9D;
    font-weight: 400;
}

.foot_nav dd .icon {
    float: left;
    margin: 5px 15px 0 0;
}

.foot_nav dd span {
    overflow: hidden;
    display: flex;
}

.foot_nav dd a {
    color: #9D9D9D;
    line-height: 2;
}

.textnowrap {
    white-space: nowrap;
}

.footer-copy {
    margin-top: 22px;
    border-top: 1px solid rgba(144, 139, 136, 0.08);
    padding: 20px 0;
    color: #A9A4A0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-copy p {
    display: inline-block;
}

.form-box-foot {
    position: relative;
    margin-top: 23px;
}
.form-box-foot .usedComp label{
    display: none;
}
.form-box-foot #xhlFormSubmit {
    width: 55px;
    height: 50px;
    background-color: #52a6d8;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/send.png");
    text-indent: 100px;
    overflow: hidden;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

.form-box-foot .usedComp {
    width: 100%;
}

.form-box-foot .usedComp .xhl-input-xlarge {
    height: 51px;
}

.form-box-foot ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #908B88;
}

.form-box-foot ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #908B88;
}

.form-box-foot :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #908B88;
}


/*footer end*/


/*轮播图start*/

.banner {
    width: 100%;
    position: relative;
}

.banner .web_share {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    right: 5%;
}

.banner.banner_ny {
    position: relative;
}

.banner.banner_ny>img {
    width: 100%;
}

.banner.banner_ny h1 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: 'Playfair Display', sans-serif;
    color: #FFF;
}

.banner.banner_ny .crumbs-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
}

.banner.banner_ny .crumbs-box-banner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    color: #E4E2E1;
}

.banner.banner_ny .crumbs-box-banner a,
.banner.banner_ny .crumbs-box-banner span,
.banner.banner_ny .crumbs-box-banner i {
    color: #E4E2E1;
}

.banner.banner_ny .crumbs-box-banner .crumbs-icon {
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.banner.banner_ny .crumbs-box-banner .crumbs-icon.crumbs-icon {
    background-image: url("../images/crumbs_home.png");
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-right: 10px;
}

.banner.banner_ny .crumbs-box-banner .crumbs-icon.crumbs-arrow {
    background-image: url("../images/cf_arrow.png");
    width: 8px;
    height: 14px;
    margin: 0 10px;
    background-size: 6px;
}

.banner .index-banner-bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.index-banner-page {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 140px;
    height: 70px;
}

.index-banner-page .swiper-button-next,
.index-banner-page .swiper-button-prev {
    width: 70px;
    height: 70px;
    background-position: 50% 50%;
    background-size: auto;
    top: 0;
    margin-top: 0;
    transition: all 0.3s;
    background-color:#e9f6ff;
}

.index-banner-page .swiper-button-next:hover,
.index-banner-page .swiper-button-prev:hover {
    background-color: #88cdf6;
}

.index-banner-page .swiper-button-next {
    background-image: url("../images/banner_next.png");
    right: 0;
}

.index-banner-page .swiper-button-next:hover {
    background-image: url("../images/banner_next_h.png");
}

.index-banner-page .swiper-button-prev {
    background-image: url("../images/banner_prev.png");
    left: 0;
    border-right: 1px solid #DCC7A5;
}

.index-banner-page .swiper-button-prev:hover {
    background-image: url("../images/banner_prev_h.png");
}

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

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

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

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

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: inherit;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition: all 0.6s;
}

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

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.5);
}

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

.banner .b-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    padding-left: 25%;
    z-index: 10;
}

.banner .b-text h2 {
    margin-bottom: 40px;
}

.banner .b-text p {
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 20px;
    color: #8B7C6D;
}

.banner .b-text .b-btn {
    display: inline-block;
    font-size: 30px;
    color: #FFF;
    padding: 15px 20px;
    background-color: #cebdae;
    white-space: nowrap;
    border: 5px solid rgba(255, 255, 255, 0.3);
    font-weight: 700;
}

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


/*轮播图end*/

.crumbs-box a:hover {
    color: #52a6d8;
}


/*公共样式定义 start*/


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

.martop-90 {
    margin-top: 90px;
}

.martop-60 {
    margin-top: 60px;
}

.paddtop-90 {
    padding-top: 90px;
}

.paddbot-90 {
    padding-bottom: 90px;
}

.m-width-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.m-width-1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.m-width-1480 {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}


/*置顶按钮 start*/

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


/*置顶按钮 end*/


/*分页 start*/

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

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

.page-box .page-inner a,
.page-box .page-inner .current {
    display: inline-flex;
    font-size: 16px;
    color: #666;
    width: 46px;
    height: 46px;
    line-height: 46px;
    justify-content: center;
    background: transparent;
    background: #fff;
    border: 1px solid #D4D4D4;
    border-right: none;
}

.page-box .page-inner a.next {
    border-right: 1px solid #D4D4D4;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover,
.page-box .page-inner .page-list .current {
    color: #FFFFFF;
    background: #52a6d8;
    border: 1px solid #52a6d8;
    transition: all 0.4s;
}

.page-box.theme .page-inner .page-list a.act,
.page-box.theme .page-inner .page-list a:hover {
    background: #52a6d8;
    border: 1px solid #52a6d8;
}

.page-box .page-inner a.prev {
    background: url(../images/page-left.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
}

.page-box .page-inner a.next_page:hover {
    color: #52a6d8;
    background: none;
    border: none;
}

.page-box .page-inner a.next {
    background: url(../images/page-right.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

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


/*分页 end*/

.nav-box,
.fz_line_grid_wap,
.wap_logo {
    display: none;
}

.f38 {
    font-size: 38px;
}

.web_share {
    padding: 0 0 25px;
}

.web_share {
    overflow: hidden;
    text-align: center;
}

.web_share a {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-position: 50% 50%;
    margin-right: 15px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.web_share.hc-share a{margin:5px 0;}
.web_share.hc-share a:nth-child(3){margin:0 0;}

.web_share.type2 a:nth-child(1) {
    background-image: url("../images/b_link1.png");
}

.web_share.type2 a:nth-child(1):hover {
    background-image: url("../images/b_link1_h.png");
}

.web_share.type2 a:nth-child(2) {
    background-image: url("../images/b_link2.png");
}

.web_share.type2 a:nth-child(2):hover {
    background-image: url("../images/b_link2_h.png");
}

.web_share.type2 a:nth-child(3) {
    background-image: url("../images/b_link3.png");
}

.web_share.type2 a:nth-child(3):hover {
    background-image: url("../images/b_link3_h.png");
}

.web_share.type2 a:nth-child(4) {
    background-image: url("../images/b_link4.png");
}

.web_share.type2 a:nth-child(4):hover {
    background-image: url("../images/b_link4_h.png");
}

.web_share.type2 a:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share.radius a {
    border: 1px solid #CDC8C2;
    border-radius: 50%;
}

.web_share.radius a:nth-child(1) {
    background-image: url("../images/b_link1.png");
}

.web_share.radius a:nth-child(2) {
    background-image: url("../images/b_link2.png");
}

.web_share.radius a:nth-child(3) {
    background-image: url("../images/b_link3.png");
}

.web_share.radius a:nth-child(4) {
    background-image: url("../images/b_link4.png");
}

.web_share.radius.type1 a:hover {
    border-color: #52a6d8;
}

.web_share.radius.type1 a:hover:nth-child(1) {
    background-image: url("../images/bot_link1.png");
}

.web_share.radius.type1 a:hover:nth-child(2) {
    background-image: url("../images/bot_link2.png");
}

.web_share.radius.type1 a:hover:nth-child(3) {
    background-image: url("../images/bot_link3.png");
}

.web_share.radius.type1 a:hover:nth-child(4) {
    background-image: url("../images/bot_link4.png");
}


/*公共样式定义 end*/

@media only screen and (max-width: 1666px) {
    .banner .b-text {
        padding-left: 40%;
    }
    .header-box .m-width-1600 {
        padding: 0 20px;
    }
    .banner .web_share {
        right: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .banner .b-text {
        padding-left: 43%;
        padding-right: 30px;
    }
    .pc-nav li>a {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .martop-60 {
        margin-top: 25px;
    }
    .layui-layer-iframe .layui-layer-setwin .layui-layer-close2 {
        top: -12px;
        right: -12px;
    }
    .facPage {
        bottom: 30px;
    }
    .index_pro_grid {
        height: auto;
    }
    .about-quality .swiper-container {
        padding: 0px 0 20px;
    }
    .about-fazhan .swiper-slide p {
        margin-top: 0;
        text-align: center;
    }
    .about-honor .swiper-slide img {
        -webkit-filter: initial;
        -moz-filter: initial;
        -ms-filter: initial;
        -o-filter: initial;
        filter: initial;
    }
    .about-adv-number li h3 {
        margin-top: 10px;
    }
    .about-team .text em {
        font-size: 30px;
        display: block;
        position: initial;
        transform: translateY(0);
    }
    .about-team .imgshow {
        width: 100%;
    }
    .about-team .text p {
        padding-left: 0px;
    }
    .about-team .text:after {
        display: none;
    }
    .about-team .text {
        clear: both;
        position: initial;
        width: 100%;
        transform: translateY(0);
        margin-left: 0;
        padding-left: 0px;
    }
    .index_customized_grid .list1 .imgshow {
        margin-top: 30px;
    }
    .mm-listview a {
        text-transform: capitalize;
    }
    .about-service dl {
        padding-top: 30px;
    }
    .content-news .page-box {
        padding-top: 0px;
    }
    #toTop {
        bottom: 100px;
    }
    .news_list .date {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        background: none;
        border: none;
        justify-content: flex-end;
    }
    .news_list .date em {
        padding-left: 10px;
        font-size: 20px;
    }
    .banner.banner_ny .crumbs-box {
        /* justify-content: center; */
        display: none;
        line-height: 1.5;
        flex-wrap: wrap;
    }
    .banner.banner_ny .crumbs-box-banner .crumbs-icon.crumbs-icon {
        background-image: url(../images/crumbs_home2.png);
    }
    .banner.banner_ny .crumbs-box-banner .crumbs-icon.crumbs-arrow {
        background-image: url(../images/cf_arrow2.png);
    }
    .about-factory .imgshow {
        padding-left: 0;
    }
    .search-list ul li .li-inner .img-box,
    .search-list ul li .li-inner .img-text {
        width: 100%;
    }
    .search-list ul li .li-inner .img-box {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .search-tool .search-tool-inner {
        width: 100%;
    }
    .search-warp .search-tool {
        padding: 20px;
    }
    .search-list .img-text .t a {
        white-space: initial;
        line-height: 1.4;
        display: inline;
        float: none;
    }
    .search-list ul li .li-inner {
        padding: 10px 20px;
    }
    .error-grid {
        padding-bottom: 40px;
    }
    .error-grid .imgshow {
        margin-bottom: 20px;
    }
    .error_text h3 {
        font-size: 40px;
    }
    .contact-list {
        padding-top: 30px;
    }
    .contact-list .fr {
        padding: 30px 0 10px;
        margin-top: 20px;
    }
    .contact-list .web_share a {
        margin-bottom: 15px;
    }
    .contact-list .web_share dl {
        flex-wrap: wrap;
    }
    .contact-list .web_share dd {
        width: 50%;
        margin-bottom: 20px;
    }
    .contact-list li {
        margin-bottom: 20px;
    }
    .contact-list .text {
        position: initial;
        transform: translateY(0);
    }
    .con-form-tips {
        padding: 20px 30px;
    }
    .contact-top .fr .title {
        margin-top: 20px;
    }
    .contact-top .fr {
        margin-top: 20px;
        padding: 0 20px 20px;
    }
    .related_pro.w4 .product_list li {
        width: 49%;
        margin-right: 2%;
    }
    .cus-adv li {
        width: 100%;
        margin-bottom: 20px;
        padding: 25px;
    }
    .cus-process li {
        width: 49%;
        margin-bottom: 30px;
    }
    .cus-process li:nth-of-type(2n) {
        margin-right: 0;
    }
    .about-product .imgshow,
    .about-product .text {
        width: 100%;
        position: initial;
        transform: translateY(0);
    }
    .about-product .text {
        clear: both;
        padding: 10px;
    }
    .about-product li {
        margin-bottom: 30px;
    }
    .about-product li:nth-of-type(2n) .text {
        padding: 10px;
    }
    .about-product .text h3 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .about-design .imgshow,
    .about-design .text {
        width: 100%;
        position: initial;
        transform: translateY(0);
    }
    .about-honor.type2 {
        padding-bottom: 30px;
    }
    .about-design p {
        padding-left: 0;
    }
    .about-design li:nth-of-type(2n) .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-design .text:after {
        display: none;
    }
    .about-design .text {
        padding: 20px;
        clear: both;
    }
    .about-adv-number li em {
        font-size: 32px;
    }
    .about-adv-number {
        background-size: auto 100%;
    }
    .about-adv-number li {
        width: 50%;
        padding: 20px 10px;
    }
    .about-adv-number li:nth-of-type(2):after {
        display: none;
    }
    .news-detail-content .content-right h3 {
        font-size: 26px;
    }
    .news-detail-content .content-right p img {
        width: 100%;
        margin: 0;
    }
    .news_page a {
        line-height: 1.5;
    }
    .news-detail-content .news_date {
        display: none;
    }
    .news-detail-content {
        padding-left: 0;
    }
    .content-news .news_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .content-news .news_list li .imgshow {
        margin-bottom: 10px;
    }
    .about-factory .title {
        margin-top: 0;
    }
    .about-factory .btn {
        margin: 30px auto;
    }
    .about-factory .imgshow li {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list h3 {
        font-size: 20px;
        height: auto;
        width: 100%;
    }
    .about-factory .imgshow li:nth-of-type(3) {
        top: 0;
    }
    .about-honor .m-width-1480 {
        padding: 0 60px;
    }
    .about-service {
        padding: 10px 0;
    }
    .about-service h3 {
        margin-top: 15px;
    }
    .about-service dd {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about-service .imgshow {
        display: none;
    }
    .about-info .title {
        margin-bottom: 20px;
        text-align: center;
        display: none;
    }
    .about-info .imgshow {
        margin-top: 20px;
    }
    .about-info .text {
        position: initial;
        transform: translateY(0);
        padding: 10px;
    }
    .about-info .text .mCSB_container {
        margin-right: 20px;
    }
    .prodis-ad a {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .related_pro .product_list li {
        width: 49%;
        margin-right: 2%;
        padding: 10px;
        margin-bottom: 2%;
    }
    .related_pro .product_list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .related_pro .product_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .related_pro .product_list li .btn {
        width: 100%;
    }
    .mytable {
        overflow-x: auto;
    }
    .detail_tit {
        margin: 30px 0 20px;
        font-size: 26px;
    }
    .gall-tips .links a {
        margin-bottom: 15px;
    }
    .header.header-ny {
        position: relative;
    }
    .banner.banner_ny .crumbs-box-banner {
        position: initial;
        transform: translate(0, 0);
        color: #333;
        padding: 20px 0 0;
    }
    .banner.banner_ny .crumbs-box-banner a,
    .banner.banner_ny .crumbs-box-banner span,
    .banner.banner_ny .crumbs-box-banner i {
        color: #333;
    }
    .banner.banner_ny h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
        color: #333;
    }
    .page-box {
        padding-top: 40px;
    }
    .product_list li h3 {
        margin-top: 15px;
    }
    .proleft_class {
        display: none;
    }
    .tab_item_grid {
        overflow: hidden;
    }
    .content-pro .product_list li {
        padding: 10px;
        width: 49%;
        margin-right: 2%;
    }
    .content-pro .product_list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .content-pro .product_list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .content-pro .product_list li .btn {
        width: 100%;
    }
    .content-right {
        width: 100%;
    }
    .tab_item_grid i {
        display: none;
    }
    .tab_item_grid a {
        width: 33.33%;
        float: left;
        padding: 0 5%;
        line-height: 1.4;
    }
    .foot_nav li.second {
        width: 100%;
    }
    .index_Customer_grid .imgshow {
        position: initial;
        margin: 0 auto;
    }
    .index_Customer_grid .m-width-1480 {
        padding: 0 40px;
    }
    .paddbot-90 {
        padding-bottom: 30px;
    }
    .index_Customer_grid .text {
        padding: 0;
        margin: 20px 10px 0;
        padding: 20px;
    }
    .index_Customer_grid .swiper-slide {
        padding-left: 0;
    }
    .index_story_grid {
        padding-bottom: 60px;
    }
    .index_story_grid .about-more {
        bottom: 20px;
    }
    .news_list li .text {
        padding: 15px 0;
    }
    .index_story_grid .imgshow {
        display: none;
    }
    .index_customized_grid .index_customized_right {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .index_customized_grid .index_customized_right:after {
        display: none;
    }
    .index_customized_grid .list2 .fr {
        padding-top: 30px;
        max-width: 100%;
    }
    .index_customized_grid .list3 .fl {
        margin-bottom: 35px;
    }
    .paddtop-90 {
        padding-top: 30px;
    }
    .martop-90 {
        margin-top: 30px;
    }
    .index_about_grid .about-tit,
    .index_about_grid .index_about_text:after {
        display: none;
    }
    .index_about_grid .index_about_text {
        padding: 0;
    }
    .index_about_grid .fl,
    .index_about_grid .imgshow {
        padding-right: 0;
    }
    .index_about_grid .imgshow {
        margin-top: 30px;
    }
    .title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .title h2 {
        font-size: 32px;
        line-height: 1.3;
        text-align: center;
    }
    .index-header {
        position: relative;
    }
    .banner .web_share,
    .banner .b-text,
    .banner .index-banner-bot {
        display: none;
    }
    .right-icon {
        display: none;
    }
    .ser_form {
        width: 100%;
    }
    .footer-copy {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .page_group a img {
        display: none;
    }
    .page_group .next {
        padding-right: 10px;
    }
    .page_group .prev {
        padding-left: 10px;
    }
    .page_group a {
        width: 100%;
        margin-bottom: 10px;
    }
    .page_group p span {
        width: 75%;
    }
    .page_group p,
    .page_group a {
        height: auto;
        padding: 10px 0;
    }
    .martop-80 {
        margin-top: 30px !important;
    }
    #page {
        background-color: #FFF;
    }
    .header-box .m-width-1280 {
        background-color: #FFF;
        height: 60px;
    }
    .header-box .logo {
        padding: 15px 0;
        height: auto;
        left: 50%;
    }
    .header-box .logo .pc_logo {
        display: none;
    }
    .header-box .logo .wap_logo {
        display: block;
    }
    .header-box .logo img {
        height: 30px;
    }
    .right-icon {
        position: absolute;
        left: 0;
        top: 0;
    }
    .lan-box {
        height: 60px;
        left: 0;
        margin-left: 0;
    }
    .right-icon em:nth-of-type(1) {
        margin-left: 0;
    }
    .header_top,
    .pc-nav {
        display: none;
    }
    .foot_nav li {
        width: 50%;
        margin-bottom: 20px;
    }
    .foot_nav li:nth-of-type(1),
    .foot_nav li:nth-last-of-type(1) {
        width: 100%;
        text-align: center;
    }
    .foot_nav li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .page-box .page-inner a.next_page {
        display: none;
    }
    .f38 {
        font-size: 28px;
    }
    .flexwrap {
        flex-wrap: wrap;
    }
    .footer {
        padding-bottom: 85px;
        padding-top: 30px;
    }
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .martop-60 {
        margin-top: 15px;
    }
    .sm_100 {
        width: 100% !important;
    }
    .btn-nav {
        position: absolute;
        background: transparent;
        border: none;
        -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;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #52a6d8;
        -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;
    }
    .icon-bar .bottom {
        margin-bottom: 0;
    }
    .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 .wap-box {
        display: block;
    }
}
.content-right .product_list.fixed {
	display:flex;
	flex-wrap:wrap;
}
.aligncenter{
	margin:0;
}
@media (max-width:1024px){
	.tab_item_grid{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
}
@media (max-width:1000px){
	.index_customized_grid .list2 .btn{
		margin-top:0;
	}
}
@media (max-width:767px){
	.tab_item_grid{
		display:flex;
		flex-direction:column;
	}
	.tab_item_grid a{
		width:100%;
		margin-bottom:10px;
	}
}