.navigation {
    line-height: 90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding-left: 210px;
}

.navigation_fr .iconfont {
    font-size: 1.5625rem;
    color: #525151;
}

.navigation_fr div>span:nth-of-type(1) {
    margin-right: 10px;
    cursor: pointer;
}

.navigation_fr div span {
    display: inline-block;
    position: relative;
    top: 3px;
}

.navigation_fr div {
    display: inline-block;
}

.navigation_cn a {
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    position: relative;
    padding: 0 7px;
}

.navigation_cn a.active {
    color: #c1101d;
}

.navigation_cn a:nth-of-type(2)::after {
    content: "|";
    position: absolute;
    left: -3px;
    top: 50%;
    color: #1a1a1a;
    display: block;
    transform: translateY(-50%);
}

.navigation_nav {
    display: inline-block;
    background: #c1101d;
    width: 105px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.navigation_ul>li {
    display: inline-block;
    position: relative;
}

.navigation_ul>li>a {
    display: block;
    color: #1a1a1a;
    font-size: 1.125rem;
    position: relative;
    padding: 0 26px;
}

.navigation_ul>li:hover>a,
.navigation_ul>li.active>a {
    color: #c1101d;
}

.navigation_ul>li.active>a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #c1101d;
    height: 3px;
    content: "";
    display: block;
}

.navigation_ul>li:hover>a::after,
.navigation_ul>li.active>a::after {
    width: 100%;
}

.banner_size>p:nth-of-type(1) {
    font-size: 3.125rem;
    font-weight: bold;
}

.banner_size {
    color: #fff;
    width: 50%;
}

.banner_div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.banner_size>p:nth-of-type(2) {
    font-size: 1.875rem;
    /* line-height: 30px;    */
    margin: 8px 0;
    font-weight: 300;
}

.banner_bf .iconfont {
    font-size: 3.8rem;
    cursor: pointer;
    color: #fff;

}

.banner_zt {
    position: absolute;
    left: 3%;
    bottom: 6%;
    display: none;
}

.banner_bf {
    position: absolute;
    left: 10.5%;
    bottom: 22%;
    z-index: 44;
}

.banner_zt .iconfont {
    color: #fff;
    font-size: 3.8rem;
}

/* .videos{
    display: none;
} */
.banner_img {
    /* position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 44; */
}

.banner_zan {
    left: 50%;
    bottom: 10%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 44;
    opacity: 0;
    -webkit-animation: run 1s infinite linear;
    -moz-animation: run 1s infinite linear;
    -ms-animation: run 1s infinite linear;
    -o-animation: run 1s infinite linear;
    animation: run 1s infinite linear;
    cursor: pointer;
}

@keyframes run {
    from {
        bottom: 3%;
        opacity: 0;
    }

    to {
        bottom: 6%;
        opacity: 1;
    }
}

.focusing_ti {
    color: #000000;
    font-size: 3rem;
    text-align: center;
}

.focusing {
    padding: 60px 0;
}

.focusing_lb {
    padding-top: 40px;
}

.focusing_div>a {
    display: block;
}

.focusing_size a:nth-of-type(1) {
    display: inline-block;
    background: #ea0121;
    border-radius: 5px;
    padding: 0 26px;
    line-height: 28px;
    color: #fff;
}

.focusing_size a:nth-of-type(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000000;
    font-size: 1.125rem;
    margin: 25px 0 35px 0;
}

.focusing_size p {
    color: #747172;
    font-size: .875rem;
}

.focusing_div:hover .focusing_size a:nth-of-type(1) {
    color: #ea0121;
    background: #fff;
}

.focusing_div:hover .focusing_size p,
.focusing_div:hover .focusing_size a:nth-of-type(2) {
    color: #fff;
}

.focusing_div {
    background: #fff;
}

.focusing_div:hover {
    background: #ea0121;
}

.focusing_size {
    padding: 15px 15px 40px 15px;
}

.product {
    padding-bottom: 60px;
}

.fsbanner {
    margin-top: 50px;
}

.fsbanner .cosn {
    width: 100%;
    height: 100%;
    background: #f4f2f2;
    top: 0;
    z-index: 3;
    bottom: 0;
}

.fsbanner .cosn .box-biao {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
}

@keyframes da {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
}

.fsbanner .fsbanner-ul li {
    height: 50vh;
    float: left;
    width: 24%;
    cursor: pointer;
    background-size: 100% 100%;
    border: 1px solid #ffffff;
    position: relative;

}

/* .fsbanner .fsbanner-ul li:nth-of-type(1) {
    background: url(../img/4.jpg) no-repeat;
}

.fsbanner .fsbanner-ul li:nth-of-type(2) {
    background: url(../img/5.jpg) no-repeat;
}

.fsbanner .fsbanner-ul li:nth-of-type(3) {
    background: url(../img/6.jpg) no-repeat;
}

.fsbanner .fsbanner-ul li:nth-of-type(4) {
    background: url(../img/7.jpg) no-repeat;
} */

.fsbanner .fsbanner-ul li:after {
    content: '';
    position: absolute;
    /* transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;

    -webkit-transition: 400ms ease-in-out;

    -o-transition: 400ms ease-in-out; */

    left: 0;
    right: 0;
    background-color: rgba(46, 46, 46, 0.902);
    bottom: 0;
    height: 100%;
}


.fsbanner .fsbanner-ul li .logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 1.5rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 8px;

}

.fsbanner .fsbanner-ul li .logo .img2 {
    display: none;
}

.fsbanner .fsbanner-ul li:hover .logo .img2 {
    display: inline-block;
    transition: 700ms ease-in-out;
    -moz-transition: 700ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 700ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 700ms ease-in-out;
    /* Opera */
    animation: da 2s ease-in-out infinite alternate;
}

.fsbanner .fsbanner-ul li:hover .logo .img1 {
    display: none;
    transition: 700ms ease-in-out;
    -moz-transition: 700ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 700ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 700ms ease-in-out;
    /* Opera */
}

.fsbanner .fsbanner-ul li:hover:after {
    /* transition: 1000ms ease-in-out;
    -moz-transition: 1000ms ease-in-out;

    -webkit-transition: 1000ms ease-in-out;

    -o-transition: 1000ms ease-in-out;

    z-index: 1;
    height: 100%; */
}

.fsbanner .fsbanner-ul li .coans {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.fsbanner .fsbanner-ul li .coans .zix {
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    right: 0;
    height: 100%;
    padding: 2.25rem 3.125rem;
    color: #ffffff;
    bottom: -100%;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
}

.fsbanner .fsbanner-ul li .coans .zix .div1 a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.fsbanner .fsbanner-ul li .coans .zix .div2 {
    font-size: 1.125rem;
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.8);
}

.fsbanner .fsbanner-ul li .coans .zix .div3 a {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.8);
}

.fsbanner .fsbanner-ul li.active {
    width: 52%;
}

.fsbanner .fsbanner-ul li.active .logo {
    z-index: -1;
}

.fsbanner .fsbanner-ul li.active .coans {
    z-index: 2;
    width: 100%;
}

.fsbanner .fsbanner-ul li.active .coans .zix {
    bottom: 0%;
    transition: 800ms ease-in-out;
    -moz-transition: 800ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 800ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 800ms ease-in-out;
    /* Opera */
    height: auto;
}

.service_fl {
    width: 39.85%;
}

.service_fr {
    width: 60%;
}

.service_fr_wid>div {
    width: 49.93%;
    float: left;
}

.service_fr_wid>div:nth-of-type(2) {
    float: right;
}

.service_fr>div:nth-of-type(1) {
    margin-bottom: 2px;
}

.service_size {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 35px 30px;
}

.service_size a {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-top: 10px;
}

.service_size>p {
    color: #fff;
    font-size: 1.25rem;
}

.service {
    padding-bottom: 55px;
}

.service_fl,
.service_fr>div,
.service_fr_wid>div {
    position: relative;
}

.service_size .iconfont {
    margin-left: 8px;
}

.service_size>a {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service_fl .service_size {
    background: #009f3d;
}

.service_fr>div>.service_size {
    background-color: rgba(0, 0, 0, 0.361);
}

.service_fr_wid div:nth-of-type(1) .service_size {
    background: #314397;
}

.service_fr_wid div:nth-of-type(2) .service_size {
    background: #314397;
}

.service_fr>.service_size,
.service_fl:hover .service_size a,
.service_fr>div:hover>.service_size a,
.service_fr_wid div:hover .service_size a {
    height: 25px;
}

.service_wid .over {
    display: block;
}

/* 底部 */
.bott {
    background: #3a3a3a;
}

.bott_ul>ul {
    float: left;
    margin-right: 20px;
}

.bott_div>div {
    float: left;
}

/* .bott_div>div:nth-of-type(2) {
    float: right;
} */

.bott_div>div>p,
.bott_ul>ul li:nth-of-type(1) {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 15px;
}

.bott_div>div,
.bott_ul>ul li a {
    color: #a6a6a6;
    font-size: .85rem;
    line-height: 28px;
}

.bott_ul {
    padding: 65px 0;
}

.bott_div {
    padding-left: 15px;
    border-left: 1px solid #696969;
    overflow: hidden;
}

.bott_div_fx .bshare-custom a {
    background: transparent !important;
    height: 38px !important;
    width: 38px !important;
    color: #8e8e8e !important;
    padding-left: 0 !important;
}

.bott_div_fx .iconfont {
    font-size: 2.375rem;
}

.bott_div_fx .bshare-custom {
    line-height: 38px !important;
}

.bott_div_fx {
    margin-top: 10px;
    padding-bottom: 15px;
}

.bott_back .fl a,
.bott_back {
    color: #a6a6a6;
    font-size: .875rem;
}

.bott_back .fl a {
    display: inline-block;
    padding: 0 5px;
}

.bott_back {
    background: #1a1a1a;
    line-height: 64px;
}

/* 产品列表 */
.picture_size {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.picture_size p {
    color: #fff;
    font-size: 4.125rem;
    color: #fff;
    font-weight: bold;
}

.picture_a a {
    color: #fff;
}

.picture_a {
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 10px;
}

.crumbs {
    line-height: 80px;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(188, 187, 187, 0.36);

}

.crumbs_ul {
    text-align: center;
}

.crumbs_ul li {
    display: inline-block;
}

.crumbs_ul li a {
    padding: 0 40px;
    color: #000000;
    font-size: 1.125rem;
    display: inline-block;
}

.crumbs_ul li:hover a,
.crumbs_ul li.active a {
    /* box-shadow: inset 0 0 0 2.5rem #ea0121;
    border: 1px solid #ea0121 !important; */
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    background: #ea0121;
}

.tion_a {
    text-align: center;
}

.tion_a a {
    display: inline-block;
    padding: 0 16px 10px 16px;
    color: #000000;
    font-size: 1.125rem;
    position: relative;
}

.tion_a a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #c1101d;
    content: "";
    display: block;
    width: 0;
}

.tion_a a:hover::after,
.tion_a a.active::after {
    width: 100%;
}

.tion {
    padding-top: 58px;
}

.tailorism_ul li {
    width: 48%;
    float: left;
    margin-bottom: 40px;
}

.tailorism_ul li:nth-of-type(odd) {
    margin-right: 2%;
}

.tailorism_li>a {
    width: 47%;
    float: left;
    display: block;
    background: #fff;
    padding: 4px;
}
.tailorism_li:hover .tailorism_size>a:nth-of-type(1){
    color: #c10d21;
}
.tailorism_size {
    float: right;
    width: 50%;
}

.tailorism_size a {
    display: block;
}

.tailorism_size a:nth-of-type(1) {
    color: #000000;
    font-size: 1.5rem;

}

.tailorism_size a:nth-of-type(2) {
    color: #c1101d;
    font-size: 1rem;
}

.tailorism_size p {
    color: #4a4949;
    font-size: 1rem;
    line-height: 30px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tailorism {
    padding: 40px 0 90px;
}

/* 产品详情 */
.strip {
    padding: 38px 0 60px 0;
}

.strip_wid {
    width: 100%;
}

.strip_wid>div:nth-of-type(1) {
    width: 48%;
}

.strip_wid>div:nth-of-type(2) {
    width: 50%;
}

.strip_wid {
    position: relative;
}

.strip_lb .strip_lb_fr {
    width: 51%;
    position: absolute;
    right: 0;
    bottom: 0;
    /* margin: 0 45px; */
    border-top: 1px solid #d2d2d2;
    padding-top: 30px;
}

.strip_lb .gallery-thumbs {
    width: 85%;
    margin: 0 auto;
}

.strip_lb .swiper-button-next,
.strip_lb .swiper-button-prev {
    background: none;
    top: 38%;
    z-index: 55;
    opacity: 1;
    height: 100%;
    width: 38px;

}

.strip_lb .swiper-button-next {
    /* right: -45px; */
}

.strip_lb .swiper-button-next span,
.strip_lb .swiper-button-prev span {
    background: #fff;
    display: block;
    height: 80%;
    padding-top: 45px;
    text-align: center;
}

.strip_lb_fr .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #ea0121;
}

.strip_lb .gallery-top .swiper-slide {
    padding: 5px;
    background: #fff;
}

.strip_fr {
    color: #000000;
    font-size: 1rem;
}

.strip_fr p:nth-of-type(1) {
    font-size: 1.5rem;

}

.strip_fr p:nth-of-type(2) {
    font-size: 1.125rem;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.strip_fr_text {
    line-height: 30px;
}

.strip_fr_zx a {
    color: #fff;
    display: inline-block;
    background: #c1101d;
    line-height: 45px;
    padding: 0 37px;
}

.strip_fr_zx a .iconfont {
    font-size: 1.25rem;
    margin-right: 5px;
}

.strip_fr_zx span {
    display: inline-block;
    margin-left: 30px;
}

.strip_fr_zx span .iconfont {
    font-size: 1.5625rem;
    margin-right: 8px;
}

.strip_fr_zx {
    margin-top: 25px;
}

.summary_ul {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.summary_ul li {
    display: inline-block;
    color: #000000;
    font-size: 1.5rem;
    padding-bottom: 25px;
    margin: 0 42px;
    position: relative;
    cursor: pointer;
}

.summary_ul li::after {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    height: 5px;
    width: 0px;
    background: #c1101d;
    content: "";
    display: block;
}

.summary_ul li:hover::after,
.summary_ul li.active::after {
    width: 40px;
}

.summary_div {
    padding: 35px 0 55px 0;
}

.summary_div .table tr td {
    width: 25%;
    border-top: 1px solid #f5f4f1;
    padding: 15px;
}

.summary_div .table tr td:nth-of-type(odd) {
    background: #e5e5e4;
}

.summary_div .table tr td:nth-of-type(even) {
    background: #fff;
}
.summary_dis>div{
    display: none;
}
.summary_dis img{
	max-width:100%;}
.summary_dis table{
	border: solid 1px #dcdcdc;
	font-size: 16px;}
.summary_dis table tr{
	height:46px;}
.relevant_lb .swiper-slide>div {
    padding: 5px;
    background: #fff;
}

.relevant_lb .swiper-slide a {
    display: block;
}

.relevant_lb .swiper-slide>a {
    text-align: center;
    padding-top: 15px;
    font-size: 1.125rem;
    color: #000000;
}

.relevant_lb {
    padding: 30px 0 80px 0;
}
.summary_dis{
    padding: 35px 0;
}

.newest_div>a {
    width: 35%;
    float: left;
    display: block;
}

.newest {
    background: #fff;
    padding: 55px 0;
}

.newest_lb {
    padding-top: 30px;
}

.newest_bott {
    width: 62%;
    float: right;
}

.newest_bott a {
    color: #000000;
    font-size: 1.125rem;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newest_bott p {
    color: #747172;
    font-size: .875rem;
    padding-top: 5px;
}
@media (min-width: 1700px){
.order .container {
    width: 700px;
}
}

/* 服务支持 */
.order_p {
    color: #414142;
    font-size: 1rem;
    padding: 18px 0 10px 0;
}

.order_p span {
    color: #c10d21;
}

.order_inp input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    background: #fff;
    border: none;
    color: #a8a5a5;
}

.order {
    padding: 75px 0 55px 0;
}

.order_sele>div {
    width: 33.3%;
    float: left;
    position: relative;
}

.order_sele select {

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/3.png') no-repeat scroll 95% center transparent;
    background-color: #fff;
    padding-left: 15px;
    width: 100%;
    height: 55px;
    border: none;

}

.order_sele>div::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 25px;
    width: 1px;
    background: #d2d2d2;
    content: "";
    display: block;
    transform: translateY(-50%);
    z-index: 55;
}

.order_sele>div:nth-of-type(1)::after {
    width: 0;
}

.order_text textarea {
    width: 100%;
    height: 170px;
    padding-left: 15px;
    background: #fff;
    border: none;
}

.order_butt {
    text-align: center;
    margin-top: 45px;
}

.order_butt button {
    color: #fff;
    border: 1px solid #c10d21;
    background: #c10d21;
    font-size: 1rem;
    line-height: 45px;
    padding: 0 30px;
}

/* 发展历程 */
.course_div {
    background: #fff;
    padding: 50px 15%;
}

.course_ul {
    padding-top: 128px;
    position: relative;
}

.course_ul::after {
    position: absolute;
    left: 10%;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../img/20.jpg) no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
}

.course_ul::before {
    position: absolute;
    left: 12.7%;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #c10d21;
    content: "";
    display: block;

}

.course {
    padding: 50px 0 70px 0;
}

.course_li {
    margin-bottom: 50px;
}

.course_li .fl {
    width: 20%;
    font-size: 1.25rem;
    color: #424344;
    position: relative;
}

.course_li .fl::after {
    position: absolute;
    right: 35%;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #c10d21;
    content: "";
    display: block;
    border-radius: 50%;
    z-index: 5;
}

.course_li .fl::before {
    position: absolute;
    right: 31%;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c10d21;
    content: "";
    display: block;
    border-radius: 50%;
    z-index: 5;
    background: #fff;
    -webkit-animation: scale 3s infinite linear;
    -moz-animation: scale 3s infinite linear;
    -o-animation: scale 3s infinite linear;
    animation: scale 3s infinite linear;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

.course_li .fr {
    width: 80%;
    color: #424344;
    font-size: 1.125rem;
    line-height: 2rem;
}

/* 公司概况 */
.survey {
    padding: 45px 0;
    background: #fff;
}

.survey_wid .fl {
    width: 40%;
}

.survey_fr {
    width: 55%;
}

.survey_fr>p {
    font-size: 2.25rem;
    color: #000;
    /* padding-left: 15%; */
}

.survey_li {
    width: 33.3%;
    float: left;
    text-align: center;
    color: #1a1a1a;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.survey_ul{
    margin-top: 30px;
}
.survey_fr div p{
    color: #000;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 25px;
}
.survey_fr div p a{
    color: #c10d21;
}
@font-face {
    font-family: AkzidenzGroteskBQ;
    src: url('../AkzidenzGroteskBQ-BdCndAlt.otf')
}

.survey_li>div:nth-of-type(1) span {
    font-size: 5rem;
    font-family: "AkzidenzGroteskBQ";
}

.survey_wh_size p:nth-of-type(1) {
    font-size: 1.5rem;
}

.survey_wh_size p:nth-of-type(2) {
    font-size: 2.25rem;
    margin: 10px 0;
}

.survey_wh_size a {
    font-size: 1rem;
    color: #fff;
    display: inline-block;
}

.survey_wh_size .iconfont {
    margin-left: 6px;
}

.survey_wh_size {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.survey_wh {
    padding: 45px 0 35px 0;
}

.survey_wh_div {
    background: #fff;
}

.survey_wh_div a {
    display: block;
}

.survey_wh_div div>a:nth-of-type(2) {
    color: #c1101d;
    font-size: 1rem;
}

.survey_wh_div div>a:nth-of-type(1) {
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.survey_wh_div div {
    padding: 30px;
}

.survey_wh_lb {
    padding-top: 35px;
}

.survey_jg {
    background: #fff;
    padding: 40px 0 60px;
}

.survey_wh_lb2 .survey_wh_div {
    box-shadow: 0px 0px 9px 0px rgba(188, 187, 187, 0.36);
}

.survey_wh_lb .swiper-container {
    padding: 2px;
}

/* 管理架构 */
.framework {
    padding: 60px 0 190px 0;
}

/* 企业文化 */
.culture {
    padding: 115px 0 90px 0;
}

.culture_wid {
    width: 80%;
    margin: 0 auto;
}

.culture_wid>div {
    width: 33.3%;
    float: left;
    text-align: center;
}

.culture_yuan>span {
    font-size: 1.6rem;
    display: inline-block;
    width: 285px;
    line-height: 285px;
    height: 280px;
    border-radius: 50%;

}

.culture_wid>div:nth-of-type(1) span {
    border: 1px dashed #06b05b;
    color: #06b05b;
}

.culture_wid>div:nth-of-type(3) span {
    border: 1px dashed #c10d21;
    color: #c10d21;
}

.culture_img {
    line-height: 285px;
}

.culture_img {
    -webkit-animation-name: "fadeInLeft";
    /*动画名称，需要跟@keyframes定义的名称一致*/
    -webkit-animation-duration: 2.5s;
    /*动画持续的时间长*/
    -webkit-animation-iteration-count: infinite;
    /*动画循环播放的次数为1 infinite为无限次*/

}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.culture_p {
    text-align: center;
    color: #000;
    font-size: 1.5rem;
}

.culture_wid {
    margin-top: 30px;
}

.idea {
    padding: 55px 0 70px 0;
    background: #fff;
}

.idea_back {
    color: #fff;
    padding: 60px 25px 50px 25px;
    text-align: center;
}

.idea_size p:nth-of-type(2) {
    height: 122px;
    font-size: 1.125rem;
    line-height: 26px;
}

.idea_size p:nth-of-type(1) {
    font-size: 1.25rem;
    margin: 10px 0;
}

.idea_back .iconfont {
    font-size: 3.1875rem;
}

/* 荣誉资质 */
.honor {
    padding: 55px 0;
}

.honor_li>div:nth-of-type(1) {
    padding: 10px;
}

.honor_li {
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-bottom: 30px;
    background: #fff;
}

.honor_ul>li:nth-of-type(1),
.honor_ul>li:nth-of-type(4),
.honor_ul>li:nth-of-type(7) {
    margin-left: 0;
}

.honor_li>div:nth-of-type(2) {
    line-height: 30px;
    color: #000;
    text-align: center;
    font-size: 1.125rem;
    padding: 15px;
}

.honor_li>div span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
}

/* 社会责任 */
.bility {
    padding: 70px 0 90px 0;
}

.bility_li {
    text-align: center;
    padding: 75px 100px 135px 100px;
    border-left: 1px solid #fff;
    width: 33.3%;
    float: left;
}

.bility_li img {
    border-radius: 50%;
}

.bility_li div a {
    display: block;
    color: #fff;

}

.bility_li div a:nth-of-type(1) {
    font-size: 1.5rem;
}

.bility_li div a:nth-of-type(2) {
    font-size: 1rem;
}

.bility_li div:nth-of-type(2) {
    margin-top: 30px;
    line-height: 32px;
}

.bility_ul>li:nth-of-type(1) {
    background: #addb7b;
    border-left: none;
}

.bility_ul>li:nth-of-type(2) {
    background: #f9b073;
}

.bility_ul>li:nth-of-type(3) {
    background: #558ed5;
}

/* 技术开发 */
.technology {
    padding: 125px 0;
}

.technology .survey_li {
    width: 20%;
}

.technology .survey_li:nth-of-type(1),
.technology .survey_li:nth-of-type(2) {
    width: 33%;
}

.technology .survey_li:nth-of-type(3),
.technology .survey_li:nth-of-type(4) {
    width: 33%;
}

.technology_ul>li:nth-of-type(odd) {
    background: #fff;
}

.technology_li {
    padding: 45px 0;
}

.technology_size {
    color: #414142;
    font-size: 1rem;
    line-height: 30px;
    padding: 0px 0px 0 0px;
}

.technology_size p {
    font-size: 2.125rem;
    margin-bottom: 10px;
}

.technology_div>div {
    width: 48%;
}

.technology_ul li:nth-of-type(odd) .technology_div>div:nth-of-type(1) {
    float: left;
}

.technology_ul li:nth-of-type(odd) .technology_div>div:nth-of-type(2) {
    float: right;
}

.technology_ul li:nth-of-type(even) .technology_div>div:nth-of-type(1) {
    float: right;
}

.technology_ul li:nth-of-type(even) .technology_div>div:nth-of-type(2) {
    float: left;
}

/* 可以合作 */
.cooper {
    padding: 90px 0;
}

.cooper_div {
    left: 0;
    bottom: 0;
    width: 30%;
}

.cooper_div p {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: #414142;
}

.cooper_div {
    font-size: 1rem;
    line-height: 30px;
}

.cooper_ul li {
    width: 13.5%;
    float: left;
    margin: 0 1.55%;
    border: 1px solid #d4c8c8;
    margin-bottom: 55px;
}

.cooper_hz .row .row {
    margin: 0 -15px;
}

.cooper_hz {
    padding: 85px 0 40px 0;
    background: #fff;
}

.cooper_ti {
    color: #414142;
    font-size: 1.5rem;
    margin-bottom: 45px;
}

/* 加入华辰 */
.join {
    padding: 55px 0 45px 0;
}

.join_top>p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.join_top {
    font-size: #414142;
    font-size: 1rem;
    line-height: 30px;
}

.join_top div a {
    display: inline-block;
    margin: 5px;
}

.join_ul {
    background: #fff;
    padding: 0 30px;
    margin-top: 25px;
}

.join_ul_top {
    line-height: 70px;
}

.join_ul_top .fl {
    color: #414142;
    font-size: 1.5rem;
}

.join_ul_top .iconfont {
    color: #414142;
    font-size: 1.5625rem;
    display: block;
}

.join_ul li {
    border-top: 1px solid #f5f4f1;
}

.join_ul_szie {
    color: #414142;
    font-size: 1rem;
    line-height: 32px;
    padding-bottom: 65px;
}

.join_ul_szie p {
    font-size: 1.125rem;
    /* margin-bottom: 6px; */
}

.join_ul_a a {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    background: #c10d21;
    border: 1px solid #c10d21;
    line-height: 45px;
    padding: 0 30px;
}

.join_ul_a {
    margin-top: 45px;
}

.join_ul_szie {
    display: none;
}

.join_ul li.active .join_ul_szie {
    display: block;
}

.join_ul li.active .join_ul_top .iconfont {
    transform: rotate(180deg);
}
.process_tc .modal-header{
    border-bottom: none;
    padding: 0;
}
.process_tc  .modal-content{
    background: none;
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border: none;
}
.process_tc_div{
    background: #fff;
}
.process_tc_div>p{
    color: #c10d21;
    font-size: 1.25rem;
}
.process_tc_div{
    color: #575757;
    font-size: .9375rem;
    line-height: 32px;
    padding: 35px;
}
.process_tc .modal-lg {
    width: 590px;
}
/* 人才理念 */
.personnel_top {
    padding: 60px 0 75px 0;
    text-align: center;
    line-height: 32px;
    font-size: 1rem;
}

.personnel_top>p {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.personnel_ul>li:nth-of-type(even) {
    background: #fff;
}

.personnel_li {
    padding: 60px 0;
}

.personnel_size {
    top: 50%;
    transform: translateY(-50%);
    color: #414142;
    font-size: 1rem;
    line-height: 30px;
    width: 50%;
}

.personnel_size>p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(1) {
    float: right;
    width: 50%;
}

.personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(2) {
    float: left;
    padding-right: 60px;
    left: 0;
}

.personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(1) {
    float: left;
    width: 50%;
}

.personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(2) {
    float: right;
    right: 0;
    padding-left: 60px;
}

/* 人力资源 */
.resources {
    padding: 45px 0 55px 0;
}

.resources_div {
    background: #fff;
    padding: 50px;
}

.resources_size {
    width: 35%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    font-size: 1rem;
    line-height: 32px;
}
/* .resources_dis>div{
    display: none;
} */
.swiper-container-banner{
    overflow: hidden;
}
.resources_div .fr {
    width: 65%;
    color: #414142;

}

.resources_size p:nth-of-type(1) {
    color: #414142;
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 38px;
}

.resources_size a {
    display: inline-block;
    color: #c10d21;
    font-size: 1rem;
    margin-top: 25px;
}

.resources_div .pr {
    background: #f5f4f1;
}

.resources_ul li {
    cursor: pointer;
    font-size: 1.5rem;
    display: inline-block;
    color: #000000;
    margin-left: 55px;
}

.resources_ul li:hover,
.resources_ul li.active {
    color: #c10d21;
}

.resources_ul li:nth-of-type(1) {
    margin-left: 0;
}

.resources_ul {
    margin-bottom: 30px;
}

/* 投资者关系 */
.investor {
    padding: 80px 0;
}

.investor_fl a {
    display: block;

}

.investor_wid {
    background: #fff
}

.investor_fl {
    width: 68%;
    border-right: 25px solid #f5f4f1;
}

.investor_bott a {
    color: #ffffff;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.investor_bott {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.231);
    line-height: 80px;
}

.investor_bott div {
    padding: 0 35px;
}

.investor_bott span {
    text-decoration: underline;
}

.investor_fr {
    width: 32%;
    padding: 45px 20px 45px 45px;

}

.investor_fr>p {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #414142;
}

.investor_fr_div .fl {
    width: 75%;
    color: #414142;
    font-size: 1rem;
    line-height: 30px;
}

.investor_fr_div .fr {
    width: 25%;
}

/* 新闻列表 */
.news_lb_wid>a {
    width: 50%;
}

.news_top {
    padding: 75px 0 35px 0;
    background: #fff;
}

.news_lb_size {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
}

.news_lb_size>p {
    color: #747172;
    font-size: .875rem;
}

.news_lb_size a:nth-of-type(1) {
    font-size: 1.875rem;
    color: #000000;
    margin: 20px 0 35px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_lb_size a:nth-of-type(2) {
    color: #c1101d;
    font-size: 1rem;
    display: block;
}

.news_lb .swiper-pagination {
    position: inherit;
    text-align: center;
    margin-top: 30px;
}

.news_lb .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #d2d2d2;
    margin: 0 6px;
    opacity: 1;
}

.news_lb .swiper-pagination-bullet-active {
    background: #c10d21;
}

.news_sx {
    /* padding: 0 30px; */
    line-height: 78px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(188, 187, 187, 0.36);
}

.news_wz {
    display: inline-block;
    position: relative;
}

.news_wz span {
    font-size: 1.125rem;
    color: #393938;
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
}

.news_wz .iconfont {
    font-size: 1.125rem;
    margin-left: 10px;
}

.news_padd {
    padding: 50px 0 70px 0;
}

.news_sx_div a {
    line-height: 40px;
}

.news_ul li {
    width: 32.4%;
    float: left;
    margin-left: 1.3%;
    margin-bottom: 18px;
    background: #fff;
    float: left;
}

.news_ul li:nth-of-type(1),
.news_ul li:nth-of-type(4),
.news_ul li:nth-of-type(7) {
    margin-left: 0;
}

.news_ul li>a {
    display: block;
}

.news_size a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_size {
    text-align: center;
    padding: 25px 15px 35px 15px;
}

.news_size a {
    color: #000000;
    font-size: 1.125rem;
}

.news_size p {
    padding-top: 12px;
    color: #646363;
    font-size: .875rem;
}

.news_ul {
    margin-top: 28px;
}

/* 新闻详情 */
.details {
    padding: 45px 0 70px 0;
}

.details_back {
    padding: 70px 50px 45px 50px;
    background: #fff;
}

.details_top {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.details_top p {
    color: #414142;
    font-size: 1.875rem;
}

.details_top_fx {
    display: inline-block;
}

.details_top_fx .bshare-custom {
    display: inline-block;
}

.details_top_fx .bshare-custom a {
    background: transparent !important;
    height: 38px !important;
    width: 38px !important;
    padding-left: 0 !important;
}

.details_top_fx .iconfont {
    font-size: 2.375rem;
}

.details_top_fx .bshare-custom {
    line-height: 38px !important;
}

.details_top_fx .bshare-custom .icon-qq {
    color: #57c6e8 !important;
}

.details_top_fx .bshare-custom .icon-weixin1 {
    color: #2bce6d !important;
}

.details_top_fx .bshare-custom .icon-weibo1 {
    color: #d44137 !important;
}

.details_top_fx .bshare-custom .icon-jia {
    color: #eee !important;
}

.details_top div span {
    color: #414142;
    font-size: 1.125rem;
    /* line-height: 38px; */
    display: inline-block;
}

.details_top>div {
    margin: 25px 0 20px 0;
}

.details_top>div>span {
    margin: 0 10px;
}

.details_top>div>span:nth-of-type(1) {
    padding-right: 15px;
    border-right: 1px solid #e9e9e9;
}

.details_top input {
    border: 1px solid #b3b3b3;
    background: none;
}

.details_size {
    font-size: 18px;
    line-height: 2rem;
    color: #414142;
    padding: 20px 0 90px 0;
}



.details_a a {
    display: inline-block;
    font-size: 1rem;
    color: #a3a3a3;
    line-height: 50px;
    
    border-radius: 35px;
    
}
.details_a>div{
    float: none !important;
}
.details_a {
    padding-top: 40px;
    border-top: 1px solid #a3a3a3;
}
.qyyx {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #c1101d;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

@media(max-width:1850px) {
    .navigation {
        padding-left: 160px;
    }

    .navigation_ul>li>a {
        padding: 0 20px;
    }
}

@media(max-width:1700px) {
    .banner_size {
        width: 65%;
    }
    .banner_bf {
        left: 15.5%;
    }
    .navigation_ul>li>a {
        font-size: 1rem;
    }
    .navigation {
        padding-left: 60px;
    }
    .bott_ul>ul {
        margin-right: 30px;
    }
    .banner_bf {
        left: 5.5%;
        bottom: 15%;
    }
}
@media(max-width:1600px) {
    .navigation_ul>li>a {
        padding: 0 15px;
    }
    .banner_bf {
        left: 14%;
        bottom: 15%;
    }
/*    .technology_size {
        padding: 55px 24px 0 25px;
    }*/
    .course_div {
        padding: 50px 5%;
    }
}
@media(max-width:1599px) {
    .strip_lb .gallery-thumbs {
        width: 80%;
    }   
    .strip_lb .swiper-button-next, .strip_lb .swiper-button-prev {
        top: 45%;
        height: 100%;
    } 
    .strip_lb .swiper-button-next span, .strip_lb .swiper-button-prev span {
        padding-top: 29px;
    }
    .strip_fr p:nth-of-type(2) {
        font-size: 1rem;
        padding: 10px 0;
        margin: 10px 0;
    }
    .strip_lb .strip_lb_fr {
        padding-top: 20px;
    }
    .newest_bott a {
        -webkit-line-clamp:1;
 
    }
}

@media(max-width:1440px) {
    .navigation_ul>li>a {
        padding: 0 12px;
    }
    .banner_bf {
        left: 11.5%;
    }
    .bott_ul>ul {
        margin-right: 30px;
    }
    .banner_bf {
        left: 7.5%;
        /* bottom: 36%; */
    }
    .focusing_size a:nth-of-type(2) {
        margin: 15px 0 20px 0;
    }
    
    .details_size{
        font-size: 16px;
    }
    .resources_div {
        padding: 30px;
    }
    .survey_wid .fl {
        width: 45%;
    }
    .tailorism_size p {
        margin: 10px 0;
    }
}
@media(max-width:1366px){
    .personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(2) {
        padding-right: 25px;
    }
    .personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(2) {
        padding-left: 25px;
    }
}
@media(max-width:1280px) {
    .focusing_ti {
        color: #000000;
        font-size: 2.5rem;
        text-align: center;
    }
    .navigation {
        padding-left: 30px;
    }
    .banner_bf {
        left: 5.5%;
        /* bottom: 36%; */
    }
    .service_size {
        padding: 20px 30px;
    }
    .banner_size>p:nth-of-type(2) {
        font-size: 1.575rem;
    }
    .banner_size>p:nth-of-type(1) {
        font-size: 3.8rem;
    }
    .navigation_nav {
        width: 65px;
        margin-left: 5px;
    }
    .navigation .fl img{
        width: 220px;
    }
    .navigation_cn a {
        font-size: 1rem;
        padding: 0 4px;
    }
    .navigation_fr div>span:nth-of-type(1) {
        margin-right: 4px;
    }
    .navigation_nav img{
        width: 50px;
    }
    .navigation_ul>li>a {
        padding: 0 5px;
    }
    .navigation {
        line-height: 65px;
    }
    body {
        padding-top: 65px;
    }
    .banner_size>p:nth-of-type(1) {
        font-size: 3rem;
    }
    .banner_size>p:nth-of-type(2) {
        font-size: 1.275rem;
    }
    .banner_size {
        width: 54%;
    }
    .banner_bf {
        left: 2.5%;
    }
    .focusing_lb {
        padding-top: 25px;
    }
    .focusing {
        padding: 55px 0;
    }
    .fsbanner {
        margin-top: 25px;
    }
    .details_a a {
        line-height: 40px;
        padding: 0 40px;
    }
    .crumbs {
        line-height: 55px;
    }
    .bility_li {
        padding: 45px 80px 90px 80px;
    }
    .idea_back {
        padding: 30px 15px 30px 15px;
    }
    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-50px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
    
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    .culture_yuan>span{
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
    .culture_img {
        line-height: 200px;
    }
    .culture {
        padding: 60px 0;
    }
    .technology {
        padding: 80px 0;
    }
}
@media(max-width:1024px){
    .details_top>div {
        margin: 15px 0;
    }
    .details_back {
        padding: 35px;
    }
    .picture_size p {
        font-size: 3.125rem;
    }
    .news_lb_size {
        padding: 0 20px;
    }
    .news_lb .swiper-pagination {
        margin-top: 20px;
    }
    .news_top {
        padding: 55px 0 35px 0;
    }
    .news_wz span {
        margin-left: 35px;
    }
    .news_sx {
        padding: 0 20px;
        line-height: 50px;
    }
    .news_size {
        padding: 15px 15px 20px 15px;
    }
    .news_lb .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    
    }
    .investor_fr {
        padding: 25px ;
    }
    .investor_fl {
        border-right: 15px solid #f5f4f1;
    }
    .investor_fr>p {
        margin-bottom: 10px;
    
    }
    .investor_fr_div .fl {
        line-height: 26px;
    }
    .honor_li>div:nth-of-type(2){
        line-height: 35px;
        padding-bottom: 15px;
    }
    .crumbs_ul li a {
        padding: 0 19px;

    }
    .resources_size p:nth-of-type(1){
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .resources_size {

        padding: 15px;
        font-size: 1rem;
        line-height: 28px;
    }
    .resources_ul {
        margin-bottom: 20px;
    }
    .personnel_size>p {
        margin-bottom: 8px;
    }
    .culture_wid {
        width: 90%;
    }
    .idea_size p:nth-of-type(2) {
        height: 48px;
        font-size: 1rem;
        line-height: 23px;
    }
    .cooper {
        padding: 60px 0;
    }
    .cooper .pr .ta img{
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .cooper_div {
        width: 40%;
    }
    .technology_size {
        padding: 20px 15px 0 15px;
    }
    .technology_size p {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .technology_div>div {
        width: 50%;
    }
    .framework .ta img{
        width: 100%;
    }
    .survey_li>div:nth-of-type(1) span {
        font-size: 4rem;
    }
    .survey_wid .fl {
        width: 48%;
    }
    .course_div {
        padding: 30px 3%;
    }
    .course_li .fl::before {
        right: 30.5%;
    }
    .tailorism_size p {

        line-height: 26px;
        margin: 8px 0;
        -webkit-line-clamp: 2;
    }
    .strip_fr_zx {
        margin-top: 8px;
    }
    .strip_fr_text {
        line-height: 24px;
    }
    .strip_lb .strip_lb_fr {
        padding-top: 10px;
    }
    .strip_fr p:nth-of-type(2) {
        padding: 6px 0;
        margin: 6px 0;
    }
    .strip_fr_zx a {
        line-height: 35px;
        padding: 0 25px;
    }
    .strip_fr_zx span {
        margin-left: 15px;
    }
    .strip_lb .swiper-button-next span, .strip_lb .swiper-button-prev span {
        height: 89%;
    }
    .strip_lb .swiper-button-next, .strip_lb .swiper-button-prev {
        top: 35%;
    }
    .strip_lb .gallery-thumbs {
        width: 76%;
    }
}
@media(max-width:990px){
    .framework {
        padding: 55px 0;
    }
    .banner_size>p:nth-of-type(1) {
        font-size: 2rem;
    }
    .banner_bf {
        bottom: 7%;
    }
    .focusing_ti {
        font-size: 2.3rem;
    }
    .focusing_size a:nth-of-type(2) {
        margin: 6px 0 10px 0;
    }
    .focusing_size {
        padding: 15px 15px 20px 15px;
    }
    .fsbanner .fsbanner-ul li .coans .zix {
        bottom: 1.875rem;
        padding: 1.5rem ;
    }
    .fsbanner .fsbanner-ul li .coans .zix .div2 {
        font-size: 1rem;
    }
    .searchbox {
        top: 65px;
    }
    .bott_ul ul{display: none;}
    .bott_ul {
        padding: 35px 0;
    }
    .bott_div_fx {
        padding-bottom: 0px;
    }
    .bott_div {
        padding-left: 0px;
        border-left: none;
    }
    .bott_back .fr{
        float: left;
    }
    .bott_back .row>div{
        line-height: 30px;
    }
    .bott_back{
        padding: 15px 0;
    }
    .investor {
        padding: 55px 0;
    }
    .investor_bott div {
        padding: 0 15px;
    }
    .investor_bott{
        line-height: 60px;
    }
    .investor_fr {
        padding: 7px;
    }
    .honor_li {
        margin-bottom: 15px;
    }
    .bility_li {
        padding: 35px 60px 60px 60px;
    }
    .bility_li div:nth-of-type(2) {
        margin-top: 15px;
        line-height: 28px;
    }
    .crumbs_ul li a {
        padding: 0 7px;
    }
    .resources_size p:nth-of-type(2){
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .resources_size p:nth-of-type(1){
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(2)
    .personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(2),
    .personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(1),
    .personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(1){
        width: 100%;
    }
    .personnel_size{
        position: sticky;
        transform: translateY(0);
        width: 100% !important;
        margin-top: 15px;
    }
    .personnel_li {
        padding: 30px 0;
    }
    .crumbs_ul li a {
        font-size: 1rem;
    }
    .culture_yuan>span {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 1.25rem;
    }
    .culture_img {
        line-height: 120px;
    }
    .culture_img img{
        width: 200px;
    }
    .culture_wid {
        margin-top: 15px;
    }
    .cooper_ul li{
        margin-bottom: 25px;
    }
    .cooper_ul li {
        width: 21.5%;
    }
    .join_ul_top {
        line-height: 60px;
    }
    .join_ul_top .fl {
        color: #414142;
        font-size: 1.2rem;
    }
    .join_ul_szie p {
        font-size: 1rem;
    }
    .join_ul {
        background: #fff;
        padding: 15px;
        margin-top: 25px;
    }
    .join_ul_szie {

        line-height: 26px;
        padding-bottom: 35px;
    }
    .technology_div>div {
        width: 100%;
    }
    .survey_li>div:nth-of-type(1) span {
        font-size: 3.8rem;
    }
    .survey_li{
        font-size: 1rem;
    }
    .technology {
        padding: 55px 0;
    }
    .survey_fr>p {
        font-size: 2rem;
        color: #000;
        padding-left: 12%;
    }
    .survey_li {
        margin-bottom: 6px;
    }
    .survey_wh_div div {
        padding: 15px;
    }
    .course_li .fl::before {
        right: 29.5%;
    }
    .course_ul::after {
        left: 9%;
        width: 50px;
        height: 50px;
    }
    .course_li .fr {
        font-size: 1rem;
    }
    .tailorism_size p {

        line-height: 24px;
        margin: 3px 0;
        -webkit-line-clamp: 2;
        font-size: 0.8;
    }
    .tailorism_size a:nth-of-type(1) {
        font-size: 1.2rem;
    }
    /* .newest_bott {
        width: 60%;
    } */
    .strip_lb .strip_lb_fr{
        position: relative;
        width: 100%;
    }
    .strip_lb .swiper-button-next, .strip_lb .swiper-button-prev{
        width: 25px;
    }
    .strip_lb .swiper-button-next, .strip_lb .swiper-button-prev {
        top: 48%;
    }
    .strip_lb .swiper-button-next span, .strip_lb .swiper-button-prev span {
        padding-top: 18px;
    }
}
@media(max-width:767px){
    .qyyx {
        display: none;
    }
    .process_tc .modal-lg{
        width: 100% !important;
        margin: 0;
        padding: 15px;
    }
    .process_tc_div {
        padding: 25px 10px;
        line-height: 27px;
    }
    .modal-header .close{
        opacity: 1;
        margin-top: 0;
    }
    .phone .fl img{
        width: 180px;
    }
    .color_dao {
        line-height: 28px;
    }
    body {
        padding-top: 52px;
    }
    /* .banner_size>p:nth-of-type(2){
        display: none;
    } */
    .banner_size>p:nth-of-type(1){
        font-size: 1.2rem;
    }
    .banner_size>p:nth-of-type(2){
        font-size: 0.85rem;
    }
    .banner_bf .iconfont {
        font-size: 3rem;
    }
    .focusing {
        padding: 35px 15px;
    }
    .focusing_size {
        padding: 10px;
    }
    .focusing_ti {
        font-size: 1.8rem;
    }
    .focusing_size a:nth-of-type(2){
        font-size: 1rem;
    }
    .fsbanner .fsbanner-ul li {
        width: 100%;
      }
      .fsbanner .fsbanner-ul li.active {
        width: 100%;
      }
      .fsbanner .fsbanner-ul li .logo {
        width: 100%;
        position: relative;
        text-align: center;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        writing-mode: inherit;
        writing-mode: tb-lr;
        height: 60px;
        line-height: 60px;
        font-size: 1.2rem;
        letter-spacing: 3px;
      }
      .fsbanner .fsbanner-ul li {
        height: auto;
      }
      .fsbanner .fsbanner-ul li.active .coans {
        position: relative;
        height: 300px;
      }
      .fsbanner .fsbanner-ul li.active .logo {
        z-index: 2;
      }
      .lunbo-ul {
        display: none;
      }
      .fsbanner .fsbanner-ul li .coans .zix .div2 {
        font-size: 1rem;
        margin-top: 10px;
      }
      .fsbanner .fsbanner-ul li .coans .zix .div1 a{
          font-size: 1.2rem;
      }
      .banner_size>p:nth-of-type(1) {
        font-size: 1.4rem;
    }
    .banner_size{
        width: 80%;
        padding-left: 15px;
    }
    .banner_zan{
        display: none;
    }
    .banner_div {
        position: absolute;
        left: 0;
        width: 100%;
        top: 30%;
        transform: translateY(0%);
    }
    .banner_bf .iconfont,
    .banner_zt .iconfont {
        font-size:2.5rem;
    }
    .banner_bf {
        bottom: 16%;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev{
        width: 25px;
        height: 27px;
    }
    .service,
    .product {
        padding: 0 15px;
        padding-bottom: 35px;
    }
    .service_fl{
        width: 100%;
    }
    .service_fr{
        width: 100%;
        margin-top: 2px;
    }
    .service_size {
        padding: 10px;
    }
    .service_size a {
        font-size: 1rem;
        margin-top: 4px;
    }
    .service_size>p {
        font-size: 1rem;
    }
    .bott_ul {
        padding: 15px ;
    }
    .bott_div>div:nth-of-type(2) {
        float: left;
        margin-top: 15px;
    }
    .bott_back {
        padding: 15px;
    }
    .searchbox {
        top: 51px;
    }
    .crumbs{
        display: none;
    }
    .picture_size p {
        font-size:1.8rem;
    }
    .picture_a{
        display: none;
    }
    .details {
        padding: 35px 15px;
    }
    .details_top p {
        font-size: 1.3rem;
    }
    .details_back {
        padding: 15px;
    }
    .details_top>div>span:nth-of-type(2){
        display: none;
    }
    .details_top input{
        display: none;
    }
    .details_top_fx .bshare-custom a{
        height: 18px !important;
        width: 18px !important;
    
    }
    .details_top_fx .bshare-custom .iconfont{
        font-size: 1.5rem !important;
    }
    .details_top>div>span {
        margin: 0 3px;
        padding-right: 5px;
    }
    .details_top_fx .bshare-custom {
        line-height: 18px !important;
    }
    .details_top div span{
        font-size: 1rem;
    }
    .details_size {
        font-size: 14px;
    }
    .details_size {
        padding: 15px 0 25px 0;
    }
    .details_a {
        padding-top: 25px;
    }
    .details_a a {
        line-height: 30px;
        padding: 0 25px;
    }
    .news_top {
        padding: 35px 15px;
    }
    .news_lb_wid{
        overflow: hidden;
    }
    .news_lb_wid>a{
        width: 100%;
        float: none;
    }
    .news_lb_size{
        width: 100%;
        position: inherit;
        padding: 0;
        padding-top: 15px;
    transform: translateY(0);
    }
    .news_lb_size a:nth-of-type(1) {
        font-size: 1.375rem;
        margin: 6px 0;
    }
    .news_padd {
        padding: 35px 15px;
    }
    .news_ul li{
        width: 47%;
       margin: 0;
       margin-bottom: 15px;
    }
    .news_ul li:nth-of-type(odd){
        margin-right: 15px;
    }
    .investor_fl {
        border-right: 0px solid #f5f4f1;
        border-bottom: 15px solid #f5f4f1;
        width: 100%;
    }
    .investor_fr{
        width: 100%;
    }
    .investor {
        padding: 35px 15px;
    }
    .honor_li {
        width: 100%;
        margin-left: 0;
        
    }
    /* .honor_ul li:nth-of-type(odd){
        margin-right: 15px;
    } */
    .honor {
        padding: 35px 15px;
    }
    .honor_li>div:nth-of-type(1) {
        padding: 5px;
    }
    .honor_li>div:nth-of-type(2) {
        line-height: 28px;
        padding-bottom: 10px;
    }
    .bility_li{
        width: 100%;
        margin-bottom: 2px;
    }
    .bility_ul>li:nth-of-type(2){
        margin: 15px 0;
    }
    .bility {
        padding: 35px 15px;
    }
    .resources_div .fr{
        width: 100%;
    }
    .resources_size{
        width: 100%;
        position: inherit;
        transform: translateY(0);
    }
    .resources {
        padding: 35px 15px;
    }
    .resources_div {
        padding: 15px;
    }
    .resources_ul li {
        font-size: 1.2rem;
        margin-left: 10px;
    }
    .personnel_top {
        padding: 35px 15px;
    }
    .personnel_li {
        padding: 30px 15px;
    }
    .personnel_ul li{
        padding-top: 0;
    }
    .personnel_ul li:nth-of-type(odd) .pr>div:nth-of-type(2) {
        padding-right: 0px;
    }
    .personnel_ul li:nth-of-type(even) .pr>div:nth-of-type(2) {
        padding-left: 0px;
    }
    .culture {
        padding: 35px 15px;
    }
    .culture_wid>div {
        width: 100%;
    }
    .culture_img{
        height: 200px;
        line-height: 200px;
    }
    .culture_img img{
        transform: rotate(90deg);  
    }
    .culture_img img {
        width: 130px;
    }
    .culture_img {
        -webkit-animation-name: "fadeInTop";
        /*动画名称，需要跟@keyframes定义的名称一致*/
        -webkit-animation-duration: 2.5s;
        /*动画持续的时间长*/
        -webkit-animation-iteration-count: infinite;
        /*动画循环播放的次数为1 infinite为无限次*/
    
    }
    @-webkit-keyframes fadeInTop {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    
    @keyframes fadeInTop {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
    
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .culture_yuan>span {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    .idea {
        padding: 35px 15px;
    }
    .idea_back {
        padding: 30px 10px;
    }
    .idea_back .iconfont {
        font-size: 2.2rem;
    }
    .idea_size p:nth-of-type(1) {
        font-size: 1.1rem;
        margin: 5px 0;
    }
    .cooper_div{
        position: inherit;
        width: 100%;
        margin-top: 15px;
    }
    .cooper {
        padding: 35px 15px;
    }
    .cooper .pr .ta img {
        width: 100%;
    }
    .cooper_hz {
        padding: 35px 15px;
    }
    .cooper_hz .row .row {
        margin: 0 0px;
    }
    .cooper_ul li {
        width: 47%;
        margin: 0 0 15px 0;
    }
    .cooper_ul li:nth-of-type(odd){
        margin-right: 15px;
    }
    .join {
        padding: 35px 15px;
    }
    .join_ul_top {
        line-height: 45px;
    }
    .join_ul_top .fl {
        font-size: 1.1rem;
    }
    .join_ul_a {
        margin-top: 25px;
    }
    .join_ul_a a {
        line-height: 35px;
        padding: 0 20px;
    }
    .technology {
        padding: 35px 15px;
    }
    .technology .survey_li:nth-of-type(3),
    .technology .survey_li:nth-of-type(4),
    .technology .survey_li{
        width: 33.3%;
    }
    .technology .survey_li:nth-of-type(1),
    .technology .survey_li:nth-of-type(2){
        width: 50%;
    }
    .technology_li{
        padding: 35px 15px;
    }
    .technology_size {
        padding: 15px 0px 0 0px;
    }
    .technology_size p {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    .framework {
        padding: 35px 15px;
    }
    .survey_wid .fl{
        width: 100%;
    }
    .survey .survey_li{
        width: 50%;
    }
    .survey_fr{
        width: 100%;
        margin-top: 15px;
    }
    .survey_wh_size p:nth-of-type(2) {
        font-size: 1.2rem;
        margin: 5px 0;
    }
    .survey_wh_size p:nth-of-type(1) {
        font-size: 1.3rem;
    }
    .survey {
        padding: 35px 15px;
    }
    .survey_wh {
        padding: 35px 15px;
    }
    .survey_wh_div div {
        padding: 10px;
    }
    .survey_wh_div div>a:nth-of-type(1) {
        font-size: 1.2rem;
    }
    .survey_wh_div div>a:nth-of-type(2) {
        font-size: 0.8rem;
    }
    .survey_wh_lb2{
        padding-top: 0;
    }
    .survey_jg {
        padding: 35px 15px;
    }
    .order {
        padding: 35px 15px;
    }
    .order_sele>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .order_sele>div::after{
        width: 0;
    }
    .order_text textarea{
        height: 140px;
    }
    .course {
        padding: 35px 15px;
    }
    .course_ul {
        padding-top: 80px;
    }
    .course_ul::after {
        left: 18%;
        width: 40px;
        height:40px;
    }
    .course_li .fr {
        width: 70%;
    }
    .course_li .fl {
        width: 30%;
    }
    .course_ul::before {
        left: 23.7%;
    }
    .course_li .fl::before {
        right: 8.5%;
    }
    .course_li .fl::after {
        right: 17%;
    }
    .tailorism_li>a{
        width: 100%;
    }
    .tailorism_size{
        width: 100%;
        margin-top: 15px;
    }
    .tion {
        padding: 35px 15px 0 15px;
    }
    .tion_a a {
        display: inline-block;
        padding: 0 10px 10px 10px;
        font-size: 0.825rem;
        margin-top: 15px;
    }
    .tailorism {
        padding: 35px 15px;
    }
    .tailorism_ul li {
        width: 48%;
    }
    .tailorism_ul li:nth-of-type(odd) {
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .strip_wid>div:nth-of-type(2),
    .strip_wid>div:nth-of-type(1){
        width: 100%;
    }
    .strip_wid>div:nth-of-type(2){
        margin-top: 15px;
    }
    .strip {
        padding: 25px 15px 35px 15px;
    }
    .strip_lb .swiper-button-next span, .strip_lb .swiper-button-prev span {
        height: 84%;
    }
    .strip_fr_zx span {
        margin-left: 0px;
        margin-top: 15px;
    }
    .summary_ul li {
        font-size: 1.2rem;
        padding-bottom: 15px;
        margin: 0px 7px;
    }
    .summary_div .table tr td {
        padding: 6px;
    }
    .relevant,
    .summary{
        padding: 0 15px;
    }
    .summary_div {
        padding: 35px 0;
    }
    
    .relevant_lb {
        padding: 30px 0 35px 0;
    }
    .relevant_lb .swiper-slide>a {
        padding-top: 10px;
    }
    .newest {
        background: #fff;
        padding: 35px 15px;
    }
    .newest_lb {
        padding-top: 25px;
    }
    .newest_div>a{
        width: 100%;
    }
    .newest_bott{
        width: 100%;
        margin-top: 15px;
    }
    .newest_bott a {
        -webkit-line-clamp: 2;
        font-size: 1rem;
        line-height: 26px;
    }
    .service_fl,
    .service_fr>div:nth-of-type(1){
        margin-bottom: 15px;
    }

    .service_fr_wid>div {
    width: 48%;
}
.details_a>div{
    float: none;
    width: 100%;
    text-align: left;
}
.details_a>div a{
    border: none;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
}

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; margin-top:20px}
#page a{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page a:hover{border:1px solid #c10d21;}
#page a:hover{color:#c10d21}
#page a{ color:#666}
#page a.on{border:1px solid #c10d21; background-color:#c10d21; color:#FFFFFF}
#page a.on{ color:#fff}
#page .on{ background-color:#c10d21; color:#FFFFFF}
.news_sx .crumbs_ul{
    text-align: left;
}
.summary_dis>div img{
    max-width: 100%;
}
