/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    width: 40px;
}

.enterprise-service {
    position: relative;
	width: 100%;
}

.enterprise-service img {
    width: 100%;
}

.index-banner-one-slide-pc {
    font-size: 0;
}
.down {
    position: fixed;
    top: -58px;
    left: 0;
    box-shadow: 0 0 5px #666;
}
.up {
    top: -58px;
    left: 0;
    box-shadow: 0 0 5px #666;
    position: fixed;
    -webkit-transform: translatey(58px);
    -moz-transform: translatey(58px);
    -ms-transform: translatey(58px);
    -o-transform: translatey(58px);
    transform: translatey(58px);
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -ms-transition: -ms-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.enterprise-service .s_nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.index-banner-service .swiper-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: #333;
    opacity: .6;
}

.enterprise-service .s_nav ul {
    overflow: hidden;
    width: 100%;
    padding-left: 0;
}

.enterprise-service .s_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 60px;
    background-color: rgba(51, 51, 51, 0.6);

}

.enterprise-service .s_nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.enterprise-service .s_nav ul li a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #333;
    opacity: 60%;
    position: absolute;
    top: 10px;
    right: 0;
}

.enterprise-service .s_nav ul li a:hover, .enterprise-service .s_nav ul li a.active {
    background-color: #0068b7;
}

.enterprise-service .s_nav ul li a:hover::after {
    opacity: 0;
}

.enterprise-service .txt {
    position: absolute;
    top: 225px;
    left: 217px;
    z-index: 2;
}

.enterprise-service .txt .p1 {
    font-size: 22px;
    font-weight: 600;
    color: #d22926;
    margin-bottom: 27px;
}

.enterprise-service .txt .p1 img {
    width: auto;
    height: 40px;
}

.enterprise-service .txt h3 {
    font-family: pingfangsc-semibold;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 40px;
}

.enterprise-service .txt .p2 {
    font-family: pingfangsc-semibold;
    font-size: 30px;
	font-weight:bold;
    color: #ffffff;
    letter-spacing: 0;
    margin-top: 20px;
    max-width: 600px;
    line-height: 48px;
}

.swiper-pagination {
    width: 100%;
}

.enterprise-service .txt .txt_btn {
    margin-top: 20px;
}

.enterprise-service .txt .txt_btn .demonstration {
    background: #ffffff;
    border-radius: 4px;
    font-family: pingfangsc-medium;
    font-size: 16px;
    color: #c13939;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    width: 140px;
    height: 44px;
    border: 0;
    behavior: ;
    margin-right: 22px;
}

.enterprise-service .txt .txt_btn .applyfor {
    background: #0068b7;
    border-radius: 4px;
    font-family: pingfangsc-medium;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 44px;
    width: 140px;
    height: 44px;
    border: 0;
	display:block;
}

.enterprise-service .txt .txt_btn .applyfor:hover, .enterprise-service .txt .txt_btn .demonstration:hover {
    opacity: .8;
}

.growup video {
    width: 100%;
}

.logo-web-box {
    display: none;
}

.main .growup .g_txt {
    width: 576px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -275px;
}

.main .growup .g_txt h3 {
    ont-family: pingfangsc-semibold;
    font-size: 60px;
    color: #ffffff;
    letter-spacing: 0;
}

.main .growup .g_txt p {
    font-family: pingfangsc-semibold;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    margin-top: 30px;
}

.main .growup {
    position: relative;
}

.main .growup .g_txt button {
    background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
    border-radius: 4px;
    border: 0;
    width: 140px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    behavior: ;
    margin-top: 27px;
	margin-right: 30px;

}

.main .growup .g_txt button:hover {
    opacity: .8;
}

.main .f_brief {
    padding: 0 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(51, 51, 51, .6);
}

.main .f_brief ul {
    overflow: hidden;
    margin-bottom: 0;
}

.main .f_brief ul li {
    position: relative;
    float: left;
    height: 110px;
    width: 25%;
    text-align: center;
}
.main .f_brief ul li:hover{
    background: rgba(255, 255, 255, 0.15);
}
.main .f_brief ul li a {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    width: 200px;
    text-align: left;
}

.main .f_brief ul li p {
    margin-top: 10px;
    font-size: 12px;
}

.main .f_brief ul li h6 {
    font-size: 18px;
}

.main .f_brief ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: rgba(153, 153, 153, 0.39);
    position: absolute;
    right: 0;
    top: 15px;
}

.main .f_brief ul li:first-child   li   li   li::after {
    display: none;
}

.main .report {
    position: relative;
    height: 576px;
	max-width: 1440px;
    margin: 0 auto;
}

.main .report img {
    width: 100%;
}

.main .report .r_txt {
    position: absolute;
    top: 60px;
    text-align: center;
    padding: 0 130px;
    width: 100%;
}

.main .report .r_txt h2 {
    font-family: pingfangsc-semibold;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 50px;
}

.main .report .r_txt .secondlevel {
    overflow: hidden;
}

.main .report .r_txt .secondlevel .secondlevel_left {
    position: absolute;
    width: 321px;
    left: 50%;
    margin-left: -355px;
	box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.main .report h2 .red_line b {
    font-family: pingfangsc-semibold;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 32px;
}

.main .report h2 .red_line span {
    font-family: pingfangsc-regular;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 45px;
}

.main .report .red_line {
    position: absolute;
    left: 50%;
}

.main .report .r_txt .secondlevel .secondlevel_right {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 170px;
}

.main .report .r_txt .secondlevel .secondlevel_right h4 {
    font-family: pingfangsc-semibold;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
}

.main .report .r_txt .secondlevel .secondlevel_right button {
    border: 0;
    width: 140px;
    height: 44px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background-color: #d42620;
    margin-top: 35px;
    behavior: ;
}

.main .report .r_txt .secondlevel .secondlevel_right button:hover {
    opacity: .8;
}

.main .report .r_txt .secondlevel .secondlevel_right p {
    font-family: pingfangsc-regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
}

.main .report h2 {
    position: absolute;
    height: 97px;
    width: 100%;
    background-color: #c13939;
    top: 105px;
	box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.main .enjoy {
    position: relative;
    height: 630px;
	max-width: 1440px;
    margin: 0 auto;
}

.main .enjoy img {
    width: 100%;
    height: 100%;
}

.main .enjoy .case img {
    width: 130px;
}

.main .enjoy .case h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.main .enjoy .case {
    position: absolute;
    top: 40px;
    left: 50%;
    /* transform: translate(-50%,0); */
    margin-left: -562px;
}

.main .enjoy .case .content {
    /* padding: 0 136px; */
    /* width: 1520px; */
    width: 1125px;
}

.main .enjoy .case .content .content_item ul {
    overflow: hidden;
}

.main .enjoy .case .content .content_item ul li {
    float: left;
    width: 48%;
    margin: 1%;
    background-color: #ffffff;
    height: 190px;
    border: 1px solid #dddddd;
    padding: 10px;
    position: relative;
    border-radius: 3px;

}

.main .enjoy .case .content .content_item ul li:hover {
    /**border-color: #d3231e;**/
	box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
	transition: all .3s;
}

.main .enjoy .case .case_btn {
    text-align: center;
}

.main .enjoy .case .content .content_item ul li a {
    display: block;
    height: 100%;
}

.main .enjoy .case .content .content_item ul li a h6 {
    font-family: pingfang-sc-regular;
    font-size: 13px;
    color: #6b6b6b;
    letter-spacing: 0;
    text-align: right;
    line-height: 14px;
    margin-top: -15px;
}

.main .enjoy .case .content .content_item ul li a p {
    font-family: pingfang-sc-bold;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 5px;
	padding: 0 10px;
}

.main .enjoy .case .content .content_item ul li a .product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    /**border-top: 1px solid #dddddd;**/
    margin: -5px 20px;
    line-height: 40px;
}

.main .enjoy .case .content .content_item ul li a .product i {
    font-style: inherit;
    color: #6f6b6b;
    font-size: 14px;
}

.main .enjoy .case .content .content_item ul li a .product span {
    padding: 1px 6px 1px 3px;
    border: 1px solid #999999;
    font-size: 10px;
    color: #999999;
    margin: 0 5px;
	border-radius: 2px;
	font-style: oblique;
}

.main .enjoy .case .content .content_item ul li a .product span:hover{
    border: 1px solid #d3231e;
    color: #d3231e;
}

.main .enjoy .case .content .s_content {
    width: 100%;
}

.main .enjoy .case .content .content_item ul li a .product .t_r {
    border-color: #c13939;
    color: #c13939;
}

.main .enjoy .case .case_btn button {
    width: 140px;
    height: 44px;
    border: 0;
    background-color: #d3231e;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 30px;
    behavior: ;
}

.main .enjoy .case .case_btn button:hover {
    opacity: .8;
}

.swiper-pagination-customs-active {
    background-color: #c13939;
}

.main .enjoy .case .swiper-pagination-custom {
    bottom: 10%;
}

.trust {
    height: 576px;
    width: 100%;
    position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

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

.trust .learnmore {
    position: absolute;
    top: 60px;
}

.trust .learnmore dl .more_line {
    width: 44px;
    height: 6px;
    display: inline-block;
    background-color: #c13939;
}

.trust .learnmore dl dt {
    font-size: 25px;
    color: #c13939;
}

.trust .learnmore dl dd {
    width: 321px;
    color: #ffffff;
}

.trust .learnmore dl button {
    margin-top: 23px;
    background-color: #df3c26;
    border-radius: 5px;
	outline: 0 none !important;
}

.trust .learnmore dl button:hover {
    opacity: .8;
}

.trust .learnmore dl .more_img {
    margin-top: 30px;
    width: 405px;
}

.news{
	overflow: hidden;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.news-and-trends {
    height: 576px;
    position: relative;
	max-width: 1440px;
    margin: 0 auto;
	overflow: hidden;
}

.news-and-trends img {
    width: 100%;
    height: 100%;
}

.news-and-trends .news_content .am-g {
    height: 576px;

}

.news-and-trends .news_content .am-g .am-u-sm-4 {
    width: 120px;
}

.news-and-trends .news_content .am-g .am-u-sm-8 {
    width: calc(100% - 120px);
    padding-left: 0;
}

.news-and-trends .news_content {
    padding: 0 135px;
    height: 505px;
    position: absolute;
    top: 0;
}

.news-and-trends .news_content h2 {
    font-family: pingfang-sc-bold;
    font-family: fantasy;
    font-size: 27px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
}

.news-and-trends .news_content .am-u-sm-3 dd {
    font-family: pingfangsc-medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    height: 115px;
}

.news-and-trends .news_content .am-u-sm-5 {
    height: 400px;
    width: 46%;
	margin-top: -16px;
}

.news-and-trends .news_content .am-u-sm-3:hover {
    box-shadow: 5px 5px 10px 1px rgba(14, 13, 13, 0.2);
    cursor: pointer;
	transition: all .3s;
}


.news-and-trends .news_content .am-u-sm-3:hover img {
    transform: scale(1.024);
    transition: transform 0.3s cubic-bezier(0, 0, 0.81, 1.46);
}

.news-and-trends .news_content .am-u-sm-3 {
    height: auto;
    background-color: #ffffff;
    margin: 0 7px;
    padding: 0;
    position: relative;
    max-width: 380px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.news-and-trends .news_content .am-u-sm-3 .news_line {
    display: inline-block;
    width: 28px;
    height: 4px;
    background-color: #c13939;
}

.news-and-trends .news_content .am-u-sm-3 dl {
    padding: 0 18px;
}

.news-and-trends .news_content .am-u-sm-3 dl button {
    background-color: #ffffff;
    color: #999999;
    border-color: #999999;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
}

.news-and-trends .news_content .am-u-sm-3 dl:hover {
    opacity: .8;
}

.news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 img {
    height: 70px;
    width: 90%;
}

.news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 {
    padding: 0;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:first-child   div   div   div {
    border: 0;
}

.news-and-trends .news_content .am-u-sm-5 .am-g {
    height: 22%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin: 15px;
    cursor: pointer;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover, .news-and-trends .news_content .am-u-sm-5 .am-g:hover div   div   div {
    /*border-bottom: 1px solid #c13939;*/
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover dl dt {
    color: #c13939;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover dl dd {
    color: rgba(193, 57, 57, 0.6);
}

.news-and-trends .news_content .am-u-sm-5 .am-g:nth-child(1) {
    margin-top: 16px;
}

.news-and-trends .news_content .am-u-sm-5 .am-g dl dd {
    font-family: pingfangsc-regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-and-trends .news_content .am-u-sm-5 .am-g dl dt {
    font-family: pingfangsc-medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*
.news-and-trends .news_content .am-u-sm-5 .am-g dl .txt_red {
    color: #c13939;
}
*/

.news-and-trends .news_content button {
    background-color: transparent;
    color: #999999;
    border-color: #999999;
    margin-top: 7px;
    margin-right: 80px;
    float: right;
	outline: 0 none !important;
	
}

.news-and-trends .news_content button:hover {
    opacity: .8;
    cursor: pointer;
	color: #d3231e;
	border-color: #d3231e;
	
}

.innovate .am-btn-danger {
    background-color: #dd3825;
    width: 171px;
    border-radius: 7px;
    height: 41px;
}

.innovate .am-btn-danger:hover {
    opacity: .9;
}

/* .news-and-trends .news_content .am-u-sm-5 .am-g::after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background: repeat-y;

} */
.main .innovate {
    height: 480px;
    width: 100%;
    position: relative;
}

.main .innovate img {
    width: 100%;
    height: 100%;
}

.main .innovate .innovate_txt {
    position: absolute;
    top: 35px;
    text-align: center;
    left: 50%;
    margin-left: -354px;
}

.main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 p {
    font-family: pingfangsc-regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}

.main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 {
    padding: 0 47px;
}

.main .innovate .innovate_txt .txt_bottom {
    width: 708px;
    margin-top: 5px;
    margin-bottom: 35px;
}

.main .innovate .innovate_txt .txt_top h5 {
    font-family: pingfangsc-regular;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 65px;

}

.main .innovate .innovate_txt .txt_top h2 {
    font-family: pingfangsc-medium;
    font-size: 45px;
	font-weight:1000;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 10px;
}

.main .innovate .innovate_txt .txt_top h4 {
    font-family: pingfangsc-medium;
    font-size: 25px;
	font-weight:600;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 32px;
    line-height: 88px;
}



.navbar-toggle {
    display: none;
}

.index-banner-one-slide-web {
    display: none;
}
.video-modal-wrapper {
  position: absolute;
  width: 700px;
  top: calc(50% - 250px);
  left: calc(50% - 350px);
  font-size: 0;
  background-color: #000;
  border:none;
}
.video-close-btn {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: ;
  cursor: pointer;
  z-index: 9;
}
.video-modal-wrapper video {
  max-width: 700px;
  width: 100%;
  height: 500px;
  outline: none;
}

@media screen and (max-width: 770px) {
    .news-and-trends .news_content .am-u-sm-5{
        margin-top: 0;
    }
    .footer .container .footer-top .footer-one-cont .footertwo .kg{
        height: 0!important;
        width: 100%;
    }
    body {
        min-width: auto;
    }

    .index-banner-one-slide-pc {
        display: none;
    }

    .index-banner-one-slide-web {
        display: flex;
        align-items: center;
        justify-content: flex-end;

    }
    .news-and-trends  .index-banner-one-slide-web{
        height: 100%;
    }

    .index-banner-one-slide-web img {
        width: 100%;
    }

    .swiper-pagination {
        text-align: center;
    }

    .index-banner-one {
        height: auto !important;
    }

    body .swiper-container-horizontal > .index-banner-one-pagination {
        bottom: 8vh;
    }

    .swiper-pagination-customs {
        width: 5vw;
        height: 0.6vh;
    }

    .index-banner-one .swiper-pagination-customs-active {
        width: 7vw;
        background-color: #c44a4a;
    }

    .enterprise-service .s_nav ul li a {
        font-size: 2vw;
    }

    .enterprise-service .txt .p2 {
        font-size: 4vw;
        line-height: 5vh;
        margin: 0;
    }

    .enterprise-service .txt .p1 {
        font-size: 4vw;
        margin-bottom: 0;
    }

    .enterprise-service .txt h3 {
        font-size: 6vw;
        /* line-height: 9vh; */
    }

    .enterprise-service .txt .txt_btn .demonstration,
    .enterprise-service .txt .txt_btn .applyfor {
        font-size: 3vw;
        width: 26vw;
        height: 6vh;
    }

    .enterprise-service .txt {
        /* top: 0; */
        left: 50%;
        transform: translate(-50%, 0);
        width: 80%;
        text-align: center;
        bottom: 25vh;
        top: inherit;
    }

    .enterprise-service .s_nav ul li {
        line-height: 4vh;
    }

    .enterprise-service .s_nav ul li a::after {
        height: 2vh;
        top: 1vh;
        width: 0.2vw;
    }

    .main .growup .g_txt {
        width: 75%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
    }

    .main .growup .g_txt h3 {
        font-size: 6vw;
    }

    .main .growup .g_txt p {
        font-size: 4vw;
        margin-top: 1vh;
        margin-bottom: 0;
    }

    .main .growup .g_txt button {
        width: 27vw;
        height: 5vh;
        margin-top: 2vh;
        font-size: 3vw;
    }

    .main .growup .g_txt button:hover {
        opacity: .8;
    }

    .main .f_brief {
        padding: 0;
    }

    .main .f_brief ul li {
        width: 50%;
        height: 11vh;
    }

    .main .f_brief ul li:nth-child(2)::after {
        display: none;
    }

    .main .f_brief ul li:nth-child(1) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .main .f_brief ul li:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .main .f_brief ul li h6 {
        font-size: 3vw;
    }

    .main .f_brief ul li a {
        text-align: center;
        width: 96%;
        margin-top: 1vh;
    }

    .main .f_brief ul li p {
        margin-top: 1vh;
        margin-bottom: 0;
        font-size: 2vw;
    }

    .main .f_brief ul li::after {
        top: 50%;
        transform: translate(0, -50%);
        width: 0.3vw;
        height: 55%;
        background-color: rgba(255, 255, 255, .3);
    }

    .main .report .r_txt {
        padding: 0;
        width: 90%;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 90%;
    }

    .main .report .r_txt h2 {
        font-size: 5vw;
        margin-bottom: 0;
        line-height: 4vh;
    }

    .main .report .r_txt .secondlevel {
        margin-top: 4vh;
    }

    .main .report .r_txt .secondlevel .secondlevel_left {
        width: 100%;
    }

    .main .report .r_txt .secondlevel .secondlevel_right {
        margin-left: 0;
        width: 100%;
        text-align: center;
        left: 0;
        background-color: rgba(255, 255, 255, .9);
        padding: 2vh 0;
        top: inherit;
        height: 32vh;
        bottom: 3vh;
    }

    .main .report .r_txt .secondlevel .secondlevel_right h4 {
        font-size: 4vw;
        margin-top: 4vh;
    }

    .main .report .r_txt .secondlevel .secondlevel_right p {
        font-size: 3vw;
        margin-top: 2vh;
    }

    .main .report .r_txt .secondlevel .secondlevel_right button {
        width: 36vw;
        font-size: 4vw;
        height: 6vh;
        margin-top: 0;
    }

    .main .report .r_txt .secondlevel .secondlevel_right:hover {
        opacity: .8;
    }

    .main .enjoy .case .content .content_item ul li {
        width: 85%;
        padding: 3vw;
        height: 31vh;
    }

    .main .enjoy .case .content {
        width: 100%;
        padding: 0;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .main .enjoy .case {
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: 0;
        width: 100%;
        top: 1%;
    }

    .main .enjoy .case .content .content_item ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main .enjoy .case h3 {
        font-size: 5vw;
        margin-bottom: 2vh;
        padding: 0 18%;
        line-height: 5vh;
    }

    .main .enjoy {
        height: 90vh;
    }

    .main .enjoy .case img {
        width: 26vw;
    }

    .main .enjoy .case .content .content_item ul li a p {
        font-size: 3vw;
        margin-top: 2vh;
        line-height: 3vh;
    }

    .main .enjoy .case .content .content_item ul li a h6 {
        font-size: 3vw;
        margin-top: -2vh;
        line-height: 0;
    }

    .main .enjoy .case .content .content_item ul li a .product {
        line-height: 5vh;
        margin: 0 2vw;
    }

    .main .enjoy .case .content .content_item ul li a .product i {
        font-size: 3vw;
    }

    .main .enjoy .case .content .content_item ul li a .product span {
        font-size: 3vw;
            padding: .1vw 1.5vw .1vw 1vw;
    }

    .main .enjoy .case .case_btn button {
        margin-top: 2vh;
        width: 35vw;
        height: 6vh;
        font-size: 3vw;
    }

    .main .enjoy .case .case_btn button:hover {
        opacity: .8;
    }

    .learnmore .am-u-sm-5 {
        width: 78%;
    }

    .main .trust {
        height: auto;
    }

    .main .trust .learnmore {
        top: 10%;
    }

    .trust .learnmore dl .more_line {
        width: 7vw;
        height: 0.6vh;
    }

    .trust .learnmore dl dt {
        font-size: 6vw;
    }

    .trust .learnmore dl dd {
        width: 100%;
        font-size: 4vw;
    }

    .trust .learnmore dl .more_img {
        width: 100%;
        position: absolute;
        left: -15%;
        margin-top: 33%;
    }

    .main .news-and-trends .news_content {
        padding: 0 5%;
    }

    .main .news-and-trends {
        height: 900px;
    }

    .main .news-and-trends .news_content .am-u-sm-3 {
        width: 45%;
        height: 55%;
    }

    .news-and-trends .news_content .am-u-sm-3 dl {
        padding: 0 6%;
        position: relative;
    }

    .news-and-trends .news_content .am-u-sm-3 dt {
        font-size: 4vw;
        line-height: 3vh;
    }

    .news-and-trends .news_content .am-u-sm-3 .news_line {
        width: 5vw;
        height: 0.3vh;
    }

    .news-and-trends .news_content .am-u-sm-3 dd {
        font-size: 3vw;
    }

    .news-and-trends .news_content .am-u-sm-3 dl button {
        bottom: 3%;
        right: 3%;
        padding: .3em .5em;
    }

    .news-and-trends .news_content .am-u-sm-3 dl:hover {
        opacity: .8;
    }

    .news-and-trends .news_content h2 {
        font-size: 4vw;
        line-height: 8vh;
    }

    .news-and-trends .news_content .am-u-sm-5 {
        width: 100%;
        height: auto;
    }

    .news-and-trends .news_content .am-u-sm-5 .am-g dl dd {
        width: 42vw;
        font-size: 3vw;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow : hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 img {
        height: auto;
        max-height: 70px;
    }

    .news-and-trends .news_content .am-u-sm-5 .am-g dl dt {
        font-size: 3.5vw;
    }

    .news-and-trends .news_content .am-u-sm-5 .am-g {
        height: auto;
        margin: 0;
        padding-top: 10px;
    }

    .news-and-trends .news_content .am-u-sm-5 button {
        bottom: -10%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .news-and-trends .news_content .am-u-sm-5:hover {
        opacity: .8;
    }

    .main .innovate {
        height: auto;
    }

    .main .innovate .innovate_txt .txt_top h5 {
        font-size: 4vw;
        line-height: 6vh;
    }

    .main .innovate .innovate_txt .txt_top h2 {
        font-size: 7vw;
        line-height: 6vh;
    }

    .main .innovate .innovate_txt .txt_top h4 {
        font-size: 4vw;
        line-height: 5vh;
    }

    .main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 {
        padding: 0;
        width: 50%;
        margin-bottom: 8%;
    }

    .main .innovate .innovate_txt {
        transform: translate(-50%, 0);
        margin: 0;
        width: 100%;
    }

    .main .innovate .innovate_txt .txt_bottom {
        width: 100%;
        margin-top: 13%;
        padding: 0 18%;
    }

    .main .innovate .innovate_txt .txt_bottom .am-g {
        /* display: flex;
        flex-wrap: wrap; */
    }

    .main .innovate .innovate_txt .am-btn {
        width: 75%;
        border-radius: 5px;
        font-size: 4vw;
        margin-top: 8%;
        line-height: 28px;
    }

    .main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 p {
        font-size: 3.5vw;
        line-height: 3vh;
        width: 60%;
        margin: 0 auto;
    }

    .main .innovate .txt_bottom img {
        width: 15vw;
        height: 8vh;
    }

    @media screen and (min-width: 470px) {
        .main .news-and-trends .news_content .am-u-sm-3 {
            height: 80%;
        }
    }

    .yongyou-top-left {
        width: 90%;
    }

    .yongyou-top-left .tryout {
        font-size: 12px;
        border: 1px solid;
        padding: 0 1.5vw;
        border-radius: 1vw;
        line-height: 25px;
    }

    .yongyou-top-left .login {
        font-size: 4vw;
        border: 1px solid;
        padding: 2vw 6vw;
        border-radius: 2vw;
    }

    .yongyou-top-concat {
        height: 6vh;
    }

    .yongyou-top-left .login img {
        width: 4vw;
        height: 3vh;
        margin-top: -1vh;
    }

    .main {
        margin-top: 0;
        padding-top: 0;
    }

    .yongyou-top-concat .top_pc {
        display: none;
    }

    .top_web .yongyou-logo {
        display: inline-block;
        width: 13%;
    }

    .top_web {
        margin-top: 0;
        padding: 1vh 4vw;
        width: 100%;
        justify-content: space-between;
    }

    .am-icon-bars:before {
        color: red;
    }

    .top_web button .am-icon-bars {
        font-size: 6vw;
    }

    .top_web button {
        border: 0;
        float: right;
        background-color: transparent;
    }

    #collapse-nav {
        display: block;
    }

    .footer .container {
        padding: 0;
    }

    .footer .container .footer-top {
        display: flex;
        flex-wrap: wrap;
    }

    #accordion {
        display: block;
    }

    .footer .container .am-panel-group {
        width: 100%;
    }

    .footer .container .footer-top .footer-one-cont {
        border: 0;
        padding: 0;
        width: 100%;
        padding: 5vw;
        height: 20vh;
    }

    .footer .container .footer-top .footer-one-cont .footertwo li {
        float: left;
        font-size: 3.5vw;
        margin-left: 0 4vw;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .phone br {
        display: none;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .phone {
        margin: 0;
        width: 100%;
        padding-left: 0vw;
        /* font-size: 4vw; */
    }

    .footer .container .footer-top .footer-one-cont .footertwo .f_logo {
        width: 11vw;
    }

    .footer .container .footer-top .footer-one-cont .footertwo {
        position: relative;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .icon {
        position: absolute;
        right: -5px;
        bottom: -12vh;
    }

    .leftmenu {
        display: none !important;
    }

    .leftmenu {
        margin: 0;
    }

    .enjoy .case .index-banner-two_web-pagination {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .main .report h2 .red_line {
        /* left: 50%;
        transform: translate(-50%, 0); */
        width: 100%;
        text-align: center;
        left: inherit;
    }

    .main .report {
        height: auto;
    }

    .main .report h2 {
        height: 10vh;
        top: inherit;
        bottom: 38vh;
    }

    .main .report h2 .red_line span {
        font-size: 4vw;
        line-height: 4vh;
    }

    .main .report h2 .red_line b {
        font-size: 5vw;
        line-height: 4vh;
    }

    .main .report .r_txt .secondlevel .secondlevel_right p {
        font-size: 3vw;
    }

    .footer-bottom .index-banner-one-slide-web ul li a {
        color: #646464;

    }

    .footer-bottom .index-banner-one-slide-web ul li {
        color: #646464;
        width: 100%;
        background: #333333;
    }

    .footer-bottom .index-banner-one-slide-web ul {
        display: flex;
        width: 100%;
        font-size: 2vw;
        margin: 0;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer .footer-bottom {
        height: 11vh;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .web_s {
        width: 100%;
        padding-left: 0vw;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .icon .microblogqrcode img {
        height: auto;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .icon .microblogqrcode {
        width: 20vw;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .icon .wechatqrcode {
        width: 20vw;
    }

    .footer .container .footer-top .footer-one-cont .footertwo .icon .wechatqrcode img {
        height: auto;
    }
    .news-and-trends .arrows_right{
        position: absolute;
        right: 10px;
        bottom: 0;
    }
	
	.video-modal-wrapper {
	   /* position: absolute; */
	  /* width: 50%; */
	  /* top: calc(50% - 250px); */
	  /* left: calc(50% - 350px); */
	  /* font-size: 0; */
	  background-color: #000;
	  border:none;
	  top:-150%;
	  left:-15%;
	  width:130%;
	  height:auto;
	  
	}
	
	.video-modal-wrapper video {
	  width:100%;
	  height:100%;
	  outline: none;
	}
}

#doc-oc .am-list > li > a:hover {
    color: royalblue;
}

#doc-oc .am-list > li > a {
    color: #fff;
}

#doc-oc .am-list > li {
    background-color: #333;
}

/* .am-panel-group .am-panel{
    display: none;
} */
.am-panel-group .am-panel   .am-panel {
    margin: 0 !important;
}

.am-panel-default > .am-panel-hd {
    background-color: #424242 !important;
    border-bottom: 1px solid #666666;
}

.am-panel-group {
    margin: 0 !important;
}

/* .am-panel{} */

body .am-panel-group .am-panel {
    border: 0;
}

body .am-panel-default > .am-panel-hd {
    position: relative;
}

body .am-panel-default > .am-panel-hd span img {
    width: 5vw;
}

body .am-panel-default > .am-panel-hd span {
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translate(0, 50%);
}

body .am-panel-title {
    color: #ffffff;
    line-height: 6vh;
}

body .am-panel-group .am-panel-hd   .am-panel-collapse .am-panel-bd {
    background-color: #666;
}

/*section-eight*/
.leftmenu {
    display: block;
    width: 45px;
    position: fixed;
    top: 60%;
    right: 20px;
    z-index: 7;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0 4px 4px #00000026;
}

.leftmenu ul, .leftmenu p {
    margin: 0;
}

.leftmenu .bar > li {
    /*background: #fff;*/
}

.leftmenu .bar > li.barli-two a {
    display: block;
    color: #333;
    padding: 20px 15px 20px;
    text-align: center;
}

.leftmenu .bar > li.barli-three {
    margin-top: 5px;
}

.leftmenu .bar li a {
    display: block;
    width: 100%;
}

.leftmenu .bar > li .top {
    height: 37px;
    background:  center no-repeat;
    background-color: #f8f8f8;
}

.leftmenu .bar > li .open {
    height: 50px;
    background:  center no-repeat;
    background-color: #d80a14;
}

.leftmenu .opendiv {
    display: block;
}

.leftmenu .opendiv.form-div {
    width: 402px;
    /*height: 100%;*/
    position: absolute;
    right: -500px;
    top: 0;
    background: #fff;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e5fffdfd, endcolorstr=#e5fffdfd);
}

.leftmenu .opendiv.form-div .form-li {
    font-size: 26px;
}

.leftmenu .opendiv .formbottom-div {
    margin: 0;
    margin-top: 30px;
}

.leftmenu .opendiv .formbottom-div h4 {
    font-size: 14px;
}

.leftmenu .opendiv .formbottom-div span {
    height: 45px;
}

.leftmenu .opendiv .formbottom-div .formbottom-left {
    border-right: 1px solid #d4d4d4;
}

.leftmenu .opendiv .formbottom-div .formbottom-left span {
    background:  no-repeat center;
    /*background-size: contain;*/
}

.leftmenu .opendiv .formbottom-div .formbottom-right span {
    background:  no-repeat center;
    /*background-size: contain;*/
}

.leftmenu .opendiv .formbottom-div li {
    width: 199px;
    padding: 0 40px;
}

.leftmenu .opendiv .formbottom-div li a {
    color: #333;
}

.leftmenu .opendiv .formbottom-div li b {
    font-weight: 400;
    font-size: 12px;
}

.leftmenu .bar > li {
    /*background-color: #c13939;*/
}

.leftmenu .bar > li:last-child {
    /*background-color: #f8f8f8;*/
    display: none;
}

.barli-two-list {
    padding: 0;
}

.barli-two-list li {
    padding: 5px 0;
    text-align: center;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    position: relative;
    margin-bottom:5px;
    background-color:#c13939;
}

.barli-two-list li:last-child {
    border-bottom: none;
}

.barli-two-list .barli-huaru-show {
    position: absolute;
    left: -142px;
    top: 0px;
    /*padding: 8px;*/
    width: 140px;
    color: #333;
    background-color: #fff;
    text-align: left;
    padding:0 15px;
    height:44px;
    display: none;
}

.barli-two-list .barli-two-list-huaru:hover .barli-huaru-show {
    display: block;
}

/*.barli-two-list .barli-huaru-show::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}*/

#top .barli-two-list .barli-huaru-show p {
    font-size: 12px;
    color: #000;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
}

#top .barli-two-list .barli-huaru-show p span.barli-huaru-show-value {
    color: #c13939;
    width: inherit;
    font-size: 14px;
}

#top .barli-two-list .barli-huaru-show p span.barli-huaru-show-name {
    width: 68px;
}

.barli-two-list .barli-huaru-show p span {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    font-size: 12px;
    color: #666;
}

.barli-two-list .barli-huaru-show .barli-huaru-show-title {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.index-tost-box {
    position: fixed;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    overflow-y: auto;
}

.index-tost-box {
    position: fixed;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    overflow-y: auto;
}

.index-tost-cont {
    width: 950px;
    margin: 8% auto 0;
    padding-bottom: 10px;
}

.index-tost-box-iframe {
    width: 950px;
    min-height: 650px;
    background-color: #ffffff;
}

.index-tost-cont .tost-title {
    padding: 16px 50px;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
}

.index-tost-cont .tost-input-box {
    padding: 16px 50px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.index-tost-cont .tost-input-box input, .index-tost-cont .tost-input-box select {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 16px;
    border: none;
    border: 2px solid #ddd;
}

.index-tost-cont .tost-input-box input:focus, .index-tost-cont .tost-input-box select:focus {
    border: 2px solid #c13939;
    box-shadow: none;
}

.index-tost-cont .tost-input-dis {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.index-tost-cont .tost-tijiao {
    padding: 12px 50px 16px;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

.index-tost-cont .tost-tijiao span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 44px;
    line-height: 44px;
    background-color: #c13939;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.index-tost-cont .tost-close {
    padding-top: 12px;
    text-align: center;
}

.index-tost-cont .tost-close img {
    cursor: pointer;
}

.row-sdqz li:nth-child(2) {
    width: 26%;
}
.w_x_icon:hover{
	opacity: .8;
}
.news-and-trends .arrows_right{
    overflow: hidden;
}
.news-and-trends .arrows_right span{
    float: right;
    /* display: inline-block; */
}
.news-and-trends .arrows_right span img{
    width: 33px;
}
.footer .container .footer-top .footer-one-cont .footertwo .kg{
    height: 15px;
}


