@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");
.news-detail-content .content-right h1 {
    font-size: 32px;
}
.news-detail-content .content-right h2 {
    font-size: 28px;
}
.news-detail-content .content-right h3 {
    font-size: 22px;
}
.news-detail-content .content-right h4 {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
 .hezuo_tab_box li img {
    /* width: 100%; */
    height: 120px !important;
    transition: all 0.3s;
}
}
html,
body {
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 1;
    box-sizing: border-box;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

a {
    transition: all 0.3s;
}

.textleft {
    text-align: left !important;
}

.cfff {
    color: #FFF !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F6F6F6;
}

.bgccc2 {
    background-color: #fbfbfb;
}

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

.themec {
    color: #014DA1 !important;
}

.cf {
    color: #FFF !important;
}
.paddbot-20{padding-bottom:20px;}

/*header start*/

.nav-box {
    display: none;
}

.header_top {
    color: #C3CEE2;
    background: url("../images/headtopbg.png") no-repeat 50% 50%;
}

.header_top .m-width-1440 {
    height: 88px;
    position: relative;
}

.header_top .h-top-share {
    position: absolute;
    right: 0;
    top: 70px;
    display: flex;
    align-items: center;
}

.header_top .h-top-share .index-ser-from {
    margin-left: 80px;
    position: relative;
    width: 230px;
}

.header_top .h-top-share .index-ser-from input {
    border: 1px solid #B5B5B5;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    width: 100%;
}

.header_top .h-top-share .index-ser-from .ser-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    width: 16px;
    height: 18px;
    background: url("../images/ser.png") no-repeat;
}

.header_top .top_con {
    height: 50px;
    line-height: 50px;
}

.header_top .top_con a {
    color: #C3CEE2;
    float: left;
    background: url("../images/index_top_shu.png") no-repeat 100% 50%;
    padding: 0 30px;
    font-size: 14px;
}

.header_top .top_con a:hover {
    color: #FFF;
}

.header_top .top_con a:nth-last-of-type(1) {
    padding-right: 0;
    background: none;
}

.header_top .top_con a:nth-of-type(1) {
    padding-left: 0;
}

.header_top .pc_logo img {
    margin-top: 8px;
}

.header_top .top_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    top: 4px;
    margin-right: 20px;
}

.header_top .top_icon.mail {
    background-image: url("../images/index_top_icon1.png");
}

.header_top .top_icon.tel {
    background-image: url("../images/index_top_icon2.png");
}

.header_top .top_icon.web {
    background-image: url("../images/index_top_icon3.png");
}

.header-box {
    margin-top: 15px;
}

.header-box.header_ny {
    position: relative;
    border-bottom: none;
    background: #581264;
}

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

.pc-nav li.active:after,
.pc-nav li:hover:after {
    height: 100%;
}

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

.pc-nav li>a {
    color: #25201C;
    padding: 0 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    z-index: 2;
    height: 90px;
    line-height: 90px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}

.pc-nav li>a:after {
    content: '';
    position: absolute;
    background: url("../images/nabh.png") no-repeat 50% 50%;
    width: 44px;
    height: 36px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -22px;
    transition: all 0.3s;
    transform: scale(0);
}

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

.wap-logo {
    display: none;
}

.lan-box {
    width: 80%;
    height: 90px;
    align-items: center;
    z-index: 1992;
}

.lan-box dt {
    display: flex;
    align-items: center;
}

.lan-box dt span {
    color: #999999;
}

.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: #014DA1;
}

.lan-box .arrow {
    margin-left: 10px;
}

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

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

.right-icon {
    color: #FFF;
    font-size: 16px;
    align-items: center;
    /* line-height: 75px; */
    position: relative;
    cursor: pointer;
}

.right-icon .arrow {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.right-icon dl {
    position: relative;
}

.right-icon em,
.right-icon>a {
    position: relative;
    width: 20px;
    display: flex;
    align-items: center;
}

.right-icon em {
    height: 18px;
    background: url("../images/diqiu.png") no-repeat 50% 50%;
}

.right-icon em img {
    display: none;
}

.right-icon .arrow {
    width: 18px;
    height: 18px;
    background: url("../images/arrow.png") no-repeat 50% 50%;
}

.right-icon .arrow img {
    display: none;
}

.right-icon>a {
    margin: 0 10px;
}

.right-icon em:nth-of-type(1) {
    margin-left: 3px;
    margin-right: 10px;
}


/* .right-icon img {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

} */

.pc-nav li .erji {
    position: absolute;
    background: #014da1;
    box-shadow: 0px 9px 21px 3px rgba(0, 0, 0, 0.16);
    left: 0;
    top: 110%;
    min-width: 339px;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
}

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

.pc-nav li .erji dt {
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.pc-nav li .erji .ej_menu {
    position: absolute;
    left: 0;
    top: 0;
}

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

.erji dl {
    overflow: hidden;
    padding: 60px;
}

.erji dl dd {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}

.erji dl dd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4781C1;
}

.erji dd a:hover {
    color: #FFF;
}

.erji dd a {
    color: #7FABDB;
    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_about_grid {
    padding-bottom: 70px;
}

.index_about_grid .i-about-left {
    width: 37%;
    padding-right: 2%;
    padding-top: 90px;
}

.index_about_grid .i-about-left img {
    width: 100%;
}

.index_about_grid .title {
    text-align: left;
}

.index_about_grid .i-about-right {
    width: 58%;
}

.index_about_grid .i-about-right .text-p {
    font-size: 16px;
    line-height: 1.5;
    color: #888;
}

.index_about_grid dl {
    padding-top: 60px;
}

.index_about_grid dl dd {
    width: 45%;
}

.index_about_grid dl .tit {
    position: relative;
    padding-left: 70px;
    min-height: 50px;
    font-size: 22px;
    color: #27323D;
    font-weight: 500;
    margin-bottom: 30px;
}

.index_about_grid dl .tit img {
    position: absolute;
    left: 0;
    top: 0;
}

.index_about_grid dl .tit h3 {
    padding-top: 5px;
}

.index_about_grid dl .line {
    width: 38px;
    height: 2px;
    background: #014da1;
    margin-top: 12px;
}

.index_number_grid {
    background-color: #014DA1;
    padding: 70px 0;
    color: #FFF;
}

.index_number_grid li {
    float: left;
    width: 20%;
    padding: 0 2%;
    text-align: center;
    position: relative;
}

.index_number_grid li em {
    font-size: 42px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.index_number_grid li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 80px;
    border-right: 1px dotted rgba(203, 203, 203, 0.46);
}

.index_number_grid li p {
    color: #B9CFE0;
    line-height: 1.4;
}

.index_number_grid li:nth-last-of-type(1) {
    padding: 0 2%;
}

.index_number_grid li:nth-last-of-type(1):after {
    border-right: none;
}

.index_pro_grid li {
    width: 25%;
}

.index_pro_grid li .imgshow img {
    width: 100%;
}

.index_pro_grid li.three {
    width: 50%;
}

.index_pro_grid li.three .text-p {
    text-align: right;
}

.index_pro_grid .index_pro_tit {
    overflow: hidden;
    width: 50%;
    position: relative;
}

.index_pro_grid .index_pro_tit .title {
    text-align: left;
}

.index_pro_grid .index_pro_tit p {
    color: #888;
    line-height: 1.875;
}

.index_pro_grid .index_pro_tit .m-width-computed {
    padding-right: 8%;
}

.index_pro_grid .index_pro_tit .tit_more {
    margin-top: 35px;
    display: flex;
    align-items: center;
    color: #014DA1;
    font-weight: 500;
}

.index_pro_grid .index_pro_tit .tit_more .icon {
    margin-left: 20px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/blue_arrow.png") no-repeat;
}

.hezuo_tab {
    border-bottom: 2px solid #055AAB;
    font-size: 22px;
    font-weight: 500;
    display: flex;
}

.hezuo_tab a {
    cursor: pointer;
    color: #333333;
    display: inline-block;
    line-height: 50px;
    width: 50%;
    text-align: center;
}

.hezuo_tab a.act {
    background-color: #055AAB;
    color: #FFF;
}

.btn {
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
    text-align: center;
    border: 1px solid #014DA1;
    justify-content: center;
    color: #014DA1;
    min-width: 200px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn.hover,
.btn:hover {
    background-color: #014DA1;
    color: #FFF;
}

.btn .icon {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/l_icon.png") no-repeat 50% 50%;
}

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

.product_list li {
    float: left;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.product_list li .text-p {
/*     position: absolute;
    left: 0;
    bottom: 0; */
	color: #014DA1;
    width: 100%;
    padding: 10px 35px;
    background: rgb(0 0 0 / 7%);
}

.product_list li .imgshow {
    position: relative;
	overflow:hidden;
}

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

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

.product_list li a:hover .icon {
    transform: translateX(5px);
}

.product_list li a:hover .imgshow img {
    transform: scale(1.05);
}

.product_list li h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
	color: #333;
}

.pro-btn .icon {
/*     display: inline-block; */
/*     width: 14px; */
/*     height: 6px; */
/*     background: url("../images/long_arrow.png") no-repeat 50% 50%; */
/*     transition: all 0.3s; */
/*     margin-left: 12px; */
}

.title {
    text-align: center;
    margin: 90px auto 40px;
}

.title .tips {
    color: #A1A1A1;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.title.cfff span {
    color: #FFF;
}

.title.cfff h2 {
    color: #FFF;
}

.title span {
    display: inline-block;
    color: #999;
}

.title .line {
    width: 52px;
    height: 4px;
    background-color: #FFB92A;
}

.title h1 {
    color: #27323D;
    font-size: 42px;
    font-weight: 700;
}
.title h2 {
    color: #27323D;
    font-size: 42px;
    font-weight: 700;
}

.related_gird li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0%;
}

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

.relate_gallery li {
    width: 48%;
    float: left;
    margin-right: 4%;
}

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

.relate_gallery_list li {
    overflow: hidden;
}

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

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

.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: #014DA1;
}

.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-type2-grid .news_list {
    padding-bottom: 70px;
}

.news_list li {
    position: relative;
    padding-left: 78px;
    transition: all 0.3s;
    border-bottom: 1px solid #EAEBEF;
}

.news_list li:hover {
    border-color: transparent;
}

.news_list li:hover .date {
    border-color: #014DA1;
    background-color: #014DA1;
    color: #FFF;
}

.news_list li:hover .text-p {
    background-color: #F3F3F4;
}

.news_list h3 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.news_list .text-p {
    padding: 50px 50px 45px 70px;
    transition: all 0.3s;
}

.news_list .date {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    left: 0;
    color: #B3B3B3;
    display: inline-block;
    width: 104px;
    height: 104px;
    background: white;
    border: 2px solid #eaebef;
    text-align: center;
    color: #27323D;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 0.3s;
}

.news_list .date em {
    width: 100%;
    text-align: center;
    font-size: 46px;
    margin-bottom: 5px;
}

.news_list p {
    line-height: 1.8;
    color: #888888;
    font-size: 14px;
}

.news_detail_grid h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.news_detail_grid .sub_tit {
    height: 48px;
    justify-content: center;
    align-items: center;
    background: rgba(24, 168, 177, 0.05);
    color: #888;
}

.news_detail_grid .sub_tit .web_share {
    margin-left: 65px;
    padding-bottom: 0;
    height: 48px;
    align-items: center;
}

.news_detail_grid .sub_tit .web_share a {
    margin-right: 5px;
}

.news_detail_grid .text h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.news_detail_grid .text p {
    line-height: 2;
    margin-bottom: 40px;
}

.news_detail_grid .text p img {
    margin: auto;
    display: block;
}

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

.case_list li {
    width: 30%;
    margin: 0 5% 4% 0;
    max-width: 345px;
    position: relative;
}

.case_list li:nth-of-type(3n) {
    margin: 0 0% 4% 0;
}

.case_list li:nth-last-of-type(1),
.case_list li:nth-last-of-type(2),
.case_list li:nth-last-of-type(3) {
    margin-bottom: 0;
}

.case_list li:hover h3 {
    color: #014DA1;
}

.case_list li:hover .line {
    background: #014DA1;
}

.case_list li .date {
    position: absolute;
    width: 72px;
    height: 68px;
    background: white;
    box-shadow: 0px 6px 13px 3px rgba(14, 72, 121, 0.14);
    font-size: 40px;
    color: #014DA1;
    line-height: 68px;
    text-align: right;
    right: -20px;
    top: -20px;
}

.case_list li .date:after {
    content: '.';
    position: absolute;
}

.case_list .line {
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    transition: all 0.3s;
    background: silver;
}

.case_list h3 {
    font-size: 18px;
    color: #333;
    margin-top: 32px;
}

.case_list p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.banner_error {
    background-color: #f0f0f0;
    padding: 90px 0 80px;
    text-align: center;
}

.error_text h2 {
    color: #014DA1;
    margin-bottom: 18px;
    font-size: 34px;
}

.error_text img {
    width: 100%;
    max-width: max-content;
}

.error_text p {
    line-height: 1.8;
    font-size: 16px;
    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: #014DA1;
}

.solu_list li:hover:after {
    background-color: #014DA1;
    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_hezuo_grid {
    background-color: #f5f6f7;
}

.hezuo_tab_box {
    margin-top: 65px;
}

.hezuo_tab_box ul {
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.hezuo_tab_box li {
    float: left;
    width: 50%;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    text-align: center;
}

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

.hezuo_tab_box li img {
    /*width: 100%;*/
    height: 280px;
    transition: all 0.3s;
}

.index_news_grid .title {
    margin-bottom: 90px;
}

.index_news_list {
    position: relative;
    display: flex;
}

.index_news_list li {
    position: relative;
}

.index_news_list li .date {
    background: url("../images/date.png") no-repeat 0 50%;
    padding-left: 20px;
    color: #9B9B9B;
    font-size: 14px;
    width: 100%;
}

.index_news_list li h3 {
    color: #333333;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
}

.index_news_list li.one {
    width: 47%;
}

.index_news_list li.one .imgshow img {
    width: 100%;
}

.index_news_list li.one .text-p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    background-color: #F5F6F7;
    width: 60%;
}

.index_news_list li.two {
    width: 53%;
    position: relative;
}

.index_news_list li .imgshow {
    overflow: hidden;
}

.index_news_list li .imgshow img {
    transition: all 0.3s;
}

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

.index_news_list li:hover .news-btn .icon {
    transform: translateX(5px);
}

.index_news_list .i-news-bot {
    background-color: #014DA1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 50px;
}

.index_news_list .i-news-bot p {
    color: #A8C9E2;
    line-height: 1.4;
    margin-bottom: 30px;
}

.index_news_list .i-news-bot a {
    color: #FFF;
}

.index_news_list .i-news-bot h3 {
    color: #FFF;
    margin-bottom: 20px;
}

.index_news_list .i-news-bot .news-btn span {
    color: #FFF;
}

.i-news-top {
    display: flex;
}

.i-news-top .text-p {
    padding: 30px;
    background-color: #F5F6F7;
    width: 53%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.i-news-top .imgshow {
    width: 47%;
}

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

.news-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.news-btn span {
    text-decoration: underline;
    color: #888;
}

.news-btn .icon {
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 6px;
    background: url("../images/grey_arrow.png") no-repeat;
    transition: all 0.3s;
}

.index_message_grid {
    background-color: #f5f6f7;
    background-image: url("../images/bg-appointment.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.index_message_grid .i-msg-left {
    padding: 65px 55px;
    width: 50%;
    box-shadow: 0px 2px 24px 2px rgba(3, 23, 53, 0.03);
}

.i-msg-right {
    text-align: center;
    width: 50%;
}

.i-msg-right .tips {
    font-size: 40px;
    color: #014DA1;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.25;
    max-width: 400px;
    margin: 0 auto;
}

.i-msg-right .big-text {
    font-size: 184px;
    font-weight: bold;
    color: #014DA1;
    text-align: center;
}

.i-msg-right .subtit {
    font-size: 18px;
    color: #014DA1;
    font-weight: bold;
    text-transform: uppercase;
}

.i-msg-right dl {
    display: flex;
    justify-content: center;
}

.i-msg-right dd {
    text-align: left;
    margin: 50px 40px 0;
    position: relative;
    padding-left: 50px;
}

.i-msg-right dd em {
    font-weight: 500;
}

.i-msg-right dd .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/blue_email.png") no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.i-msg-right dd .icon.tel {
    background: url("../images/phone-call.png") no-repeat 50% 50%;
}

.i-msg-right dd a {
    color: #27323D;
}

.i-msg-right dd a h4 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}

.about-top-info {
    padding-top: 1px;
    background-color: #f9f9f9;
    position: relative;
}

.about-top-info:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background-color: #FFF;
    right: 0;
    top: 0;
    z-index: 2;
}

.about-top-info .title {
    text-align: left;
}

.about-top-info .a-t-left {
    width: 64%;
    padding-right: 95px;
}

.about-top-info .a-t-left .text-p {
    color: #888;
    line-height: 1.875;
    margin-bottom: 50px;
    font-weight: 500;
}

.about-top-info .a-t-left .title h1 {
    font-weight: 700;
}

.about-top-info .a-t-right {
    position: relative;
    z-index: 3;
    width: 36%;
    text-transform: uppercase;
    background-color: #FFF;
    padding-left: 10%;
    padding-top: 100px;
}

.about-top-info .a-t-right .tit {
    color: #014DA1;
    font-size: 46px;
    font-weight: bold;
    margin: 60px auto 30px;
    padding-left: 7%;
}

.about-top-info .a-t-right p {
    color: #444;
    font-size: 20px;
    width: 245px;
    text-align: left;
    line-height: 1.5;
    margin-left: 9%;
}

.about-value ul {
    padding-top: 20px;
    background: url("../images/about-v-bg.jpg") no-repeat center bottom;
    /*height: 506px;*/
    padding-bottom: 100px;
}

.about-value li {
    width: 100%;
    position: relative;
    padding-left: 135px;
    margin-bottom: 60px;
}

.about-value li .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-value li h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
}

.about-value li p {
    color: #888;
    font-size: 18px;
    line-height: 1.6;
}

.about-bot img {
    width: 100%;
}

.about-ys-top {
    padding-top: 1px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}

.about-ys-top .title {
    margin-bottom: 70px;
}

.about-ys-top .swiper-button-next {
    right: auto;
    right: 15px;
    top: auto;
    margin-top: 0;
    bottom: 80px;
    width: 30px;
    height: 30px;
    background: url("../images/ys_next.png") no-repeat 50% 50%;
}

.about-ys-top .swiper-button-prev {
    right: auto;
    left: 15px;
    top: auto;
    margin-top: 0;
    bottom: 80px;
    width: 30px;
    height: 30px;
    background: url("../images/ys_prev.png") no-repeat 50% 50%;
}

.about-ys-top .swiper-container {
    padding-top: 80px;
}

.about-ys-top .swiper-slide {
    color: #FFF;
    position: relative;
    text-align: center;
}

.about-ys-top .swiper-slide .imgshow {
    position: absolute;
    left: 50%;
    padding: 6px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    box-sizing: content-box;
    margin-left: -76px;
    top: 0;
    margin-top: -76px;
}

.about-ys-top .swiper-slide .imgshow img {
    width: 145px;
    height: 145px;
}

.about-ys-top .swiper-slide .text-p {
    padding-top: 105px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #014DA1;
    background-image: url("../images/ys_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    line-height: 1.3;
    height: 225px;
}

.about-ys-top .swiper-slide p {
    color: #9FC2E7;
}

.about-ys-top .swiper-slide h3 {
    font-size: 20px;
}

.about-ys-top .swiper-slide .line {
    margin: 10px auto 15px;
    width: 28px;
    height: 2px;
    background: white;
}

.ys-tres-right {
    width: 60%;
}

.ys-tres-right img {
    width: 100%;
}

.about-ys-tres .text-p {
    width: 40%;
    padding-left: 10%;
}

.about-ys-tres .text-p .title {
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.2;
}

.ys-bot-grid .ys-bot-right {
    width: 37%;
    text-align: right;
}

.ys-bot-grid .ys-bot-right img {
    width: 100%;
}

.ys-bot-grid .ys-bot-right .imgshow {
    margin-bottom: 10px;
}

.ys-bot-grid .y-bot-left {
    padding-top: 70px;
    width: 63%;
    padding-right: 10%;
}

.ys-bot-grid .lingxing-btn {
    font-size: 18px;
    text-align: center;
    background: url("../images/lingxing.png") no-repeat 50% 50%;
    width: 315px;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    display: inline-block;
}

.ys-bot-grid dl {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

.ys-bot-grid dt {
    font-size: 28px;
    color: #014DA1;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D4D4D4;
}

.ys-bot-grid dd {
    font-size: 18px;
    line-height: 1.7;
}

.ys-bot-grid dd.w2 a {
    width: 50%;
}

.ys-bot-grid dd.w3 a {
    width: 30%;
}

.ys-bot-grid dd.w4 a {
    width: 25%;
}

.ys-bot-grid dd a {
    float: left;
    color: #666;
    display: inline-block;
}

.about-history ul {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.about-history ul:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #EEEEEE;
    z-index: 2;
    left: 50%;
    top: 0;
    margin-left: -2.5px;
}

.about-history ul:after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #014DA1;
    z-index: 4;
    top: 0%;
    left: 50%;
    border-radius: 50%;
    margin: 0 0 0 -22px;
}

.about-history li {
    position: relative;
    clear: both;
    width: 50%;
    padding-right: 110PX;
    margin-bottom: 10px;
}

.about-history li.line-grid:nth-of-type(2n) {
    float: right;
    padding-right: 0PX;
    padding-left: 110PX;
}

.about-history li.line-grid:nth-of-type(2n) .dot {
    right: auto;
    left: -13px;
}

.about-history li.line-grid:nth-of-type(2n) .text-p {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
}

.about-history li.line-grid:nth-of-type(2n) .text-p:after {
    right: auto;
    left: 0;
}

.about-history li.line-qizi {
    padding-right: 0;
    text-align: right;
    margin-bottom: 120px;
}

.about-history li.line-qizi:before {
    display: none;
}

.about-history li.line-year {
    position: relative;
    z-index: 4;
    padding: 1px;
    width: 100%;
    padding: 1px;
}

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

.about-history li.line-year:nth-last-of-type(1) .year-num {
    margin-bottom: 0;
}

.about-history li.line-year:before {
    display: none;
}

.about-history li.line-year .year-num {
    margin: 20px auto 90px;
    background-color: #014DA1;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    text-align: center;
    line-height: 190px;
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
}

.about-history li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 50%;
    background-color: #EEEEEE;
    right: 0;
    top: 25px;
    z-index: 2;
}

.about-history li .text-p {
    text-align: right;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    background-color: #FFF;
    position: relative;
    padding-right: 40px;
    z-index: 3;
}

.about-history li .text-p:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #014DA1;
    right: 0;
    top: 22px;
}

.about-history .time {
    color: #014DA1;
    font-size: 38px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-history .dot {
    position: absolute;
    right: -13px;
    top: 14px;
    background-color: #FFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #014DA1;
    z-index: 4;
}

.about-history .dot:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #014DA1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-heal-tab {
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
}

.about-heal-tab a {
    width: 240px;
    color: #333;
    font-weight: 500;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    position: relative;
    cursor: pointer;
}

.about-heal-tab a .dot {
    content: '';
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background-color: #014DA1;
    bottom: -7px;
    margin-left: -7px;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s;
}

.about-heal-tab a:nth-of-type(1) {
    border-right: 0;
}

.about-heal-tab a.hover {
    background-color: #014DA1;
    color: #FFF;
}

.about-heal-tab a.hover .dot {
    opacity: 1;
}

.heal-huanjing .text-p {
    line-height: 1.75;
    color: #888;
    margin-bottom: 50px;
}

.heal-huanjing .imgshow img {
    width: 100%;
}

.heal-huanjing dl {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.heal-huanjing dl dd {
    position: relative;
    width: 30%;
}

.heal-huanjing dl em {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 92px;
    font-weight: bold;
    color: rgba(212, 217, 221, 0.54);
    z-index: 1;
}

.heal-huanjing dl p {
    line-height: 1.75;
    color: #888;
    position: relative;
    z-index: 2;
}

.heal-safe {
    background-color: #F5F6F7;
    padding-top: 1px;
}

.heal-safe .text-p {
    line-height: 1.5;
    color: #888;
    text-align: center;
    margin-bottom: 40px;
}

.heal-safe ul {
    display: flex;
    align-items: center;
}

.heal-safe ul li {
    background: #FFF;
    line-height: 1.5;
    border: 1px solid #F0F0F0;
    color: #888;
    text-align: center;
    padding: 30px;
}

.heal-safe .line-arrow {
    display: inline-block;
    width: 23px;
    height: 15px;
    flex-shrink: 0;
    background: url("../images/line-big.png") no-repeat;
    margin: 0 15px;
}

.heal-safe dd {
    margin-top: 50px;
    margin-right: 2%;
    float: left;
    width: 32%;
}

.heal-safe dd:nth-last-of-type(1) {
    margin-right: 0;
}

.heal-safe dd.hover a {
    background: #84D2FF;
}

.heal-safe dd a {
    display: block;
    background: #0894E3;
    height: 110px;
    display: flex;
    align-items: center;
    font-size: 26px;
    justify-content: center;
    color: #FFF;
    font-weight: 500;
}

.heal-bot-grid li {
    margin-right: 2.75%;
    float: left;
    width: 31.5%;
}

.heal-bot-grid li:nth-last-of-type(1) {
    margin-right: 0;
}

.heal-list li {
    position: relative;
}

.heal-list li .imgshow {
    overflow: hidden;
}

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

.heal-list li:hover img {
    transform: scale(1.05);
}

.heal-list .text-p {
    position: absolute;
    padding: 0 20px;
    left: 0%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #FFF;
    line-height: 1.5;
}

.heal-list .text-p h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.heal-list .text-p p {
    color: rgba(255, 255, 255, 0.84);
    padding: 0 10%;
}

.msg_title {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 80px;
}

.msg_title h2 {
    color: #014DA1;
    font-size: 34px;
    margin-bottom: 20px;
    background: url("../images/mail-send.png") no-repeat 90% 50%;
}

.msg_title p {
    color: #888;
    line-height: 1.7;
}

.contact_ny_grid {
    position: relative;
    padding-left: 250px;
}

.contact_ny_grid .right {
    padding-right: 5%;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 2px 24px 2px rgba(3, 23, 53, 0.05);
    padding-left: 380px;
    padding-bottom: 60px;
}

.contact_ny_grid .left {
    background: url("../images/con_bg.png") no-repeat;
    width: 565px;
    height: 600px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    margin-top: -300px;
    color: #FFF;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 50px;
}

.contact_ny_grid .left h2 {
    margin-bottom: 50px;
}

.contact_ny_grid .left .line_block {
    width: 40px;
    height: 2px;
    background: #f7fafd;
    display: inline-block;
    margin-bottom: 60px;
}

.contact_ny_grid .left ul {
    width: 100%;
}

.contact_ny_grid .left li {
    line-height: 35px;
    width: 100%;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 35px;
}

.contact_ny_grid .left li.add {
    line-height: 1.3;
}

.contact_ny_grid .left li .icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 35px;
    display: inline-block;
}

.contact_ny_grid .left a {
    color: #FFF;
    margin-left: 10px;
}

.contact_ny_grid .left a:hover {
    color: #FFF;
}

.contact_ny_grid #xhlFormSubmit {
    width: 100%;
    font-size: 16px;
}

.contact-map img {
    width: 100%;
}

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

.proleft_class .menu_grid dd {
    background: url("../images/dot.png") no-repeat 0 22px;
    padding: 15px 0 15px 92px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
}

.proleft_class .menu_grid dd .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.proleft_class li {
    margin-bottom: 20px;
}

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

.proleft_class li h4 {
    padding: 20px;
    font-size: 20px;
    color: #014DA1;
    text-transform: uppercase;
    font-style: italic;
    background: whitesmoke;
    border: 1px solid #ebebeb;
    position: relative;
}

.proleft_class li h4 a {
    color: #014DA1;
    font-weight: 800;
    transition: all 0.3s;
}

.proleft_class li h4 a em {
    color: #333;
}

.proleft_class li h4 a:hover {
    color: #0C4F9D;
}

.proleft_class li h4 em {
    color: #333333;
    font-style: italic;
    padding-left: 5px;
}

.proleft_class li.act .add_icon {
    background: #014DA1;
}

.proleft_class li.act .add_icon:after {
    height: 0;
}

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

.proleft_class li .add_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: #878787;
}

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

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

.proleft_class h2 {
    justify-content: space-between;
}

.proleft_class h2 .icon {
    margin-right: 15px;
}

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

.proleft_class .con_block .tit {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.proleft_class .con_block .btn {
    padding: 10px 20px;
    width: 150px;
    margin-top: 15px;
}

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

.content-pro li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

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

.product_ny_list li {
    float: left;
}

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

.product_ny_list li:hover .view-btn .icon {
    background-color: #E50112;
}

.product_ny_list .imgshow {
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

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

.product_ny_list h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.product_ny_list p {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

.product_ny_list .view-btn {
    margin-top: 20px;
    line-height: 30px;
    height: 30px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 45px;
    display: inline-block;
    background: #EBEBEB;
    position: relative;
}

.product_ny_list .view-btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #014DA1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_pro.png");
    transition: all 0.3s;
}

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

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

.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 #ebebeb;
    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: #a1a1a1;
}

.pic-gall .gallery-top {
    overflow: hidden;
    border: 1px solid #EBEBEB;
}

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

.prodis-gall .gall-tips .tit {
    line-height: 1.2;
    padding: 30px 0 20px;
    color: #333;
    font-weight: bold;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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 #014DA1;
    width: 156px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #014DA1;
    font-size: 16px;
}

.gall-tips .links a:hover {
    background-color: #014DA1;
    color: #FFF;
}

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

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

.pro-detail-share {
    margin-bottom: 22px;
}

.pro-detail-share .imgshow {
    float: left;
}

.pro-detail-share .web_share {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.prodis-des h4 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.prodis-des h4:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 10px;
}

.prodis-des .text {
    line-height: 1.5;
}

.prodis-des dl {
    overflow: hidden;
    /* padding-top: 15px; */
}

.prodis-des dd {
    float: left;
    margin-left: 20px;
    padding-bottom:30px;
}

.prodis-des p {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 20px;
    color: #888;
}

.prodis_detail {
    margin-top: 50px;
}

.detail_tit {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.mytable{
    overflow-x: auto;
}
.mytable table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
    min-width: 900px;
}

.mytable .xing {
    display: flex;
    justify-content: center;
}

.mytable .xing a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/xing.png") no-repeat 50% 50%;
    background-size: 100%;
}

.mytable th {
    background: #f8f8f8;
    font-weight: 500;
    font-size: 16px;
}

.mytable th,
.mytable td {
    padding: 12px 20px;
    border: 1px solid #EDEDED;
    text-align: center;
    line-height: 1.4;
}

.relate_title {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.relate_title p.tips {
    font-size: 16px;
    color: #888;
    line-height: 1.625;
    max-width: 630px;
    margin: 20px auto 0;
}

.ny_tit {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #27323D;
}

.dealer-support .ny_tit {
    margin-bottom: 70px;
}

.dealer-support li {
    width: 14.28%;
    text-align: center;
}

.dealer-support-list li {
    text-align: center;
    float: left;
}

.dealer-support-list li:hover .imgshow {
    background-image: url("../images/spbg_h.png");
}

.dealer-support-list li:hover .imgshow img {
    display: none;
}

.dealer-support-list li:hover .imgshow img.show_icon_h {
    display: inline-block;
}

.dealer-support-list p {
    color: #666;
}

.dealer-support-list .imgshow {
    margin: 0 auto 35px;
    background-image: url("../images/spbg.png");
    background-size: 100%;
    transition: all 0.3s;
    background-position: 50% 50%;
    width: 154px;
    height: 177px;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.dealer-support-list .imgshow img {
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dealer-support-list .imgshow img.show_icon_h {
    display: none;
}

.dealer-guarabtee {
    background-color: #F6F6F6;
}

.dealer-guarabtee.type2 .imgshow {
    padding-top: 0;
}

.dealer-guarabtee.type2 .d-g-left {
    padding-top: 30px;
}

.dealer-guarabtee .d-g-left {
    width: 50%;
}

.dealer-guarabtee .d-g-left .ny_tit {
    text-align: left;
    margin-bottom: 35px;
}

.dealer-guarabtee .d-g-left .text-p {
    line-height: 2;
    color: #888;
}

.dealer-guarabtee .d-g-left .text-p p {
    margin-bottom: 20px;
}

.dealer-guarabtee .d-g-left .btn {
    margin-top: 40px;
}

.dealer-guarabtee .imgshow {
    padding-top: 15px;
    width: 41%;
    text-align: right;
}

.dealer-guarabtee .imgshow ul {
    overflow: hidden;
}

.dealer-guarabtee .imgshow li {
    width: 50%;
    float: left;
}

.dealer-guarabtee .imgshow li img {
    width: 100%;
}

.dealer-market .ny_tit {
    margin-top: 80px;
    margin-bottom: 60px;
}

.dealer-market .imgshow {
    position: relative;
}

.dealer-market .imgshow .btn {
    position: absolute;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    bottom: 80px;
}

.dealer-market img {
    width: 100%;
}

.solution-list ul {
    padding-top: 50px;
}

.solution-list li {
    background-color: #F5F6F7;
    padding: 70px 110px;
    position: relative;
    padding-right: 55%;
    margin-bottom: 115px;
}

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

.solution-list li:nth-of-type(2n) {
    padding-left: 55%;
    padding-right: 0;
}

.solution-list li:nth-of-type(2n) .imgshow {
    right: auto;
    left: 95px;
}

.solution-list li:nth-of-type(2n) .text-p {
    padding-right: 95px;
}

.solution-list li .imgshow {
    position: absolute;
    top: -50px;
    right: 95px;
    background: #FFF;
    padding: 20px;
    width: 40%;
}

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

.solution-list h3 {
    color: #014DA1;
    font-size: 30px;
    margin-bottom: 35px;
}

.solution-list p {
    color: #888;
    line-height: 1.625;
}

.solution-list .btn {
    margin-top: 30px;
}

.content-solution .ny_tit {
    margin-bottom: 65px;
}

.content-solution-detail {
    background-color: #f5f6f7;
}

.content-solution-detail .text-p {
    padding-left: 5%;
    padding-right: 5%;
}

.content-solution-detail .text-p img.fl,
.content-solution-detail .text-p img.fr {
    width: 49%;
}

.news-type1-grid {
    background-color: #F5F6F7;
}

.news-type1-grid li {
    width: 30%;
    margin-right: 5%;
    float: left;
}

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

.news-img-list li:hover .imgshow img {
    transform: scale(1.05);
}

.news-img-list h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

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

.news-img-list .imgshow {
    margin-bottom: 33px;
    overflow: hidden;
}

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

.news-img-list .date {
    font-size: 14px;
    color: #B6B6B9;
    margin-bottom: 20px;
    background: url("../images/news-date.png") no-repeat 0 50%;
    padding-left: 25px;
}

.news-img-list p {
    line-height: 1.875;
}

.news-img-list p a {
    color: #888;
}

.news-detail-content .content-right {
    float: left;
}

.news-detail-content .content-right h3 {
/*     font-size: 30px; */
    color: #333333;
    font-weight: 500;
    line-height: 1.3;
}

.news-detail-content .content-right .text-p {
    color: #666666;
    line-height: 1.875;
}

.news-detail-content .content-right .text-p p {
    margin-top: 30px;
}

.news-detail-content .proleft_class {
    float: right;
}

.news-detail-content .subtit {
    padding: 25px 0;
    border-bottom: 3px solid #EDEDED;
    position: relative;
}

.news-detail-content .subtit:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #e50112;
    left: 0;
    bottom: -3px;
}

.news-detail-content .subtit>div {
    float: left;
    color: #B6B6B9;
    display: flex;
    align-items: center;
}

.news-detail-content .subtit .icon {
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.news-detail-content .subtit .date {
    margin-right: 50px;
}

.news-detail-content .subtit .date .icon {
    background-image: url("../images/date.png");
}

.news-detail-content .subtit .views .icon {
    background-image: url("../images/views.png");
}

.case-detail .case-subtit .icon {
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    margin-right: 10px;
}

.case-detail .case-subtit .views .icon {
    background-image: url("../images/views.png");
}

.news-bot-search {
    margin-top: 60px;
    height: 118px;
    background-color: #014DA1;
    padding-left: 360px;
    position: relative;
}

.news-bot-search .news-form {
    width: 315px;
    position: relative;
}

.news-bot-search .news-form input {
    width: 100%;
    border: none;
    box-shadow: none;
    height: 52px;
    padding: 0 110px 0 15px;
}

.news-bot-search .news-form .n-ser-btn {
    height: 48px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 105px;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    background-color: #014DA1;
    color: #FFF;
    cursor: pointer;
}

.n-b-s-left {
    background: url("http://mkt.techking.com/wp-content/uploads/2020/03/logo.png") no-repeat 50% 50%;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
}

.n-b-s-right {
    height: 118px;
    align-items: center;
}

.n-b-s-right .web_share {
    margin-right: 50px;
}

.news_related .swiper-dot {
    height: 45px;
    width: 100%;
    position: relative;
    background-color: #E50112;
}

.news_related .swiper-dot .swiper-pagination {
    position: initial;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_related .swiper-dot .swiper-pagination-bullet {
    opacity: 1;
    background: #FFF;
    position: relative;
    margin: 0 10px;
}

.news_related .swiper-dot .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FFF;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    transition: all 0.3s;
    transform: scale(0);
}

.news_related .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(1);
}

.news_related .tit {
    background: url("../images/news-rela-bg.png") no-repeat;
    height: 68px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
}

.news_related h3 {
    white-space: initial;
}

.news_related h3 a {
    font-size: 18px;
}

.news_related .imgshow {
    margin-bottom: 20px;
}

.related_swiper {
    background-color: #F6F6F6;
}

.related_swiper .swiper-slide {
    padding: 35px;
    margin-bottom: 0;
}

.video-list-grid li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

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

.video-list .page-box {
    padding-top: 40px;
}

.video-list li {
    background-color: #F2F2F2;
}

.video-list li:hover .imgshow:before {
    transform: scale(1.05);
}

.video-list li:hover .imgshow img {
    transform: scale(1.05);
}

.video-list .imgshow {
    position: relative;
    overflow: hidden;
}

.video-list .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.video-list .imgshow:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}

.video-list .imgshow:before {
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    background: url("../images/play.png") no-repeat;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    z-index: 2;
    transition: all 0.3s;
    cursor: pointer;
}

.video-list h3 {
    padding: 20px;
    color: #27323D;
}

.down-list .btn {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    min-width: 112px;
}

.down-list ul {
    border: 1px solid #ebedee;
}

.down-list li {
    overflow: hidden;
    padding: 15px 5%;
    border-bottom: 1px solid #ebedee;
}

.down-list li.tit {
    background: #efefef;
    font-weight: 500;
}

.down-list li .btn:hover {
    background-color: #E50112;
    border-color: #E50112;
}

.down-list li p {
    float: left;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.down-list li p:nth-of-type(1) {
    width: 40%;
    padding-left: 30px;
}

.down-list li p:nth-of-type(2) {
    width: 20%;
    padding-left: 30px;
}

.down-list li p:nth-of-type(3) {
    width: 25%;
    padding-left: 30px;
}

.down-list li p:nth-last-of-type(1) {
    width: 15%;
}

.down-list li p .icon {
    position: absolute;
    left: 0;
    top: 3px;
}

.service-list {
    padding-bottom: 60px;
}

.service-list li {
    float: left;
    width: 34%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.service-list li:nth-of-type(2n) {
    margin-right: 0;
}

.service-list li.big-show {
    width: 64.3%;
}

.service-list li:hover .imgshow h3 {
    transform: translateY(0);
}

.service-list li:hover .imgshow img {
    transform: scale(1.05);
}

.service-list li .imgshow {
    position: relative;
    overflow: hidden;
}

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

.service-list li .imgshow h3 {
    transition: all 0.3s;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(1, 77, 161, 0.6);
    color: #FFF;
    padding: 15px 40px;
    line-height: 1.3;
    font-weight: 500;
}

.site-vist-list {
    position: relative;
}

.site-vist-list .right-block {
    position: absolute;
    right: 0;
    width: 200px;
    height: 44%;
    background-color: #F6F6F6;
    top: 0;
    z-index: 2;
}

.site-vist-list .right-block.bots {
    top: auto;
    right: auto;
    left: 0;
    bottom: 6%;
}

.site-vist-list ul {
    position: relative;
    z-index: 3;
}

.site-vist-list li {
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
}

.site-vist-list li:hover img {
    transform: scale(1.05);
}

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

.site-vist-list li .imgshow {
    overflow: hidden;
}

.site-vist-list li img {
    transition: all 0.3s;
    width: 100%;
}

.site-vist-list li.tit .ny_tit {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 40px;
}

.site-vist-list li.tit p {
    color: #888;
    font-size: 14px;
    line-height: 2;
}

.visit-sreto .m-width-1440 {
    position: relative;
}

.visit-sreto .ny_tit {
    text-align: left;
}

.visit-sreto .imgshow {
    width: 29%;
}

.visit-sreto .imgshow img {
    width: 100%;
}

.v-s-right {
    width: 65%;
}

.v-s-right .ny_tit {
    margin-bottom: 60px;
    margin-top: 10px;
}

.v-s-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.v-s-right li {
    margin-bottom: 50px;
    width: 46%;
}

.v-s-right li h3 {
    margin-bottom: 15px;
    background: url("../images/v_arrow.png") no-repeat 0 50%;
    padding-left: 25px;
}

.v-s-right li p {
    width: 100%;
    color: #888;
    line-height: 1.5;
    padding-left: 25px;
}

.visit-tech .ny_tit {
    margin-top: 80px;
    margin-bottom: 50px;
}

.visit-tech li {
    width: 18.5%;
    float: left;
    margin-right: 1.875%;
}

.visit-tech li:nth-of-type(5n) {
    margin-right: 0;
}

.visit-tech-list .imgshow {
    overflow: hidden;
}

.visit-tech-list .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.visit-tech-list li {
    background-color: #F6F6F6;
    transition: all 0.3s;
}

.visit-tech-list li:hover {
    background-color: #014DA1;
}

.visit-tech-list li:hover h3 {
    color: #FFF;
}

.visit-tech-list li:hover img {
    transform: scale(1.05);
}

.visit-tech-list h3 {
    padding: 15px;
    text-align: center;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visit-ship {
    background-color: #F9FAFB;
    padding-top: 1px;
}

.visit-ship .imgshow {
    text-align: center;
}

.visit-ship .imgshow img {
    width: 100%;
}

.case-detail h3 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.case-detail .case-subtit {
    background: rgba(1, 77, 161, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.case-detail .case-subtit .date {
    margin-right: 50px;
}

.case-detail .case-subtit .date .icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url("../images/date.png") no-repeat 50% 0%;
    margin-right: 15px;
}

.case-detail .text-p {
    line-height: 1.875;
}

.case-detail .text-p p {
    color: #888;
    margin-top: 25px;
}

.case-detail .text-p p img {
    margin: 30px auto;
}

.case-pro-list {
    position: relative;
}

.case-pro-list h2 {
    background-color: #014DA1;
    background-image: url("../images/sanjiao.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-right: 100px;
    height: 84px;
    padding-left: 50px;
    font-size: 32px;
    line-height: 84px;
    color: #FFF;
    display: inline-block;
    position: absolute;
    top: 80px;
}

.case-pro-list ul {
    width: 47%;
}

.case-pro-list ul:nth-of-type(1) {
    padding-top: 160px;
}

.case-pro-list li {
    float: none;
    margin-top: 80px;
}

.case-pro-list h3 {
    font-size: 24px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cre-top-gird {
    position: relative;
}


/* .cre-top-gird li:nth-last-of-type(1) {
    width: 33.32%;
} */

.cre-top-list {
    position: relative;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.cre-top-list li {
    float: left;
    width: 16.66%;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    overflow: hidden;
}

.cre-top-list li:hover img {
    transform: scale(1.05);
}

.cre-top-list li img {
    width: 100%;
    transition: all 0.3s;
}

.cre-left-tips {
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 33.2%;
    position: absolute;
    background: url("../images/cre-left.png") no-repeat;
    background-size: 100% auto;
    font-size: 38px;
    color: #FFF;
    line-height: 1.34;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 3%;
}

.cre-bot-grid {
    background-color: #EFF4F8;
    padding-top: 1px;
}

.cre-bot-grid .ny_tit {
    margin-top: 75px;
    margin-bottom: 60px;
}

.cre-bot-grid .cre-top-list li {
    width: 20%;
}

.error_gird {
    text-align: center;
}

.error_gird .ny_tit {
    margin-top: 55px;
    margin-bottom: 20px;
}

.error_gird p {
    color: #888;
    line-height: 1.6;
    max-width: 390px;
    margin: 0 auto;
}

.error_gird .btn {
    margin-top: 30px;
}

.grow-case-block .fl,
.grow-case-block .fr {
    width: 46%;
}

.grow-case-block .imgshow img {
    width: 100%;
}

.grow-case-block .g-c-eline {
    position: relative;
    width: 46%;
}

.grow-case-block .g-c-eline img {
    width: 100%;
}

.grow-case-block .g-c-eline h3 {
    position: absolute;
    color: #585858;
    font-size: 22px;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.g-c-news img {
    width: 100%;
}

.g-c-news .imgshow {
    overflow: hidden;
    position: relative;
}

.g-c-news .text-p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    color: #FFF;
    background-color: rgba(1, 77, 161, 0.84);
}

.g-c-news .text-p h3 {
    font-weight: 500;
    margin-bottom: 5px;
}

.g-c-tit {
    color: #404040;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}

.g-c-tit:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 23px;
    top: 3px;
    background: #333333;
}

.g-c-spe .tips {
    font-size: 22px;
    font-weight: 500;
}

.g-c-spe h3 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
}

.g-c-spe .tit {
    margin-top: 15px;
    background: url("../images/speline.png") no-repeat;
    height: 46px;
    color: #FFF;
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 30px;
}

.g-c-spe dl {
    margin-bottom: 22px;
}

.g-c-spe dl:nth-last-child(1) {
    margin-bottom: 0;
}

.g-c-spe dt {
    color: #014DA1;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.g-c-spe dd {
    font-size: 18px;
    color: #888;
    line-height: 1.3;
}


/*main--jieshu*/


/*footer start*/

.footer {
    background-color: rgba(3, 64, 131, 0.94);
    background-image: url("../images/footnbg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.foot-logo {
    border-bottom: 1px solid rgba(127, 171, 219, 0.3);
    padding: 50px 0;
}

.foot-logo ul {
    text-align: center;
    padding: 0 12.5%;
}

.foot-logo li {
    line-height: 56px;
    float: left;
    text-align: center;
    width: 33%;
    border-right: 1px solid rgba(127, 171, 219, 0.3);
}

.foot-logo li:nth-last-of-type(1) {
    border-right: none;
}

.foot-logo a {
    color: #FFF;
    font-size: 20px;
}

.foot-logo .web_share {
    justify-content: center;
}

.footer-box .web_share {
    padding: 20px 0 0;
    max-width: 186px;
    width: 100%;
}

.foot_nav {
    width: 100%;
    margin-top: 40px;
}

.foot_nav li {
    float: left;
    width: 25%;
    padding-left: 2%;
    line-height: 2;
}

.foot_nav li:nth-last-of-type(1) {
    float: right;
}

.foot_nav li .line {
    width: 22px;
    height: 2px;
    background: #444444;
    display: block;
    margin: 20px 0;
}

.foot_nav h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.foot_nav h3 a {
    color: #fff;
}

.foot_nav dd {
    font-size: 14px;
    line-height: 2;
    color: #7FABDB;
}

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

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

.foot_nav dd a {
    color: #7FABDB;
}

.foot_nav dd a:hover {
    color: #FFF;
}

.textnowrap {
    white-space: nowrap;
}

.footer-copy {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    border-top: 1px solid rgba(176, 181, 193, 0.2);
    padding: 20px 0;
    color: #7FABDB;
}

.footer-copy p {
    margin: 0 20px;
    font-size: 14px;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
}

.banner.banner_ny {
    position: relative;
}

.banner.banner_ny.banner_0 {
    margin-bottom: 0;
}

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

.banner.banner_ny h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner.banner_ny h1 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner.banner_ny .crumbs-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.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: 15px;
    height: 14px;
    margin-left: 0;
}

.banner.banner_ny .crumbs-box-banner .crumbs-icon.crumbs-arrow {
    background-image: url("../images/cf_arrow.png");
    width: 4px;
    height: 7px;
    margin-left: 10px;
}

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

.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;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #FFF;
}

.swiper-slide .banner-content .banner-btn {
    margin-top: 50px;
    width: 205px;
    color: #FFF;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
}

.swiper-slide .banner-content .banner-btn.red {
    background-color: #E50112;
}

.swiper-slide .banner-content .banner-btn.red .icon {
    background-color: #C90513;
    background-image: url("../images/send.png");
}

.swiper-slide .banner-content .banner-btn .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.swiper-slide .banner-content .banner-btn.blue {
    background-color: #014DA1;
}

.swiper-slide .banner-content .banner-btn.blue .icon {
    background-color: #034287;
    background-image: url("../images/chanpin.png");
}

.swiper-slide .banner-content .m-width-1440 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide .banner-content .m-width-1440 .text {
    max-width: 766px;
}

.swiper-slide .banner-content .subtit {
    /* font-size: 66px; */
    /* overflow: hidden; */
    line-height: 1.15;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.swiper-slide .banner-content p {
    padding-right: 150px;
    line-height: 1.875;
    /* max-height: 60px; */
    overflow: hidden;
    color: rgba(255, 255, 255, 0.68);
}

.swiper-slide .banner-content .btn {
    margin-top: 45px;
}

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


/*轮播图end*/

.crumbs-box a {
    color: #fff;
    display: inline-block;
    transition: all 0.4s;
    font-size: 16px;
    text-transform: capitalize;
}

.crumbs-box a:hover {
    color: #014DA1;
}

.crumbs-box i {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.crumbs-box span {
    color: #fff;
}


/*公共样式定义 start*/


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

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

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

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

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

.padd-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

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

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

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

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


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}


/*置顶按钮 end*/


/*分页 start*/

.page-box .wp-pagenavi {
    padding: 90px 0;
    text-align: center;
}

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

.page-box .page-inner a,
.page-box .page-inner span {
    display: inline-flex;
    color: #666;
    border-radius: 50%;
    margin: 0 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    justify-content: center;
    background: transparent;
    background: #fff;
    border: 1px solid #DEDEDE;
}

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

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

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

.page-box .page-inner a.previouspostslink {
    background: url(../images/pro_prev.png) no-repeat 50% 50%;
    width: 90px;
    border-radius: 19px;
    text-indent: 200px;
    overflow: hidden;
}

.page-box .page-inner a.previouspostslink:hover {
    background: url(../images/pro_prev.png) no-repeat 50% 50%;
}

.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: #014DA1;
    background: none;
    border: none;
}

.page-box .page-inner a.nextpostslink {
    background: url(../images/pro_next.png) no-repeat 50% 50%;
    width: 90px;
    border-radius: 19px;
    text-indent: 200px;
    overflow: hidden;
}

.page-box .page-inner a.nextpostslink:hover {
    background: url(../images/pro_next.png) no-repeat 50% 50%;
}

.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.type1 a.icon-h-email {
    background-image: url("../images/icon-h-email.png");
}
.web_share.type1 a.icon-h-email:hover {
    background-image: url("../images/icon-h-email-h.png");
}
.web_share.type1 a.icon-h-whatsapp {
    background-image: url("../images/icon-h-whatsapp.png");
}
.web_share.type1 a.icon-h-whatsapp:hover {
    background-image: url("../images/icon-h-whatsapp-h.png");
}


/*.web_share.type1 a:nth-of-type(1) {*/
/*    background-image: url("../images/link1.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(1):hover {*/
/*    background-image: url("../images/link01.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(2) {*/
/*    background-image: url("../images/link2.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(2):hover {*/
/*    background-image: url("../images/link02.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(3) {*/
/*    background-image: url("../images/link3.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(3):hover {*/
/*    background-image: url("../images/link03.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(4) {*/
/*    background-image: url("../images/link4.png");*/
/*}*/

/*.web_share.type1 a:nth-of-type(4):hover {*/
/*    background-image: url("../images/link04.png");*/
/*}*/

.web_share.type2 {
    height: 56px;
    align-items: center;
}

.web_share.type2 a.icon-f-email {
    background-image: url("../images/icon-f-email.png");
}

.web_share.type2 a.icon-f-whatsapp {
    background-image: url("../images/icon-f-whatsapp.png");
}

/*.web_share.type2 a:nth-of-type(1) {*/
/*    background-image: url("../images/f_link1.png");*/
/*}*/

/*.web_share.type2 a:nth-of-type(2) {*/
/*    background-image: url("../images/f_link2.png");*/
/*}*/

/*.web_share.type2 a:nth-of-type(3) {*/
/*    background-image: url("../images/f_link3.png");*/
/*}*/

/*.web_share.type2 a:nth-of-type(4) {*/
/*    background-image: url("../images/f_link4.png");*/
/*}*/

.web_share.type3 {
    height: 56px;
    align-items: center;
}

.web_share.type3 a.icon-email {
    background-image: url("../images/icon-email.png");
}

.web_share.type3 a.icon-email:hover {
    background-image: url("../images/icon-email-h.png");
}

.web_share.type3 a.icon-whatsapp {
    background-image: url("../images/icon-whatsapp.png");
}

.web_share.type3 a.icon-whatsapp:hover {
    background-image: url("../images/icon-whatsapp-h.png");
}
/*.web_share.type3 a:nth-of-type(2) {*/
/*    background-image: url("../images/link001.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(1):hover {*/
/*    background-image: url("../images/link001_h.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(2) {*/
/*    background-image: url("../images/link002.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(2):hover {*/
/*    background-image: url("../images/link002_h.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(3) {*/
/*    background-image: url("../images/link003.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(3):hover {*/
/*    background-image: url("../images/link003_h.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(4) {*/
/*    background-image: url("../images/link004.png");*/
/*}*/

/*.web_share.type3 a:nth-of-type(4):hover {*/
/*    background-image: url("../images/link004_h.png");*/
/*}*/


.web_share.grey a {
    background-color: #D1D1D1;
    border-radius: 50%;
    background-image: url("../images/cf_lk1.png");
}

.web_share.grey a:hover {
    background-color: #E50112;
}

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

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

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

.web_share.grey2 a {
    width: 22px;
    height: 22px;
    background-color: #014DA1;
    border-radius: 50%;
    background-image: url("../images/cf_lk1.png");
}

.web_share.grey2 a:nth-child(2) {
    background-color: #1DA1F3;
    background-image: url("../images/cf_lk2.png");
}

.web_share.grey2 a:nth-child(3) {
    background-color: #F24B4B;
    background-image: url("../images/cf_lk3.png");
}

.web_share.grey2 a:nth-child(4) {
    background-color: #0177B5;
    background-image: url("../images/cf_lk4.png");
}

.web_share a {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: 50% 50%;
    margin-right: 11px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

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


/*公共样式定义 end*/

@media only screen and (max-width: 1466px) {
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header_top .h-top-share {
        right: 20px;
    }
    .gall-tips .links a{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_pro_grid .index_pro_tit .m-width-computed {
        padding-left: 0 !important;
    }
    .case-pro-list h2 {
        font-size: 22px;
    }
    .about-ys-tres .text-p .title {
        margin-top: 30px;
    }
    .m-width-1440 {
        max-width: 1024px;
    }
    .pc-nav li {
        font-size: 16px;
    }
    .pc-nav li a {
        padding: 0 7px;
    }
    .index_about_grid {
        padding-bottom: 90px;
    }
    .index_pro_grid .title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .index_pro_grid .index_pro_tit .tit_more {
        margin-top: 20px;
    }
    .index_news_list li h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .index_news_list .i-news-bot {
        padding: 10px 20px;
    }
    .index_news_list .i-news-bot p {
        margin-bottom: 15px;
    }
    .i-msg-right dd {
        margin-left: 20px;
        margin-right: 0;
    }
    .index_about_grid dl {
        padding-top: 30px;
    }
    .foot-logo {
        padding: 25px 0;
    }
    .header_top .top_con a {
        padding: 0 15px;
    }
    .about-top-info .title {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .about-top-info .a-t-left .text-p {
        margin-bottom: 25px;
    }
    .proleft_class {
        width: 30%;
    }
    .content-right {
        width: 66%;
    }
    .dealer-support-list .imgshow {
        width: 120px;
        height: 140px;
        background-size: 100%;
    }
    .dealer-support-list .imgshow img {
        width: 50px;
    }
    .dealer-guarabtee.type2 .d-g-left {
        padding-top: 0;
    }
    .about-heal-tab a {
        width: 205px;
    }
    .site-vist-list li.tit p {
        height: 84px;
        overflow: hidden;
    }
    .visit-ship img {
        width: 100%;
    }
    .contact_ny_grid .left {
        width: 45%;
    }
    .contact_ny_grid .right {
        padding-left: 250px;
    }
    .gall-tips .links a {
        margin-bottom: 10px;
        width: 140px;
    }
    
    .prodis-des dd {
        padding-bottom: 30px;
    }
    .prodis-gall .gall-tips .tit {
        padding-top: 0;
    }
    .news-detail-content .content-right .text-p p img {
        max-width: max-content;
        width: 100%;
    }
    .news-bot-search,
    .n-b-s-right {
        height: 88px;
    }
    .news-bot-search {
        padding-left: 255px;
    }
    .n-b-s-left {
        width: 250px;
        height: 88px;
        /* background-size: 100%; */
    }
    .news-bot-search .news-form {
        width: 230px;
    }
    .n-b-s-right .web_share {
        margin-right: 25px;
    }
    .news-bot-search .news-form .n-ser-btn {
        width: 90px;
    }
    .dealer-market .imgshow .btn {
        bottom: 40px;
    }
    .cre-left-tips {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .contact_ny_grid .left {
        margin-top: 0;
        background-position: 50% 50%;
    }
    .contact_ny_grid .right {
        padding-left: 20px;
    }
    .service-list {
        padding-bottom: 30px;
    }
    .search-tool .search-tool-inner {
        width: 100%;
    }
    .search-warp .search-tool {
        padding: 40px 20px;
    }
    .search-list .img-text .t a {
        white-space: normal;
        line-height: 1.3;
    }
    .search-list .img-text .t span:after {
        display: none;
    }
    .search-list ul li .li-inner .img-box {
        margin-bottom: 20px;
    }
    .search-list ul li .li-inner .img-box,
    .search-list ul li .li-inner .img-text {
        width: 100%;
    }
    .gall-tips .links a {
        margin-right: 0;
    }
    .product_ny_list .view-btn {
        width: 100%;
    }
    .padd-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .grow-case-block.bgccc {
        background-color: #FFF;
    }
    .grow-case-block .g-c-eline h3 {
        position: initial;
    }
    .grow-case-block .fl,
    .grow-case-block .fr {
        width: 100%;
    }
    .grow-case-block .fl {
        margin-bottom: 20px;
    }
    .heal-bot-grid li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .heal-safe dd {
        width: 100%;
        margin-top: 30px;
    }
    .heal-safe ul {
        flex-wrap: wrap;
    }
    .heal-safe .line-arrow {
        transform: rotate(90deg);
        margin: 15px auto;
    }
    .heal-huanjing dl dd {
        width: 100%;
        margin-top: 30px;
    }
    .heal-huanjing dl {
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .about-history li {
        width: 100%;
        padding-right: 0;
        padding-left: 30px;
    }
    .about-history li.line-grid:nth-of-type(2n) {
        padding-left: 30px;
    }
    .about-history li.line-grid:nth-of-type(2n) .dot {
        left: 0;
    }
    .about-history ul:before {
        left: 12px;
        margin-left: 0;
    }
    .about-history ul:after {
        width: 26px;
        height: 26px;
        left: 23px;
    }
    .about-history li.line-year {
        width: auto;
    }
    .about-history li.line-year .year-num {
        height: auto;
        width: auto;
        padding: 5px 10px;
        line-height: 1;
        border-radius: 0;
        display: inline-block;
    }
    .about-history li.line-qizi {
        display: none;
    }
    .about-history li .text-p {
        padding-left: 40px;
        padding-right: 0;
    }
    .about-history li .text-p:after {
        display: none;
    }
    .about-history .dot {
        right: auto;
        left: 0;
    }
    .about-history li:before {
        display: none;
    }
    .about-ys-top .title {
        margin-bottom: 30px;
    }
    .ys-bot-grid .y-bot-left {
        padding-top: 10px;
    }
    .about-history li .text-p {
        text-align: left;
    }
    .about-ys-tres,
    .ys-tres-right,
    .about-ys-tres .text-p,
    .ys-bot-grid .y-bot-left,
    .ys-bot-grid .ys-bot-right,
    .ys-bot-grid .lingxing-btn {
        width: 100%;
    }
    .ys-bot-grid .lingxing-btn {
        background: none;
        background-color: #014DA1;
    }
    .ys-bot-grid dl {
        margin-bottom: 30px;
    }
    .ys-bot-grid dd.w4 a,
    .ys-bot-grid dd.w2 a,
    .ys-bot-grid dd.w3 a {
        width: auto;
    }
    .ys-tres-right img {
        width: 100%;
    }
    .about-ys-top {
        padding: 0 40px;
    }
    .solution-list ul {
        padding-top: 0px;
    }
    .mm-listview>li>a {
        text-transform: capitalize;
    }
    .down-list li.tit {
        display: none;
    }
    .down-list li p:nth-of-type(2),
    .down-list li p:nth-of-type(3) {
        width: auto;
        padding-left: 0;
        margin-right: 20px;
    }
    .down-list li p:nth-of-type(1),
    .down-list li p:nth-last-of-type(1) {
        width: 100%;
    }
    .video-list h3 {
        padding: 10px;
    }
    .video-list-grid li {
        width: 49%;
        margin-right: 2%;
    }
    .video-list-grid li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .video-list-grid li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .case-detail .text-p p img {
        width: 100%;
        margin: 0;
    }
    .case-detail .text-p {
        margin-bottom: 30px;
    }
    .news-bot-search,
    .n-b-s-right {
        height: auto;
    }
    .news-bot-search {
        padding: 10px;
        height: auto;
    }
    .n-b-s-right .web_share {
        display: none;
    }
    .news-bot-search .news-form {
        width: 100%;
    }
    .n-b-s-left {
        display: none;
    }
    .news_list li {
        padding-left: 0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .news_list .date {
        position: initial;
        margin-top: 0;
        height: auto;
        width: 100%;
        border: none;
        justify-content: flex-start;
        color: #999;
        padding-bottom: 10px;
    }
    .news_list .date em {
        width: auto;
        font-size: 16px;
        display: none;
    }
    .news_list .text-p {
        padding: 0px;
    }
    .news-type1-grid li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .msg_title {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .msg_title h2 {
        background: none;
        font-size: 28px;
    }
    .contact_ny_grid .left h2 {
        margin-bottom: 25px;
    }
    .contact_ny_grid .left li {
        margin-bottom: 20px;
    }
    .contact_ny_grid .left {
        position: initial;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .case-pro-list h2 {
        margin-bottom: 30px;
        height: auto;
        line-height: 1.3;
        padding: 15px;
        background-size: auto 100%;
        font-size: 30px;
        background: none;
        background-color: #014DA1;
    }
    .case-pro-list li {
        margin-top: 30px;
    }
    .case-pro-list ul {
        width: 100%;
    }
    .case-pro-list .product_ny_list li {
        width: 100%;
    }
    .cre-bot-grid .cre-top-list li {
        width: 33.33%;
    }
    .cre-bot-grid .ny_tit {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cre-top-list li {
        width: 50%;
        overflow: hidden;
    }
    .cre-top-list li.kx {
        display: none;
    }
    .cre-left-tips {
        display: none;
    }
    .site-vist-list li.tit .ny_tit {
        text-align: center;
        margin-top: 30px;
    }
    .visit-tech .ny_tit {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .visit-tech-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .visit-tech-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .visit-sreto .imgshow {
        width: 100%;
        margin-bottom: 20px;
    }
    .v-s-right {
        width: 100%;
    }
    .v-s-right li {
        width: 100%;
    }
    .v-s-right li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .site-vist-list .right-block {
        display: none;
    }
    .site-vist-list li {
        width: 100%;
        padding: 0 20px;
    }
    .service-list li:hover .imgshow img {
        transform: scale(1);
    }
    .service-list li,
    .service-list li.big-show {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-list li:nth-last-of-type(1),
    .service-list li.big-show:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .service-list li .imgshow h3 {
        position: initial;
        transform: translateY(0);
    }
    .about-heal-tab {
        flex-wrap: wrap;
        height: auto;
        border-bottom: none;
        justify-content: flex-start;
        border-top: 1px solid #e5e5e5;
    }
    .about-heal-tab a {
        width: 50%;
        padding: 15px;
        line-height: 1.5;
        border-left: none;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content-solution-detail .text-p img.fl,
    .content-solution-detail .text-p img.fr {
        width: 100%;
        margin-bottom: 20px;
    }
    .solution-list li .imgshow {
        position: initial;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }
    .solution-list li:nth-of-type(2n) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution-list li:nth-of-type(2n) .text-p {
        padding-right: 0px;
    }
    .solution-list li {
        padding: 20px;
        margin-bottom: 40px;
    }
    .dealer-guarabtee .d-g-left .text-p p {
        margin-bottom: 10px;
    }
    .dealer-guarabtee .d-g-left .ny_tit {
        margin-bottom: 20px;
    }
    .dealer-market .imgshow .btn {
        position: initial;
        margin: 20px auto 0;
        display: block;
    }
    .dealer-guarabtee .d-g-left .btn {
        margin-top: 10px;
    }
    .ny_tit {
        font-size: 30px;
    }
    .dealer-support .ny_tit {
        margin-bottom: 30px;
    }
    .dealer-support-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .relate_title {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .prodis-gall .fr {
        margin-top: 30px;
        width: 100%;
    }
    .news-type2-grid .news_list {
        padding-bottom: 0;
    }
    .page-box {
        padding: 30px 0;
    }
    .page-box .page-inner .page-list {
        display: none;
    }
    .product_ny_list li {
        width: 49%;
        margin-right: 2%;
    }
    .product_ny_list li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .content-pro li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .martop-70 {
        margin-top: 30px;
    }
    .proleft_class,
    .content-right {
        width: 100%;
    }
    .proleft_class {
        margin-bottom: 20px;
    }
    .banner.banner_ny>img {
        display: none;
    }
    .banner.banner_ny .crumbs-box-banner {
        color: #333;
        position: initial;
        transform: translate(0, 0);
        padding: 20px;
    }
    .banner.banner_ny .crumbs-box-banner a {
        color: #333;
    }
    .about-top-info:after {
        background: none;
    }
    .about-top-info .a-t-left {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .about-top-info .a-t-right {
        padding: 20px;
    }
    .t-right-num {
        text-align: center;
    }
    .t-right-num img {
        width: 150px;
    }
    .about-top-info .a-t-right .tit {
        text-align: center;
        font-size: 30px;
        margin: 30px auto 10px;
    }
    .about-top-info .a-t-right p {
        text-align: center;
    }
    .about-value ul {
        background: none;
        height: auto;
    }
    .paddbot-90 {
        padding-bottom: 40px;
    }
    .about-value li {
        width: 100%;
        padding-left: 100px;
    }
    .about-value li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .banner.banner_ny h2 {
        font-size: 30px;
    }
    .right-icon .arrow {
        background: url("../images/arrow_cf.png") no-repeat 50% 50%;
    }
    .right-icon em {
        background: url("../images/diqiu_f.png") no-repeat 50% 50%;
    }
    #toTop {
        bottom: 80px;
    }
    .index_message_grid .i-msg-left {
        padding: 20px;
    }
    .footer {
        padding-bottom: 80px;
    }
    .padd-90 {
        padding: 40px 0;
    }
    .martop-90 {
        margin-top: 40px;
    }
    .paddtop-90 {
        padding-top: 40px;
    }
    .i-msg-right .big-text {
        font-size: 130px;
    }
    .i-msg-right .tips {
        font-size: 30px;
    }
    .i-msg-right dl {
        flex-wrap: wrap;
    }
    .i-msg-right dl dd {
        margin-top: 25px;
    }
    .index_news_grid .title {
        margin-bottom: 30px;
    }
    .i-news-top {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .i-news-top .imgshow {
        width: 100%;
    }
    .i-news-top .text-p {
        width: 100%;
        padding: 10px 20px;
    }
    .index_news_list li {
        margin-bottom: 20px;
    }
    .index_news_list li.one .text-p {
        position: initial;
        width: 100%;
        padding: 10px 20px;
    }
    .index_news_list .i-news-bot {
        position: initial;
    }
    .index_news_list {
        display: block;
    }
    .hezuo_tab_box {
        margin-top: 35px;
    }
    .hezuo_tab {
        font-size: 16px;
    }
    .hezuo_tab a {
        line-height: 1.4;
        padding: 10px 0;
    }
    .hezuo_tab_box li {
        width: 50%;
    }
    .index_pro_grid li,
    .index_pro_grid li.three {
        width: 100%;
        margin-top: 20px;
    }
    .index_pro_grid li.three .text-p {
/*         left: 35px; */
/*         right: auto; */
        text-align: left;
    }
    .index_number_grid {
        padding: 40px 0 20px;
    }
    .index_number_grid li {
        width: 50%;
        margin-bottom: 20px;
    }
    .index_number_grid li:nth-of-type(2n):after {
        display: none;
    }
    .index_number_grid li em {
        font-size: 36px;
    }
    .index_about_grid dl dd {
        margin-bottom: 30px;
    }
    .index_about_grid dl .tit {
        margin-bottom: 15px;
    }
    .index_about_grid {
        padding-bottom: 40px;
    }
    .title {
        margin: 40px 0 30px;
    }
    .title h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .index_about_grid .i-about-left {
        display: none;
    }
    .swiper-slide .banner-content {
        display: none;
    }
    .header_top .m-width-1440 {
        height: auto;
    }
    .header-box {
        margin-top: 0;
    }

    .header_top {
        background: none;
        padding: 10px 0;
    }
    .header_top .logo {
        width: 100%;
        text-align: center;
    }
    .header_top .logo img {
        height: 45px;
        margin-top: 0;
    }
    .header_top .h-top-share {
        display: none;
    }
    .header {
        background-color: #014DA1;
        position: relative;
        z-index: 1990;
    }
    .ser_form {
        width: 100%;
    }
    .footer-copy {
        flex-wrap: wrap;
        line-height: 1.4;
    }
    .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;
    }
    .banner.banner_ny .swiper-slide {
        background-size: auto 100%;
    }
    .banner_error {
        padding: 30px 0;
    }
    .faq li {
        padding-right: 0px;
    }
    .faq .tit {
        width: 80%;
        display: flex;
        line-height: 1.5;
    }
    .faq .tit .icon {
        right: 0;
    }
    .martop-80 {
        margin-top: 30px !important;
    }
    #page {
        background-color: #FFF;
    }
    .right-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .lan-box {
        height: auto;
        margin-left: 0;
    }
    .lan-box dt span {
        display: none;
    }
    .right-icon em:nth-of-type(1) {
        margin-left: 0;
        margin-right: 0;
    }
    .pc-nav,
    .header_top .top_con {
        display: none;
    }
    .foot-logo li {
        width: 100%;
        border-right: none;
        line-height: 1;
        padding: 10px 0;
    }
    .foot-logo li .web_share.type2 {
        height: auto;
    }
    .foot_nav li {
        width: 50%;
        margin-bottom: 20px;
    }
    .page-box .page-inner a.next_page {
        display: none;
    }
    .f38 {
        font-size: 28px;
    }
    .flexwrap {
        flex-wrap: wrap;
    }
    .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: #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;
    }
    .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;
    }
}